/* =====================================================
  variables
======================================================*/
/* ------------------- colors ------------------------- */
/* -------------------- fonts ----------------------------*/
/* ****************************************************************
MIXINS
********************************************************************/
/* ****************************************************************
ANIMATIONS
********************************************************************/
/* ****************************************************************
BOX SIZING
********************************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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,
menu,
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-color: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*****************************************************************
Genaral
********************************************************************/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.bold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize !important;
}
.inline {
  display: inline-block;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.white {
  color: #ffffff !important;
}
.primary {
  color: #636466 !important;
}
.secondary {
  color: #009a8b !important;
}
.secondary-dark {
  color: #00675d !important;
}
.dark-grey {
  color: #50676f !important;
}
.full-width {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
}
.red {
  color: #d45d5d !important;
}
[class^="col-"] {
  min-height: 0;
}
.vector-icon {
  max-width: 40px;
}
.vector-icon.v2 {
  max-width: 50px;
}
.vector-icon.v3 {
  max-width: 60px;
}
.vector-icon.v4 {
  max-width: 70px;
}
.vector-icon.v5 {
  max-width: 80px;
}
.vector-icon.v6 {
  max-width: 90px;
}
body {
  font-family: 'Ubuntu', sans-serif;
  color: #404040;
  font-size: 14px;
  background-color: #fafafa;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-image: url('../images/crossword.png');
}
p {
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Ubuntu', sans-serif;
  color: #404040;
}
a {
  outline: none;
  color: #636466;
}
a:hover {
  color: #009a8b;
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
button {
  outline: none;
}
button:focus {
  outline: none;
}
.screen-reader-text {
  display: none;
}
.button {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: none !important;
  background: #636466;
  border: none;
  display: inline-block;
  padding: 10px 25px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 600 !important;
  line-height: 1;
  margin: 15px 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button.with-shadow {
  border-bottom: 2px solid #4a4b4c;
}
.button.primary {
  color: #ffffff !important;
}
.button.text {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  color: #636466;
  background: transparent !important;
  border-width: 0;
  padding: 10px 0;
  align-items: center;
}
.button.text > i {
  margin-left: 3px;
}
.button.text:hover {
  color: #009a8b;
}
.button.round {
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.button.bordered {
  background: #ffffff !important;
  border: 2px solid #636466;
  color: #636466 !important;
}
.button.bordered:hover {
  background: #636466 !important;
  color: #ffffff !important;
}
.button.black {
  color: #ffffff !important;
  background: #404040 !important;
}
.button.black.with-shadow {
  border-bottom: 2px solid #4a4b4c;
}
.button.black.bordered {
  background: #ffffff !important;
  border-color: #404040 !important;
  color: #404040 !important;
}
.button.black.bordered:hover {
  border-color: #404040 !important;
  color: #ffffff !important;
  background: #404040 !important;
}
.button.white {
  color: #404040 !important;
  background: #ffffff !important;
}
.button.white.with-shadow {
  border-bottom: 2px solid #4a4b4c;
}
.button.white.bordered {
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.button.white.bordered:hover {
  border-color: #ffffff !important;
  color: #404040 !important;
  background: #ffffff !important;
}
.button.secondary {
  background: #009a8b !important;
  color: #ffffff !important;
}
.button.secondary.with-shadow {
  border-bottom: 2px solid #00675d;
}
.button.secondary.bordered {
  background: #ffffff !important;
  color: #009a8b !important;
  border-color: #009a8b !important;
}
.button.secondary.bordered:hover {
  border-color: #009a8b;
  background: #009a8b !important;
  color: #ffffff !important;
}
.button.dark-gray {
  background: #50676f !important;
  color: #ffffff !important;
}
.button.dark-gray.with-shadow {
  border-bottom: 2px solid #404040;
}
.button.dark-gray.bordered {
  border-color: #50676f !important;
  background: #ffffff !important;
  color: #50676f !important;
}
.button.dark-gray.bordered:hover {
  border-color: #50676f !important;
  background: #50676f !important;
  color: #ffffff !important;
}
.button.secondary-dark {
  color: #ffffff !important;
  background: #00675d !important;
}
.button.secondary-dark.with-shadow {
  border-bottom: 2px solid #404040;
}
.button.secondary-dark.bordered {
  border-color: #00675d !important;
  background: #ffffff !important;
  color: #00675d !important;
}
.button.secondary-dark.bordered:hover {
  border-color: #00675d;
  color: #ffffff !important;
  background: #00675d !important;
}
.button:hover {
  color: #ffffff;
}
.button.with-box-shadow {
  -o-box-shadow: 0 4px 0 0 #009a8b;
  -ms-box-shadow: 0 4px 0 0 #009a8b;
  -moz-box-shadow: 0 4px 0 0 #009a8b;
  -webkit-box-shadow: 0 4px 0 0 #009a8b;
  box-shadow: 0 4px 0 0 #009a8b;
}
.button.success {
  background: #5cb85c !important;
}
.button.success.with-shadow {
  border-bottom: 2px solid #357b35;
}
.button.success.bordered {
  border-color: #5cb85c !important;
  background: #ffffff !important;
  color: #4cae4c !important;
}
.button.success.bordered:hover {
  border-color: #4cae4c;
  color: #ffffff !important;
  background: #4cae4c !important;
}
.button.red {
  background: #d45d5d !important;
  color: #ffffff !important;
}
.button.gray {
  background: #f4f4f4;
  color: #404040;
}
.large {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
.large p,
.large a,
.large li {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
#primary.content-area {
  padding: 0;
}
mark {
  padding: 0;
  font-weight: inherit;
}
/*************************************************************
TABS
**************************************************************/
.bootrstap-tabs-wrapper {
  margin-top: 15px;
}
.bootrstap-tabs-wrapper .nav-tabs li.active a {
  color: #636466;
}
.bootrstap-tabs-wrapper .nav-tabs li a {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
}
.bootrstap-tabs-wrapper .nav-tabs.nav-pills {
  border-bottom: 0;
}
.bootrstap-tabs-wrapper .nav-tabs.nav-pills li.active a {
  color: #ffffff;
  background: #636466;
  border-left: 5px solid #009a8b;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 0 5px;
}
.bootrstap-tabs-wrapper .nav-tabs.nav-pills li a {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootrstap-tabs-wrapper .tab-content * {
  color: #404040;
}
.bootrstap-tabs-wrapper .tab-content .tab-pane {
  border: 1px solid #dddddd;
  border-top-width: 0;
  padding: 15px;
  background: #ffffff;
}
.bootrstap-tabs-wrapper .tab-content .tab-pane h1,
.bootrstap-tabs-wrapper .tab-content .tab-pane h2,
.bootrstap-tabs-wrapper .tab-content .tab-pane h3,
.bootrstap-tabs-wrapper .tab-content .tab-pane h4,
.bootrstap-tabs-wrapper .tab-content .tab-pane h5,
.bootrstap-tabs-wrapper .tab-content .tab-pane h6 {
  color: #009a8b;
}
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
/*************************************************************
MODAL
**************************************************************/
.modal .modal-dialog {
  margin: 90px 10px 10px;
}
.modal .modal-content .modal-header h4 {
  color: #636466;
  font-weight: 600;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
}
.modal .modal-content .modal-header .close {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #dddddd !important;
}
.modal .modal-content .modal-header .close * {
  color: inherit !important;
}
.modal .modal-content .modal-header .close:hover {
  color: #d9534f !important;
}
.modal .modal-content .modal-body {
  overflow-y: auto;
}
.modal .modal-content .modal-body p {
  font-size: 15px;
  font-weight: 400;
  color: #404040;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin: 115px auto 20px;
  }
}
/*************************************************************
PACE SIMPLE
**************************************************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 100001;
  top: 0;
  height: 2px;
  width: 100%;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #00675d;
  position: relative;
  z-index: 100001;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
/*************************************************************
ANIMATIONS
**************************************************************/
.fadein,
.fadeout {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block !important;
}
.fadein.ng-hide-remove.ng-hide-remove-active,
.fadeout.ng-hide-add {
  opacity: 1;
  filter: alpha(opacity=100);
}
.css-class-add,
.css-class-remove {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0.5s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0.5s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0.5s;
}
.css-class,
.css-class-add.css-class-add-active {
  color: red;
}
.css-class-remove.css-class-remove-active {
  color: black;
}
.repeated-item.ng-enter,
.repeated-item.ng-move {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/
.repeated-item.ng-enter.ng-enter-active,
.repeated-item.ng-move.ng-move-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*****************************************************************
Header
********************************************************************/
.logo {
  margin: 15px 0;
  max-height: 125px;
}
.logo a {
  float: left;
}
.logo a img {
  max-width: 100%;
  max-height: 60px;
}
.logo.retina {
  display: none;
}
header.site-header {
  background: #ffffff;
  padding: 0;
  max-height: 160px;
}
header.site-header .global-search {
  width: calc(100% - 25px);
  text-align: right;
  right: auto;
  right: 25px;
  top: 2px;
  display: none;
  position: absolute;
  z-index: 101;
}
header.site-header .global-search .form-group {
  border: 1px solid #dddddd;
  min-width: 250px;
  margin: 0;
  width: 100%;
}
header.site-header .global-search .form-group .form-control {
  border: none;
  background: #f4f4f4;
  height: 40px;
}
header.site-header .global-search .form-group .input-group-addon {
  border: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header.site-header .global-search .focussed {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header.site-header .global-search .focussed .form-group {
  border-color: #009a8b;
}
header.site-header .global-search .focussed .form-group .form-control {
  background-color: #ffffff;
}
header.site-header .global-search .focussed.search-form button {
  background-color: #ffffff;
  border-left: 1px solid #009a8b;
}
header.site-header .global-search .focussed.search-form button i {
  color: #636466;
}
header.site-header .global-search.ng-hide {
  width: 250px;
  overflow: hidden;
}
header.site-header .search-form {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
header.site-header .search-form button {
  position: relative;
  right: 1px;
  margin-top: -41px;
  float: right;
  color: #636466;
  padding: 5px 12px;
  height: 40px;
  border: none;
  z-index: 101;
  background: #dddddd;
}
header.site-header .search-form button:focus {
  outline: none;
}
header.site-header .search-form button i {
  background: transparent;
}
header.site-header .search-form .with-error.without-border + button {
  margin-top: -66px;
}
header.site-header .search-form .form-group.with-success .has-passed {
  right: 49px;
  top: 10px;
}
header .header-top {
  background: #4a4b4c;
  max-height: 35px;
  border-bottom: 0 solid #dddddd;
  padding: 0 0 2px;
}
header .header-top p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
}
header .header-top p i {
  margin-right: 2px;
  padding: 5px 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #00675d;
  border-radius: 25px;
  text-align: center;
  font-size: 10px;
  top: -1px;
  position: relative;
}
header .header-top p.inline {
  padding: 4px 0 0;
  float: left;
}
header .header-top p.inline.mobile {
  margin-right: 15px;
}
header .header-top a.white {
  padding: 5px 8px;
  display: inline-block;
  font-size: 12px;
  background: transparent;
}
.social-icons-sm .header-social-links {
  margin: 2px 0 0;
  text-align: left;
}
.social-icons-sm .header-social-links li {
  padding: 0 2px;
}
.social-icons-sm .header-social-links li a {
  padding: 3px;
  display: block;
  background: #4a4b4c;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  min-width: 24px;
  min-height: 24px;
}
.header-social-links {
  margin: 24px 0 0;
  padding: 0;
  clear: both;
}
.header-social-links li {
  display: inline-block;
  padding: 0 3px;
}
.header-social-links li a {
  padding: 5px;
  display: block;
  background: #ffffff;
  color: #4a4b4c;
  min-width: 30px;
  min-height: 30px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 13px;
  text-align: center;
  -o-box-shadow: 0 2px 0 0 #dddddd;
  -ms-box-shadow: 0 2px 0 0 #dddddd;
  -moz-box-shadow: 0 2px 0 0 #dddddd;
  -webkit-box-shadow: 0 2px 0 0 #dddddd;
  box-shadow: 0 2px 0 0 #dddddd;
}
.header-social-links li a:hover {
  color: #ffffff;
  background: #50676f;
  -o-box-shadow: 0 3px 0 0 #00cdb9;
  -ms-box-shadow: 0 3px 0 0 #00cdb9;
  -moz-box-shadow: 0 3px 0 0 #00cdb9;
  -webkit-box-shadow: 0 3px 0 0 #00cdb9;
  box-shadow: 0 3px 0 0 #00cdb9;
}
.header-social-links li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  header.site-header .global-search {
    width: 60%;
    top: 4px;
    top: 56px;
    left: 20%;
    right: auto;
  }
  header.site-header .global-search .form-group {
    min-width: 100px;
  }
}
/*****************************************************************
Main Navigation
********************************************************************/
.top-navigation {
  background: transparent;
  z-index: 10;
  position: relative;
  padding: 0;
  border-top: none;
  overflow: visible !important;
}
.top-navigation .navbar-nav {
  margin-right: 0;
}
.top-navigation .navbar-nav li:nth-child(2) {
  padding-left: 23px;
}
.top-navigation .navbar-nav li a {
  color: #ffffff;
  border: none;
  font-size: 16px;
  padding: 2px 0;
  margin-left: 15px;
  text-shadow: none;
  text-transform: none;
  background: transparent;
  font-weight: 700;
}
.top-navigation .navbar-nav li a i {
  margin-right: 3px;
  font-size: 12px;
}
.top-navigation .navbar-nav li:hover a,
.top-navigation .navbar-nav li:focus a,
.top-navigation .navbar-nav li:active a {
  background: #009a8b;
}
.top-navigation .navbar-nav li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-navigation {
  z-index: 101;
  margin-top: 21px;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation.fixed {
  margin-top: 0;
  padding: 0;
}
.main-navigation.fixed .navbar-mainbar {
  margin: 0;
  text-align: left;
}
.main-navigation.fixed .navbar-mainbar .navbar-brand {
  display: block;
  max-width: 150px;
  margin-right: 25px;
  background: transparent;
  padding: 0;
}
.main-navigation.fixed .navbar-mainbar .navbar-brand img {
  margin-top: 1px;
  max-height: 57px;
}
.main-navigation.fixed .navbar-mainbar .navbar-collapse {
  max-height: 400px;
}
.main-navigation.fixed .navbar-mainbar .navbar-nav {
  float: right;
  width: auto;
}
.main-navigation.fixed .navbar-mainbar .navbar-nav > li {
  float: left;
  margin: 0;
}
.main-navigation.fixed .navbar-mainbar .navbar-nav > li:first-child > a {
  padding-left: 0px;
}
.main-navigation.fixed .navbar-mainbar .navbar-nav > li.search {
  display: none;
}
.main-navigation.fixed .navbar-mainbar .navbar-nav li a {
  padding: 18px 0;
}
.main-navigation.fixed .navbar-mainbar ul li.menu-item-has-children > .sub-menu {
  top: 50px;
}
.main-navigation.fixed .navbar-mainbar ul li.menu-item-has-children > .sub-menu a {
  padding: 10px 15px;
}
.main-navigation.fixed .navbar-mainbar ul li.menu-item-has-children:hover > .sub-menu {
  top: 49px;
}
.main-navigation.fixed .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper {
  top: 49px;
  width: 100%;
}
.main-navigation.fixed .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled:hover .mega-menu-wrapper {
  top: 49px;
}
.main-navigation .navbar-mainbar {
  text-align: right;
  min-height: 45px;
  position: relative;
  margin: 0 0 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.main-navigation .navbar-mainbar .navbar-brand {
  color: #009a8b;
  font-family: 'Ubuntu', sans-serif;
  text-shadow: 1px 1px 0 #ffffff;
  display: none;
}
.main-navigation .navbar-mainbar .navbar-nav {
  width: 100%;
  max-height: 100px;
  float: left;
}
.main-navigation .navbar-mainbar .navbar-nav > li {
  padding: 5px 10px;
  display: inline-block;
  float: none;
}
.main-navigation .navbar-mainbar .navbar-nav > li:last-child a {
  border: none;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search {
  overflow: visible !important;
  padding-right: 0;
  min-width: 25px;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search:hover a {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation .navbar-mainbar .navbar-nav > li * {
  text-align: left;
}
.main-navigation .navbar-mainbar .navbar-nav > li > a {
  font-size: 13px;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
.main-navigation .navbar-mainbar .navbar-nav > li.active-button > a {
  padding: 5px 20px 6px;
  line-height: 1;
  margin: 10px 0;
  background: #636466;
  color: #ffffff;
  text-shadow: 0 1px 3px #4a4b4c;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item,
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor {
  background: #ffffff;
}
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item > a,
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor > a {
  color: #ffffff;
  -o-box-shadow: 0 -2px 0 0 #009a8b inset;
  -ms-box-shadow: 0 -2px 0 0 #009a8b inset;
  -moz-box-shadow: 0 -2px 0 0 #009a8b inset;
  -webkit-box-shadow: 0 -2px 0 0 #009a8b inset;
  box-shadow: 0 -2px 0 0 #009a8b inset;
}
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item.icon-enabled i.fa,
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor.icon-enabled i.fa {
  color: #636466;
}
.main-navigation .navbar-mainbar .navbar-collapse {
  padding: 0;
}
.main-navigation .navbar-mainbar .navbar-toggle {
  height: 50px;
  background: none;
  border: none;
}
.main-navigation .navbar-mainbar .navbar-toggle:hover,
.main-navigation .navbar-mainbar .navbar-toggle:focus {
  background: none;
}
.main-navigation .navbar-mainbar .navbar-toggle .icon-bar {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #00c2ae;
  position: absolute;
  left: 0;
  top: 19px;
  margin: 0;
}
.main-navigation .navbar-mainbar .navbar-toggle .icon-bar.second {
  top: 24px;
}
.main-navigation .navbar-mainbar .navbar-toggle .icon-bar.third {
  top: 29px;
}
.main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar {
  left: 3px;
  width: 16px;
}
.main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.first {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.second {
  display: none;
}
.main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.third {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-navigation .navbar-mainbar ul li {
  position: relative;
}
.main-navigation .navbar-mainbar ul li span.sub,
.main-navigation .navbar-mainbar ul li br {
  display: none;
}
.main-navigation .navbar-mainbar ul li:hover > a {
  background: transparent;
  -o-box-shadow: 0 -2px 0 0 #009a8b inset;
  -ms-box-shadow: 0 -2px 0 0 #009a8b inset;
  -moz-box-shadow: 0 -2px 0 0 #009a8b inset;
  -webkit-box-shadow: 0 -2px 0 0 #009a8b inset;
  box-shadow: 0 -2px 0 0 #009a8b inset;
}
.main-navigation .navbar-mainbar ul li:hover > a i {
  color: inherit;
}
.main-navigation .navbar-mainbar ul li a {
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.main-navigation .navbar-mainbar ul li.icon-enabled:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.icon-enabled i.fa {
  position: relative;
  left: -1px;
  line-height: 1;
  font-size: 13px;
  color: inherit;
  margin: 0 5px 0 0;
  top: 0px;
  float: left;
}
.main-navigation .navbar-mainbar ul li.icon-enabled i.fa[class*="fontell-icon-"] {
  margin-right: 4px !important;
  margin-left: -4px !important;
}
.main-navigation .navbar-mainbar ul li.cart-item {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  -o-box-shadow: 0 1px 0 0 #ffffff;
  -ms-box-shadow: 0 1px 0 0 #ffffff;
  -moz-box-shadow: 0 1px 0 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.main-navigation .navbar-mainbar ul li.cart-item a.remove {
  position: absolute;
  float: left;
  right: 13px;
  top: 33px;
}
.main-navigation .navbar-mainbar ul li.cart-item a.remove:hover {
  background: #d45d5d;
  color: #ffffff;
}
.main-navigation .navbar-mainbar ul li.cart-item a.remove i {
  top: -7px;
  position: relative;
  right: 6px;
}
.main-navigation .navbar-mainbar ul li.cart-item a.item-image {
  float: left;
  padding: 0 0 0 10px;
}
.main-navigation .navbar-mainbar ul li.cart-item a.item-image img {
  float: left;
  margin: 0 5px 0 0;
}
.main-navigation .navbar-mainbar ul li.cart-item a.item-title {
  padding: 0;
  line-height: 1;
}
.main-navigation .navbar-mainbar ul li.cart-item a:hover {
  font-weight: bold;
  background: transparent;
}
.main-navigation .navbar-mainbar ul li.cart-item span.quantity {
  font-size: 12px;
}
.main-navigation .navbar-mainbar ul li.cart-item:hover a {
  font-weight: bold;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled {
  position: static;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children:hover .mega-menu-wrapper .sub-menu.first-level > li > a {
  display: block;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled:hover .mega-menu-wrapper {
  top: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled:hover .mega-menu-wrapper .sub-menu.first-level {
  top: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled:hover .mega-menu-wrapper .sub-menu.first-level > li {
  -o-box-shadow: 1px 0px 0 0 #dddddd;
  -ms-box-shadow: 1px 0px 0 0 #dddddd;
  -moz-box-shadow: 1px 0px 0 0 #dddddd;
  -webkit-box-shadow: 1px 0px 0 0 #dddddd;
  box-shadow: 1px 0px 0 0 #dddddd;
  height: 100%;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled:hover .mega-menu-wrapper .sub-menu.first-level > li:last-child {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled:hover .mega-menu-wrapper .sub-menu.first-level > li:last-child.divider {
  display: none;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled:hover .mega-menu-wrapper .sub-menu.inner {
  top: 0;
}
.main-navigation .navbar-mainbar ul li.current-menu-item > .item-details > a,
.main-navigation .navbar-mainbar ul li.current-menu-parent > .item-details > a {
  color: #636466;
  font-weight: 700;
}
.main-navigation .navbar-mainbar ul li.current-menu-item > .item-details > a i.fa,
.main-navigation .navbar-mainbar ul li.current-menu-parent > .item-details > a i.fa {
  color: #636466;
}
.main-navigation .navbar-mainbar ul li.current-menu-item:hover > .item-details > a,
.main-navigation .navbar-mainbar ul li.current-menu-parent:hover > .item-details > a {
  font-weight: 600;
}
.main-navigation .navbar-mainbar ul li.current-menu-item:first-child > .item-details > a,
.main-navigation .navbar-mainbar ul li.current-menu-parent:first-child > .item-details > a {
  padding-left: 15px;
}
.main-navigation .navbar-mainbar ul li.current-menu-item > a,
.main-navigation .navbar-mainbar ul li.current-menu-parent > a {
  font-weight: 700;
}
.main-navigation .navbar-mainbar ul li.current-menu-item:hover > a,
.main-navigation .navbar-mainbar ul li.current-menu-parent:hover > a {
  font-weight: 700;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu {
  top: 50px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu.inner {
  top: 20px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 44px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children:hover > .sub-menu.inner {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children:hover .mega-menu-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.simple-mega-menu .mega-menu-wrapper ul.sub-menu.first-level > li {
  height: auto !important;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.simple-mega-menu .mega-menu-wrapper ul.sub-menu.first-level > li > a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 8px;
  line-height: 18px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.simple-mega-menu .mega-menu-wrapper ul.sub-menu.first-level > li > a > i {
  top: 2px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.simple-mega-menu .mega-menu-wrapper ul.sub-menu.first-level > li.current-menu-item > a {
  font-weight: 600;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.simple-mega-menu .mega-menu-wrapper ul.sub-menu.first-level > li:hover > a {
  color: #636466;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper {
  /*.box-shadow(0 -5px 0 @light-gray-color);   */
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-top: 2px solid #636466;
  position: absolute;
  width: calc(100% + 300px);
  background: #ffffff;
  z-index: 1;
  padding: 15px 0;
  top: 104px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  right: 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul {
  background: #ffffff;
  padding: 0 0 0 15px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul li {
  padding: 5px 15px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu {
  position: relative;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu li {
  background: transparent;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level {
  width: 100%;
  top: 0;
  border: none;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li {
  width: 25%;
  float: left;
  position: relative;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa {
  color: inherit;
  top: 0px;
  left: -6px;
  margin-right: 0px;
  font-weight: bold;
  font-size: 16px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa.vector {
  width: 16px;
  height: 16px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.divider {
  height: 4px;
  width: 100% !important;
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 20px 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li > a {
  padding: 0 0 5px 0;
  border-bottom: 0 solid #f4f4f4;
  margin-bottom: 10px;
  color: #404040;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  display: none;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li.menu-item-has-children:before {
  content: "";
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul {
  background: none;
  padding: 0 0 0 0px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner {
  width: 100%;
  min-width: 100px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li {
  display: block;
  padding: 0;
  max-width: 100%;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li:hover > a {
  color: #636466;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled i.fa {
  position: relative;
  left: -1px;
  font-size: 13px;
  color: inherit;
  margin: 0 5px 0 0;
  float: none;
  top: -1px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled i.fa.vector {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: cover;
  top: 2px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled a:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.current-menu-item a {
  font-weight: bold;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li a {
  padding: 2px 0px 2px 0;
  border: none;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  color: #404040;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li a:before {
  content: "\f0da";
  content: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #50676f;
  padding: 1px;
  text-align: center;
  margin-right: 10px;
  right: auto;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level li ul.inner.second-level {
  padding: 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.inner {
  position: static;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper.columns-4 ul.sub-menu.first-level > li {
  width: 25%;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper.columns-3 ul.sub-menu.first-level > li {
  width: 33.33%;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper.columns-2 ul.sub-menu.first-level > li {
  width: 50%;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled:hover .mega-menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 104px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled:hover .mega-menu-wrapper .sub-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-mainbar ul li i.menu-toggler {
  display: none;
}
.main-navigation .navbar-mainbar ul.sub-menu {
  width: 180px;
  -o-box-shadow: 1px 1px 0 0 #dddddd;
  -ms-box-shadow: 1px 1px 0 0 #dddddd;
  -moz-box-shadow: 1px 1px 0 0 #dddddd;
  -webkit-box-shadow: 1px 1px 0 0 #dddddd;
  box-shadow: 1px 1px 0 0 #dddddd;
  background: #ffffff;
}
.main-navigation .navbar-mainbar ul.sub-menu li a {
  font-family: 'Ubuntu', sans-serif;
  padding: 11px 10px;
}
.main-navigation .navbar-mainbar ul.sub-menu li a:hover {
  background: transparent;
}
.main-navigation .navbar-mainbar ul.sub-menu li i.fa {
  top: 5px;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 100px;
  color: #333;
  z-index: 10001;
  min-width: 200px;
  position: absolute;
  display: block;
  padding: 0;
  border-top: 2px solid #636466;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level.cart {
  right: 0;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li {
  list-style: none;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li.cart {
  padding: 5px;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li.menu-item-has-children:before {
  content: "\f0da";
  position: absolute;
  top: 8px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #636466;
  right: 8px;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li a {
  border-right: none;
  border-bottom: 1px solid #dddddd;
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  -o-box-shadow: 0 0 0 0 #ffffff;
  -ms-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li:last-child a {
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation .navbar-mainbar ul.sub-menu.inner {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 201px;
  top: 0px;
  padding: 0;
}
/*************************************************************
FIXED HEADER
**************************************************************/
.fixed-header-wrapper {
  background-color: #ffffff;
  top: -150px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  z-index: 10001;
  position: fixed;
  left: 0;
  padding: 4px 0;
  -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.fixed-header-wrapper .logo {
  max-height: 54px;
  margin: 3px 0;
}
.fixed-header-wrapper .logo img {
  max-height: 44px;
  margin: 0;
}
.fixed-header-wrapper .global-search {
  display: none;
}
@media (max-width: 767px) {
  .main-navigation.fixed {
    width: calc(100% + 30px);
    padding-right: 15px;
  }
  .main-navigation.fixed .navbar-mainbar .navbar-brand {
    float: left;
  }
  .main-navigation.fixed .navbar-mainbar .navbar-brand .logo img {
    max-height: 40px;
  }
  .main-navigation.fixed .navbar-mainbar .navbar-nav > li > a {
    padding: 15px !important;
  }
  .main-navigation .navbar-mainbar .navbar-header .search {
    position: absolute;
    right: 60px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 50px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.simple-mega-menu .mega-menu-wrapper ul.sub-menu.first-level {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.simple-mega-menu .mega-menu-wrapper ul.sub-menu.first-level > li > a {
    padding: 10px 0;
  }
}
/*****************************************************************
Main Slider
********************************************************************/
#slider.carousel {
  position: relative;
}
#slider.carousel .item img {
  width: 100%;
}
#slider.carousel .carousel-indicators {
  bottom: 0;
  left: calc(50% - 75px);
  background-color: #636466;
  width: 150px;
  margin: 0;
  padding: 17px;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
#slider.carousel .carousel-indicators li {
  border: 3px solid #ffffff;
  width: 20px;
  height: 20px;
}
#slider.carousel .carousel-indicators li.active {
  background: #00cdb9;
}
.red-border {
  -o-box-shadow: 0 7px 9px 0 #075a1c inset;
  -ms-box-shadow: 0 7px 9px 0 #075a1c inset;
  -moz-box-shadow: 0 7px 9px 0 #075a1c inset;
  -webkit-box-shadow: 0 7px 9px 0 #075a1c inset;
  box-shadow: 0 7px 9px 0 #075a1c inset;
  border-top: 1px solid #636466;
  width: 100%;
  height: 22px;
  display: block;
  clear: both;
  background: #636466;
}
/*****************************************************************
Carousel
********************************************************************/
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper h2 {
  color: #009a8b;
  font-family: 'Ubuntu', sans-serif;
  margin-top: 5px;
}
.carousel-wrapper .owl-carousel {
  width: 101%;
}
.carousel-wrapper .owl-carousel .item {
  padding: 0;
  margin-right: 10px;
}
.carousel-wrapper .owl-carousel .item .item-inner {
  background: #fafafa;
  padding: 5px;
  -o-box-shadow: 0 0 0 1px #dddddd inset;
  -ms-box-shadow: 0 0 0 1px #dddddd inset;
  -moz-box-shadow: 0 0 0 1px #dddddd inset;
  -webkit-box-shadow: 0 0 0 1px #dddddd inset;
  box-shadow: 0 0 0 1px #dddddd inset;
}
.carousel-wrapper .owl-carousel .item img {
  width: 100%;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.carousel-wrapper .owl-carousel .owl-buttons {
  position: absolute;
  top: -45px;
  right: 0;
}
.carousel-wrapper .owl-carousel .owl-buttons div {
  width: 25px;
  height: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 5px;
}
.carousel-wrapper .owl-carousel .owl-buttons div:hover {
  background: #636466;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.main-slider,
#slider,
ul.partners-carousel,
.woo-product-gallery {
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
  border-top: 0px solid #dddddd;
  border-bottom: 0 solid #dddddd;
  z-index: 1;
  float: left;
}
.main-slider.owl-carousel.owl-theme .owl-controls,
#slider.owl-carousel.owl-theme .owl-controls,
ul.partners-carousel.owl-carousel.owl-theme .owl-controls,
.woo-product-gallery.owl-carousel.owl-theme .owl-controls {
  margin: 0;
}
.main-slider .owl-stage-outer,
#slider .owl-stage-outer,
ul.partners-carousel .owl-stage-outer,
.woo-product-gallery .owl-stage-outer {
  max-width: 100%;
  overflow: hidden;
}
.main-slider .owl-stage-outer .owl-item,
#slider .owl-stage-outer .owl-item,
ul.partners-carousel .owl-stage-outer .owl-item,
.woo-product-gallery .owl-stage-outer .owl-item {
  overflow: hidden;
  float: left;
}
.main-slider .owl-stage-outer .owl-item img,
#slider .owl-stage-outer .owl-item img,
ul.partners-carousel .owl-stage-outer .owl-item img,
.woo-product-gallery .owl-stage-outer .owl-item img {
  width: 100%;
}
.main-slider img,
#slider img,
ul.partners-carousel img,
.woo-product-gallery img {
  width: 100%;
}
.main-slider .owl-dots,
#slider .owl-dots,
ul.partners-carousel .owl-dots,
.woo-product-gallery .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.main-slider .owl-dots .owl-dot,
#slider .owl-dots .owl-dot,
ul.partners-carousel .owl-dots .owl-dot,
.woo-product-gallery .owl-dots .owl-dot {
  display: inline-block;
}
.main-slider .owl-dots .owl-dot span,
#slider .owl-dots .owl-dot span,
ul.partners-carousel .owl-dots .owl-dot span,
.woo-product-gallery .owl-dots .owl-dot span {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 15px;
  width: 15px;
  display: block;
  background: #ffffff;
  margin: 5px;
  -o-box-shadow: 0 0 0 3px #009a8b;
  -ms-box-shadow: 0 0 0 3px #009a8b;
  -moz-box-shadow: 0 0 0 3px #009a8b;
  -webkit-box-shadow: 0 0 0 3px #009a8b;
  box-shadow: 0 0 0 3px #009a8b;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot.active span,
ul.partners-carousel .owl-dots .owl-dot.active span,
.woo-product-gallery .owl-dots .owl-dot.active span {
  -o-box-shadow: 0 0 0 3px #636466;
  -ms-box-shadow: 0 0 0 3px #636466;
  -moz-box-shadow: 0 0 0 3px #636466;
  -webkit-box-shadow: 0 0 0 3px #636466;
  box-shadow: 0 0 0 3px #636466;
}
.main-slider .owl-nav,
#slider .owl-nav,
ul.partners-carousel .owl-nav,
.woo-product-gallery .owl-nav {
  width: 100%;
}
.main-slider .owl-nav.disabled,
#slider .owl-nav.disabled,
ul.partners-carousel .owl-nav.disabled,
.woo-product-gallery .owl-nav.disabled {
  display: none;
}
.main-slider .owl-nav [class*='owl-'],
#slider .owl-nav [class*='owl-'],
ul.partners-carousel .owl-nav [class*='owl-'],
.woo-product-gallery .owl-nav [class*='owl-'] {
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  width: 45px;
  height: 45px;
  background: #636466;
  text-align: center;
  bottom: calc(50% - 22px);
  line-height: 51px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
}
.main-slider .owl-nav [class*='owl-'].owl-prev,
#slider .owl-nav [class*='owl-'].owl-prev,
ul.partners-carousel .owl-nav [class*='owl-'].owl-prev,
.woo-product-gallery .owl-nav [class*='owl-'].owl-prev {
  left: 15px;
}
.main-slider .owl-nav [class*='owl-'].owl-next,
#slider .owl-nav [class*='owl-'].owl-next,
ul.partners-carousel .owl-nav [class*='owl-'].owl-next,
.woo-product-gallery .owl-nav [class*='owl-'].owl-next {
  right: 15px;
}
.main-slider .owl-nav [class*='owl-'] i,
#slider .owl-nav [class*='owl-'] i,
ul.partners-carousel .owl-nav [class*='owl-'] i,
.woo-product-gallery .owl-nav [class*='owl-'] i {
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  color: #ffffff;
  font-size: 19px;
  padding: 0;
  line-height: 25px;
  display: inline-block;
}
.main-slider .owl-nav [class*='owl-']:hover,
#slider .owl-nav [class*='owl-']:hover,
ul.partners-carousel .owl-nav [class*='owl-']:hover,
.woo-product-gallery .owl-nav [class*='owl-']:hover {
  background: #009a8b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-slider .owl-nav [class*='owl-']:hover i,
#slider .owl-nav [class*='owl-']:hover i,
ul.partners-carousel .owl-nav [class*='owl-']:hover i,
.woo-product-gallery .owl-nav [class*='owl-']:hover i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-slider .owl-nav [class*='owl-'].disabled,
#slider .owl-nav [class*='owl-'].disabled,
ul.partners-carousel .owl-nav [class*='owl-'].disabled,
.woo-product-gallery .owl-nav [class*='owl-'].disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: inherit;
}
.main-slider .item-inner,
#slider .item-inner,
ul.partners-carousel .item-inner,
.woo-product-gallery .item-inner {
  min-height: 500px;
  overflow: hidden;
}
.main-slider .item-inner .container h1,
#slider .item-inner .container h1,
ul.partners-carousel .item-inner .container h1,
.woo-product-gallery .item-inner .container h1 {
  position: absolute;
  top: 95px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  margin: 0;
  line-height: 1;
  z-index: 1;
  font-size: 58px;
  font-family: DINOT-B;
  background: rgba(96, 125, 139, 0.5);
  padding: 25px;
}
.main-slider .item-inner .container h1.primary,
#slider .item-inner .container h1.primary,
ul.partners-carousel .item-inner .container h1.primary,
.woo-product-gallery .item-inner .container h1.primary,
.main-slider .item-inner .container h1.secondary,
#slider .item-inner .container h1.secondary,
ul.partners-carousel .item-inner .container h1.secondary,
.woo-product-gallery .item-inner .container h1.secondary,
.main-slider .item-inner .container h1.secondary-dark,
#slider .item-inner .container h1.secondary-dark,
ul.partners-carousel .item-inner .container h1.secondary-dark,
.woo-product-gallery .item-inner .container h1.secondary-dark,
.main-slider .item-inner .container h1.dark-grey,
#slider .item-inner .container h1.dark-grey,
ul.partners-carousel .item-inner .container h1.dark-grey,
.woo-product-gallery .item-inner .container h1.dark-grey {
  background: rgba(255, 255, 255, 0.45);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.main-slider .item-inner img,
#slider .item-inner img,
ul.partners-carousel .item-inner img,
.woo-product-gallery .item-inner img {
  height: auto;
  width: 100%;
  position: relative;
  left: 0;
}
.labeled-nav {
  color: #ffffff;
  clear: both;
  margin-top: -100px;
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  width: 100%;
}
.labeled-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
}
.labeled-nav ul li {
  list-style: none;
  cursor: pointer;
  border-top: 5px solid #636466;
  padding: 5px 2px;
  font-weight: 600;
  position: relative;
}
.labeled-nav ul li.active {
  border-color: #009a8b;
}
.labeled-nav ul li.active:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 100%;
}
ul.partners-carousel,
.woo-product-gallery {
  overflow: visible;
  padding-left: 0;
  position: relative;
}
ul.partners-carousel .owl-nav [class*='owl-'],
.woo-product-gallery .owl-nav [class*='owl-'] {
  top: -61px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #009a8b;
}
ul.partners-carousel .owl-nav [class*='owl-'].owl-prev,
.woo-product-gallery .owl-nav [class*='owl-'].owl-prev {
  left: auto;
  right: 27px;
}
ul.partners-carousel .owl-nav [class*='owl-'].owl-next,
.woo-product-gallery .owl-nav [class*='owl-'].owl-next {
  right: 0;
}
ul.partners-carousel .owl-nav [class*='owl-'] i,
.woo-product-gallery .owl-nav [class*='owl-'] i {
  padding: 0;
  font-size: 13px;
}
ul.partners-carousel .owl-nav [class*='owl-']:hover,
.woo-product-gallery .owl-nav [class*='owl-']:hover {
  background: #636466;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
ul.partners-carousel .owl-nav [class*='owl-']:hover i,
.woo-product-gallery .owl-nav [class*='owl-']:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.woo-product-gallery .owl-nav [class*='owl-'] {
  top: -30px;
  line-height: 22px;
  background: #636466;
}
#slider {
  border: none;
}
.sales-carousel li img {
  padding: 0;
  max-height: 55px;
  width: auto !important;
  margin: auto;
}
.sales-carousel .owl-nav {
  position: static;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.sales-carousel .owl-nav > div {
  width: 50px;
  height: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: static;
  float: none;
  padding: 12px;
  text-align: center;
  display: inline-block;
  border-color: #4a4b4c;
  background: #50676f;
}
.sales-carousel .owl-nav > div.owl-prev {
  margin-right: 10px;
}
.sales-carousel .owl-nav > div:hover {
  background: #00675d;
  border-bottom: 2px solid #404040;
}
.sales-carousel .owl-nav > div i {
  color: #ffffff;
  font-size: 25px;
  width: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .labeled-nav {
    display: none;
  }
  .main-slider .owl-nav [class*='owl-'] {
    background: transparent !important;
    bottom: 15px;
  }
  .main-slider .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 49px;
  }
}
/*****************************************************************
Archive Header
********************************************************************/
.archive-header,
.category-header {
  display: inline-block;
  padding: 5px 0;
  margin: 25px 0 15px;
  border-bottom: 2px solid #009a8b;
  -o-box-shadow: 0 1px 0px 0 #fff, 0 3px 0px 0 #E9E0E0;
  -ms-box-shadow: 0 1px 0px 0 #fff, 0 3px 0px 0 #E9E0E0;
  -moz-box-shadow: 0 1px 0px 0 #fff, 0 3px 0px 0 #E9E0E0;
  -webkit-box-shadow: 0 1px 0px 0 #fff, 0 3px 0px 0 #E9E0E0;
  box-shadow: 0 1px 0px 0 #fff, 0 3px 0px 0 #E9E0E0;
}
.archive-header span,
.category-header span {
  color: #404040;
}
.posts-available {
  margin: 25px 0;
}
.page-header-breadcrumbs {
  clear: both;
  height: 50px;
  background: #636466;
  -o-box-shadow: 0 2px 4px #4a4b4c inset;
  -ms-box-shadow: 0 2px 4px #4a4b4c inset;
  -moz-box-shadow: 0 2px 4px #4a4b4c inset;
  -webkit-box-shadow: 0 2px 4px #4a4b4c inset;
  box-shadow: 0 2px 4px #4a4b4c inset;
  display: block;
}
.page-header-breadcrumbs .archive-header,
.page-header-breadcrumbs .category-header,
.page-header-breadcrumbs .page-header {
  margin: 15px 0 0;
  font-size: 19px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  border: none;
  padding: 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-header-breadcrumbs .archive-header span,
.page-header-breadcrumbs .category-header span,
.page-header-breadcrumbs .page-header span {
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
}
/*****************************************************************
Monthly Archive Links
********************************************************************/
.month-archive-links-wrapper {
  text-align: center;
  padding: 15px 0;
  background: #f4f4f4;
  margin-bottom: 25px;
}
.month-archive-links-wrapper .years,
.month-archive-links-wrapper h5,
.month-archive-links-wrapper select,
.month-archive-links-wrapper ul,
.month-archive-links-wrapper li {
  display: inline-block;
}
.month-archive-links-wrapper h5,
.month-archive-links-wrapper li.month-title {
  padding: 0 5px;
  font-weight: bold;
  color: #009a8b;
}
.month-archive-links-wrapper select {
  min-width: 150px;
}
.month-archive-links-wrapper ul.months li {
  padding: 0 5px;
}
.month-archive-links-wrapper ul.months li a {
  font-weight: bold;
}
.cat-description {
  position: relative;
  background: #ffffff;
  -o-box-shadow: 0 1px 3px 0 #dddddd;
  -ms-box-shadow: 0 1px 3px 0 #dddddd;
  -moz-box-shadow: 0 1px 3px 0 #dddddd;
  -webkit-box-shadow: 0 1px 3px 0 #dddddd;
  box-shadow: 0 1px 3px 0 #dddddd;
  padding: 45px 0 55px;
  margin-bottom: 10px;
}
.cat-description p {
  color: #404040;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.cat-description .cat-icon {
  position: absolute;
  bottom: -93px;
  width: 100%;
  left: 0;
}
.cat-description .cat-icon i {
  width: 80px;
  height: 80px;
  color: #50676f;
  background-color: #ffffff;
  -o-box-shadow: 0 2px 0 0 #dddddd;
  -ms-box-shadow: 0 2px 0 0 #dddddd;
  -moz-box-shadow: 0 2px 0 0 #dddddd;
  -webkit-box-shadow: 0 2px 0 0 #dddddd;
  box-shadow: 0 2px 0 0 #dddddd;
}
.cat-description .cat-icon i.vector {
  padding: 10px;
}
.archive[class*="tax-"] #primary.content-area,
.archive.post-type-archive-testimonials #primary.content-area {
  padding-top: 0;
}
.blog #primary.content-area {
  padding: 0 0 30px;
}
/*****************************************************************
Article
********************************************************************/
article .article-inner {
  width: 100%;
  margin: 15px 0 15px 0;
  background: #ffffff;
}
article .article-inner:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  border-bottom: 3px solid #00675d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
article .article-inner:hover:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
article .article-inner h1 {
  color: #404040;
  margin-top: 5px;
}
article .article-inner h1 a {
  color: #000000;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.3;
  display: block;
}
article .article-inner a.read-more {
  font-weight: 600;
  color: #00675d;
  display: inline-block;
  padding: 0px 7px;
  border-left: 3px solid;
  margin: 10px 0 0;
}
article .article-inner .post-meta {
  clear: both;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 10px;
  margin: 0 0 15px 0;
  background: #ffffff;
}
article .article-inner .post-meta p {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #dddddd;
  line-height: 1;
  color: #636466;
  margin: 0;
}
article .article-inner .post-meta p:first-child {
  padding: 0 8px 0 0;
}
article .article-inner .post-meta p:last-child {
  border: none;
}
article .article-inner .post-meta p a {
  color: #404040;
}
article .article-inner .post-meta p a i {
  color: #636466;
}
article .article-inner .post-meta * {
  font-size: 13px;
}
article .article-inner .featured {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0 solid #ffffff;
  -o-box-shadow: 0 0 0 1px #ebebeb;
  -ms-box-shadow: 0 0 0 1px #ebebeb;
  -moz-box-shadow: 0 0 0 1px #ebebeb;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
}
article.page-article h1 {
  margin: 0 0 15px;
}
article.sticky-post .article-inner {
  border-left: 4px solid #636466;
}
.with-sidebar article .article-inner:first-child {
  margin-top: 0px;
}
.with-sidebar article .article-inner .post-meta {
  padding: 3px 0 5px;
}
.with-sidebar article .article-inner .post-meta .post-meta-inner p {
  font-size: 13px;
  line-height: 1;
  padding: 5px 0;
  border-right: 0;
  width: 46%;
}
/*****************************************************************
Excerpt Mode
********************************************************************/
.excerpt-mode article .article-inner {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 0 20px 0 0;
}
.excerpt-mode article .article-inner h1 {
  font-size: 20px;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
}
.excerpt-mode article .article-inner .post-content p {
  font-size: 14px;
  padding: 0 20px 20px;
}
.excerpt-mode article .article-inner p.posted-on {
  position: relative;
  top: 0px;
  padding: 0 0 0 10px;
  left: 0;
}
.excerpt-mode article .article-inner p.posted-on a {
  display: inline-block;
  font-weight: 500;
  line-height: 20px;
  font-size: 11px;
  background: #00675d;
  color: #ffffff;
  padding: 0 10px;
}
.excerpt-mode article .article-inner p.inline {
  margin: 0 15px 3px 0;
  font-size: 12px;
  color: #404040;
}
.excerpt-mode article .article-inner p.inline * {
  font-size: inherit;
  color: inherit;
}
.excerpt-mode article .article-inner p.inline i {
  color: #00675d;
}
.excerpt-mode article .article-inner .featured {
  float: left;
  margin: 0 0 0 0;
}
.excerpt-mode article .article-inner .content > a {
  background: #ffffff;
  padding-right: 25px;
  max-width: 30%;
  float: left;
  margin-bottom: 2px;
}
.excerpt-mode article .article-inner .content > a .featured {
  min-width: 170px;
  padding: 4px;
  -o-box-shadow: 0 0 0 1px #ebebeb;
  -ms-box-shadow: 0 0 0 1px #ebebeb;
  -moz-box-shadow: 0 0 0 1px #ebebeb;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  max-width: 100%;
}
.excerpt-mode article .article-inner .post-meta-excerpt {
  margin-top: 5px;
  padding: 0 0 0 20px;
}
.excerpt-mode article.archive-testimonial .post-meta-excerpt {
  padding: 0;
}
.excerpt-mode .with-sidebar article .article-inner .content > a {
  max-width: 50%;
}
.article.archive-testimonial .thumbs {
  margin: 0 -4px 15px -4px;
}
.article.archive-testimonial .thumbs .thumb-image {
  border: 4px solid #ffffff;
}
.article.archive-testimonial .thumbs .thumb-image.contain-image {
  padding: 8px;
}
/*****************************************************************
Breadcrumbs
********************************************************************/
ul.breadcrumbs {
  padding: 0;
  line-height: 50px;
  float: right;
  margin: 0;
}
ul.breadcrumbs li {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  list-style: none;
  line-height: inherit;
  float: left;
}
ul.breadcrumbs li span {
  position: relative;
  display: inline-block;
  float: left;
  line-height: inherit;
}
ul.breadcrumbs li i {
  line-height: inherit;
  position: relative;
  top: 0;
  float: left;
  padding: 0 5px;
}
ul.breadcrumbs li i.fa.fa-home {
  color: #ffffff;
  top: 0;
}
ul.breadcrumbs li * {
  font-size: 14px;
  color: #ffffff;
}
ul.breadcrumbs li a {
  float: left;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
  line-height: inherit;
  display: inline-block;
  white-space: nowrap;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
ul.breadcrumbs li:hover a {
  max-width: 100%;
}
@media (max-width: 767px) {
  ul.breadcrumbs {
    float: left;
  }
  ul.breadcrumbs li {
    font-size: 16px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
  }
  ul.breadcrumbs li i {
    font-size: 20px;
    position: absolute;
    left: -17px;
    top: 0px;
  }
  ul.breadcrumbs li span {
    line-height: inherit;
    padding-left: 21px;
  }
  ul.breadcrumbs li span i {
    left: 3px;
  }
}
/*****************************************************************
Pagination
********************************************************************/
.pagination {
  display: inline-block;
  margin: 20px auto;
}
.pagination li span {
  color: #ffffff;
  font-weight: bold;
  background: #636466;
}
.pagination li span.page-numbers.dots {
  background: #ffffff;
  color: #404040;
}
.pagination li span:hover {
  background: #dddddd;
  color: #ffffff;
}
.pagination li a {
  color: #636466;
  font-weight: bold;
}
.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
  background: #636466;
}
/*****************************************************************
Social Share
********************************************************************/
#social-share-wrapper {
  text-align: center;
  margin-top: 35px;
}
#social-share-wrapper .social-share-links {
  padding: 0;
}
#social-share-wrapper .social-share-links li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
#social-share-wrapper .social-share-links li a {
  width: 35px;
  display: block;
  height: 35px;
  text-align: center;
  padding: 6px;
  background: #636466;
  color: #ffffff;
  -o-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  -ms-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
}
#social-share-wrapper .social-share-links li a:hover {
  background: #009a8b !important;
}
#social-share-wrapper .social-share-links.round li a {
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#social-share-wrapper .social-share-links.rounded li a {
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*****************************************************************
Comments
********************************************************************/
.comment.list .comment {
  position: relative;
  border-left: 3px solid #dddddd;
}
.comment.list .comment .comment-author > img {
  float: left;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
  -o-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  -ms-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
  box-shadow: 0 0 0 1px #fff, 0 0 3px 2px #ddd;
}
.comment.list .comment .comment-author cite {
  text-transform: capitalize;
  font-weight: 600;
  color: #009a8b;
}
.comment.list .comment .comment-meta {
  font-size: 13px;
}
.comment.list .comment .comment-meta a {
  font-size: 13px;
}
.comment.list .comment p {
  clear: both;
  color: #404040;
}
.comment.list .comment .reply {
  position: absolute;
  right: 15px;
  top: 15px;
}
.comment.list .comment.depth-1 {
  background: #fafafa;
  padding: 15px;
  margin: 15px 0;
  border-bottom: 1px solid #ffffff;
  border-left: 3px solid #009a8b;
  -o-box-shadow: 0 2px 0 #dddddd;
  -ms-box-shadow: 0 2px 0 #dddddd;
  -moz-box-shadow: 0 2px 0 #dddddd;
  -webkit-box-shadow: 0 2px 0 #dddddd;
  box-shadow: 0 2px 0 #dddddd;
}
.comment.list .comment.depth-2 {
  padding: 0 0 0 30px;
  padding: 15px;
  background: #ffffff;
}
.comment.list .comment.depth-3 {
  padding: 0 0 0 60px;
  padding: 15px;
  background: #fafafa;
}
.comment.list .comment.depth-4 {
  padding: 0 0 0 90px;
  padding: 15px;
  background: #ffffff;
}
/*****************************************************************
Related Posts
********************************************************************/
#related-posts {
  background: #f4f4f4;
  margin: 20px 0 20px;
  padding: 25px 0 35px;
  text-align: center;
}
#related-posts h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #ffffff, 2px 2px 0 #dddddd;
  border-bottom: 2px solid #009a8b;
  display: inline-block;
}
#related-posts .related-post {
  text-align: left;
}
#related-posts .related-post .content {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  -o-box-shadow: 0 1px 0 0 #ffffff;
  -ms-box-shadow: 0 1px 0 0 #ffffff;
  -moz-box-shadow: 0 1px 0 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
#related-posts .related-post .content > a {
  float: left;
  background: #f4f4f4;
  padding: 0 20px 0 0;
}
#related-posts .related-post .thumbnail {
  float: left;
  margin: 0 15px 0 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#related-posts .related-post h4 {
  margin-top: 0;
}
#related-posts .related-post h4 a {
  color: #009a8b;
}
#related-posts .related-post .post-meta {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: block;
  margin-bottom: 8px;
  background: #f4f4f4;
}
#related-posts .related-post .post-meta p {
  padding: 0 10px;
  border-right: 1px solid #dddddd;
  font-size: 13px;
  margin-bottom: 3px;
}
#related-posts .related-post .post-meta p:first-child {
  padding-left: 0px;
}
#related-posts .related-post a.read-more {
  font-weight: 600;
  padding: 5px 15px;
  display: inline-block;
  background: #009a8b;
  color: #ffffff;
  margin: 10px 0 0;
  -o-box-shadow: 0 1px 0 #50676f;
  -ms-box-shadow: 0 1px 0 #50676f;
  -moz-box-shadow: 0 1px 0 #50676f;
  -webkit-box-shadow: 0 1px 0 #50676f;
  box-shadow: 0 1px 0 #50676f;
}
#related-posts .related-post:last-child .content {
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*************************************************************
ACCORDION
**************************************************************/
.accordion .search-results {
  padding-left: 40px;
}
.accordion .search-results li {
  list-style-position: outside;
}
.accordion.block h3 {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-bottom-width: 0;
}
.accordion.block h3:hover,
.accordion.block h3.ui-accordion-header-active {
  background: #fafafa;
}
.accordion.block h3:hover span,
.accordion.block h3.ui-accordion-header-active span {
  background: transparent;
}
.accordion.block h3:hover:nth-last-child(2),
.accordion.block h3.ui-accordion-header-active:nth-last-child(2) {
  border-bottom-width: 0px;
}
.accordion.block h3:nth-last-child(2) {
  border-bottom-width: 1px;
}
.accordion.block .content {
  font-size: 17px;
  background: #fafafa;
  padding: 10px 20px 30px 43px;
  border: 1px solid #ebebeb;
  border-width: 0 1px;
}
.accordion.block .content:last-child {
  border-bottom-width: 1px;
}
.accordion h3 {
  color: rgba(64, 64, 64, 0.8);
  font-size: 20px;
  text-transform: none;
  font-family: 'Ubuntu', sans-serif !important;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  padding: 5px 0;
  margin: 0;
}
.accordion h3:hover span {
  background: rgba(0, 0, 0, 0.05);
}
.accordion h3:before {
  color: #404040;
  content: "\e62a";
  display: inline-block;
  font-size: 80% !important;
  font-family: themify;
  top: 1px;
  position: relative;
  font-weight: normal;
  color: inherit;
  margin-right: 10px;
}
.accordion h3.ui-accordion-header-active {
  color: #636466;
}
.accordion h3.ui-accordion-header-active:before {
  content: "\e646";
  font-family: themify;
  color: #636466;
}
.accordion ul {
  list-style: inside;
}
.accordion ul {
  margin-bottom: 0;
}
.accordion ul li {
  color: #404040;
}
.accordion ul.fancy-list > li > strong {
  display: inline-block;
  margin-bottom: 2px;
}
.accordion .content {
  padding-left: 31px;
  font-size: 16px;
  color: #404040;
  line-height: 1.5;
}
.accordion .content > * {
  padding-left: 0;
}
.accordion .content ol {
  padding-left: 15px;
}
.accordion .content * {
  color: inherit;
}
.cookie-consent {
  position: fixed;
  left: 0;
  bottom: -200px;
  padding: 27px 0 27px 15px;
  text-align: left;
  background: #009a8b;
  z-index: 10101;
  width: 100%;
}
.cookie-consent p {
  margin-bottom: 0;
}
.cookie-consent .section {
  position: relative;
}
.cookie-consent .section .container {
  display: block;
  padding: 0 30px;
}
.cookie-consent .close-me {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  position: absolute !important;
  z-index: 101;
  top: 50%;
  right: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 25px 11px;
  margin: 0;
}
.cookie-consent p {
  color: #ffffff;
}
.cookie-consent p a {
  color: inherit;
  text-decoration: underline;
}
/*************************************************************
Contact Addresses
**************************************************************/
.contact-addresses {
  width: 100%;
  max-width: 300px;
  background: #404040;
  position: fixed;
  top: 32px;
  left: -300px;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 15px;
  z-index: 100001;
}
.contact-addresses .triggerer {
  cursor: pointer;
}
.contact-addresses i {
  padding: 8px 0;
  background: #50676f;
  color: white;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
  margin-right: 5px;
  text-align: center;
}
.contact-addresses p {
  padding: 5px 0;
  margin-bottom: 0;
}
.contact-addresses .triggerer i.fa {
  width: 22px;
  height: 35px;
  text-align: center;
  padding: 8px 0;
  background: #404040;
  position: absolute;
  right: -22px;
  margin: 0;
  font-size: 17px;
  top: calc((100% - 34px)/2);
  color: #ffffff;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
/*****************************************************************
Back to Top
********************************************************************/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 10px 15px;
  background: #f4f4f4;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  -o-box-shadow: 0 2px 0 0 #dddddd;
  -ms-box-shadow: 0 2px 0 0 #dddddd;
  -moz-box-shadow: 0 2px 0 0 #dddddd;
  -webkit-box-shadow: 0 2px 0 0 #dddddd;
  box-shadow: 0 2px 0 0 #dddddd;
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
/*************************************************************
FANCY TITLE
**************************************************************/
.fancy-title {
  padding: 7px 0;
  margin: 0 0 35px;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  color: #50676f !important;
  text-shadow: 0 2px 0 #dddddd;
}
.fancy-title:after,
.fancy-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 50%;
  height: 2px;
  background: #50676f;
}
.fancy-title:after {
  left: 50%;
  background: #00675d;
}
.fancy-title span {
  color: #009a8b;
}
.fancy-title.sub {
  text-shadow: 0 1px #ffffff, 0 2px 0 #dddddd;
  border: none;
  overflow: hidden;
  display: block;
}
.fancy-title.sub:after {
  display: none;
}
.fancy-title.sub span {
  padding: 0 10px;
  position: relative;
  color: #00675d;
  display: inline-block;
}
.fancy-title.sub span:before,
.fancy-title.sub span:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: calc(50% - 2px);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height: 6px;
  width: 2000px;
}
.fancy-title.sub span:after {
  left: 100%;
}
.fancy-title.sub span.dark-gray-border:before,
.fancy-title.sub span.dark-gray-border:after {
  border-color: #50676f;
}
.fancy-title.sub span.light-border:before,
.fancy-title.sub span.light-border:after {
  border-color: #dddddd;
}
.fancy-title.sub span.secondary:before,
.fancy-title.sub span.secondary:after {
  border-color: #009a8b;
}
.vector {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.vector.vector-icon {
  width: 100px;
  max-width: 100px;
  display: inline-block;
  height: 100px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
}
.vector.addon-icon {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
  width: 30px;
  max-width: 100%;
  display: inline-block;
  height: 30px;
}
.fancy-icon {
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding: 25px 15px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #50676f;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -o-box-shadow: 0 3px 0 0 #dddddd;
  -ms-box-shadow: 0 3px 0 0 #dddddd;
  -moz-box-shadow: 0 3px 0 0 #dddddd;
  -webkit-box-shadow: 0 3px 0 0 #dddddd;
  box-shadow: 0 3px 0 0 #dddddd;
  text-shadow: 2px 2px 0 #f4f4f4;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52px auto;
}
.fancy-icon:hover {
  background-color: #00675d;
  color: #ffffff !important;
  text-shadow: 0 1px 0 #009a8b, 0 2px 0 #50676f;
  -o-box-shadow: 0 2px 0 0 #636466;
  -ms-box-shadow: 0 2px 0 0 #636466;
  -moz-box-shadow: 0 2px 0 0 #636466;
  -webkit-box-shadow: 0 2px 0 0 #636466;
  box-shadow: 0 2px 0 0 #636466;
}
.fancy-icon.vector:hover {
  background-color: #ffffff;
  -o-box-shadow: 0 3px 0 0 #009a8b;
  -ms-box-shadow: 0 3px 0 0 #009a8b;
  -moz-box-shadow: 0 3px 0 0 #009a8b;
  -webkit-box-shadow: 0 3px 0 0 #009a8b;
  box-shadow: 0 3px 0 0 #009a8b;
}
.fancy-icon.below-heading {
  margin-bottom: 25px;
  position: relative;
  top: -10px;
}
ul.fancy-list {
  padding-left: 0;
}
ul.fancy-list > li {
  color: #404040;
  position: relative;
  padding: 0 0 10px 27px;
  list-style: none;
}
ul.fancy-list > li:before {
  left: 0;
  font-family: FontAwesome;
  top: 2px;
  position: absolute;
}
ul.fancy-list.hand > li:before {
  content: "\f0a4";
}
ul.fancy-list.caret-icon > li {
  padding-left: 15px;
}
ul.fancy-list.caret-icon > li:before {
  content: "\f0da";
}
ul.fancy-list.angle > li {
  padding-left: 15px;
}
ul.fancy-list.angle > li:before {
  content: "\f105";
}
ul.combo {
  padding-left: 0;
}
ul.combo i {
  padding: 0 8px;
  font-size: 12px;
  color: #00675d;
}
/*****************************************************************
Next Previous Post Links
********************************************************************/
.next-prev-post {
  margin-bottom: 20px;
  color: #50676f;
}
.next-prev-post .next-prev-post-inner {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 4px 0 5px 0;
}
.next-prev-post .next-prev-post-inner a {
  color: #50676f;
  font-size: 14px;
}
.next-prev-post .next-prev-post-inner a:hover {
  color: #636466;
}
.captcha-image {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  -o-box-shadow: 0 0 0 2px #ffffff inset;
  -ms-box-shadow: 0 0 0 2px #ffffff inset;
  -moz-box-shadow: 0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 0 0 2px #ffffff inset;
  box-shadow: 0 0 0 2px #ffffff inset;
  padding: 5px;
}
.cover-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contain-image {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
}
@media (max-width: 670px) {
  .cookie-consent {
    padding: 15px 0 5px;
  }
  .cookie-consent .close-me {
    position: relative !important;
    top: 0;
    right: auto;
    margin: 40px 0 0;
  }
}
/*************************************************************
Shortcode Link Block
**************************************************************/
.charm-link-block {
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-box-shadow: 0 -1px 30px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 -1px 30px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 -1px 30px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 -1px 30px rgba(0, 0, 0, 0.02);
  box-shadow: 0 -1px 30px rgba(0, 0, 0, 0.02);
  background: #ffffff !important;
  border: 1px solid #ebebeb;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  align-items: center;
  padding: 25px 15px;
}
.charm-link-block:before {
  -ms-border-radius: 0 0 0 7px;
  -o-border-radius: 0 0 0 7px;
  -webkit-border-radius: 0 0 0 7px;
  -moz-border-radius: 0 0 0 7px;
  border-radius: 0 0 0 7px;
  border: 1px solid #404040;
  border-width: 0 0 1px 1px;
  width: 50px;
  height: 50px;
  content: '';
  position: absolute;
  left: -1px;
  bottom: -1px;
}
.charm-link-block > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.charm-link-block img {
  left: 0;
  top: 0;
  width: 50px !important;
  width: auto;
  margin-right: 15px;
}
.charm-link-block h3 {
  color: #404040;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 !important;
  font-size: 18px;
}
.charm-card {
  background: #f4f4f4;
  -o-box-shadow: 0 -2px 0 #009a8b;
  -ms-box-shadow: 0 -2px 0 #009a8b;
  -moz-box-shadow: 0 -2px 0 #009a8b;
  -webkit-box-shadow: 0 -2px 0 #009a8b;
  box-shadow: 0 -2px 0 #009a8b;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 30px;
  margin-bottom: 40px;
}
.charm-card:hover {
  background: rgba(244, 244, 244, 0.5);
}
.charm-card:hover a {
  color: #009a8b;
}
.charm-card:hover li:before {
  background: #009a8b;
}
.charm-card h4 {
  color: #636466;
  font-weight: 600;
  margin: 0 0 7px;
}
.charm-card h5 {
  color: #404040;
  line-height: 1.4;
  font-size: 1.1875rem;
  font-weight: 400;
}
.charm-card ul {
  list-style: none;
  padding-left: 0;
}
.charm-card p,
.charm-card li,
.charm-card a {
  color: #404040;
  font-weight: 300;
}
.charm-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}
.charm-card li:before {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #636466;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 11px;
}
.charm-card a {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .charm-card h5 {
    font-size: 1rem;
    font-weight: 500;
  }
}
/*****************************************************************
Partners
********************************************************************/
.partners {
  background: #f4f4f4;
}
.partners .title-wrapper {
  background: #e7e7e7;
  margin-bottom: 0;
}
.partners .title-wrapper .fancy-title {
  margin: 7px 0;
}
.partners .partners-carousel {
  margin: 15px 0;
}
.partners .partners-carousel .owl-stage-outer .owl-stage {
  margin: auto;
}
.partners .partners-carousel .owl-stage-outer .owl-item {
  float: none;
  display: inline-block;
}
.partners .partners-carousel .owl-nav [class*='owl-'] {
  top: -14px;
}
/*****************************************************************
Footer Widgets || Shop Widgets || Sidebar Widgets
********************************************************************/
.footer-widgets,
.shop-widgets,
#sidebar {
  background: #181818;
  padding: 30px 0 0;
}
.footer-widgets > .container,
.shop-widgets > .container,
#sidebar > .container {
  border-bottom: 1px solid rgba(26, 68, 71, 0.99);
  -o-box-shadow: 0 1px 0 0 #3d3e3f;
  -ms-box-shadow: 0 1px 0 0 #3d3e3f;
  -moz-box-shadow: 0 1px 0 0 #3d3e3f;
  -webkit-box-shadow: 0 1px 0 0 #3d3e3f;
  box-shadow: 0 1px 0 0 #3d3e3f;
  padding: 0 15px 15px;
}
.footer-widgets p,
.shop-widgets p,
#sidebar p,
.footer-widgets ul li,
.shop-widgets ul li,
#sidebar ul li,
.footer-widgets ol li,
.shop-widgets ol li,
#sidebar ol li,
.footer-widgets ul li *,
.shop-widgets ul li *,
#sidebar ul li *,
.footer-widgets ol li *,
.shop-widgets ol li *,
#sidebar ol li * {
  font-size: 13px;
}
.footer-widgets h3,
.shop-widgets h3,
#sidebar h3 {
  color: #ffffff;
  margin: 10px 0 20px;
}
.footer-widgets p,
.shop-widgets p,
#sidebar p {
  color: #999;
}
.footer-widgets a,
.shop-widgets a,
#sidebar a {
  color: #aaa;
}
.footer-widgets ul,
.shop-widgets ul,
#sidebar ul {
  padding: 0;
}
.footer-widgets ul.cat-links,
.shop-widgets ul.cat-links,
#sidebar ul.cat-links {
  overflow: hidden;
  margin: 0 0 0 -10px;
}
.footer-widgets ul.cat-links li,
.shop-widgets ul.cat-links li,
#sidebar ul.cat-links li {
  position: relative;
  padding: 0;
}
.footer-widgets ul.cat-links li:before,
.shop-widgets ul.cat-links li:before,
#sidebar ul.cat-links li:before {
  display: none !important;
}
.footer-widgets ul.cat-links li.has-children i.fa,
.shop-widgets ul.cat-links li.has-children i.fa,
#sidebar ul.cat-links li.has-children i.fa {
  position: absolute;
  top: 0;
  font-size: 15px;
  color: #636466;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.footer-widgets ul.cat-links li a:hover,
.shop-widgets ul.cat-links li a:hover,
#sidebar ul.cat-links li a:hover {
  color: #009a8b;
}
.footer-widgets ul.cat-links li.current-cat,
.shop-widgets ul.cat-links li.current-cat,
#sidebar ul.cat-links li.current-cat {
  color: #50676f;
  padding: 0;
}
.footer-widgets ul.cat-links li.current-cat > a,
.shop-widgets ul.cat-links li.current-cat > a,
#sidebar ul.cat-links li.current-cat > a {
  background: #f4f4f4;
  font-weight: 600;
  color: #4a4b4c;
  padding: 7px 10px 7px;
}
.footer-widgets ul.cat-links li.current-cat > a:before,
.shop-widgets ul.cat-links li.current-cat > a:before,
#sidebar ul.cat-links li.current-cat > a:before {
  color: inherit;
}
.footer-widgets ul.cat-links li.current-cat > i.fa,
.shop-widgets ul.cat-links li.current-cat > i.fa,
#sidebar ul.cat-links li.current-cat > i.fa {
  color: #50676f;
}
.footer-widgets ul.cat-links li a,
.shop-widgets ul.cat-links li a,
#sidebar ul.cat-links li a {
  font-family: 'Ubuntu', sans-serif;
  text-transform: capitalize;
  padding: 7px 10px;
  display: inline-block;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.footer-widgets ul.cat-links li a:before,
.shop-widgets ul.cat-links li a:before,
#sidebar ul.cat-links li a:before {
  content: "\f0da";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: inherit;
  padding: 1px;
  text-align: center;
  margin-right: 5px;
}
.footer-widgets ul.cat-links li ul.children,
.shop-widgets ul.cat-links li ul.children,
#sidebar ul.cat-links li ul.children {
  display: none;
}
.footer-widgets ul.cat-links li ul.children li a,
.shop-widgets ul.cat-links li ul.children li a,
#sidebar ul.cat-links li ul.children li a {
  font-size: 13px;
  text-transform: capitalize;
  padding-left: 20px;
}
.footer-widgets ul.cat-links li ul.children li ul.children li a,
.shop-widgets ul.cat-links li ul.children li ul.children li a,
#sidebar ul.cat-links li ul.children li ul.children li a {
  padding-left: 30px;
}
.footer-widgets ul.cat-links li ul.children li ul.children li ul.children li a,
.shop-widgets ul.cat-links li ul.children li ul.children li ul.children li a,
#sidebar ul.cat-links li ul.children li ul.children li ul.children li a {
  padding-left: 40px;
}
.footer-widgets ul.cat-links li.current-cat-parents > ul.children,
.shop-widgets ul.cat-links li.current-cat-parents > ul.children,
#sidebar ul.cat-links li.current-cat-parents > ul.children {
  display: block;
}
.footer-widgets ul li,
.shop-widgets ul li,
#sidebar ul li {
  list-style: none;
  padding: 2px 0;
}
.footer-widgets ul li:before,
.shop-widgets ul li:before,
#sidebar ul li:before {
  content: "\f0da";
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #50676f;
  padding: 1px;
  text-align: center;
  margin-right: 10px;
}
.footer-widgets .widget,
.shop-widgets .widget,
#sidebar .widget {
  width: 30.33%;
  margin-right: 3%;
  float: left;
}
.footer-widgets .widget.widget_search form label,
.shop-widgets .widget.widget_search form label,
#sidebar .widget.widget_search form label {
  display: none;
}
.footer-widgets .widget.widget_search form input,
.shop-widgets .widget.widget_search form input,
#sidebar .widget.widget_search form input {
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #404040;
  padding: 10px 10px;
}
.footer-widgets .widget.widget_search form input#searchsubmit,
.shop-widgets .widget.widget_search form input#searchsubmit,
#sidebar .widget.widget_search form input#searchsubmit {
  background: #009a8b;
  color: #ffffff;
}
.footer-widgets .widget.widget_calendar table,
.shop-widgets .widget.widget_calendar table,
#sidebar .widget.widget_calendar table {
  width: 100%;
}
.footer-widgets .widget.widget_calendar table caption,
.shop-widgets .widget.widget_calendar table caption,
#sidebar .widget.widget_calendar table caption {
  padding: 0;
  margin: 0 0 15px;
  color: #009a8b;
}
.footer-widgets .widget.widget_calendar table thead th,
.shop-widgets .widget.widget_calendar table thead th,
#sidebar .widget.widget_calendar table thead th {
  line-height: 1.5;
  padding: 5px 0;
  text-align: center;
}
.footer-widgets .widget.widget_calendar table tbody td,
.shop-widgets .widget.widget_calendar table tbody td,
#sidebar .widget.widget_calendar table tbody td {
  padding: 5px 0;
}
.footer-widgets .widget.widget_newsletterwidget input[type="text"],
.shop-widgets .widget.widget_newsletterwidget input[type="text"],
#sidebar .widget.widget_newsletterwidget input[type="text"],
.footer-widgets .widget.widget_newsletterwidget input[type="email"],
.shop-widgets .widget.widget_newsletterwidget input[type="email"],
#sidebar .widget.widget_newsletterwidget input[type="email"] {
  width: 100%;
  background: #DBDBDB;
  border: none;
  color: #555;
  padding: 6px 15px;
}
.footer-widgets .widget.widget_newsletterwidget input[type="submit"],
.shop-widgets .widget.widget_newsletterwidget input[type="submit"],
#sidebar .widget.widget_newsletterwidget input[type="submit"] {
  background: #404040;
  -o-box-shadow: 0 0 6px 2px #0e0e0e inset;
  -ms-box-shadow: 0 0 6px 2px #0e0e0e inset;
  -moz-box-shadow: 0 0 6px 2px #0e0e0e inset;
  -webkit-box-shadow: 0 0 6px 2px #0e0e0e inset;
  box-shadow: 0 0 6px 2px #0e0e0e inset;
  border: 1px solid #0E0E0E;
  padding: 5px 15px;
}
.footer-widgets .widget.widget_social_media,
.shop-widgets .widget.widget_social_media,
#sidebar .widget.widget_social_media {
  text-align: center;
}
.footer-widgets .widget.widget_social_media h3,
.shop-widgets .widget.widget_social_media h3,
#sidebar .widget.widget_social_media h3 {
  text-align: left;
}
.footer-widgets .widget.widget_social_media li,
.shop-widgets .widget.widget_social_media li,
#sidebar .widget.widget_social_media li {
  display: inline-block;
  padding: 5px;
}
.footer-widgets .widget.widget_social_media li:before,
.shop-widgets .widget.widget_social_media li:before,
#sidebar .widget.widget_social_media li:before {
  display: none;
}
.footer-widgets .widget.widget_social_media li a,
.shop-widgets .widget.widget_social_media li a,
#sidebar .widget.widget_social_media li a {
  font-size: 20px;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #50676f;
  display: block;
  padding: 6px;
  text-align: center;
  -o-box-shadow: 0 0 0 1px #50676f;
  -ms-box-shadow: 0 0 0 1px #50676f;
  -moz-box-shadow: 0 0 0 1px #50676f;
  -webkit-box-shadow: 0 0 0 1px #50676f;
  box-shadow: 0 0 0 1px #50676f;
}
.footer-widgets .widget.widget_social_media li a:hover,
.shop-widgets .widget.widget_social_media li a:hover,
#sidebar .widget.widget_social_media li a:hover {
  color: #636466;
  -o-box-shadow: 0 0 0 1px #636466;
  -ms-box-shadow: 0 0 0 1px #636466;
  -moz-box-shadow: 0 0 0 1px #636466;
  -webkit-box-shadow: 0 0 0 1px #636466;
  box-shadow: 0 0 0 1px #636466;
}
.footer-widgets .widget.widget_contact_info ul li,
.shop-widgets .widget.widget_contact_info ul li,
#sidebar .widget.widget_contact_info ul li {
  color: #404040;
  padding: 5px 0;
}
.footer-widgets .widget.widget_contact_info ul li:before,
.shop-widgets .widget.widget_contact_info ul li:before,
#sidebar .widget.widget_contact_info ul li:before {
  content: "";
  margin: 0;
}
.footer-widgets .widget.widget_contact_info ul li i.fa,
.shop-widgets .widget.widget_contact_info ul li i.fa,
#sidebar .widget.widget_contact_info ul li i.fa {
  left: 0;
  background: #f4f4f4;
  color: #404040;
  width: 25px;
  height: 25px;
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.footer-widgets .widget.tab_widget,
.shop-widgets .widget.tab_widget,
#sidebar .widget.tab_widget {
  float: left;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs,
.shop-widgets .widget.tab_widget .tab-widget .tabs,
#sidebar .widget.tab_widget .tab-widget .tabs {
  -o-box-shadow: 0 0 0 1px #444444;
  -ms-box-shadow: 0 0 0 1px #444444;
  -moz-box-shadow: 0 0 0 1px #444444;
  -webkit-box-shadow: 0 0 0 1px #444444;
  box-shadow: 0 0 0 1px #444444;
  border: 1px solid #020202;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs .tab {
  float: left;
  background: #009a8b;
  text-align: center;
  -o-box-shadow: 0 3px 0 0 #00675d;
  -ms-box-shadow: 0 3px 0 0 #00675d;
  -moz-box-shadow: 0 3px 0 0 #00675d;
  -webkit-box-shadow: 0 3px 0 0 #00675d;
  box-shadow: 0 3px 0 0 #00675d;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab a,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab a,
#sidebar .widget.tab_widget .tab-widget .tabs .tab a {
  padding: 10px 5px;
  color: #ffffff;
  display: block;
  font-size: 13px;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab a i,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab a i,
#sidebar .widget.tab_widget .tab-widget .tabs .tab a i {
  display: block;
  margin: auto;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab.active,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab.active,
#sidebar .widget.tab_widget .tab-widget .tabs .tab.active {
  background: none;
  -o-box-shadow: 0 5px 0 0 #1d1d1d;
  -ms-box-shadow: 0 5px 0 0 #1d1d1d;
  -moz-box-shadow: 0 5px 0 0 #1d1d1d;
  -webkit-box-shadow: 0 5px 0 0 #1d1d1d;
  box-shadow: 0 5px 0 0 #1d1d1d;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab.active a,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab.active a,
#sidebar .widget.tab_widget .tab-widget .tabs .tab.active a {
  color: #009a8b;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-1-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-1-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-1-tabs .tab {
  width: 100%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-2-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-2-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-2-tabs .tab {
  width: 50%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-3-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-3-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-3-tabs .tab {
  width: 33.33%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-4-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-4-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-4-tabs .tab {
  width: 25%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content,
#sidebar .widget.tab_widget .tab-widget .tabs-content {
  clear: both;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul {
  padding-left: 0;
  clear: both;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li {
  clear: both;
  padding: 9px 0;
  display: block;
  list-style: none;
  width: 100%;
  float: left;
  border-bottom: 1px solid #444;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li:last-child,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li:last-child,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li:last-child {
  border: none;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li:before,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li:before,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li:before {
  content: "";
  margin: 0;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li img,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li img,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li img {
  -o-box-shadow: 0 0 0 1px #000000;
  -ms-box-shadow: 0 0 0 1px #000000;
  -moz-box-shadow: 0 0 0 1px #000000;
  -webkit-box-shadow: 0 0 0 1px #000000;
  box-shadow: 0 0 0 1px #000000;
  border: 4px solid #181818;
  float: left;
  margin: 0 10px 0 0;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date {
  display: block;
  font-size: 12px;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date i,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date i,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date i {
  margin: 0 5px 0 0;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.views,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.views,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li span.views {
  display: block;
  font-size: 10px;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment {
  font-size: 13px;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a {
  font-size: 12px;
}
.footer-widgets h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.footer-widgets h3:after {
  width: 40px;
  left: 0;
  height: 2px;
  background: #00675d;
  content: '';
  position: absolute;
  bottom: -2px;
}
.footer-widgets .widget.widget_social_media {
  text-align: left;
}
.footer-widgets .widget.widget_social_media ul li {
  padding: 0 10px 0 0;
}
.footer-widgets .widget.widget_social_media ul li a {
  background: rgba(255, 255, 255, 0.1);
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  padding: 9px;
}
.footer-widgets .widget.widget_social_media ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #009a8b;
  -o-box-shadow: 0 0 2px 0 #636466;
  -ms-box-shadow: 0 0 2px 0 #636466;
  -moz-box-shadow: 0 0 2px 0 #636466;
  -webkit-box-shadow: 0 0 2px 0 #636466;
  box-shadow: 0 0 2px 0 #636466;
}
/*****************************************************************
Sidebar
********************************************************************/
#sidebar {
  margin: 15px 0;
  background: transparent;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}
#sidebar .widget {
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 100%;
  float: left;
  background: #ffffff;
  border-bottom: 2px solid #ffffff;
  -o-box-shadow: 0 3px 0 0 #f4f4f4;
  -ms-box-shadow: 0 3px 0 0 #f4f4f4;
  -moz-box-shadow: 0 3px 0 0 #f4f4f4;
  -webkit-box-shadow: 0 3px 0 0 #f4f4f4;
  box-shadow: 0 3px 0 0 #f4f4f4;
  margin: 0 0 15px;
  text-align: left;
}
#sidebar .widget a {
  color: #404040;
  line-height: 1.3;
}
#sidebar .widget h3 {
  background: #636466;
  margin: 0;
  padding: 10px 15px;
  font-size: 17px;
  color: #ffffff;
}
#sidebar .widget ul {
  padding: 0 0 0 12px;
}
#sidebar .widget ul li {
  color: #50676f;
  list-style: none;
}
#sidebar .widget ul li:before {
  content: "\f0da";
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #636466;
  padding: 1px;
  text-align: center;
  margin-right: 10px;
}
#sidebar .widget ul li:last-child a {
  border-width: 0;
}
#sidebar .widget.widget_search form {
  padding: 0;
}
#sidebar .widget.widget_search form label {
  display: none;
}
#sidebar .widget.widget_search form div {
  position: relative;
}
#sidebar .widget.widget_search form div input {
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 10px 10px;
  outline: none;
  width: 100%;
}
#sidebar .widget.widget_search form div input#searchsubmit {
  background: #009a8b;
  color: #ffffff;
  border: 1px solid #009a8b;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#sidebar .widget.widget_calendar table {
  background: #fafafa;
  text-align: center;
}
#sidebar .widget.widget_calendar table caption {
  text-align: center;
  background: #009a8b;
  color: #ffffff;
  padding: 5px 0;
  margin: 0;
}
#sidebar .widget.widget_calendar table thead th {
  background: #ffffff;
}
#sidebar .widget.widget_calendar table tbody td {
  padding: 5px 0;
}
#sidebar .widget.widget_calendar table tbody td#today {
  background: #009a8b;
  color: #ffffff;
}
#sidebar .widget.widget_calendar table tfoot td {
  padding: 5px 10px;
}
#sidebar .widget.widget_calendar table tfoot td#prev {
  text-align: left;
}
#sidebar .widget.widget_calendar table tfoot td#next {
  text-align: right;
}
#sidebar .widget.tab_widget .tab-widget .tabs {
  -o-box-shadow: 0 0 0 1px #dddddd;
  -ms-box-shadow: 0 0 0 1px #dddddd;
  -moz-box-shadow: 0 0 0 1px #dddddd;
  -webkit-box-shadow: 0 0 0 1px #dddddd;
  box-shadow: 0 0 0 1px #dddddd;
  border: 1px solid #ffffff;
}
#sidebar .widget.tab_widget .tab-widget .tabs .tab {
  background: #636466;
  -o-box-shadow: 0 3px 0 0 #4a4b4c;
  -ms-box-shadow: 0 3px 0 0 #4a4b4c;
  -moz-box-shadow: 0 3px 0 0 #4a4b4c;
  -webkit-box-shadow: 0 3px 0 0 #4a4b4c;
  box-shadow: 0 3px 0 0 #4a4b4c;
}
#sidebar .widget.tab_widget .tab-widget .tabs .tab a {
  color: #ffffff;
}
#sidebar .widget.tab_widget .tab-widget .tabs .tab.active {
  background: none;
  -o-box-shadow: 0 5px 0 0 #ffffff;
  -ms-box-shadow: 0 5px 0 0 #ffffff;
  -moz-box-shadow: 0 5px 0 0 #ffffff;
  -webkit-box-shadow: 0 5px 0 0 #ffffff;
  box-shadow: 0 5px 0 0 #ffffff;
}
#sidebar .widget.tab_widget .tab-widget .tabs .tab.active a {
  color: #636466;
}
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li {
  border-bottom: 1px solid #dddddd;
}
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li img {
  -o-box-shadow: 0 0 0 1px #dddddd;
  -ms-box-shadow: 0 0 0 1px #dddddd;
  -moz-box-shadow: 0 0 0 1px #dddddd;
  -webkit-box-shadow: 0 0 0 1px #dddddd;
  box-shadow: 0 0 0 1px #dddddd;
  border: 4px solid #ffffff;
}
.single #sidebar,
.archive #sidebar {
  margin: 0;
}
.blog #sidebar {
  margin: 0;
}
.js #sidebar .widget.tab_widget .tab-widget .tabs-content .tab-content,
.js .footer-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content {
  display: none;
}
.js #sidebar .widget.tab_widget .tab-widget .tabs-content .tab-content:first-child,
.js .footer-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content:first-child {
  display: block;
}
/*****************************************************************
Copyright
********************************************************************/
.copyright {
  background: #181818;
  padding: 10px 0;
}
.copyright p {
  color: #7c7d80;
  text-transform: uppercase;
}
.copyright p a {
  text-transform: none;
  color: #969799;
}
/*****************************************************************
Forms
********************************************************************/
label {
  color: #404040;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
  -ms-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
input:focus:-webkit-autofill,
textarea:focus:-webkit-autofill,
select:focus:-webkit-autofill {
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
  -ms-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  color: #009a8b;
  line-height: 1;
  top: 2px;
  width: 15px;
  height: 15px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  content: '\f096';
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '\f096';
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  content: '\f10c';
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f14a";
  position: absolute;
  top: 2px;
  left: 0px;
  line-height: 1;
  color: #009a8b;
  display: inline-block;
  width: 15px;
  height: 15px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
[type="radio"]:checked + label:after {
  content: "\f192";
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  opacity: 0;
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
}
[type="checkbox"]:checked + label:after {
  content: "\f046";
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #aaa;
}
/************  SEARCH FORM  ***********/
.search-form {
  position: relative;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: #f4f4f4;
  height: 50px;
  width: 50px;
  padding: 0;
  outline: none;
}
.search-form button i {
  background-color: #f4f4f4;
}
.search-form .large-font .form-control {
  font-size: 20px;
}
#form-response .request-success {
  font-size: 15px;
}
.radio-input-wrapper,
.input-wrapper {
  padding: 5px 12px 5px 0;
}
.radio-input-wrapper label,
.input-wrapper label {
  margin: 0;
}
.all-radio-inputs-wrapper,
.all-checkbox-inputs-wrapper {
  margin: 15px 0 15px 0;
  padding: 10px;
  border: 1px solid #dddddd;
  -o-box-shadow: 0 0 0 1px #ffffff inset;
  -ms-box-shadow: 0 0 0 1px #ffffff inset;
  -moz-box-shadow: 0 0 0 1px #ffffff inset;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.all-radio-inputs-wrapper h4,
.all-checkbox-inputs-wrapper h4 {
  padding: 8px;
  margin: -10px -10px 10px;
  background: #f4f4f4;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
}
.number-input-wrapper {
  padding: 4px 0 37px 0;
  margin-right: 15px;
}
.number-input-wrapper label {
  float: left;
  padding: 0;
  margin: 3px 15px 0 0;
}
.number-input-wrapper .number-input-inner-wrapper {
  -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 1px;
  background: #ffffff;
  height: 30px;
}
.number-input-wrapper .number-input-inner-wrapper .qtyminus,
.number-input-wrapper .number-input-inner-wrapper .qtyplus {
  background: #636466 !important;
  padding: 0 8px;
  outline: none;
  -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  width: 30px;
  font-size: 22px;
  height: 28px;
  min-height: 28px;
  line-height: 1;
  color: #ffffff !important;
  font-family: arial;
  float: left !important;
  position: relative;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
}
.number-input-wrapper .number-input-inner-wrapper .qtyminus:focus,
.number-input-wrapper .number-input-inner-wrapper .qtyplus:focus {
  border: none !important;
}
.number-input-wrapper .number-input-inner-wrapper .qtyplus {
  background: #009a8b !important;
  color: #ffffff !important;
}
.number-input-wrapper .number-input-inner-wrapper input[type="text"] {
  border: none;
  min-height: 28px;
  background: #ffffff;
  text-align: center;
  max-width: 50px;
  outline: none;
  padding: 0;
  height: 27px;
  line-height: 1;
  position: relative;
  top: 0px;
  float: left;
  -o-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  -ms-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
}
.toggle-checkbox,
.toggle-radio {
  margin-right: 7px;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.toggle-checkbox i.fa,
.toggle-radio i.fa {
  font-size: 23px;
  position: absolute;
  top: 0px;
  left: 1px;
  color: #009a8b;
}
.cart_item .number-input-wrapper {
  margin-top: 17px;
}
.bs-searchbox .form-control {
  height: 20px !important;
}
.form-group {
  clear: both;
  position: relative;
}
.form-group.with-success .form-control {
  border: 1px solid #4cae4c;
}
.form-group.with-success .has-passed {
  position: absolute;
  color: #5cb85c;
  right: 15px;
  font-size: 22px;
  bottom: 15px;
  z-index: 101;
}
.form-group.with-success.checkbox .has-passed {
  top: auto;
  bottom: 15px;
}
.form-group.with-success .input-group.after + .has-passed,
.form-group.with-success select.form-control + .has-passed {
  right: 55px;
}
.form-group.with-success select + .form-control + .has-passed {
  right: 55px;
}
.form-group.with-success.captcha .has-passed {
  display: none;
}
.form-group.with-success .input-group-addon {
  border: 1px solid #4cae4c;
  background: #5cb85c;
}
.form-group.with-success .input-group-addon i {
  color: #ffffff;
}
.form-group.with-error .form-control {
  border: 1px solid #d45d5d;
}
.form-group.with-error .input-group-addon {
  border: 1px solid #d45d5d;
  background: #d45d5d;
}
.form-group.with-error .input-group-addon i {
  color: #ffffff;
}
.form-group.checkbox {
  position: static;
}
.form-group .input-group-addon {
  background-color: #ffffff;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-group .input-group-addon i {
  color: #50676f;
}
.form-group.select {
  -moz-appearance: none;
}
.form-group.select:after {
  color: #404040;
  font-family: "fontello-arrows";
  content: '\e805';
  line-height: 1em;
  width: 1em;
  top: 15px;
  position: absolute;
  right: 13px;
  font-size: 16px;
}
.form-group.select select.form-control {
  -moz-appearance: none;
  -o-box-shadow: -38px 0 0 #ffffff inset, -39px 0 0 #dddddd inset;
  -ms-box-shadow: -38px 0 0 #ffffff inset, -39px 0 0 #dddddd inset;
  -moz-box-shadow: -38px 0 0 #ffffff inset, -39px 0 0 #dddddd inset;
  -webkit-box-shadow: -38px 0 0 #ffffff inset, -39px 0 0 #dddddd inset;
  box-shadow: -38px 0 0 #ffffff inset, -39px 0 0 #dddddd inset;
}
.form-group.select.selectpicker:after {
  display: none;
}
.form-progress {
  height: 5px;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background: #5cb85c;
}
.form-progress .marker {
  position: absolute;
  bottom: 6px;
  right: 0;
  padding: 2px 4px;
  background: #50676f;
  color: #ffffff;
}
.form-control {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  height: 50px;
  padding: 6px 12px;
  -o-box-shadow: 0 0 0 1px #ffffff inset;
  -ms-box-shadow: 0 0 0 1px #ffffff inset;
  -moz-box-shadow: 0 0 0 1px #ffffff inset;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.form-control:focus {
  border: 1px solid #404040;
  -o-box-shadow: 0 0 0 1px #ffffff inset;
  -ms-box-shadow: 0 0 0 1px #ffffff inset;
  -moz-box-shadow: 0 0 0 1px #ffffff inset;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.form-control.bootstrap-select {
  height: 49px;
  padding: 0 !important;
}
.form-control.bootstrap-select.btn-group .dropdown-menu {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #f4f4f4;
  padding: 0;
  margin: -1px 0 0;
}
.form-control.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  padding: 5px 10px;
}
.form-control.bootstrap-select.btn-group .dropdown-menu li a:hover,
.form-control.bootstrap-select.btn-group .dropdown-menu li a:focus {
  background: #50676f;
  outline: none !important;
  color: #ffffff;
}
.form-control.bootstrap-select.btn-group.open .dropdown-toggle {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.bootstrap-select .dropdown-toggle {
  height: 47px;
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #dddddd;
  line-height: 1;
  background: #f4f4f4;
  outline: none !important;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control.bootstrap-select .dropdown-toggle:focus,
.form-control.bootstrap-select .dropdown-toggle:hover {
  border: 1px solid #dddddd;
  background: #f4f4f4;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.bootstrap-select .dropdown-toggle span {
  color: #50676f;
  font-size: 16px;
  text-shadow: none;
  font-family: 'Ubuntu', sans-serif;
  text-transform: capitalize;
}
.form-control.bootstrap-select .dropdown-toggle span.caret {
  width: 38px;
  height: 45px;
  background-position: 0 17px;
  background-repeat: no-repeat;
  top: 2px;
  border: none;
  color: transparent;
  padding: 15px;
  right: 0;
  border-left: 1px solid #dddddd;
  background: #f4f4f4;
}
.form-control.bootstrap-select .dropdown-toggle span.caret:before {
  color: #404040;
  font-family: "fontello-arrows";
  content: '\e805';
  line-height: 1em;
  width: 1em;
  top: 13px;
  position: absolute;
  right: 11px;
  font-size: 16px;
}
.variations {
  width: 100%;
  position: relative;
}
.variations .reset_variations {
  position: absolute;
  bottom: -29px;
  right: 0;
}
.variations tr {
  background: #ffffff;
}
.variations tr td {
  -o-box-shadow: 0 1px 0 #dddddd;
  -ms-box-shadow: 0 1px 0 #dddddd;
  -moz-box-shadow: 0 1px 0 #dddddd;
  -webkit-box-shadow: 0 1px 0 #dddddd;
  box-shadow: 0 1px 0 #dddddd;
  width: 100%;
  padding: 10px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
}
.variations tr td.label {
  color: #636466;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  padding: 15px 10px 0;
  text-transform: uppercase;
}
.variations tr td.label label {
  padding: 8px 10px 0 10px;
}
.variations tr td.value .form-control.bootstrap-select .dropdown-toggle {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background: #fafafa;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.variations tr td.value .form-control.bootstrap-select .dropdown-toggle:focus {
  border-color: #009a8b;
}
.variations tr td.value .form-control.bootstrap-select.btn-group {
  margin-bottom: 0;
}
.custom-alert {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #d45d5d;
  font-size: 15px;
  border: 1px solid;
  width: 100%;
  background: #ffffff;
  text-align: left;
  padding: 2px 10px;
  position: absolute;
  top: -16px;
  font-weight: 400;
}
.custom-alert .small-square {
  -o-box-shadow: 1px 1px 0 0 #d45d5d;
  -ms-box-shadow: 1px 1px 0 0 #d45d5d;
  -moz-box-shadow: 1px 1px 0 0 #d45d5d;
  -webkit-box-shadow: 1px 1px 0 0 #d45d5d;
  box-shadow: 1px 1px 0 0 #d45d5d;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -5px;
  z-index: 101;
}
.login-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1001;
  padding-top: 50px;
}
.login-form input:-webkit-autofill,
.login-form textarea:-webkit-autofill,
.login-form select:-webkit-autofill {
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
  -ms-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
.login-form input {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 45px;
}
.login-form input[type="submit"],
.login-form button[type="submit"] {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  float: right;
}
.login-form p.forgot-password {
  padding: 10px 0;
  text-align: left;
}
.login-form p.forgot-password a {
  color: #009a8b;
}
.login-form-content,
.register-form-content {
  background: #f4f4f4;
  padding: 70px 20px 20px;
  margin: 80px auto 75px;
  position: relative;
  width: 90%;
}
.login-form-content p,
.register-form-content p {
  margin: 0;
}
.login-form-content p.not-a-member,
.register-form-content p.not-a-member,
.login-form-content p.alert,
.register-form-content p.alert {
  margin: 15px 0;
  display: block;
}
.login-form-content p.alert,
.register-form-content p.alert {
  background: #dddddd;
  color: #636466;
}
.login-form-content .button.mandatory,
.register-form-content .button.mandatory {
  float: right;
}
.login-form-content .button .badge i,
.register-form-content .button .badge i {
  color: #d45d5d;
}
.login-form-content h4,
.register-form-content h4 {
  text-align: left;
  margin: 0 0 15px;
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
  -o-box-shadow: 0 1px 0 0 #ffffff;
  -ms-box-shadow: 0 1px 0 0 #ffffff;
  -moz-box-shadow: 0 1px 0 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
  font-weight: 600;
  font-size: 15px;
  color: #404040;
  text-transform: uppercase;
}
.login-form-content h4 i,
.register-form-content h4 i {
  float: right;
  color: #50676f;
}
.login-form-content .login-icon,
.register-form-content .login-icon {
  position: absolute;
  top: -60.5px;
  padding: 25px;
  left: calc(50% - 53px);
  -ms-border-radius: 61px;
  -o-border-radius: 61px;
  -webkit-border-radius: 61px;
  -moz-border-radius: 61px;
  border-radius: 61px;
  border: 10px solid #f4f4f4;
  -o-box-shadow: 0 0 0 10px #ffffff;
  -ms-box-shadow: 0 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 0 10px #ffffff;
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
  width: 121px;
  height: 121px;
  background: #636466;
  z-index: 11;
}
.login-form-content .login-icon i,
.register-form-content .login-icon i,
.login-form-content .login-icon img,
.register-form-content .login-icon img {
  position: absolute;
  text-shadow: 0 1px 0 #ffffff, 0 2px 4px #dddddd;
  color: #636466;
  font-size: 45px;
  width: 70px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -o-box-shadow: 0 0 0 1px #ffffff;
  -ms-box-shadow: 0 0 0 1px #ffffff;
  -moz-box-shadow: 0 0 0 1px #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  height: 70px;
  left: 16px;
  top: 15.5px;
  z-index: 11;
  padding: 10px;
  background: #ffffff;
}
.login-form-content .login-icon img,
.register-form-content .login-icon img {
  padding: 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.login-form-content .login-icon span,
.register-form-content .login-icon span {
  width: 101px;
  height: 50.5px;
  bottom: 0px;
  left: 0px;
  -ms-border-radius: 0 0 60px 60px;
  -o-border-radius: 0 0 60px 60px;
  -webkit-border-radius: 0 0 60px 60px;
  -moz-border-radius: 0 0 60px 60px;
  border-radius: 0 0 60px 60px;
  position: absolute;
  background: #009a8b;
  z-index: 10;
}
.register-form-content .form-control,
.edit-profile-form-content .form-control {
  background: #ffffff;
}
.register-form-content .input-group-addon,
.edit-profile-form-content .input-group-addon {
  background: #f4f4f4;
}
.register-form-content .input-group-addon i,
.edit-profile-form-content .input-group-addon i {
  color: #50676f;
}
.register-form-content .input-group-addon i.fa-asterisk,
.edit-profile-form-content .input-group-addon i.fa-asterisk {
  color: #d45d5d;
}
.register-form-content label,
.edit-profile-form-content label {
  color: #636466;
  text-shadow: 1px 1px 0 #ffffff;
}
.register-form-content .edit-profile-form .form-group,
.edit-profile-form-content .edit-profile-form .form-group {
  margin: 20px 0;
}
.register-form-content .edit-profile-form .form-group .form-control,
.edit-profile-form-content .edit-profile-form .form-group .form-control {
  width: 50%;
  height: 40px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 90% 10px;
  background-size: auto auto;
  background-image: url("images/logins/edit.png");
}
.register-form-content .edit-profile-form .register-form-submit-btn,
.edit-profile-form-content .edit-profile-form .register-form-submit-btn {
  margin: 35px 0 0;
}
.contact-form-wrapper {
  width: 100%;
  position: relative;
  background: white;
  padding: 35px;
  margin-bottom: 35px;
  box-shadow: 6px 6px 0 0px #f4f4f4;
  border: 1px solid #dddddd;
}
.contact-form-wrapper .form-progress {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-form-wrapper.order-form-wrapper {
  background: #f4f4f4;
}
.contact-form-wrapper.order-form-wrapper .all-checkbox-inputs-wrapper,
.contact-form-wrapper.order-form-wrapper .all-radio-inputs-wrapper {
  border-color: #636466;
}
.contact-form-wrapper.order-form-wrapper .all-checkbox-inputs-wrapper h4,
.contact-form-wrapper.order-form-wrapper .all-radio-inputs-wrapper h4 {
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  background: #636466;
  color: #ffffff;
  border-bottom: 1px solid #4a4b4c;
}
.contact-form-wrapper.order-form-wrapper .all-checkbox-inputs-wrapper h4 span,
.contact-form-wrapper.order-form-wrapper .all-radio-inputs-wrapper h4 span {
  color: #00cdb9;
}
.contact-form-wrapper.order-form-wrapper .all-checkbox-inputs-wrapper label,
.contact-form-wrapper.order-form-wrapper .all-radio-inputs-wrapper label {
  color: #4a4b4c;
}
.contact-form-wrapper.order-form-wrapper .all-checkbox-inputs-wrapper label:before,
.contact-form-wrapper.order-form-wrapper .all-radio-inputs-wrapper label:before {
  color: inherit;
}
.contact-form-wrapper.order-form-wrapper .all-checkbox-inputs-wrapper input[type="checkbox"]:checked + label:before,
.contact-form-wrapper.order-form-wrapper .all-radio-inputs-wrapper input[type="checkbox"]:checked + label:before,
.contact-form-wrapper.order-form-wrapper .all-checkbox-inputs-wrapper input[type="checkbox"]:checked + label:after,
.contact-form-wrapper.order-form-wrapper .all-radio-inputs-wrapper input[type="checkbox"]:checked + label:after {
  color: #4a4b4c;
}
.labeled-form .form-group {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
}
.labeled-form .form-group .form-control {
  padding: 12px 12px 2px;
}
.labeled-form .form-group textarea.form-control {
  padding-top: 18px;
}
.labeled-form .form-group label {
  position: absolute;
  font-size: 10px;
  top: 5px;
  z-index: 101;
  padding: 2px 0;
  line-height: 1;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  color: #404040;
  left: 12px;
  font-weight: bold;
  height: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.labeled-form .form-group.select label {
  color: transparent;
}
.labeled-form .form-group.select select.form-control {
  padding: 7px;
}
.labeled-form .form-group.filled .form-control {
  padding: 12px 12px 2px;
}
.labeled-form .form-group.filled .form-control.bootstrap-select {
  padding: 0;
}
.labeled-form .form-group.filled .form-control.bootstrap-select .dropdown-toggle {
  padding: 19px 10px 7px;
}
.labeled-form .form-group.filled textarea.form-control {
  padding-top: 18px;
}
.labeled-form .form-group.filled select.form-control {
  padding: 12px 12px 2px 7px;
}
.labeled-form .form-group.filled label {
  height: auto;
  top: 5px;
  color: #4cae4c;
}
.labeled-form .form-group.checkbox {
  position: static;
}
.labeled-form .form-group.checkbox label {
  padding-left: 24px;
  left: 0;
  position: relative;
  top: 0;
  font-size: 14px;
}
.labeled-form .form-group.select .form-control {
  padding-left: 7px;
}
.labeled-form .all-radio-inputs-wrapper,
.labeled-form .all-checkbox-inputs-wrapper {
  position: relative;
}
.labeled-form .all-radio-inputs-wrapper label,
.labeled-form .all-checkbox-inputs-wrapper label {
  position: relative;
  font-size: 14px;
  color: #636466;
  top: 0;
  left: 0;
  padding-left: 25px;
  padding: 6px 0 0 19px;
  float: left;
}
.labeled-form .all-radio-inputs-wrapper .form-group,
.labeled-form .all-checkbox-inputs-wrapper .form-group {
  margin-top: 0;
}
.labeled-form .all-radio-inputs-wrapper .form-group .custom-alert,
.labeled-form .all-checkbox-inputs-wrapper .form-group .custom-alert {
  top: 15px;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
}
/* firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
/* ie */
.form-control:-moz-placeholder {
  color: #bbbbbb;
}
/*****************************************************************
Date Picker
********************************************************************/
.datepicker.datepicker-dropdown {
  text-align: center;
  z-index: 10001 !important;
}
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th {
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
  color: #50676f;
}
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th.datepicker-switch,
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th.prev,
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th.next {
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #dddddd;
  color: #636466;
  font-size: 18px;
  padding-top: 5px;
}
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td {
  cursor: pointer;
  text-align: center;
  padding: 5px 15px;
}
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td:hover {
  background: transparent;
  color: #636466;
  font-family: 'Ubuntu', sans-serif;
}
/***************************************************************** 
404 PAGE
********************************************************************/
.error-page-content {
  position: fixed;
  top: 0;
  padding: 25px;
  background: #636466;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
}
.error-page-content .left-part {
  position: fixed;
  top: 15px;
  background: #f4f4f4;
  left: 15px;
  width: calc(50% - 15px);
  height: calc(100% - 30px);
}
.error-page-content .left-part .logo {
  max-width: 100%;
  margin-bottom: 150px;
  text-align: center;
}
.error-page-content .left-part .logo a {
  float: none;
}
.error-page-content .left-part .logo a img {
  background: transparent;
  padding: 10px;
  max-width: 250px;
  max-height: 70px;
}
.error-page-content .left-part h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 60px;
  margin: 0 0 10px 0;
  color: #404040;
}
.error-page-content .left-part h3 {
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
}
.error-page-content .right-part {
  position: fixed;
  left: calc(50% + 15px);
  top: 15px;
  padding: 15px;
  height: calc(100% - 30px);
  width: calc(50% - 30px);
  padding-top: 200px;
}
.error-page-content .right-part h2 {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
.error-page-content .right-part .search-form {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 100%;
}
.error-page-content .right-part .search-form input {
  border: none;
}
.error-page-content .right-part .search-form input:focus {
  border: none;
}
.error-page-content .right-part h3 {
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 15px;
}
.error-page-content .right-part .fancy-list li:before {
  color: #ffffff;
}
/*************************************************************
HOME PAGE
**************************************************************/
.fancy-list-wrapper {
  border-top: 2px solid #ebebeb;
  padding: 0 25px 25px;
  background: #ffffff;
  margin-bottom: 40px;
  position: relative;
}
.fancy-list-wrapper:hover i {
  background-color: #009a8b;
  color: #ffffff;
  text-shadow: 0 1px 0 #00cdb9, 0 2px 2px #00675d;
  -o-box-shadow: 0 2px 0 0 #00675d;
  -ms-box-shadow: 0 2px 0 0 #00675d;
  -moz-box-shadow: 0 2px 0 0 #00675d;
  -webkit-box-shadow: 0 2px 0 0 #00675d;
  box-shadow: 0 2px 0 0 #00675d;
}
.fancy-list-wrapper:hover i.vector {
  background-color: #ffffff;
  -o-box-shadow: 0 3px 0 0 #009a8b;
  -ms-box-shadow: 0 3px 0 0 #009a8b;
  -moz-box-shadow: 0 3px 0 0 #009a8b;
  -webkit-box-shadow: 0 3px 0 0 #009a8b;
  box-shadow: 0 3px 0 0 #009a8b;
}
.fancy-list-wrapper .line-effect:after,
.fancy-list-wrapper .line-effect:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #ebebeb;
  width: 50%;
  height: 2px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.fancy-list-wrapper .line-effect:after {
  left: auto;
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.fancy-list-wrapper h3 {
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  margin: 0 0 0;
  display: inline-block;
  background-color: #fafafa;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-image: url('images/crossword.png');
  position: relative;
  top: -9px;
  padding: 0 15px;
  font-size: 18px;
  z-index: 2;
}
.fancy-list-wrapper p {
  font-size: 14px;
  line-height: 1.5;
}
.fancy-list-wrapper:after,
.fancy-list-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  border-color: #ebebeb;
  border-width: 0 2px 4px 2px;
  border-style: solid;
  z-index: 1;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fancy-list-wrapper:after {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  border-color: #00675d;
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.fancy-list-wrapper:hover:before {
  border-bottom-color: #00675d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fancy-list-wrapper:hover:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fancy-list-wrapper:hover .line-effect:before,
.fancy-list-wrapper:hover .line-effect:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #00675d;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fancy-list-wrapper:hover h3 a {
  color: #00675d;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
h1.fancy-title {
  margin-top: 25px;
}
.about-us {
  margin-bottom: 15px;
}
.about-us p {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
}
.about-us a {
  font-weight: 700;
}
.streams {
  margin-bottom: 40px;
}
.streams .stream {
  max-height: 400px;
  overflow: hidden;
  border-right: 1px solid #ffffff;
  float: left;
  width: 100%;
  position: relative;
}
.streams .stream:nth-child(3n) {
  border: none;
}
.streams .stream a {
  float: left;
  width: 100%;
}
.streams .stream a h4 {
  margin: 0 0 1px;
  padding: 10px;
  background: #636466;
  color: #ffffff;
  z-index: 10;
  position: relative;
}
.streams .stream p {
  position: absolute;
  bottom: 70px;
  padding: 10px;
  background: #009a8b;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.streams .stream .img-wrapper {
  overflow: hidden;
  max-height: 350px;
}
.streams .stream img {
  z-index: -10;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.streams .stream:hover p {
  bottom: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.streams .stream:hover img {
  z-index: -1;
}
.testimonials {
  overflow: hidden;
  position: relative;
  background: #00cdb9;
}
.testimonials:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.14;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('images/home/background-testimonials.jpg');
}
.home-features-section {
  margin: 25px 0;
}
.home-features-section aside {
  cursor: pointer;
  padding: 30px;
  border: 1px solid #ebebeb;
  border-width: 1px 0 3px 0;
  background-color: #f4f4f4;
  background: -webkit-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, #f4f4f4, #ffffff);
  background: -ms-linear-gradient(left, #f4f4f4, #ffffff);
  background: -o-linear-gradient(left, #f4f4f4, #ffffff);
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.home-features-section aside:first-child {
  border-bottom-color: #50676f;
}
.home-features-section aside:first-child:hover {
  -o-box-shadow: 0 -6px 0 #50676f inset;
  -ms-box-shadow: 0 -6px 0 #50676f inset;
  -moz-box-shadow: 0 -6px 0 #50676f inset;
  -webkit-box-shadow: 0 -6px 0 #50676f inset;
  box-shadow: 0 -6px 0 #50676f inset;
}
.home-features-section aside:nth-child(2) {
  border-bottom-color: #636466;
}
.home-features-section aside:nth-child(2):hover {
  -o-box-shadow: 0 -6px 0 #636466 inset;
  -ms-box-shadow: 0 -6px 0 #636466 inset;
  -moz-box-shadow: 0 -6px 0 #636466 inset;
  -webkit-box-shadow: 0 -6px 0 #636466 inset;
  box-shadow: 0 -6px 0 #636466 inset;
}
.home-features-section aside:nth-child(3) {
  border-bottom-color: #009a8b;
}
.home-features-section aside:nth-child(3):hover {
  -o-box-shadow: 0 -6px 0 #009a8b inset;
  -ms-box-shadow: 0 -6px 0 #009a8b inset;
  -moz-box-shadow: 0 -6px 0 #009a8b inset;
  -webkit-box-shadow: 0 -6px 0 #009a8b inset;
  box-shadow: 0 -6px 0 #009a8b inset;
}
.home-features-section aside:last-child {
  border-bottom-color: #00675d;
}
.home-features-section aside:last-child:hover {
  -o-box-shadow: 0 -6px 0 #00675d inset;
  -ms-box-shadow: 0 -6px 0 #00675d inset;
  -moz-box-shadow: 0 -6px 0 #00675d inset;
  -webkit-box-shadow: 0 -6px 0 #00675d inset;
  box-shadow: 0 -6px 0 #00675d inset;
}
.home-features-section aside * {
  color: #ffffff;
}
.home-features-section aside img {
  -o-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  padding: 10px;
}
.home-features-section aside h3 {
  font-size: 21px;
  font-family: 'Ubuntu', sans-serif;
  color: #50676f;
}
.home-features-section aside p {
  font-size: 14px;
  color: #404040;
}
.home-features-section aside p a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #4a4b4c;
}
.magic-musrooms .mushroom-outer {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 4px solid #ffffff;
  margin-bottom: 1px;
  position: relative;
}
.magic-musrooms .mushroom-outer:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.magic-musrooms .mushroom-outer .mushroom {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.magic-musrooms .mushroom-outer .mushroom .inner {
  display: block;
  height: 100%;
  position: relative;
}
.magic-musrooms .mushroom-outer .mushroom .inner h3 {
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.magic-musrooms .mushroom-outer .mushroom .inner h3,
.magic-musrooms .mushroom-outer .mushroom .inner p {
  text-shadow: 2px 2px 3px #404040;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.magic-musrooms .mushroom-outer .mushroom .inner p,
.magic-musrooms .mushroom-outer .mushroom .inner a {
  padding: 0;
  color: #ffffff;
  text-shadow: 1px 1px 0 #404040;
}
.magic-musrooms .mushroom-outer .mushroom .inner .excerpt {
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  transition: all 0.55s ease;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  position: absolute;
  top: 150px;
  left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.magic-musrooms .mushroom-outer:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.magic-musrooms .mushroom-outer:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.magic-musrooms .mushroom-outer:hover .mushroom .inner .excerpt {
  top: 50px;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-articles {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-image: url('images/sos.png');
  padding-bottom: 40px;
}
.featured-articles .article .article-inner {
  background: #ffffff;
  position: relative;
  display: block;
  padding-bottom: 50px;
  border: 1px solid #ebebeb;
  border-bottom-width: 3px;
  border-bottom-color: #dddddd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featured-articles .article .article-inner:after,
.featured-articles .article .article-inner a.read-more::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  border-bottom: 3px solid #00675d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.featured-articles .article .article-inner h3 {
  margin-top: 10px;
  font-family: 'Ubuntu', sans-serif;
}
.featured-articles .article .article-inner h3 a {
  color: #404040;
}
.featured-articles .article .article-inner h3 a:hover {
  color: #00675d;
}
.featured-articles .article .article-inner:hover:after,
.featured-articles .article .article-inner:hover a.read-more::before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.featured-articles .article .article-inner:hover h3 a {
  color: #00675d;
}
.featured-articles .article .article-inner:hover a.read-more {
  color: #50676f;
}
.featured-articles .article .article-inner img {
  width: 100%;
  -o-box-shadow: 0 2px 0 #fafafa;
  -ms-box-shadow: 0 2px 0 #fafafa;
  -moz-box-shadow: 0 2px 0 #fafafa;
  -webkit-box-shadow: 0 2px 0 #fafafa;
  box-shadow: 0 2px 0 #fafafa;
  height: auto;
}
.featured-articles .article .article-inner .article-content {
  padding: 0 25px 25px;
}
.featured-articles .article .article-inner .article-content .posted-on {
  text-align: left;
  position: relative;
  margin: 0px 0px 0px;
  top: -13px;
  color: #ffffff;
}
.featured-articles .article .article-inner .article-content .posted-on a {
  display: inline-block;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
  background: #009a8b;
  color: #ffffff;
  padding: 3px 10px;
}
.featured-articles .article .article-inner .article-content .post-author-info {
  color: #404040;
  font-family: 'Ubuntu', sans-serif;
}
.featured-articles .article .article-inner .article-content .post-author-info a {
  color: #404040;
}
.featured-articles .article .article-inner .article-content .post-author-info a:hover {
  color: #636466;
}
.featured-articles .article .article-inner a.read-more {
  position: absolute;
  display: block;
  padding: 15px 25px;
  border-top: 2px solid #ebebeb;
  color: #636466;
  font-family: 'Ubuntu', sans-serif;
  margin: 0 -25px 0;
  bottom: 0;
  width: 100%;
}
.featured-articles .article .article-inner a.read-more:before {
  bottom: auto;
  border-bottom: 2px solid #00675d;
  top: -2px !important;
}
/*************************************************************
Testimonials
**************************************************************/
.single-testimonials .article-inner .content img.featured {
  float: none;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  padding: 10px;
  margin: auto;
  max-width: 200px;
}
/*************************************************************
SLIDER
**************************************************************/
.testimonials {
  background-color: transparent;
  overflow: hidden;
  padding: 25px 0 5px;
}
.testimonials .testimonials-inner {
  max-width: 100%;
  overflow: hidden;
}
.testimonials .testimonials-inner .owl-stage-outer {
  max-width: 100%;
  overflow: hidden;
}
.testimonials ul {
  padding: 0;
}
.testimonials .owl-item {
  float: left;
}
.testimonials .owl-item .item {
  -o-box-shadow: 0 3px 0px #009a8b;
  -ms-box-shadow: 0 3px 0px #009a8b;
  -moz-box-shadow: 0 3px 0px #009a8b;
  -webkit-box-shadow: 0 3px 0px #009a8b;
  box-shadow: 0 3px 0px #009a8b;
  padding: 15px 15px 60px;
  margin-bottom: 3px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.testimonials .owl-item .item .thumb-outer {
  padding-left: calc((100% - 150px)/2);
}
.testimonials .owl-item .item .img-wrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 150px;
  height: 150px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 5px solid #dddddd;
  display: table-cell;
  padding: 2px;
  vertical-align: middle;
  position: relative;
}
.testimonials .owl-item .item .img-wrapper img {
  margin: auto;
}
.testimonials .owl-item .item h3 {
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  color: #50676f;
}
.testimonials .owl-item .item h3:after {
  content: '';
  border: 2px solid #dddddd;
  position: absolute;
  bottom: -8px;
  width: 25px;
  left: calc(50% - 12.5px);
}
.testimonials .owl-item .item p {
  color: #404040;
}
.testimonials .owl-item .item a {
  -o-box-shadow: 0 -1px 0 #00cdb9;
  -ms-box-shadow: 0 -1px 0 #00cdb9;
  -moz-box-shadow: 0 -1px 0 #00cdb9;
  -webkit-box-shadow: 0 -1px 0 #00cdb9;
  box-shadow: 0 -1px 0 #00cdb9;
  background: transparent;
  display: block;
  padding: 8px;
  border-top: 1px solid #ffffff;
  font-family: 'Ubuntu', sans-serif;
  position: absolute;
  bottom: 3px;
  margin: 0;
  width: 100%;
  left: 0;
  color: #4a4b4c;
}
.testimonials .owl-item .item:hover {
  background: #ffffff;
}
.testimonials .owl-item .item:hover h3 {
  color: #636466;
}
.testimonials .owl-item .item:hover h3:after {
  border-color: #636466;
}
.testimonials .owl-item .item:hover .img-wrapper {
  border-width: 8px;
  border-color: #00675d;
}
.testimonials .owl-item .item:hover a {
  color: #50676f;
  background: #ffffff;
}
.testimonials .owl-nav {
  margin: 0;
}
.testimonials .owl-nav [class*='owl-'] {
  top: 34%;
  position: absolute;
  width: 30px;
  height: 40px;
  background: rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 4px;
}
.testimonials .owl-nav [class*='owl-'].owl-prev {
  left: -30px;
}
.testimonials .owl-nav [class*='owl-'].owl-next {
  right: -30px;
}
.testimonials .owl-nav [class*='owl-'] i {
  color: #ffffff;
  font-size: 30px;
}
.testimonials .owl-nav [class*='owl-']:hover {
  background: #404040;
}
.testimonials .owl-dots {
  position: absolute;
  bottom: 20px;
  width: auto;
  text-align: center;
  left: 25px;
}
.testimonials .owl-dots .owl-dot {
  display: inline-block;
}
.testimonials .owl-dots .owl-dot span {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 10px;
  width: 10px;
  display: block;
  background: #636466;
  margin: 5px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}
.testimonials .owl-dots .owl-dot.active span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 20px;
  cursor: default;
}
.testimonials li {
  list-style: none;
}
.testimonials .sales-carousel {
  margin-top: 50px;
}
.testimonials .stream {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
  border-bottom: 4px solid #dddddd;
}
/*************************************************************
Archive Pages
**************************************************************/
.with-sidebar article.archive-testimonial .article-inner {
  border: 1px solid #ebebeb;
  padding: 20px;
}
.with-sidebar article.archive-testimonial .article-inner h3 {
  margin: 0 0 10px;
  padding: 10px;
  background: #f4f4f4;
  font-family: 'Ubuntu', sans-serif;
  border-bottom: 1px solid #dddddd;
  color: #50676f;
  font-size: 15px;
}
.with-sidebar article.archive-testimonial .article-inner .content > a {
  padding: 0;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.with-sidebar article.archive-testimonial .article-inner .content > a .featured {
  padding: 9px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: auto;
  -ms-border-radius: 170px;
  -o-border-radius: 170px;
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  border-radius: 170px;
  float: none;
  max-width: 150px;
  -o-box-shadow: 0 0 0 7px #ffffff inset, 0 0 0 1px #dddddd;
  -ms-box-shadow: 0 0 0 7px #ffffff inset, 0 0 0 1px #dddddd;
  -moz-box-shadow: 0 0 0 7px #ffffff inset, 0 0 0 1px #dddddd;
  -webkit-box-shadow: 0 0 0 7px #ffffff inset, 0 0 0 1px #dddddd;
  box-shadow: 0 0 0 7px #ffffff inset, 0 0 0 1px #dddddd;
}
.with-sidebar article.archive-testimonial .article-inner p {
  padding: 0;
}
.with-sidebar article.archive-testimonial .article-inner p.posted-on {
  text-align: center;
  padding-left: 0;
}
.with-sidebar article.archive-testimonial .article-inner .post-meta-excerpt > p {
  margin-right: 5px;
}
.with-sidebar article.archive-testimonial .article-inner:hover .content > a .featured {
  padding: 9px;
  background: #ffffff;
  -o-box-shadow: 0 0 0 7px #00675d inset;
  -ms-box-shadow: 0 0 0 7px #00675d inset;
  -moz-box-shadow: 0 0 0 7px #00675d inset;
  -webkit-box-shadow: 0 0 0 7px #00675d inset;
  box-shadow: 0 0 0 7px #00675d inset;
}
/*****************************************************************
Contact Page
********************************************************************/
.addresses {
  -o-box-shadow: 6px 6px 0 0px #f4f4f4;
  -ms-box-shadow: 6px 6px 0 0px #f4f4f4;
  -moz-box-shadow: 6px 6px 0 0px #f4f4f4;
  -webkit-box-shadow: 6px 6px 0 0px #f4f4f4;
  box-shadow: 6px 6px 0 0px #f4f4f4;
}
.addresses {
  margin-bottom: 40px;
  border: 1px solid #dddddd;
  padding: 35px;
  background: #ffffff;
}
.addresses i.fontello {
  display: block;
  margin: 5px 0;
}
.addresses address {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}
.addresses .contact-details {
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ffffff;
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-image: url('images/crossword.png');
  padding: 10px 20px;
  border: 1px solid #ffffff;
  margin-top: 10px;
  -o-box-shadow: 0 4px 0 0 #f4f4f4;
  -ms-box-shadow: 0 4px 0 0 #f4f4f4;
  -moz-box-shadow: 0 4px 0 0 #f4f4f4;
  -webkit-box-shadow: 0 4px 0 0 #f4f4f4;
  box-shadow: 0 4px 0 0 #f4f4f4;
}
.addresses .contact-details p {
  margin: 0;
  padding: 3px 0;
}
.addresses .contact-details i {
  color: #00675d;
  width: 30px;
  -o-box-shadow: 0 2px 0 #dddddd;
  -ms-box-shadow: 0 2px 0 #dddddd;
  -moz-box-shadow: 0 2px 0 #dddddd;
  -webkit-box-shadow: 0 2px 0 #dddddd;
  box-shadow: 0 2px 0 #dddddd;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  background: #ffffff;
  padding: 7px;
  margin-right: 8px;
}
.addresses .contact-details h4 {
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  background: #f4f4f4;
  color: #50676f;
  margin: -10px -20px 15px;
  padding: 10px;
}
/*****************************************************************
Team
********************************************************************/
.socials a {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #636466;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.socials a:hover {
  background: #009a8b;
}
.charm-team-wrapper.primary .team-wrapper > .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.charm-team-wrapper.primary .team-wrapper .member-wrapper {
  margin-bottom: 20px;
}
.charm-team-wrapper.primary .team-wrapper .member .detail h3 {
  font-size: 1.44rem;
  color: #636466;
}
.charm-team-wrapper.primary .team-wrapper .member .detail h4 {
  color: #404040;
  font-size: 1rem;
  font-weight: 300;
}
.charm-team-wrapper.primary .team-wrapper .member:hover .detail h4 {
  color: #636466;
}
.team-wrapper {
  padding: 15px 0;
}
.team-wrapper.team-list-wrapper.team-related .member-wrapper.member {
  padding: 8px 0;
  min-height: 110px;
  column-gap: 20px;
  row-gap: 0;
  align-items: flex-end;
  border-bottom: 1px solid #ebebeb;
}
.team-wrapper.team-list-wrapper.team-related .member-wrapper.member .cover-image {
  min-width: 110px;
  min-height: 110px;
}
.team-wrapper.team-list-wrapper.team-related .member-wrapper.member .detail {
  min-height: unset;
}
.team-wrapper.team-list-wrapper.team-related .member-wrapper.member .detail h3 {
  width: 100%;
  font-size: 18px;
}
.team-wrapper.team-list-wrapper.team-related .member-wrapper.member .detail h4 {
  margin-left: 0;
  font-size: 15px;
  font-weight: 300;
}
.team-wrapper.team-list-wrapper.team-related .member-wrapper.member .detail hgroup {
  border-width: 0;
  margin-bottom: 0;
}
.team-wrapper.team-list-wrapper.team-related .member-wrapper.member .detail hgroup .inner {
  flex-wrap: wrap;
}
.team-wrapper.team-list-wrapper > .row > div:last-child .member-wrapper.member {
  border-width: 0;
}
.team-wrapper.team-list-wrapper .member-wrapper.member {
  gap: 30px;
  padding: 30px 0;
  margin: 0;
  border-bottom: 15px solid #f4f4f4;
}
.team-wrapper.team-list-wrapper .left {
  position: relative;
}
.team-wrapper.team-list-wrapper .left .socials {
  bottom: 15px;
}
.team-wrapper.team-list-wrapper .detail hgroup {
  border-bottom: 1px solid #636466;
  padding-bottom: 1px;
  margin-bottom: 18px;
}
.team-wrapper.team-list-wrapper .detail hgroup .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.team-wrapper.team-list-wrapper .detail hgroup .inner h4 {
  margin-left: 10px;
  font-size: 15px;
}
.team-wrapper .row {
  text-align: left;
  margin: 0 -15px;
}
.team-wrapper .member {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  /*    .button{
      .box-shadow(0 3px 0 rgba(0,0,0,0.25));
      .opacity(0);
      .translate(0, 20px);
      position: absolute;
      line-height: 23px;
      width: 130px;
      left: calc(~"50% - 65px");
      top: calc(~"50% - 65px");   
      font-family: @secondary-font;    
      border-width: 0 !important;
      text-align: center;    
      font-weight: 400 !important;        
      font-size: 17px;
      background: @white !important; 

      &:hover{
        color: @color1 !important;
        background: lighten(@color2, 20%) !important;  
      }  

    }*/
}
.team-wrapper .member .cover-image {
  min-width: 250px;
}
.team-wrapper .member .edit-link {
  opacity: 0.25;
  filter: alpha(opacity=25);
  color: #ffffff;
  background: #000000;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 101;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}
.team-wrapper .member .overlay-detail {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
}
.team-wrapper .member .overlay-detail h3,
.team-wrapper .member .overlay-detail h4 {
  color: #ffffff;
  margin: 0;
}
.team-wrapper .member .overlay-detail h3 {
  font-size: 24px;
  letter-spacing: -1px;
  word-spacing: 3px;
  font-kerning: normal;
  font-weight: 700;
}
.team-wrapper .member .overlay-detail h4 {
  display: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.team-wrapper .member .overlay-detail a:hover {
  color: #ffffff;
}
.team-wrapper .member .overlay-detail .inner {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.team-wrapper .member .detail {
  background: transparent;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 80px;
  padding: 10px 0;
  position: relative;
}
.team-wrapper .member .detail .inner {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-wrapper .member .detail:before {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: transparent;
  top: calc(50% - 1px);
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
}
.team-wrapper .member .detail h3,
.team-wrapper .member .detail h4 {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0;
  left: 0;
}
.team-wrapper .member .detail h3 {
  font-weight: 700;
  color: #009a8b;
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 3px;
  letter-spacing: -0.5px;
  word-spacing: 3px;
  font-kerning: normal;
}
.team-wrapper .member .detail h4 {
  position: relative;
  color: #636466;
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  font-size: 13px;
}
.team-wrapper .member .detail h4 span {
  color: #000000;
  position: absolute;
  font-size: inherit;
  display: block;
  font-weight: 600;
  left: 0;
  width: 100%;
  top: 100%;
}
.team-wrapper .member .socials {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.team-wrapper .member:hover {
  /*      .button{
        .opacity(0);
        .translate(0, 0);                  
      }*/
}
.team-wrapper .member:hover .overlay-detail {
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(0, 0, 0, 0.5);
}
.team-wrapper .member:hover .overlay-detail .inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.team-wrapper .member:hover .detail .inner h3 {
  color: #009a8b;
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.member-popup {
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #000000;
  position: fixed;
  left: 10%;
  width: 80%;
  z-index: 101;
  padding: 20px;
}
.member-popup .close-popup {
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #636466;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 33px;
}
.member-popup img {
  width: 45%;
  height: auto;
  float: right;
  margin: -20px -20px -20px 30px;
}
.member-popup hgroup,
.member-popup .popup-content {
  width: calc(55% - 10px);
}
.member-popup hgroup h3,
.member-popup hgroup h4 {
  color: #636466;
  margin: 0;
}
.member-popup hgroup h4 {
  font-family: 'Ubuntu', sans-serif;
  color: #009a8b;
  margin-bottom: 10px;
  font-size: 17px;
}
.member-popup .popup-content {
  font-family: 'Ubuntu', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
@media (max-width: 1024px) {
  .member-popup {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media (max-width: 767px) {
  .member-popup img {
    width: 50%;
    margin: 0 20px 20px 0;
    float: left;
  }
  .member-popup hgroup,
  .member-popup .popup-content {
    width: 100%;
  }
  .team-wrapper .member .detail {
    min-height: 80px;
  }
  .team-wrapper.team-list-wrapper .left > a {
    width: 100%;
  }
  .team-wrapper.team-list-wrapper .member-wrapper.member {
    display: block;
  }
}
@media (max-width: 450px) {
  .member-popup {
    left: 5px;
    width: calc(100% - 10px);
    padding: 10px;
  }
  .member-popup img {
    float: none;
    margin: -10px -10px 15px;
    width: calc(100% + 20px);
  }
  .member-popup .popup-content {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .member-popup hgroup {
    margin-top: -70px;
    background: rgba(0, 0, 0, 0.62);
    position: relative;
    margin: -83px -10px 0;
    width: calc(100% + 20px);
    padding: 10px;
  }
  .member-popup hgroup h4 {
    font-size: 12px;
  }
  .member-popup .popup-content {
    font-size: 12px;
  }
}
/*****************************************************************
Team Single
********************************************************************/
.single-bec_team .page-header-breadcrumbs {
  position: absolute;
  width: 100%;
}
#primary.content-area.team-single {
  padding-top: 0;
}
#primary.content-area.team-single .socials {
  margin-left: 20px;
}
#primary.content-area.team-single .socials a {
  width: 25px;
  line-height: 25px;
  font-size: 14px;
}
#primary.content-area.team-single .member-banner {
  background-color: #f5f6fa !important;
  background: linear-gradient(90deg, #ffffff 0%, #f5f6fa 100%) !important;
  padding: 0;
  margin-bottom: 30px;
  padding: 60px 0 25px;
}
#primary.content-area.team-single .member-banner .cover-image {
  border: 10px solid #636466;
  border-width: 0px 10px;
  min-height: 250px;
}
#primary.content-area.team-single .member-banner .profile-photo {
  background-color: #ffffff;
}
#primary.content-area.team-single .member-banner .profile-photo .socials a {
  width: 25px;
  line-height: 25px;
  font-size: 13px;
}
#primary.content-area.team-single .member-banner .profile-photo .table {
  margin-bottom: 0;
}
#primary.content-area.team-single .member-banner .profile-photo .table tr th {
  font-family: 'Ubuntu', sans-serif;
}
#primary.content-area.team-single .member-banner .profile-photo .table tr td {
  text-transform: lowercase;
  font-family: 'Ubuntu', sans-serif;
}
#primary.content-area.team-single .member-banner .profile-photo .table tr td,
#primary.content-area.team-single .member-banner .profile-photo .table tr th {
  padding: 12px;
}
#primary.content-area.team-single .member-banner .member-title {
  align-items: center;
}
#primary.content-area.team-single .member-banner h1 {
  color: #636466;
}
#primary.content-area.team-single .member-banner h1,
#primary.content-area.team-single .member-banner h4 {
  line-height: 1;
  padding-left: 35px;
}
#primary.content-area.team-single .member-banner h4 {
  color: rgba(99, 100, 102, 0.8);
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 4px !important;
}
#primary.content-area.team-single .article {
  padding: 30px 0 60px;
}
#primary.content-area.team-single .article .article-inner {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
  background-color: transparent;
}
#primary.content-area.team-single .article .article-inner .quote-outer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.03);
}
#primary.content-area.team-single .article .article-inner blockquote.main {
  color: #404040;
  border-left: 4px solid #009a8b;
  padding: 0 0 0 15px;
  font-size: 1.1875rem;
  font-weight: 400;
  margin-bottom: 0;
}
#primary.content-area.team-single .article .article-inner:after {
  content: none;
}
#primary.content-area.team-single .article .cover-image {
  /*.box-shadow(5px 5px @white, 10px 10px @color1;);*/
  position: relative;
  top: 0px;
  min-height: 100px;
}
#primary.content-area.team-single .article .cover-image + .socials {
  margin-left: 9px;
  position: relative;
  z-index: 2;
  top: 18px;
  right: 0px;
  float: right;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #primary.content-area.team-single {
    position: relative;
    padding-top: 0;
  }
  #primary.content-area.team-single .member-banner .profile-photo {
    z-index: 101;
    position: absolute;
    width: 20%;
    right: 0;
    top: -60px;
  }
  #primary.content-area.team-single .article .article-inner {
    border-width: 0;
    padding-left: 35px;
  }
  #primary.content-area.team-single .article .article-inner p,
  #primary.content-area.team-single .article .article-inner ul li,
  #primary.content-area.team-single .article .article-inner ul li * {
    font-weight: 300;
    font-size: 1.1875rem;
  }
}
@media (max-width: 767px) {
  #primary.content-area.team-single .article {
    padding-top: 0;
  }
  #primary.content-area.team-single .member-banner {
    padding: 20px 0;
    margin-bottom: 15px;
  }
  #primary.content-area.team-single .member-banner > .container-fluid {
    padding: 0;
  }
  #primary.content-area.team-single .member-banner h4 {
    margin-bottom: 0;
  }
  .team-wrapper .col-sm-4 .member .detail {
    bottom: 0;
    position: relative;
  }
  .team-wrapper .col-sm-4 .member:hover .detail {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/***************************************************************** 
Bank Details
********************************************************************/
.bank-details {
  padding: 4px;
  margin: 10px 0;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.bank-details h5 {
  margin: 0;
  padding: 10px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #dddddd;
  background: #ebebeb;
  color: #50676f;
}
.bank-details .table {
  margin: 0;
}
.bank-details .table tbody th {
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  color: #636466;
  text-shadow: none;
}
.bank-details .table tbody th,
.bank-details .table tbody td {
  font-size: 14px;
}
/***************************************************************** 
Bank Details
********************************************************************/
.our-products {
  padding: 20px 0 20px;
}
.our-products .product-outer {
  max-width: 350px;
  padding: 35px 0;
  margin: 0 auto 20px;
  position: relative;
  background-color: #fafafa;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-image: url('theme/images/crossword.png');
  border-color: #dddddd;
  border-style: solid;
  border-width: 0;
}
.our-products .product-outer .product {
  z-index: 101;
  padding: 0;
  position: relative;
  text-align: center;
  max-width: 300px;
  display: block;
  border: 0px solid #dddddd;
  margin: auto;
  background: transparent;
}
.our-products .product-outer .product .img-wrapper {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 0 solid #00675d;
  padding: 20px 0;
  width: 250px;
  margin: auto;
  background: #f4f4f4;
  height: 350px;
  -o-box-shadow: 0 4px 0 0 #dddddd;
  -ms-box-shadow: 0 4px 0 0 #dddddd;
  -moz-box-shadow: 0 4px 0 0 #dddddd;
  -webkit-box-shadow: 0 4px 0 0 #dddddd;
  box-shadow: 0 4px 0 0 #dddddd;
  background-color: #fafafa;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-image: url('theme/images/crossword.png');
}
.our-products .product-outer .product img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: auto;
  -o-box-shadow: 0 0px 8px 3px #dddddd;
  -ms-box-shadow: 0 0px 8px 3px #dddddd;
  -moz-box-shadow: 0 0px 8px 3px #dddddd;
  -webkit-box-shadow: 0 0px 8px 3px #dddddd;
  box-shadow: 0 0px 8px 3px #dddddd;
  max-height: 290px;
  max-width: 100%;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.our-products .product-outer .product h3 {
  display: none;
  background: transparent;
  color: #404040;
  margin: 0 0 15px;
  font-size: 28px;
  text-shadow: 0 1px 0 #ffffff, 0 2px 2px #f4f4f4;
  padding: 12px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.our-products .product-outer .product a {
  margin: 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.our-products .product-outer .product p {
  text-shadow: 0 1px 0 #ffffff;
  padding: 20px 0;
  color: #50676f;
  font-size: 16px;
}
.our-products .product-outer:after {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
  height: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background-color: #fafafa;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-image: url('theme/images/p6.png');
  background: #f4f4f4;
  -o-box-shadow: 0 0 0 2px #ebebeb;
  -ms-box-shadow: 0 0 0 2px #ebebeb;
  -moz-box-shadow: 0 0 0 2px #ebebeb;
  -webkit-box-shadow: 0 0 0 2px #ebebeb;
  box-shadow: 0 0 0 2px #ebebeb;
}
.our-products .product-outer:hover:after {
  background: #ffffff;
  -o-box-shadow: 0 0 0 2px #ebebeb;
  -ms-box-shadow: 0 0 0 2px #ebebeb;
  -moz-box-shadow: 0 0 0 2px #ebebeb;
  -webkit-box-shadow: 0 0 0 2px #ebebeb;
  box-shadow: 0 0 0 2px #ebebeb;
}
.our-products .product-outer:hover .img-wrapper img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*************************************************************
 STORE LOCATOR
**************************************************************/
.store-locator #primary.content-area {
  padding: 0;
}
.store_locator_plus #sl_div {
  position: relative;
}
.store_locator_plus .slp_search_form {
  position: absolute;
  right: 0;
  background: #f4f4f4;
  padding: 10px 10px 8px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dddddd;
  width: 30%;
}
.store_locator_plus .slp_search_form label {
  line-height: 40px;
  margin: 0 !important;
  background: #e0e0e0;
  text-align: center !important;
}
.store_locator_plus .slp_search_form input {
  padding: 0 10px;
  height: 40px;
  width: 100%;
  border: 1px solid #dddddd;
}
.store_locator_plus .slp_search_form select {
  padding: 0 10px;
  width: 100%;
  border: 1px solid #dddddd;
}
.store_locator_plus .slp_search_form #addy_in_radius,
.store_locator_plus .slp_search_form #radius_in_submit,
.store_locator_plus .slp_search_form #addy_in_address {
  padding: 0;
}
.store_locator_plus .slp_search_form #addy_in_address {
  padding: 0;
}
.store_locator_plus .slp_search_form #radius_in_submit {
  display: block;
}
.store_locator_plus .slp_search_form #radius_in_submit .slp_ui_button {
  margin: 0;
  background: #636466;
  padding: 0 15px;
  color: white;
  border: none;
  display: inline-block;
}
.store_locator_plus #map.slp_map {
  float: left;
  width: 70%;
  border: 10px solid #e0e0e0;
}
.store_locator_plus div#slp_tagline {
  display: none;
}
.store_locator_plus #map_sidebar {
  float: left;
  width: 30%;
  overflow-y: auto;
  max-height: 800px;
}
.store_locator_plus .slp_results_container {
  padding-top: 105px;
}
.store_locator_plus .slp_results_container .results_wrapper {
  margin: 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-bottom: 1px solid #dddddd;
  background: #f4f4f4;
}
.store_locator_plus .slp_results_container .results_wrapper:hover {
  background: #ffffff;
  border-width: 0;
  border-bottom: 1px solid #dddddd;
}
.store_locator_plus .slp_results_container .results_wrapper .results_row_left_column .location_name {
  color: #404040;
  font-weight: bold;
}
@media (max-width: 767px) {
  .store_locator_plus {
    margin: 0 !important;
  }
  .store_locator_plus #map.slp_map {
    display: none;
  }
  .store_locator_plus #map_sidebar {
    width: 100%;
    min-height: 400px;
    padding: 0;
  }
  .store_locator_plus .slp_search_form {
    width: calc(100% + 30px);
    position: relative;
    display: block;
    margin: 0 -15px 15px -15px;
  }
  .store_locator_plus .slp_search_form .search_box .search_item {
    display: block;
  }
  .store_locator_plus .slp_search_form .search_box #addy_in_radius {
    padding-left: 0;
  }
  .store_locator_plus .slp_search_form .search_box #addy_in_address {
    display: flex;
  }
}
/*****************************************************************
Woocommerce
********************************************************************/
.shop-widgets {
  margin: 0;
  background: #f4f4f4;
}
.shop-widgets .container {
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-widgets .widget-title {
  color: #009a8b;
}
.shop-widgets a {
  color: #636466;
  font-weight: 600;
}
/*************************************************************
SHOP | PRODUCT ARCHIVES
**************************************************************/
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  font-size: 13px;
  color: #50676f;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  padding: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -o-box-shadow: 0 -70px 0 0 #fafafa inset, 0 -74px 0 0 #009a8b inset;
  -ms-box-shadow: 0 -70px 0 0 #fafafa inset, 0 -74px 0 0 #009a8b inset;
  -moz-box-shadow: 0 -70px 0 0 #fafafa inset, 0 -74px 0 0 #009a8b inset;
  -webkit-box-shadow: 0 -70px 0 0 #fafafa inset, 0 -74px 0 0 #009a8b inset;
  box-shadow: 0 -70px 0 0 #fafafa inset, 0 -74px 0 0 #009a8b inset;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  margin: 0 3.9% -30px 0;
  clear: none;
  overflow: hidden;
  background: #ffffff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce ul.products li.product.product-category,
.woocommerce-page ul.products li.product.product-category {
  margin-bottom: 0;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  z-index: 2;
  position: relative;
  -o-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  -ms-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
}
.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce-page ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .added_to_cart,
.woocommerce-page ul.products li.product:hover .added_to_cart,
.woocommerce ul.products li.product:hover .view_product,
.woocommerce-page ul.products li.product:hover .view_product {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woocommerce ul.products li.product:hover .add-cart-divider,
.woocommerce-page ul.products li.product:hover .add-cart-divider {
  background: #dddddd;
}
.woocommerce ul.products li.product:hover .onsale,
.woocommerce-page ul.products li.product:hover .onsale {
  right: 6px;
}
.woocommerce ul.products li.product:hover a .woo-thumbnail,
.woocommerce-page ul.products li.product:hover a .woo-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  border: none;
}
.woocommerce ul.products li.product .divider,
.woocommerce-page ul.products li.product .divider {
  max-width: 40px;
  height: 3px;
  background: #ccc;
  margin: 10px auto 0;
}
.woocommerce ul.products li.product .add-cart-divider,
.woocommerce-page ul.products li.product .add-cart-divider {
  height: 1px;
  background: #ffffff;
  display: block;
  position: relative;
  top: 16px;
  z-index: -1;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  margin: 0 auto 5px;
}
.woocommerce ul.products li.product .star-rating span,
.woocommerce-page ul.products li.product .star-rating span {
  float: none;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .view_product,
.woocommerce-page ul.products li.product .view_product {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  border: none;
  color: #ffffff !important;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto 10px;
  background: #636466;
  width: 80%;
  font-size: 13px;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  background: #ffffff;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #009a8b !important;
  border: 2px solid #009a8b;
  position: absolute;
  top: 40%;
  left: 10%;
}
.woocommerce ul.products li.product .view_product,
.woocommerce-page ul.products li.product .view_product {
  background: #404040 !important;
}
.woocommerce ul.products li.product.last.product,
.woocommerce-page ul.products li.product.last.product {
  margin: 0 0 -35px 0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  background: #636466;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 9px;
  line-height: 1;
  min-height: 1px;
  top: 6px;
  right: -37px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.woocommerce ul.products li.product .onsale i,
.woocommerce-page ul.products li.product .onsale i {
  margin: 0 8px 0 0;
}
.woocommerce ul.products li.product.product-category h3,
.woocommerce-page ul.products li.product.product-category h3 {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fafafa;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.woocommerce ul.products li.product.product-category h3 mark.count,
.woocommerce-page ul.products li.product.product-category h3 mark.count {
  background: none;
}
.woocommerce ul.products li.product.product-category:hover h3,
.woocommerce-page ul.products li.product.product-category:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product.columns-2,
.woocommerce-page ul.products li.product.columns-2 {
  width: 48%;
  margin-right: 4%;
}
.woocommerce ul.products li.product.columns-3,
.woocommerce-page ul.products li.product.columns-3 {
  width: 30%;
  margin-right: 5%;
}
.woocommerce ul.products li.product .price > del,
.woocommerce-page ul.products li.product .price > del,
.woocommerce ul.products li.product .price > ins,
.woocommerce-page ul.products li.product .price > ins {
  display: inline-block;
  color: #404040;
  font-size: 16px;
}
.woocommerce ul.products li.product .price > del,
.woocommerce-page ul.products li.product .price > del {
  color: #009a8b;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 13px;
}
.woocommerce .woo-pagination .pagination,
.woocommerce-page .woo-pagination .pagination {
  margin: 51px auto 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    width: 100%;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 0 auto 8px;
    display: block;
    clear: both;
    text-align: center;
  }
}
/*************************************************************
  SHOP SLIDER
  **************************************************************/
.woocommerce .product-main-body,
.woocommerce-page .product-main-body {
  background: #fafafa;
  padding: 10px 0 30px;
  border-bottom: 7px solid #dddddd;
}
.woocommerce .product-main-body #slider .owl-buttons,
.woocommerce-page .product-main-body #slider .owl-buttons {
  position: absolute;
  top: 35%;
  width: 100%;
}
.woocommerce .product-main-body #slider .owl-buttons div,
.woocommerce-page .product-main-body #slider .owl-buttons div {
  position: absolute;
  background: none;
  color: #50676f;
  font-size: 36px;
}
.woocommerce .product-main-body #slider .owl-buttons div.owl-prev,
.woocommerce-page .product-main-body #slider .owl-buttons div.owl-prev {
  left: 0;
}
.woocommerce .product-main-body #slider .owl-buttons div.owl-next,
.woocommerce-page .product-main-body #slider .owl-buttons div.owl-next {
  right: 0;
}
.woocommerce .product-main-body #slider .owl-controls,
.woocommerce-page .product-main-body #slider .owl-controls {
  margin-top: 50px;
}
.woocommerce .product-main-body #slider .owl-controls .owl-pagination .owl-page span,
.woocommerce-page .product-main-body #slider .owl-controls .owl-pagination .owl-page span {
  background: #dddddd;
  -o-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  -ms-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
}
.woocommerce .product-main-body #slider .owl-controls .owl-pagination .owl-page.active span,
.woocommerce-page .product-main-body #slider .owl-controls .owl-pagination .owl-page.active span {
  background: #404040;
  -o-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  -ms-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
}
.woocommerce .product-main-body #slider .product-picture img,
.woocommerce-page .product-main-body #slider .product-picture img {
  width: 100%;
}
.woocommerce .product-main-body #slider .product-content h3,
.woocommerce-page .product-main-body #slider .product-content h3 {
  margin: 0 0 15px;
}
.woocommerce .product-main-body #slider .product-content span.price del,
.woocommerce-page .product-main-body #slider .product-content span.price del {
  color: #009a8b;
}
.woocommerce .product-main-body #slider .product-content .add_to_cart_button,
.woocommerce-page .product-main-body #slider .product-content .add_to_cart_button {
  background: #636466;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 10px 15px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin-top: 0px;
}
.woocommerce .product-main-body #slider .product-content .variations,
.woocommerce-page .product-main-body #slider .product-content .variations {
  margin-bottom: 15px;
}
.woocommerce .product-main-body #slider .product-content .variations tr td.label,
.woocommerce-page .product-main-body #slider .product-content .variations tr td.label {
  padding: 18px 10px;
}
.woocommerce .product-main-body #slider .product-content .single_variation_wrap .single_add_to_cart_button,
.woocommerce-page .product-main-body #slider .product-content .single_variation_wrap .single_add_to_cart_button {
  float: left !important;
}
.woocommerce .product-main-body #slider .product-content .single_variation_wrap .woocommerce-variation-price,
.woocommerce-page .product-main-body #slider .product-content .single_variation_wrap .woocommerce-variation-price {
  margin: 15px 0 0;
}
/*************************************************************
SINGLE PRODUCT
**************************************************************/
.woocommerce div.product .woocommerce-review-link,
.woocommerce-page div.product .woocommerce-review-link {
  color: #404040;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
  border: 1px solid #f4f4f4;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
  min-width: 100%;
}
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce-page div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .checkout-button,
.woocommerce-page div.product form.cart .checkout-button {
  margin: 0 10px;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 40%;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
  margin-top: 10px;
  padding: 0;
  position: relative;
  text-align: center;
}
.woocommerce div.product div.images div.thumbnails img,
.woocommerce-page div.product div.images div.thumbnails img {
  margin: auto;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 100%;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div {
  bottom: 100%;
  position: absolute;
  font-size: 20px;
  height: 100%;
  background: #dddddd;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.95;
  filter: alpha(opacity=95);
  margin: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div span,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div span {
  top: calc(50% - 10px);
  color: #404040;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div:hover,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div:hover {
  background: #636466;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div:hover span,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div:hover span {
  color: #ffffff;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div.owl-prev,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div.owl-prev {
  left: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div.owl-next,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div.owl-next {
  right: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-wrapper-outer,
.woocommerce-page div.product div.images div.thumbnails .owl-wrapper-outer {
  width: calc(100%);
  overflow: hidden;
}
.woocommerce div.product div.images div.thumbnails .owl-wrapper-outer .owl-item,
.woocommerce-page div.product div.images div.thumbnails .owl-wrapper-outer .owl-item {
  padding: 0 2px;
}
.woocommerce div.product div.images div.thumbnails .owl-wrapper-outer .owl-item a,
.woocommerce-page div.product div.images div.thumbnails .owl-wrapper-outer .owl-item a {
  width: 100%;
  margin: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-controls,
.woocommerce-page div.product div.images div.thumbnails .owl-controls {
  margin-top: 0;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 56%;
}
.woocommerce div.product #social-share-wrapper,
.woocommerce-page div.product #social-share-wrapper {
  text-align: left;
  margin: 25px 0;
  float: left;
  width: 100%;
}
.woocommerce div.product #social-share-wrapper .social-share-links li,
.woocommerce-page div.product #social-share-wrapper .social-share-links li {
  padding: 0 5px 0 0;
  width: 33.33%;
  float: left;
  font-size: 15px;
}
.woocommerce div.product #social-share-wrapper .social-share-links li a,
.woocommerce-page div.product #social-share-wrapper .social-share-links li a {
  float: left;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 11px;
  font-size: 18px;
  background: #ffffff !important;
  color: #404040;
  border: 2px solid #404040;
}
.woocommerce div.product #social-share-wrapper .social-share-links li a:hover,
.woocommerce-page div.product #social-share-wrapper .social-share-links li a:hover {
  border: 2px solid #009a8b;
  color: #636466;
}
.woocommerce div.product #social-share-wrapper .social-share-links li span,
.woocommerce-page div.product #social-share-wrapper .social-share-links li span {
  margin-top: 9px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  border-width: 1px 0px 1px 1px;
  float: left;
  background: #EBEBEB;
  width: 33.33%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #636466;
  border-top: 1px solid #4a4b4c;
  border-bottom: 1px solid #4a4b4c;
  color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  padding: 1em 0;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child {
  border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  padding: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments h2,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments h2 {
  color: #50676f;
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
  background: #fafafa;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews h3,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews h3 {
  padding: 15px;
  font-weight: normal;
  background: #636466;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 10px 25px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form .input-group-addon,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form .input-group-addon {
  font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form .input-group-addon i.fa-asterisk,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form .input-group-addon i.fa-asterisk {
  color: #d45d5d;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form span.required,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form span.required {
  color: #d45d5d;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form #submit,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form #submit {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #404040;
  color: #ffffff;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  color: #636466;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}
.woocommerce div.product .price span,
.woocommerce-page div.product .price span {
  color: #636466;
  font-size: 15px;
}
.woocommerce div.product .price ins,
.woocommerce-page div.product .price ins {
  display: inline-block;
  padding: 5px;
  color: #404040;
}
.woocommerce div.product .price ins span,
.woocommerce-page div.product .price ins span {
  font-size: 16px;
  padding: 0 3px;
  color: #404040;
}
.woocommerce div.product .price del,
.woocommerce-page div.product .price del {
  background: #ffffff;
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
  padding: 5px;
}
.woocommerce div.product .star-rating,
.woocommerce-page div.product .star-rating {
  color: #636466;
}
.woocommerce div.product .star-rating span,
.woocommerce-page div.product .star-rating span {
  color: #009a8b;
}
.woocommerce div.product p.stars a:after,
.woocommerce-page div.product p.stars a:after {
  color: #50676f;
}
.woocommerce div.product .related.products,
.woocommerce-page div.product .related.products {
  margin-top: 35px;
  clear: both;
}
.woocommerce div.product .related h2,
.woocommerce-page div.product .related h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 10px;
  line-height: 1.5;
  left: 0;
  top: 0;
  background: #636466;
  padding: 5px 15px;
}
.woocommerce .back-to-shop-link,
.woocommerce-page .back-to-shop-link {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    clear: both;
    margin-top: 15px;
    float: left;
  }
}
@media (max-width: 400px) {
  .woocommerce div.product form.cart .single_add_to_cart_button,
  .woocommerce-page div.product form.cart .single_add_to_cart_button,
  .woocommerce div.product form.cart .checkout-button,
  .woocommerce-page div.product form.cart .checkout-button {
    margin: 0 0 10px;
    width: 100%;
  }
}
/*************************************************************
WOO CHECKOUT
**************************************************************/
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon {
  background: #ffffff;
}
.woocommerce form.login .form-row,
.woocommerce-page form.login .form-row,
.woocommerce form.checkout_coupon .form-row,
.woocommerce-page form.checkout_coupon .form-row {
  width: 49.5%;
  padding: 5px 0 0;
}
.woocommerce form.login .form-row.form-row-last,
.woocommerce-page form.login .form-row.form-row-last,
.woocommerce form.checkout_coupon .form-row.form-row-last,
.woocommerce-page form.checkout_coupon .form-row.form-row-last {
  float: left;
  margin-left: 10px;
}
.woocommerce form.login .form-row .button,
.woocommerce-page form.login .form-row .button,
.woocommerce form.checkout_coupon .form-row .button,
.woocommerce-page form.checkout_coupon .form-row .button {
  margin-right: 10px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
  height: 40px;
  padding: 5px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 9px;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 label,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields h3 label {
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 label:before,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields h3 label:before,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 label:after,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields h3 label:after {
  font-size: 19px;
  margin-top: 3px;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-page .woocommerce-checkout #payment ul.payment_methods {
  background: #ffffff;
}
.woocommerce .woocommerce-checkout #payment div.payment_box,
.woocommerce-page .woocommerce-checkout #payment div.payment_box {
  background: #fafafa;
}
.woocommerce .woocommerce-checkout #payment div.payment_box:before,
.woocommerce-page .woocommerce-checkout #payment div.payment_box:before {
  border-color: transparent transparent #fafafa transparent;
}
.woocommerce .woocommerce-checkout #payment div.form-row,
.woocommerce-page .woocommerce-checkout #payment div.form-row {
  background: #ffffff;
}
.woocommerce .woocommerce-checkout .select2-container .select2-choice,
.woocommerce-page .woocommerce-checkout .select2-container .select2-choice {
  height: 45px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout .select2-container .select2-choice span,
.woocommerce-page .woocommerce-checkout .select2-container .select2-choice span {
  margin-top: 5px;
}
.woocommerce .woocommerce-checkout .select2-container .select2-choice span.select2-arrow,
.woocommerce-page .woocommerce-checkout .select2-container .select2-choice span.select2-arrow {
  margin: 0;
}
.woocommerce .woocommerce-checkout #order_review table,
.woocommerce-page .woocommerce-checkout #order_review table {
  background: #ffffff;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout #order_review table thead th,
.woocommerce-page .woocommerce-checkout #order_review table thead th {
  background: #fafafa;
}
.woocommerce.woocommerce-checkout .site-content,
.woocommerce-page.woocommerce-checkout .site-content {
  background: #ffffff;
}
.woocommerce .back-to-shop,
.woocommerce-page .back-to-shop {
  padding: 30px 0;
}
.woocommerce .back-to-shop .button,
.woocommerce-page .back-to-shop .button {
  color: #636466 !important;
  border: 2px solid #636466;
  background: transparent !important;
  border-radius: 20px;
  padding: 10px 25px;
}
/*************************************************************
WOO CHECKOUT
**************************************************************/
.woocommerce .cart_totals a.button.checkout-button,
.woocommerce-page .cart_totals a.button.checkout-button {
  background: #404040 !important;
  margin-left: 0;
  padding: 11px;
  font-size: 17px;
}
.woocommerce.woocommerce-cart .site-content,
.woocommerce-page.woocommerce-cart .site-content {
  background: #fafafa;
  padding-bottom: 50px;
}
.woocommerce.woocommerce-cart ul#shipping_method li label,
.woocommerce-page.woocommerce-cart ul#shipping_method li label {
  padding-left: 0;
}
.woocommerce.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-cart table.cart img {
  width: 80px;
}
/*************************************************************
ORDER RECEIVED
**************************************************************/
.woocommerce .woocommerce-order,
.woocommerce-page .woocommerce-order {
  padding-top: 25px;
}
.woocommerce h2,
.woocommerce-page h2 {
  font-weight: 500;
  text-transform: uppercase;
  color: #636466;
  font-size: 25px;
}
.woocommerce .woocommerce-thankyou-order-received,
.woocommerce-page .woocommerce-thankyou-order-received {
  font-size: 21px;
  color: #4cae4c;
  font-weight: 700;
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  border: 1px solid #dddddd;
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
  padding: 15px;
}
/*************************************************************
WOO Addons Popup
**************************************************************/
.woo-addons-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.woo-addons-popup .close-popup {
  position: absolute;
  right: 70px;
  top: 70px;
  border: none;
  color: #d45d5d;
  font-size: 20px;
  background: #ffffff;
}
.woo-addons-popup > .products {
  background: #ffffff;
  padding: 20px;
  height: 100%;
}
.shop-banner-wrapper {
  position: relative;
}
.shop-banner-wrapper .shop-banner {
  width: 100%;
}
.shop-banner-wrapper i {
  position: absolute;
  padding: 25px;
  background: #636466;
  color: #ffffff;
  left: calc(50% - 48px);
  font-size: 40px;
  border: 6px solid #009a8b;
  -o-box-shadow: 0 -6px 0 0 #ffffff;
  -ms-box-shadow: 0 -6px 0 0 #ffffff;
  -moz-box-shadow: 0 -6px 0 0 #ffffff;
  -webkit-box-shadow: 0 -6px 0 0 #ffffff;
  box-shadow: 0 -6px 0 0 #ffffff;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  bottom: -55px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.shop-banner-wrapper h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 0 #50676f, 2px 2px 3px #777777;
  font-size: 27px;
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
}
.woocommerce #primary.content-area,
.woocommerce-page #primary.content-area {
  padding-top: 0;
}
.woocommerce .variations,
.woocommerce-page .variations {
  width: 100%;
  position: relative;
  -o-box-shadow: 0 1px 0 #dddddd;
  -ms-box-shadow: 0 1px 0 #dddddd;
  -moz-box-shadow: 0 1px 0 #dddddd;
  -webkit-box-shadow: 0 1px 0 #dddddd;
  box-shadow: 0 1px 0 #dddddd;
}
.woocommerce .variations .reset_variations,
.woocommerce-page .variations .reset_variations {
  position: absolute;
  bottom: -29px;
  right: 0;
  z-index: 101;
}
.woocommerce .variations tr,
.woocommerce-page .variations tr {
  background: #ffffff;
}
.woocommerce .variations tr td,
.woocommerce-page .variations tr td {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 10px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
}
.woocommerce .variations tr td.label,
.woocommerce-page .variations tr td.label {
  color: #636466;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  padding: 15px 10px 0;
  text-transform: uppercase;
}
.woocommerce .variations tr td.label label,
.woocommerce-page .variations tr td.label label {
  padding: 8px 10px 0 10px;
}
.woocommerce .variations tr td.value .form-control.bootstrap-select .dropdown-toggle,
.woocommerce-page .variations tr td.value .form-control.bootstrap-select .dropdown-toggle {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background: #fafafa;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .variations tr td.value .form-control.bootstrap-select .dropdown-toggle:focus,
.woocommerce-page .variations tr td.value .form-control.bootstrap-select .dropdown-toggle:focus {
  border-color: #009a8b;
}
.woocommerce .variations tr td.value .form-control.bootstrap-select.btn-group,
.woocommerce-page .variations tr td.value .form-control.bootstrap-select.btn-group {
  margin-bottom: 0;
}
.woocommerce #woocommerce-main-content,
.woocommerce-page #woocommerce-main-content {
  padding: 35px 0;
  background: #fafafa;
}
.woocommerce #woocommerce-main-content.without-slider,
.woocommerce-page #woocommerce-main-content.without-slider {
  padding: 10px 0 35px;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button {
  background: #636466 !important;
  color: #ffffff !important;
  padding: 10px 20px;
  display: inline-block;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce a.button.button-secondary,
.woocommerce-page a.button.button-secondary,
.woocommerce button.button.button-secondary,
.woocommerce-page button.button.button-secondary,
.woocommerce input.button.button-secondary,
.woocommerce-page input.button.button-secondary {
  background: #009a8b !important;
}
.woocommerce a.button.checkout-button,
.woocommerce-page a.button.checkout-button,
.woocommerce button.button.checkout-button,
.woocommerce-page button.button.checkout-button,
.woocommerce input.button.checkout-button,
.woocommerce-page input.button.checkout-button {
  background: #404040 !important;
  margin-left: 10px;
}
.woocommerce form input,
.woocommerce-page form input,
.woocommerce form select,
.woocommerce-page form select,
.woocommerce form textarea,
.woocommerce-page form textarea {
  min-height: 40px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce form input:focus,
.woocommerce-page form input:focus,
.woocommerce form select:focus,
.woocommerce-page form select:focus,
.woocommerce form textarea:focus,
.woocommerce-page form textarea:focus {
  border: 1px solid #636466;
  -o-box-shadow: 0 0 0 1px #ffffff inset;
  -ms-box-shadow: 0 0 0 1px #ffffff inset;
  -moz-box-shadow: 0 0 0 1px #ffffff inset;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.woocommerce form input[type="radio"],
.woocommerce-page form input[type="radio"],
.woocommerce form input[type="checkbox"],
.woocommerce-page form input[type="checkbox"] {
  min-height: 1px;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form input#coupon_code,
.woocommerce-page form input#coupon_code {
  min-width: 200px;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 5px 0;
}
.woocommerce form .form-row label input[type="checkbox"],
.woocommerce-page form .form-row label input[type="checkbox"] {
  left: 0;
  float: left;
  top: 11px;
  position: relative;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
  color: #009a8b;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
  width: 100%;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
  padding: 10px 0;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  padding: 0;
}
.woocommerce .woocommerce header,
.woocommerce-page .woocommerce header {
  padding: 15px;
}
.woocommerce .header-cart-wrapper,
.woocommerce-page .header-cart-wrapper {
  position: absolute;
  right: -50px;
  top: 24px;
  padding: 10px 0 10px 0px;
}
.woocommerce .header-cart-wrapper .car-items-list,
.woocommerce-page .header-cart-wrapper .car-items-list {
  border: 1px solid #dddddd;
  float: left;
  padding: 8px;
  position: absolute;
  top: 35px;
  background: #ffffff;
  z-index: 101;
  width: 300px;
  right: 0;
}
.woocommerce .header-cart-wrapper .car-items-list li,
.woocommerce-page .header-cart-wrapper .car-items-list li {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 1px;
  float: left;
  width: 100%;
  list-style: none;
  text-align: left;
  background: #fafafa;
  padding: 10px;
}
.woocommerce .header-cart-wrapper .car-items-list li.go-to-cart,
.woocommerce-page .header-cart-wrapper .car-items-list li.go-to-cart {
  padding: 0;
}
.woocommerce .header-cart-wrapper .car-items-list li.go-to-cart a,
.woocommerce-page .header-cart-wrapper .car-items-list li.go-to-cart a {
  text-transform: uppercase;
}
.woocommerce .header-cart-wrapper .car-items-list li:last-child,
.woocommerce-page .header-cart-wrapper .car-items-list li:last-child {
  border: none;
  margin: 0;
}
.woocommerce .header-cart-wrapper .car-items-list li a,
.woocommerce-page .header-cart-wrapper .car-items-list li a {
  display: block;
}
.woocommerce .header-cart-wrapper .car-items-list li a.item-image,
.woocommerce-page .header-cart-wrapper .car-items-list li a.item-image {
  float: left;
}
.woocommerce .header-cart-wrapper .car-items-list li a img,
.woocommerce-page .header-cart-wrapper .car-items-list li a img {
  max-width: 40px;
  margin: 0 10px 0 0;
  float: left;
}
.woocommerce .header-cart-wrapper .car-items-list li a.remove,
.woocommerce-page .header-cart-wrapper .car-items-list li a.remove {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  padding: 5px;
  width: 29px;
  height: auto;
  float: left;
}
.woocommerce .header-cart-wrapper .car-items-list li a.item-title,
.woocommerce-page .header-cart-wrapper .car-items-list li a.item-title {
  line-height: 1;
}
.woocommerce .header-cart-wrapper .car-items-list li span.quantity,
.woocommerce-page .header-cart-wrapper .car-items-list li span.quantity {
  font-size: 12px;
  position: relative;
  top: -3px;
}
.woocommerce .header-cart-wrapper .cart-icon-wrapper,
.woocommerce-page .header-cart-wrapper .cart-icon-wrapper {
  line-height: 1;
}
.woocommerce .header-cart-wrapper .cart-icon-wrapper a.cart-contents,
.woocommerce-page .header-cart-wrapper .cart-icon-wrapper a.cart-contents {
  padding-top: 10px;
}
.woocommerce .header-cart-wrapper .cart-icon-wrapper a.cart-contents sup,
.woocommerce-page .header-cart-wrapper .cart-icon-wrapper a.cart-contents sup {
  background: #5cb85c;
  color: #ffffff;
  padding: 2px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: -13px;
  text-align: center;
  left: -6px;
  padding-top: 8px;
}
.woocommerce.single-product .cart .form-group,
.woocommerce-page.single-product .cart .form-group {
  float: none;
}
.woocommerce .notices-wrapper,
.woocommerce-page .notices-wrapper {
  padding: 10px 0;
  background: #fafafa;
}
.woocommerce .notices-wrapper .woocommerce-message,
.woocommerce-page .notices-wrapper .woocommerce-message {
  background: #ffffff;
  margin: 0;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background: #ffffff;
  margin: 15px 0 0;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top-color: #636466;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce h2.shop-title,
.woocommerce-page h2.shop-title {
  margin: 0 0 20px;
  font-size: 23px;
  top: -56px;
  position: relative;
  margin: auto;
}
.woocommerce.woocommerce-cart .woocommerce-message,
.woocommerce-page.woocommerce-cart .woocommerce-message {
  margin: 0 0 15px;
}
.woocommerce.woocommerce-cart table.shop_table,
.woocommerce-page.woocommerce-cart table.shop_table {
  background: #ffffff;
}
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  background: transparent;
  border: 1px solid #dddddd;
}
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td,
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  font-family: 'Ubuntu', sans-serif;
  padding: 8px;
}
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  color: #404040;
}
.woocommerce .woo-product-gallery,
.woocommerce-page .woo-product-gallery {
  margin: 5px 0;
}
.woocommerce .woo-product-gallery .woo-gallery-image img,
.woocommerce-page .woo-product-gallery .woo-gallery-image img {
  border: 1px solid #dddddd;
  padding: 5px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    margin: 0 -15px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    padding: 0 15px;
    -o-box-shadow: 0 2px 0 #009a8b;
    -ms-box-shadow: 0 2px 0 #009a8b;
    -moz-box-shadow: 0 2px 0 #009a8b;
    -webkit-box-shadow: 0 2px 0 #009a8b;
    box-shadow: 0 2px 0 #009a8b;
  }
  .woocommerce ul.products li.product:nth-child(3n),
  .woocommerce-page ul.products li.product:nth-child(3n) {
    clear: both;
  }
  .woocommerce ul.products li.product .add_to_cart_button,
  .woocommerce-page ul.products li.product .add_to_cart_button,
  .woocommerce ul.products li.product .added_to_cart,
  .woocommerce-page ul.products li.product .added_to_cart,
  .woocommerce ul.products li.product .view_product,
  .woocommerce-page ul.products li.product .view_product {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .woocommerce ul.products li.product .onsale,
  .woocommerce-page ul.products li.product .onsale {
    right: 21px;
  }
  .woocommerce h2.shop-title,
  .woocommerce-page h2.shop-title {
    top: 0 !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
}
.js .car-items-list {
  display: none;
}
.js .menu-item .car-items-list {
  display: block;
}
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1350px;
  }
  body {
    max-width: 1350px;
    overflow-x: hidden;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .streams .stream p {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 30px;
    font-size: 14px;
    background: rgba(245, 126, 0, 0.86);
  }
  .banner-course p {
    float: left;
  }
  .banner-course p i {
    display: none;
  }
  .banner-course p a {
    display: block;
  }
  .banner-course p span {
    display: none;
  }
  ul.partners-carousel li img {
    padding: 0 10px;
  }
}
/*****************************************************************
Max Width --- 767
********************************************************************/
@media (max-width: 767px) {
  header.site-header {
    max-height: 700px;
  }
  header.site-header .logo {
    margin: 1px 0 0 10px;
  }
  header.site-header .logo img {
    max-height: 40px;
    margin-top: 3px;
  }
  header.site-header .header-social-links {
    text-align: center;
    margin: 0;
    padding: 8px 0;
  }
  header.site-header .header-top {
    max-height: 300px;
  }
  header.site-header .header-top p.mobile {
    margin-bottom: 5px;
  }
  .top-navigation {
    float: none;
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
    text-align: center;
  }
  .top-navigation .navbar-nav {
    height: auto;
    text-align: center;
    margin: 0;
  }
  .top-navigation .navbar-nav li {
    display: inline-block;
    float: none;
  }
  .top-navigation .navbar-nav li a {
    padding: 7px 8px;
  }
  .main-navigation {
    background: #ffffff;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .main-navigation.fixed {
    background: #ffffff;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .main-navigation.fixed .navbar-header {
    padding: 0 0 0 15px;
  }
  .main-navigation.fixed .navbar-mainbar ul li.menu-item-has-children > .sub-menu a {
    padding: 15px;
  }
  .main-navigation.fixed .navbar-mainbar ul li.menu-item-has-children ul.sub-menu {
    -o-box-shadow: 0 0 0 1px #dddddd inset;
    -ms-box-shadow: 0 0 0 1px #dddddd inset;
    -moz-box-shadow: 0 0 0 1px #dddddd inset;
    -webkit-box-shadow: 0 0 0 1px #dddddd inset;
    box-shadow: 0 0 0 1px #dddddd inset;
  }
  .main-navigation.fixed .navbar-mainbar .navbar-nav {
    width: 100%;
  }
  .main-navigation.fixed .navbar-mainbar .navbar-nav > li {
    width: 100%;
  }
  .main-navigation.fixed .navbar-mainbar .navbar-nav > li > a {
    width: 100%;
  }
  .main-navigation .navbar-collapse.collapse {
    -o-box-shadow: 0 -1px 0 0 #009a8b;
    -ms-box-shadow: 0 -1px 0 0 #009a8b;
    -moz-box-shadow: 0 -1px 0 0 #009a8b;
    -webkit-box-shadow: 0 -1px 0 0 #009a8b;
    box-shadow: 0 -1px 0 0 #009a8b;
  }
  .main-navigation .navbar-toggle {
    margin-right: 5px;
  }
  .main-navigation .navbar-mainbar {
    float: none !important;
    margin: 0 -15px !important;
  }
  .main-navigation .navbar-mainbar .navbar-brand {
    display: block;
    padding: 0;
  }
  .main-navigation .navbar-mainbar .navbar-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(99, 100, 102, 0.2);
  }
  .main-navigation .navbar-mainbar .navbar-collapse {
    padding: 0;
  }
  .main-navigation .navbar-mainbar .navbar-collapse.collapse {
    margin-top: 0;
  }
  .main-navigation .navbar-mainbar .navbar-nav {
    max-height: 1000px;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li {
    float: left;
    width: 100%;
    padding: 0;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li .cart > .cart {
    padding: 0;
    border-width: 0;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li .woocommerce {
    margin: 0;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li .woocommerce .cart-item {
    background: #fafafa;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li .woocommerce .cart-item a.item-title {
    padding: 11px 0 2px;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li .woocommerce .cart-item a.item-image {
    padding: 10px;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li .woocommerce .cart-item a.remove {
    position: absolute;
    top: 5px;
    padding: 5px;
    right: 10px;
    display: block;
    text-align: center;
    height: auto;
    width: auto;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li .woocommerce .cart-item a.remove i {
    position: static;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li > a {
    width: 100%;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item,
  .main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item a,
  .main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul li {
    background: #ffffff;
    clear: both;
    border-bottom: 1px solid #dddddd;
  }
  .main-navigation .navbar-mainbar ul li a {
    border-bottom: 1px solid #dddddd;
    padding: 15px;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul li.current-menu-item,
  .main-navigation .navbar-mainbar ul li.current-menu-parent,
  .main-navigation .navbar-mainbar ul li.current-menu-ancestor {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul li.current-menu-item > a,
  .main-navigation .navbar-mainbar ul li.current-menu-parent > a,
  .main-navigation .navbar-mainbar ul li.current-menu-ancestor > a {
    font-weight: bold;
    color: #009a8b;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children:before {
    content: "";
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled {
    position: relative;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled:hover .sub-menu {
    display: none;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper {
    position: static;
    display: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    background: none;
    float: left;
    width: 100%;
    padding: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper > .sub-menu {
    display: block;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul li {
    padding: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 4px;
    background: #ffffff;
    float: left;
    -o-box-shadow: 0 0 0 1px #dddddd inset;
    -ms-box-shadow: 0 0 0 1px #dddddd inset;
    -moz-box-shadow: 0 0 0 1px #dddddd inset;
    -webkit-box-shadow: 0 0 0 1px #dddddd inset;
    box-shadow: 0 0 0 1px #dddddd inset;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level {
    padding: 0;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    width: 100% !important;
    background: #ffffff;
    padding: 5px;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto !important;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li > a {
    padding: 10px 0 10px 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: #404040;
    margin: 0;
    font-size: 14px;
    border: none;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa {
    top: 2px;
    left: 0px;
    margin: 0 7px 0 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa.menu-toggler {
    left: auto;
    color: #009a8b;
    right: 8px;
    top: 14px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner {
    display: none;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    padding: 0 15px;
    background: #ffffff;
    float: left;
    -o-box-shadow: 0 0 0 0 #dddddd inset;
    -ms-box-shadow: 0 0 0 0 #dddddd inset;
    -moz-box-shadow: 0 0 0 0 #dddddd inset;
    -webkit-box-shadow: 0 0 0 0 #dddddd inset;
    box-shadow: 0 0 0 0 #dddddd inset;
    border-top: 1px solid #dddddd;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li {
    -o-box-shadow: 0 0 0 0 #ffffff inset;
    -ms-box-shadow: 0 0 0 0 #ffffff inset;
    -moz-box-shadow: 0 0 0 0 #ffffff inset;
    -webkit-box-shadow: 0 0 0 0 #ffffff inset;
    box-shadow: 0 0 0 0 #ffffff inset;
    background: #ffffff;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li:first-child {
    border-width: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li:before {
    left: 10px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li a {
    padding: 10px 0 10px 0;
    background: transparent;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li i.fa.menu-toggler {
    top: 10px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li.icon-enabled i.fa {
    left: 0;
    top: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    position: static;
    width: 100%;
    display: none;
    background: #ffffff;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu.first-level {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    display: none;
    margin: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu.first-level li {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li {
    padding: 0;
    border: 1px solid #dddddd;
    border-width: 1px 0 0;
    background: #ffffff;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li a {
    background: #ffffff;
    padding: 10px 5px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li a i.fa {
    top: 3px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children i.menu-toggler {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    right: 0px;
    top: 1px;
    font-size: 11px;
    left: auto;
    margin: 0;
    color: #636466;
    cursor: pointer;
    display: block;
    width: 46px;
    height: 38px;
    background: #ffffff;
    text-align: center;
    padding: 5px;
    line-height: 33px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .main-navigation .navbar-mainbar ul li:hover > a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav {
    margin: 0;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li {
    padding: 0;
    border-bottom: 1px solid #dddddd;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li > a {
    background: #636466;
    border: none;
    padding: 15px;
    line-height: 1;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li:last-child > a {
    border: none;
  }
  .main-navigation .navbar-mainbar ul.sub-menu {
    clear: both;
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level {
    margin-bottom: 10px;
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level li.menu-item-has-children:before {
    content: "";
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level li.menu-item-has-children ul.sub-menu {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level li a {
    border: none;
  }
  #main-slider .item-inner .container h1 {
    font-size: 30px;
    top: 56px;
  }
  #main-slider .item-inner img {
    width: 100%;
    height: auto;
    left: 0;
  }
  #main-slider .owl-nav {
    display: none;
  }
  /************  Gallery  ***********/
  .gallery .gallery-item {
    width: 33.33% !important;
  }
  /************  Article  ***********/
  .article .article-inner .post-meta {
    padding: 3px 15px 5px;
  }
  .article .article-inner .post-meta .post-meta-inner p {
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 5px 0;
    border-right: 0;
    width: 100% !important;
  }
  /************ Excerpt Mode Atricle  ***********/
  .excerpt-mode .article .article-inner {
    text-align: left;
  }
  .excerpt-mode .article .article-inner .thumbnail {
    display: inline-block;
    float: none;
  }
  .excerpt-mode .article .article-inner p {
    clear: both;
    text-align: left;
  }
  .excerpt-mode .article .article-inner p[class*="terms"],
  .excerpt-mode .article .article-inner p[class*="inline"] {
    clear: none;
  }
  .excerpt-mode .article .article-inner p[class*="terms"] * {
    display: none;
  }
  .excerpt-mode .article .article-inner p[class*="terms"] a {
    display: block;
  }
  .excerpt-mode .article.course .article-inner {
    background: transparent;
  }
  .excerpt-mode .article.course .article-inner .thumb img {
    border: none;
  }
  /************   Related Posts   ***********/
  #related-posts .related-post .post-meta p {
    border: none;
    display: inline-block;
    width: 34%;
    padding: 0 2% 0 2%;
  }
  #related-posts .related-post .post-meta p:first-child {
    padding: 0 2% 0 2%;
  }
  .testimonials .owl-nav > div {
    top: 101%;
  }
  .testimonials .owl-nav > div.owl-prev {
    left: calc(50% - 31px);
  }
  .testimonials .owl-nav > div.owl-next {
    right: calc(50% - 31px);
  }
  .footer-widgets .widget,
  .shop-widgets .widget {
    width: 100%;
    margin-top: 25px;
  }
  ul.partners-carousel li img {
    padding: 0 10px;
  }
  .fixed-header-wrapper {
    padding: 0 0 2px 0;
    background: #fafafa;
  }
  .banner-course img {
    height: auto;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
  }
  /************ ERROR PAGE   ***********/
  .error-page-content {
    padding: 10px 10px;
    overflow-y: scroll;
  }
  .error-page-content .left-part .logo {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .error-page-content .left-part {
    padding: 15px;
  }
  .error-page-content .left-part,
  .error-page-content .right-part {
    position: static;
    width: 100%;
  }
  .error-page-content .right-part {
    padding: 10px 0 0;
  }
  .woocommerce .header-cart-wrapper,
  .woocommerce-page .header-cart-wrapper {
    right: 4px;
    top: 10px;
  }
}
/*****************************************************************
Max Width --- 480
********************************************************************/
@media (max-width: 480px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 13px;
  }
  /************ Gallery   ***********/
  .gallery .gallery-item {
    width: 50% !important;
  }
  /************ Related Posts  ***********/
  #related-posts .related-post {
    text-align: center;
  }
  #related-posts .related-post .thumbnail {
    margin-bottom: 15px;
    float: none;
    display: inline-block;
  }
  #related-posts .related-post h4 {
    clear: both;
  }
  #related-posts .related-post p,
  #related-posts .related-post .post-meta,
  #related-posts .related-post h4 {
    text-align: left;
  }
  .col-xx-12 {
    width: 100%;
  }
  .article.course h1 {
    font-size: 25px;
  }
  .our-products .product-outer {
    max-width: 350px;
  }
  .our-products .product-outer .product {
    max-width: 300px;
  }
  .our-products .product-outer .product .img-wrapper {
    margin: auto;
    width: 290px;
    height: 290px;
    padding: 45px 0;
  }
}
@media (max-width: 350px) {
  .our-products .product-outer {
    max-width: 300px;
  }
  .our-products .product-outer .product {
    max-width: 290px;
  }
  .our-products .product-outer .product .img-wrapper {
    width: 280px;
    height: 280px;
    padding: 40px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header.site-header .logo.normal {
    display: none;
  }
  header.site-header .logo.retina {
    display: block;
  }
}
/*************************************************************
MEDIA GENERAL CLASSES
**************************************************************/
body .no-margin-top {
  margin-top: 0 !important;
}
body .no-margin-bottom {
  margin-bottom: 0 !important;
}
body .no-margin-left {
  margin-left: 0 !important;
}
body .no-margin-right {
  margin-right: 0 !important;
}
body .no-padding-top {
  padding-top: 0 !important;
}
body .no-padding-bottom {
  padding-bottom: 0 !important;
}
body .no-padding-left {
  padding-left: 0 !important;
}
body .no-padding-right {
  padding-right: 0 !important;
}
/************ XTRA SMALL DEVICES  ***********/
@media (max-width: 767px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .row-xs {
    margin: 0 -15px !important;
  }
  body .col-xs {
    padding: 0 30px !important;
  }
  body .pull-left-xs {
    float: left !important;
  }
  body .pull-right-xs {
    float: right !important;
  }
  body .pull-none-xs {
    float: none !important;
  }
  body .no-padding-left-xs {
    padding-left: 0 !important;
  }
  body .no-padding-right-xs {
    padding-right: 0 !important;
  }
  body .no-padding-top-xs {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }
  body .no-padding-xs {
    padding: 0 !important;
  }
  body .no-margin-left-xs {
    margin-left: 0 !important;
  }
  body .no-margin-right-xs {
    margin-right: 0 !important;
  }
  body .no-margin-top-xs {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
  body .no-margin-xs {
    margin: 0 !important;
  }
  body .align-right-xs {
    text-align: right !important;
  }
  body .align-left-xs {
    text-align: left !important;
  }
  body .align-center-xs {
    text-align: center !important;
  }
}
/************ SMALL DEVICES  ***********/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .pull-left-sm {
    float: left !important;
  }
  body .pull-right-sm {
    float: right !important;
  }
  body .no-padding-left-sm {
    padding-left: 0 !important;
  }
  body .no-padding-right-sm {
    padding-right: 0 !important;
  }
  body .no-padding-top-sm {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-sm {
    padding-bottom: 0 !important;
  }
  body .no-padding-sm {
    padding: 0 !important;
  }
  body .no-margin-left-sm {
    margin-left: 0 !important;
  }
  body .no-margin-right-sm {
    margin-right: 0 !important;
  }
  body .no-margin-top-sm {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-sm {
    margin-bottom: 0 !important;
  }
  body .no-margin-sm {
    margin: 0 !important;
  }
  body .align-right-sm {
    text-align: right !important;
  }
  body .align-left-sm {
    text-align: left !important;
  }
  body .align-center-sm {
    text-align: center !important;
  }
}
/************ MEDIUM DEVICES  ***********/
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .pull-left-md {
    float: left !important;
  }
  body .pull-right-md {
    float: right !important;
  }
  body .no-padding-left-md {
    padding-left: 0 !important;
  }
  body .no-padding-right-md {
    padding-right: 0 !important;
  }
  body .no-padding-top-md {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-md {
    padding-bottom: 0 !important;
  }
  body .no-padding-md {
    padding: 0 !important;
  }
  body .no-margin-left-md {
    margin-left: 0 !important;
  }
  body .no-margin-right-md {
    margin-right: 0 !important;
  }
  body .no-margin-top-md {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-md {
    margin-bottom: 0 !important;
  }
  body .no-margin-md {
    margin: 0 !important;
  }
  body .align-right-md {
    text-align: right !important;
  }
  body .align-left-md {
    text-align: left !important;
  }
  body .align-center-md {
    text-align: center !important;
  }
}
/************ LARGE DEVICES and ABOVE  ***********/
@media (min-width: 1200px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .pull-left-lg {
    float: left !important;
  }
  body .pull-right-lg {
    float: right !important;
  }
  body .no-padding-left-lg {
    padding-left: 0 !important;
  }
  body .no-padding-right-lg {
    padding-right: 0 !important;
  }
  body .no-padding-top-lg {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-lg {
    padding-bottom: 0 !important;
  }
  body .no-padding-lg {
    padding: 0 !important;
  }
  body .no-margin-left-lg {
    margin-left: 0 !important;
  }
  body .no-margin-right-lg {
    margin-right: 0 !important;
  }
  body .no-margin-top-lg {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-lg {
    margin-bottom: 0 !important;
  }
  body .no-margin-lg {
    margin: 0 !important;
  }
  body .align-right-lg {
    text-align: right !important;
  }
  body .align-left-lg {
    text-align: left !important;
  }
  body .align-center-lg {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .container-half {
    width: 375px;
  }
}
@media (min-width: 992px) {
  .container-half {
    width: 485px;
  }
}
@media (min-width: 1200px) {
  .container-half {
    width: 585px;
  }
}
@media (min-width: 1300px) {
  .container-half {
    width: 635px;
  }
}
