/*-----------------------------------------------------------------------------------



		! ! !    R E A D   T H I S    ! ! ! 
		-----------------
		
		It's recomended to use/create a custom css file (ore place them at the end of this file) 
		to do you customizations in order to easily update the main css files without loosing your changes
				


/* -----------------------------------------------------------------------------------

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)
	2. 	GENERAL ELEMENTS
	3.	HEADER
	4.	FOOTER
	5. 	MENU
	6. 	MENU TOGGLE (Hamburger)
	7. 	HEADER / MENU OPTIONS
	8. 	HERO / PAGETITLE
	9. 	PORTFOLIOt
	10. BLOG
	11. COMMENTS
	12. PAGE LOADER-
	13. PAGINATION
	14. EXTERN PLUGINS (smartscroll,masonry,revolution slider, owl)
	15. COLUMNS SECTION
	16. FULLWIDTH SECTION
	17. THUMB OVERLAY EFFECT
	18. ANIMATIONS (portfolio, hero, text, ...)
	19. ELEMENTS / SHORTCODES
	20. WIDGETS
	21. LOGO ADAPTATIONS
	
----------------------------------------------------------------------------------- */
/*---------------------------------------------- 

0. RESET & CLEARFIX

------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, figure, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
ol, ul {
  list-style: none;
}
:focus {
  outline: 0;
}
/* deleting the default appearence for form elements */
input[type=text], input[type=password], input[type=submit], input[type=number], input[type=button], textarea, button, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* HTML5 display definitions */
article, aside, details, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
  visibility: hidden;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
  height: 1%;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
/*---------------------------------------------- 

1. BASICS

------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
html.disablescroll {
  overflow: hidden;
} /* SPAB RICE */
body {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.74);
  text-align: left;
  background: #ffffff;
  min-height: 100%;
}
.text-light {
  color: rgba(255, 255, 255, 0.81);
}
::selection {
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
}
::-webkit-selection {
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
}
.text-light ::selection {
  background: rgba(255, 255, 255, 1);
  color: #000000;
}
.text-light ::-moz-selection {
  background: rgba(255, 255, 255, 1);
  color: #000000;
}
.text-light ::-webkit-selection {
  background: rgba(255, 255, 255, 1);
  color: #000000;
}
/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 500;
  color: rgba(78, 78, 78, 1.00);
}
.blue {
  color: #5f89c6;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: italic;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 500;
}
.text-light h1:not(.colored), .text-light h2:not(.colored), .text-light h3:not(.colored), .text-light h4:not(.colored), .text-light h5:not(.colored), .text-light h6:not(.colored), h1.text-light:not(.colored), h2.text-light:not(.colored), h3.text-light:not(.colored), h4.text-light:not(.colored), h5.text-light:not(.colored), h6.text-light:not(.colored), .text-light .h1:not(.colored), .text-light .h2:not(.colored), .text-light .h3:not(.colored), .text-light .h4:not(.colored), .text-light .h5:not(.colored), .text-light .h6:not(.colored) {
  color: #ffffff;
}
h1, .h1 {
  font-size: 42px;
  line-height: 50px;
}
h2, .h2 {
  font-size: 34px;
  line-height: 38px;
}
h3, .h3 {
  font-size: 30px;
  line-height: 36px;
}
h4, .h4 {
  font-size: 24px;
  line-height: 30px;
}
h5, .h5 {
  font-size: 19px;
  line-height: 24px;
}
h6, .h6 {
  font-size: 14px;
  line-height: 18px;
}
/* Headers Spacing */
div h1, div h2, div h3, div h4, div h5, div h6 {
  margin-top: 30px;
}
i + h1, i + h2, i + h3, i + h4, i + h5, i + h6 {
  margin-top: 15px;
}
div h1:first-child, div h2:first-child {
  margin-top: -0.18em;
}
div h1:last-child, div h2:last-child {
  margin-bottom: -0.18em;
}
div h3:first-child, div h4:first-child {
  margin-top: -0.15em;
}
div h3:last-child, div h4:last-child {
  margin-bottom: -0.15em;
}
div h5:first-child, div h6:first-child {
  margin-top: -0.12em;
}
div h5:last-child, div h6:last-child {
  margin-bottom: -0.12em;
}
/* delete margin for the big spacings */
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0px;
}
.title-alt {
  color: rgba(0, 0, 0, 0.35);
}
.text-light .title-alt {
  color: rgba(255, 255, 255, 0.4) !important;
}
.title-alt b, .title-alt strong, strong .title-alt {
  font-weight: 400;
}
.uppercase, .title-alt.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
/* headings with link */
h1:not(.product-name) a, h2:not(.product-name) a, h3:not(.product-name) a, h4:not(.product-name) a, h5:not(.product-name) a, h6:not(.product-name) a {
  color: #000000 !important;
  transition: background-size 0.3s ease;
  background-image: linear-gradient(#000000, #000000);
  background-size: 0% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
h1 a, .h1 a {
  background-size: 0% 3px;
}
h1:not(.product-name) a:hover, h2:not(.product-name) a:hover, h3:not(.product-name) a:hover, h4:not(.product-name) a:hover, h5:not(.product-name) a:hover, h6:not(.product-name) a:hover {
  background-size: 100% 2px;
}
h1 a:hover, .h1 a:hover {
  background-size: 100% 3px;
}
.text-light h1:not(.product-name) a, .text-light h2:not(.product-name) a, .text-light h3:not(.product-name) a, .text-light h4:not(.product-name) a, .text-light h5:not(.product-name) a, .text-light h6:not(.product-name) a {
  color: #ffffff !important;
  background-image: linear-gradient(#ffffff, #ffffff);
}
.notfound {
  font-size: 150px;
  line-height: 190px;
}
/* Forms
---------------------------------------- */ ::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.35;
  transition: all 0.3s ease;
}
:-moz-placeholder {
  color: #000000;
  opacity: 0.35;
  transition: all 0.3s ease;
}
::-moz-placeholder {
  color: #000000;
  opacity: 0.35;
  transition: all 0.3s ease;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 0.35;
  transition: all 0.3s ease;
}
.text-light ::-webkit-input-placeholder {
  color: #ffffff;
}
.text-light :-moz-placeholder {
  color: #ffffff;
}
.text-light ::-moz-placeholder {
  color: #ffffff;
}
.text-light :-ms-input-placeholder {
  color: #ffffff;
}
input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=date], textarea {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.20);
  line-height: 24px;
  height: 24px;
  color: #000000;
  padding: 0px 0px 5px 0;
  transition: all 200ms ease;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  resize: none;
}
.text-light:not(.transparent) input[type=text], .text-light:not(.transparent) input[type=password], .text-light:not(.transparent) input[type=email], .text-light:not(.transparent) input[type=number], .text-light:not(.transparent) input[type=tel], .text-light:not(.transparent) input[type=date], .text-light:not(.transparent) textarea {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, textarea:focus {
  border-color: #000000;
}
.text-light:not(.transparent) input[type=text]:focus, .text-light:not(.transparent) input[type=password]:focus, .text-light:not(.transparent) input[type=email]:focus, .text-light:not(.transparent) input[type=number]:focus, .text-light:not(.transparent) input[type=tel]:focus, .text-light:not(.transparent) input[type=date]:focus, .text-light:not(.transparent) textarea:focus {
  border-color: #ffffff;
}
input[type=text].wpcf7-not-valid, input[type=password].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=number].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=date].wpcf7-not-valid, textarea.wpcf7-not-valid, .woocommerce-invalid input[type=text], .woocommerce-invalid input[type=password], .woocommerce-invalid input[type=email], .woocommerce-invalid input[type=number], .woocommerce-invalid input[type=tel], .woocommerce-invalid input[type=date], .woocommerce-invalid textarea, input.false[type=text], input.false[type=password], input.false[type=email], input.false[type=tel], input.false[type=number], textarea.false, .check-error input[type=text], .check-error input[type=password], .check-error input[type=email], .check-error input[type=tel], .check-error input[type=date], .check-error input[type=number], .check-error textarea {
  border-color: #fa4d5a !important;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date] {
  width: 100%;
  max-width: calc(100% - 0px);
}
textarea {
  width: 100%;
  min-height: 10rem;
  max-width: calc(100% - 0px);
}
input[type=submit], input[type=button], .button, button {
  cursor: pointer;
  display: inline-block;
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  color: #ffffff;
  padding: 14px 40px;
  background: #000000;
  border: none;
  position: relative;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.text-light input[type=submit], .text-light input[type=button], .text-light .button, .text-light button {
  background: #ffffff;
  color: #000000;
}
input[type=submit]:hover, input[type=button]:hover, .button:hover, button:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.text-light input[type=submit]:hover, .text-light input[type=button]:hover, .text-light .button:hover, .text-light button:hover {
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}
/*select {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.20);
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  height: 35px;
  width: auto;
  max-width: 100%;
  text-overflow: ellipsis;
  padding: 0 15px 0 0px;
  color: #000000;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-width: 120px;
  background-image: url(../assets/select-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: 11px 8px;
  -moz-background-size: 11px 8px;
  -o-background-size: 11px 8px;
  background-size: 11px 8px;
}
.text-light select {
  color: #ffffff;
  border-color: #fa4d5a;
  background-image: url(../assets/select-arrow-light.png);
}
select option {
  cursor: pointer;
  padding: 5px 7px;
}*/
label {
  font-weight: 300;
  font-size: 1em;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  display: block;
  transition: color 0.2s ease;
}
.text-light label {
  color: rgba(255, 255, 255, 0.4);
}
.form-row.check-error label {
  color: #fa4d5a;
}
label input + span, input[type=radio] + label, input[type=checkbox] + label {
  font-size: 0.9em;
  color: #000000;
  display: inline-block;
  margin-left: 5px;
  display: inline-block;
  width: auto;
}
.text-light label input + span, .text-light input[type=radio] + label, .text-light input[type=checkbox] + label {
  color: #ffffff;
}
label abbr {
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.text-light abbr {
  color: rgba(255, 255, 255, 0.4);
}
form {
  margin-top: 20px;
  padding: 1px 0 0 0; /* work around for margin from form-row */
}
div form:first-child {
  margin: 0;
}
form .form-row {
  margin-top: 20px;
  position: relative;
}
div form:first-child .form-row:first-child, div form:first-child .form-row.one-half:nth-child(2), div form:first-child .form-row.one-third:nth-child(2), div form:first-child .form-row.one-third:nth-child(3), div form:first-child .form-row.two-third:nth-child(2), div form:first-child .form-row.one-fourth:nth-child(2), div form:first-child .form-row.one-fourth:nth-child(3), div form:first-child .form-row.one-fourth:nth-child(4), div form:first-child .form-row.two-fourth:nth-child(2), div form:first-child .form-row.two-fourth:nth-child(3), #reply-title + form:first-child .form-row:first-child {
  margin-top: 0px;
}
.form-row.hidden {
  display: none;
}
form .form-submit {
  margin-top: 30px;
}
form .form-note {
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  display: none;
  color: #ffffff;
  text-align: center;
}
form .form-note .alert-error, form .form-note .alert-confirm {
  background: #fa4d5a;
  padding: 17px 0px;
  width: 100%;
}
form .form-note .alert-confirm {
  background: #38e394;
}
form .form-note.visible {
  -webkit-animation: show-hide 5s 1;
  -moz-animation: show-hide 5s 1;
  -ms-animation: show-hide 5s 1;
  animation: show-hide 5s 1;
}
@-webkit-keyframes show-hide {
  0% {
    opacity: 0;
    visibility: visible;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes show-hide {
  0% {
    opacity: 0;
    visibility: visible;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes show-hide {
  0% {
    opacity: 0;
    visibility: visible;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* contact form 7 */
.wpcf7-not-valid-tip {
  display: none !important;
}
body:not(.loader-dot):not(.loader-pumping) div.wpcf7 .ajax-loader {
  position: relative;
  width: 2px;
  height: 30px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-left: 30px;
}
body:not(.loader-dot):not(.loader-pumping) .text-light div.wpcf7 .ajax-loader {
  background: rgba(255, 255, 255, 0.12);
}
body:not(.loader-dot):not(.loader-pumping) div.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -moz-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -o-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -ms-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
}
body:not(.loader-dot):not(.loader-pumping) .text-light div.wpcf7 .ajax-loader::before {
  background: #ffffff;
}
/* loader-dot style */
body.loader-dot div.wpcf7 .ajax-loader {
  position: relative;
  width: 22px;
  height: 5px;
  margin-left: 10px;
  background: none;
}
body.loader-dot div.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  -webkit-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -moz-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -o-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -ms-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  background: #000000;
  border-radius: 5px;
}
body.loader-dot .text-light div.wpcf7 .ajax-loader::before {
  background: #ffffff;
}
.wpcf7-response-output {
  display: block !important;
  border: none !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: 25px !important;
  position: fixed;
  width: 300px;
  background: #fa4d5a;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #3ae285;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.sent .wpcf7-response-output {
  -webkit-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1);
  -moz-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1);
  -o-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1);
  -ms-animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1);
  animation: error_message_show 3.7s cubic-bezier(0.2, 0.6, 0.3, 1);
}
@-webkit-keyframes error_message_show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes error_message_show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes error_message_show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* Table
---------------------------------------- */
table {
  margin-top: 20px;
  border-collapse: collapse;
  /*table-layout: fixed;*/
  width: 100%;
  max-width: 100%;
}
div table:first-child {
  margin-top: 0px;
}
table th {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  line-height: 1.2em;
}
.text-light table th {
  color: #ffffff;
}
table tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.text-light table tr {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
table tbody td, table tbody th, table tfoot td {
  padding: 10px 0;
}
table tbody tr:first-child td, table tbody tr:first-child th {
  padding-top: 0px;
}
table thead + tbody tr:first-child td {
  padding-top: 10px;
}
table thead th {
  padding-bottom: 10px;
}
table thead tr th:last-child, table tbody tr td:last-child, table tfoot tr td:last-child {
  text-align: right;
}
.table-scroll {
  max-width: 100%;
  overflow-y: auto;
  margin-top: 20px;
}
div .table-scroll:first-child {
  margin-top: 0px;
}
.table-scroll table {
  min-width: 550px;
}
/* Links
---------------------------------------- */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
  color: #000000;
  transition: all 0.2s ease;
}
a:hover {
  color: #5887da;
}
a.blue {
  color: #5f89c6;
}
.text-light a, a.text-light, .text-dark a.text-light {
  color: #ffffff;
}
.text-light a:hover, a.text-light:hover, .text-dark a.text-light:hover {
  color: rgba(255, 255, 255, 0.5);
}
p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}
p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link):hover {
  border-color: #000000;
}
.text-light p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link) {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.text-light p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link):hover {
  border-color: #ffffff;
}
blockquote p a {
  border: none;
}
/* Embedded content
---------------------------------------- */
img, object, video, audio {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
/*.video-background  {
    max-width: inherit;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}*/
.video-background {
  object-fit: cover;
  width: 100vw !important;
  height: 100vh !important;
}
/*.video-background { 
  max-width: inherit;
    width: 100%;
}
*/
/*@media only screen and (max-width: 1025px) {
.video-background { 
  display: none;
}
}*/
/*img {
	width: auto;
	max-width: 100%; 
	border: 0;
	-ms-interpolation-mode: bicubic;
	}*/
p img {
  margin-top: 25px;
}
p img:first-child {
  margin-top: 0px;
}
img.alignleft {
  margin: 3px 25px 25px 0;
  float: left;
}
img.alignright {
  margin: 3px 0px 25px 25px;
  float: right;
}
p + video, p + audio {
  margin-top: 25px;
}
/* Lists
---------------------------------------- */
ul {
  margin-top: 15px;
  margin-left: 30px;
  list-style: disc;
}
ul.nolist {
  list-style: none;
  margin-left: 0px;
}
div ul:first-child, li ul:first-child {
  margin-top: 0px;
}
ol {
  margin-top: 15px;
  margin-left: 30px;
  list-style: decimal;
}
div ol:first-child, li ol:first-child {
  margin-top: 0px;
}
ul li, ol li {
  margin-top: 8px;
}
ul.biglist li, ol.biglist li, ul.nolist li, ol.nolist li {
  color: #000000;
}
.text-light ul.biglist li, .text-light ol.biglist li, .text-light ul.nolist li, .text-light ol.nolist li {
  color: #ffffff;
}
ul.biglist li, ol.biglist li {
  font-size: 18px;
  line-height: 28px;
  margin-top: 12px;
}
ul li:first-child, ol li:first-child {
  margin-top: 0px;
}
/* Others
---------------------------------------- */
p {
  margin-top: 15px;
}
div p:first-child {
  margin-top: 0px;
}
strong, b, dt {
  font-weight: 400;
}
i, dfn, em {
  font-style: italic;
}
blockquote {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  position: relative;
  max-width: 1200px;
  margin: 40px auto;





}
#page-title blockquote {
  font-size: 36px;
  line-height: 54px;
}
.column:not(.one-full):not(.one-half) blockquote, .single-content blockquote, sidebar blockquote {
  font-size: 20px;
  line-height: 32px;
}
[class*='wrapper'] blockquote {
  max-width: 100%;
}
.text-light blockquote, blockquote.text-light {
  color: #ffffff;
}
div blockquote:first-child {
  margin-top: 0px;
}
div blockquote:last-child {
  margin-bottom: 0px;
}
blockquote > p:first-of-type::before, blockquote > p:first-of-type::after {
  content: '"';
  font-size: 1.2em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: .2em;
}
blockquote > p:first-of-type::after {
  margin-right: 0;
  margin-left: .2em;
}
cite {
  font-size: 16px;
  line-height: 24px;
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  margin-top: 15px;
}
blockquote figure {
  margin: 20px auto 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  overflow: hidden;
  text-align: center;
}
blockquote p {
  margin: 0;
}
pre {
  padding: 15px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.06);
  display: block;
  border-radius: 2px;
  overflow-x: auto;
}
.text-light pre {
  background: rgba(255, 255, 255, 0.12);
}
div pre:first-child {
  margin-top: 0px;
}
code, kbd, tt {
  padding: 0 7px 0 5px;
  display: inline-block;
  border-radius: 2px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  top: -1px;
}
.text-light code, .text-light kbd, .text-light tt {
  background: #ffffff;
  color: #000000;
}
big {
  font-size: 1.2em;
  line-height: 1.5em;
}
small {
  font-size: 0.85em;
  line-height: 1.2em;
}
h1 small, h2 small, h3 small, h4 small {
  font-size: 0.6em;
}
h5 small {
  font-size: 0.75em;
}
h6 small {
  font-size: 0.85em;
}
small a {
  border-bottom-width: 1px !important;
}
mark {
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  padding: 0 2px;
}
.text-light mark {
  background: #ffffff;
  color: #000000;
}
.google-map {
  height: 400px;
}
/*---------------------------------------------- 

2. GENERAL ELEMENTS

------------------------------------------------*/
#page-content {
  overflow: hidden;
  margin: 0;
  min-width: 1200px;
  max-width: 100%;
  min-height: 101vh;
}
.loading-end #page-content {
  min-height: auto;
} /*workaround for isotope content (without other content) when scrollbar is active*/
#page-body {
  width: calc(100% - 200px);
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2; /* because of the content overlay */
}
body.limit-big #page-body {
  max-width: 1680px;
}
body.limit-full #page-body {
  max-width: none;
}
#header:not(.sticky) + #hero-and-body #hero.hero-fullscreen + #page-body {
  margin-top: calc(0px - 160px - 30px);
} /* Logo Height */
#hero.hero-fullscreen.content-overlay + #page-body {
  margin-top: -100px;
  margin-bottom: 30px;
}
#header:not(.sticky) + #hero-and-body #hero.hero-fullscreen.content-overlay + #page-body {
  margin-top: calc(0px - 160px - 100px - 30px);
} /* Logo Height */
.black-overlay:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  min-height: 100%;
  width: 100%;
  max-width: 100% !important;
}
.black-overlay2:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  min-height: 100%;
  width: 100%;
  max-width: 100% !important;
}
.wrapper-small, .wrapper-medium, .wrapper-big {
  width: 780px;
  margin: 0 auto;
  max-width: calc(100% - 200px);
}
.wrapper-mini {
  width: 780px;
  margin: 0 auto;
  max-width: calc(100% - 100px);
}
.wrapper-mini {
  width: 1024px;
}
.wrapper-medium {
  width: 1024px;
}
.wrapper-big {
  width: 1240px;
}
.wrapper-small.push-left {
  margin: 0;
}
.wrapper::after, .wrapper-small::after, .wrapper-medium::after, .wrapper-big:after, .wrapper-mini:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/* icons */
i[class*='ion-'], i[class*='fa-'] {
  color: #000000;
}
.text-light i[class*='ion-'], .text-light i[class*='fa-'] {
  color: #ffffff;
}
/*---------------------------------------------- 

3. HEADER

------------------------------------------------*/
#header {
  z-index: 1501;
  width: 100%;
  position: relative;
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header.sticky::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  /*box-shadow: 0 3px 3px rgba(0,0,0,0.1);*/
  z-index: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
#header.sticky.sticky-transformed::after, body:not(.hero-fullscreen) #header.sticky::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#header.sticky.sticky-transformed.direct::after {
  transition: none;
}
#header .header-inner {
  width: calc(100% - 200px);
  margin: 0 auto;
  /* padding: 70px 0 20px 0 !important; */
}
#header-widget .socialmedia-widget {
  width: calc(100% - 200px);
}
#header #logo {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#header #logo img {
  height: 47px; /* Logo Height */
  transition: all 0.3s ease;
}
header #logo .text-logo {
  line-height: 37px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
} /* Logo Height */
header #logo img#dark-logo + img#light-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}
header #logo.text-light img#dark-logo {
  opacity: 0;
  visibility: hidden;
}
header #logo.text-light img#dark-logo + img#light-logo {
  opacity: 1;
  visibility: visible;
}
/* Header widgets */
#header-widget {
  position: fixed;
  width: 100%;
  background-color: white;
  margin: 0 auto;
  top: 0px;
  overflow: hidden;
  opacity: 1;
  /* visibility: hidden; */
  -webkit-transition: all 399ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 0.599s ease, bottom 0.399s ease 0.3s;
  -moz-transition: all 399ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 0.599s ease, bottom 0.399s ease 0.3s;
  -o-transition: all 399ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 0.599s ease, bottom 0.399s ease 0.3s;
  transition: all 399ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 0.599s ease, bottom 0.399s ease 0.3s;
  z-index: 1502;
  text-align: right;
}
header.menu-is-open #header-widget {
  right: 100px;
  bottom: 40px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.3s, right 0.599s ease;
  -moz-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.3s, right 0.599s ease;
  -o-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.3s, right 0.599s ease;
  transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.3s, right 0.599s ease;
}
/* Header Actions */
#header-actions {
  position: fixed;
  z-index: 1503;
  width: 100px;
  top: calc(160px + 30px); /* logo height */
  right: 0;
  transition: all 0.4s ease 0.7s, top 0.01s ease;
}
header.menu-is-open #header-actions, header.action-is-active #header-actions, #page-content[class*='active-pagination'] #header-actions {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
/* filter */
.header-filter {
  height: auto;
  text-align: center;
}
.filter-icon {
  width: 24px;
  height: 10px;
  display: block;
  cursor: pointer;
  position: relative;
  margin: -3px auto 0 auto;
}
.filter-icon span, .filter-icon span::after, .filter-icon span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.text-light .filter-icon span, .text-light .filter-icon span::after, .text-light .filter-icon span::before {
  background: #ffffff;
}
.filter-icon span::after {
  left: 9px;
  top: 0;
}
.filter-icon span::before {
  left: -9px;
  top: 0;
}
.filter-icon:hover span {
  top: calc(50% - 0px);
}
.filter-icon:hover span::after {
  top: -5px;
}
.filter-icon:hover span::before {
  top: -3px;
}
/* search */
.header-search {
  height: 20px;
  margin-top: 20px;
  text-align: center;
}
#header-actions .header-search:first-child {
  margin-top: 0px;
}
.header-search > a {
  display: inline-block;
  width: 16px;
  height: 20px;
  transition: all 0.2s ease;
  text-align: center;
  border-radius: 40px;
  padding: 1px;
}
.search {
  fill: #000000;
  transition: all 0.3s ease;
}
.text-light .search {
  fill: #ffffff;
}
/* to top */
.header-totop {
  height: 30px;
  margin-top: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  position: relative;
  top: 5px;
}
#header-actions .header-totop.visible {
  opacity: 1;
  visibility: visible;
  top: 0;
}
#header-actions .header-totop:first-child {
  margin-top: 0px;
}
.header-totop.visible {
  opacity: 1;
  visibility: visible;
}
.header-totop a.totop {
  display: inline-block;
  width: 30px;
  height: 40px;
  padding-left: 10px;
  margin: 0;
  overflow: hidden;
  background-color: #e8ebe900;
  border-radius: 50%;
}
.header-totop .arrow:hover {
  fill: #5f89c6;
}
.arrow {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
  fill: #000000;
  transition: all 0.2s ease;
}
.text-light .arrow {
  fill: #ffffff;
}
.arrow.arrow-top {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow.arrow-bottom {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.arrow.arrow-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Header Actions OVERLAY */
#header-actions-overlay {
  position: fixed;
  top: calc(160px + 30px); /* logo height */
  right: -50px;
  width: 210px;
  height: calc(100% - 160px - 30px - 150px); /* logo height + widget height */
  z-index: 1501;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -moz-transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -o-transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}
header.action-is-active #header-actions-overlay {
  right: 100px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -moz-transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -o-transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}
header #header-actions-overlay::after {
  content: "";
  height: 100vh;
  width: 350px;
  position: absolute;
  top: calc(-160px - 30px);
  right: -451px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: right 0.599s cubic-bezier(0.4, 0.4, 0.000, 1.0), all 0.01s ease 0.6s;
  -moz-transition: right 0.599s cubic-bezier(0.4, 0.4, 0.000, 1.0), all 0.01s ease 0.6s;
  -o-transition: right 0.599s cubic-bezier(0.4, 0.4, 0.000, 1.0), all 0.01s ease 0.6s;


  transition: right 0.599s cubic-bezier(0.4, 0.4, 0.000, 1.0), all 0.01s ease 0.6s;
}
#header-actions-overlay .action-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -100px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
header.header-right #header-actions-overlay .action-close {
  left: 20px;
  right: auto;
}
header.action-is-active #header-actions-overlay .action-close {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
#header-actions-overlay .action-close::after, #header-actions-overlay .action-close::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  left: calc(50% - 12px);
  top: 6px;
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  background-color: #000000;
  transition: all 0.2s ease;
}
#header-actions-overlay .action-close::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
#header-actions-overlay .action-close:hover::after, #header-actions-overlay .action-close:hover::before {
  background-color: #808080 !important;
}
#header-actions-overlay .header-overlay-title {
  position: absolute;
  top: -105px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
header.action-is-active #header-actions-overlay .header-overlay-title {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
#header-actions-overlay .widget-title {
  opacity: 0.3;
  margin-bottom: 15px;
}
/* filter / search / category action */
#header-actions-overlay .action-overlay.filter-overlay, #header-actions-overlay .action-overlay.search-overlay, #header-actions-overlay .action-overlay.category-overlay, #header-actions-overlay .action-overlay.cart-overlay {
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.action-is-active.filter-overlay #header-actions-overlay .action-overlay.filter-overlay, header.action-is-active.search-overlay #header-actions-overlay .action-overlay.search-overlay, header.action-is-active.category-overlay #header-actions-overlay .action-overlay.category-overlay, header.action-is-active.cart-overlay #header-actions-overlay .action-overlay.cart-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
#header-actions-overlay .action-overlay .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-actions-overlay .action-overlay .category-list li {
  margin: 0.5em 0;
}
#header-actions-overlay .action-overlay .category-list li:first-child {
  margin-top: 0;
}
#header-actions-overlay .action-overlay .category-list li:last-child {
  margin-bottom: 0;
}
#header-actions-overlay .action-overlay .category-list li a {
  position: relative;
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  display: inline-block;
  width: auto;
  color: #000000;
  line-height: 36px;
}
#header-actions-overlay .action-overlay .category-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background: rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
}
#menu.throughline ~ #header-actions-overlay .action-overlay .category-list li a::after {
  background: #000000;
  left: -1px;
  bottom: calc(50% - 1px);
}
#header-actions-overlay .action-overlay .category-list li.active a::after, #header-actions-overlay .action-overlay .category-list li a:hover::after {
  width: 100%;
}
#menu.throughline ~ #header-actions-overlay .action-overlay .category-list li.active a::after, #menu.throughline ~ #header-actions-overlay .action-overlay .category-list li a:hover::after {
  width: calc(100% + 1px);
}
/* search overlay */
#header-actions-overlay .action-overlay .searchform input[type=text] {
  font-size: 1.45em;
  line-height: 1.5em;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
  width: 100%;
  max-width: 100%;
}
#header-actions-overlay .action-overlay .searchform input[type=text]::-webkit-input-placeholder {
  opacity: 1;
}
#header-actions-overlay .action-overlay .searchform input[type=text]:-moz-placeholder {
  opacity: 1;
}
#header-actions-overlay .action-overlay .searchform input[type=text]::-moz-placeholder {
  opacity: 1;
}
#header-actions-overlay .action-overlay .searchform input[type=text]:-ms-input-placeholder {
  opacity: 1;
}
#header-actions-overlay .action-overlay .searchform input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0.25;
}
#header-actions-overlay .action-overlay .searchform input[type=text]:focus:-moz-placeholder {
  opacity: 0.25;
}
#header-actions-overlay .action-overlay .searchform input[type=text]:focus::-moz-placeholder {
  opacity: 0.25;
}
#header-actions-overlay .action-overlay .searchform input[type=text]:focus:-ms-input-placeholder {
  opacity: 0.25;
}
#header-actions-overlay .action-overlay .searchform input[type=submit] {
  display: none;
}
#header-actions-overlay .action-overlay.search-overlay .widget-title {
  margin-top: 5px;
}
/*---------------------------------------------- 

4. FOOTER

------------------------------------------------*/
#footer {
  width: calc(100% - 200px);
  max-width: 1440px;
  margin: 0 auto;
}
body.limit-big #footer {
  max-width: 1680px;
}
body.limit-full #footer {
  max-width: none;
}
#footer .footer-inner {
  padding: 80px 0;
}
#footer #dark-logo {
  height: 30px;
  max-width: inherit;
}
/*---------------------------------------------- 

5. 	MENU

------------------------------------------------*/
#menu {
  float: right;
  transition: all 0.4s ease 0.7s;
  position: relative;
  z-index: 1501; /* when header ist sticky */
}
header.action-is-active #menu {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
/* hamburger menu appearance */
#menu:not(.classic) #menu-inner {
  position: fixed;
  top: 0;
  right: -150px;
  padding-right: 100px;
  width: 210px; /* to not stick to the left */
  margin-top: calc(160px + 30px); /* logo height */
  height: calc(100% - 160px - 30px - 150px); /* logo height + widget height */
  z-index: 1501;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -moz-transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -o-transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  transition: all 0.599s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}
header.menu-is-open #menu:not(.classic) #menu-inner {
  right: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -moz-transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -o-transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  transition: all 0.115s ease, right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}
nav#main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu:not(.classic) nav#main-nav > ul > li {
  margin: 0.5em 0;
  display: block;
  padding: 0;
  position: relative;
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 499ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  -moz-transition: all 499ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  -o-transition: all 499ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  transition: all 499ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  opacity: 0;
  visibility: hidden;
  text-align: right;
}
#menu:not(.classic) nav#main-nav > ul > li:first-child {
  margin-top: 0;
}
#menu:not(.classic) nav#main-nav > ul > li:last-child {
  margin-bottom: 0;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li {
  -webkit-transition: all 799ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  -moz-transition: all 799ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  -o-transition: all 799ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  transition: all 799ms cubic-bezier(0.4, 0.1, 0.000, 1.0);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
header #menu:not(.classic) nav#main-nav > ul > li {
  transition-delay: 0s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(2) {
  transition-delay: 0.03s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(3) {
  transition-delay: 0.06s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(4) {
  transition-delay: 0.09s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(5) {
  transition-delay: 0.12s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(6) {
  transition-delay: 0.15s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(7) {
  transition-delay: 0.18s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(8) {
  transition-delay: 0.21s;
}
header #menu:not(.classic) nav#main-nav > ul > li:nth-child(9) {
  transition-delay: 0.24s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li {
  transition-delay: 0s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(2) {
  transition-delay: 0.05s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(3) {
  transition-delay: 0.1s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(4) {
  transition-delay: 0.15s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(5) {
  transition-delay: 0.20s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(6) {
  transition-delay: 0.25s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(7) {
  transition-delay: 0.30s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(8) {
  transition-delay: 0.45s;
}
header.menu-is-open #menu:not(.classic) nav#main-nav > ul > li:nth-child(9) {
  transition-delay: 0.50s;
}
nav#main-nav ul > li > a {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  display: inline-block;
  width: auto;
  color: #000000;
  height: auto;
  line-height: 36px;
  position: relative;
  vertical-align: bottom; /* workaround bottom margin */
}
#menu.classic nav#main-nav > ul > li > a {
  font-weight: 500;
  font-size: 17px;
  line-height: 47px;
  letter-spacing: .08em;
  /* text-transform: uppercase;*/
}
nav#main-nav ul > li > a small {
  opacity: 0.25;
}
nav#main-nav ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 2px;
  background: rgba(88, 135, 218, 0.56);
  transition: all 0.3s ease;
}
.throughline nav#main-nav ul > li > a::after {
  bottom: calc(50% - 1px);
  left: -1px;
  background: #000000;
}
nav#main-nav ul > li > a:hover::after, nav#main-nav ul > li.current_page_item > a::after {
  width: 100%;
}
.throughline nav#main-nav ul > li > a:hover::after, .throughline nav#main-nav ul > li.current_page_item > a::after {
  width: calc(100% + 1px);
}
nav#main-nav > ul > li ul.sub-menu {
  margin: 0;
  padding: 7px 0 12px 2px;
  display: none;
  width: auto;
}
nav#main-nav > ul > li ul.sub-menu li a {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  height: auto;
}
#menu.classic nav#main-nav > ul > li ul.sub-menu li a {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: none;
}
/* classic menu appearance */
@media only screen and (min-width: 1025px) {
  #menu.classic .menu-actions {
    float: right;
  }
  #menu.classic #menu-inner, #menu.classic #menu-inner-scroll {
    float: left;
  }
  #menu.classic nav#main-nav > ul > li {
    margin: 0 10px;
    float: left;
    padding: 0;
    position: relative;
    height: 47px;
  }
  #menu.classic nav#main-nav > ul > li.separador {
    line-height: 2.3em;
  }
  #menu.classic nav#main-nav > ul > li:first-child {
    margin-left: 0;
  }
  #menu.classic nav#main-nav > ul > li:last-child {
    margin-right: 0;
  }
  #menu.classic nav#main-nav > ul > li > a {
    display: block;
  }
  #menu.classic #menu-inner.text-light nav#main-nav > ul > li > a {
    color: #ffffff;
  }
  #menu.classic #menu-inner.text-light nav#main-nav ul > li > a::after {
    background: rgba(255, 255, 255, 0.31);
  }
  #menu.classic.throughline #menu-inner.text-light nav#main-nav ul > li > a::after {
    background: #ffffff;
  }
  #menu.classic nav#main-nav > ul > li > ul.sub-menu {
    margin: 0;
    padding: 8px 12px 12px 12px;
    max-width: 200px;
    position: absolute;
    bottom: 0;
    left: -12px;
    background: #ffffff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: all 0.2s ease 0.2s;
  }
  #menu.classic nav#main-nav > ul > li:hover > ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    transition: all 0.3s ease 0.2s;
  }
  #menu.classic nav#main-nav > ul > li ul.sub-menu li {
    margin-top: 5px;
  }
  #menu.classic nav#main-nav > ul > li ul.sub-menu li:first-child {
    margin-top: 0px;
  }
  #menu.classic nav#main-nav > ul > li ul.sub-menu li a {
    display: inline-block;
    margin: 0;
  }
}
/* go to page (pseudo ajax)*/
#page-content.go-to-page, #page-content.go-to-page #header.sticky {
  -webkit-transition: all 689ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -moz-transition: all 689ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -o-transition: all 689ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  transition: all 689ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}
#page-content.go-to-page {
  right: 100% !important;
  opacity: 0;
}
#page-content.go-to-page #header.sticky {
  left: -100% !important;
}
/*---------------------------------------------- 

6. 	MENU ACTIONS (Hamburger + language)

------------------------------------------------*/
.menu-actions {
  position: relative;
  z-index: 1502;
}
.menu-toggle {
  width: 24px;
  height: 30px;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  float: right;
  margin-left: 35px;
}
#menu.classic .menu-toggle {
  display: none;
}
/* hamburger animation */
.menu-toggle span.hamburger, .menu-toggle span.hamburger:after, .menu-toggle span.hamburger:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s;
  -moz-transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s;
  -o-transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s;
  transition: all 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), margin 0.3s ease 0.3s, transform 0.3s ease, background 0.05s ease 0.27s;
  -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
  -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
  transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
}
.menu-toggle span.hamburger:before {
  margin-top: -7px;
  top: 0;
  width: 80%;
}
.menu-toggle span.hamburger:after {
  margin-top: 7px;
  top: 0;
  width: 50%;
}
header:not(.menu-is-open) .text-light .menu-toggle span.hamburger, header:not(.menu-is-open) .text-light .menu-toggle span.hamburger:after, header:not(.menu-is-open) .text-light .menu-toggle span.hamburger:before {
  background: #ffffff;
}
header:not(.menu-is-open) .menu-toggle:hover span:before, header:not(.menu-is-open) .menu-toggle:hover span:after {
  width: 100%;
}
/* open navigation anim */
header.menu-is-open .menu-toggle span.hamburger {
  background: transparent;
}
header.menu-is-open .menu-toggle span:before, header.menu-is-open .menu-toggle span:after {
  -webkit-transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
  -moz-transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
  -o-transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
  transition: margin 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000), transform 0.3s ease 0.3s, background 0.3s ease 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
  -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
  transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
  margin: 0;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header.menu-is-open .menu-toggle span:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* animation (page-content needed for the pagination anim) */
#page-content, #hero-and-body, #page-body, #hero, #footer {
  right: 0px;
  position: relative;
  -webkit-transition: left 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -moz-transition: left 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  -o-transition: left 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
  transition: left 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0), right 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0);
}
header.menu-is-open ~ #hero-and-body, header.menu-is-open ~ #page-body, header.menu-is-open ~ #hero, header.menu-is-open ~ #footer, header.action-is-active ~ #hero-and-body, header.action-is-active ~ #page-body, header.action-is-active ~ #hero, header.action-is-active ~ #footer {
  right: 350px;
  transition-delay: 0.06s;
}
/*---------------------------------------------- 

8. HERO / PAGETITLE

------------------------------------------------*/
#hero {
  position: relative;
  overflow: hidden;
  width: calc(100% - 200px);
  max-width: 1440px;
  margin: 0 auto;
}
body.limit-big #hero {
  max-width: 1680px;
}
body.limit-full #hero {
  max-width: none;
}
#hero {
  background: #ffffff;
}
#hero.text-light {
  background: #000000;
}
#hero.hero-full {
  min-height: calc(60vh - 160px - 30px);
} /* Logo Height */
#hero.hero-fullscreen {
  /*min-height: 60vh;*/
   min-height: 50vh; 
  width: 100%;
  max-width: 100% !important;
}
#header:not(.sticky) + #hero-and-body #hero.hero-fullscreen {
  top: calc(0px - 160px - 30px);
} /* Logo Height */
#header.sticky + #hero-and-body #hero:not(.hero-fullscreen) {
  margin-top: calc(0px + 160px + 30px);
} /* Logo Height */
#header.sticky + #hero-and-body > #page-body:first-child {
  margin-top: calc(0px + 160px + 30px);
} /* Logo Height */
#hero.hero-auto[class*='forceratio-'] {
  min-height: 70vh;
} /* will be adapted by js */
/* hero pagetitle */
#hero #page-title {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
#hero:not(.no-bg) #page-title:not(.wrapper-small) {
  width: calc(100% - 80px);
  padding-left: 40px;
  padding-right: 40px;
}
#hero.no-bg #page-title {
  padding-top: 0;
}
#hero.hero-fullscreen #page-title:not(.wrapper-small) {
  width: calc(100% - 200px);
  padding-left: 100px;
  padding-right: 100px;
  padding-top: calc(160px + 30px) !important;
} /* Logo Height */
#hero.hero-fullscreen #page-title.title-center {
  padding-top: 80px;
}
#hero.hero-full #page-title, #hero.hero-fullscreen #page-title, #hero[class*='forceratio-'] #page-title {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#hero.hero-full #page-title.title-top, #hero.hero-fullscreen #page-title.title-top, #hero[class*='forceratio-'] #page-title.title-top, #hero.hero-full #page-title.title-bottom, #hero.hero-fullscreen #page-title.title-bottom, #hero[class*='forceratio-'] #page-title.title-bottom, #hero.hero-full #page-title.push-bottom:not(.title-top), #hero.hero-fullscreen #page-title.push-bottom:not(.title-top), #hero[class*='forceratio-'] #page-title.push-bottom:not(.title-top) {
  padding-top: 80px;
  top: 0;
  -webkit-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#hero.hero-full #page-title.title-bottom, #hero.hero-fullscreen #page-title.title-bottom, #hero[class*='forceratio-'] #page-title.title-bottom {
  top: auto;
  bottom: 0;
  padding-bottom: 80px;
  padding-top: 100px;
}
#hero.hero-full #page-title.push-bottom:not(.title-top), #hero.hero-fullscreen #page-title.push-bottom:not(.title-top), #hero[class*='forceratio-'] #page-title.push-bottom:not(.title-top) {
  top: auto;
  bottom: 0;
}
/* google map for hero*/
#hero > .google-map {
  height: 400px;
}
#hero.hero-full > .google-map {
  height: calc(100vh - 160px - 30px);
}
/* scroll down */
#hero #scrolldown {
  position: absolute;
  bottom: 30px;
  left: calc(50%);
  min-width: 7.5px; /* to center the arrow only pixel perfect */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
#hero.content-overlay #scrolldown {
  bottom: 130px;
}
#hero #scrolldown.left, #hero #scrolldown.right {
  left: 48px;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
#hero #scrolldown.right {
  left: auto;
  right: 48px;
}
#hero.hero-fullscreen #scrolldown.left {
  left: 100px;
}
#hero.hero-fullscreen #scrolldown.right {
  right: 70px;
}
#hero #scrolldown span.text {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  transition: all 0.3s ease;
}
#hero #scrolldown.text-light span.text {
  color: #ffffff;
}
#hero #scrolldown:hover span.text {
  opacity: 0.45;
}
#hero #scrolldown:not(.center) .scroll-icon + span.text {
  padding-left: 25px;
}
#hero #scrolldown .scroll-icon {
  position: absolute;
  top: calc(50% - 10px);
  right: -23px;
  border: 1.5px solid #000000;
  width: 12px;
  height: 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

#hero #scrolldown.text-light .scroll-icon {
  border-color: #ffffff;
}
#hero #scrolldown:hover .scroll-icon {
  opacity: 0.5;
}
#hero #scrolldown.center.icon-text .scroll-icon {
  top: -24px;
  left: calc(50% - 7.5px);
}
#hero #scrolldown.icon .scroll-icon {
  position: relative;
  top: auto;
  left: auto;
  display: block;
}
#hero #scrolldown .scroll-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4.5px;
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background: #000000;
  -webkit-animation: scrolldown-anim 1.8s infinite ease;
  -moz-animation: scrolldown-anim 1.8s infinite ease;
  -o-animation: scrolldown-anim 1.8s infinite ease;
  animation: scrolldown-anim 1.8s infinite ease;
}
#hero #scrolldown.text-light .scroll-icon::after {
  background: #ffffff;
}
@-webkit-keyframes scrolldown-anim {
  40% {
    top: 5px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 5px;
  }
}
@-moz-keyframes scrolldown-anim {
  40% {
    top: 5px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 5px;
  }
}
@-o-keyframes scrolldown-anim {
  40% {
    top: 5px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 5px;
  }
}
@keyframes scrolldown-anim {
  40% {
    top: 5px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 5px;
  }
}
/*---------------------------------------------- 

9. PORTFOLIO

------------------------------------------------*/
.portfolio-category {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.5em;
  color: rgb(92, 132, 195);
}
.text-light .portfolio-category {
  color: rgba(255, 255, 255, 0.4);
}
.portfolio-info {
  margin-top: 25px;
  margin-bottom: 25px;
}
.isotope-grid:not(.isotope-spaced):not(.isotope-spaced-big):not(.isotope-spaced-huge) .portfolio-info {
  padding-left: 30px;
  padding-bottom: 15px;
}
.portfolio-category + .portfolio-name {
  margin-top: 0px;
}
/*---------------------------------------------- 

10. BLOG

------------------------------------------------*/
.post-date {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
}
.text-light .post-date {
  color: rgba(255, 255, 255, 0.45);
}
.post-cat {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.blog-info {
  margin-top: 25px;
  margin-bottom: 30px;
}
.isotope-spaced-huge .blog-info {
  margin-bottom: 0;
}
div .blog-info:first-child {
  margin-top: 0;
}
.blog-item.sticky .blog-info {
  background: rgba(0, 0, 0, 0.03);
  margin-top: 0;
  padding: 20px;
  border-radius: 2px;
}
.text-light .blog-item.sticky .blog-info {
  background: rgba(255, 255, 255, 0.09);
}
.blog-item .blog-info .post-name {
  margin-top: 7px;
  font-weight: 400;
}
.blog-item .blog-info .post-name:first-child {
  margin-top: 0;
}
.blog-item .blog-info .post-name + p, .blog-item .blog-info .post-name + blockquote {
  margin-top: 15px;
}
.blog-item .blog-info blockquote {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-item .blog-info blockquote cite {
  font-size: 13px;
}
.blog-item .blog-info .info-bottom {
  margin-top: 10px;
  overflow: hidden;
}
.blog-item .blog-info .info-bottom .read-more {
  float: right;
}
/*	Single Blog
-------------------------------------------------*/
#page-title .post-cat {
  margin-top: 10px;
  height: auto;
  display: inline-block;
  position: relative;
}
#page-title .post-cat + .post-name, #page-title .post-cat + .title-alt {
  margin-top: 10px;
}
#page-title .post-meta {
  margin-top: 15px;
  height: auto;
  display: inline-block;
  position: relative;
}
.meta-author {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}
.post-date + .meta-author {
  margin-left: 15px;
}
#page-title .post-meta .meta-author span {
  color: rgba(0, 0, 0, 0.35);
}
.text-light #page-title .post-meta .meta-author span {
  color: rgba(255, 255, 255, 0.4);
}
#blog-single .blog-media {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
#blog-single .blog-media:first-child, #blog-single div .blog-media:first-child {
  margin-top: 0px;
}
#blog-single .blog-content {
  margin-top: 50px;
}
#blog-single .blog-content:first-child, #blog-single div .blog-content:first-child {
  margin-top: 0px;
}
#blog-single .blog-share {
  margin-top: 25px;
}
#blog-single .meta-tags {
  margin-top: 0;
}
#blog-single .meta-tags a {
  font-size: 0.85em;
  line-height: 1.3em;
  display: inline-block;
}
/*---------------------------------------------- 

11. COMMENTS

------------------------------------------------*/
/* Comments 
----------------------------*/
#blog-comments {
  margin-top: 80px;
}
.comments .comment-list {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments .comment-list {
  margin-top: 20px;
}
.comments .comment-list .comment {
  margin-top: 20px;
}
.comments .comment-list .comment:first-child {
  margin-top: 0px;
}
.comments .comment .comment-inner {
  position: relative;
}
.comments .comment .children {
  margin-left: 50px;
  margin-top: 20px;
  list-style: none;
}
.comments .user {
  float: left;
  width: 40px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
.comments .user img {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
}
.comments .time {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.35);
}
.text-light .comments .time {
  color: rgba(255, 255, 255, 0.4);
}
.comments .name {
  position: relative;
}
.comments .comment-content {
  margin-left: 55px;
  position: relative;
}
.comments .comment-content p {
  margin-top: 10px;
}
.comments .comment-reply-link, .comments #cancel-comment-reply-link {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  margin-left: 20px;
}
.comments #respond {
  margin-top: 40px;
  margin-left: 55px;
}
.bypostauthor {
  border-top: 1px solid transparent;
} /* needed for theme check */
/* Leave comment
----------------------------*/
.leavecomment textarea {
  min-height: 100px;
}
#single-pagination + .leavecomment {
  margin-top: 80px;
  padding-top: 0px;
}
#reply-title {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}
#respond form, .leavecomment form {
  margin-top: 0px;
}
.comment-notes {
  font-size: 0.85em;
  line-height: 1.5em;
}
/*---------------------------------------------- 

12. PAGE LOADER

------------------------------------------------*/
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500; /* big z-index for revolution slider */
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background: #ffffff;
}
.loaded #page-loader {
  opacity: 0;
  transition-delay: 0.9s;
}
.loading-end #page-loader {
  display: none;
}
/* loader-line style */
body:not(.loader-dot):not(.loader-pumping) #page-loader .loader-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 1px);
  width: 2px;
  height: 60px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: opacity 0.4s ease 0.3s;
}
.loaded #page-loader .loader-icon {
  opacity: 0;
}
body:not(.loader-dot):not(.loader-pumping) .loader-icon::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -moz-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -o-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -ms-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  background: #000000;
}
@-webkit-keyframes loader_line_anim {
  0% {
    top: 101%;
  }
  50% {
    top: 0%;
  }
  100% {
    top: -101%;
  }
}
@-moz-keyframes loader_line_anim {
  0% {
    top: 101%;
  }
  49% {
    top: 0%;
  }
  100% {
    top: -101%;
  }
}
@keyframes loader_line_anim {
  0% {
    top: 101%;
  }
  49% {
    top: 0%;
  }
  100% {
    top: -101%;
  }
}
/* loader-dot style */
body.loader-dot #page-loader .loader-icon {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 11px);
  width: 22px;
  height: 5px;
  transition: opacity 0.4s ease 0.3s;
}
body.loader-dot .loader-icon::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  -webkit-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -moz-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -o-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -ms-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  background: #000000;
  border-radius: 4px;
}
@-webkit-keyframes loader_dot_anim {
  0% {
    left: 0;
    width: 4px;
    border-radius: 4px;
  }
  25% {
    width: 10px;
    border-radius: 10px / 4px;
  }
  50% {
    left: calc(100% - 4px);
    width: 4px;
    border-radius: 4px;
  }
  75% {
    width: 10px;
    border-radius: 10px / 4px;
  }
  100% {
    left: 0;
    width: 4px;
    border-radius: 4px;
  }
}
@-moz-keyframes loader_dot_anim {
  0% {
    left: 0;
    width: 3px;
    border-radius: 3px;
  }
  25% {
    width: 7px;
    border-radius: 7px / 3px;
  }
  50% {
    left: calc(100% - 3px);
    width: 3px;
    border-radius: 3px;
  }
  75% {
    width: 7px;
    border-radius: 7px / 3px;
  }
  100% {
    left: 0;
    width: 3px;
    border-radius: 3px;
  }
}
@keyframes loader_dot_anim {
  0% {
    left: 0;
    width: 3px;
    border-radius: 3px;
  }
  25% {
    width: 7px;
    border-radius: 7px / 3px;
  }
  50% {
    left: calc(100% - 3px);
    width: 3px;
    border-radius: 3px;
  }
  75% {
    width: 7px;
    border-radius: 7px / 3px;
  }
  100% {
    left: 0;
    width: 3px;
    border-radius: 3px;
  }
}
/* hide/display if loader */
#page-loader + #page-content #header {
  opacity: 0;
  visibility: 0;
  top: -20px;
  transition: all 0.5s ease 0.3s;
}
.loaded #page-loader + #page-content #header {
  opacity: 1;
  visibility: visible;
  /* top: 30px; */
}
.loaded.loading-end #page-loader + #page-content #header {
  -webkit-transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
  -moz-transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
  -o-transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
  transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
}
body:not(.loading-end) #page-loader + #page-content #single-share.fixed {
  opacity: 0;
  visibility: hidden;
}
.loaded:not(.loading-end) #page-loader + #page-content #single-share.fixed {
  opacity: 1;
  visibility: visible;
}
body:not(.loading-end) #page-loader + #page-content #header-actions {
  opacity: 0;
  visibility: hidden;
}
.loaded:not(.loading-end) #page-loader + #page-content #header-actions {
  opacity: 1;
  visibility: visible;
}
body:not(.loading-end) #page-loader + #page-content #single-pagination.fixed .pagination li {
  opacity: 0;
  visibility: hidden;
}
.loaded:not(.loading-end) #page-loader + #page-content #single-pagination.fixed .pagination li:not(.inactive) {
  opacity: 1;
  visibility: visible;
}
/*---------------------------------------------- 

12. SHARE

------------------------------------------------*/
/* fixed share only for big desktop screens */
@media only screen and (min-width: 768px) {
  #single-share.fixed {
    position: fixed;
    z-index: 1503;
    width: 100px;
    top: calc(160px + 30px); /* logo height */
    left: 0;
    transition: all 0.4s ease 0.7s, top 0.01s ease;
    margin-top: 0 !important;
    text-align: center;
  }
  header.menu-is-open + #hero-and-body #single-share.fixed, header.action-is-active + #hero-and-body #single-share.fixed, #page-content[class*='active-pagination'] #single-share.fixed {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    transition-duration: 0.3s;
  }
  #single-share.fixed .widget-title {
    transition: all 0.3s ease;
  }
  #single-share.fixed .socialmedia-widget li {
    width: 100%;
    display: block;
    margin: 0;
  }
  #single-share.fixed .socialmedia-widget li a {
    padding: 8px 0 0 0;
    display: inline-block;
  }
  #single-share.fixed .socialmedia-widget li:first-child a {
    padding: 0;
  }
  #single-share.fixed .socialmedia-widget li a::before {
    font-size: 14px;
  }
}
/*---------------------------------------------- 

13. PAGINATION

------------------------------------------------*/
#single-pagination {
  margin-top: 80px;
}
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  float: left;
  margin: 0;
}
.pagination li.next {
  float: right;
}
.pagination li.back {
  float: none;
  display: inline-block;
}
.pagination li.inactive {
  opacity: 0;
  visibility: hidden;
  /*display: none;*/
}
.pagination li a {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}
/* Single Pagination (normal) */
#single-pagination .pagination li a[data-title] {
  color: rgba(0, 0, 0, 0.35);
}
#single-pagination .pagination li a[data-title]::after {
  content: attr(data-title);
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  height: auto;
  display: block;
  transition: all 0.2s ease;
}
#single-pagination .pagination li a[data-title]:hover::after {
  color: rgba(0, 0, 0, 0.5);
}
#blog-single .pagination {
  /*padding: 80px 0;*/ /* create issue on mobile version*/
  text-align: left;
}
#blog-single #single-pagination:not(.fixed) .pagination li.prev {
  display: none;
}
#blog-single .pagination li.next {
  /*float: none;*/ /* create issue on mobile version*/
  width: 400px;
  max-width: 100%;
}
/* Single Pagination (fixed) */
@media only screen and (min-width: 768px) { /* only for big desktop screens */
  #single-pagination.fixed {
    z-index: 1502;
    position: relative;
    text-align: inherit;
    margin: 0;
  }
  #single-pagination.fixed .pagination {
    height: auto;
    padding: 0;
    margin: 0;
  }
  #single-pagination.fixed .pagination li {
    float: none;
    position: fixed;
    bottom: 80px;
    left: 0;
    width: 100px;
    min-width: auto;
    text-align: center;
    transition: all 0.4s ease 0.7s;
  }
  header.menu-is-open + #hero-and-body #single-pagination.fixed .pagination li, header.action-is-active + #hero-and-body #single-pagination.fixed .pagination li, #page-content.active-pagination-next #single-pagination.fixed .pagination li.prev, #page-content.active-pagination-prev #single-pagination.fixed .pagination li.next {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    transition-duration: 0.3s;
  }
  #single-pagination.fixed .pagination li.next {
    left: auto;
    right: 0;
  }
  #single-pagination.fixed .pagination li .text {
    z-index: 1;
    position: relative;
  }
  #single-pagination.fixed .pagination li a:hover {
    color: #ffffff;
  }
  #single-pagination.fixed .pagination li .page-image {
    z-index: 0;
    position: fixed;


    top: 0%;
    left: -100px;
    width: 100px;
    height: 100vh;
    overflow: hidden;
    -webkit-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 500ms ease 0.6s;
    -moz-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 500ms ease 0.6s;
    -o-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 500ms ease 0.6s;
    transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 500ms ease 0.6s;
    background: #000000;
  }
  #single-pagination.fixed .pagination li a:hover .page-image {
    left: 0px;
  }
  #single-pagination.fixed .pagination li.next a .page-image {
    left: auto;
    right: -100px;
  }
  #single-pagination.fixed .pagination li.next a:hover .page-image {
    left: auto;
    right: 0px;
  }
  #single-pagination.fixed .pagination li .page-image span {
    position: absolute;
    top: 0;
    right: -100%;
    width: 200%;
    height: 100%;
    -webkit-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
    -moz-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
    -o-transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
    transition: all 599ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s;
  }
  #single-pagination.fixed .pagination li a:hover .page-image span {
    right: -50%;
  }
  #single-pagination.fixed .pagination li.next a .page-image span {
    right: auto;
    left: -100%;
  }
  #single-pagination.fixed .pagination li.next a:hover .page-image span {
    right: auto;
    left: -50%;
  }
  #single-pagination.fixed .pagination li .page-image img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100% !important;
  }
  #page-content {
    position: relative;
    right: 0;
    transition-delay: 0.1s;
  }
  #page-content.active-pagination-next {
    right: 100px;
  }
  #page-content.active-pagination-prev {
    right: -100px;
  }
  #page-content.active-pagination-next #header.sticky {
    left: -100px;
  }
  #page-content.active-pagination-prev #header.sticky {
    left: 100px;
  }
  /* go pagination (pseudo ajax)*/
  #page-content.go-pagination-next {
    right: 100% !important;
  }
  #page-content.go-pagination-prev {
    right: -100% !important;
  }
  #page-content.go-pagination-next #header.sticky {
    left: -100% !important;
  }
  #page-content.go-pagination-prev #header.sticky {
    left: 100% !important;
  }
  #page-content[class*='go-pagination'] #single-pagination.fixed .pagination li a .page-image {
    -webkit-transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 455ms ease 0.5s;
    -moz-transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 455ms ease 0.5s;
    -o-transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 455ms ease 0.5s;
    transition: all 589ms cubic-bezier(0.4, 0.4, 0.000, 1.0) 0.1s, opacity 455ms ease 0.5s;
    width: 105%;
    opacity: 0;
  }
  #page-content[class*='go-pagination'] #single-pagination.fixed .pagination li a .page-image span {
    opacity: 0;
    transition: all 200ms ease;
  }
}
/* pagination with pages */
.isotope-grid + #page-pagination {
  margin-top: 80px;
}
#page-pagination .pagination li.next, #page-pagination .pagination li.prev {
  width: 100px;
  text-align: left;
}
#page-pagination .pagination li.next {
  text-align: right;
}
#page-pagination .pagination li.page {
  display: inline-block;
  float: none;
  margin: 0;
  height: 22px;
  line-height: 22px;
  position: relative;
}
#page-pagination .pagination li.page span, #page-pagination .pagination li.page a {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.35);
  height: 30px;
  line-height: 30px;
  width: auto;
  display: block;
  transition: all 0.2s ease;
  float: left;
  position: relative;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0 5px;
}
#page-pagination .pagination li.page span.current, #page-pagination .pagination li.page a:hover {
  color: #000000;
}
/*---------------------------------------------- 

14. EXTERN PLUGINS (smartscroll,masonry,revolution slider, owl)

------------------------------------------------*/
/* masonry / isotope */
.isotope-grid {
  width: 100%;
  /*overflow: hidden; disabled for shop grid > sale*/
  margin-top: 50px;
  margin-bottom: -1px; /* workaround for hiding minipixels */
}
/* workaround for hiding minipixels 


	.isotope-grid { width: calc(100% + 1px); }
	.isotope-grid.style-column-2 { width: calc(100% + 2px); }
	.isotope-grid.style-column-3 { width: calc(100% + 3px); }
	.isotope-grid.style-column-4 { width: calc(100% + 4px); }
	.isotope-grid.style-column-5 { width: calc(100% + 5px); }*/
.filter + .isotope-grid {
  margin-top: 35px;
}
div .isotope-grid:first-child {
  margin-top: 0px;
}
[class*='wrapper'] .isotope-grid {
  width: 100%;
}
.isotope-grid::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.isotope-grid {
  *display: inline-block; /*height: 1%;*/
}
.isotope-grid[class*='isotope-spaced'] {
  width: calc(100% + 20px);
  left: 0;
  margin-bottom: -20px;
}
.isotope-grid[class*='isotope-spaced-big'] {
  width: calc(100% + 40px);
  left: 0px;
  margin-bottom: -40px;
}
.isotope-grid[class*='isotope-spaced-huge'] {
  width: calc(100% + 80px);
  left: 0px;
  margin-bottom: -80px;
}
.isotope-grid .isotope-item {
  /*margin-right: -1px;		/* workaround for hiding minipixels */
  margin-bottom: -0.5px; /* workaround for hiding minipixels */
  float: left;
  /* overflow: hidden;  disabled for shop grid > sale but lead to issue on animations */
  position: relative;
}
.isotope-grid[class*='isotope-spaced'] .isotope-item {
  margin-bottom: 20px;
  margin-right: 20px;
}
.isotope-grid[class*='isotope-spaced-big'] .isotope-item {
  margin-bottom: 40px;
  margin-right: 40px;
}
.isotope-grid[class*='isotope-spaced-huge'] .isotope-item {
  margin-bottom: 80px;
  margin-right: 80px;
}
.isotope-grid.style-column-2 .isotope-item {
  width: 50%;
}
.isotope-grid.style-column-2 .isotope-item.double-width {
  width: 100%;
}
.isotope-grid.style-column-3 .isotope-item {
  width: 33.33%;
}
.isotope-grid.style-column-3 .isotope-item.double-width {
  width: 66.66%;
}
.isotope-grid.style-column-4 .isotope-item {
  width: 25%;
}
.isotope-grid.style-column-4 .isotope-item.double-width {
  width: 50%;
}
.isotope-grid.style-column-5 .isotope-item {
  width: 20%;
}
.isotope-grid.style-column-5 .isotope-item.double-width {
  width: 40%;
}
.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item {
  width: calc(50% - 20px);
}
.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item.double-width {
  width: calc(100% - 20px);
}
.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item {
  width: calc(33.33% - 20px);
}
.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item.double-width {
  width: calc(66.66% - 20px);
}
.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item {
  width: calc(25% - 20px);
}
.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item.double-width {
  width: calc(50% - 20px);
}
.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item {
  width: calc(20% - 20px);
}
.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item.double-width {
  width: calc(40% - 20px);
}
.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item {
  width: calc(50% - 40px);
}
.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item.double-width {
  width: calc(100% - 40px);
}
.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item {
  width: calc(33.33% - 40px);
}
.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item.double-width {
  width: calc(66.66% - 40px);
}
.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item {
  width: calc(25% - 40px);
}
.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item.double-width {
  width: calc(50% - 40px);
}
.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item {
  width: calc(20% - 40px);
}
.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item.double-width {
  width: calc(40% - 40px);
}
.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item {
  width: calc(50% - 80px);
}
.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item.double-width {
  width: calc(100% - 80px);
}
.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item {
  width: calc(33.33% - 80px);
}
.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item.double-width {
  width: calc(66.66% - 80px);
}
.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item {
  width: calc(25% - 80px);
}
.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item.double-width {
  width: calc(50% - 80px);
}
.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item {
  width: calc(20% - 80px);
}
.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item.double-width {
  width: calc(40% - 80px);
}
.isotope-grid.style-column-1 {
  width: 100% !important;
  left: 0;
  text-align: center;
}
.isotope-grid.style-column-1 .isotope-item {
  width: 100%;
  margin-right: 0px !important;
}
.isotope-grid.style-column-1[class*='isotope-spaced'] a.thumb-hover {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.isotope-grid.style-column-1 .lazy-wrapper {
  margin: 0 auto;
}
.isotope-grid:not(.gallery-container) .isotope-item img {
  width: 100%;
} /* take fullwidth for large screen (not for gallery) */
.isotope-grid .isotope-item .ratio-wrapper > img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100% !important;
}
/* normal offset */
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) {
  margin-top: 20px;
}
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) {
  margin-top: 20px;
}
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) {
  margin-top: 40px;
}
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) {
  margin-top: 20px;
}
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) {
  margin-top: 40px;
}
.isotope-grid[class*='offset']:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) {
  margin-top: 60px;
}
.isotope-grid.offset-big:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) {
  margin-top: 40px;
}
.isotope-grid.offset-big:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) {
  margin-top: 40px;
}
.isotope-grid.offset-big:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) {
  margin-top: 80px;
}
.isotope-grid.offset-big:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) {
  margin-top: 40px;
}
.isotope-grid.offset-big:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) {
  margin-top: 80px;
}
.isotope-grid.offset-big:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) {
  margin-top: 120px;
}
.isotope-grid.offset-huge:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) {
  margin-top: 60px;
}
.isotope-grid.offset-huge:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) {
  margin-top: 60px;
}
.isotope-grid.offset-huge:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) {
  margin-top: 120px;
}
.isotope-grid.offset-huge:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) {
  margin-top: 60px;
}
.isotope-grid.offset-huge:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) {
  margin-top: 120px;
}
.isotope-grid.offset-huge:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) {
  margin-top: 180px;
}
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-2 .isotope-item:nth-child(2) {
  margin-top: 100px;
}
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-3 .isotope-item:nth-child(2) {
  margin-top: 100px;
}
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-3 .isotope-item:nth-child(3) {
  margin-top: 200px;
}
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(2) {
  margin-top: 100px;
}
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(3) {
  margin-top: 200px;
}
.isotope-grid.offset-ultra:not(.offset-crazy).style-column-4 .isotope-item:nth-child(4) {
  margin-top: 300px;
}
/* crazy offset */
.isotope-grid.offset-crazy .isotope-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*margin-bottom: 20px;*/
}
.isotope-grid.offset-crazy .isotope-item:nth-child(1n) {
  padding: 5% 3% 1% 0%;
}
.isotope-grid.offset-crazy .isotope-item:nth-child(2n) {
  padding: 0% 2% 1% 1%;
}
.isotope-grid.offset-crazy .isotope-item:nth-child(3n) {
  padding: 0% 0% 1% 3%;
}
.isotope-grid.offset-crazy .isotope-item:nth-child(4n) {
  padding: 5% 2% 1% 3%;
}
.isotope-grid.offset-crazy .isotope-item:nth-child(5n) {
  padding: 7% 2% 1% 1%;
}
.isotope-grid.offset-crazy .isotope-item:nth-child(6n) {
  padding: 0% 0% 1% 4%;
}
.isotope-grid.offset-crazy .isotope-item:nth-child(7n) {
  padding: 0% 4% 1% 2%;
}
.isotope-grid.offset-crazy .isotope-item:nth-child(8n) {
  padding: 4% 4% 1% 0%;
}
/* lazy load */
.lazy-wrapper {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.06);
  transition: background 1s ease;
  position: relative; /* to check if this creates issues */
}
.isotope-grid[data-ratio] .lazy-wrapper {
  min-height: 100% !important;
} /* prevent upsizing the items calc by ratios */
.lazy-wrapper.loaded, .isotope-grid[data-ratio] .lazy-wrapper.loaded {
  width: auto !important;
  max-width: inherit !important;
  height: auto !important;
  min-height: auto !important;
  display: initial !important;
  background: transparent;
}
.lazy-wrapper .lazy-img {
  opacity: 0;
  transition: opacity 0.6s ease;
  display: block;
}
.lazy-wrapper.loaded .lazy-img {
  opacity: 1;
}
.lazy-wrapper .lazy-img img {
  height: 0;
}
.lazy-wrapper.loaded .lazy-img img {
  height: auto;
}
.lazy-wrapper .lazy-icon {
  opacity: 0;
  transition: opacity 0.6s ease;
  display: block;
}
.lazy-wrapper .lazy-icon {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 1px);
  width: 2px;
  height: 30px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.3s ease;
}
.lazy-wrapper.loaded .lazy-icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.lazy-wrapper .lazy-icon:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -moz-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -o-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -ms-animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  animation: loader_line_anim 0.7s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
}
body.loader-dot .lazy-wrapper .lazy-icon {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 11px);
  width: 22px;
  height: 5px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  overflow: visible;
}
body.loader-dot .lazy-wrapper .lazy-icon:before {
  width: 4px;
  height: 4px;
  -webkit-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -moz-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -o-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  -ms-animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  animation: loader_dot_anim 1.2s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  border-radius: 4px;
}
/* video bg loader */
.phat-bgvideo-container .phat-bgvideo-loader {
  /*background: red;*/
  transition: all 0.3s ease;
}
.phat-bgvideo-container.loaded .phat-bgvideo-loader {
  opacity: 0;
  visibility: hidden;
}
/* mute video for phat background video */
.phatvideo-bg .mute-video {
  content: "";
  bottom: 30px !important;
  left: auto !important;
  right: 42px !important;
  width: 13px;
  height: 15px;
  overflow: hidden;
  z-index: 5;
}
#hero.hero-fullscreen .mute-video {
  bottom: 88px !important;
  right: 102px !important;
}
#hero.content-overlay .mute-video {
  bottom: 130px !important;
}
.phatvideo-bg .mute-video span {
  position: absolute;
  content: "";
  text-indent: -9999px;
  background: #ffffff;
  width: 2px;
  height: 15px;
  bottom: 0;
  right: calc(50% - 1px);
  transition: all 0.5s ease;
}
.phatvideo-bg .mute-video span:nth-of-type(1) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: auto;
  height: 60%;
}
.phatvideo-bg .mute-video span:nth-of-type(3) {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 80%
}
.phatvideo-bg .mute-video.unmute span {
  width: 2px;
  height: 2px;
  bottom: 0;
}
.phatvideo-bg .mute-video:not(.unmute) span {
  -webkit-animation: volume-anim 1.4s infinite ease;
  -moz-animation: volume-anim 1.4s infinite ease;
  animation: volume-anim 1.4s infinite ease;
  animation-delay: 0.4s;
}
.phatvideo-bg .mute-video span:nth-of-type(1) {
  animation-delay: 1s;
  animation-duration: 1.2s;
}
.phatvideo-bg .mute-video span:nth-of-type(3) {
  animation-delay: 0.1s;
  animation-duration: 1.6s;
}
@-webkit-keyframes volume-anim {
  0% {
    bottom: 0;
    transform: translateY(0%);
  }
  50% {
    bottom: -20%;
    transform: translateY(20%);
  }
  100% {
    bottom: 0;
    transform: translateY(0%);
  }
}
@-moz-keyframes volume-anim {
  0% {
    bottom: 0;
    transform: translateY(0%);
  }
  50% {
    bottom: -20%;
    transform: translateY(20%);
  }
  100% {
    bottom: 0;
    transform: translateY(0%);
  }
}
@keyframes volume-anim {
  0% {
    bottom: 0;
    transform: translateY(0%);
  }
  50% {
    bottom: -20%;
    transform: translateY(20%);
  }
  100% {
    bottom: 0;
    transform: translateY(0%);
  }
}
/* play / pause video for phat background video */
.phatvideo-bg .playpause-video {
  bottom: 30px !important;
  left: auto !important;
  right: 40px !important;
  width: 15px;
  height: 13px;
  overflow: hidden;
  z-index: 5;
}
#hero.hero-fullscreen .playpause-video {
  bottom: 87px !important;
  right: 100px !important;
}
#hero.content-overlay .playpause-video {
  bottom: 130px !important;
}
.phatvideo-bg .mute-video + .playpause-video {
  right: 75px !important;
}
#hero.hero-fullscreen.phatvideo-bg .mute-video + .playpause-video {
  right: 135px !important;
}
.phatvideo-bg .playpause-video span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.phatvideo-bg .playpause-video span:first-child {
  display: none;
}
.phatvideo-bg .playpause-video span::after, .phatvideo-bg .playpause-video span::before {
  content: "\f488";
  font-family: "Ionicons";
  color: #ffffff;
  font-size: 18px;
  line-height: 15px;
  text-indent: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease;
  opacity: 0;
}
.phatvideo-bg .playpause-video span::before {
  content: "\f478";
  font-size: 16px;
  opacity: 1;
}
.phatvideo-bg .playpause-video.play span::after {
  opacity: 1;
}

.phatvideo-bg .playpause-video.play span::before {
  opacity: 0;
}
/* play lightcase for phat background video */
.phatvideo-bg .phatlightcase-play {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  bottom: auto !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-border-radius: 50px;
  -khtml-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  z-index: 5;
}
.phatvideo-bg .phatlightcase-play:hover {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
/* contact form 7 */
.wpcf7 .wpcf7-form {
  margin-top: 0px;
}
.wpcf7-form > p {
  margin-top: 20px;
}
.wpcf7-form > p:first-child, .wpcf7-form > div:first-child + p {
  margin: 0;
}
/*---------------------------------------------- 

15. COLUMNS SECTION

------------------------------------------------*/
.column-section {
  margin-top: 50px;
}
.column-section.sticky-section {
  position: relative;
}
div .column-section:first-child, .fullwidth-section + .column-section {
  margin-top: 0px;
}
.column {
  float: left;
  margin-right: 25px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.column.push-right {
  float: right;
  margin-right: 0;
}
.spaced-none .column {
  margin: 0;
}
[class*='wrapper'] .column-section .column:first-child {
  margin-left: 0px;
}
.spaced-big .column {
  margin-right: 80px;
}
.column[class*='rounded-corner'] {
  overflow: hidden;
  border-radius: 6px;
}
.column.rounded-corner-mini {
  border-radius: 2px;
}
.column.rounded-corner-small {
  border-radius: 4px;
}
.column.rounded-corner-normal {
  border-radius: 6px;
}
.column.rounded-corner-big {
  border-radius: 10px;
}
.column.rounded-corner-huge {
  border-radius: 16px;
}
.one-full {
  width: 100%;
  float: none;
  margin-right: 0;
}
.one-half {
  width: calc(50% - 12.5px);
}
.one-third {
  width: calc(33.33% - 16.66px);
}
.two-third {
  width: calc(66.6% - 8.33px);
} /* ((25*2)/3) - (25/3) */
.one-fourth {
  width: calc(25% - 18.75px);
}
.two-fourth {
  width: calc(50% - 12.5px);
}
.three-fourth {
  width: calc(75% - 6.25px);
}
.one-fifth {
  width: calc(20% - 20px);
}
.two-fifth {
  width: calc(40% - 15px);
}
.three-fifth {
  width: calc(60% - 10px);
}
.four-fifth {
  width: calc(80% - 5px);
}
.one-sixth {
  width: calc(16.66% - 20.8px);
}
.two-sixth {
  width: calc(33.33% - 16.7px);
}
.three-sixth {
  width: calc(50% - 12.5px);
}
.four-sixth {
  width: calc(66.66% - 8.4px);
}
.five-sixth {
  width: calc(83.33% - 4.2px);
}
.spaced-big .one-half {
  width: calc(50% - 40px);
}
.spaced-big .one-third {
  width: calc(33.33% - 53.33px);
}
.spaced-big .two-third {
  width: calc(66.6% - 26.66px);
}
.spaced-big .one-fourth {
  width: calc(25% - 60px);
}
.spaced-big .two-fourth {
  width: calc(50% - 40px);
}
.spaced-big .one-fifth {
  width: calc(20% - 64px);
}
.spaced-big .two-fifth {
  width: calc(40% - 48px);
}
.spaced-big .three-fifth {
  width: calc(60% - 32px);
}
.spaced-none .one-full {
  width: 100%;
}
.spaced-none .one-half {
  width: 50%;
}
.spaced-none .one-third {
  width: 33.33%;
}
.spaced-none .two-third {
  width: 66.66%;
}
.spaced-none .one-fourth {
  width: 25%;
}
.spaced-none .two-fourth {
  width: 50%;
}
.spaced-none .three-fourth {
  width: 75%;
}
.spaced-none .one-fifth {
  width: 20%;
}
.spaced-none .two-fifth {
  width: 40%;
}
.spaced-none .three-fifth {
  width: 60%;
}
.spaced-none .four-fifth {
  width: 80%;
}
.spaced-none .one-sixth {
  width: 16.66%;
}
.spaced-none .two-sixth {
  width: 33.33%;
}
.spaced-none .three-sixth {
  width: 50%;
}
.spaced-none .four-sixth {
  width: 66.66%;
}
.spaced-none .five-sixth {
  width: 83.33%;
}
.last-col {
  margin-right: 0px !important;
}
/*---------------------------------------------- 

16. FULLWIDTH SECTION

------------------------------------------------*/
.fullwidth-section {
  background: rgba(0, 0, 0, 0.02);
}
.fullwidth-section.text-light {
  background: rgba(0, 0, 0, 1);
}
.fullwidth-section .fullwidth-content {
  padding: 80px 60px;
}
.fullwidth-section.nopadding .fullwidth-content {
  padding: 0 60px;
}
.fullwidth-section.bigpadding .fullwidth-content {
  padding: 15% 60px;
}
.fullwidth-section.forcefullwidth {
  position: relative;
  left: 0px; /* will be updated by js */
  width: 100vw;
}
.fullwidth-section.forcefullwidth .fullwidth-content {
  width: 1440px;
  margin: 0 auto;
  max-width: calc(100% - 200px);
}
body.limit-big .fullwidth-section.forcefullwidth .fullwidth-content {
  width: 1680px;
}
body.limit-full .fullwidth-section.forcefullwidth .fullwidth-content {
  width: calc(100% - 200px);
}
/*---------------------------------------------- 

17. THUMB OVERLAY EFFECT

------------------------------------------------*/
.thumb-hover {
  overflow: hidden;
  height: auto;
  display: inline-block;
  vertical-align: middle; /* workaround for inline-block margin */
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
/* overlay caption */
.thumb-hover .overlay-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.double-width .thumb-hover .overlay-caption {
  padding: 3.5%;
}
.thumb-hover .overlay-caption:not(.align-left):not(.align-right) {
  text-align: center;
}
.thumb-hover .overlay-caption.bottom {
  top: inherit;
  bottom: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.thumb-hover .overlay-caption.top {
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.thumb-hover .overlay-caption.hidden {
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.5s ease;
}
.thumb-hover:hover .overlay-caption.hidden {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.thumb-hover .overlay-caption.hidden:not(.fade) .caption-sub, .thumb-hover .overlay-caption.hidden:not(.fade) .caption-name {
  display: block;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.6s ease 0s;
}
.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-sub, .thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-name {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
  transition-delay: 0.15s;
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-sub, .thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
  -webkit-transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.thumb-hover .overlay-caption .caption-sub, .thumb-hover .overlay-caption .caption-name {
  line-height: 1.3em !important;
}
.caption-sub + .caption-name, .caption-name + .caption-sub {
  margin-top: 8px;
}
.caption-dark .caption-sub, .caption-dark .caption-name {
  color: #000000;
  transition: color 0.41s ease;
}
.caption-light .caption-sub, .caption-light .caption-name {
  color: #ffffff;
  transition: color 0.41s ease;
}
/* img effect */
.thumb-hover img {
  transition: all 0.7s ease 0s;
}
.thumb-hover.scale img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
.thumb-hover.scale:not(.play-on-hover):hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
/* overlay effect */
.thumb-hover[class*='overlay-color']::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease;
}
.thumb-hover[class*='overlay-color'].text-light::before {
  background: rgba(0, 0, 0, 0.5);
}
.thumb-hover[class*='overlay-color']:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* for custom overlay color in html */
.thumb-hover.overlay-color-custom::before, .thumb-hover.overlay-color-custom.text-light::before {
  background: transparent;
}
.thumb-hover[class*='overlay-color'] .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease;
}
.thumb-hover[class*='overlay-color'].text-light .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.thumb-hover[class*='overlay-color']:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.thumb-hover[class*='overlay-color']:hover .caption-sub, .thumb-hover[class*='overlay-color']:hover .caption-name {
  color: #000000;
}
.thumb-hover.text-light[class*='overlay-color']:hover .caption-sub, .thumb-hover.text-light[class*='overlay-color']:hover .caption-name {
  color: #ffffff;
}
/* video hover (only for desktops) */
@media only screen and (min-width: 1024px) {
  .thumb-hover.play-on-hover img {
    transition: all 0.1s ease;
  }
  .thumb-hover.play-on-hover:hover img {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/* 2nd hover image */
.thumb-hover .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease;
}
.thumb-hover .hover-image > img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.thumb-hover.image:hover img:not(.hover) {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* image button */
.imagebutton .caption-name span {
  display: inline-block;
  border-bottom: 2px solid #ffffff;
}
.imagebutton .caption-dark .caption-name span {
  border-color: #000000;
}
/*---------------------------------------------- 


18. ANIMATIONS (portfolio, hero, text, ...)

------------------------------------------------*/
/* general animation */
[class*='do-anim'] {
  transition: all 1.0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.animated[class*='do-anim'] {
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* SPAB RICE */
.do-anim-modern {
  transition: all 0.75s ease, opacity 0.55s ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  overflow: hidden;
  position: relative;
}
.do-anim-modern::after {
  -webkit-transition: width 0.75s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0s;
  -moz-transition: width 0.75s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0s;
  -o-transition: width 0.75s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0s;
  transition: width 0.75s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0s;
  -webkit-transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
  -moz-transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
  -o-transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: 3;
}
.text-light:not(.isotope-grid) .do-anim-modern::after {
  background: #000000;
}
.do-anim-modern.animated::after {
  width: 0;
}
.do-anim-modern > * {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.85s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0.1s;
  -moz-transition: transform 0.85s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0.1s;
  -o-transition: transform 0.85s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0.1s;
  transition: transform 0.85s cubic-bezier(0.330, 0.315, 0.265, 0.995) 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
  -moz-transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
  -o-transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.330, 0.315, 0.265, 0.995);
}
.do-anim-modern.animated > * {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Blog / Portfolio dependencies */
.blog-media.do-anim-modern + .blog-info, .portfolio-media.do-anim-modern + .portfolio-info, .product-media.do-anim-modern + .product-info {
  transition: all 1.0s ease 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.blog-media.do-anim-modern.animated + .blog-info, .portfolio-media.do-anim-modern.animated + .portfolio-info, .product-media.do-anim-modern.animated + .product-info {
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*---------------------------------------------- 

19. ELEMENTS

------------------------------------------------*/
/*	Buttons
-------------------------------------------------*/
.sr-button {
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  background: #000000;
  color: #ffffff !important;
  display: inline-block;
  padding: 17px 40px;
  transition: all 0.2s ease;
  max-width: 100%;
  margin: 2px 0 3px 0;
  border: none !important;
}
.sr-button strong, .sr-button b {
  font-weight: 500;
}
.text-light .sr-button {
  background: #ffffff;
  color: #000000 !important;
}
.text-light .sr-button {
  background: #ffffff;
  color: #000000 !important;
}
.sr-button:not(.header-button):hover {
  background: rgba(0, 0, 0, 0.7);
}
.text-light .sr-button:not(.header-button):hover {
  background: rgba(255, 255, 255, 0.75);
}
.sr-button.style-2 {
  background: rgba(110, 135, 194, 0.8) !important;
  color: #ffffff !important;
}
.sr-button.style-2:hover {
  background: rgba(110, 135, 194, 1) !important;
  color: #ffffff !important;
}
/* -------------
BOTON INICIO VISITA
-------------- */
.text-light .sr-button.style-2 {
  background: #00000038 !important;
  color: #ffffff !important;
  border: 1px solid white !important;
}
.text-light .sr-button.style-2:hover {
  background: #696969cc !important;
  color: #ffffff !important;
}
.sr-button.style-3 {
  display: inline-block;
  padding: 0 0 0.08em 0 !important;
  background: none !important;
  color: #000000 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
}
.sr-button.style-3:hover {
  border-color: #000000 !important;
}
.text-light .sr-button.style-3 {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.text-light .sr-button.style-3:hover {
  border-color: #ffffff !important;
}
.sr-button.button-mini {
  padding: 10px 25px;
  font-size: 10px;
  line-height: 17px;
}
.sr-button.button-small {
  padding: 12px 30px;
  font-size: 11px;
  line-height: 19px;
}
.sr-button.button-medium {
  padding: 17px 40px;
  font-size: 12px;
  line-height: 20px;
}
.sr-button.button-big {
  padding: 20px 50px;
  font-size: 1em;
  line-height: 1em;
}
.sr-button.style-3.button-mini {
  font-size: 12px;
  line-height: 17px;
}
.sr-button.style-3.button-small {
  font-size: 14px;
  line-height: 19px;
}
.sr-button.style-3.button-medium {
  font-size: 17px;
  line-height: 22px;
}
.sr-button.style-3.button-big {
  font-size: 20px;
  line-height: 25px;
}
.sr-button-icon {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  display: inline-block;
  border-radius: 120px;
  border: none !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.sr-button-icon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.text-light .sr-button-icon {
  background: #ffffff;
  color: #000000;
}
.sr-button-icon i {
  color: #ffffff;
  position: relative;
}
.text-light .sr-button-icon i {
  color: #000000;
}
.sr-button-icon.button-mini {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 8px;
}
.sr-button-icon.button-small {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 10px;
}
.sr-button-icon.button-medium {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 13px;
}
.sr-button-icon.button-big {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
}
.sr-button-icon i.fa-play {
  left: 3%;
  top: 1%;
}
/*	spacer
-------------------------------------------------*/
div[class*='spacer-'] {
  display: block;
}
.spacer-mini {
  height: 20px;
}
.spacer-small {
  height: 40px;
}
.spacer-medium {
  height: 60px;
}
.spacer-big {
  height: 80px;
}
div[class*='spacer-'] + p, div[class*='spacer-'] + div, cdiv[class*='spacer-'] + blockquote, div[class*='spacer-'] + ul, div[class*='spacer-'] + h1, div[class*='spacer-'] + h2, div[class*='spacer-'] + h3, div[class*='spacer-'] + h4, div[class*='spacer-'] + h5, div[class*='spacer-'] + h6 {
  margin-top: 0px !important;
}
/*	Inline Video
-------------------------------------------------*/
.inline-video, .inline-lightcase {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -0.8%; /* workaround for bottom margin from inline-block */
  max-width: 100%;
  overflow: hidden;
}
.slider-item.inline-video, .parallax-section.inline-video, .slider-item.inline-lightcase, .parallax-section.inline-lightcase {
  display: inherit;
}
.inline-video::before, .inline-lightcase::before {
  content: attr(data-button);
  font-family: 'MuseoSans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-border-radius: 50px;
  -khtml-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  z-index: 2;
}
.inline-video.active::before, .inline-lightcase.active::before {
  opacity: 0;
  visibility: hidden;
}
.inline-video:hover::before, .inline-lightcase:hover::before {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.inline-video .inline-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
}
.inline-video .inline-iframe-container .close-inline-video {
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid #ffffff;
  -moz-border-radius: 50px;
  -khtml-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.3s ease;
}
.inline-video .inline-iframe-container .close-inline-video:hover {
  width: 56px;
  height: 56px;
  line-height: 56px;
  top: 17px;
}
.inline-video.active .inline-iframe-container:hover .close-inline-video {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.inline-video .inline-iframe-container .close-inline-video::before {
  content: "\f12a";
  font-family: "Ionicons";
  font-size: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*	team member
-------------------------------------------------*/
.team-member {
  margin-top: 40px;
}
div .team-member:first-child {
  margin: 0;
}
.team-role {
  color: rgba(0, 0, 0, 0.35);
}
.text-light .team-role {
  color: rgba(255, 255, 255, 0.4);
}
.team-infos {
  margin-top: 20px;
}
div .team-infos:first-child {
  margin: 0;
}
.column.hasbg .team-infos {
  padding: 30px;
  margin: 0;
}
/*	Tabs
------------------------------------------------*/
.tabs {
  margin-top: 20px;
}
div .tabs:first-child {
  margin-top: 0px;
}
.tabs ul.tab-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.text-light .tabs ul.tab-nav {
  border-color: rgba(255, 255, 255, 0.21);
}
.tabs ul.tab-nav li {
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
  padding-bottom: 5px;
}
.tabs ul.tab-nav li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.text-light .tabs ul.tab-nav li::after {
  background: #ffffff;
}
.tabs ul.tab-nav li.active::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tabs ul.tab-nav li.active a {
  color: rgba(0, 0, 0, 0.5);
}
.tabs .tab-container {
  margin-top: 20px;
}
.tabs .tab-container .tab-content.active {
  display: block !important;
}
/*---------------------------------------------- 

20. WIDGETS

------------------------------------------------*/
/* General Widgets
-------------------------------- */
.widget {
  margin-top: 60px;
  height: auto;
}
div .widget:first-child {
  margin-top: 0px;
}
.widget-title {
  font-size: 13px;
  font-weight: 400;
}
.widget-title + div, .widget-title + ul, .widget-title + p, .widget-title + ol {
  margin-top: 10px;
}
/* Menu Widget
-------------------------------- */
.widget ul:not(.socialmedia-widget) {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.widget ul:not(.socialmedia-widget) li a {
  font-weight: 400;
  display: inline-block;
  transition: color 0.2s ease, background-size 0.3s ease;
  color: #000000;
  background-image: linear-gradient(#000000, #000000);
  background-size: 0% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.widget ul:not(.socialmedia-widget) li a:hover {
  background-size: 100% 2px;
}
.text-light .widget ul:not(.socialmedia-widget) li a {
  color: #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
.widget ul:not(.socialmedia-widget) ul.sub-menu, .widget ul:not(.socialmedia-widget) ul.children {
  margin: 0 0 15px 0;
  padding: 0 0 0 10px;
}
.widget ul:not(.socialmedia-widget) ul.sub-menu li a, .widget ul:not(.socialmedia-widget) ul.children li a {
  font-size: 0.85em;
  line-height: 1.5em;
}
/* Categorie Widget
-------------------------------- */
.widget_categories ul li a {
  display: inline-block !important;
}
/* Social Media Widget
-------------------------------- */

#header-widget .socialmedia-widget {
  border-bottom: 1px solid #d6d6d6;
}

.socialmedia-widget {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px auto;
}
div .socialmedia-widget:first-child {
  /* margin: 0; */
}
.socialmedia-widget li {
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 0.98em;
}
.socialmedia-widget li a {
  /* line-height: 20px; */
  color: #000000;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  padding: 0px 6px;
}
.socialmedia-widget li.link a {
  font-weight: 600;
  color: #8b9a92;
}
.socialmedia-widget li.separador {
  color: #8b9a92;
}
.socialmedia-widget li.link a:hover {
  color: #5f89c6;
}
.socialmedia-widget li:first-child a {
  padding-left: 0px;
}
.socialmedia-widget li:last-child a {
  padding-right: 0px;
}
.text-light:not(.transparent) .socialmedia-widget li a {
  color: #ffffff;
}
.socialmedia-widget li a:hover {
  opacity: 1;
}
.socialmedia-widget li a::before {
  display: block;
  transition: all 0.3s ease;
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socialmedia-widget li.facebook a::before {
  content: "\f09a";
}
.socialmedia-widget li.twitter a::before {
  content: "\f099"
}
.socialmedia-widget li.tumblr a::before {
  content: "\f173";
}
.socialmedia-widget li.vimeo a::before {
  content: "\f27d";
}
.socialmedia-widget li.dribbble a::before {
  content: "\f17d";
}
.socialmedia-widget li.deviantart a::before {
  content: "\f1bd";
}
.socialmedia-widget li.behance a::before {
  content: "\f1b4";
}
.socialmedia-widget li.flickr a::before {
  content: "\f16e";
}
.socialmedia-widget li.linkedin a::before {
  content: "\f0e1";
}
.socialmedia-widget li.rss a::before {
  content: "\f09e";
}
.socialmedia-widget li.googleplus a::before {
  content: "\f0d5";
}
.socialmedia-widget li.pinterest a::before {
  content: "\f0d2";
}
.socialmedia-widget li.youtube a::before {
  content: "\f167";
}
.socialmedia-widget li.mail a::before {
  content: "\f1fa";
}
.socialmedia-widget li.instagram a::before {
  content: "\f16d";
}
.socialmedia-widget li.xing a::before {
  content: "\f168";
}
.socialmedia-widget li.dropbox a::before {
  content: "\f16b";
}
.socialmedia-widget li.stumbleupon a::before {
  content: "\f1a4";
}
.socialmedia-widget li.delicious a::before {
  content: "\f1a5";
}
.socialmedia-widget li.wordpress a::before {
  content: "\f19a";
}
.socialmedia-widget li.vk a::before {
  content: "\f189";
}
.socialmedia-widget li.soundcloud a::before {
  content: "\f1be";
}
.socialmedia-widget li.spotify a::before {
  content: "\f1bc";
}
.socialmedia-widget li.codepen a::before {
  content: "\f1cb";
}
.socialmedia-widget li.github a::before {
  content: "\f09b";
}
.socialmedia-widget li.lastfm a::before {
  content: "\f202";
}
.socialmedia-widget li.jsfiddle a::before {
  content: "\f1cc";
}
.socialmedia-widget li.mixcloud a::before {
  content: "\f289";
}
.socialmedia-widget li.skype a::before {
  content: "\f17e";
}
.socialmedia-widget li.url a::before {
  content: "\f0ac";
}
.socialmedia-widget li.facebook a:hover {
  color: #446ebf;
}
.socialmedia-widget li.twitter a:hover {
  color: #39aadc;
}
.socialmedia-widget li.tumblr a:hover {
  color: #4c6781;
}
.socialmedia-widget li.vimeo a:hover {
  color: #15c9f5;
}
.socialmedia-widget li.dribbble a:hover {
  color: #f14980;
}
.socialmedia-widget li.deviantart a:hover {
  color: #2ea06f;
}
.socialmedia-widget li.behance a:hover {
  color: #00b0f0;
}
.socialmedia-widget li.flickr a:hover {
  color: #f04783;
}
.socialmedia-widget li.linkedin a:hover {
  color: #81d3fd;
}
.socialmedia-widget li.rss a:hover {
  color: #ff8322;
}
.socialmedia-widget li.googleplus a:hover {
  color: #d63d1e;
}
.socialmedia-widget li.pinterest a:hover {
  color: #c81e1e;
}
.socialmedia-widget li.youtube a:hover {
  color: #ee423d;
}
.socialmedia-widget li.mail a:hover {
  color: #74624d;
}
.socialmedia-widget li.instagram a:hover {
  color: #95604b;
}
.socialmedia-widget li.xing a:hover {
  color: #036567;
}
.socialmedia-widget li.dropbox a:hover {
  color: #008cd2;
}
.socialmedia-widget li.stumbleupon a:hover {
  color: #f94213;
}
.socialmedia-widget li.delicious a:hover {
  color: #1b59c3;
}
.socialmedia-widget li.wordpress a:hover {
  color: #118bc0;
}
.socialmedia-widget li.vk a:hover {
  color: #29577b;
}
.socialmedia-widget li.soundcloud a:hover {
  color: #ff7700;
}
.socialmedia-widget li.spotify a:hover {
  color: #80b900;
}
.socialmedia-widget li.codepen a:hover {
  color: #171515;
}
.socialmedia-widget li.github a:hover {
  color: #171515;
}
.socialmedia-widget li.lastfm a:hover {
  color: #f94f14;
}
.socialmedia-widget li.jsfiddle a:hover {
  color: #0c9de8;
}
.socialmedia-widget li.mixcloud a:hover {
  color: #29587c;
}
.socialmedia-widget li.skype a:hover {
  color: #00aef3;
}
.socialmedia-widget li.url a:hover {
  color: #579abc;
}
/* Search Widget
-------------------------------- */
.widget_search form.searchform, .widget_product_search form.searchform {
  position: relative;
  margin-top: 15px;
}
.widget_search form.searchform:first-child, .widget_product_search form.searchform:first-child {
  margin: 0;
}
.widget_search form.searchform input[type=submit], .widget_product_search form.searchform input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  padding: 0;
  height: 40px;
  opacity: 0;
  z-index: 2;
}
.widget_search form.searchform::before, .widget_product_search form.searchform::before {
  content: "";
  width: 9px;
  height: 2px;
  background: #808080;
  display: block;
  position: absolute;
  top: 22px;
  right: 13px;
  z-index: 1;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_search form.searchform::after, .widget_product_search form.searchform::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  border: 1.5px solid #808080;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 20px;
  z-index: 1;
}
/* Tag Cloud 
------------------------------------------------*/
.widget_tag_cloud a {
  display: inline-block;
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  margin: 0 3px 5px 0;
}
/*	Recent Posts
------------------------------------------------*/
.widget_recent_entries li span.post-date {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 4px;
  display: block;
  color: rgba(0, 0, 0, 0.74);
}
.text-light:not(.transparent) .widget_recent_entries li span.post-date, /*	Recent Comments
------------------------------------------------*/ .widget_recent_comments li a {
  display: inline-block;
}
.widget_recent_comments li span.comment-author-link a {
  font-style: italic;
}
/*	Archive Widget
------------------------------------------------*/
.widget_archive ul li a, .widget_categories ul li a {
  display: inline-block !important;
  font-size: 15px !important;
  margin-right: 5px;
}
.widget_archive ul li, .widget_categories ul li {
  font-size: 0.85em;
}
/*	RSS Widget
------------------------------------------------*/
.widget_rss ul li {
  margin-top: 30px;
}
.widget_rss ul li a.rsswidget {
  border-bottom: 1px solid black;
  display: inline-block;
  margin-right: 15px;
}
.widget_rss ul li .rss-date {
  font-size: 0.8em;
}
.widget_rss ul li .rssSummary {
  margin-top: 10px;
}
.widget_rss ul li cite {
  margin-top: 10px;
  font-size: 0.8em;
  color: #000000;
}
/*---------------------------------------------- 

21. LOGO ADAPTATIONS 

------------------------------------------------*/
/* DESKTOP LOGO SIZE (replace the 30px with your custom logo height) */
header #logo .text-logo {
  line-height: 47px;
}
#header #logo img {
  height: 47px;
}
#header-actions {
  top: calc(160px + 47px);
}
#header-actions-overlay {
  top: calc(160px + 47px);
}
header #header-actions-overlay::after {
  top: calc(-160px - 47px);
}
#menu:not(.classic) #menu-inner {
  margin-top: calc(160px + 47px);
}
#hero.hero-full {
  min-height: calc(60vh - 160px - 47px);
}
#hero.hero-full > .google-map {
  height: calc(60vh - 160px - 47px) !important;
}
#single-share.fixed {
  top: calc(160px + 47px);
}
#header:not(.sticky) + #hero-and-body #hero.hero-fullscreen + #page-body {
  margin-top: calc(0px - 160px - 47px);
}
#header:not(.sticky) + #hero-and-body #hero.hero-fullscreen {
  top: calc(0px - 160px - 47px);
}
#header.sticky + #hero-and-body #hero:not(.hero-fullscreen) {
  margin-top: calc(0px + 160px + 47px);
}
#header.sticky + #hero-and-body > #page-body:first-child {
  margin-top: calc(0px + 160px + 47px);
}
#hero.hero-fullscreen #page-title {
  padding-top: calc(160px + 47px) !important;
}
#hero.hero-fullscreen #page-title:not(.title-bottom) {
  padding-bottom: calc(100px + 47px) !important;
}
#hero.hero-fullscreen.content-overlay #page-title {
  padding-bottom: calc(130px + 47px) !important;
}
#hero.hero-fullscreen.content-overlay #page-title.title-bottom {
  padding-bottom: calc(100px + 60px + 47px) !important;
}
@media only screen and (max-width: 1200px) {
  #header:not(.sticky) + #hero-and-body #hero.hero-fullscreen.content-overlay + #page-body {

    margin-top: calc(0px - 160px - 80px - 47px);
  }
}
/*---------------------------------------------- 

22. RESPONSIVE LOGO SIZE

------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #header #logo img {
    height: 47px !important;
    max-width: inherit;
    width: inherit;
  }
  #footer #logo-footer img {
    height: 47px !important;
    max-width: inherit;
    width: inherit;
  }
}
/* 		!!!!!! */
/*		If your responsive logo height is bigger than 30px, please change all '40px' values below 	*/
/*		!!!!!! */
@media only screen and (max-width: 768px) {
  #hero.hero-full {
    min-height: calc(60vh - 80px - 47px);
  }
  #hero.hero-full > .google-map {
    height: calc(60vh - 80px - 47px) !important;
  }
  #header:not(.sticky) + #hero-and-body #hero.hero-fullscreen + #page-body {
    margin-top: calc(0px - 80px - 47px) !important;
  }
  #header:not(.sticky) + #hero-and-body #hero.hero-fullscreen.content-overlay + #page-body {
    margin-top: calc(0px - 105px - 47px) !important;
  }
  #header:not(.sticky) + #hero-and-body #hero.hero-fullscreen {
    top: calc(0px - 80px - 47px) !important;
  }
  #hero.hero-fullscreen #page-title {
    padding-top: calc(80px + 47px) !important;
  }
  #hero.hero-fullscreen #page-title, #hero.hero-fullscreen.content-overlay #page-title, #hero.hero-fullscreen.content-overlay #page-title.title-bottom {
    padding-bottom: 80px !important;
  }
}