/* LAYOUT */
body.body-default {
	-webkit-tap-highlight-color: rgba(0,0,0,.2);
}

::selection {
  background: #3eab35;
  color: #fff;
}

body.body-default::-webkit-scrollbar {
  width: 8px;
}
body.body-default::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0);
}
body.body-default::-webkit-scrollbar-thumb {
  background: #3eab35;
}

* {
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#document-header {
	position: absolute;
	z-index: 998;
	background: rgb(34,34,34);
}

.width-gt-980 #document-header {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 70px);
	transform: translate(-50%, 70px);
	z-index: 999;
	max-width: 1200px;
}

.width-lt-980 #document-header {
	z-index: 999;
}

.width-gt-980.width-lt-1280 #document-header {
	left: 20px;
	right: 20px;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	width: auto;
}

#document-header .wrapper {
	width: 100%;
	height: 100px;
}

.width-gt-980.width-gt-1280 #document-header.fixed .wrapper {
	height: 100px;
}

.width-lt-1280 #document-header .wrapper {
	height: 80px;
}

.width-lt-980 #document-header .wrapper {
	height: 60px;
}

#document-header-top {
	background: #231F20;
}

#sidebar-left {
	display: none;
}

.width-gt-980 .header-top .wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* LOGO START */

#logo img {
	position: relative;
	display: inline-block;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	transition: all .4s;
	width: 206px;
}

.width-gt-980 #logo,
.width-lt-980 #logo {
	position: static;
}

.width-gt-980 #logo img {
	left: 30px;
  top: 30px;
}
/*
.width-gt-980.scrolled #logo img {
	top: 11px;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
*/
.width-gt-980.width-lt-1280 #logo img {
	top: 23px;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
/*
.width-gt-980.width-lt-1280.scrolled  #logo img {
	top: 13px;
}
*/
.width-lt-980 #logo img {
  position: absolute;
	left: 20px;
  top: 15px;
	-webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
}

.width-lt-640 #logo img {
}

/* LOGO END */

.header-top {
	position: relative;	
	z-index: 1000;
	width: 100%;
	background: black;
}

.header-top .wrapper {
	width: 1200px;
	/*background: black;*/
	height: 70px;
	position: absolute;
}

.width-gt-980.width-lt-1280 .header-top {
		
}

.width-gt-980.width-lt-1280 .header-top .wrapper {
/*
	height: 50px;
	margin: 0;
	width: 96.7%;
	max-width: 1000;
	margin-left: 20px;
	*/
	position: absolute;
	height: 50px;
	max-width: 1200px;
	right: 20px;
	left: 20px;
	margin: 0;	
	width: auto;	
}

.width-lt-980 .header-top {
	display: none;
	z-index: 999;
}

#document-header-top .wrapper .slogan{
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 50px;
}

.width-lt-980 #document-header-top .wrapper .slogan{
	display: none;
}

.header-contacts {
	position: absolute;
	left: 0;
	top: 20px;
}

.width-lt-1280 .header-contacts {
	top: 10px;
	left: 20px;
}

.width-lt-980 .header-contacts {
	display: none;
}

.header-contacts a {
	color: #000;
	font-size: 14px;
	line-height: 31px;
	font-family: 'Oswald', sans-serif;
}

.searchbox-toggle {
	position: absolute;
	top: 15px;
	right: 170px;
	width: 40px;
	height: 40px;
	float: none;
	font-size: 17px;
	color: #3eab35;
}

.searchbox-toggle:hover {
	background: rgba(0, 0, 0, .1);
}

.width-lt-1280 .searchbox-toggle {
	top: 5px;
}

.width-lt-980 .searchbox-toggle {
	display: none;
	right: 80px;
	font-size: 18px;
}

.width-lt-980 .search-form .keyword {
	font-size: 16px;
	color: #fff;
	background: #82A231;
}

#searchbox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px;
	z-index: 1000;
	background: rgb(42 175 137 / 88%);
	opacity: 0;
	pointer-events: none;
	transition: all .4s;
}

.width-lt-1380 #searchbox {
	left: 80px;
}

.width-lt-980 #searchbox {
	left: 0;
}

#searchbox.open {
	pointer-events: all;
	opacity: 1;
}

#searchbox .keyword {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 760px;
	width: 100%;
	font-size: 24px;
	line-height: 70px;
	color: #fff;
	font-weight: 400;
	background: none;
	border: 0;
	border-bottom: 2px solid white;
	transition: all .4s;
}

.width-lt-980 #searchbox .keyword {
	font-size: 20px;
	width: 90%;
	top: 80px;
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#searchbox .keyword::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .7);
	font-size: 24px;
}

#searchbox .keyword:-moz-placeholder {
	color: rgba(255, 255, 255, .7);
	font-size: 24px;
}

#searchbox .keyword::-moz-placeholder {
	color: rgba(255, 255, 255, .7);
	font-size: 24px;
}

#searchbox .keyword:-ms-input-placeholder {
	color: rgba(255, 255, 255, .7);
	font-size: 24px;
}

.width-lt-640 #searchbox .keyword::-webkit-input-placeholder {
	font-size: 18px;
}

.width-lt-640 #searchbox .keyword:-moz-placeholder {
	font-size: 18px;
}

.width-lt-640 #searchbox .keyword::-moz-placeholder {
	font-size: 18px;
}

.width-lt-640 #searchbox .keyword:-ms-input-placeholder {
	font-size: 18px;
}

.width-gt-980 #searchbox .keyword:focus,
.width-lt-980 #searchbox .keyword:focus {
	outline: none;
	border-color: #fff;
}

/* GOOGLE TRANSLATE REDESIGN */
#googleTranslate {

}

#googleTranslate:hover {
	background: rgba(0, 0, 0, .06);
}

.goog-te-gadget-simple .goog-te-menu-value span {
  color: #fff;
	transition: all .2s;
}

/* FORM */
.form-wrap {
	background: none;
  background-size: cover;
}

#page-main .form-wrap {
	margin: 0;
}

#document-footer .wrapper {
	-webkit-display: flex;
	display: flex;
}

.width-lt-980 #document-footer .wrapper {
	display: block;
}

.form .captcha-reload {
	opacity: 1;
}

.form-wrap .icon.icon-refresh {
	margin-right: 0px;
	font-size: 24px;
}

.widget-form {
	position: relative;
}

.form {
	margin-top: 0;
}

.widget-form .caption {
	position: relative;
	bottom: auto;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  color: #3eab35 !important;
  padding-top: 0px;
	line-height: 1.3;
	text-transform: uppercase;
}

.width-lt-980 .widget-form .caption {
	font-size: 24px;
	padding: 0;
}

.widget-form .description {
	top: 0;
	bottom: auto;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	line-height: 1.6;
	color: #231F20;
}

.form-container {
  min-height: 450px;
}

.form td.title {
	width: 25%;
	font-size: 15px;
	color: #231F20;
}

.width-gt-400 .form td.title {
	padding-top: 9px;
}

.width-lt-400 .form td.title {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 13px;
	padding-bottom: 5px;
}

.form .field {
	background: none;
	border: 1px solid #AEAEAE;
	color: #231F20;
	font-size: 16px;
	padding: 13px 10px;
	height: auto;
  margin-bottom: 20px;
	transition: all .2s;
}

.form .field:focus {
	border-color: #08b1a8;
}

.form textarea.field-textarea {
	padding: 8px 10px;
	border: 1px solid #AEAEAE;
}

.form textarea.field-textarea {
	height: 150px;
}

.form .field::-webkit-input-placeholder {
	color: #5E5E5E;
}

.form .field:-moz-placeholder {
	color: #5E5E5E;
}

.form .field:-ms-input-placeholder {
	color: #5E5E5E;
}

.width-gt-400 .colLast td.title {
	display: none;
}

.form .colLast {
	width: 100%;
}

.form .colLast .controlls {
	text-align: center;
}

.form .field-submit {
	max-width: 265px;
	border: 0;
	line-height: 45px;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 32px;
	font-weight: 600;
	background: red;
	color: #fff;
	transition: all .2s;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.form .field-submit:hover,
.form .field-submit:focus {
	background: #f9de42;
	color: #231F20;
}

.form .label-radio, .form .label-checkbox {
	margin-top: 2px;
}

.form .field-submit.dis {
	opacity: .5;
	pointer-events: none;
}

.form .field-radio {
	display: none;
}

.form .terms .formIcon {
  content: '';
	display: inline-block;
  background: none;
  border: 2px solid #3eab35;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
	left: -30px;
	top: 1px;
  transition: all .2s;
}

.width-lt-400 .form .terms .formIcon {
	position: relative;
	left: -5px;
}

.form .field-radio:checked + .formIcon {
	border: 2px solid #3eab35;
  background: #3eab35 !important;
	box-shadow: 0 0 0 7px #3eab3573;
}

.width-lt-400 .form td.controlls {
	width: 100%;
	text-align: left;
	display: block;
}

.form .status-message {
	height: auto;
  text-align: center;
  position: relative;
}

.formBottom {
	color: #231F20;
	font-size: 16px;
	margin-top: 0px;
	position: relative;
	text-align: center;
}

.width-lt-400 .formBottom {
	padding-bottom: 30px;
}

.terms-cont {
	width: 100%;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 30px;
}


.terms-cont a {
	color: #3eab35;
	transition: all .2s;
}

.terms-cont a:hover {
	color: #231F20;
}

.form .label-checkbox.terms {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0;
	padding-right: 35px;
	font-weight: 600;
}

.width-lt-400 .form .label-checkbox.terms {
	padding: 0;
}

.form .terms-checkbox {
	display: block;
  position: absolute;
  right: -50px;
  top: 26px;
	color: #231F20;
	cursor: pointer;
}

.width-lt-400 .form .terms-checkbox {
	position: relative;
	margin-top: 0px;
	top: 12px;
	right: 0;
}

.form .terms-checkbox.shake {
	-webkit-animation: shake .5s;
	-ms-animation: shake .5s;
	animation: shake .5s;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(3px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}

@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(3px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-5px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -ms-transform: translate3d(-2px, 0, 0);
	  transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    -ms-transform: translate3d(3px, 0, 0);
	  transform: translate3d(3px, 0, 0);
  }

  30%, 50%, 70% {
    -ms-transform: translate3d(-5px, 0, 0);
	  transform: translate3d(-5px, 0, 0);
  }

  40%, 60% {
    -ms-transform: translate3d(4px, 0, 0);
	  transform: translate3d(4px, 0, 0);
  }
}

.form .status-message.error,
.form .status-errors {
	color: #ff2727;
}

.form .status-message.success {
	color: #fff;
  display: block;
  position: absolute;
  top: 172px;
  line-height: 1.6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
}

.form .status-message.success:before {
	content: "\f00c";
	font-family: 'icon-font';
	font-size: 24px;
	display: block;
	width: 50px;
	line-height: 50px;
	color: #231F20;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	top: -70px;
}

/* WEATHER - pocasie */
.weather-wrap > .title {
  color: #231F20 !important;
}

.weather-wrap .icon-1.title {
  margin-right: 20px;
	font-size: 33px;
	color: #231F20;
}

.widget-weather {
	color: #231F20;
	text-align: center;
	padding-top: 20px;
}

.widget-weather .weather-location .title {
	font-size: 21px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 400;
	color: #231F20;
}

.widget-weather .item {
	display: inline-block;
	width: 192px;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 1px;
	position: relative;
}

.widget-weather .item:nth-child(2n+1) {
	color: #231F20;
}

/* FOOOOOOTER */

#document-footer {
	background: #fff;
	padding: 0;
	padding-top: 60px;
}

#document-footer #userFooter a {
	color: #231F20;
	font-weight: 400;
	transition: all .15s;
}

#document-footer #userFooter a:hover{
  text-decoration: none;
	color: #08b1a8;
}

#userFooter {
	color: #231F20;
	font-size: 16px;
	padding-left: 40px;
}

.width-lt-980 #userFooter {
	padding: 60px 0;
	padding-bottom: 40px;
}

.width-lt-400 #userFooter {
	text-align: center;
	font-size: 14px;
}

#userFooter h2 {
	color: #231F20;
  font-weight: 700;
  font-size: 26px;
	text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.width-lt-980 #userFooter h2 {
	font-size: 24px;
}

#document-footer-bottom {
	background: none;
	color: #231F20;
	font-size: 14px;
	padding: 0 20px;
	padding-bottom: 120px;
	text-align: right;
}

#document-footer-bottom .bottom-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.6;
}

.width-lt-980 #document-footer-bottom .bottom-wrapper {
	text-align: center;
}

#document-footer-bottom .social-container a {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	background: #231F20;
	color: #231F20;
}

.width-lt-980 #document-footer-bottom {
	padding: 0 45px;
	padding-bottom: 20px;
}

#document-footer-bottom .icon-lemonlion {
	font-size: 12px;
	color: #231F20;
}

.social-container {
	display: none;
}

.width-lt-640 .social-container {
	height: auto;
}

.width-lt-640 #legal, .width-lt-640 #lioweb {
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 1.5;
}

.width-lt-640 #lioweb {
	padding-top: 10px;
	margin: 0;
}

#scrollup-button {
	right: 20px;
	bottom: 20px;
	background: #3eab35;
	border-radius: 50%;
}

#scrollup-button:before,
#scrollup-button:after {
  background: #fff;
}

.width-lt-980 #scrollup-button {
	bottom: 10px;
}


/* MAIN MENU - DESKTOP */

.width-gt-980 #menu-main {
	right: 20px;
}

.width-gt-980.width-lt-1280 #menu-main {
}

.width-gt-980 #menu-main .content > ul > li > a {
	color: #3eab35;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height: 100px;
	text-transform: uppercase;
	transition: .15s , .4s;
	transition-property: background, line-height;
}

.width-gt-980 #menu-main .content > ul > li:hover > a {
	background: rgba(0, 0, 0, .1);
}

.width-gt-980.width-lt-1280 #menu-main .content > ul > li > a {
	line-height: 80px;
}

.width-gt-980 #menu-main .content > ul > li.hasChildren:not(.first) > a {
	position: relative;
	padding-right: 27px;
}

.width-gt-980 #menu-main .content > ul > li.hasChildren:not(.first) > a::before {
	content: '\f44f';
	font-family: 'icon-font';
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-53%);
	transform: translateY(-53%);
}

.width-gt-980.width-lt-1280 #menu-main .content > ul > li > a {
	font-size: 14px;
	padding-left: 10px;
	font-weight: 600;
}

.width-gt-980 #menu-main .content > ul > li > a.selected:after {
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.width-gt-980 #menu-main .content > ul > li > a.first {
	width: 47px;
	color: rgba(0, 0, 0, 0);
	position: relative;
	white-space: nowrap;
}

.width-gt-980 #menu-main .content > ul > li > a.first:before {
	content: '\f015';
	font-family: 'icon-font';
	font-size: 19px;
	color: #3eab35;
	font-weight: 400;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.width-gt-980 #menu-main .content > ul > li > a.first.selected:before {
	color: #3eab35;
}

.width-gt-980 #menu-main ul ul {
	display: none;
	background: url(../images/textura.jpg);
	-moz-animation: subMenuSlide .3s;
	animation: subMenuSlide .3s;
	animation-fill-mode: forwards;
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.loaded.width-gt-980 #menu-main ul ul {
	display: block;
}

@-webkit-keyframes subMenuSlide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes subMenuSlide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.width-gt-980 #menu-main ul ul ul {
	border-color: #dedede;
}

.width-gt-980 #menu-main ul ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.width-gt-980 #menu-main ul ul li a:hover {
	color: #fff;
	background: rgba(0, 0, 0, .1);
}

.width-gt-980 #menu-main ul .hasChildren ul li.hasChildren a {
	position: relative;
	padding-left: 25px;
}

.width-gt-980 #menu-main .level-1 ul li.hasChildren > a::before {
	content: '\f450';
	font-family: 'icon-font';
	position: absolute;
	left: 4px;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.width-gt-980 #menu-main ul ul li a.selected:after {
	content: '';
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #231F20;
}

.width-gt-980 #menu-main ul ul ul li a {
	font-weight: 400;
}

/* MENU MAIN - MOBILE */
.width-lt-980 #menu-main ul .buttonExpand {
	background: #229c79;
}

.width-lt-980 #menu-main ul .buttonExpand:before, .width-lt-980 #menu-main ul .buttonExpand:after {
	background: #fff !important;
}

/* Rozbalene menu */

.width-lt-980 #menu-main.expand {
	-webkit-animation: menuMobileSlideIn .2s;
	-moz-animation: menuMobileSlideIn .2s;
	animation: menuMobileSlideIn .2s;
	animation-fill-mode: forwards;
	background: #08b1a8;
}

@-webkit-keyframes menuMobileSlideIn {
	0% {
		-webkit-transform: translate3d(250px,0,0);
	}
	100% {
		-webkit-transform: translate3d(0px,0,0);
	}
}

@keyframes menuMobileSlideIn {
	0% {
		transform: translate3d(250px,0,0);
	}
	100% {
		transform: translate3d(0px,0,0);
	}
}

/* 1. Uroven - bunka */
.width-lt-980 #menu-main li a {
	color: #fff;
	background: #08b1a8;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.width-lt-980 #menu-main li a:hover {
	text-decoration: none;
}

.width-lt-980 #menu-main li a.selected {
}

/* 2. Uroven - bunka */
.width-lt-980 #menu-main li li a {
	background: #08b1a8;
	color: #fff;
	font-size: 14px;
}

/* 3.+ Uroven - bunka */
.width-lt-980 #menu-main li li li a {
	background: #08b1a8;;
	color: #fff;
	font-size: 14px;
}

/* Rozbalovacie tlacidlo */
#menu-main-button {
	border-left: 0;
	background: #f9de42;
}

.width-lt-980 #menu-main-button span,
.width-lt-980 #menu-main-button span:before,
.width-lt-980 #menu-main-button span:after {
	background: #000;
}

/* PAGE OVERLAY */
.page-overlay {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100px;
	top: -100px;
	background: rgba(0, 0, 0, .3);
	z-index: 900;
}

/* SIDE MENU */
#menu-side {
}

/* Rozklikatavatko - aktivne a hover */
#menu-side .buttonExpand:hover, #menu-side .buttonExpand:active, #menu-side li.expanded > .buttonExpand:hover {
	background: rgba(0, 0, 0, 0.06);
}
#menu-side .buttonExpand:before, #menu-side .buttonExpand:after {

}
#menu-side .buttonExpand:hover:before, #menu-side .buttonExpand:hover:after {

}

/* Polozka v menu 1. uroven */
#menu-side ul .item-title {
	background: none;
	color: #231F20;
	font-weight: bold;
}

#menu-side ul .item-title:hover {
	text-decoration: none;
  transition: all .25s;
	background: rgba(0, 0, 0, .06);
}

#menu-side ul .item-title:hover + .buttonExpand:before, #menu-side ul .item-title:hover + .buttonExpand:after {
}

#menu-side ul.level-1 .item-title.selected:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #231F20;
}

/* Polozka v menu 2. uroven */
#menu-side ul ul .item-title {
	color: #545454;
	font-weight: 400;
	text-transform: none;
}

#menu-side ul.level-2 .item-title.selected {
	color: #231F20;
}


/* Polozka v menu 3. uroven */
#menu-side ul ul ul .item-title {
	color: #615e5d;
	border-bottom-color: #dfdfdf;
}

#menu-side ul ul ul .item-title:hover {
	color: #615e5d;
}


/* Specialna farba menu pre vybrany strom podstranok */
#menu-side ul.parent-id-106 .item-title {
	color: #fff;
}

#menu-side ul.parent-id-106 .item-title:hover {
}

/* SLIDER */
#slider {
	padding-top: 40px;
}

.width-lt-980 #slider {
	background: #231F20;
	padding-top: 60px;
}

.width-gt-1280 .swiper-container {
	height: 840px;
}

.width-lt-1280 .swiper-container {
	height: auto;
}

.width-lt-980 .swiper-container {
	height: auto;
}

.swiper-container .image {
  display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 100%;
	background-size: cover;
}

.width-lt-980 .swiper-container .image {
}

.width-lt-640 .swiper-container .image {
}

@media screen and (max-height: 420px) {
	.width-lt-980 .swiper-container .image {
	}
}

#slider .caption {
	padding: 20px 60px;
	bottom: 30px;
	text-align: center;
	z-index: 2;
}

.width-lt-980 #slider .caption {
	position: relative;
	bottom: 0;
}

.width-lt-640 #slider .caption {
	padding: 20px;
}

.caption .title span {
  display: inline-block;
	font-size: 26px;
  font-weight: 600;
  padding: 12px 15px;
	text-transform: uppercase;
  	color: #3eab35;
}

.width-lt-640 .caption .title span {
  font-size: 18px;
	padding: 5px 10px;
}

.caption .text span {
  display: inline-block;
	font-size: 18px;
	font-weight: 400;
  padding: 12px 15px;
	color: #7f7f7f;
	background: rgba(255,255,255, .8);
}

.caption .link {
  margin-top: 15px;
}

.caption .link .button {
  background: #fff;
	border: 0;
	color: #231F20;
	padding: 13px 30px;
	font-weight: 600;
	font-size: 16px;
}

.width-lt-980 .caption .link .button {
	font-size: 14px;
}

.caption .link .button:hover {
	text-decoration: none;
  background: #231F20;
	border: 0;
	color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	text-align: center;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.swiper-pagination-bullet-active {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 83px;
	margin-top: -41px;
	background: none;
	background-color: none;
	transition: all .2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #231F20;
}

.width-lt-980 .swiper-button-next,
.width-lt-980 .swiper-button-prev {
	display: none;
}

.swiper-button-next:before,
.swiper-button-next:after,
.swiper-button-prev:before,
.swiper-button-prev:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
}

.swiper-button-prev {
	left: 30px;
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-prev:hover {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}

.swiper-button-next:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.swiper-button-prev:before {
	left: 16px;
	top: 31px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.swiper-button-prev:after {
	left: 16px;
	top: 51px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-next:before {
	left: 16px;
	top: 51px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.swiper-button-next:after {
	left: 16px;
	top: 31px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Slider carousel */

.carouselWrap-container {
	max-width: 1200px;
	margin: 0 auto !important;
}

#sliderCarousel {
	background: none;
}

.carouselWrap {
	display: block;
	width: 100%;
	position: relative;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.width-lt-1280 .carouselWrap {
}

.width-lt-980 .carouselWrap {
	width: 100%;
	left: 0;
	padding-left: 0;
	padding-right: 0;
}

.width-lt-640 .carouselWrap {
	padding-left: 0px;
	padding-right: 0px;
}

.width-gt-1280 #sliderCarousel .swiper-container {
	height: auto;
}

.width-gt-980 .swiper-container {
	padding-bottom: 70px;
}

.width-lt-980 #sliderCarousel .swiper-container::before,
.width-lt-980 #sliderCarousel .swiper-container::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200px;
	pointer-events: none;
	z-index: 2;
}

.width-lt-980 #sliderCarousel .swiper-container::before {
	right: 0;
	background: linear-gradient(270deg, #231f20, transparent);
}

.width-lt-980 #sliderCarousel .swiper-container::after {
	left: 0;
	background: linear-gradient(270deg, transparent, #231f20);
}

.width-lt-640 #sliderCarousel .swiper-container::before,
.width-lt-640 #sliderCarousel .swiper-container::after {
	width: 100px;
}

.width-lt-400 #sliderCarousel .swiper-container::before,
.width-lt-400 #sliderCarousel .swiper-container::after {
	display: none;
}

#sliderCarousel .swiper-container .image {
	transition: all .5s;
	padding-top: 100%;
	border-radius: 50%;
}

.width-lt-400 #sliderCarousel .swiper-slide {
	padding-left: 30px;
	padding-right: 30px;
}

#sliderCarousel .caption {
	position: relative;
	width: auto;
	padding: 20px 0;
	text-align: center;
}

#sliderCarousel .caption .title span {
	font-weight: 700;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
	line-height: 1.1;
	text-transform: uppercase;
}

.width-lt-1280 #sliderCarousel .caption .title span {
	font-size: 24px;
}

.width-lt-980 #sliderCarousel .caption .title span {
	font-size: 20px;
}

#sliderCarousel .caption .text span {
	background: none;
	color: #fff;
	font-size: 14px;
}

.width-lt-640 #sliderCarousel .caption .text {
	display: block;
}

.width-lt-640 #sliderCarousel .caption .text span {
	font-size: 12px;
	padding: 12px 25px;
}

#sliderCarousel .swiper-container-horizontal > .swiper-pagination-bullets {
	display: none;
}

#sliderCarousel .swiper-button-prev {
	left: 0px;
	top: auto;
	bottom: 0;
}

#sliderCarousel .swiper-button-next {
	right: 0px;
	top: auto;
	bottom: 0;
}

.width-lt-980 #sliderCarousel .swiper-button-prev {
	display: block;
	left: 0px;
	top: 400px;
}

.width-lt-980 #sliderCarousel .swiper-button-next {
	display: block;
	right: 0px;
	top: 400px;
}

#sliderCarousel .swiper-button-prev:before,
#sliderCarousel .swiper-button-prev:after,
#sliderCarousel .swiper-button-next:before,
#sliderCarousel .swiper-button-next:after {
	background: #fff;
	width: 13px;
}

#sliderCarousel .swiper-button-next:before {
	left: 24px;
	top: 45px;
}

#sliderCarousel .swiper-button-next:after {
	left: 24px;
	top: 37px;
}

#sliderCarousel .swiper-button-prev:before {
	left: 23px;
	top: 37px;
}

#sliderCarousel .swiper-button-prev:after {
	left: 23px;
	top: 45px;
}

#sliderCarousel .swiper-button-next:hover,
#sliderCarousel .swiper-button-prev:hover {
	background: rgba(255,255,255,.1);
}

.row-widget #sliderCarousel .button {
	background: none !important;
  border: 1px solid #fff !important;
}

.row-widget #sliderCarousel .button:hover {
	border-color: #f9de42 !important;
}

/*
#sliderCarousel .swiper-container {
	overflow: visible;
}

#sliderCarousel .swiper-container .image-holder {
	width: 50%;
	height: 100%;
}

.width-lt-640 #sliderCarousel .swiper-container .image-holder {
	margin: 0 auto;
}

#sliderCarousel .swiper-container .image {
	transition: all .5s;
	padding-top: 117%;
}

.width-gt-980 #sliderCarousel .swiper-container .image {
	transform: scale(.7) translateX(50%);
}

.width-gt-980 #sliderCarousel .swiper-container .swiper-slide-active .image {
	transform: scale(1) translateX(0%);
}

#sliderCarousel .swiper-slide {
	cursor: url('../../default/images/lioweb/drag.png') 16 9, ew-resize;
}

#sliderCarousel .caption {
	display: inline-block;
	position: absolute;
	width: 50%;
	left: auto;
	padding-left: 40px;
	transition: all .5s;
}

.width-gt-980 #sliderCarousel .caption {
	opacity: 0;
}

.width-gt-980 #sliderCarousel .swiper-slide-active .caption {
	opacity: 1;
}

.width-lt-980 #sliderCarousel .swiper-slide-active .caption {
	transition: none;
}

.width-lt-640 #sliderCarousel .caption {
	position: relative;
	left: 0;
	width: 100%;
	padding-top: 40px;
}

#sliderCarousel .caption .title span {
	background: none;
	font-size: 42px;
	color: #000;
	text-transform: none;
	padding: 0;
	padding-bottom: 15px;
	line-height: 1.1;
}

.width-lt-640 #sliderCarousel .caption .title span {
	font-size: 26px;
}

#sliderCarousel .caption .text span {
	background: none;
	padding: 0;
}

.width-lt-640 #sliderCarousel .caption .text {
	display: block;
}

.width-lt-640 #sliderCarousel .caption .text span {
	font-size: 14px;
}

#sliderCarousel .swiper-pagination-bullets {
	display: none;
}

*/
/* Tabulka */

.table-responsive {
	overflow: auto;
}

.coloredTable {
	border-collapse: collapse !important;
	border-spacing: 0;
	color: #231F20;
	font-size: 16px !important;
}

.coloredTable tr {
	display: table-row !important;
}

.coloredTable td {
	border-bottom: 1px solid #ccc;
}

/* Tabulka - Bunka neparna (defaultna) bunka */
.coloredTable tr:nth-child(odd) td {
	background: none;
}

/* Tabulka - Bunka parna */
.coloredTable td, .coloredTable tr.rowA td {
	background: none;
}

/* Tabulka - Zvyraznena bunka */
.coloredTable tr.rowB td {
	font-weight: bold;
	background: none;
	background: #ccc;
}

/* Tabulka - Hlavicka */
.coloredTable th {
	font-size: 20px;
	color: #231F20;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
}

/* Tabulka - TR hover */
.coloredTable tr td {
   transition: all .3s ease;
}
.coloredTable tr:hover td {
  background: rgba(0, 0, 0, 0.06);
}

.table-grid.table-grid-100 {
	max-width: 1280px;
	margin: 0 auto;
}

.table-grid.table-grid-100 td {
	padding: 0 40px !important;
}

.width-lt-980 .table-grid.table-grid-100 td {
	padding: 0 20px !important;
}

/* ARTICLES */

#arcticle-category-articles {
	margin-top: 30px;
}

.width-lt-640 #arcticle-category-articles {
	padding: 0;
}

.width-lt-400 #arcticle-category-articles {
	padding: 0;
}

#arcticle-category-articles .article {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

#arcticle-category-articles .article img {
	vertical-align: text-top;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	float: left;
	display: block;
}

#arcticle-category-articles .article h2 {
	line-height: 1.2;
}

#arcticle-category-articles .article h2 a {
	margin: 10px 0;
	text-align: left;
	padding: 0;
	font-size: 20px;
	color: #231F20;
	transition: all .2s;
}

#arcticle-category-articles .article h2 a:after {
	display: none;
}

#arcticle-category-articles .article h2 a:hover {
	color: #231F20;
}

#arcticle-category-articles .article .date {
	font-weight: bold;
	padding-top: 15px;
}

#arcticle-category-articles .article .desc {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	display: block;
}

.widget-article-list .content {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

#arcticle-category-articles .article {
	position: relative;
	width: 32%;
	background: #fff;
	margin-right: 24px;
	padding-bottom: 80px;
}

.width-lt-1280 #arcticle-category-articles .article {
	width: 32%;
	margin-right: 16px;
}

#arcticle-category-articles .article:nth-child(3n+3) {
	margin-right: 0;
}

.width-lt-980 #arcticle-category-articles .article {
	width: 48%;
	margin-right: 16px;
}

.width-lt-980 #arcticle-category-articles .article:nth-child(2n+2) {
	margin-right: 0;
}

.width-lt-640 #arcticle-category-articles .article {
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}

#arcticle-category-articles .article .col-2 {
	width: 100%;
	z-index: 1;
	padding: 20px 30px;
	position: relative;
}

.width-lt-640 #arcticle-category-articles .article .col-2 {
	padding: 20px 15px;
}

.width-lt-640 #arcticle-category-articles .article .col-2:after {
	left: 0;
}

#arcticle-category-articles .article .title {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 20px;
}

#arcticle-category-articles .article .date {
	position: relative;
	display: block;
	color: #888;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 14px;
}

#arcticle-category-articles .article .image {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

#arcticle-category-articles .article img {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

#arcticle-category-articles .article .link {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	white-space: nowrap;
}

.width-lt-640 #arcticle-category-articles .article .link {
	font-size: 15px;
	padding: 10px 25px;
}

#arcticle-category-articles .article .link .icon-angle-right {
	margin-left: 10px;
}

.page-article .body-content {
	max-width: 740px;
}

.pagination {
	text-align: center;
	border: 0;
}

.pagination .page, .pagination .prev, .pagination .next {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #cecdce;
	background: #fff;
	color: #231F20;
	background: none;
	font-size: 14px;
	transition: all .2s;
}

.pagination .page:hover,
.pagination .prev:hover,
.pagination .next:hover {
	background: rgba(0, 0, 0, .05);
}

.pagination .selected,
.pagination .selected:hover {
	color: #fff !important;
	background: #231F20;
	border-color: #231F20;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
/* ARTICLES END */

/* GALLERY */
.width-lt-980 #gallery {
	padding: 0 20px;
}

.width-gt-980 #gallery .item {
	margin-bottom: 60px;
}

.width-gt-980 #gallery .item:nth-child(2n+2) {
	transform: translateY(80px);
}

.width-lt-980.width-gt-640 #gallery .item:nth-child(2n+2) {
	transform: translateY(40px);
}

#gallery .item .title {
	bottom: 30px;
	left: 20px;
	font-style: normal;
	background: none;
	opacity: 0;
	transition: all .2s;
}

#gallery .item:hover .title {
	opacity: 1;
}

#gallery a:after, #galleryList a:after {
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgb(42 175 137 / 0%);
}

#gallery a:hover:after,
#catalog-list-products .imageContainer:hover:before,
#galleryList a:hover:after {
	background: rgb(62 175 42 / 62%);
	opacity: 1;
	transition: all .2s;
}

#gallery a:before, #galleryList a:before {
	content: '+';
	font-family: 'Open sans';
	font-size: 60px;
}


#galleryList .item a,
#galleryList .item a:hover {
	color: white !important;
}

/* FILES */
#lioweb-files a {
	color: #231F20;
}

#lioweb-files .caption {
	position: relative;
	font-size: 22px;
}

/* NEWS */


.news-heading {
	text-align: center;
}

#news .text-cont {
	position: relative;
	background: rgb(62, 171, 53);
	margin-left: 20px;
	margin-right: 40px;
	margin-top: -40px;
	padding: 30px 20px;
	padding-bottom: 40px;
	color: #fff;
}

.width-lt-980 #news .text-cont {
	margin-left: 10px;
	margin-right: 10px;
}

.width-gt-1280 #news .item:nth-child(2n+2) {
	-webkit-transform: translateY(+80px);
	transform: translateY(+80px);
}

.width-gt-980.width-lt-1280 #news .item:nth-child(2n+2) {
	-webkit-transform: translateY(+40px);
	transform: translateY(+40px);
}

#news .item .image a:before {
	display: none;
}

#news .item .image a:after {
	display: none;
	background: rgba(0, 0, 0,.2);
}

#news .item .image a:hover:after {
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0,.2);
}

#news .item .datetime {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	margin: 0;
}

#news .item .title {
	margin: 0;
	margin-bottom: 15px;
}

#news .item .title span,
#news .item .title a {
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

.width-lt-980 #news .item .title span,
.width-lt-980 #news .item .title a {
	font-size: 24px;
}

.width-lt-640 #news .item .title span,
.width-lt-640 #news .item .title a {
	font-size: 20px;
}

#news .item .title a {
	transition: all .2s;
}

#news .item .title a:hover {
	color: #231F20;
}

#news .item .text {
	color: #fff;
}

#news .item .link a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	border-radius: 32px;
	display: inline-block;
	padding: 21px 32px;
	text-transform: uppercase;
	color: white;
	background: black;
	border: 1px solid black;
	transition: all .2s;
}

#news .item .link:hover a {
	background: #f9de42;
	border-color: #000;
	color: black;
}

.width-lt-980 #news .item .link a {
	font-size: 15px;
	padding: 16px 25px;
}

.width-lt-980 #news .item .link a {
	font-size: 14px;
}

#news .item .link a:after {
	font-size: 1em;
}

#news .item .link:hover a:after {
	margin-left: 20px;
}

/* CATALOG PRODUCTS */
#catalog-list-subcategories .item {
	width: 268px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 1px;
}

#catalog-list-products div.item {
	position: relative;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding-bottom: 80px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 1px;
	text-align: center;
}

#catalog-list-products div.item:nth-child(4n+4),
#catalog-list-subcategories .item:nth-child(4n+4)  {
	margin-right: 0;
}

.width-lt-1280 #catalog-list-products div.item,
.width-lt-1280 #catalog-list-subcategories .item {
	width: 31.9%;
}

.width-lt-1280 #catalog-list-products div.item:nth-child(4n+4),
.width-lt-1280 #catalog-list-subcategories .item:nth-child(4n+4) {
	margin-right: 20px;
}

.width-lt-1280 #catalog-list-products div.item:nth-child(3n+3),
.width-lt-1280 #catalog-list-subcategories .item:nth-child(3n+3) {
	margin-right: 0;
}

.width-lt-980 #catalog-list-products div.item,
.width-lt-980 #catalog-list-subcategories .item {
	width: 31.0%;
}

.width-lt-640 #catalog-list-products div.item,
.width-lt-640 #catalog-list-subcategories .item {
	width: 48.5%;
	margin-right: 10px;
}

.width-lt-640 #catalog-list-products div.item:nth-child(3n+3),
.width-lt-640 #catalog-list-subcategories .item:nth-child(3n+3) {
	margin-right: 10px;
}

.width-lt-640 #catalog-list-products div.item:nth-child(2n+2),
.width-lt-640 #catalog-list-subcategories .item:nth-child(2n+2) {
	margin-right: 0;
}

.width-lt-400 #catalog-list-products div.item,
.width-lt-400 #catalog-list-subcategories .item {
	width: 100%;
	margin-right: 0px;
}

.width-lt-400 #catalog-list-products div.item:nth-child(3n+3),
.width-lt-400 #catalog-list-subcategories .item {
	margin-right: 0;
}

#catalog-list-products div.item.last,
#catalog-list-subcategories .item.last {
	margin-right:auto;
}

#catalog-list-products .imageContainer img {
	vertical-align: bottom;
}

#catalog-list-products h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	height: auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 10px;
}

#catalog-list-products h2 a:hover {
	color: #231F20;
}


#catalog-list-subcategories a span {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

#catalog-list-subcategories a:hover span {
	color: #231F20;
}

#catalog-list-products .item .description {
	padding: 0 20px;
}

#catalog-list-products .item .price {
	padding: 0 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}

#catalog-list-products .item .button {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 8px 33px;
	text-align: center;
	font-size: 22px;
	color: #231F20;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	background: none;
	transition: all .2s;
}

#catalog-list-products .item .button:hover {
	background: #231F20;
	color: #fff;
}

#page-catalog-product .product-button {
	margin: 40px 0;
	padding: 15px 40px;
	font-size: 18px;
}

.content-wrap {
	background: none;
	overflow: hidden;
	border: 0;
}

/* CONTENT */
.body-content {
	position: relative;	
	color: #231F20;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	max-width: none;
	padding: 60px 0px 80px;
}

#page-default .body-content {
 	background: rgb(34, 34, 34);
 	color: white;
}

#page-default .body-content h1, #page-default .body-content h2, #page-default .body-content h3 {
    color: white;
}

#page-default .button.prim {
	background: #3eab35;
}

.width-gt-980#page-main .body-content {
	padding-top: 100px;
}

.width-lt-1280 .body-content {
	padding: 20px 0px;
	padding-top: 60px;
}

.width-lt-980 .body-content {
	padding: 40px 0px 80px;
}

#page-main .body-content {
	max-width: none;
	padding: 60px 0px 80px;
}

.width-lt-980#page-main .body-content {
	padding: 40px 0px 80px;
	padding-top: 80px;
}

#page-catalog-category.body-content,
#page-catalog-product.body-content {
	padding: 40px 0;
	padding-bottom: 60px !important;
}

.body-content p.quote {
	background: #EEE;
	font-size: 18px;
}

.body-content .style-a {
	color: #888;
}

.body-content .style-b {
	font-size: 1.2em;
}

.body-content hr {
	max-width: 200px;
	margin: 0 auto;
	border-top: 2px solid #231F20;
}

.body-content a img {
	vertical-align: middle;
	transition: all .2s;
}

.body-content a:hover img {
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}

.body-content h1 {
	position: relative;
	color: #231F20;
	font-weight: 400;
	font-size: 46px;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.width-lt-1280 .body-content h1 {
	font-size: 42px;
}

.width-lt-980 .body-content h1 {
	font-size: 38px;
	margin-bottom: 20px
}

.width-lt-640 .body-content h1 {
	font-size: 28px;
}

.body-content h2,
.body-content .h2 {
	color: white;
	font-size: 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.2;
}

.width-lt-1280 .body-content h2,
.width-lt-1280 .body-content .h2 {
	font-size: 42px;
}

.width-lt-980 .body-content h2,
.width-lt-980 .body-content .h2 {
	font-size: 32px;
}

.width-lt-640 .body-content h2,
.width-lt-640 .body-content .h2 {
	font-size: 28px;
}

.info-image-text h2 {
	color: #d2c200;
	line-height: 1.15;
}

.width-lt-1280 .info-image-text h2 {
	font-size: 42px;
}

.width-lt-980 .info-image-text h2 {
	font-size: 32px;
}

.width-lt-640 .info-image-text h2 {
	font-size: 26px;
}

.body-content h3,
.body-content .h3 {
	color: #231F20;
	font-weight: 700;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 1.2;
}

.width-lt-980 .body-content h3,
.width-lt-980 .body-content .h3 {
	font-size: 24px;
}

.width-lt-640 .body-content h3,
.width-lt-640 .body-content .h3 {
	font-size: 20px;
}

.body-content h4,
.body-content .h4 {
	font-weight: 700;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	color: white;
	margin-top: 0;
	line-height: 1.2;
}

.width-lt-640 .body-content h4,
.width-lt-640 .body-content .h4 {
	font-size: 18px;
}

.body-content ul li:after {
	content: '';
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #231F20;
}

#lioweb-files ul li:after {
	display: none;
}

.body-content a,
#lioweb-files ul li a {
	color: #08b1a8;
	font-weight: 600;
	transition: all .2s;
}

.body-content a:hover,
#lioweb-files ul li a:hover {
	text-decoration: none;
	color: #231F20;
}

.button {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	border-radius: 32px;
	border: 1px solid #231F20;
}

.button:hover {
}

.width-lt-400 .button {
	font-size: 16px;
}

.button:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	height: 100%;
	width: 100%;
	border-radius: 32px;
	z-index: -1;
	text-transform: uppercase;
	transition: all .2s;
}

.button:hover:before {
	top: 0px;
	left: 0px;
}

.button.prim {
  color: #231F20;
  background: none;
  padding: 14px 25px;
	text-transform: uppercase;
}

.button.prim:before {
	background: #f9de42;
}

.button.prim:hover {
}

.button::after {
	content: '\f106';
	font-family: 'icon-font';
	margin-left: 15px;
	vertical-align: sub;
	font-size: 1.2em;
}

.button-close::after {
	display: none;
}

.button.sec {
	font-size: 16px;
	color: #231F20;
  	padding: 11px 25px;
	text-transform: uppercase;
	background: #3eab35;
	border-color: #3eab35;
}

.button.sec:before {
	background: rgb(28, 53, 176);
}

.button.sec:hover {
	background: #08b1a8;
	background: #d2c200;
    border-color: #000;
}

.info-image-text .button.sec {
	background: #3eab35;
	border-color: #3eab35;
}

.info-image-text .button.sec:hover {
	background: #d2c200;
	border-color: #000;
}

.width-lt-640 .info-image-text .button.sec {
	font-size: 14px;
}

#content-search {
	max-width: 960px;
}

#search-results h2 {
	font-size: 24px;
}

/* row widget */
.row-widget {
	position: relative;
	color: white !important;
	background: rgb(34,34,34);
	box-shadow: -959px 0 0 rgb(34,34,34), 960px 0 0 rgb(34,34,34), -319px 0 0 rgb(34,34,34), 320px 0 0 rgb(34,34,34);
	padding: 200px 0;
	margin: 30px 0;
}

.width-lt-980 .row-widget {
	width: auto;
	padding: 140px 20px;
}

.width-lt-640 .row-widget {
	margin: 20px 0;
}

.width-lt-400 .row-widget {
	padding-left: 0px;
	padding-right: 0px;
}

.row-widget h1,
.row-widget h2,
.row-widget h3,
.row-widget h4,
.row-widget a {
	color: white !important;
}

.row-widget .button {
	background: #f9de42 !important;
	border: 1px solid #f9de42 !important;
	color: #231F20  !important;
}

.row-widget .button:hover {
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #231F20 !important;
}

.angled-shapes::before,
.angled-shapes:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10vw;
	pointer-events: none;
}

.angled-shapes::before {
	top: -1px;
	background: url('../images/shape01.svg') top center no-repeat;
	background-size: cover;
}

.angled-shapes::after {
	bottom: -1px;
	background: url('../images/shape02.svg') bottom center no-repeat;
	background-size: cover;
}

.width-lt-980 .angled-shapes::before {
	top: -1px;
}

.width-lt-980 .angled-shapes::after {
	bottom: -1px;
}

.row-widget.row-green {
	color: #231F20 !important;
	background: #08b1a8;
	box-shadow: -959px 0 0 #08b1a8, 960px 0 0 #08b1a8, -319px 0 0 #08b1a8, 320px 0 0 #08b1a8;
	padding: 200px 0;
	margin: 30px 0;
}

.width-lt-980 .row-widget.row-green {
	margin: 30px -15px;
	padding: 120px 20px;
	width: auto;
}

.width-lt-640 .row-widget.row-green {
	margin: 20px 0px;
	padding: 0 15px;
}

.row-widget.row-green h1,
.row-widget.row-green h2,
.row-widget.row-green h3,
.row-widget.row-green h4,
.row-widget.row-green a {
	color: #231F20 !important;
}

.row-widget.row-green .button {
	background: #fff !important;
	border: 1px solid white !important;
	color: #231F20;
}

.row-widget.row-green .button:hover {
	background: #f9de42 !important;
	border: 1px solid #000 !important;
	color: #231F20 !important;
}

.scroll-down {
	display: none;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 16px;
	z-index: 100;
	cursor: pointer;
}

.width-lt-980 .scroll-down {
	top: 14px;
}

.width-lt-640 .scroll-down {
	display: none;
}

.scroll-down:before,
.scroll-down:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 10px;
	background: #231F20;
	width: 16px;
	height: 2px;
	animation: scrollDown .5s infinite alternate;
	transition: all .2s;
}

.scroll-down:before {
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 13px;
}

.scroll-down:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
}

@-webkit-keyframes scrollDown {
  0% { top: 24px; }
  100% { top: 26px; }
}
@-moz-keyframes scrollDown {
  0% { top: 24px; }
  100% { top: 26px; }
}
@keyframes scrollDown {
  0% { top: 24px; }
  100% { top: 26px; }
}

/* GOOGLE MAPA */

#gMap {
	padding-top: 80px;
}

#gMap-map {
	height: 400px;
	background: #fff;
}

.width-gt-980 #gMap-map {
}

.width-lt-640 #gMap-map {
	margin-top: 0px;
	height: 250px;
}



/* INFO IMAGE START */

.width-gt-980 .info-image-bg-wrap {
	min-height: 210px;
	background: #f9de42;
}

.width-gt-980 .info-image-bg-wrap.info-image-main {
	position: relative;
	height: 115vh;
}

.width-lt-980 .info-image-bg-wrap.info-image-main {
	position: relative;
	height: 640px;
}

.info-image-bg-wrap.info-image-main:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 10vw;
	background: url('../images/shape02.svg') bottom center no-repeat;
	background-size: cover;	
}

.info-image-bg {
	display: none;
	width: 100%;
	height: 500px;
	background: url('../images/info-image-bg.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
}

.width-lt-980 .info-image-bg {
	height: 200px;
}

#infoImage {
	position: relative;
	top: 0px;
	left: 0;
	height: 500px;
	overflow: hidden;
  z-index: 1;
}

.info-image-main #infoImage {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 0;
}

#infoImage:after {
	display: none;
}

.width-lt-980 #infoImage {
	height: 300px;
	overflow: hidden;
}

.width-lt-980 .info-image-main #infoImage {
	top: 0;
	height: 100%;
	z-index: 0;
}

.width-lt-980 #infoImage .content {
	margin: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#infoImage .content,
#infoImage .image {
	width: 100%;
	height: 100%;
}

#infoImage .image {
	background-position: top center;
	background-color: #231F20;
	background-size: cover;
}

.width-lt-980 #infoImage .image {
	background-attachment: scroll;
}

#page-main .info-image-bg-wrap .body-content {
	height: 100%;
	z-index: 1;
	max-width: 1280px;
}

.info-image-text {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 600px;
	padding: 70px 50px;
	background: rgb(34,34,34);
	color: #fff;
}

.width-lt-1280 .info-image-text {
	right: 20px;
	padding: 50px 30px;
}

.width-lt-980 .info-image-text {
	padding: 40px 20px;
	width: 50%;
}

.width-lt-640 .info-image-text {
	bottom: 70px;
	top: auto;
	-webkit-transform: none;
	transform: none;
	left: 20px;
	right: 20px;
	width: auto;
	font-size: 14px;
	padding: 30px 15px;
}

.info-image-text h1 {
	color: #fff;
}

.width-gt-980 .info-image-text p {
	padding-left: 30px;
	font-size: 22px;
}

.width-gt-980.width-lt-1280 .info-image-text p {
	font-size: 20px;
}

/*  INFO IMAGE END*/


/* SOCIAL SHARE BUTTONS START */

.widget-socials-share {
}

.widget-socials-share .content {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 999;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.widget-socials-share .item {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
}

.widget-socials-share .item.was-shared {
	line-height: 41px;
}

.widget-socials-share .item .shared {
	position: absolute;
	bottom: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	font-size: .6em;
	line-height: 1;
	font-weight: 400;
}

.widget-socials-share .item:before {
	position: relative;
	z-index: 1;
}

.widget-socials-share .item:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	z-index: 0;
	transition: all .4s;
}

.widget-socials-share .item:hover:after {
	-webkit-transform: translate(-50%,-50%) scale(15);
	-ms-transform: translate(-50%,-50%) scale(15);
	transform: translate(-50%,-50%) scale(15);
	opacity: 1;
}

.widget-socials-share .icon-facebook-o {
	background: #3B5998;
}

.widget-socials-share .icon-google-plus {
	background: #de564a;
}

.widget-socials-share .icon-messenger {
	background: #0083fe;
}

.widget-socials-share .icon-twitter {
	background: #00aced;
}

.widget-socials-share .icon-pinterest {
	background: #d6191c;
}

.widget-socials-share .icon-mail {
	background: #f7f7f7;
	color: #da0306;
}

/* SOCIAL SHARE BUTTONS END */


.width-gt-980 #facebook-link,
.width-lt-980 #facebook-link,
.width-gt-980 #youtube-link,
.width-lt-980 #youtube-link {
	position: absolute;
	top: 15px;
	display: block;
	width: 40px;
	height: 40px;
	color: #3eab35;
	font-size: 17px;
	text-align: center;
}

#facebook-link:hover,
#youtube-link:hover {
	background: rgba(0,0,0,.1);
}

.width-lt-1280 #facebook-link,
.width-lt-1280 #youtube-link {
	top: 5px;
}

#facebook-link:before,
#youtube-link:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.width-gt-980 #facebook-link {
	right: 130px;
}

.width-gt-980 #youtube-link {
	right: 90px;
}

.width-lt-980 #facebook-link {
	right: auto;
	left: 180px;
}

.width-lt-980 #youtube-link {
	right: auto;
	left: 220px;
}

.width-lt-980 #facebook-link,
.width-lt-980 #youtube-link {
	top: 10px;
}

/* EXPAND START */

.expand-section {
	margin: 0;
	border-bottom: 2px solid #f4f4f4;
	cursor: pointer;
	transition: all .4s;
}

.expand-section:hover {
	border-color: #231F20;
}

.expand-section.expand {
	padding-bottom: 20px;
	border-color: #231F20;
}

.width-lt-640 .expand-section {
	margin: 0;
}

.expand-section .title h3 {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.expand-section .title h3:hover {
	color: #231F20;
}

.expand-section .title h3:after {
	content: '\f106';
	display: inline-block;
	font-family: 'icon-font';
	margin-left: 20px;
	vertical-align: bottom;
	background: none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all .2s;
}

.expand-section.expand .title h3:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.expand-section .title h3:before {
	display: none;
}

.expand-content {
	height: 0;
	opacity: 0;
	-webkit-transform: translate3d(0,-20px,0);;
	transform: translate3d(0,-20px,0);
	color: #231F20;
	pointer-events: none;
	transition: all .5s;
}

.expand .expand-content {
	height: auto;
	padding-top: 20px;
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translate3d(0,0,0);;
	transform: translate3d(0,0,0);
	border-top: 2px solid #231F20;
}

.expand-content .content {
	padding: 20px;
}

.width-lt-400 .expand-content .content {
	padding: 20px 10px;
}

/* EXPAND END */


/* LANG END */

/* Cookie Law Box */
#cookie-law-box {
	background-color: rgb(238, 238, 238);
}

#cookie-law-box .message {
	color: black;
}

.width-lt-640 #cookie-law-box .message {
	font-size: 14px;
	line-height: 1.6;
}

#cookie-law-box .message a {
	color: blue;
}

#cookie-law-box .button-accept {
	border: 1px solid #3eab35;
	color: #fff;
	background: #3eab35;
	padding: 5px 20px;
	border-radius: 21px;
	font-weight: 400;
	text-transform: uppercase;
}

#cookie-law-box .button-accept:hover {
	background: #f9de42;
	border-color: #f9de42;
	color: #000;
}


/* LANG START */
#languages {
	position: absolute;
	top: 17px;
	right: 30px;
	left: auto;
	width: 47px;
	height: 40px;
	background: none;
	transition: all .4s;
	z-index: 1000;
}

.width-lt-1280 #languages {
	top: 8px;
}

#languages::after {
	content: '\f44f';
	font-family: 'icon-font';
	position: absolute;
	top: 5px;
  	right: 0;
  	font-size: 17px;
	color: #3eab35;
	pointer-events: none;
}

.width-lt-980 #languages {
	top: 12px;
	right: auto;
	left: 260px;
}

.width-lt-640 #languages {
}

#languages ul.selected {
	box-shadow: none;
}

#languages ul {
	background: none;
	border: 0;
}

#languages ul.selected li a {
	background: none;
	color: #3eab35;
	font-weight: 400;
	padding-right: 17px;
}

#languages ul:hover {
	background: rgba(0, 0, 0, .1);
}

#languages ul li {
	background: none;
	padding: 0;                                            
}

#languages ul.options li {
	background: rgb(34,34,34);
}

#languages ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	font-family: 'Oswald', sans-serif;
	padding: 2px 7px;
}

#languages ul.options li a:hover {
	background: rgba(0, 0, 0, .05);
}

.shiny-24 .flag {
	display: none !important;
}

/* LANG END */

.bg-textura {
	background: url(../images/textura.jpg);
}