
/* --------------------------
--- GENERAL CSS ---
----------------------------- */

html {
	font-size: 16px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden; /* fix for aos animation */
}

body.bg-init {
	background-color: #fff;
}

p {
	margin: 0 0 25px;
}

ul,
ol {
	padding-left: 60px;
	margin-bottom: 25px;
}

p + ul,
p + ol {
	margin: 0px 0 25px;
}

b, strong {
    font-weight: 700;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 25px;
}

h1, .h1 {
	font-size: 80px;
}
h2, .h2 {
	font-size: 60px;
}
h3, .h3 {
	font-size: 36px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}

.module-title h3 {
	font-size: 48px;
	padding: 0 0 50px;
	margin: 0;
}

a {
	color: #c71b3d;
	text-decoration: none;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

/* fix iPhone Safari changing colour of phone numbers */
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

/* --------------------------
--- CLASSES (short) ---
----------------------------- */
.center {
	text-align: center;
}

/* --------------------------
--- BUTTONS ---
----------------------------- */
.btn {
	position: relative;
    background: #c71b3d;
	border: 0 none;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
    color: #fff;
	padding: 13px 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover,
.btn:focus {
	color: #fff;
	background: #a21b36;
	background: #9f1631;
}
.btn:active {
	color: inherit;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	color: #fff;
	background: #c71b3d;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #a21b36;
}

/* --------------------------
--- BG IMAGE responsive ---
----------------------------- */
.img-zoom {
	overflow: hidden;
	display: block;
}
.image-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 66.66666%;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}
.img-zoom:hover .image-cover,
.img-zoom:focus .image-cover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* --------------------------
--- SYSTEM MESSAGE ---
----------------------------- */
/* System message */
/*.home.system-message #system-message-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 15px;
}*/
#system-message .alert {
	background: brown;
	color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#system-message h4 {
	margin: 5px 0;
	color: #fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	cursor: pointer;
}

/* --------------------------
--- HEADER i LOGO ---
----------------------------- */
header {
	width: 100%;
	height: 100px;
	z-index: 20;
	font-weight: 400;
	background: none;
	padding: 0 4%;
}
/*header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}*/
header .header-main {
	position: relative;
	height: 100%;
}
.logo-container {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	/*padding: 20px 0;*/
}
.logo-container img {
	height: 60px;
}

/* --------------------------
--- LANG SWTICHER ---
----------------------------- */
.lang-switcher {
	position: absolute;
	z-index: 1;
	right: 0;
	/*top: 18px*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* --------------------------
--- BREADCRUMBS ---
----------------------------- */
.mod-breadcrumbs {
	position: absolute;
	z-index: 1;
	left: 0;
	/*top: 25px;*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumb {
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.breadcrumb li {
	display: none;
}
.breadcrumb li.last {
	display: list-item;
}
.breadcrumb span.divider {
	display: none;
}
.breadcrumb>li+li:before {
	color: #808080;
}
.breadcrumb li > span {
	color: #808080;
}
.breadcrumb li.item-last span {
	color: #808080;
}
.breadcrumb li > a {
	display: block;
	padding: 15px 30px;
	color: #fff;
	line-height: 20px;
	background: #000;
}
.breadcrumb li > a:hover,
.breadcrumb li > a:focus {
	background: #5e714d;
}
.breadcrumb li:first-child {
	display: none;
}
.breadcrumb li:first-child + li:before {
	display: none;
}
.breadcrumb > li + li:before {
	display: none;
	position: static;
	width: auto;
	height: auto;
	content: ">\00a0";
	color: #808080;
	background: none;
}

/* --------------------------
--- FOOTER ---
----------------------------- */
.footer {
	position: relative;
	line-height: 1.4;
	background: #fff;
	color: #000;
	padding: 0 6vw;
	text-align: center;
}
.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}
.footer p {
	margin: 0;
}

/* --------------------------
--- BACK TO TOP ---
----------------------------- */
#back-to-top {
	display: inline-block;
    width: 36px;
    height: 36px;
	background: rgba(0,0,0,0.5);
    border: 0 none;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#back-to-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    margin: -2px 0 0 -5px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#back-to-top.reveal {
	filter: alpha(opacity=100);
	opacity: 1;
}
#back-to-top.reachBottom {
	bottom: 15px;
}

/* --------------------------
--- HOMEPAGE main root ---
----------------------------- */
.page.home .intro-section {
	margin-bottom: 3%;
}
.mod-intro {
	position: relative;
	display: flex;
	align-items: center;
	height: 600px;
}
.mod-intro .intro-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}
.mod-intro .intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.5;
}
.mod-intro .mod-content {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 60px 0;
}
.mod-intro .mod-content h1 {
	font-size: calc(1.4rem + 4vw);
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0 30px;
	text-align: center;
}
.mod-intro .mod-content h1 span {
	display: block;
}

/* --------------------------------
--- DISPLAY Home - MAP SECTION ---
----------------------------------- */
.map-section {
	position: relative;
}
#map {
	width: auto;
	height: 600px;
	margin: 0;
	color: #333;
}
.mapFilter {
	position: absolute;
	top: 30px;
	right: 30px;
	background: rgba(255,255,255,0.8);
	padding: 20px 20px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mapFilter .form-group {
	position: relative;
	margin-bottom: 20px;
	padding-left: 22px;
}
.mapFilter .form-group input {
	position: absolute;
	top: 4px;
	left: 0;
}
.mapFilter .form-group input,
.mapFilter .form-group label {
	cursor: pointer;
	user-select: none; /* supported by Chrome and Opera */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none;
}

/* ---------------------------------
--- DISPLAY Home - BUTTONS MENU ---
------------------------------------ */
.buttons-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 2%;
}
.buttons-menu li {
	width: 50%;
	padding: 2%;
}
.buttons-menu li a {
	display: block;
	position: relative;
}
.buttons-menu li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.buttons-menu li a .image-title {
	position: absolute;
	z-index: 1;
	width: 60%;
	left: 0;
	bottom: 0;
	font-size: calc(1rem + 0.5vw);
	font-weight: 700;
	color: #fff;
	padding: 4% 5%;
}
.buttons-menu.oddItems li.last {
	width: 100%;
}
.buttons-menu.oddItems li.last .image-cover {
	padding-bottom: 45%;
}
.buttons-menu.oddItems li.last a .image-title,
.buttons-menu.home li a .image-title {
	width: 100%;
	text-align: center;
	left: auto;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ---------------------------------
--- DISPLAY 2 Home - BUTTONS MENU ---
------------------------------------ */
.page.display2 .buttons-menu li.i5 {
	width: 100%;
}
.page.display2 .buttons-menu li.i5 .image-cover {
	padding-bottom: 20%;
}
.page.display2 .buttons-menu li.i5 a .image-title {
	width: 100%;
	text-align: center;
	left: auto;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page.display2 .buttons-menu li.i10 {
	width: 100%;
}
.page.display2 .buttons-menu li.i10 .image-cover {
	padding-bottom: 45%;
}
.page.display2 .buttons-menu li.i10 a .image-title {
	width: 100%;
	text-align: center;
	left: auto;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* -----------------------------------------------
--- BLOG - CATEGORY PAGE - blog.php ---
----------------------------------------------- */


/* ---------------------------------------------------
--- BLOG - ARTICLE PAGE - item-blog.php (.tpl-basic) ---
------------------------------------------------------ */


/* -----------------------------------------------------------------
--- TPL BUTTONS - Category Blog - buttons.php - (.blog-buttons) ---
-------------------------------------------------------------------- */
.blog-buttons {
	background: #eee;
}
.blog-buttons .items-leading {
	display: flex;
	flex-wrap: wrap;
	padding: 2%;
}
.blog-buttons .items-leading .catitem {
	position: relative;
	width: 50%;
	padding: 2%;
}
.blog-buttons .items-leading .catitem a {
	position: relative;
	display: block;
}
.blog-buttons .items-leading .catitem a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.blog-buttons .items-leading .catitem .title-container {
	position: absolute;
	z-index: 1;
	width: 60%;
	left: 0;
	bottom: 0;
	padding: 4% 5%;
}
.blog-buttons .items-leading .catitem .title-container h2 {
	font-size: calc(1rem + 0.5vw);
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.category-slideshow {
	margin-bottom: 4%;
}

/* ----------------------------------------------------------
--- TPL BUTTONS - Article - default.php - (.tpl-buttons) ---
------------------------------------------------------------- */
.tpl-buttons {
	padding-bottom: 2%;
}
.tpl-buttons .article-header {
	background: #3a4d42;
	padding: 0 4%;
	margin-bottom: 4%;
}
.tpl-buttons .article-header-inner {
	padding: 8% 0;
}
.tpl-buttons .article-header h1 {
	font-size: calc(1rem + 2vw);
	color: #fff;
	margin: 0;
}
.tpl-buttons .article-body {
	padding: 0 4%;
}



/* --------------------------
--- PAGINATION ---
----------------------------- */
.pagination {
	display: block;
	margin: 0;
	padding: 0 4% 3%;
	font-size: 14px;
}
.pagination .counter.pull-right {
	display: none;
}
.pagination ul{display:inline-block;padding-left:0;margin:0;border-radius:0}
.pagination ul > li {
	display:inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.pagination ul > li:before {
	display: none;
}
.pagination ul > li > a,
.pagination ul > li > span{
	display:inline-block;
    position:relative;
	padding: 12px 20px;
    line-height: 20px;
    text-decoration:none;
    border:1px solid #ddd;
    margin-left:-1px;
	color: #999;
}
.pagination ul > li > a {
	background-color: #F5F5FA;
	color: #999;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span{
    margin-left:0;
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
    color: #fff;
    background-color: #666;
    border-top-color: #666;
    border-bottom-color: #666;
}
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
}
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.pagination ul > .active > a:focus,
.pagination ul > .active > span:focus{
    z-index:2;
    color: #fff;
    background-color: #666;
    border-top-color: #666;
    border-bottom-color: #666;
    cursor:default
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus
{color:#999;
 background-color:#F5F5FA;
 /*border-color:#dddddd;
 cursor:not-allowed*/
}
.pagination ul-lg > li > a,
.pagination ul-lg > li > span{
    padding:13px 40px;
    font-size:18px
}.pagination ul-lg > li:first-child > a,
.pagination ul-lg > li:first-child > span{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul-lg > li:last-child > a,
.pagination ul-lg > li:last-child > span
{	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.pagination ul-sm > li > a,
.pagination ul-sm > li > span{
    padding:6px 12px;
    font-size:12px
}
.pagination ul-sm > li:first-child > a,
.pagination ul-sm > li:first-child > span{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.pagination ul-sm > li:last-child > a,
.pagination ul-sm > li:last-child > span{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}


/* --------------------------
--- ANIMATIONS ---
----------------------------- */

/* Logo, Hamburger */
.focus-in-expand{-webkit-animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s both;animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s both}
@-webkit-keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-expand{0%{letter-spacing:-.5em;-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}

/*  main-menu */
.fade-in-top-1{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both}
.fade-in-top-2{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .6s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .5s both}
.fade-in-top-3{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .9s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .8s both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* mod-intro: slika intro-bg-container */
.fade-in{-webkit-animation:fade-in 3s cubic-bezier(.39,.575,.565,1.000) .8s both;animation:fade-in 3s cubic-bezier(.39,.575,.565,1.000) .8s both}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}

/* Podstranice: about us */
.fade-in-up-1{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1s both}
.fade-in-up-2{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both}
.fade-in-up-3{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 2s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 2s both}
@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* Animsition - custom loading class */
.custom-animsition-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.custom-animsition-loading img {
	max-width: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.custom-animsition-loading img {-webkit-animation:pulsate-bck .5s ease-in-out infinite both;animation:pulsate-bck .5s ease-in-out infinite both}
@-webkit-keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}


/******************************************************************************************
* responsive MAX-width 
******************************************************************************************/
@media (max-width: 479px) {
	.xdsoft_datetimepicker {
		left: 5px !important;
	}
}
@media (max-width: 767px) {
	textarea, input {
		width: 100%;
	}
}


@media (orientation: portrait) {
	.animsition {
		height: 100vh;
	}
	header {
		height: 5%;
	}
	.page.display1 .map-section {
		height: 30%;
	}
	.page.display1 .map-section .custom,
	.page.display1 .map-section #map {
		height: 100%;
	}
	.page.display1 .intro-0 {
		height: 60%;
		overflow: hidden;
	}
	.page.display1 .buttons-menu {
		height: 100%;
	}
	.page.display1 .buttons-menu li {
		height: 32%;
	}
	.page.display1 .buttons-menu.oddItems li.last {
		height: 36%;
	}
	.page.display1 .buttons-menu li a,
	.page.display1 .buttons-menu li a .image-cover {
		height: 100%;
	}
	.page.display1 .buttons-menu li a .image-cover,
	.page.display1 .buttons-menu.oddItems li.last .image-cover {
		padding-bottom: 0;
	}
	.footer {
		height: 5%;
	}
	
	/* Display 2 */
	.page.display2 .intro-0 {
		height: 90%;
		overflow: hidden;
	}
	.page.display2 .buttons-menu,
	.page.display2 .buttons-menu li a,
	.page.display2 .buttons-menu li a .image-cover {
		height: 100%;
	}
	.page.display1 .buttons-menu li a .image-cover {
		padding-bottom: 0;
	}
	.page.display2 .buttons-menu li {
		height: 18%;
	}
	.page.display2 .buttons-menu li.i5 {
		height: 10%;
	}
	.page.display2 .buttons-menu li.i10 {
		height: 18%;
	}
	
}