@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Titillium Web', sans-serif;
	background: #f5f5f5;
	font-size: 18px;
	color: #1e1e1e;
	text-align: left;
	font-weight: 300;
	line-height: 1.8em;
	background-repeat: repeat;
	background-attachment: fixed;

}
a {
	color: #e3c100;
	font-weight:bold;	
	text-decoration: none;
	transition: 0.4s;
}
a:hover {
	color: #c4a701;
}

a img {
	border: none;
}
hr
{
	border: none;
    height: 1px;
    color: #d5d5d6; 
    background-color: #d5d5d6;
	margin: 30px 0;
}

h1
{
	font-size: 60px;
	color: #181818;
	font-weight:300;
	line-height: 1.2em;
	text-transform:uppercase;
}
h2
{
	font-size: 58px;
	color: #181818;
	line-height: 1.3em;
	font-weight: 300;
	text-transform:uppercase;
}
h3
{
	font-size: 45px;
	font-weight: 300;
	color: #e3c100;
	margin: 60px 0 35px 0;

}
h4
{
	font-weight: 300;
	font-size: 36px;
	line-height: 2.5em;
	color:#e3c100;
}
h5
{
	font-size: 15px;
	font-weight: bold;
}


#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle-mob
{
  display: none;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input, #menuToggle-mob input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
  color: #404040;
}

#menuToggle span, #menuToggle-mob span
{
  display: block;
  width: 33px;
  height: 4px;
  margin: 0 0 5px 10px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child, #menuToggle-mob span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2), #menuToggle-mob span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span, #menuToggle-mob input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #404040;
}

#menuToggle input:checked ~ span:nth-last-child(3), #menuToggle-mob input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2), #menuToggle-mob input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 95px;
  height: 308px;
  margin: -100px 0 0 -50px;
  padding: 20px;
  padding-top: 125px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  text-align:center;
  border-right: solid 4px #e3c100;
  text-transform:uppercase;

}

#menu li
{
  padding: 10px 0;
  font-size: 17px;
}
#menu a
{
  color: #fff;
  font-weight: normal;
}
#menu a:hover {
	color: #e3c100;
}

#menuToggle input:checked ~ ul, #menuToggle-mob input:checked ~ ul
{
  transform: none;
}
.menu
{
	background: url("images/menu-bg.svg") no-repeat bottom #181818;
  width: 145px;
  height: 430px; 
  box-shadow: 0 30px 25px -10px black;
}

.menu-ylw
{
	background: #e3c100;
  width: 145px;
  opacity: 0.72;
  min-height: calc(100vh - 430px);
  z-index: 9999;
  position:relative;
}

.logo
{
	background: #181818;
  width: 145px;
  height: 95px;
  position:fixed;
  right: calc(50% - 145px);
  text-align:center;
  z-index:9999;
  box-shadow: 0 40px 55px -10px #3c3c3c;

}
.logo img
{
  width: 81px;
  height: 44px;
  margin: 28px 0 0 0;
}
header
{
	position: fixed;
	z-index: 9999;
}
main
{
  width: 100%;
  float:left;
}
section
{
  width: calc(100% - 145px);
  float:right;
}
.uvod-head
{	
  height: 430px;
  width: calc(100% - 200px);
}
.uvod-head h1
{	
  margin: 180px 0 0 0 ;
}
.uvod-head h1 span
{	
  color: #e3c100;
}

#head-ref
{	
background: url("images/ref-head-bg.png") repeat-y right;
}

#parallax {
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 5em 0;
    height: 400px;
}
.mover {
    z-index: 999;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
right:0; top: -160px;
	
}
.mover img{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(40px 40px 50px #222);
	z-index: 9999; 	
}
.uvod-sluzby
{	
background: url("images/sluzby-bg.jpg") no-repeat #d7d8da;
background-size:cover;
  width: 100%;
  height: 455px;  
}
.sec-100-cont1
{	
  width: calc(100% - 145px);
  float:right;
  text-align:center;
}
.sec-100-cont1-33
{	
  width: 29%;
  float:left;
  padding: 0 2%;
  text-align:center;
  z-index: 0;
}
.sec-100-cont1-33 h2
{	
	font-size: 24px;
}
.sec-100-cont1-33 img
{	
	margin: 85px 0 50px 0;
}

.sec-100-cont2
{	
  width: 100%;
  float: left;
  height: 166px;
  overflow:hidden;
  display:block;
}
.sec-100-cont2 h2
{	
  font-size:36px;
 color: white;
 background:rgba(24,24,24,0.72);
 width: 100%;
 padding: 0 0 0 180px;
 height: 78px;
 line-height: 78px;
 text-transform:none;
}
.sec-100-cont2-50
{	
  width: 46%;
  float:left;
  padding: 0 2%;
  z-index: 0;
}
#map
{	

  height: 500px;
}


#bank-sektor
{
	background: url("images/bank-sektor.jpg") no-repeat;
	background-size:cover;
}
#retail
{
	background: url("images/retail.jpg") no-repeat;
	background-size:cover;
}
#administrativa
{
	background: url("images/administrativa.jpg") no-repeat;
	background-size:cover;
}
#prevadzky
{
	background: url("images/prevadzky.jpg") no-repeat;
	background-size:cover;
}
#zdravotnictvo
{
	background: url("images/zdravotnictvo.jpg") no-repeat;
	background-size:cover;
}
.ref-sec
{	
  width: 100%;
  height: auto;
  z-index: 0; 
  text-align:left; 
}
#ref-text
{
	text-align:left;
}
#onas-text
{
	width: calc(100% - 210px);
	text-align:left;
	padding: 50px 20px 50px 50px;
}

main ul
{
	padding-left: 1%; 
	list-style: none;
	text-align: left;
	line-height: 2.6em;
	margin: 40px 0 80px 0;
}
main ul li:before 
{
	color: #e3c100; 
	content: "■"; 
	position:relative; 
	left: -3%; 
	margin-left: 3%;
	font-size: 18px;
}

.button {
	font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0.6em 1.2em;
  padding-right: 4.7em;
  background: #181818;
  border: none;
  color: white;
  transition: 0.6s;
  text-transform:uppercase;
  font-size: 24px;
  cursor:pointer;
  position:relative;
}
#btn-indx-sluzby{
	top:70px;
	}

.button:before,
.button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.6s;
  transform-origin: 50% 60%;
}
.button:before {
  background: #e3c100;
}
.button:hover {
  background: #3c3c3c;
}
.button:active,
.button:focus {
  background: #3c3c3c;
  outline: none;
}
.button {
  min-width: 15em;
}
.arrow {
  background: #181818;
}
.arrow:hover {
  background: #3c3c3c;
}
.arrow:active,
.arrow:focus {
  background: #3c3c3c;
}
.arrow:after {
  content: "\F054";
}
.arrow:hover:after {
  -webkit-animation: bounceright 0.55s alternate ease infinite;
  animation: bounceright 0.55s alternate ease infinite;
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}


.uvod-ref
{	
  width: 100%;
  height: auto;
  z-index: 0;  
}
.uvod-ref h2
{	
	text-align:left;
	margin: 70px 0 10px 50px;
}
.slide-des 
{	
	position:absolute;
	top:30px;
	left:160px;	
	height:70px;
	z-index:0;
	background-color:#e3c100;
	font-size:36px;
	font-weight:100;
	color:#000000;
	line-height:60px;
	padding:5px 15px;
	box-sizing:border-box; 
	opacity:0.8; 
	text-align:center;
}

.a-black a
{
	color: #181818;
}
.a-black a:hover
{
	color: #3c3c3c;
}



footer
{
	background: #e3e3e3;
  width: calc(100% - 40px);
  height: 80px;
  float:left;
  margin: 80px 0 0 0;
  line-height: 80px;
  text-align: right;
  color: #686868;
  font-size:14px;
  padding: 0 20px;
}


@media (max-width: 1200px) {

.mover img{

	width: 500px;
	height: 471px;
}
.slide-des 
{	
	left:240px;

}
}


@media (max-width: 900px) {
	

#menuToggle
{
  display: none;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle-mob
{
  display: block;
  position: relative;
  top: 46px;
  left: 46px;
  background: #181818;
  border-top: solid 14px #181818;
  border-right: solid 14px #181818;
  border-bottom: solid 9px #181818;
  border-left: solid 5px #181818;   
  z-index: 1;  
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 30px 35px -10px #3c3c3c;
}
.menu
{
	background: none;
  width: auto;
  height: auto; 
  box-shadow: 0 0 0 0;
}

.menu-ylw
{
	display:none;	
}

#menu
{
	background: url("images/menu-bg.svg") no-repeat bottom #181818;
	box-shadow: 6px 0 0 0 #181818;
	width: 101px;
  margin: -100px 0 0 -60px;	
	}
.logo
{
  right: calc(50% - 72px);

}
.mover img{
	width: 300px;
	height: 283px;
}
.mover {
top: -80px;
	
}
section
{
  width: 100%;
}
.uvod-head
{	
  width: 96%;
  padding: 0 2%;
}
.uvod-sluzby
{	
  width: 100%;
}
.sec-100-cont1
{	
  width: 100%;
}
.sec-100-cont2 h2 {
    padding: 0 0 0 20px;
}
#onas-text
{
	width: 90%;
	padding: 50px 5%;
}
}


@media (max-width: 660px) {	

.sec-100-cont1-33 {
    width: 96%;
}
.uvod-sluzby {

    background: #d7d8da;
    width: 100%;
    height: auto;
}
#btn-indx-sluzby {
    top: 66px;
}
#btn {
    top: -1px;
}
.uvod-ref h2 {
    margin: 100px 0 10px 50px;

}
h1
{
	font-size: 40px;
	color: #181818;
	font-weight:300;
	line-height: 1.2em;
	text-transform:uppercase;
}
h2
{
	font-size: 35px;
	color: #181818;
	line-height: 1.3em;
	font-weight: 300;
	text-transform:uppercase;
}
.sec-100-cont2-50 {

    width: 96%;
}
main ul {

    margin: 0;
}
.sec-100-cont2 {
	margin: 0 0 30px;

}
.ref-sec {
	padding: 0 0 50px 0;
}
.uvod-head {

    height: 350px;
}
h4
{
	font-size: 30px;
	line-height: 2em;
}
}


@media (max-width: 370px) {	
.logo
{
  right: 0;

}
.button {
    font-size: 18px;
}
#btn-indx-sluzby {
    top: 49px;
}
#btn {
    top: 0;
}

}