@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Charitab WP
Version:        1.0
Last change:    04.16.2018
Primary use:    WordPress Theme
Author:         ThemeMascot
URL:            http://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/
/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------
[table of contents]

		* typography.less
		* common.less
		* extra.less
		* overlay.less
		* header.less
		* nav.less
		* topbar.less
		* page-title.less
		* vertical-nav.less
		* menu-full-page.less
		* boxed-layout.less
		* form.less
		* side-push-panel.less
		* box-hover-effect.less
		* isotope-layout.less
		* slider.less
		* home.less
		* about.less
		* volunteer.less
		* contact.less
		* event.less
		* practice-area.less
		* services.less
		* job.less
		* shop.less
		* blog.less
		* shortcodes.less 
			* alerts.less
			* blockquote.less
			* buttons.less
			* clients.less
			* countdown-Timer.less
			* countdown.less
			* dividers.less
			* facebook-disqus-comments.less
			* faqs.less
			* flex-slider.less
			* flip-box.less
			* font-icons.less
			* funfacts.less
			* infinitescroll.less
			* instagram.less
			* lightbox.less
			* map.less
			* pegination.less
			* pricing.less
			* process-steps.less
			* progress-bar.less
			* promo.less
			* section-title.less
			* separators.less
			* styled-icons.less
			* tabs.less
			* teams.less
			* testimonials.less
			* toggles-accordions.less
			* vertical-timeline.less
			* working-process.less
			
	* Footer
* ===============================================
*/
/*
 * mixins loader.less
 * -----------------------------------------------
*/
/*
 * table.less
 * -----------------------------------------------
*/
/*
 * input.less
 * -----------------------------------------------
*/
/*
 * table.less
 * -----------------------------------------------
*/
/*
 * typography.less
 * -----------------------------------------------
*/
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #333;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}
body {
  line-height: 1.8;
  color: #616161;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a {
  color: #484848;
  text-decoration: none;
  font-weight: 500;
}
a:hover,
a:focus {
  color: #212121;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
iframe {
  border: none !important;
}
/* -------- Headings ---------- */
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Merriweather', serif;
  font-weight: 800;
  line-height: 1.42857143;
  color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #0d0d0d;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 15px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 10px;
}
table p {
  margin-bottom: 0;
}
p a:hover,
p a:focus {
  text-decoration: underline;
}
.post-content a,
.post-excerpt a,
.post-content p a,
.post-excerpt p a {
  color: #337ab7;
}
.post-content a:hover,
.post-excerpt a:hover,
.post-content p a:hover,
.post-excerpt p a:hover {
  color: #080808;
  text-decoration: underline;
}
.post-content blockquote,
.post-excerpt blockquote {
  padding: 20px;
  background: #F7FAFD;
  position: relative;
}
.post-content blockquote:before,
.post-excerpt blockquote:before {
  color: rgba(0, 0, 0, 0.3);
  content: "\7b";
  font-family: ElegantIcons;
  font-size: 80px;
  opacity: 0.12;
  position: absolute;
  left: -15px;
  top: -36px;
  transform: rotate(180deg);
}
.post-content blockquote p,
.post-excerpt blockquote p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  margin-top: 0;
}
/* -------- Custom Font Family ---------- */
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
.font-playfair {
  font-family: 'Playfair Display', serif;
}
/*Drop Caps*/
.drop-caps > p {
  text-align: justify;
}
.drop-caps > p:first-child:first-letter {
  color: #111;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}
.drop-caps.text-colored > p:first-child:first-letter {
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}
.drop-caps.border > p:first-child:first-letter {
  border: 1px solid;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.border-rounded > p:first-child:first-letter {
  border: 1px solid;
  border-radius: 50%;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.colored-square > p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.colored-rounded > p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}
.drop-caps.dark-square > p:first-child:first-letter {
  background: #222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.dark-rounded > p:first-child:first-letter {
  background: #222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}
/*Text Highlight*/
.text-highlight {
  background: none repeat scroll 0 0 #111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px;
}
.text-highlight.light {
  background: #808080;
}
address {
  color: #777;
  font-style: italic;
}
ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
  padding-left: 20px;
}
/*
 * common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 85%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 80%;
  }
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  height: auto;
  max-width: 100%;
}
iframe,
embed,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}
iframe {
  display: block;
  margin: 0;
  max-width: 100%;
}
.inline-block,
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
.display-block {
  display: block;
}
.fullwidth {
  width: 100%;
}
.bg-hover-theme-colored {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.media-object {
  max-width: none;
}
/* Text-decoration */
.text-underline {
  text-decoration: underline;
}
form label {
  color: #555;
  font-weight: 400;
}
.hr-divider {
  margin: 20px 0;
}
/* -------- Line-Bottom ---------- */
.heading-line-bottom {
  border-bottom: 1px dashed #808080;
  display: inline-block;
  margin: 0;
  position: relative;
  margin: 20px 0;
}
.heading-line-bottom::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}
.heading-title {
  margin-top: 10px;
}
.line-bottom {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.line-bottom:after {
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  background: #555;
}
.line-bottom-centered {
  position: relative;
  margin: 10px 0 20px;
}
.line-bottom-centered:after {
  background: #2b96cc none repeat scroll 0 0;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 30px;
}
.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
  font-size: 48px;
  margin-left: 10px;
}
.title-icon {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}
.title-icon::after {
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  top: 10px;
  width: 30px;
}
.title-icon::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
}
/* -------- Background Video ---------- */
.bg-video {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}
.bg-video .video {
  height: 100%;
  left: 0;
  margin: 0!important;
  position: relative;
  top: 0;
  width: 100%;
}
.bg-video .video .mbYTP_wrapper {
  z-index: -1 !important;
}
/* -------- Box Table ---------- */
.display-table-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/* -------- magnific popup ---------- */
.mfp-close-btn-in .mfp-close {
  color: #eee;
  font-size: 64px;
}
/* section light & dark text typography */
.section-typo-light,
.section-typo-light h1,
.section-typo-light h2,
.section-typo-light h3,
.section-typo-light h4,
.section-typo-light h5,
.section-typo-light h6,
.section-typo-light p,
.section-typo-light a:hover,
.section-typo-light a.btn:hover {
  color: #fff;
}
.section-typo-dark,
.section-typo-dark h1,
.section-typo-dark h2,
.section-typo-dark h3,
.section-typo-dark h4,
.section-typo-dark h5,
.section-typo-dark h6,
.section-typo-dark p,
.section-typo-dark a:hover,
.section-typo-dark a.btn:hover {
  color: #333;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 25px rgba(5, 5, 5, 0.1);
  box-shadow: 0px 0px 25px rgba(5, 5, 5, 0.1);
}
.box-shadow-50 {
  -webkit-box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.1);
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.1);
}
/* table */
.main-content-area table,
.comment-body .comment-text table {
  width: 100%;
  margin: 0 0 40px;
}
.main-content-area table td,
.main-content-area table th,
.comment-body .comment-text table td,
.comment-body .comment-text table th {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
/*
 * container.less
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}
.container .container,
.container-fluid .container,
.container .container-fluid,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  body.container-970px .container {
    width: 970px;
  }
  body.container-100pr .container {
    width: 100%;
  }
  body.container-100pr .container,
  body.container-100pr .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  body.container-100pr .container .container,
  body.container-100pr .container-fluid .container,
  body.container-100pr .container .container-fluid,
  body.container-100pr .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section {
  position: relative;
}
section > .container,
section > .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.vc-row-tm-section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.tm-sidebar .vc-row-tm-section-padding {
  padding-top: 0;
  padding-bottom: 0;
}
body.tm_wpb_vc_js_status_false .main-content-area,
body.tm_wpb_vc_js_status_false .sidebar-area {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  body.tm_wpb_vc_js_status_false .main-content-area,
  body.tm_wpb_vc_js_status_false .sidebar-area {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/*
 * overlays.less
 * -----------------------------------------------
*/
.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */
}
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.layer-overlay.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-deep::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark::before {
  background-color: rgba(17, 17, 17, 0.85);
}
.layer-overlay.overlay-dark-1::before {
  background-color: rgba(17, 17, 17, 0.1);
}
.layer-overlay.overlay-dark-2::before {
  background-color: rgba(17, 17, 17, 0.2);
}
.layer-overlay.overlay-dark-3::before {
  background-color: rgba(17, 17, 17, 0.3);
}
.layer-overlay.overlay-dark-4::before {
  background-color: rgba(17, 17, 17, 0.4);
}
.layer-overlay.overlay-dark-5::before {
  background-color: rgba(17, 17, 17, 0.5);
}
.layer-overlay.overlay-dark-6::before {
  background-color: rgba(17, 17, 17, 0.6);
}
.layer-overlay.overlay-dark-7::before {
  background-color: rgba(17, 17, 17, 0.7);
}
.layer-overlay.overlay-dark-8::before {
  background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay.overlay-dark-9::before {
  background-color: rgba(17, 17, 17, 0.9);
}
.layer-overlay.overlay-white::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-1::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.layer-overlay.overlay-white-2::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.layer-overlay.overlay-white-3::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-white-4::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-5::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.layer-overlay.overlay-white-6::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.layer-overlay.overlay-white-7::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-white-8::before {
  background-color: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-white-9::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.layer-pattern::before {
  background-image: url(../images/pattern1.png);
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-overlay.layer-pattern2::before {
  background-image: url(../images/pattern2.png);
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.layer-pattern3::before {
  background-image: url(../images/pattern3.png);
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.maximage-layer-overlay::before {
  z-index: 1;
}
.layer-overlay.overlay-blue::before {
  background-color: rgba(1, 162, 208, 0.9);
}
.layer-overlay.overlay-blue-light::before {
  background-color: rgba(1, 162, 208, 0.45);
}
.layer-overlay.overlay-pink::before {
  background-color: rgba(235, 110, 142, 0.9);
}
.layer-overlay.overlay-pink-light::before {
  background-color: rgba(235, 110, 142, 0.45);
}
.layer-overlay.overlay-brown::before {
  background-color: rgba(60, 171, 111, 0.9);
}
.layer-overlay.overlay-brown-light::before {
  background-color: rgba(60, 171, 111, 0.45);
}
.layer-overlay.overlay-yellow::before {
  background-color: rgba(255, 187, 34, 0.9);
}
.layer-overlay.overlay-yellow-light::before {
  background-color: rgba(255, 187, 34, 0.45);
}
.layer-overlay.overlay-green::before {
  background-color: rgba(16, 196, 92, 0.9);
}
.layer-overlay.overlay-green-light::before {
  background-color: rgba(16, 196, 92, 0.45);
}
.layer-overlay.overlay-theme-color-1::before {
  background-color: rgba(173, 216, 230, 0.9);
}
.layer-overlay.overlay-theme-color-2::before {
  background-color: rgba(230, 173, 188, 0.9);
}
.layer-overlay.overlay-theme-color-3::before {
  background-color: rgba(230, 216, 173, 0.9);
}
.half-divider .overlay-theme-color-1,
.half-divider .overlay-theme-color-2,
.half-divider .overlay-theme-color-3 {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
/* vc_row layer overlay */
.vc_row.layer-overlay:before {
  display: unset;
}
.vc_row.vc_general.layer-overlay:before {
  z-index: 1;
}
/*
 * header loader.less
 * -----------------------------------------------
*/
/*
 * header-top.less
 * -----------------------------------------------
*/
header#header .header-top {
  color: #fff;
  padding: 9px 0;
  font-size: 13px;
  line-height: 1.7;
}
header#header .header-top a {
  color: #fff;
  font-size: 13px;
}
header#header .header-top a:hover {
  color: #e6e6e6;
}
header#header .header-top .element {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
header#header .header-top .element:last-child {
  margin-right: 0;
  padding-right: 0;
}
header#header .header-top .element .search-form .search-field {
  height: 30px;
  padding: 5px 10px 5px 20px;
}
header#header .header-top .element .search-form .search-submit {
  padding: 3px 20px;
}
header#header .header-top .styled-icons li {
  margin-bottom: 5px;
  vertical-align: middle;
}
header#header .header-top .contact-info li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  header#header .header-top .contact-info li {
    display: block;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
header#header .header-top .contact-info li .font-icon {
  margin-right: 5px;
}
/*
 * header-mid.less
 * -----------------------------------------------
*/
header#header .header-middle {
  padding: 20px 0;
}
header#header .header-middle .header-mid-column3-container {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  header#header .header-middle .header-mid-column3-container {
    display: block;
  }
}
header#header .header-middle .header-mid-column3-container .element {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}
@media only screen and (max-width: 1079px) {
  header#header .header-middle .header-mid-column3-container .element {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  header#header .header-middle .header-mid-column3-container .element {
    display: block;
    margin-left: 0;
  }
}
header#header .header-middle .header-mid-column3-container .contact-info {
  float: right;
}
@media only screen and (max-width: 1079px) {
  header#header .header-middle .header-mid-column3-container .contact-info {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  header#header .header-middle .header-mid-column3-container .contact-info {
    margin-bottom: 30px;
  }
}
header#header .header-middle .header-mid-column3-container .contact-info.media {
  margin-top: 0;
}
header#header .header-middle .header-mid-column3-container .contact-info .media-left {
  padding-right: 15px;
}
header#header .header-middle .header-mid-column3-container .contact-info .media-body {
  width: auto;
}
header#header .header-middle .header-mid-column3-container .contact-info .media-body,
header#header .header-middle .header-mid-column3-container .contact-info .media-left,
header#header .header-middle .header-mid-column3-container .contact-info .media-right {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  header#header .header-middle .header-mid-column3-container .contact-info .media-body,
  header#header .header-middle .header-mid-column3-container .contact-info .media-left,
  header#header .header-middle .header-mid-column3-container .contact-info .media-right {
    display: block;
    padding-right: 0;
  }
}
header#header .header-middle .header-mid-column3-container .contact-info .font-icon {
  font-size: 30px;
  margin-top: 5px;
}
header#header .header-middle .header-mid-column3-container .contact-info .title {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
header#header .header-middle .header-mid-column3-container .contact-info .subtitle {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
header#header .header-middle .header-mid-column3-container .contact-info.small-icon .font-icon {
  font-size: 16px;
  padding-left: 1px;
  padding-right: 5px;
  margin-top: 0;
}
header#header .header-middle .header-mid-column3-container .contact-info.small-icon .title {
  font-size: 15px;
}
header#header .header-middle .header-mid-column3-container .contact-info.small-icon .subtitle {
  font-size: 13px;
}
header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
header#header .nav-side-icon-list {
  display: inline-block;
}
@media only screen and (max-width: 1079px) {
  header#header .nav-side-icon-list {
    float: left;
  }
}
header#header .nav-side-icon-list > li {
  float: left;
  padding: 20px 12px;
}
@media only screen and (max-width: 1079px) {
  header#header .nav-side-icon-list > li {
    padding: 13px 12px;
  }
}
header#header .nav-side-icon-list > li .custom-button {
  margin-top: -5px;
}
/*
 * header-other.less
 * -----------------------------------------------
*/
header#header .header-nav .header-nav-container {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
header#header .nav-side-icon-list {
  display: inline-block;
}
@media only screen and (max-width: 1079px) {
  header#header .nav-side-icon-list {
    float: left;
  }
}
header#header .nav-side-icon-list > li {
  float: left;
  padding: 20px 12px;
}
@media only screen and (max-width: 1079px) {
  header#header .nav-side-icon-list > li {
    padding: 13px 12px;
  }
}
header#header .nav-side-icon-list > li .custom-button {
  margin-top: -5px;
}
header#header .nav-side-icon-list > li:last-child {
  padding-right: 0;
}
/*
 * header-nav.less
 * -----------------------------------------------
*/
.header-nav .header-nav-wrapper .menuzord-container {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-primary-nav.menuzord {
  padding: 0;
}
#top-primary-nav .menuzord-menu li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-primary-nav .menuzord-menu > li {
  position: relative;
}
#top-primary-nav .menuzord-menu > li > a {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  #top-primary-nav .menuzord-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#top-primary-nav .menuzord-menu ul.dropdown {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
#top-primary-nav .menuzord-menu ul.dropdown li {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-left: 0;
}
#top-primary-nav .menuzord-menu ul.dropdown li a {
  color: #555;
  font-size: 14px;
  padding: 7px 25px 7px 22px;
}
#top-primary-nav .menuzord-menu ul.dropdown li a:hover {
  background-color: #f5f5f5;
}
#top-primary-nav .menuzord-menu ul.dropdown li .indicator {
  top: 4px;
}
#top-primary-nav .menuzord-menu ul.dropdown li:hover > a {
  background: #eee none repeat scroll 0 0;
  color: #333;
}
#top-primary-nav .menuzord-menu > li > ul.dropdown {
  border-top: 3px solid #333;
  background: #fcfcfc;
}
@media only screen and (max-width: 1079px) {
  #top-primary-nav.menuzord-responsive .menuzord-menu > li > a {
    color: #fff;
    background-color: #333;
    border-bottom-color: #444;
  }
  #top-primary-nav.menuzord-responsive .menuzord-menu li .indicator {
    border-left-color: #444;
  }
  #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown {
    border-color: #444;
  }
  #top-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a {
    color: #fff;
    background-color: #363636;
    border-bottom-color: #444;
  }
  #top-primary-nav.menuzord-responsive .menuzord-menu .widget {
    margin-bottom: 15px;
  }
  #top-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row > [class^="col"] {
    padding: 0 15px;
  }
  #top-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*="col"] {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  header#header .site-brand {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  header#header .site-brand {
    margin-right: 0;
  }
}
header#header .site-brand img {
  max-height: 38px;
  width: auto;
}
header#header .site-brand img.logo-2x {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  header#header .site-brand .logo-default.logo-1x {
    display: none;
  }
  header#header .site-brand .logo-default.logo-2x {
    display: inline-block;
  }
}
/* subtitle */
.menu-item .subtitle {
  display: block;
  font-weight: normal;
}
/* Switchable logo */
body.switchable-logo header#header .site-brand .logo-light.logo-1x {
  display: inline-block;
}
body.switchable-logo header#header .site-brand .logo-dark.logo-1x {
  display: none;
}
body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .site-brand .logo-light.logo-1x {
  display: none;
}
body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .site-brand .logo-dark.logo-1x {
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  body.switchable-logo header#header .site-brand .logo-light.logo-1x {
    display: none;
  }
  body.switchable-logo header#header .site-brand .logo-dark.logo-1x {
    display: none;
  }
  body.switchable-logo header#header .site-brand .logo-light.logo-2x {
    display: inline-block;
  }
  body.switchable-logo header#header .site-brand .logo-dark.logo-2x {
    display: none;
  }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .site-brand .logo-light.logo-1x {
    display: none;
  }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .site-brand .logo-dark.logo-1x {
    display: none;
  }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .site-brand .logo-light.logo-2x {
    display: none;
  }
  body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .site-brand .logo-dark.logo-2x {
    display: inline-block;
  }
}
/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu {
  border-top: 3px solid #333;
  background: #fcfcfc;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0;
}
.menuzord-menu > li > .megamenu.megamenu-three-quarter-width {
  left: auto;
  width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row {
  box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  display: table;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
  width: 8.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
  width: 16.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
  width: 25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
  width: 33.333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
  width: 41.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
  width: 50%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
  width: 58.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
  width: 66.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
  width: 83.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
  width: 91.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^="col"] {
  display: table-cell;
  float: none;
  margin-left: 0;
  padding: 20px 30px;
  border-right: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^="col"]:last-child {
  border-right: none;
}
.menuzord-menu > li > .megamenu .megamenu-row li {
  border: 0 none;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px;
  position: relative;
  width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
  display: block;
  font-size: 14px;
  padding: 7px 0;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
  color: #111;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
  color: #555;
  padding-right: 6px;
}
.menuzord-menu > li > .megamenu .megamenu-row .widget {
  margin-bottom: 0;
}
@media only screen and (min-width: 1080px) {
  .menuzord-menu > li > .megamenu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
  .menuzord-menu > li:hover > .megamenu {
    opacity: 1;
    visibility: visible;
  }
}
body.admin-bar .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed {
  margin-top: 28px;
}
@media (max-width: 600px) {
  body.admin-bar .header-nav .navbar-scrolltofixed.scroll-to-fixed-fixed {
    margin-top: 0;
  }
}
/*
 * header-type.less
 * -----------------------------------------------
*/
header#header.header-layout-type-header-2rows .menuzord-menu {
  float: right;
}
header#header.header-layout-type-header-2rows .nav-side-icon-list {
  float: right;
}
header#header.header-layout-type-header-3rows .header-nav {
  border-top: 1px solid #eee;
}
header#header.header-layout-type-header-3rows .site-brand {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  header#header.header-layout-type-header-3rows .site-brand img {
    margin-bottom: 30px;
  }
}
header#header.header-layout-type-header-3rows .nav-side-icon-list {
  float: right;
}
@media only screen and (max-width: 1079px) {
  header#header.header-layout-type-header-3rows .nav-side-icon-list {
    float: left;
  }
}
@media only screen and (max-width: 1079px) {
  header#header.header-layout-type-header-3rows .site-brand {
    display: block;
    float: none;
  }
}
header#header.header-layout-type-header-2rows-floating-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1111;
}
header#header.header-layout-type-header-2rows-floating-header .header-top {
  background-color: transparent;
}
header#header.header-layout-type-header-2rows-floating-header .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-container {
  background-color: transparent;
  box-shadow: none;
}
header#header.header-layout-type-header-2rows-floating-header .menuzord-menu {
  float: right;
}
header#header.header-layout-type-header-2rows-floating-header .nav-side-icon-list {
  float: right;
}
header#header.header-layout-type-header-logo-center .header-nav {
  border-top: 1px solid #eee;
}
header#header.header-layout-type-header-logo-center .site-brand {
  display: block;
  float: none;
  margin-top: 0;
}
header#header.header-layout-type-header-logo-center .nav-side-icon-list {
  float: right;
}
@media only screen and (max-width: 1079px) {
  header#header.header-layout-type-header-logo-center .nav-side-icon-list {
    float: left;
  }
}
header#header.header-layout-type-header-logo-menu-center .header-nav {
  border-top: 1px solid #eee;
}
header#header.header-layout-type-header-logo-menu-center .site-brand {
  display: block;
  float: none;
  margin-top: 0;
}
header#header.header-layout-type-header-logo-menu-center .menuzord-menu {
  float: none;
  text-align: left;
}
@media only screen and (min-width: 1080px) {
  header#header.header-layout-type-header-logo-menu-center .menuzord-menu {
    display: inline-block !important;
  }
}
header#header.header-layout-type-header-logo-menu-center .header-nav {
  text-align: center;
}
header#header.header-layout-type-header-logo-menu-center .top-nav-mini-cart-icon-container {
  text-align: left;
}
header#header.header-layout-type-header-mobile-nav .site-brand {
  float: none;
}
/*
 * page-title.less
 * -----------------------------------------------
*/
.page-title {
  background-color: #333;
}
.page-title .container,
.page-title .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-title .padding-default {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-title .padding-extra-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-title .padding-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-title .padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-title .padding-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-title .padding-extra-large {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-title .title {
  color: #f5f5f5;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
}
.page-title .subtitle {
  color: #aaa;
  font-weight: 400;
  margin: 0;
}
.page-title .breadcrumbs {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.page-title .breadcrumbs > span {
  margin: 0 12px 10px 0;
}
.page-title .breadcrumbs span a {
  color: #ddd;
}
.page-title .breadcrumbs span a:hover {
  color: #6a6a6a;
}
.page-title .breadcrumbs .active {
  color: #fff;
}
.page-title.text-inverted .title {
  color: #222;
}
.page-title.text-inverted .subtitle {
  color: #555;
}
.page-title.text-inverted .breadcrumbs span a {
  color: #555;
}
.page-title.text-inverted .breadcrumbs span a:hover {
  color: #151515;
}
.page-title.text-inverted .breadcrumbs .active {
  color: #808080;
}
/*
 *	boxed-layout.less
 * -----------------------------------------------
*/
@media (min-width: 1300px) {
  body.container-1230px .container {
    width: 1230px;
  }
}
@media (min-width: 1400px) {
  body.container-1340px .container {
    width: 1340px;
  }
}
@media (min-width: 1000px) {
  body.container-970px .container {
    width: 970px;
  }
}
body.container-100pr .container,
body.container-100pr .container-fluid {
  width: 100%;
}
.boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.boxed-layout.layer-overlay:before {
  z-index: -1;
}
.boxed-layout #wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .boxed-layout #wrapper {
    width: calc(1170px);
  }
}
.boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1300px) {
  .boxed-layout.container-1230px #wrapper {
    width: calc(1230px);
  }
}
.boxed-layout.container-1230px .container,
.boxed-layout.container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.boxed-layout.container-1230px .container .container,
.boxed-layout.container-1230px .container-fluid .container,
.boxed-layout.container-1230px .container .container-fluid,
.boxed-layout.container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .boxed-layout.container-1340px #wrapper {
    width: calc(1340px);
  }
}
.boxed-layout.container-1340px .container,
.boxed-layout.container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.boxed-layout.container-1340px .container .container,
.boxed-layout.container-1340px .container-fluid .container,
.boxed-layout.container-1340px .container .container-fluid,
.boxed-layout.container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1000px) {
  .boxed-layout.container-970px #wrapper {
    width: calc(970px);
  }
}
.boxed-layout.container-970px .container,
.boxed-layout.container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.boxed-layout.container-970px .container .container,
.boxed-layout.container-970px .container-fluid .container,
.boxed-layout.container-970px .container .container-fluid,
.boxed-layout.container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.boxed-layout.container-100pr #wrapper {
  width: 95%;
}
.boxed-layout.container-100pr #wrapper .container,
.boxed-layout.container-100pr #wrapper .container-fluid {
  width: 100%;
}
.boxed-layout.container-shadow #wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
  box-shadow: 0 0 25px 0 #777;
}
.boxed-layout .header,
.boxed-layout section,
.boxed-layout .footer {
  background-color: #fff;
}
.boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
@media only screen and (max-width: 991px) {
  .boxed-layout {
    padding-top: 15px;
  }
  .boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*
 * form.less
 * -----------------------------------------------
*/
.select2 .selection .select2-selection {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  height: 38px;
  padding: 4px;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  color: #888;
  line-height: 28px;
}
.select2 .selection .select2-selection .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 20px;
}
.form-control {
  -moz-appearance: none;
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 0;
  color: #777;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  height: 38px;
  line-height: 1.65;
  max-width: 100%;
  padding: 6px 12px;
}
.form-control:focus {
  border-color: #a9a9a9;
  box-shadow: none;
  outline: 0 none;
}
/*
 *	box-hover-effect.less
 * -----------------------------------------------
*/
.box-hover-effect {
  display: inline-block;
  vertical-align: middle;
}
.box-hover-effect .effect-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  /* Icons Holder */
  /* Icons Holder middle */
  /* Icons Holder top left */
  /* Icons Holder top right */
  /* Icons Holder bottom left */
  /* Icons Holder bottom right */
  /* Text Holder */
  /* Text Holder middle */
  /* Text Holder top */
  /* Text Holder bottom */
}
.box-hover-effect .effect-wrapper .thumb {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 10px, transparent);
}
.box-hover-effect .effect-wrapper .hover-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: none!important;
  color: transparent!important;
  z-index: 11;
}
.box-hover-effect .effect-wrapper .overlay-shade {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-hover-effect .effect-wrapper .overlay-shade.shade-white {
  background-color: #fff;
}
.box-hover-effect .effect-wrapper .icons-holder {
  display: inline-block;
  opacity: 0;
  position: absolute;
  z-index: 13;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner {
  position: relative;
  margin: 0;
}
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .icons-holder-middle {
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 40%;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner {
  display: inline-block;
  vertical-align: middle;
}
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .icons-holder-top-left {
  top: -20%;
  left: 0;
  padding: 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-top-left .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-top-right {
  top: -20%;
  right: 0;
  padding: 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-top-right .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-left {
  bottom: -20%;
  left: 0;
  padding: 5px 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-left .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-right {
  bottom: -20%;
  right: 0;
  padding: 5px 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-right .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .text-holder {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 13;
}
.box-hover-effect .effect-wrapper .text-holder .title {
  color: #fff;
}
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner2 {
  display: table-cell;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.box-hover-effect .effect-wrapper .overlay-shade.shade-white + .text-holder .title {
  color: #333;
}
.box-hover-effect .effect-wrapper .text-holder-middle {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 30%;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .text-holder-top {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -40px;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .text-holder-bottom {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  bottom: -40px;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .text-holder-top-left {
  left: 0;
  padding: 5px 15px;
  top: -40px;
  width: auto;
}
.box-hover-effect .effect-wrapper .text-holder-top-right {
  right: 0;
  padding: 5px 15px;
  top: -40px;
  width: auto;
}
.box-hover-effect .effect-wrapper .text-holder-bottom-left {
  left: 0;
  padding: 5px 15px;
  bottom: -40px;
  width: auto;
}
.box-hover-effect .effect-wrapper .text-holder-bottom-right {
  right: 0;
  padding: 5px 15px;
  bottom: -40px;
  width: auto;
}
.box-hover-effect:hover .effect-wrapper .thumb {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.box-hover-effect:hover .effect-wrapper .overlay-shade {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.box-hover-effect:hover .effect-wrapper .icons-holder {
  opacity: 1;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-middle {
  top: 45%;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-top-left {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-top-right {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-left {
  bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-right {
  bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .text-holder {
  opacity: 1;
}
.box-hover-effect:hover .effect-wrapper .text-holder-middle {
  top: 40%;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top {
  top: 20px;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom {
  bottom: 20px;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top-left {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top-right {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-left {
  bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-right {
  bottom: 2%;
}
.shadow-overlay {
  background-image: url("../images/shadow-overlay.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
/* Individual effects */
/* Individual effect = image-zoom-in */
.box-hover-effect.image-zoom-in .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.box-hover-effect.image-zoom-in:hover .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* Individual effect = image-zoom-out */
.box-hover-effect.image-zoom-out .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.box-hover-effect.image-zoom-out:hover .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Individual effect = london */
.box-hover-effect.effect-london .text-holder {
  top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect.effect-london:hover .text-holder {
  top: 0;
}
/* Individual effect = rome */
.box-hover-effect.effect-rome:hover .text-holder {
  top: auto;
  bottom: 0;
}
/* Individual effect = paris */
.box-hover-effect.effect-paris:hover .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.box-hover-effect.effect-paris .text-holder {
  background: #333;
  padding: 5px 15px 5px;
  top: auto;
  bottom: -30px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect.effect-paris:hover .text-holder {
  top: auto;
  bottom: 0;
}
/* Individual effect = barlin */
.box-hover-effect.effect-barlin:hover .thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.box-hover-effect.effect-barlin .text-holder-middle {
  bottom: 0;
  padding: 50px;
  top: 0;
}
.box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title1 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title2 {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.box-hover-effect.effect-barlin:hover .text-holder-middle {
  top: 0;
}
.box-hover-effect.effect-barlin:hover .text-holder-middle .text_holder_inner .text_holder_inner2 .title1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.box-hover-effect.effect-barlin:hover .text-holder-middle .text_holder_inner .text_holder_inner2 .title2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.box-hover-effect.effect-barlin .hover-link {
  z-index: 13;
}
/*
 * isotope-layout.less
 * -----------------------------------------------
*/
/* -------- Isotop Filter ---------- */
.isotope-layout-filter {
  margin-bottom: 30px;
}
.isotope-layout-filter a {
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px 10px;
  padding: 8px 20px 6px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  border: 2px solid;
  border-color: transparent;
}
.isotope-layout-filter a.active,
.isotope-layout-filter a:focus,
.isotope-layout-filter a:hover {
  color: #fff;
  background: #343434;
}
.isotope-layout-filter.filter-style-2 a {
  border-color: #343434;
}
.isotope-layout-filter.filter-style-3 a {
  border-color: #eee;
}
.isotope-layout-filter.filter-style-4 a {
  background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-4 a.active,
.isotope-layout-filter.filter-style-4 a:focus,
.isotope-layout-filter.filter-style-4 a:hover {
  background: #343434;
}
.isotope-layout-filter.filter-style-5 a {
  border-radius: 7px;
}
.isotope-layout-filter.filter-style-6 a {
  border-radius: 7px;
  border-color: #343434;
}
.isotope-layout-filter.filter-style-7 a {
  border-radius: 7px;
  border-color: #eee;
}
.isotope-layout-filter.filter-style-8 a {
  border-radius: 7px;
  background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-8 a.active,
.isotope-layout-filter.filter-style-8 a:focus,
.isotope-layout-filter.filter-style-8 a:hover {
  background: #343434;
}
.isotope-layout-filter.filter-style-9 a {
  border-width: 2px;
  border-radius: 30px;
}
.isotope-layout-filter.filter-style-10 a {
  border-width: 2px;
  border-radius: 30px;
  border-color: #343434;
}
.isotope-layout-filter.filter-style-11 a {
  border-width: 2px;
  border-radius: 30px;
  border-color: #eee;
}
.isotope-layout-filter.filter-style-12 a {
  border-width: 2px;
  border-radius: 30px;
  background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-12 a.active,
.isotope-layout-filter.filter-style-12 a:focus,
.isotope-layout-filter.filter-style-12 a:hover {
  background: #343434;
}
.isotope-layout-filter.filter-style-13 a {
  border-width: 2px;
  border-radius: 15px 0;
}
.isotope-layout-filter.filter-style-14 a {
  border-width: 2px;
  border-radius: 15px 0;
  border-color: #343434;
}
.isotope-layout-filter.filter-style-15 a {
  border-width: 2px;
  border-radius: 15px 0;
  border-color: #eee;
}
.isotope-layout-filter.filter-style-16 a {
  border-width: 2px;
  border-radius: 15px 0;
  background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-16 a.active,
.isotope-layout-filter.filter-style-16 a:focus,
.isotope-layout-filter.filter-style-16 a:hover {
  background: #343434;
}
.isotope-layout-filter.filter-style-flat a {
  margin-left: 20px;
  padding: 0;
  background: none;
  border-bottom: 1px solid transparent;
}
.isotope-layout-filter.filter-style-flat a.active,
.isotope-layout-filter.filter-style-flat a:focus,
.isotope-layout-filter.filter-style-flat a:hover {
  color: #333;
  border-bottom-color: #333;
}
.isotope-layout-filter.filter-style-flat a:first-child {
  margin-left: 0;
}
.isotope-layout-filter.btn-group a {
  background-color: #fcfcfc;
}
.isotope-layout-filter.btn-group a.active,
.isotope-layout-filter.btn-group a:focus,
.isotope-layout-filter.btn-group a:hover {
  box-shadow: none;
  background-color: #444;
  color: #fff;
}
/* -------- Isotop Sorter ---------- */
.isotope-layout-sorter {
  margin-bottom: 30px;
}
.isotope-layout-sorter a {
  background-color: #fcfcfc;
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}
.isotope-layout-sorter a.active,
.isotope-layout-sorter a:hover {
  box-shadow: none;
  background-color: #444;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .isotope-layout-sorter a {
    margin-bottom: 10px;
  }
}
/* -------- Isotop Gallery ---------- */
.isotope-layout {
  /* by default 4 grids */
  /*portfolio 2 grids*/
  /*portfolio 2 grids*/
  /*portfolio 3 grids*/
  /*portfolio 4 grids*/
  /*portfolio 5 grids*/
  /*portfolio 6 grids*/
  /*portfolio 7 grids*/
  /*portfolio 8 grids*/
  /*portfolio 9 grids*/
  /*portfolio 10 grids*/
  /*gutter*/
}
.isotope-layout .isotope-item {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  float: left;
  width: 25%;
  /* item sizer */
}
.isotope-layout .isotope-item.wide {
  width: 50%;
}
.isotope-layout .isotope-item.isotope-item-sizer {
  padding: 0 !important;
  margin-bottom: 0 !important;
  width: 25%;
}
.isotope-layout .isotope-item.isotope-item-sizer.wide {
  width: 50%;
}
.isotope-layout.grid-1 .isotope-item {
  width: 100%;
}
.isotope-layout.grid-1 .isotope-item.wide {
  width: 100%;
}
.isotope-layout.grid-2 .isotope-item {
  width: 50%;
}
.isotope-layout.grid-2 .isotope-item.wide {
  width: 100%;
}
.isotope-layout.grid-3 .isotope-item {
  width: 33.333%;
}
.isotope-layout.grid-3 .isotope-item.wide {
  width: 66.6667%;
}
.isotope-layout.grid-4 .isotope-item {
  width: 25%;
}
.isotope-layout.grid-4 .isotope-item.wide {
  width: 50%;
}
.isotope-layout.grid-5 .isotope-item {
  width: 20%;
}
.isotope-layout.grid-5 .isotope-item.wide {
  width: 40%;
}
.isotope-layout.grid-6 .isotope-item {
  width: 16.666666667%;
}
.isotope-layout.grid-6 .isotope-item.wide {
  width: 33.333%;
}
.isotope-layout.grid-7 .isotope-item {
  width: 14.2857143%;
}
.isotope-layout.grid-7 .isotope-item.wide {
  width: 28.5714286%;
}
.isotope-layout.grid-8 .isotope-item {
  width: 12.5%;
}
.isotope-layout.grid-8 .isotope-item.wide {
  width: 25%;
}
.isotope-layout.grid-9 .isotope-item {
  width: 11.11%;
}
.isotope-layout.grid-9 .isotope-item.wide {
  width: 22.22%;
}
.isotope-layout.grid-10 .isotope-item {
  width: 10%;
}
.isotope-layout.grid-10 .isotope-item.wide {
  width: 20%;
}
.isotope-layout.gutter .isotope-item {
  padding: 0 5px 10px;
}
.isotope-layout.gutter-0 .isotope-item {
  padding: 0;
}
.isotope-layout.gutter-2 .isotope-item {
  padding: 0 2px 4px;
}
.isotope-layout.gutter-5 .isotope-item {
  padding: 0 5px 10px;
}
.isotope-layout.gutter-10 .isotope-item {
  padding: 0 10px 20px;
}
.isotope-layout.gutter-15 .isotope-item {
  padding: 0 15px 30px;
}
.isotope-layout.gutter-20 .isotope-item {
  padding: 0 20px 40px;
}
.isotope-layout.gutter-30 .isotope-item {
  padding: 0 30px 60px;
}
.isotope-layout.gutter-40 .isotope-item {
  padding: 0 40px 80px;
}
.isotope-layout.gutter-50 .isotope-item {
  padding: 0 50px 100px;
}
.isotope-layout.gutter-60 .isotope-item {
  padding: 0 60px 120px;
}
/* -------- Isotop Item Media Query ---------- */
@media only screen and (max-width: 991px) {
  .isotope-layout .isotope-item {
    width: 33.333% !important;
  }
  .isotope-layout .isotope-item.wide {
    width: 66.6667% !important;
  }
}
@media only screen and (max-width: 767px) {
  .isotope-layout .isotope-item {
    width: 50% !important;
  }
  .isotope-layout .isotope-item.wide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  .isotope-layout .isotope-item {
    width: 100% !important;
  }
  .isotope-layout .isotope-item.wide {
    width: 100% !important;
  }
}
/*
 * owl-carousel.less
 * -----------------------------------------------
*/
.owl-carousel {
  /* owl dots */
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #D6D6D6;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px 3px;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 12px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-nav button {
  border-radius: 0;
  display: block;
  margin: 0;
  position: absolute;
  opacity: 0.4;
  top: 43%;
  z-index: 6;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.owl-carousel .owl-nav button i {
  color: #555;
  vertical-align: middle;
  font-size: 16px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: rgba(240, 240, 240, 0.8) !important;
  padding: 10px !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: rgba(240, 240, 240, 0.8) !important;
  padding: 10px !important;
}
.owl-carousel:hover .owl-nav > button {
  opacity: 1;
}
/* Owl Dots	*/
.owl-dots-bottom-right .owl-dots {
  bottom: -10px;
  position: absolute;
  right: 0;
}
.owl-dots-center-bottom .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
/*
 * slider.less
 * -----------------------------------------------
*/
/*
 * about.less
 * -----------------------------------------------
*/
.elevate {
  -webkit-transform: translate(0px, -45%) !important;
  -ms-transform: translate(0px, -45%) !important;
  -o-transform: translate(0px, -45%) !important;
  transform: translate(0px, -45%) !important;
}
@media (max-width: 767px) {
  .elevate {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
    margin-bottom: 64px !important;
    margin-top: 0 !important;
  }
}
/*
 * 404.less
 * -----------------------------------------------
*/
.page-404-wrapper.page-404-wrapper-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-404-wrapper .page-404-main-content {
  margin-bottom: 25px;
}
.page-404-wrapper .page-404-main-content .title {
  font-size: 128px;
  line-height: 1;
  margin-top: 0;
}
.page-404-wrapper .search-box {
  margin-bottom: 25px;
}
.page-404-wrapper .search-box .paragraph {
  margin-bottom: 15px;
}
.page-404-wrapper .helpful-links {
  margin-bottom: 25px;
}
.page-404-wrapper .helpful-links ul li a {
  font-size: 13px;
}
/*
 * contact.less
 * -----------------------------------------------
*/
/*
 * archive.less
 * -----------------------------------------------
*/
body.archive .main-content-area article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}
/*
 * portfolio.less
 * -----------------------------------------------
*/
/*
 * portfolio-archive.less
 * -----------------------------------------------
*/
.portfolio-archive .portfolio-item .title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.portfolio-archive .portfolio-item .content {
  margin-top: 5px;
}
.portfolio-archive .portfolio-item .category {
  font-size: 12px;
  margin-bottom: 0;
}
.portfolio-archive .portfolio-item .tag {
  font-size: 12px;
  margin-bottom: 0;
}
.portfolio-archive .portfolio-item .date {
  font-size: 12px;
}
.portfolio-archive .portfolio-item .entry-meta i,
.portfolio-archive .portfolio-item .entry-meta a {
  font-size: 12px;
}
.portfolio-archive .effect-wrapper .date {
  margin-bottom: 0;
}
.portfolio-archive .effect-wrapper ul li {
  margin-bottom: 0;
}
.portfolio-archive.portfolio-type-default .title {
  margin: 0;
}
.portfolio-archive.portfolio-type-paris .entry-meta {
  margin-top: 10px;
}
.portfolio-archive.portfolio-type-paris .entry-meta li {
  margin-top: 0;
}
.portfolio-archive.portfolio-type-paris .content {
  margin-top: 0;
}
.portfolio-archive.portfolio-type-barlin .entry-meta {
  margin-top: 10px;
}
.portfolio-archive.portfolio-type-barlin .entry-meta li {
  margin-top: 0;
}
.portfolio-archive.portfolio-type-barlin .content {
  margin-top: 0;
}
/*
 * portfolio-single.less
 * -----------------------------------------------
*/
body.single-portfolio .portfolio-single .portfolio-container {
  margin-bottom: 60px;
}
body.single-portfolio .portfolio-single .pre-next-post-link {
  border-top: 1px solid #eee;
  padding: 30px 0;
}
body.single-portfolio .portfolio-single .back-to-portfolio {
  font-size: 32px;
}
body.single-portfolio .portfolio-single.small-image .portfolio-images img {
  margin-bottom: 10px;
}
body.single-portfolio .portfolio-single.big-image .portfolio-images img {
  margin-bottom: 10px;
}
/*
 * shop loader.less
 * -----------------------------------------------
*/
/**
 * WooCommerce CSS Variables
 */
/*
 * shop-archive.less
 * -----------------------------------------------
*/
/* woocommerce css */
.woocommerce {
  /**
	 * Result Count
	 */
  /**
	 * Ordering & Perpage Select Field
	 */
}
.woocommerce .product .price {
  color: #77a464;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .product .price ins {
  text-decoration: none;
}
.woocommerce .product .price del {
  color: #aaa;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 400;
}
.woocommerce .products {
  /**
		 * Buttons
		 */
}
.woocommerce .products .product-title {
  font-size: 18px;
  margin: 2px 0;
}
.woocommerce .products .product-categories {
  color: #777;
  font-size: 13px;
}
.woocommerce .products .product-categories a {
  margin-right: 2px;
}
.woocommerce .products .thumb.image-swap .attachment-woocommerce_thumbnail,
.woocommerce .products .thumb.image-swap .wp-post-image {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.woocommerce .products .thumb.image-swap .product-hover-image {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.woocommerce .products .thumb.image-gallery .attachment-woocommerce_thumbnail,
.woocommerce .products .thumb.image-gallery .wp-post-image {
  display: none;
}
.woocommerce .products .product:hover .thumb.image-swap .attachment-woocommerce_thumbnail,
.woocommerce .products .product:hover .thumb.image-swap .wp-post-image {
  opacity: 0;
}
.woocommerce .products a.button,
.woocommerce .products button.button,
.woocommerce .products input.button,
.woocommerce .products #respond input#submit {
  position: relative;
}
.woocommerce .products a.button.loading,
.woocommerce .products button.button.loading,
.woocommerce .products input.button.loading,
.woocommerce .products #respond input#submit.loading {
  opacity: 0.85;
  padding-right: 2.618em;
}
.woocommerce .products a.button.loading::after,
.woocommerce .products button.button.loading::after,
.woocommerce .products input.button.loading::after,
.woocommerce .products #respond input#submit.loading::after {
  content: "\f110";
  font-family: fontawesome;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 0.5em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce .products a.button.added::after,
.woocommerce .products button.button.added::after,
.woocommerce .products input.button.added::after,
.woocommerce .products #respond input#submit.added::after {
  content: "\f00c";
  font-family: fontawesome;
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce .products a.added_to_cart {
  color: #333;
  padding-top: 0.5em;
  white-space: nowrap;
  display: inline-block;
}
.woocommerce .woocommerce-result-count {
  display: block;
  float: left;
  color: #666;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  height: 36px;
  line-height: 36px;
  margin-right: 6px;
  padding: 0 1em;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-perpage select,
.woocommerce .variations_form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  color: #666;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  height: 36px;
  background-image: url("../images/dropdown-icon.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 26px auto;
  cursor: pointer;
  padding: 0 30px 0 15px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-perpage {
  float: right;
  margin-right: 0;
}
.woocommerce .woocommerce-perpage select {
  margin-left: 10px;
}
.woocommerce .yith-wcqv-button {
  float: right;
}
#yith-quick-view-modal #yith-quick-view-content {
  padding: 15px;
}
/*
 * shop-isotope-layout.less
 * -----------------------------------------------
*/
/* box hover effects */
.woocommerce .isotope-layout.products .product.box-hover-effect {
  /* effect default */
  /* effect standard */
  /* on hover */
}
.woocommerce .isotope-layout.products .product.box-hover-effect.effect-default .product-details {
  border: 1px solid #eee;
  padding: 15px 20px;
}
.woocommerce .isotope-layout.products .product.box-hover-effect.effect-standard .add_to_cart_button {
  background-color: #333;
  color: #fff;
}
.woocommerce .isotope-layout.products .product.box-hover-effect.effect-standard .add_to_cart_button:hover {
  background-color: #222;
}
.woocommerce .isotope-layout.shop-archive .isotope-item {
  padding-left: 0;
}
/*
 * shop-single.less
 * -----------------------------------------------
*/
.woocommerce div.product .product_title {
  margin-top: 0;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations td {
  border: none;
  padding-bottom: 0;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations td.variations-label {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
  width: 21%;
}
.woocommerce div.product form.cart .variations label {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.woocommerce div.product form.cart .variations .reset_variations {
  font-size: 11px;
  margin-left: 10px;
  text-decoration: none;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  margin: 25px 0;
}
.woocommerce div.product form.cart .quantity {
  float: left;
  margin-right: 20px;
}
.woocommerce div.product .product_meta {
  font-size: 14px;
}
.woocommerce div.product .product_meta .sku_wrapper {
  color: #777;
  display: block;
}
.woocommerce div.product .product_meta .sku_wrapper .sku {
  color: #333;
  font-weight: 600;
}
.woocommerce div.product .product_meta > span {
  color: #777;
  display: block;
}
.woocommerce div.product .product_meta > span a {
  color: #333;
  font-size: 0.90em;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery {
  margin-bottom: 3em;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .zoomImg {
  background-color: #fff;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  float: left;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img {
  opacity: .5;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img:hover {
  opacity: 1;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide img {
  opacity: 1;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img:hover,
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery img {
  display: block;
}
.woocommerce div.product.single-product-plain-image .woocommerce-product-gallery .woocommerce-product-gallery__image,
.woocommerce div.product.single-product-sticky-side-text .woocommerce-product-gallery .woocommerce-product-gallery__image {
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery__trigger {
  background: rgba(255, 255, 255, 0.7);
  box-sizing: content-box;
  height: 36px;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 10px;
  width: 36px;
  z-index: 10;
}
.woocommerce div.product .woocommerce-product-gallery__trigger:hover {
  background: rgba(255, 255, 255, 0.6);
}
.woocommerce div.product .woocommerce-product-gallery__trigger:before {
  border: 2px solid #333;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 10px;
}
.woocommerce div.product .woocommerce-product-gallery__trigger:after {
  background: #333;
  border-radius: 6px;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 10px;
  left: 23px;
  position: absolute;
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 2px;
}
.woocommerce div.product .woocommerce-tabs {
  clear: both;
  padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs {
  border-bottom: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li.active a,
.woocommerce div.product .woocommerce-tabs .nav-tabs li.active a:hover,
.woocommerce div.product .woocommerce-tabs .nav-tabs li.active a:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: transparent transparent #1296cc;
  border-width: 2px;
  color: #1296cc;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li > a {
  border: 2px solid transparent;
  font-weight: 600;
  height: 36px;
  margin-right: 16px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li > a .fa {
  margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li > a:hover,
.woocommerce div.product .woocommerce-tabs .nav-tabs li > a:focus {
  border: 2px solid transparent;
  color: #1296cc;
}
.woocommerce div.product .woocommerce-tabs .tab-content {
  padding-bottom: 0;
  padding-left: 0;
  border: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs .tab-content .tab-pane {
  margin-bottom: 0;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 18px;
  padding-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist {
  list-style: outside none none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment .meta {
  font-size: 13px;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment .meta .woocommerce-review__author {
  color: #333;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-reply-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce div.product .summary .price {
  font-size: 24px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description {
  font-size: 15px;
}
.woocommerce div.product .summary .woocommerce-review-link {
  font-size: 12px;
}
/*
 * shop-sidebar.less
 * -----------------------------------------------
*/
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  border: 1px solid #c0c0c0;
  height: 42px;
  padding: 5px 10px 5px 20px;
  width: 100%;
  border-radius: 0;
}
.woocommerce-product-search input[type="submit"] {
  background: #333;
  border: none;
  color: #fff;
  height: 100%;
  left: auto;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-product-search input[type="submit"]:hover {
  background: #111;
}
/*
 * shop-mini-cart.less
 * -----------------------------------------------
*/
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents {
  position: relative;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon {
  color: #555;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
  position: relative;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  height: 18px;
  line-height: 18px;
  margin-right: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 18px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .cart-quick-info {
  display: none;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  left: auto;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(175%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  width: 300px;
  z-index: 1000;
}
@media only screen and (max-width: 1079px) {
  .top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
    top: calc(154%);
  }
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content ul {
  list-style: none;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart-subtotal {
  padding: 10px 0;
  text-align: center;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item a {
  color: #444;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item a.remove {
  color: #e81123;
  float: left;
  font-size: 16px;
  font-weight: 800;
  margin-left: 0;
  margin-right: 6px;
  position: relative;
  top: -4px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item .attachment-shop_thumbnail {
  width: 48px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover {
  color: #888;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
/*
 * shop-widgets.less
 * -----------------------------------------------
*/
ul.cart_list,
ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
ul.cart_list li,
ul.product_list_widget li {
  border-bottom: 1px solid #eee;
  padding: 4px 0 10px;
  margin: 0 0 10px;
  list-style: none;
}
ul.cart_list li:before,
ul.product_list_widget li:before,
ul.cart_list li:after,
ul.product_list_widget li:after {
  content: " ";
  display: table;
}
ul.cart_list li:after,
ul.product_list_widget li:after {
  clear: both;
}
ul.cart_list li a,
ul.product_list_widget li a {
  display: block;
  color: #444;
}
ul.cart_list li a.remove,
ul.product_list_widget li a.remove {
  color: #e81123;
  float: left;
  font-size: 16px;
  font-weight: 800;
  margin-left: 0;
  margin-right: 6px;
  position: relative;
  top: -4px;
}
ul.cart_list li .attachment-shop_thumbnail,
ul.product_list_widget li .attachment-shop_thumbnail {
  width: 64px;
}
ul.cart_list li img,
ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 50px;
  height: auto;
  box-shadow: none;
}
ul.cart_list li dl,
ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
ul.cart_list li dl:before,
ul.product_list_widget li dl:before,
ul.cart_list li dl:after,
ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
ul.cart_list li dl:after,
ul.product_list_widget li dl:after {
  clear: both;
}
ul.cart_list li dl dt,
ul.product_list_widget li dl dt,
ul.cart_list li dl dd,
ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
ul.cart_list li dl dt,
ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
ul.cart_list li dl dd,
ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
ul.cart_list li dl dd p:last-child,
ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
ul.cart_list li del,
ul.product_list_widget li del,
ul.cart_list li ins,
ul.product_list_widget li ins {
  font-weight: 600;
}
ul.cart_list li .woocommerce-Price-amount,
ul.product_list_widget li .woocommerce-Price-amount {
  color: #77a464;
}
ul.cart_list li ins,
ul.product_list_widget li ins {
  text-decoration: none;
}
ul.cart_list li del,
ul.product_list_widget li del {
  margin-right: 5px;
  font-weight: 400;
}
ul.cart_list li del .woocommerce-Price-amount,
ul.product_list_widget li del .woocommerce-Price-amount {
  color: #aaa;
}
ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
  float: none;
}
.widget.woocommerce {
  /**
	 * Cart sidebar
	 */
  /**
	 * Layered nav widget
	 */
  /**
	 * Price filter widget
	 */
  /**
	 * Rating Filter Widget
	 */
  /**
	 * Product tags
	 */
}
.widget.woocommerce .product-title {
  color: #333;
}
.widget.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  position: relative;
  padding-top: 0;
}
.widget.woocommerce.widget_shopping_cart .buttons:before,
.widget.woocommerce.widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.widget.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
}
.widget.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.widget.woocommerce.widget_shopping_cart .cart-subtotal {
  padding: 10px 0;
  text-align: center;
}
.widget.woocommerce.widget_product_categories .product-categories .cat-item .children {
  padding-left: 10px;
}
.widget.woocommerce.widget_product_categories .product-categories .cat-item .children li:last-child {
  padding-bottom: 0;
}
.widget.woocommerce.widget_product_categories .product-categories li {
  padding: 5px 0;
}
.widget.woocommerce.widget_product_categories .product-categories li a::after {
  content: "\f105";
  float: left;
  font-family: fontawesome;
  margin-right: 10px;
}
.widget.woocommerce.widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget.woocommerce.widget_layered_nav ul li {
  padding: 5px 0;
  list-style: none;
}
.widget.woocommerce.widget_layered_nav ul li:before,
.widget.woocommerce.widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.widget.woocommerce.widget_layered_nav ul li:after {
  clear: both;
}
.widget.woocommerce.widget_layered_nav ul li a,
.widget.woocommerce.widget_layered_nav ul li span {
  padding: 1px 0;
}
.widget.woocommerce.widget_layered_nav ul li a::after {
  content: "\f105";
  float: left;
  font-family: fontawesome;
  margin-right: 10px;
}
.widget.woocommerce.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.widget.woocommerce.widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.widget.woocommerce.widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.widget.woocommerce.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .from,
.widget.woocommerce.widget_price_filter .price_slider_amount .to {
  color: #77a464;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  line-height: 1.38;
  padding: 5px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  float: left;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  background-color: #333;
  color: #fff;
}
.widget.woocommerce.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  margin-left: -0.5em;
}
.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: #eee;
  border: 0;
}
.widget.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget.woocommerce.widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.widget.woocommerce.widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.widget.woocommerce.widget_rating_filter ul li:before,
.widget.woocommerce.widget_rating_filter ul li:after {
  content: " ";
  display: table;
}
.widget.woocommerce.widget_rating_filter ul li:after {
  clear: both;
}
.widget.woocommerce.widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.widget.woocommerce.widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.widget.woocommerce.widget_rating_filter ul li.chosen a::before {
  color: #777;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud > a {
  background-color: rgba(0, 0, 0, 0.05);
  border: medium none;
  border-radius: 2px;
  color: #444;
  display: inline-block;
  font-size: 12px !important;
  margin: 3px 2px;
  padding: 4px 8px 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud > a:hover {
  background: #333;
  color: #fff;
}
/*
 * shop-cart-checkout.less
 * -----------------------------------------------
*/
/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 64px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 64px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table > thead > tr > th,
.woocommerce-checkout table > thead > tr > th,
#add_payment_method table > thead > tr > th,
.woocommerce-cart table > tbody > tr > th,
.woocommerce-checkout table > tbody > tr > th,
#add_payment_method table > tbody > tr > th,
.woocommerce-cart table > tfoot > tr > th,
.woocommerce-checkout table > tfoot > tr > th,
#add_payment_method table > tfoot > tr > th {
  color: #444;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button,
#add_payment_method .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #eee;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 #ship-to-different-address,
.woocommerce-checkout .checkout .col-2 #ship-to-different-address,
#add_payment_method .checkout .col-2 #ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #f1f1f1;
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d5d5d5;
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:before,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e1e1e1;
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #e1e1e1;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
/*
 * shop-common.less
 * -----------------------------------------------
*/
.woocommerce {
  /**
	 * Star ratings
	 */
}
.woocommerce .product {
  /* Added to Cart Button */
}
.woocommerce .product a.added_to_cart {
  background: #f5f5f5;
  border-radius: 2px;
  color: #333;
  font-size: 11px;
  margin-left: 5px;
  padding: 4px 11px;
}
.woocommerce .product a.added_to_cart:hover {
  background-color: #eee;
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 4.6em;
}
.woocommerce .star-rating::before {
  content: "\f006\f006\f006\f006\f006";
  color: #d3ced2;
  font-family: fontawesome;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  color: #f9ca63;
  font-family: fontawesome;
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating:before,
.woocommerce .woocommerce-product-rating:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before,
.woocommerce #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  color: #d3ced2;
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: fontawesome;
  content: '\f006';
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a {
  color: #d3ced2;
}
.woocommerce p.stars a:hover ~ a::before {
  content: '\f006';
}
.woocommerce p.stars:hover a {
  color: #f9ca63;
}
.woocommerce p.stars:hover a::before {
  content: '\f005';
}
.woocommerce p.stars.selected a.active {
  color: #f9ca63;
}
.woocommerce p.stars.selected a.active::before {
  content: '\f005';
}
.woocommerce p.stars.selected a.active ~ a {
  color: #d3ced2;
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: '\f006';
}
.woocommerce p.stars.selected a:not( .active ) {
  color: #f9ca63;
}
.woocommerce p.stars.selected a:not( .active )::before {
  content: '\f005';
}
.woocommerce .woocommerce-cart-form .quantity .qty,
.woocommerce .cart .quantity .qty,
.woocommerce .woocommerce-cart-form .quantity .minus,
.woocommerce .cart .quantity .minus,
.woocommerce .woocommerce-cart-form .quantity .plus,
.woocommerce .cart .quantity .plus {
  background: #F7F7F7;
  -moz-appearance: textfield;
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #e4e4e4;
  display: block;
  float: left;
  padding: 3px 10px;
}
.woocommerce .woocommerce-cart-form .quantity .minus,
.woocommerce .cart .quantity .minus {
  border-right: 1px solid transparent;
  padding: 3px 12px;
}
.woocommerce .woocommerce-cart-form .quantity .plus,
.woocommerce .cart .quantity .plus {
  border-left: 1px solid transparent;
}
.woocommerce .woocommerce-cart-form .quantity .qty,
.woocommerce .cart .quantity .qty {
  background: #fff none repeat scroll 0 0;
  text-align: center;
  width: 48px;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
/* Sale Badge */
.woocommerce .product .onsale {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #333;
  text-align: center;
  color: #fff;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  z-index: 14;
}
.woocommerce.single-product .product .onsale {
  right: auto;
  left: 25px;
}
/*
 * shop-checkout.less
 * -----------------------------------------------
*/
/*
 * shop-my-account.less
 * -----------------------------------------------
*/
.woocommerce-MyAccount-navigation .list-group li.is-active {
  background-color: #eee;
}
/*
 * shop-css.less
 * -----------------------------------------------
*/
.shop_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid #ddd;
}
.shop_table > thead > tr > th,
.shop_table > tbody > tr > th,
.shop_table > tfoot > tr > th,
.shop_table > thead > tr > td,
.shop_table > tbody > tr > td,
.shop_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.shop_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.shop_table > caption + thead > tr:first-child > th,
.shop_table > colgroup + thead > tr:first-child > th,
.shop_table > thead:first-child > tr:first-child > th,
.shop_table > caption + thead > tr:first-child > td,
.shop_table > colgroup + thead > tr:first-child > td,
.shop_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.shop_table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.shop_table table {
  background-color: #fff;
}
.shop_table > thead > tr > th,
.shop_table > tbody > tr > th,
.shop_table > tfoot > tr > th,
.shop_table > thead > tr > td,
.shop_table > tbody > tr > td,
.shop_table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.shop_table > thead > tr > th,
.shop_table > thead > tr > td {
  border-bottom-width: 2px;
}
.shop_table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.woocommerce {
  /* @media screen and (-webkit-min-device-pixel-ratio: 0) {
	  input[type="date"],
	  input[type="time"],
	  input[type="datetime-local"],
	  input[type="month"] {
	    &.input-text {
	      line-height: @input-height-base;
	    }
	  }
	} */
}
.woocommerce .woocommerce-Input {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #d5d5d5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-appearance: none;
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 0;
  color: #777;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  height: 38px;
  line-height: 1.65;
  max-width: 100%;
  padding: 6px 12px;
}
.woocommerce .woocommerce-Input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce .woocommerce-Input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.woocommerce .woocommerce-Input:-ms-input-placeholder {
  color: #999;
}
.woocommerce .woocommerce-Input::-webkit-input-placeholder {
  color: #999;
}
.woocommerce .woocommerce-Input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.woocommerce .woocommerce-Input[disabled],
.woocommerce .woocommerce-Input[readonly],
fieldset[disabled] .woocommerce .woocommerce-Input {
  background-color: #eee;
  opacity: 1;
}
.woocommerce .woocommerce-Input[disabled],
fieldset[disabled] .woocommerce .woocommerce-Input {
  cursor: not-allowed;
}
textarea.woocommerce .woocommerce-Input {
  height: auto;
}
.woocommerce .woocommerce-Input:focus {
  border-color: #a9a9a9;
  box-shadow: none;
  outline: 0 none;
}
/*
 * blog loader.less
 * -----------------------------------------------
*/
/*
 * blog.less
 * -----------------------------------------------
*/
.main-content-area article {
  margin-bottom: 40px;
}
.main-content-area article .entry-title a {
  font-weight: 700;
}
.main-content-area article .entry-meta {
  font-size: 13px;
  margin-bottom: 10px;
  color: #999;
}
.main-content-area article .entry-meta i {
  margin-right: 5px;
}
.main-content-area article .entry-meta a,
.main-content-area article .entry-meta .sl-wrapper span {
  color: #999;
}
.main-content-area article .post-excerpt {
  margin-bottom: 20px;
}
.main-content-area article.sticky {
  background: #f5f5f5;
  padding: 30px;
}
.blog-posts .main-content-area article {
  padding-bottom: 40px;
  border-bottom: 2px solid #f5f5f5;
}
.blog-posts .main-content-area .entry-meta {
  font-size: 15px;
}
.isotope-layout .isotope-item article {
  margin-bottom: 0;
}
blockquote.highlighted-quote {
  background: #333;
  color: #f5f5f5;
}
blockquote .small,
blockquote footer,
blockquote small {
  color: #aaa;
}
blockquote.quote-icon:after {
  bottom: 0;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 48px;
  opacity: 0.2;
  position: absolute;
  right: 15px;
}
pre {
  background-color: #f0f5fc;
  border: 1px solid #e5eaf1;
}
@media only screen and (min-width: 768px) {
  .post-standard-1col-classic .entry-header {
    border-radius: 2px;
    float: left;
    margin-right: 25px;
    width: 45%;
  }
}
/* Top Nav Search Button & Form */
#top-nav-search-btn .search-icon {
  color: #555;
  font-size: 17px;
  line-height: 1;
  padding: 5px;
}
#top-nav-search-btn .search-icon:hover {
  color: #888;
}
@media only screen and (max-width: 1079px) {
  #top-nav-search-btn {
    margin-top: 12px;
  }
}
#top-nav-search-form {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99991;
}
#top-nav-search-form form {
  margin-bottom: 0;
}
#top-nav-search-form input[type="text"] {
  background: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #292929;
  font-size: 24px;
  height: 100%;
  left: 15px;
  line-height: normal;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 90%;
}
@media only screen and (max-width: 1079px) {
  #top-nav-search-form input[type="text"] {
    font-size: 18px;
    width: 80%;
  }
}
#top-nav-search-form #close-search-btn {
  color: #bbbbbb;
  float: right;
  font-size: 28px;
  line-height: 75px;
  margin: 0 15px 0 0;
  padding: 0;
}
#top-nav-search-form #close-search-btn:hover {
  color: #555;
}
@media only screen and (max-width: 1079px) {
  #top-nav-search-form #close-search-btn {
    line-height: 60px;
  }
}
/*
 * blog-single.less
 * -----------------------------------------------
*/
body.single .main-content-area article {
  margin-bottom: 0;
  border-bottom: none;
}
body.single .main-content-area article .entry-meta {
  padding: 15px 0;
  font-size: 15px;
}
body.single .main-content-area article .entry-meta li {
  position: relative;
  padding-left: 10px;
}
body.single .main-content-area article .entry-meta li i {
  margin: 0 5px 0 0;
  vertical-align: baseline;
}
body.single .main-content-area article .entry-meta li:after {
  content: '';
  width: 1px;
  height: 75%;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 3px;
}
body.single .main-content-area article .entry-meta li:first-child:after {
  display: none;
}
body.single .main-content-area article .entry-header .post-thumb {
  margin-bottom: 25px;
}
body.single .main-content-area article .entry-title {
  margin-top: 0;
}
body.single .main-content-area article .entry-content h1,
body.single .main-content-area article .entry-content h2,
body.single .main-content-area article .entry-content h3,
body.single .main-content-area article .entry-content h4,
body.single .main-content-area article .entry-content h5,
body.single .main-content-area article .entry-content h6,
body.single .main-content-area article .entry-content .h1,
body.single .main-content-area article .entry-content .h2,
body.single .main-content-area article .entry-content .h3,
body.single .main-content-area article .entry-content .h4,
body.single .main-content-area article .entry-content .h5,
body.single .main-content-area article .entry-content .h6 {
  margin-top: 30px;
}
body.single .main-content-area article .entry-content h1:first-child,
body.single .main-content-area article .entry-content h2:first-child,
body.single .main-content-area article .entry-content h3:first-child,
body.single .main-content-area article .entry-content h4:first-child,
body.single .main-content-area article .entry-content h5:first-child,
body.single .main-content-area article .entry-content h6:first-child,
body.single .main-content-area article .entry-content .h1:first-child,
body.single .main-content-area article .entry-content .h2:first-child,
body.single .main-content-area article .entry-content .h3:first-child,
body.single .main-content-area article .entry-content .h4:first-child,
body.single .main-content-area article .entry-content .h5:first-child,
body.single .main-content-area article .entry-content .h6:first-child {
  margin-top: 0;
}
body.single .main-content-area article .entry-content h1 a:hover,
body.single .main-content-area article .entry-content h2 a:hover,
body.single .main-content-area article .entry-content h3 a:hover,
body.single .main-content-area article .entry-content h4 a:hover,
body.single .main-content-area article .entry-content h5 a:hover,
body.single .main-content-area article .entry-content h6 a:hover,
body.single .main-content-area article .entry-content .h1 a:hover,
body.single .main-content-area article .entry-content .h2 a:hover,
body.single .main-content-area article .entry-content .h3 a:hover,
body.single .main-content-area article .entry-content .h4 a:hover,
body.single .main-content-area article .entry-content .h5 a:hover,
body.single .main-content-area article .entry-content .h6 a:hover {
  color: #000000;
}
body.single .main-content-area article .entry-content .post-content a,
body.single .main-content-area article .entry-content .post-excerpt a,
body.single .main-content-area article .entry-content .post-content p a,
body.single .main-content-area article .entry-content .post-excerpt p a {
  color: #337ab7;
}
body.single .main-content-area article .entry-content .post-content a:hover,
body.single .main-content-area article .entry-content .post-excerpt a:hover,
body.single .main-content-area article .entry-content .post-content p a:hover,
body.single .main-content-area article .entry-content .post-excerpt p a:hover {
  color: #080808;
  text-decoration: underline;
}
body.single .single-post-tags {
  margin: 0 0 30px;
}
body.single .single-post-tags span {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
body.single .single-post-tags li {
  margin: 5px 0;
}
body.single .single-post-tags a {
  background-color: #eee;
  border-radius: 3px;
  color: #777;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: capitalize;
}
body.single .single-post-tags a:hover {
  background-color: #555;
  color: #eee;
}
body.single .pre-next-post-link {
  border-bottom: 1px solid #eee;
  margin: 0 0 40px;
  padding: 10px 0 30px;
  vertical-align: middle;
}
body.single .pre-next-post-link .pre-post-link,
body.single .pre-next-post-link .next-post-link {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
body.single .pre-next-post-link .pre-post-link > *,
body.single .pre-next-post-link .next-post-link > * {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
body.single .pre-next-post-link .pre-post-link .title,
body.single .pre-next-post-link .next-post-link .title {
  margin-top: 0;
  margin-bottom: 0;
}
body.single .pre-next-post-link .pre-post-link a,
body.single .pre-next-post-link .next-post-link a {
  font-size: 13px;
}
body.single .pre-next-post-link .pre-post-link > a,
body.single .pre-next-post-link .next-post-link > a {
  font-size: 24px;
}
body.single .author-info {
  background: #f8f8f8;
  border: 1px solid #eee;
  margin: 0 0 40px;
  padding: 30px 30px 20px;
}
body.single .author-info .author-thumb {
  float: left;
  margin-right: 30px;
}
body.single .author-info .author-description {
  margin-left: 110px;
}
body.single .author-info .author-description .author-title .author-title-label {
  font-weight: bold;
}
body.single .author-info .author-description .author-email {
  font-size: 14px;
}
body.single .author-info .author-description .author-email a {
  color: #999;
}
body.single .author-info .author-description .author-text {
  font-size: 14px;
}
body.single .related-posts {
  margin: 0 0 40px;
}
body.single .related-posts .title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
body.single .related-posts article {
  background-color: #f8f8f8;
}
body.single .related-posts article .entry-header .post-thumb {
  margin-bottom: 0;
}
body.single .related-posts article .entry-content {
  padding: 20px;
}
body.single .related-posts article .entry-date {
  color: #999;
  font-size: 12px;
}
body.single .related-posts article .post-excerpt {
  font-size: 13px;
  margin-bottom: 10px;
}
body.single .related-posts article .entry-meta {
  padding: 5px 0;
  margin-bottom: 0;
}
body.single .related-posts article .post-btn-readmore {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
body.single.single-post .related-posts article .entry-title {
  margin-bottom: 0;
  margin-top: 10px;
}
body.single .post-single.drop-caps .entry-content .post-content > p:first-child:first-letter,
body.single .post-single.drop-caps .entry-content .post-excerpt > p:first-child:first-letter {
  color: #222;
  float: left;
  font-size: 75px;
  line-height: 0.85;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 0;
}
.comments-area .comments-title .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.comments-area .comment-list {
  margin: 0 0 40px;
  border-bottom: 1px solid #eee;
}
.comments-area .comment-list .comment,
.comments-area .comment-list .pingback {
  background: #fafafa;
  padding: 20px 20px 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
}
.comments-area .comment-list .comment .comment,
.comments-area .comment-list .pingback .comment,
.comments-area .comment-list .comment .pingback,
.comments-area .comment-list .pingback .pingback {
  padding-right: 5px;
}
.comments-area .comment-list .comment .comment-item-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper {
  border-bottom: 1px solid #ddd;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb {
  display: block;
  padding-right: 25px;
  float: left;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body {
  display: block;
  padding: 0 0 25px;
  width: auto;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link {
  font-size: 13px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name {
  font-size: 18px;
  line-height: 1;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata {
  font-size: 12px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content p,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content p {
  font-size: 14px;
  margin-top: 10px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content blockquote p,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content blockquote p {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .comments-area .comment-list .comment,
  .comments-area .comment-list .pingback {
    padding: 15px 15px 0;
  }
  .comments-area .comment-list .comment ol ol,
  .comments-area .comment-list .pingback ol ol,
  .comments-area .comment-list .comment ol ul,
  .comments-area .comment-list .pingback ol ul,
  .comments-area .comment-list .comment ul ol,
  .comments-area .comment-list .pingback ul ol,
  .comments-area .comment-list .comment ul ul,
  .comments-area .comment-list .pingback ul ul {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-list .comment,
  .comments-area .comment-list .pingback {
    padding: 12px 12px 0;
  }
}
@media only screen and (max-width: 479px) {
  .comments-area .comment-list .comment,
  .comments-area .comment-list .pingback {
    padding: 12px 0 0;
  }
}
.comments-area .comment-respond {
  margin-top: 60px;
}
.comments-area .comment-respond .comment-reply-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 13px;
}
.comments-area .comment-respond .form-group label {
  font-size: 14px;
}
.comments-area .comment-respond .form-group .form-control {
  border-radius: 0;
}
.post-password-form {
  margin-bottom: 20px;
}
.post-password-form label {
  display: block;
  text-transform: uppercase;
}
.post-password-form input[type="password"] {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 0;
}
.post-password-form > :last-child {
  margin-bottom: 0;
}
.page-links {
  clear: both;
  margin: 0 0 10px;
}
.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  padding: 3px 10px;
  margin-right: 10px;
}
.page-links a {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #222;
}
.page-links a:hover,
.page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0 15px 0 0;
  padding: 0;
  width: auto;
}
.gallery {
  margin-bottom: 30px;
}
.gallery .isotope-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.gallery.gallery-columns-2 .isotope-item {
  max-width: 50%;
}
.gallery.gallery-columns-3 .isotope-item {
  max-width: 33.33%;
}
.gallery.gallery-columns-4 .isotope-item {
  max-width: 25%;
}
.gallery.gallery-columns-5 .isotope-item {
  max-width: 20%;
}
.gallery.gallery-columns-6 .isotope-item {
  max-width: 16.66%;
}
.gallery.gallery-columns-7 .isotope-item {
  max-width: 14.28%;
}
.gallery.gallery-columns-8 .isotope-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .isotope-item {
  max-width: 11.11%;
}
.gallery .gallery-icon img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}
.video-player-wrapper video {
  width: 100% !important;
}
.tm-social-share-icons {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 0 30px;
  padding: 20px 0;
}
.tm-social-share-icons .title {
  display: inline-block;
  margin-right: 10px;
}
.tm-social-share-icons .styled-icons {
  display: inline-block;
}
.tm-social-share-icons .styled-icons a {
  float: none;
}
.tm-social-share-icons .social-share-icons-text {
  display: inline-block;
}
/*
 * blog-sidebar.less
 * -----------------------------------------------
*/
/*
 * likes.less (Simple Like Plugin)
 * -----------------------------------------------
*/
/* SL Wrapper */
.sl-wrapper {
  /* Colors */
  /* Icon */
  /* Count */
  /* Loader */
}
.sl-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important;
}
.sl-wrapper .sl-button {
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
}
.sl-wrapper a.liked {
  color: #da1b1b;
}
.sl-wrapper a.liked:hover,
.sl-wrapper a.liked:active,
.sl-wrapper a.liked:focus {
  color: #666666;
}
.sl-wrapper .sl-icon {
  margin-right: 0.3125em;
  vertical-align: middle;
}
.sl-wrapper .sl-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.sl-wrapper .sl-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sl-wrapper .loader,
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: slloader 1s infinite ease-in-out;
  animation: slloader 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.sl-wrapper .loader:before {
  left: -0.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sl-wrapper .loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.sl-wrapper .loader:after {
  left: .375em;
}
@-webkit-keyframes slloader {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes slloader {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
/*
 * post-format.less
 * -----------------------------------------------
*/
.post.format-link .post-link {
  margin-bottom: 10px;
  padding: 50px 30px;
  font-size: 18px;
}
.post.format-link .post-link span {
  font-size: 13px;
}
/*
 * search-results.less
 * -----------------------------------------------
*/
body.search-results .main-content-area article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
}
/*
 * page.less
 * -----------------------------------------------
*/
table {
  margin: 0 0 40px;
  width: 100%;
}
table td,
table th {
  padding: 8px;
}
/*
 *	side-push-panel.less
 * -----------------------------------------------
*/
.side-push-panel {
  overflow-x: hidden;
  /* -------- Has Side Panel ---------- */
}
.side-push-panel.fullwidth-page #wrapper {
  right: 0;
  position: relative;
}
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 0;
}
.side-push-panel.fullwidth-page.side-panel-left #wrapper {
  left: 0;
  right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 0;
  right: auto;
}
.side-push-panel.fullwidth-page.side-panel-open #wrapper {
  right: 400px;
}
.side-push-panel.fullwidth-page.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 400px;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open #wrapper {
  left: 400px;
  right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 400px;
  right: auto;
}
.side-push-panel.has-side-panel .menuzord .showhide {
  float: left;
}
/* -------- Body Overlay ---------- */
.has-side-panel .side-panel-body-overlay {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.has-side-panel.side-panel-open .side-panel-body-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 1111;
}
.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .side-panel-body-overlay:hover {
  cursor: url('../images/close.png') 15 15, default;
}
/* -------- Side Panel ---------- */
#side-panel-container {
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: -400px;
  top: 0;
  text-align: left;
  width: 400px;
  z-index: 1112;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  #side-panel-container {
    width: 300px;
  }
}
#side-panel-container ul {
  padding-left: 0;
}
#side-panel-container .side-panel-wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 50px 60px 50px 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
#side-panel-container .widget.widget-side-push-panel {
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
#side-panel-container .widget.widget-side-push-panel .widget-title {
  font-weight: 700;
}
#side-panel-container .widget.widget-side-push-panel .textwidget {
  color: #333;
}
#side-panel-container .widget.widget-side-push-panel.widget-horizontal-row {
  margin-top: 0;
  margin-bottom: 0;
}
#side-panel-container .widget.widget-side-push-panel.widget-image-widget .thumb {
  margin-bottom: 20px;
}
.side-panel-open #side-panel-container {
  right: 0;
}
.side-panel-left #side-panel-container {
  left: -400px;
  right: auto;
}
.side-panel-left.side-panel-open #side-panel-container {
  left: 0;
  right: auto;
}
.device-touch #side-panel-container .side-panel-wrap {
  overflow-y: scroll;
}
/* -------- Side-Panel-Trigger And Close ---------- */
#side-panel-trigger {
  cursor: pointer;
  display: block;
  z-index: 11;
}
#side-panel-trigger-close {
  position: absolute;
  right: 10px;
  top: 25px;
}
#side-panel-trigger-close .side-panel-trigger-icon {
  font-size: 36px;
  color: #333;
}
/* -------- Transition ---------- */
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* Hamburger Menu */
.hamburger-box {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}
.hamburger-box .hamburger-inner {
  top: 11px;
}
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
  background-color: #333;
  border-radius: 4px;
  height: 2px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-box .hamburger-inner:before {
  top: -6px;
}
.hamburger-box .hamburger-inner:after {
  bottom: -6px;
}
.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner:after,
.hamburger-box:hover .hamburger-inner:before {
  background-color: #888;
}
/*
 * footer-top-callout.less
 * -----------------------------------------------
*/
#footer-top-callout-wrap .container,
#footer-top-callout-wrap .container-fluid {
  padding-bottom: 40px;
  padding-top: 40px;
}
#footer-top-callout-wrap .callout-icon.media-left {
  padding-right: 20px;
}
#footer-top-callout-wrap .callout-icon.media-top {
  margin-bottom: 10px;
}
#footer-top-callout-wrap .callout-icon i {
  font-size: 48px;
  margin-top: 5px;
}
#footer-top-callout-wrap .callout-content {
  font-size: 18px;
}
#footer-top-callout-wrap .button-right .callout-content {
  float: left;
  width: 75%;
}
#footer-top-callout-wrap .button-right .callout-content p {
  margin-bottom: 0;
}
#footer-top-callout-wrap .button-right .callout-button {
  float: left;
  margin-top: 5px;
  margin-left: 2%;
  width: 23%;
}
/*
 * final-countdown.less
 * -----------------------------------------------
*/
.final-countdown-timer {
  font-size: 32px;
}
.final-countdown-timer span {
  font-size: 16px;
}
/*
 * pagination.less
 * -----------------------------------------------
*/
.pagination {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .pagination {
    margin-bottom: 30px;
  }
}
.pagination > li > a,
.pagination > li > span {
  background-color: #eee;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  color: #777;
  font-size: 15px;
  line-height: 1.8;
  margin-right: 10px;
  padding: 4px 14px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
/*
 *	menu-full-page.less
 * -----------------------------------------------
*/
/* menu-full-page plugin code */
.menu-full-page #fullpage-nav {
  background: rgba(255, 255, 255, 0.97);
  z-index: -1;
  position: fixed;
  /*left: -100%;*/
  /*left or right and the width of your navigation panel*/
  left: 0 !important;
  /*left or right and the width of your navigation panel*/
  opacity: 0;
  width: 100%;
  /*should match the above value*/
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.menu-full-page #fullpage-nav ul {
  list-style: none;
  margin-top: 50px;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.menu-full-page #fullpage-nav ul li {
  text-align: center;
  transition: all 0.4s ease;
  padding: 10px 0;
  position: relative;
}
.menu-full-page #fullpage-nav ul li a {
  color: #111;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.menu-full-page #fullpage-nav ul li a:hover {
  color: #888;
  -webkit-transition: color 2s time;
  -o-transition: color 2s time;
  transition: color 2s time;
}
.menu-full-page #fullpage-nav ul li:hover:after a {
  position: absolute;
  content: '';
  color: #FFF;
}
.menu-full-page #fullpage-nav ul ul {
  display: none;
}
.menu-full-page #fullpage-nav ul ul li a {
  font-size: 13px;
}
.menu-full-page #fullpage-nav ul ul li a:hover {
  color: #888;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav {
  opacity: 1;
  z-index: 1111;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav > ul {
  margin-top: 70px;
}
.menu-full-page .fullpage-nav-toggle {
  z-index: 1112;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
  /* active state, i.e. menu open */
}
.menu-full-page .fullpage-nav-toggle i {
  text-decoration: none;
  font-size: 40px;
  color: #fff;
}
.menu-full-page .fullpage-nav-toggle:focus {
  outline: none;
}
.menu-full-page .fullpage-nav-toggle span {
  display: block;
  position: absolute;
  top: 45px;
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 2px;
  background: #888;
  -webkit-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.menu-full-page .fullpage-nav-toggle span:before,
.menu-full-page .fullpage-nav-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #888;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.menu-full-page .fullpage-nav-toggle span:before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.menu-full-page .fullpage-nav-toggle span:after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.menu-full-page .fullpage-nav-toggle.menu-open {
  background-color: transparent;
}
.menu-full-page .fullpage-nav-toggle.menu-open span {
  background: none;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before,
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  background-color: #111;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* menu-full-page custom code */
.menu-full-page .header #fullpage-nav li {
  padding: 5px 0;
}
.menu-full-page .header #fullpage-nav li a {
  background: none;
  display: inline;
  font-size: 18px;
  text-transform: none;
}
.menu-full-page .header #fullpage-nav ul ul {
  margin-top: 0;
}
.menu-full-page .header #fullpage-nav ul ul li {
  padding: 3px 0;
}
.menu-full-page .header #fullpage-nav ul ul li a {
  font-size: 12px;
}
.menu-full-page .header #fullpage-nav ul li .dropdown {
  background: none;
  box-shadow: none;
  border: none;
  float: none;
  padding: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -moz-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -ms-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -o-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  display: block!important;
  visibility: visible;
}
.menu-full-page .header #fullpage-nav ul li:hover .dropdown {
  max-height: 700px;
}
/*
 *	Vertical-Nav.less
 * -----------------------------------------------
*/
body.vertical-nav .container {
  max-width: 1100px;
}
body.vertical-nav header#header {
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f5f5f5;
  background-size: cover;
  color: #555;
  z-index: 101;
  border-right: 1px solid #ddd;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body.vertical-nav header#header .container {
  max-width: 100%;
  padding: 0;
}
body.vertical-nav header#header .header-nav-container {
  background: none;
}
@media only screen and (min-width: 1080px) {
  body.vertical-nav header#header .header-nav-container {
    box-shadow: none;
  }
}
body.vertical-nav .main-content,
body.vertical-nav .footer {
  margin-left: 260px;
}
@media only screen and (min-width: 1080px) {
  body.vertical-nav .menuzord {
    margin-bottom: 30px;
  }
}
body.vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #eee none repeat scroll 0 0;
  color: #111;
}
body.vertical-nav .menuzord .menuzord-menu li {
  padding: 0;
  position: relative;
  width: 100%;
}
body.vertical-nav .menuzord .menuzord-menu li .indicator {
  float: right;
  display: block;
  margin-right: 6px;
}
body.vertical-nav .menuzord .menuzord-menu li a {
  width: 100%;
}
body.vertical-nav .menuzord .menuzord-menu > li {
  padding: 5px 0;
}
body.vertical-nav .menuzord .menuzord-menu > li.active > a,
body.vertical-nav .menuzord .menuzord-menu > li:hover > a {
  background: none;
  color: #333;
}
body.vertical-nav .menuzord .menuzord-menu ul.dropdown,
body.vertical-nav .menuzord .menuzord-menu .megamenu {
  left: 100%;
  top: 4px;
}
body.vertical-nav.vertical-nav-right header#header {
  left: auto;
  right: 0;
}
body.vertical-nav.vertical-nav-right .main-content,
body.vertical-nav.vertical-nav-right .footer {
  padding-left: auto;
  margin-right: 260px;
  padding-top: 0;
}
body.vertical-nav.vertical-nav-right .menuzord .menuzord-menu ul.dropdown,
body.vertical-nav.vertical-nav-right .menuzord .menuzord-menu .megamenu {
  left: auto;
  right: 100%;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  body.vertical-nav .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1080px) {
  body.vertical-nav header#header .site-brand {
    display: block;
    float: none;
    margin: 50px 0 30px;
    text-align: center;
  }
  body.vertical-nav #top-primary-nav .menuzord-menu > li > a {
    padding-left: 5px;
  }
  body.vertical-nav .megamenu {
    left: 100% !important;
    right: 0 !important;
    width: 800px !important;
  }
  body.vertical-nav .menuzord .menuzord-menu {
    padding: 30px 0 20px 15px;
  }
  body.vertical-nav .vertical-nav-sidebar-widget-wrapper {
    padding: 30px 15px 5px;
  }
}
@media only screen and (max-width: 1079px) {
  body.vertical-nav header#header {
    border: 0;
    padding: 0;
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: #fff !important;
  }
  body.vertical-nav .menuzord .menuzord-menu > li {
    padding: 0;
  }
  body.vertical-nav .menuzord .menuzord-menu > li > a {
    color: #fff !important;
  }
  body.vertical-nav .main-content,
  body.vertical-nav .footer {
    margin-left: 0;
  }
  body.vertical-nav.vertical-nav-right .main-content,
  body.vertical-nav.vertical-nav-right .footer {
    margin-right: 0;
  }
  body.vertical-nav .vertical-nav-sidebar-widget-wrapper {
    display: none;
  }
}
/*
 * shortcode.less
 * -----------------------------------------------
*/
/*
 * Shortcode: common.less
 * -----------------------------------------------
*/
.tm-sc .excerpt {
  margin-bottom: 10px;
}
/*
 * Shortcode: button.less
 * -----------------------------------------------
*/
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* button 3D */
.btn-3d {
  -webkit-box-shadow: 0 4px 1px #b3b3b3;
  box-shadow: 0 4px 1px #b3b3b3;
  margin-bottom: 4px;
}
/* -------- Btn-Default ---------- */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default:hover {
  background-color: #eee;
  border-color: #eee;
}
/* -------- Btn-Border ---------- */
.btn-border {
  color: #222;
  background-color: transparent;
  border-color: #222;
  /* button 3D */
}
.btn-border:focus,
.btn-border.focus {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-border:hover {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  border-color: #030303;
}
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  border-color: #030303;
}
.btn-border:active:hover,
.btn-border.active:hover,
.open > .dropdown-toggle.btn-border:hover,
.btn-border:active:focus,
.btn-border.active:focus,
.open > .dropdown-toggle.btn-border:focus,
.btn-border:active.focus,
.btn-border.active.focus,
.open > .dropdown-toggle.btn-border.focus {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
  background-image: none;
}
.btn-border.disabled:hover,
.btn-border[disabled]:hover,
fieldset[disabled] .btn-border:hover,
.btn-border.disabled:focus,
.btn-border[disabled]:focus,
fieldset[disabled] .btn-border:focus,
.btn-border.disabled.focus,
.btn-border[disabled].focus,
fieldset[disabled] .btn-border.focus {
  background-color: transparent;
  border-color: #222;
}
.btn-border .badge {
  color: transparent;
  background-color: #222;
}
.btn-border.btn-3d {
  -webkit-box-shadow: 0 4px 1px #000000;
  box-shadow: 0 4px 1px #000000;
}
.btn-border {
  border-width: 2px;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: #222;
  color: #fff;
}
/* -------- Btn-Dark ---------- */
.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
  /* button 3D */
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #080808;
  border-color: #000000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #080808;
  border-color: #030303;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #080808;
  border-color: #030303;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #222;
  border-color: #222;
}
.btn-dark .badge {
  color: #222;
  background-color: #fff;
}
.btn-dark.btn-3d {
  -webkit-box-shadow: 0 4px 1px #aaa;
  box-shadow: 0 4px 1px #aaa;
}
/* -------- Btn-Gray ---------- */
.btn-gray {
  color: #333;
  background-color: #eee;
  border-color: #eee;
  /* button 3D */
}
.btn-gray:focus,
.btn-gray.focus {
  color: #333;
  background-color: #d5d5d5;
  border-color: #aeaeae;
}
.btn-gray:hover {
  color: #333;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
  color: #333;
  background-color: #c3c3c3;
  border-color: #aeaeae;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
  background-color: #eee;
  border-color: #eee;
}
.btn-gray .badge {
  color: #eee;
  background-color: #333;
}
.btn-gray.btn-3d {
  -webkit-box-shadow: 0 4px 1px #bbbbbb;
  box-shadow: 0 4px 1px #bbbbbb;
}
.btn-circled {
  border-radius: 25px;
}
.btn-flat {
  border-radius: 0;
}
/* -------- Btn-Default ---------- */
.btn {
  font-size: 14px;
  padding: 13px 26px;
  line-height: 1.38;
}
/* -------- Btn-xs ---------- */
.btn-xs {
  font-size: 11px;
  padding: 7px 14px;
}
/* -------- Btn-sm ---------- */
.btn-sm {
  font-size: 12px;
  padding: 10px 20px;
}
/* -------- Btn-lg ---------- */
.btn-lg {
  font-size: 14px;
  padding: 16px 32px;
}
/* -------- Btn-xl ---------- */
.btn-xl {
  font-size: 16px;
  padding: 20px 40px;
}
/* -------- Btn-transparent ---------- */
.btn-transparent {
  background-color: transparent;
  color: #fff;
}
.hvr-shutter-out-horizontal::before {
  background: #000;
}
/* btn read more*/
.btn-read-more {
  padding: 0;
  color: #141414;
}
.btn-read-more::after {
  color: #141414;
  display: inline-block;
  content: "\f178";
  font-family: fontawesome;
  font-size: 16px;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  text-shadow: none;
  text-transform: none;
  top: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/* btn-plain-text*/
.btn-plain-text {
  color: #999;
  border-bottom: 2px solid #333;
  font-size: 14px;
  padding-bottom: 3px;
}
/*
 * Shortcode: funfacts.less
 * -----------------------------------------------
*/
.funfact {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.funfact i {
  font-size: 45px;
}
.funfact .animate-number {
  line-height: 1;
}
.funfact.funfact-lefticon .details {
  margin-left: 60px;
}
/*
 * Shortcode: section-title.less
 * -----------------------------------------------
*/
.section-title {
  margin-bottom: 30px;
}
.section-title .title {
  margin-top: 0;
  line-height: 1;
}
/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
.styled-icons li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0;
}
.styled-icons a {
  border: 2px solid transparent;
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 1.9;
  margin-right: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 36px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.styled-icons a i {
  height: 100%;
  line-height: 1.9;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.styled-icons a:hover {
  color: #9a9a9a;
}
.styled-icons.styled-icons-effect-rollover a {
  overflow: hidden;
  vertical-align: middle;
}
.styled-icons.styled-icons-effect-rollover a:hover i {
  top: -100%;
}
.styled-icons.styled-icons-effect-rotate a:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.styled-icons.icon-bordered a {
  border-color: #555;
}
.styled-icons.icon-bordered a:hover {
  background-color: #555;
  color: #fff;
}
.styled-icons.icon-gray a {
  background-color: #eee;
  color: #555;
}
.styled-icons.icon-gray a:hover {
  background-color: #d5d5d5;
  color: #222222;
}
.styled-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border-color: #eee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.styled-icons.icon-dark a {
  background-color: #333;
  color: #fff;
}
.styled-icons.icon-dark a:hover {
  background-color: #000000;
  color: #cccccc;
}
.styled-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.styled-icons.icon-dark.icon-bordered a:hover {
  background-color: #333;
  color: #fff;
}
.styled-icons.icon-rounded a {
  border-radius: 3px;
}
.styled-icons.icon-circled a {
  border-radius: 50%;
}
.styled-icons.icon-xs a {
  font-size: 12px;
  height: 25px;
  width: 25px;
}
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  width: 30px;
}
.styled-icons.icon-md a {
  font-size: 18px;
  height: 45px;
  width: 45px;
}
.styled-icons.icon-lg a {
  font-size: 22px;
  height: 50px;
  width: 50px;
}
.styled-icons.icon-xl a {
  font-size: 26px;
  height: 60px;
  width: 60px;
}
.styled-icons.styled-icons-brand a {
  color: #fff;
}
/*
 * Shortcode: Tabs.less
 * -----------------------------------------------
*/
.tab-content {
  padding: 15px;
  border: 1px solid #eee;
}
.tab-content table p {
  margin: 0;
  margin-bottom: 0px;
}
.tab-content p {
  margin-bottom: 10px;
  font-size: 14px;
}
.tab-content .table th,
.tab-content .table td {
  font-size: 14px;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #111;
  background-color: #f8f8f8;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-size: 16px;
  color: #555;
  padding: 12px 20px;
  margin-right: 0;
}
.nav-tabs > li > a .fa {
  margin-right: 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #333;
  background-color: transparent;
}
.nav-tabs > li > a i {
  font-size: 32px;
  margin-right: 20px;
  vertical-align: middle;
}
/* -------- Nav Tabs ---------- */
.nav-tabs > li {
  text-align: center;
}
.nav-tabs > li > a i {
  display: block;
  font-size: 48px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
/* -------- Horizontal-Tab-Centered ---------- */
.horizontal-tab-centered .nav-pills {
  display: inline-block;
}
.horizontal-tab-centered .nav-pills > li > a {
  background: #eee;
  color: #555;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.horizontal-tab-centered .nav-pills > li > a:hover {
  color: #fff;
}
.horizontal-tab-centered .nav-pills > li > a i {
  font-size: 14px;
  margin-right: 8px;
}
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus {
  color: #fff;
}
/* -------- Horizontal-Tab Fullwide ---------- */
.horizontal-tab.fullwide .nav-tabs > li {
  width: 20%;
}
/* -------- Vertical Nav-Tabs ---------- */
.vertical-tab .tab-content {
  padding: 5px 5px 20px 20px;
  border: none;
}
.vertical-tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
.vertical-tab .nav-tabs > li > a {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  font-size: 14px;
  padding: 30px 0 30px 15px;
}
.vertical-tab .nav-tabs > li:first-child > a {
  border-top: 1px solid #d3d3d3 !important;
}
.vertical-tab .nav-tabs > li.active > a,
.vertical-tab .nav-tabs > li.active > a:hover,
.vertical-tab .nav-tabs > li.active > a:focus {
  background: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #d3d3d3;
}
.vertical-tab .small-padding .nav-tabs > li a {
  padding: 20px 0 20px 15px;
}
.vertical-tab .small-padding .nav-tabs > li i {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .vertical-tab .tab-content {
    padding: 20px 5px;
  }
  .nav-tabs > li > a {
    border-radius: 0;
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
}
.custom-nav-tabs {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: none solid none none;
  border-width: medium 0px medium medium;
  margin-right: 53px;
}
.custom-nav-tabs > li {
  float: none;
  margin: 0 0 1px;
}
.custom-nav-tabs > li a {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 59px;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus {
  border: medium none;
  color: #000;
  padding: 0;
}
/*
 * Shortcode: Separators.less
 * -----------------------------------------------
*/
.title-separator {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 10px 0;
  width: 70%;
}
.title-separator span {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  letter-spacing: 0.2em;
  padding: 2px 10px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
}
.separator {
  color: #c0c0c0;
  line-height: 1.2em;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.separator::before,
.separator::after {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}
.separator::after {
  margin: 0 -100% 0 0;
}
.separator i,
.separator span,
.separator a {
  display: inline-block;
  margin: 0 20px 0 24px;
  font-size: 20px;
}
.separator.separator-left,
.separator.left i {
  float: left;
  margin: 2px 50px 0 0;
}
.separator.right i {
  float: right;
  margin: 0 0 2px 50px;
}
.separator.separator-medium-line {
  margin: 10px auto;
  width: 20%;
}
.separator.separator-small-line {
  width: 10%;
}
.separator.separator-rouned i,
.separator.separator-border-rouned i {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -12px auto auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.separator.separator-border-rouned i {
  background: transparent;
  border: 1px solid #f5f5f5;
}
.separator.separator-rouned.separator-rouned-left i {
  margin: -12px auto auto;
  right: auto;
  left: 0;
}
.separator.separator-rouned.separator-rouned-right i {
  margin: -12px auto auto;
  right: 0;
  left: auto;
}
.separator.dotted::before,
.separator.dotted::after {
  border-bottom: 2px dotted #c0c0c0;
}
/*
 * Shortcode: opening-hours.less
 * -----------------------------------------------
*/
.opening-hours,
.working-hours {
  list-style: none;
  padding: 0;
}
.opening-hours li,
.working-hours li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 0 !important;
}
.opening-hours li:last-child,
.working-hours li:last-child {
  border-bottom: 0;
}
.opening-hours li span,
.working-hours li span {
  float: left;
}
.opening-hours li .value,
.working-hours li .value {
  float: right;
}
.opening-hours li.active,
.working-hours li.active {
  font-weight: bold;
}
.opening-hours.border-light li,
.working-hours.border-light li {
  border-bottom-color: #ddd;
}
.opening-hours.border-dark li,
.working-hours.border-dark li {
  border-bottom-color: #333;
}
/*
 * Shortcode: call-to-action.less
 * -----------------------------------------------
*/
.call-to-action .cta-content p,
.call-to-action .cta-content h1,
.call-to-action .cta-content h2,
.call-to-action .cta-content h3,
.call-to-action .cta-content h4,
.call-to-action .cta-content h5,
.call-to-action .cta-content h6 {
  margin-top: 0;
}
/*
 * Shortcode: final-countdown.less
 * -----------------------------------------------
*/
.final-countdown span {
  display: inline-block;
  font-size: 1.4em;
  line-height: 2em;
  padding: 0 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/*
 * Shortcode: easy-pie-chart.less
 * -----------------------------------------------
*/
.easypiechart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}
.easypiechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easypiechart .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.easypiechart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
  margin-bottom: 30px;
}
.icon-box .icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70px;
  text-align: center;
}
.icon-box .icon i {
  display: inline-block;
  font-size: 40px;
  line-height: 70px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box .icon i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}
.icon-box .icon.icon-gray {
  background-color: #eee;
  color: #333;
}
.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #111;
}
.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 3px solid #eee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eee;
  color: #555;
}
.icon-box .icon.icon-dark {
  background-color: #111;
  color: #fff;
}
.icon-box .icon.icon-dark:hover {
  background-color: #eee;
  color: #111;
}
.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 3px solid #111;
  color: #111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333;
}
.icon-box .icon.icon-white:hover {
  background-color: #cccccc;
  color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}
.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
  border: 3px solid #eee;
}
.icon-box .icon.icon-bordered:hover {
  background-color: #eee;
  color: #111;
}
.icon-box .icon.icon-rounded {
  border-radius: 3px;
}
.icon-box .icon.icon-circled {
  border-radius: 50%;
}
.icon-box .icon.icon-type-image.icon-bordered {
  padding: 5px;
}
.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}
.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}
.icon-box .icon.icon-sm {
  height: 50px;
  width: 50px;
}
.icon-box .icon.icon-sm i {
  font-size: 22px;
  line-height: 50px;
}
.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}
.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}
.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}
.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}
.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
}
.icon-box .icon.icon-xl i {
  font-size: 60px;
  line-height: 120px;
}
.icon-box .icon.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  box-shadow: 0 0 0 3px ;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eee;
}
.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
}
.icon-box.iconbox-border {
  border: 3px solid #dcdcdc;
}
.icon-box.iconbox-bg {
  background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333;
}
.icon-box.icon-left .icon {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .icon-box.icon-left .icon {
    float: none !important;
    margin-right: 0;
  }
}
.icon-box.icon-left .icon.no-bg {
  width: auto;
  height: auto;
}
.icon-box.icon-left .icon-text {
  overflow: hidden;
}
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}
.icon-box .icon-border-effect:hover::after {
  opacity: 1;
  transform: scale(1);
}
/*
 * Shortcode: flickr-feed.less
 * -----------------------------------------------
*/
.flickr-feed .flickr_badge_image {
  margin: 0px 7px 7px 0;
  width: 70px;
  height: 70px;
  float: left;
  background: 0 0;
  padding: 0;
}
/*
 * header loader.less
 * -----------------------------------------------
*/
/*
 * widgets-common.less
 * -----------------------------------------------
*/
.widget {
  margin-bottom: 30px;
  font-size: 14px;
}
.widget ul li {
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget .widget-title {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
}
.widget .widget-title.widget-title-line-bottom {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.widget .widget-title.widget-title-line-bottom:after,
.widget .widget-title.widget-title-line-bottom:before {
  background: #bbb;
  border-radius: 10px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.widget .widget-title.widget-title-line-bottom:before {
  background: #f5f5f5;
  width: 100%;
}
.widget.widget_archive ul > li,
.widget.widget_categories ul > li,
.widget.widget_pages ul > li,
.widget.widget_meta ul > li,
.widget.widget_recent_comments ul > li,
.widget.widget_recent_entries ul > li,
.widget.widget_rss ul > li,
.widget.widget_nav_menu ul > li {
  padding-left: 15px;
  position: relative;
}
.widget.widget_archive ul > li::before,
.widget.widget_categories ul > li::before,
.widget.widget_pages ul > li::before,
.widget.widget_meta ul > li::before,
.widget.widget_recent_comments ul > li::before,
.widget.widget_recent_entries ul > li::before,
.widget.widget_rss ul > li::before,
.widget.widget_nav_menu ul > li::before {
  content: "\f0da";
  left: 0;
  top: 6px;
  position: absolute;
  font-family: FontAwesome;
}
.widget.widget_categories ul > li,
.widget.widget_archive ul > li {
  padding-left: 20px;
}
.widget.widget_categories ul > li::before,
.widget.widget_archive ul > li::before {
  content: "\f114";
}
.widget.widget_nav_menu .sub-menu {
  /* padding-left: 10px; */
}
.widget.widget_nav_menu ul > li::before {
  content: "\f105";
  font-size: 14px;
  font-weight: 600;
}
.widget.widget_tag_cloud .tagcloud > a {
  background-color: rgba(0, 0, 0, 0.05);
  border: medium none;
  border-radius: 2px;
  color: #444;
  display: inline-block;
  font-size: 12px !important;
  margin: 3px 2px;
  padding: 4px 8px 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_tag_cloud .tagcloud > a:hover {
  background: #333;
  color: #fff;
}
.widget select {
  border: 1px solid rgba(51, 51, 51, 0.1);
  max-width: 100%;
  padding: 7px 10px;
  width: 100%;
}
.widget.widget_rss ul li {
  margin-bottom: 25px;
}
.widget.widget_rss ul li .rsswidget {
  display: block;
}
.widget.widget_rss ul li .rss-date {
  color: #999;
}
.widget.widget_rss ul li .rssSummary {
  color: #888;
}
.widget.widget_rss ul li cite {
  color: #999;
}
footer#footer.footer-black .widget.widget_archive ul > li,
footer#footer.footer-black .widget.widget_categories ul > li,
footer#footer.footer-black .widget.widget_links ul > li,
footer#footer.footer-black .widget.widget_meta ul > li,
footer#footer.footer-black .widget.widget_nav_menu ul > li,
footer#footer.footer-black .widget.widget_pages ul > li,
footer#footer.footer-black .widget.widget_recent_comments ul > li,
footer#footer.footer-black .widget.widget_recent_entries ul > li {
  border-top-color: rgba(51, 51, 51, 0.4);
}
footer#footer.footer-black .widget.widget_rss ul li .rss-date {
  color: #666666;
}
footer#footer.footer-black .widget.widget_rss ul li cite {
  color: #b3b3b3;
}
footer#footer.footer-black .widget.widget_tag_cloud .tagcloud > a {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ccc;
}
footer#footer.footer-inverted .widget.widget_archive ul > li,
footer#footer.footer-inverted .widget.widget_categories ul > li,
footer#footer.footer-inverted .widget.widget_links ul > li,
footer#footer.footer-inverted .widget.widget_meta ul > li,
footer#footer.footer-inverted .widget.widget_nav_menu ul > li,
footer#footer.footer-inverted .widget.widget_pages ul > li,
footer#footer.footer-inverted .widget.widget_recent_comments ul > li,
footer#footer.footer-inverted .widget.widget_recent_entries ul > li {
  border-top-color: rgba(55, 55, 55, 0.1);
}
.widget .name {
  margin-top: 0;
}
/*
 * brochure-box.less
 * -----------------------------------------------
*/
.widget-brochure-box .brochure-box {
  background: #eee;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px 0 0;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.widget-brochure-box .brochure-box:hover {
  background: #333;
}
.widget-brochure-box .brochure-box .brochure-icon {
  border-right: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
  color: #888;
  display: inline-block;
  font-size: 18px;
  padding: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.widget-brochure-box .brochure-box:hover .brochure-icon {
  border-right-color: #444;
  color: #fff;
}
.widget-brochure-box .brochure-box .text {
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding-left: 15px;
}
.widget-brochure-box .brochure-box:hover .text {
  color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-classic {
  padding: 15px 0;
}
.widget-brochure-box .brochure-box.brochure-box-classic .brochure-icon {
  padding: 3px 15px 0;
  float: right;
  border: 0;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version {
  background: #333;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version:hover {
  background: #eee;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version .text {
  color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version:hover .text {
  color: #333;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version .brochure-icon {
  border-right-color: #444;
  color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version:hover .brochure-icon {
  border-right-color: #ddd;
  color: #888;
}
.sidebar-area .widget-brochure-box {
  margin-bottom: 15px;
}
.sidebar-area .widget-brochure-box:last-child {
  margin-bottom: 30px;
}
.widget-brochure-box .brochure-box.brochure-box-black {
  background: #222;
}
.widget-brochure-box .brochure-box.brochure-box-black .brochure-icon {
  border-right: 1px solid #333;
  color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-black .text {
  color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-black:hover {
  background: #111;
}
.widget-brochure-box .brochure-box.brochure-box-black:hover .brochure-icon {
  border-right-color: #222;
}
/*
 * blog-list.less
 * -----------------------------------------------
*/
.widget .post {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget .post .post-thumb {
  float: left;
  margin-right: 15px;
}
.widget .post .post-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.widget .post .post-title a {
  font-size: 14px;
  letter-spacing: 0;
}
.widget.widget_calendar table {
  width: 100%;
}
.widget.widget_calendar table,
.widget.widget_calendar th,
.widget.widget_calendar td {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.widget.widget_calendar th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
.widget.widget_calendar td,
.widget.widget_calendar th {
  line-height: 2.3333;
  padding: 8px;
  text-align: center;
  line-height: 1.1em;
}
.widget.widget_calendar #today {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
}
.widget.widget_calendar #today > a {
  color: #fff;
  font-weight: 700;
}
footer#footer.footer-black .widget_calendar table,
footer#footer.footer-black .widget_calendar th,
footer#footer.footer-black .widget_calendar td {
  border: 1px solid #333;
}
footer#footer.footer-black .widget_calendar #today {
  background: #ccc;
  color: #333;
  font-weight: 700;
}
footer#footer.footer-black .widget_calendar #today > a {
  color: #333;
  font-weight: 700;
}
/*
 * contact-info.less
 * -----------------------------------------------
*/
.widget-contact-info .contact-info .thumb {
  margin-bottom: 15px;
}
.widget-contact-info .contact-info .description {
  margin-bottom: 15px;
}
.widget-contact-info .contact-info li {
  margin-bottom: 10px;
}
.widget-contact-info .contact-info li .icon {
  color: #aaa;
  margin-right: 15px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget-contact-info .contact-info li .text p {
  margin-bottom: 0;
}
.widget-contact-info .contact-info li:last-child {
  margin-bottom: 0;
}
.widget-contact-info .contact-info-style1 li .icon {
  float: left;
  width: 16px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
}
.widget-contact-info .contact-info-style1 li .text {
  overflow: hidden;
}
.widget-contact-info .contact-info-style2 li .icon {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.widget-contact-info .contact-info-style2 li .icon i {
  width: 16px;
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  vertical-align: middle;
}
.widget-contact-info .contact-info-style2 li .text {
  overflow: hidden;
}
.widget-contact-info .contact-info-style3 li .icon {
  margin-right: 0;
  font-weight: bold;
}
.widget-contact-info .contact-info-style3 li .icon i {
  width: 16px;
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  vertical-align: middle;
}
.widget-contact-info .contact-info-style4 li .icon {
  margin-right: 0;
  font-weight: bold;
}
/*
 * facebook.less
 * -----------------------------------------------
*/
/*
 * featured-page.less
 * -----------------------------------------------
*/
.widget-featured-page .page .page-content a {
  margin-bottom: 2px solid #bbb;
}
/*
 * flickr-feed.less
 * -----------------------------------------------
*/
#flickr-feed img {
  background: #000 none repeat scroll 0 0;
  float: left;
  height: 100%;
  padding: 0;
  width: 100%;
}
/*
 * gallery-images.less
 * -----------------------------------------------
*/
/*
 * google-map.less
 * -----------------------------------------------
*/
/*
 * google-plus.less
 * -----------------------------------------------
*/
/*
 * icon-box.less
 * -----------------------------------------------
*/
/*
 * instagram-feed.less
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */
.instagram-feed-carousel figure,
.instagram-feed-grid figure {
  position: relative;
}
.instagram-feed-carousel figure .link-out,
.instagram-feed-grid figure .link-out {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.45);
  color: #f8f8f8;
  line-height: 1;
  padding: 10px;
  font-weight: 300;
  opacity: 0;
}
.instagram-feed-carousel figure .link-out:hover,
.instagram-feed-grid figure .link-out:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #f8f8f8;
}
.instagram-feed-carousel figure:hover .link-out,
.instagram-feed-grid figure:hover .link-out {
  opacity: 1;
}
/* -------- Instagram-Feed ---------- */
.instagram-feed-grid .item {
  width: 100px;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}
/* -------- Widget - Instagram-Feed ---------- */
.widget .instagram-feed-grid .item {
  margin-bottom: 5px;
  margin-right: 5px;
  width: 70px;
}
/*
 * portfolio.less
 * -----------------------------------------------
*/
/*
 * search.less
 * -----------------------------------------------
*/
.search-form {
  margin-bottom: 0;
  position: relative;
}
.search-form .search-field {
  border: 1px solid #c0c0c0;
  height: 42px;
  padding: 5px 10px 5px 20px;
  width: 100%;
  border-radius: 0;
}
.search-form .search-submit {
  background: #333;
  border: none;
  color: #fff;
  height: 100%;
  left: auto;
  padding: 8px 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-form .search-submit:hover {
  background: #111;
}
/*
 * social-list.less
 * -----------------------------------------------
*/
/*
 * testimonials.less
 * -----------------------------------------------
*/
.widget-testimonials .author-text {
  font-size: 18px;
}
/*
 * twitter-feed.less
 * -----------------------------------------------
*/
.twitter-feed li {
  font-size: 13px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  margin-top: 0px;
  position: relative;
  list-style: none;
}
.twitter-feed li.item {
  position: relative;
}
.twitter-feed li::before {
  content: "\f099";
  font-size: 24px;
  font-family: fontawesome;
  display: block;
}
.widget .twitter-feed li {
  padding-left: 30px;
}
.widget .twitter-feed li::before {
  left: 0;
  position: absolute;
  top: 0;
}
/*
 * mailchimp-subscribe-form.less
 * -----------------------------------------------
*/
.mc4wp-form .form-control {
  background-color: #333;
  border-color: #444;
  border-radius: 0;
  box-shadow: none;
  color: #888;
  height: 46px;
  font-size: 13px;
}
.mc4wp-form .input-group-btn .btn {
  padding: 12px 16px 13px;
  background-color: #555;
  border-color: #555;
  color: #eee;
}
.mc4wp-form .input-group-btn .btn:hover {
  background-color: #444;
}
/*
 * shortcode.less
 * -----------------------------------------------
*/
/*
 * Shortcode: vc-btn.less
 * -----------------------------------------------
*/
.vc_general.vc_btn3 {
  padding: 13px 26px;
}
.vc_general.vc_btn3.vc_btn3-size-xs {
  padding: 7px 14px;
}
.vc_general.vc_btn3.vc_btn3-size-sm {
  padding: 10px 20px;
}
.vc_general.vc_btn3.vc_btn3-size-md {
  padding: 16px 32px;
}
.vc_general.vc_btn3.vc_btn3-size-lg {
  padding: 20px 40px;
}
/*
 * footer.less
 * -----------------------------------------------
*/
footer#footer {
  background-color: #1a1a1a;
  color: #999;
}
footer#footer a {
  color: #ddd;
}
footer#footer a:focus,
footer#footer a:hover,
footer#footer a:active {
  color: #aaaaaa;
}
footer#footer .footer-top {
  font-size: 14px;
}
footer#footer .footer-top > .container,
footer#footer .footer-top > .container-fluid {
  padding-bottom: 30px;
  padding-top: 60px;
}
footer#footer .footer-top .footer-top-column-separator {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 30px;
}
footer#footer .footer-top .footer-top-column-separator:first-child {
  border: none !important;
}
footer#footer .footer-top .widget {
  margin-bottom: 10px;
}
footer#footer .footer-top .widget:not(:last-of-type) {
  margin-bottom: 30px;
}
footer#footer .footer-top .widget .widget-title {
  color: #eee;
}
footer#footer .footer-bottom {
  background-color: #222;
  color: #888;
  font-size: 13px;
}
footer#footer .footer-bottom a {
  font-size: 13px;
}
footer#footer .footer-bottom > .container,
footer#footer .footer-bottom > .container-fluid {
  padding-bottom: 15px;
  padding-top: 15px;
}
footer#footer .footer-bottom .copyright-text {
  margin-bottom: 0;
}
footer#footer .footer-bottom .styled-icons a {
  height: auto;
  line-height: 1;
}
/* fixed footer */
footer#footer.fixed-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  footer#footer.fixed-footer {
    position: relative;
  }
}
body.has-fixed-footer .main-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
/* Footer Inverted*/
footer#footer.footer-inverted {
  background-color: #f7f7f7;
  border-top: 1px solid #eee;
  color: #666;
}
footer#footer.footer-inverted a {
  color: #222;
}
footer#footer.footer-inverted a:focus,
footer#footer.footer-inverted a:hover,
footer#footer.footer-inverted a:active {
  color: #000000;
}
footer#footer.footer-inverted .footer-top .widget .widget-title,
footer#footer.footer-inverted .footer-top .widget .post .post-title a {
  color: #222;
}
footer#footer.footer-inverted .footer-bottom {
  background-color: #eee;
  color: #666;
}
footer#footer.footer-inverted .styled-icons.icon-dark:not(.icon-bordered) a {
  color: #fff;
}
/*= WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  padding: 10px 0 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.bypostauthor {
  opacity: 1;
}
/* == WP CSS - Comment Styles == */
/*Comment Form */
/* == WordPress CSS - Miscellaneous Styles == */
/* category links */
/* blogroll links */
/* read-more links */
/* == WP CSS - Page Listings == */
/* outermost list item */
/* any page item */
/* current page */
/* parent of current page */
/* any ancestor of current page */
/* == WordPress CSS - Default WordPress Widgets == */
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/* == WordPress CSS - gallery layouts == */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/*
 * Shortcode: home-intro-boxes.less
 * -----------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .home-intro-boxes,
  .vc_row.home-intro-boxes {
    margin-top: 15px !important;
  }
}
/*
 * Shortcode: clients.less
 * -----------------------------------------------
*/
.tm-sc-classes .class {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/*
 * Shortcode: clients.less
 * -----------------------------------------------
*/
/*
 * Shortcode: departments.less
 * -----------------------------------------------
*/
.departments-item {
  margin-bottom: 40px;
}
.departments-item .details .title {
  margin-top: 15px;
}
.departments .entry-content li,
.services-tab .service-excerpt li {
  list-style: outside none none;
}
.owl-carousel .departments-item {
  margin-bottom: 30px;
}
.services-tab .service-excerpt {
  margin-bottom: 30px;
}
.services-tab .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.services-tab .nav-tabs > li {
  border-left: 1px solid #eee;
  margin-bottom: 0;
  width: 20%;
}
.services-tab .nav-tabs > li:first-child {
  border-left: none;
}
.services-tab .nav-tabs > li > a {
  background-color: #fff;
  color: #a9a9a9;
  font-size: 13px;
  margin-right: 0;
  padding: 35px 20px;
  border: none;
  text-transform: uppercase;
}
.services-tab .nav-tabs > li > a i {
  display: block;
  font-size: 64px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
.services-tab .nav-tabs > li > a img {
  margin-bottom: 5px;
  max-width: 70px;
}
.services-tab .nav-tabs > li.active > a,
.services-tab .nav-tabs > li.active > a:hover,
.services-tab .nav-tabs > li.active > a:focus,
.services-tab .nav-tabs > li a:hover,
.services-tab .nav-tabs > li a:focus {
  color: #fff;
  border: none;
}
.services-tab .nav-tabs > li.active > a i,
.services-tab .nav-tabs > li.active > a:hover i,
.services-tab .nav-tabs > li.active > a:focus i,
.services-tab .nav-tabs > li a:hover i,
.services-tab .nav-tabs > li a:focus i {
  color: #fff;
}
.services-tab .tab-content .service-excerpt .sub-title {
  color: #c8c8c8;
  font-family: 'Playfair Display', sans-serif;
}
.services-tab .tab-content .service-excerpt .title {
  color: #555;
  font-family: 'Playfair Display', sans-serif;
}
@media only screen and (max-width: 1199px) {
  .services-tab .tab-content .service-excerpt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .services-tab .tab-content .service-excerpt {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services-tab .nav.nav-tabs a {
    padding: 10px 0;
    font-size: 9px;
  }
  .services-tab .nav.nav-tabs a i {
    font-size: 28px;
    margin-top: 10px;
  }
  .services-tab .nav.nav-tabs a span {
    display: none;
  }
}
/* departments-single-wrapper */
.departments-single-wrapper .departments-content .thumb {
  margin-bottom: 20px;
}
.departments-single-wrapper .list-departments a.list-group-item.active,
.departments-single-wrapper .list-departments button.list-group-item.active,
.departments-single-wrapper .list-departments a.list-group-item:focus,
.departments-single-wrapper .list-departments button.list-group-item:focus,
.departments-single-wrapper .list-departments a.list-group-item:hover,
.departments-single-wrapper .list-departments button.list-group-item:hover {
  background-color: #f5f5f5;
  color: #555;
  border: 1px solid #ddd;
  border-left: 4px solid #ccc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.departments-single-wrapper .departments-sidebar .list-group-item-title {
  text-transform: uppercase;
}
/*
 * Shortcode: faq.less
 * -----------------------------------------------
*/
/*
 * Shortcode: gallery.less
 * -----------------------------------------------
*/
.gallery-items-rounded .effect-wrapper {
  border-radius: 6px;
}
.tm-sc-gallery .text-holder .title {
  font-size: 18px;
  text-transform: uppercase;
}
.tm-sc-gallery .text-holder .date,
.tm-sc-gallery .text-holder .category {
  color: #aaa;
  font-size: 12px;
}
.tm-sc-gallery .overlay-shade.shade-white + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-white + .text-holder .category {
  color: #777;
}
.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .title,
.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .category {
  color: #fff;
}
/*
 * Shortcode: portfolio.less
 * -----------------------------------------------
*/
/*
 * Shortcode: services.less
 * -----------------------------------------------
*/
.services-item {
  margin-bottom: 40px;
}
.owl-carousel .services-item {
  margin-bottom: 30px;
}
/*
 * Shortcode: staff.less
 * -----------------------------------------------
*/
.widget.widget-staff {
  margin-bottom: 20px;
}
.widget.widget-staff .widget-title {
  margin-top: 0;
}
.widget.widget-staff.staff-contact-info .name {
  color: #333;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.widget.widget-staff.staff-contact-info .speciality {
  color: #777;
  font-size: 13px;
}
.widget.widget-staff.staff-contact-info .dl-horizontal dt {
  color: #333;
}
.widget.widget-staff.staff-contact-info .dl-horizontal dt i {
  width: 20px;
}
@media (min-width: 768px) {
  .widget.widget-staff.staff-contact-info .dl-horizontal dt {
    text-align: left;
    width: auto;
  }
  .widget.widget-staff.staff-contact-info .dl-horizontal dd {
    margin-left: 100px;
  }
}
.widget.widget-staff.staff-info .name {
  margin-bottom: 0;
}
.tm-sc-staff .staff .details,
.tm-cpt-archive-staff .staff .details {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tm-sc-staff .staff .name,
.tm-cpt-archive-staff .staff .name {
  color: #333;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.tm-sc-staff .staff .speciality,
.tm-cpt-archive-staff .staff .speciality {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}
.tm-sc-staff .staff .short-bio,
.tm-cpt-archive-staff .staff .short-bio {
  margin-bottom: 10px;
}
.tm-sc-staff .staff .staff-working-hours,
.tm-cpt-archive-staff .staff .staff-working-hours {
  font-size: 14px;
  margin-bottom: 10px;
}
.tm-sc-staff .staff .contact-info,
.tm-cpt-archive-staff .staff .contact-info {
  margin-bottom: 15px;
}
.tm-sc-staff .staff .contact-info li,
.tm-cpt-archive-staff .staff .contact-info li {
  font-size: 15px;
  list-style: none;
}
.tm-sc-staff .staff .contact-info li i,
.tm-cpt-archive-staff .staff .contact-info li i {
  width: 20px;
  margin-right: 5px;
}
/*
 * Shortcode: testimonials.less
 * -----------------------------------------------
*/
.testimonial .author-text {
  font-size: 22px;
  font-weight: 400;
}
.testimonial .author-info .author-thumb {
  margin: 15px 0;
}
.testimonial .author-info .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.testimonial .author-info .job-position,
.testimonial .author-info .company-url {
  font-size: 14px;
  font-weight: 300;
}
/*
 * vacancies-about.less
 * -----------------------------------------------
*/
.vacancy-about ul li {
  list-style: none;
  margin-bottom: 12px;
}
.vacancy-about ul li span {
  display: block;
}
.vacancy-about ul li i {
  color: #333;
  font-size: 16px;
  width: 16px;
  float: left;
}
.vacancy-about ul li div {
  position: relative;
  top: -8px;
  margin-left: 30px;
}
/*
 * vacancies-tables.less
 * -----------------------------------------------
*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .job-overview-table {
    overflow-x: auto;
  }
}
.job-overview-table table.dataTable.no-footer {
  border-bottom: 1px solid transparent;
}
.job-overview-table table.dataTable thead th,
.job-overview-table table.dataTable thead td {
  border-bottom: 1px solid #e5e5e5;
}
.main-content-area .job-overview-table table td,
.main-content-area .job-overview-table table th {
  border-top: none;
  border-left: none;
  border-right: none;
}
.job-overview-table thead th:first-child {
  padding-left: 10px;
}
.job-overview-table tbody td {
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.job-overview-table table.dataTable tbody th,
.job-overview-table table.dataTable tbody td {
  padding: 10px 10px;
}
/*
 * Shortcode: pricing-tables.less
 * -----------------------------------------------
*/
.tm-sc-pricing-table {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-title-area {
  padding-bottom: 15px;
  padding-top: 15px;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-title-area .pricing-table-title {
  font-weight: 700;
  font-size: 28px;
  color: #333;
  margin-bottom: 0;
  margin-top: 0;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-title-area .pricing-table-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  margin-top: 0;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-pricing {
  margin-bottom: 15px;
  margin-top: 15px;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-pricing .pricing-table-price {
  color: #999;
  font-weight: 400;
  font-size: 48px;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-content {
  margin-bottom: 15px;
  margin-top: 15px;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-content ul {
  list-style: none;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-content ul li {
  color: #888;
  font-size: 15px;
  padding: 7px 0 7px 0;
  position: relative;
}
.tm-sc-pricing-table .pricing-table-inner .pricing-table-label {
  position: absolute;
  top: 15px;
  right: -141px;
  background-color: #ff6445;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 340px;
  padding: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.tm-sc-pricing-table.pricing-list-bordered .pricing-table-content ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 9px;
  padding-bottom: 9px;
}
.tm-sc-pricing-table.pricing-list-bullet .pricing-table-content ul li {
  padding-left: 20px;
}
.tm-sc-pricing-table.pricing-list-bullet .pricing-table-content ul li:before {
  border: none;
  color: #777;
  content: "\4e";
  font-family: ElegantIcons;
  font-size: 15px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 9px;
}
.tm-sc-pricing-table.pricing-table-box-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.tm-sc-pricing-table.pricing-table-featured {
  z-index: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-pricing-table.pricing-table-hover-effect:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.tm-sc-pricing-table.pricing-table-hover-effect.pricing-table-featured:hover {
  -webkit-transform: translateY(-20px) scale(1.1);
  -ms-transform: translateY(-20px) scale(1.1);
  -o-transform: translateY(-20px) scale(1.1);
  -moz-transform: translateY(-20px) scale(1.1);
  transform: translateY(-20px) scale(1.1);
}
.tm-sc-pricing-table.pricing-table-style1 {
  padding: 0;
}
.tm-sc-pricing-table.pricing-table-style1 .pricing-table-inner {
  padding: 30px;
}
.tm-sc-pricing-table.pricing-table-style1 .pricing-table-title-area {
  padding-bottom: 0;
  padding-top: 0;
}
.tm-sc-pricing-table.pricing-table-style3 {
  text-align: center;
}
.tm-sc-pricing-table.pricing-table-style3 .pricing-table-content ul {
  text-align: left;
}
.tm-sc-pricing-table.pricing-table-style4 {
  text-align: center;
}
.tm-sc-pricing-table.pricing-table-style5 {
  padding: 0;
  text-align: center;
}
/*
 * Shortcode: timetable.less
 * -----------------------------------------------
*/
.tabs_box_navigation.sf-timetable-menu {
  float: none;
}
/*
 * Shortcode: campaign.less
 * -----------------------------------------------
*/
.campaign-loop.campaign-grid .campaign-donation-btn {
  text-align: left;
}
.charitable-campaign .campaign-donation-stats .amount,
.charitable-campaign .campaign-donation-stats .goal-amount {
  color: #333;
  font-weight: 700;
}
.campaign-donation-stats {
  display: table;
  width: 100%;
  font-size: 15px;
}
.campaign-donation-stats .donation-raised,
.campaign-donation-stats .donation-goal {
  display: table-cell;
  vertical-align: middle;
}
.campaign-donation-stats .donation-raised .progress-title,
.campaign-donation-stats .donation-goal .progress-title {
  font-weight: bold;
}
.campaign-donation-stats .donation-raised .amount,
.campaign-donation-stats .donation-goal .amount {
  color: #111;
  font-weight: bold;
}
.campaign-donation-stats .donation-raised {
  text-align: left;
}
.campaign-donation-stats .donation-goal {
  text-align: right;
}
.charitable-campaign .campaign-inner {
  -webkit-box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.1);
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.1);
}
.charitable-campaign .campaign-content {
  padding: 30px;
}
.charitable-campaign .campaign-entry-meta {
  font-size: 13px;
  color: #999;
}
.charitable-campaign .campaign-entry-meta a {
  color: #999;
}
.charitable-campaign .campaign-entry-meta div {
  display: inline-block;
}
.charitable-campaign .campaign-entry-meta .campaign-location {
  margin-bottom: 0;
  font-style: normal;
}
/*
 * Shortcode: campaign-single.less
 * -----------------------------------------------
*/
.single-campaign .campaign-description {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
/*
 * Shortcode: charitable-form.less
 * -----------------------------------------------
*/
.charitable-form-fields {
  /* Large Devices, Wide Screens */
  /* Extra Small Devices, Phones */
}
.charitable-form-fields .charitable-fieldset {
  background: #fafafa;
}
.charitable-form-fields .charitable-form-field.odd {
  margin-right: 15px;
  clear: left;
}
.charitable-form-fields .charitable-form-field {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 1199px) {
  .charitable-form-fields .charitable-form-field {
    width: 49%;
  }
  .charitable-form-fields .charitable-form-field.odd {
    margin-right: 10px;
  }
}
.charitable-form-fields input[type="text"],
.charitable-form-fields input[type="email"],
.charitable-form-fields input[type="url"],
.charitable-form-fields input[type="password"],
.charitable-form-fields input[type="search"],
.charitable-form-fields input[type="number"],
.charitable-form-fields input[type="date"],
.charitable-form-fields input[type="tel"],
.charitable-form-fields textarea {
  max-width: 300px;
  max-width: 30rem;
  width: 100%;
  padding: 2px 15px;
  margin-top: 0;
  border-width: 1px;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #ececee;
  border-radius: 0px;
  font-size: 14px;
  font-size: 13px;
  box-shadow: none;
  background-color: #fff;
  -webkit-appearance: none;
  height: 42px;
}
.charitable-form-fields select {
  position: relative;
  width: 100%;
  max-width: 300px;
  max-width: 30rem;
  padding: 2px 15px;
  border-width: 1px;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #ececee;
  border-radius: 0.2rem;
  height: 40px;
}
@media only screen and (max-width: 590px) {
  .charitable-form-fields .charitable-form-field {
    float: none;
    width: 100%;
  }
  .charitable-form-fields input[type="text"],
  .charitable-form-fields input[type="email"],
  .charitable-form-fields input[type="url"],
  .charitable-form-fields input[type="password"],
  .charitable-form-fields input[type="search"],
  .charitable-form-fields input[type="number"],
  .charitable-form-fields input[type="date"],
  .charitable-form-fields input[type="tel"],
  .charitable-form-fields textarea {
    max-width: 36rem !important;
  }
}
.charitable-donation-form .charitable-donation-options .donation-amounts .donation-amount {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0 20px 0.5em 0;
  margin: 0 0 1em;
}
.charitable-donation-form .charitable-donation-options .donation-amounts .donation-amount.suggested-donation-amount .amount {
  font-size: 18px;
  text-align: center;
  background: #fff;
  display: block;
  margin-bottom: 0;
  padding: 25px 30px;
}
.charitable-donation-form .charitable-donation-options .donation-amounts .donation-amount.suggested-donation-amount .description {
  text-align: center;
  font-size: 13px;
  width: 100%;
  background: #f3f3f3;
}
.charitable-donation-form .charitable-donation-options .donation-amounts .donation-amount.suggested-donation-amount.selected .description {
  background-color: #444;
  color: #fff;
}
.charitable-donation-form .charitable-donation-options .donation-amounts .donation-amount.suggested-donation-amount.selected .amount {
  background-color: #F89D35;
  color: #fff;
  border: none;
}
.charitable-donation-form .charitable-submit-field .button {
  padding: 10px 40px;
  background: #F89D35;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-top: 10px;
}
.charitable-donation-form .charitable-submit-field .button:hover {
  background: #EC930F;
}
#charitable-donation-amount-form .donation-amounts .donation-amount,
#charitable-donation-form .donation-amounts .donation-amount {
  width: auto;
  padding: 0;
  margin: 0 15px 20px 0;
}
#charitable-donation-amount-form .donation-amounts .donation-amount.selected,
#charitable-donation-form .donation-amounts .donation-amount.selected {
  border: 1px solid #fafafa;
  color: #333;
}
#charitable-donation-amount-form .donation-amounts .donation-amount label,
#charitable-donation-form .donation-amounts .donation-amount label {
  padding: 0;
}
#charitable-donation-amount-form .donation-amounts .donation-amount:nth-child(2n+2),
#charitable-donation-form .donation-amounts .donation-amount:nth-child(2n+2) {
  margin: 0 15px 20px 0;
}
#charitable-donation-form .donation-amounts .donation-amount .custom-donation-amount-wrapper {
  padding: 20px;
}
#charitable-donation-form .donation-amounts .donation-amount.selected .custom-donation-amount-wrapper label {
  color: #fff;
}
/*
 * Shortcode: charitable-progress-bar.less
 * -----------------------------------------------
*/
.charitable-progress-bar {
  margin-top: 30px;
  padding: 7px 0;
}
.charitable-progress-bar .progress {
  height: 15px;
  margin-bottom: 0;
  overflow: visible;
  background-color: #eee;
  border-radius: 5px;
}
.charitable-progress-bar .progress .progress-bar {
  position: relative;
  border-radius: 5px;
  max-width: 100%;
}
.charitable-progress-bar .progress .progress-bar .progress-percentage {
  color: #555;
  border: 2px solid #555;
  font-size: 12px;
  left: 100%;
  width: 40px;
  bottom: 100%;
  margin-left: -20px;
  text-align: center;
  position: absolute;
  margin-bottom: 10px;
  border-radius: 4px;
}
.charitable-progress-bar .progress .progress-bar .progress-percentage:after {
  left: 50%;
  bottom: -14px;
  margin-left: -4px;
  content: "\f0d7";
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
}
/*
 * Shortcode: charitable-widgets.less
 * -----------------------------------------------
*/
.widget.widget_charitable_donors_widget .donors-list .donor .avatar {
  float: left;
  width: 65px;
  margin-right: 15px;
}
.widget.widget_charitable_donors_widget .donors-list .donor .donor-name {
  margin: 3px 0 0 0;
  font-size: 14px;
  text-transform: capitalize;
}
.widget.widget_charitable_donors_widget .donors-list .donor .donor-donation-amount {
  margin: 3px 0 0 0;
  font-size: 13px;
  color: #606060;
}
.widget.widget_campaign_creator_widget .charitable-campaign-creator .avatar {
  width: 65px;
}
.widget.widget_campaign_creator_widget .charitable-campaign-creator .creator-name {
  font-size: 14px;
  margin: 8px 0 5px;
  padding: 0;
}
.widget.widget_charitable_campaigns_widget .campaigns .campaign img {
  float: left;
  margin-right: 15px;
  width: 85px;
}
.widget.widget_charitable_campaigns_widget .campaigns .campaign .campaign-time-left {
  color: #a9a9a9;
}
.widget.widget_charitable_donation_stats_widget .donation-stats li {
  padding: 5px 0;
  font-size: 15px;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options {
  padding-top: 0;
  padding-bottom: 3px;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts {
  margin-bottom: 0;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount {
  width: auto;
  margin-right: 8px;
  margin-bottom: 10px;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount.selected {
  border: none;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount.selected .amount {
  background: #F89D35;
  color: #fff;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount .amount {
  font-size: 14px;
  text-align: center;
  background: #f2f2f2;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount.custom-donation-amount {
  background: #f2f2f2;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount.custom-donation-amount .custom-donation-amount-wrapper {
  padding: 10px 15px 20px 15px;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount.custom-donation-amount.selected {
  background: #F89D35;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-donation-options .donation-amounts .donation-amount.custom-donation-amount.selected .description {
  color: #fff;
}
.widget.widget_charitable_donate_widget #charitable-donation-amount-form .charitable-form-fields .charitable-form-field {
  float: none;
  margin-bottom: 3px;
}
.widget.widget_charitable_campaign_terms_widget ul > li {
  padding-left: 15px;
  position: relative;
}
.widget.widget_charitable_campaign_terms_widget ul > li::before {
  content: "\f0da";
  left: 0;
  top: 6px;
  position: absolute;
  font-family: FontAwesome;
}
/*
 * Shortcode: campaign-shortcode.less
 * -----------------------------------------------
*/
.tm-sc-charitable-campaigns .charitable-campaign {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.tm-sc-charitable-campaigns .charitable-campaign .campaign-inner {
  background: #fff;
}
.tm-sc-charitable-campaigns .charitable-campaign .campaign-inner .campaign-title .title {
  margin-top: 0;
}
.tm-sc-charitable-campaigns .charitable-campaign .campaign-inner .campaign-donation-stats {
  margin-bottom: 15px;
}
.tm-sc-charitable-campaigns .charitable-campaign .campaign-inner .campaign-meta {
  font-size: 14px;
  color: #888;
}
.tm-sc-charitable-campaigns .charitable-campaign .campaign-inner .campaign-meta .each-meta {
  display: inline-block;
  margin-right: 10px;
}
.tm-sc-charitable-campaigns .charitable-campaign .campaign-inner .campaign-meta .each-meta a {
  color: #888;
}
.tm-sc-charitable-campaigns .charitable-campaign .campaign-inner .campaign-meta .each-meta i {
  margin-right: 3px;
}
.tm-sc-charitable-campaigns.tm-sc-charitable-campaigns-masonry .charitable-campaign {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/*
 * Shortcode: single-give-form.less
 * -----------------------------------------------
*/
[id*='give-form'] div#give-sidebar-left {
  width: 100%;
  float: left;
}
[id*='give-form'] div.summary {
  width: 100%;
  float: right;
}
/*
 * Shortcode: tribe-events.less
 * -----------------------------------------------
*/
.tm-sc-tribe-events .event {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.tm-sc-tribe-events .event .event-content .event-title {
  margin-bottom: 0;
}
.tm-sc-tribe-events .event .event-content .event-meta {
  font-size: 14px;
  color: #888;
}
.tm-sc-tribe-events .event .event-content .event-meta .each-meta {
  display: inline-block;
  margin-right: 10px;
}
.tm-sc-tribe-events .event .event-content .event-meta .each-meta i {
  margin-right: 3px;
}
.tm-sc-tribe-events .event .event-content .event-excerpt p {
  margin-bottom: 0;
}
.tm-sc-tribe-events .event .event-content .btn-view-details {
  margin-top: 10px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-date {
  background: #f7f7f7;
  padding: 20px;
  text-align: center;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-date .day {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-date .month {
  font-size: 22px;
  line-height: 1.1;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.has-bg-theme-colored:not(.left-block-bordered) .event-date {
  color: #fff;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-thumb img {
  max-width: none;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-date {
  padding: 16px 20px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-date .day {
  font-size: 25px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-date .month {
  font-size: 16px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-thumb img {
  max-width: 78px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-date {
  padding: 12px 15px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-date .day {
  font-size: 22px;
  line-height: 1;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-date .month {
  font-size: 14px;
  line-height: 1;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-thumb img {
  max-width: 78px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered .event-date {
  background: #1296cc;
  border: 2px solid #eee;
  color: #fff;
  width: 93px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-title {
  margin-top: 0;
  margin-bottom: 0;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta {
  font-size: 14px;
  color: #888;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta .each-meta {
  display: inline-block;
  margin-right: 10px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta .each-meta i {
  margin-right: 5px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide {
  /* bx top nav style */
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide .bx-wrapper {
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: transparent;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .media {
  margin-top: 0;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #eee;
  height: auto;
  line-height: 28px;
  padding: 5px 12px 3px;
  width: auto;
  text-indent: 0;
  top: -50px;
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a i {
  color: #888;
  font-size: 24px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a:hover {
  background: #999;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a:hover i {
  color: #fff;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction {
  text-align: right;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction > a {
  position: relative;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction .bx-prev {
  right: auto;
  left: auto;
  top: auto;
  margin-right: 4px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction .bx-next {
  right: auto;
  left: auto;
  top: auto;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #eee;
  height: auto;
  line-height: 28px;
  padding: 0 12px;
  width: auto;
  text-indent: 0;
  top: -50px;
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a i {
  color: #fff;
  font-size: 24px;
  padding: 3px;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a:hover {
  background: #0e749d;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a:hover i {
  color: #fff;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction .bx-prev {
  right: 44px;
  left: auto;
    background-color: #1296cc;
}
.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction .bx-next {
  right: 0;
    background-color: #1296cc;
}
.tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event .event-date .day {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  display: block;
}
.tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event .event-date .month {
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
/*
 * Shortcode: tribe-events-calendar.less
 * -----------------------------------------------
*/
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #21759b;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: transparent;
}
.tribe-events-calendar .tribe-events-tooltip {
  padding: 0;
}
#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #21759b;
  color: #fff;
  font-size: 12px;
  padding: 7px 15px;
}
.tribe-events-tooltip .tribe-events-event-body {
  padding: 15px;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
  font-weight: bold;
  margin-bottom: 5px;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-event-description p {
  margin-bottom: 10px;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
  padding-top: 0;
}
#tribe-events .tribe-events-button {
  padding: 12px 16px;
}
.tribe-events-read-more {
  font-size: 14px;
}
.tribe-events-list .tribe-events-event-cost {
  position: absolute;
  right: 15px;
  bottom: 2rem;
  margin: 0;
  z-index: 10;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
  margin: 0;
  bottom: 15px;
}
.tribe-events-list .type-tribe_events {
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  margin-bottom: 2rem;
  padding: 0 0 2rem 0;
}
.tribe-events-event-meta .tribe-events-gmap {
  font-weight: bold;
}

.fix-images ul li img {
  padding: 20px;
}


.fix-images ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-images ul li {
  position: relative !important;
  flex: 1;
  align-self: center;
  left: 0 !important;
}

.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: transparent !important;
  background-color: transparent !important;
}

.equal-height {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.log_pic{
    padding-left: 10px !important;
    padding-top: 10px !important;

}