/* RESET */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  vertical-align: baseline;
}
html,
body {
  height: 100%;
  width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-weight: 300;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2.2rem;
}
.transition {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* BODY */
.font {
  font-family: 'Open Sans', 'Arial', sans-serif;
}
body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  color: #222;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
.pattern1 {
  background-image: url(image/pattern.jpg);
}
.pattern2 {
  background-image: url(image/pattern2.jpg);
}
.pattern3 {
  background-image: url(image/pattern3.jpg);
}
.pattern-zdrugih {
	background-image: url(image/pattern-zdrugih.jpg);

}
/* LINKs */
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #fe7009;
  text-decoration: underline;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* BOXes */
.box {
  max-width: 960px;
  margin: 0 auto;
}
/* ELEMENTS */
b,
strong {
  font-weight: 700;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
li {
  margin-bottom: 1rem;
}
/* ALIGN */
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
/* FORM */
.formBox .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.formBox input,
.formBox textarea {
  display: inline-block;
  width: 100%;
  padding: 15px;
  font-family: 'Arial', sans-serif;
  line-height: 1.4;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
  color: #ccc;
}
.formBox input:-moz-placeholder,
.formBox textarea:-moz-placeholder {
  color: #ccc;
}
.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
  color: #ccc;
}
.formBox .inputBox {
  padding: 15px;
}
.formBox .inputBox textarea {
  min-height: 200px;
}
.formBox .errors {
  color: #EF233C;
}
.formBox .errors .requiredlist {
  font-weight: 700;
}
.formBox .submitBox {
  margin: 15px;
  text-align: right;
}
.formBox .submitBox input[type=submit] {
  font-family: 'Open Sans', 'Arial', sans-serif;
  width: 30%;
  background: #8D99AE;
  color: #2B2D42;
  letter-spacing: 0;
  text-transform: uppercase;
}
.formBox .submitBox input[type=submit]:hover {
  background: #2B2D42;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* HEADER */
.header {
  background: #fff;
}
.nav {
  position: relative;
}
.nav .logo {
  padding: 2px 0;
  font-size: 0;
}
.nav .navList ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin-bottom: 0;
}
.nav .navList ul li {
  display: block;
  margin-bottom: 0;
  min-width: 10%;
}
.nav .navList ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  height: 70px;
  padding: 5px 10px;
  border-right: 1px solid #e6e6e6;
  font-size: 11px;
}
.nav .navList ul li a:hover {
  color: #fe7009;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.nav .navList ul li.active a {
  color: #fe7009;
}
#mobile-nav-icon, .mobile-nav-icon { display: none; }
.textBox .post ul.sub-nav {
	display: block;
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
}
.textBox .post ul.sub-nav li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	width: 19%;
}
.textBox .post ul.sub-nav li.active a {
	color: #fe7009;
}
.textBox .post ul.sub-nav li a {
	display: inline-block;
}
/* Content */
.contentBox {
  margin-top: 460px;
  background: url('image/white.png') repeat top left;
}
.contentBox .lColumn {
  padding: 30px;
  border-right: 1px solid #e6e6e6;
  position: relative;
}
.contentBox .rColumn .rBox {
  margin: 0 0 15px;
  padding: 30px 15px 15px;
  border-bottom: 1px solid #e6e6e6;
}
.contentBox .rColumn .rBox .rBoxName {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contentBox .rColumn .rBox .rBoxLink {
  text-align: right;
}
.contentBox .rColumn .rBox .rBoxLink a {
  font-size: 1.2rem;
}

.youtubebutton {
	background: #fd6b06;
	padding: 10px;
	width: 100%;
	height: auto;
}
/* Footer */
.footer {
  background: #fff;
  padding: 15px 0;
}
.footer p {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.footer .copyName {
  color: #444;
}
.footer .copyLink a {
  color: #444;
  text-decoration: none;
}
.footer .copyLink a:hover {
  color: #7f7f7f;
}
.footer .socialBtn a {
  display: inline-block;
  width: 32px;
  text-align: center;
  padding: 4px 0;
  background: #c3c3c3;
  border-radius: 16px;
}
/* News */
.newsList .newsBox {
  border-bottom: 1px dotted #666;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.newsList .newsBox .moreLink {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.newsList .newsBox .newsName {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
  position: relative;
}
.newsList .newsBox .newsName span {
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsList .newsBox .newsName a {
  color: #000;
  text-decoration: none;
}
.newsList .newsBox .newsName a:hover {
  color: #fe7009;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.paginate .linkOff {
  color: #c3c3c3;
}
.paginate .linkPageCurrent {
  display: inline-block;
  padding: 2px 10px;
  font-weight: 700;
}
.paginate .linkPage a {
  display: inline-block;
  padding: 2px 10px;
}
.gallery {
  position: relative;
}
.gallery .galleryItem {
  padding: 5px;
  font-size: 0;
}
.gallery .galleryItem a {
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery .galleryItem a img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.gallery .galleryItem a .hover {
  display: none;
}
.gallery .galleryItem a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.gallery .galleryItem a:hover .hover {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(image/zoom-icon.png) no-repeat center center;
  top: 0;
}
.picDoc {
  margin-bottom: 2.5rem;
}
.picDoc img {
  width: 100%;
}
/* Text */
.textBox h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
}
.textBox h2 {
	font-size: 1.6rem;
	padding: 15px 0;
}
.textBox .dateNews {
  font-size: 1.1rem;
  margin-top: 15px;
}
.textBox .post h1,
.textBox .post h2,
.textBox .post h3,
.textBox .post h4 {
  font-weight: 700;
  text-transform: none;
}
.textBox .post h1 {
  font-size: 2.6rem;
}
.textBox .post h1 + p {
  font-size: 1.8rem;
}
.textBox .post ul li {
  list-style: disc;
  list-style-position: inside;
}
.textBox .post ol li {
  list-style: decimal;
  list-style-position: inside;
}
.textBox .post blockquote {
  margin: 0 15px;
  color: #7f7f7f;
  font-size: 1.3rem;
}
.textBox .post img {
  width: 100%;
}
/* Photo */
.photoList .photoBox {
  border-bottom: 1px dotted #666;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.photoList .photoBox .photoName {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
/* Audio */
.audioList .audioBox {
  border-bottom: 1px dotted #666;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.audioList .audioBox .audioName {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  position: relative;
}
.audioList .audioBox .audioName span {
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 0;
}
.audioList .audioBox .audioName a {
  color: #EF233C;
  text-decoration: none;
}
.audioList .audioBox .audioName a:hover {
  color: #D90429;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* Audio */
.videoList .videoBox {
  border-bottom: 1px dotted #666;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.videoList .videoBox .videoName {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  position: relative;
}
.videoList .videoBox .videoName span {
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 0;
}
.videoList .videoBox .videoName a {
  color: #EF233C;
  text-decoration: none;
}
.videoList .videoBox .videoName a:hover {
  color: #D90429;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* Calendar */
#CALx .navPeriod {
  text-align: center;
  overflow: hidden;
}
#CALx .navPeriod .month {
  font-size: 1.8rem;
  font-weight: 700;
}
#CALx .navPeriod .prevLink,
#CALx .navPeriod .nextLink {
  width: 50%;
  float: left;
  padding: 10px 15px;
  font-size: 2rem;
}
#CALx .navPeriod .previousMonth,
#CALx .navPeriod .nextMonth {
  display: inline-block;
}
#CALx .navPeriod .previousMonth a,
#CALx .navPeriod .nextMonth a {
  text-decoration: none;
  color: #7f7f7f;
  display: inline-block;
  padding: 0 15px;
}
#CALx .navPeriod .previousMonth a:hover,
#CALx .navPeriod .nextMonth a:hover {
  color: #fe7009;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#CALx .navPeriod .prevLink {
  text-align: left;
}
#CALx .navPeriod .nextLink {
  text-align: right;
}
#CALx .CALxTable {
  width: 100%;
}
#CALx .CALxTable thead {
  background-color: #ff922b;
  color: #fff;
  text-align: center;
}
#CALx .CALxTable tbody td {
  height: 50px;
  width: 14.28571429%;
}
#CALx .CALxTable tbody td .dayNumber {
  background-color: #d4d4d4;
  padding: 2px 10px;
  font-size: 1.3rem;
  font-weight: 700;
}
#CALx .CALxTable tbody .emptyDay {
  background: none;
}
#CALx .CALxTable tbody .today {
  border: 1px solid #7f7f7f;
}
#CALx .CALxTable tbody .today .dayNumber {
  background: #7f7f7f;
  color: #fff;
  text-align: center;
}
#CALx .CALxTable tbody .event .eventContainer {
  background: #fff;
  border: 1px solid #fe7009;
}
#CALx .CALxTable tbody .event .eventContainer .dayNumber {
  background: #fe7009;
  color: #fff;
}
#CALx .CALxTable tbody .event .eventBox {
  padding: 5px 10px;
}
#CALx .CALxTable tbody .event .eventBox p {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #7f7f7f;
}
#CALx .CALxTable tbody .event .eventBox p a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #2B2D42;
}
#CALx .CALxTable tbody .event .eventBox:hover {
  color: #fe7009;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  cursor: default;
}
#CALx .CALxTable tbody .event .eventBox:hover a {
  color: #fe7009;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.eventTooltip {
  display: none;
  font-family: Arial, sans-serif;
}
/* Responsive Video */
.videoFrame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.videoFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audioFrame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.audioFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* Events List */
.eventItem {
  border-bottom: 1px dotted #8D99AE;
  margin-bottom: 30px;
}
.eventItem .eventDate {
  color: #8D99AE;
  margin-bottom: 0;
}
.eventItem .eventName {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2B2D42;
}
.eventItem .moreLink {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
/* Events List Side */
.eventItemSide {
  border-bottom: 1px dotted #8D99AE;
  margin-bottom: 0;
  font-size: 1.3rem;
}
.eventItemSide .eventDateSide {
  color: #8D99AE;
  margin-bottom: 0;
}
.eventItemSide .eventNameSide {
  text-transform: uppercase;
  font-weight: 700;
  color: #2B2D42;
  margin-bottom: 15px;
}
.eventSwitch {
  text-align: right;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
}
.eventSwitch .eventsTable,
.eventSwitch .eventsList {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #7f7f7f;
  background-repeat: no-repeat;
  background-position: center center;
}
.eventSwitch .eventsTable:hover,
.eventSwitch .eventsList:hover {
  background-color: #c3c3c3;
}
.eventSwitch .eventsTable.active,
.eventSwitch .eventsList.active {
  background-color: #fff;
  box-shadow: inset 0 0 3px 1px #CCCCCC;
}
.eventSwitch .eventsTable.active:hover,
.eventSwitch .eventsList.active:hover {
  background-color: none;
}
.eventSwitch .eventsTable {
  background-image: url(image/eventsCalendar.html);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.eventSwitch .eventsTable.active {
  border-right: none;
}
.eventSwitch .eventsList {
  background-image: url(image/eventsList.html);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.eventSwitch .eventsList.active {
  border-left: 0;
}
/* Instafeed */
#instafeed {
  font-size: 0;
}
#instafeed img {
  width: 100%;
}

/* STORE */
.storeItem {
	background-color: #fff;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
	letter-spacing: normal;
}
.storeItemPic {

}
.storeItemName {

}
.storeItemArtikul {
	color: #ccc;
}
.storeItemPrice {
	font-weight: bold;
}
.storePaginate {
	padding: 15px 0;
}
.storePagePrice {
	font-weight: bold;
	padding: 15px 15px 0 15px;
}
.storePageArtikul {
	color: #777;
	padding: 0 15px 15px 15px;
}

/* --- MEDIA GALLERY --- */
.mediaItem {
	padding: 10px;
	letter-spacing: normal;
}
.mediaItemLink {
	display: block;
	max-height: 184px;
	overflow: hidden;
}

.mediaName {
	text-align: center;
	padding: 10px;
}

.lifeothers-video-items {
  margin: 0 -10px !important;
}

.lifeothers-video-item {
  padding: 0 10px;
  margin-bottom: 50px;
}

.lifeothers-video-item__title {
  font-weight: 600 !important;
  font-size: 0.8em;
  min-height: 38px;
  margin-bottom: 1em !important;
}

.lifeothers-video-item__link {
  display: block;
  position: relative;
}

.lifeothers-video-item__link:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 40px;
  background-image: url("image/youtube.png");
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s linear;
}

.lifeothers-video-item__link:hover:before {
  background-color: rgba(0,0,0,0);
}

.lifeothers-video-item__img {
  width: 100%;
  display: block;
}