/* new font 2017*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&subset=latin-ext);

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

/* ___________________________________ Zakladne rozdelenie stranky */

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html,
body {
	margin:0;
	padding:0;
}
 
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #1d1d1b;
	background-color: #f5f5f5;
}
::-moz-selection {
  background: rgba(255,255,255,0);
  color: #37a1be;
  text-shadow: none;
}

::selection {
   background: rgba(255,255,255,0);
  color: #37a1be;
  text-shadow: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	outline: none;
}

button:focus {
	outline: none;
}
button {
	cursor:pointer;	
}
strong {
	font-weight: 700;
}

.container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

header {
	width: 100%;
	position: fixed;
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,1);
	z-index: 10;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
header:hover {
	background-color: rgba(255,255,255,1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

header > div{
	height: 100%;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
header > div h1:before {
	font-family: 'myIcons';
	content: "l";
}
header > div h1{
	font-size: 52px;
	font-style: normal;
	color: #1d1d1b;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	font-weight: 300;
	line-height: 1.6em;
}
header > div ul{
	float: right;
	margin-top: 26px;
}
header > div ul li{
	list-style-type: none;
	display: inline;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 12px;
	padding-left: 12px;
}
header > div ul li a{
	color: #858585;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-top: 24px;
	padding-bottom: 28px;
}
header > div ul li a:hover{
	color: #1d1d1b;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
header > div ul li a.active{
	color: #1d1d1b;
	font-weight: 700;
}
.last {
	padding-right: 0px;
}

.slideshow:after, .screen:after {
	position: absolute;
	content: '';
	text-align: center;
	height: 500px;
	width: 1200px;
	margin-top: -250px;
	margin-left: -600px;
	left: 50%;
	top: 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.slideshow:after {
	background-image: url(/images/10_vyrocie.png);
}
.screen:after {
	background-image: url(/images/10_vyrocie_white.png);
}

.slideshow {
	width: 100%;
	position: relative;
	height: 50vh;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	background-image: url(/images/slide.jpg);
	display: block;
	background-color: #fff;
}

.screen {
	width: 100%;
	position: relative;
	height: 50vh;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	display: block;
}
.orange {
	background-color: #ff6c14;
}
.yellow {
	background-color: #ffc211;
}
.blue {
	background-color: #34b9f1;
}
.green {
	background-color: #9ed626;
}

/* ______________________________________________________ CONTENT */

.content {
	margin: 0px;
	padding: 0px;
	height:auto;
	width: 100%;
}

section > div {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

section > div li{
	position: relative;
	overflow: hidden;
	height: auto;
	width: 33.333%;
	text-align: center;
	clear: none;
	display: inline;
	float: left;
	margin: 0px;
	list-style-type: none;
}
section > div li.one{
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	text-align: center;
	clear: none;
	display: inline;
	float: none;
	margin: 0px;
	list-style-type: none;
}
section > div li span{
	text-align: center;
	display: block;
	margin-top: 30px;
}
section > div li img{
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.left {
	display: inline;
	height: auto;
	width: 160px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.left p{
	font-weight: 600;
	text-align: left;
	margin-right: 20px;
}
.left p em{
	display: block;
}
.right {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	float:left;
}
.right p{
	text-align: left;
	margin-left: 20px;
}
.right p em{
	display: block;
}
.subdiv {
	margin-top: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.subdiv_text {
	margin-top: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.subdiv_reg {
	margin-top: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.subdiv_text p, .subdiv_reg p{
	text-align:left !important;
	}
.subdiv_text h3, .subdiv_reg h3{
	text-align:left !important;
	}
.small{
	font-size: 12px;	
	}
.close{
	color: #F00;
	}
section > div h2{
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	display: block;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
section > div h3{
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	display: block;
	padding: 0px;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 80%;
}
section > div p{
	text-align: center;
	font-style: normal;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

section:nth-child(even) {
}

section:nth-child(even) {
	background-color: rgba(245,245,245,1);
	padding-top: 50px;
	padding-bottom: 50px;
	height:auto;
	
}

section:nth-child(odd) {
	background-color: rgba(255,255,255,1);
	padding-top: 50px;
	padding-bottom: 50px;
	height:auto;
	
}

section:first-child {
	background-color: rgba(255,255,255,1);
	padding-top: 50px;
	padding-bottom: 50px;
	height:auto;	
}

section:last-child.lastbox {
	padding-bottom: 0px !important;
}

section:last-child > div {
	padding-top: 0px;
	padding-bottom: 0px;
	height:auto;
}

figure {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 25%;
	text-align: center;
	clear: none;
	display: inline;
	float: left;
	margin: 0px;
}

figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

button {
	min-width: 250px;
	max-width: 350px;
	display: block;
	border: none;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #e64256;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 1.4em;
	padding-right: 2em;
	padding-bottom: 1.4em;
	padding-left: 2em;
}

button span{
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
	vertical-align: middle;
	position: relative;
}

/* ______________________________________________________ end CONTENT */

/* ______________________________________________________ FOOTER */
footer {
	background-color: rgba(11,25,43,1);
	margin: 0px;
	padding: 0px;
	min-height: 25vh;
	width: 100%;
	color: #5e6f85;
}
footer h4{
	font-size: 18px;
	text-align: center;
	padding-top: 40px;
	font-weight: 300;
	line-height: 1.3em;
	font-style: normal;
	padding-bottom: 30px;
}
footer h4 a{
	color: #FFF;
}
footer h4 em:before {
	font-family: 'myIcons';
	content: "f";
}
footer h4 em{
	font-size: 60px;
	text-align: center;
	display: block;
	font-style: normal; 
	color: #6081C4;
	margin-top: 50px;
}
footer span{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-style: normal;
}
/* ______________________________________________________ end FOOTER */

iframe {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 500px;
}

.mobile_off {
	display:block;
}
.mobile_on {
	display:none;
}

/* ______________________________________________________ smartphones menu */

#header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 60px;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	display: block;
	clear: both;
	position: fixed;
	z-index: 10;
	top: 0px;
	background-color: #FFF;
}

#header h1:before {
	font-family: 'myIcons';
	content: "l";
}
#header h1{
	font-size: 42px;
	line-height: 1.5em;
	margin-left: 20px;
	font-style: normal;
	color: #1d1d1b;
	display: inline;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sp_menu a.showhide {
	height: 60px;
	width: 60px;
	top: 0px;
	position: fixed;
	text-decoration: none;
	margin: 0px;
	right: 0px;
	padding: 0px;
	background-image: url(/images/menu_icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 11;
	display: none;
}
.hide_steps {
	top: 0px;
}
.show_steps {
	top: 32px;
}
#sp_menu {
	width: 100%;
	height: 124px;
	position: fixed;
	z-index: 9;
	top: 60px;
	right: 0px;
	-webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
	margin: 0px;
	padding: 0px;
	float: left;
}
#sp_menu ul{
	list-style: none;
	margin-top: 0px;
	background-color: #ff00ff;
}
#sp_menu ul li{
	list-style: none;
	background-color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}

#sp_menu li a {
	display: block;
	line-height: 2.5;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	color: #1d1d1b;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#sp_menu li a:hover {
	background-color: #1d1d1b;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #FFF;
}
#sp_menu li a.active {
	background-color: #1d1d1b;
	color: #FFF;
}
/* ______________________________________________________ end smartphones menu */

.mobile_off {
	display:block;
}
.mobile_on {
	display:none;
}

/* ______________________________________________________ FOTOGALERIA */

.galeria ul{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.galeria li{
	list-style-type: disc;
	float: left;
	text-align: left;
	display: inline-block;
	height: auto;
	width: 25%;
	margin: 0px;
	padding: 0px;
	}
.galeria li img{
	display: block;
	width: 100%;
	height:auto;
	float: left;
}
.galeria li a{
	color: #858585;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.galeria li a:hover{
	color: #1d1d1b;
}

/* __________________________________________________  PRINT STYLE */
	.print-only { display: none !important; }
	@media print {
}

/* moj iphone */
@media screen and (max-width: 55em) {
	
	header {
	height: 60px;
}
header > div h1{
	font-size: 42px;
	line-height: 1.5em;
	margin-left: 20px;
}
header > div ul{
	float: right;
	margin-top: 26px;
	display:none;
}
header > div ul li{
	list-style-type: none;
	display: inline;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 12px;
	padding-left: 12px;
}


.slideshow:after, .screen:after {
	height: 60vh;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	left: 0%;
	top: 0%;
	background-position: center top;
}

.slideshow:after {
	background-image: url(/images/10_vyrocie_mobile.png);
}
.screen:after {
	background-image: url(/images/10_vyrocie_mobile_white.png);
}

.slideshow {
	height: 60vh;
	background-position: left center;
	background-image: url(/images/slide.jpg);
}

.screen {
	height: 60vh;
}

/* ______________________________________________________ CONTENT */

section > div {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

section > div li{
	width: 100%;
	margin-right: auto !important;
	margin-left: auto !important;
	left: -20px;
	margin-bottom: 40px;
}
section > div li span{
	margin-top: 30px;
}

section > div li img{
	max-width: 80%;
}
.left {
	display: inline;
	height: auto;
	width: 500px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
}
.left p{
	font-weight: 600;
	text-align: left;
}
.left p em{
	font-weight: 300;
	font-size: 16px;
}
.right {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 320px;
}
.right p{
	text-align: left;
	margin-left: 20px;
}
.subdiv {
	margin-top: 30px;
}

section > div h2{
	font-size: 30px;
}
section > div p{
	text-align: center;
	font-style: normal;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

section:nth-child(even) {
}

section:nth-child(even) {
	background-color: rgba(245,245,245,1);
	padding-top: 50px;
	padding-bottom: 50px;
	height:auto;
	
}

section:nth-child(odd) {
	background-color: rgba(255,255,255,1);
	padding-top: 50px;
	padding-bottom: 50px;
	height:auto;
	
}

section:first-child {
	background-color: rgba(255,255,255,1);
	padding-top: 50px;
	padding-bottom: 50px;
	height:auto;	
}

section:last-child.lastbox {
	padding-bottom: 0px !important;
}

section:last-child > div {
	padding-top: 0px;
	padding-bottom: 0px;
	height:auto;
}

figure {
	width: 50%;
}

button {
	min-width: 250px;
	max-width: 350px;
	display: block;
	border: none;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #e64256;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 1.4em;
	padding-right: 2em;
	padding-bottom: 1.4em;
	padding-left: 2em;
}

button span{
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
	vertical-align: middle;
	position: relative;
}

/* ______________________________________________________ end CONTENT */

footer h4{
	font-size: 16px;
	padding-top: 30px;
}

footer span{
	font-size: 30px;
	margin-top: 0px;
}

.mobile_off {
	display:none;
}
.mobile_on {
	display:block;
}

/* ______________________________________________________ MOBILE MENU */

#sp_menu a.showhide {
	display:inline;
}

.mobile_off {
	display:none;
}
.mobile_on {
	display:block;
}
		

}
/* laptop 13 */
@media screen and (max-width: 1280px) and (min-width: 1024px) {
	
header > div{
	width: 100%;
}
header > div h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.last {
	padding-right: 40px;
}
	
.slideshow:after, .screen:after {
	height: 60vh;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	left: 0%;
	top: 0%;
	background-position: center top;
}

.slideshow:after {
	background-image: url(/images/10_vyrocie_1024.png);
}
.screen:after {
	background-image: url(/images/10_vyrocie_1024_white.png);
}


.slideshow {
	height: 60vh;
}

.screen {
	height: 60vh;
}

/* ______________________________________________________ end FOOTER */

iframe {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 500px;
}

.mobile_off {
	display:block;
}
.mobile_on {
	display:none;
}

}
/* iPad retina */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

header > div{
	width: 100%;
}
header > div h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.last {
	padding-right: 40px;
}

.slideshow:after, .screen:after {
	height: 400px;
	width: 100%;
	margin-top: -200px;
	margin-left: auto;
	left: 0;
	top: 50%;
}

.slideshow:after {
	background-image: url(/images/10_vyrocie_1024.png);
}
.screen:after {
	background-image: url(/images/10_vyrocie_1024_white.png);
}

.slideshow {
	height: 400px;
}

.screen {
	height: 400px;
}

/* ______________________________________________________ CONTENT */

section > div {
	width: 100%;
}
section > div li span{
	margin-top: 30px;
}
.left {
	width: 180px;
	margin-left: 50px;
}
.left p{
	text-align: right;
	margin-right: 20px;
}
.right {
	width: 760px;
}
.right p{
	text-align: left;
	margin-left: 0px;
}

section > div h3{
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	display: block;
	padding: 0px;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 80%;
}

section > div p{
	width: 80%;
}


/* ______________________________________________________ end CONTENT */

/* ______________________________________________________ end FOOTER */

iframe {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 500px;
}

.mobile_off {
	display:block;
}
.mobile_on {
	display:none;
}

}

