@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=all);
@import url(http://fonts.googleapis.com/css?family=Stint+Ultra+Expanded&subset=latin,latin-ext);

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-family: Helvetica, "Helvetica Neue", 'Lato', Arial, sans-serif;
    color: #434463;
    background: #fff;
    font-size: 0.9em;
    font-weight: 300;
}

a {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 80%;
}

a:hover {
	color: #fff;
}

.container { height: 100%; }

.main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main:before, 
.main:after { 
	content: " "; 
	display: table; 
}

.main:after { 
	clear: both; 
}


.main > section {
	position: absolute;
	width: 33.3333%;
	height: 50%;
	opacity:1;
	background:#fff url(../img/back.jpg) center repeat;
	
}


.main > section:first-child {
	top: 0;
	left: 0;
	
	
}

.main > section:nth-child(2) {
	top: 0;
	left: 33.3333%;
	
}

.main > section:nth-child(3) {
	top: 0;
	left: 66.6666%;
	border-right:none;
	
	
}

.main > section:nth-child(4) {
	top: 50%;
	left: 0;
	border-bottom:none;
	
	
}

.main > section:nth-child(5) {
	top: 50%;
	left: 33.3333%;
	border-bottom:none;
	
	
}
.main > section:nth-child(6) {
	top: 50%;
	left: 66.6666%;
	border-right:none;
	border-bottom:none;
	
	
}

.box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

h1,h2,h3,h4,h5,.btn {
	font-family:'Lato', Helvetica, serif;
}

.box h2 {
	color:#4BBE8E;
	text-align: center;
	margin: 30% 0;
	width: 100%;
	font-size:1em;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: lowercase;
	

}
.box h2 > span {
	font-family: 'Lobster', 'Lato', cursive;
	color:#4BBE8E;
	font-size: 3.6em;
	font-weight: 700;
	text-shadow: 
		2px 2px 0 #434463,
		4px 4px 0 #fff,
		6px 6px 0 #434463,
		8px 8px 0 #fff,
		10px 10px 0 #434463,
		12px 12px 0 #fff,
		14px 14px 0 #434463,
		16px 16px 0 #fff,
		18px 18px 0 #434463,
		20px 20px 0 #fff;	

}
.point {
	
}
.box h3 {
	display:none;
	color:#fff;
	display:block;
	text-align: center;
	margin:auto;
	width:100%;
	height:100%;
	padding: 10em 6em;
	font-size: 1em;
	letter-spacing: 2px;
	line-height:2;
	font-weight: 700;
	text-transform: uppercase;
	background:#4BBE8E;
	opacity:0;
	
}

.box h3 span {
	
}
.icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.icon:before {
	display: block;
	font-size: 2em;
	margin-bottom: 16px;
}

.icon-otroci:before {
	content: "\e61f";	
}
.icon-mladi:before {
	content: "\e64f";
}
.icon-odrasli:before {
	content: "\e628";
}
.icon-prevod:before {
	content: "\e606";
}
.icon-ekipa:before {
	content: "\e60c";
}
.icon-email:before {
	content: "\e647";
}
.icon-obvladam:before {
	content: "\e623";
}
.icon-napredujem:before {
	content: "\e61e";
}
.icon-pomoc:before {
	content: "\e637";
}
.icon-biznis:before {
	content: "\e65a";
}
.icon-zmaga:before {
	content: "\e650";
}
.icon-phone:before {
	content: "\f095";
}
.icon-at:before {
	content: "\e610";
}
.icon-arrow:before {
	content:"\e64e";
}

.main > section .icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}

.icon-close:before {
	font-size: 2em;
	content: "\e62d";
}

.content, 
div.panel-items > div > div {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 60px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
}

.left {
	float:left;
	width:50%;
}
.right {
	float:right;
	width:50%;
	margin-top:2em;
}

.icon-panel:before {
	display:inline-block;
	font-size:1em;
	padding-right:15px;
	
	text-shadow: none
}

.icon-stik:before {
	display: inline-block;
	font-size:1em;
	margin-right:10px;
}
.content > ul {
	list-style:none;
	width:100%;
	padding: 0;
	margin-top: 5%;
} 
.content > ul li {
	width: 80%;
	position:relative;
	display:block;
	text-align: left;
	margin: auto;
	text-align:justify;
	border-bottom:1px solid rgba(0,0,0,0.15);
}


.content > ul li:first-child {
}
.content > ul li:nth-child(2) {
}
.content > ul li:nth-child(3) {
	border-bottom:none;
}

.btn {
	color:#fff;
	background: #fff url(../img/back.jpg) center repeat;
	font-weight: 300;
	line-height: 2;
	overflow: hidden;
	border: none;
	cursor: pointer;
	padding: 15px 30px 15px 35px;
	position: relative;
	display: block;
	margin: 2em auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border-top:3px solid #F98262;
	
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	text-decoration:none;
	color:#434463;
	font-weight:700;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}
.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	background:#F98262;
	line-height: 2.5;
	font-size: 200%;
	left: 0;
	top: -100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-5:active:before {

}
.btn-5:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}
.btn-5:hover:before {
	top: 0;
}
.content p {
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 1.2em;
	line-height: 2;
	font-weight: 400;
	letter-spacing:1px;
}

.italic{
	font-style:italic;
}
.small{
	font-size:80%;
}

.content h3 {
	font-size: 2.2em;
	color:#434463;
	font-weight: 400;
	margin: 60px 0 20px 0;
	text-align:left;
	text-transform:uppercase;
	text-align:left;
}
.content h3 > span {
	font-weight: 700;
	color:#F98262;
	letter-spacing:2px;
	text-transform:none;
}

.content-single {
	width:80%;
	margin:auto;
}

.content-single > h3 {
	font-size: 2.2em;
	text-align:left;
}

.content-single > h3 span {
	color:#4BBE8E;
}

.content h5 {
	font-size: 1.4em;
	font-weight: 400;
	margin: 10px 0;
}

div.panel-items,
div.panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

div.panel-items > div > div {
	width: 60%;
	margin: 0 auto;
	opacity: 1;
	bottom: 90px;
	top: 90px;
	pointer-events: auto;
}

div.panel-items > div > div h3 {
	font-size: 2.4em;
	font-weight: 400;
	margin: 20px 0 30px 0;
	color:#434463;
	text-transform:uppercase;
}

div.panel-items > div > div h4 {
	font-size: 2em;
	font-weight: 300;
	font-weight: 400;
	margin: 10px 0 20px 0;
	color:#4BBE8E;
}

div.panel-items > div > div h3 span {
	color:#4BBE8E;
	font-weight: 700;
	text-transform:none;
	letter-spacing:2px;
}

div.panel-items > div > div p {
	font-size: 1.2em;
	line-height:2;
	color:#434463;
	font-weight: 400;
	letter-spacing:1px;
}

div.panel-items > div > div img {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

div.panel-items {
	top: 100%;
	z-index: 9999;
}

div.panel-items > div {
	background: #fff url(../img/back.jpg) center repeat;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
}

div.panel-items nav {
	position: absolute;
	z-index: 9999;
	right: 40px;
	top: 5px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

div.panel-items nav p {
	float:left;
	text-transform:uppercase;
	margin:5px 10px 10px 0;
}

div.panel-items.panel-items-show nav span {
}

div.panel-items.panel-items-show nav {
	opacity: 1;
	top: -96%;
}

div.panel-items > div.show-sola {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.panel-items > div.hide-current-sola {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

.main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.main > section.expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity:1.0;
	
}

.main > section.expand-top {
	z-index: 100;
}

.main > section:first-child.expand {
	
}
.main > section:nth-child(2).expand {
	
}
.main > section:nth-child(3).expand {
	
}
.main > section:nth-child(4).expand {
	
}
.main > section:nth-child(5).expand {
	
}
.main > section:nth-child(6).expand {
	
}

.main.expand-item > section:not(.expand),
.main.expand-item > section.scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

section.expand .box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.box h2 {
	display:block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.box h3 {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.no-touch section:not(.expand) .box:hover h2 {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}

.no-touch section:not(.expand) .box:hover h3 {
	display:block;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	opacity: 0.8;
}

.content,
.icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

section.expand .content,
section.expand .icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}

@media screen and (max-width: 1024px) {
	.content,
	.box,div.panel-items > div > div {
		font-size: 75%;
		width:90%;
	}

.main > section {
	position: absolute;
	width: 50%;
	height: 33.3333%;
}

.main > section:first-child {
	top: 0;
	left: 0;
}

.main > section:nth-child(2) {
	top: 0;
	left: 50%;
	
}

.main > section:nth-child(3) {
	top: 33.3333%;
	left: 0;
	
}

.main > section:nth-child(4) {
	top: 33.3333%;
	left:50%;
	
}

.main > section:nth-child(5) {
	top: 66.6666%;
	left: 0;
	
}
.main > section:nth-child(6) {
	top: 66.6666%;
	left: 50%;

}
.main > section.expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity:1.0;
}
	p {
		text-align:left;
	}
	h1,h2,h3,h4,h5 {
		margin-left:0;
		padding-left:0;
	}

	.expand .box {
		height: 130px;
	}
	.box h2 {
	color:#434463;
	margin:5%;
	text-shadow:none;
	}
	
	.box h2 > span {
		font-family:'Lato', serif;
		text-transform:lowercase;
		font-weight:300;
		text-shadow:none;
		font-size:2em;
		color:#434463;
		font-weight:700;
		text-transform:uppercase;
	}
	
	.no-touch section:not(.expand) .box:hover h2 {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	}

	.content > ul li {
		width: 90%;
	}
	
	.box h3 {
		display:none;
	}
	p, h3, h4, h5 {
		font-family:Helvetica, Calibri, serif;
	}
	
	.left,
	.right {
		width:90%;
		position:relative;
	}
	
	iframe {
		width:260px;
		height:180px;
	}
}

.main-hexagon {
	fill:#093;
}

ul li {
	display:inline-block;
}