body, html {
  	height: 100%;
  	margin: 0;
  	font-family: arial;
  	min-width: 825px;
  	min-height: 600px;
	background-color: #FFF;
  	color: #333;
	font-size: 14px;
}

.grecaptcha-badge { 
    visibility: hidden;
}

#home
{
	width: 100%;
	height: 100%;
}


#homeTop
{
	width: 100%;
	height: 10%;
	background-color: #1a1b1c;	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

#homeLogo
{
	height: 100%;
	width: 15%;


}

#homeLogoCon
{
    background: url("pictures/instore-design-logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
}

#homeMenu
{
	width: 75%;
	height: 40%;
	font-size:12px;
	letter-spacing: 3px;
	color: #AAA;
	text-align: right;

}

#homeMenu a
{
	color: #FFF;
	text-decoration:none;
	line-height: 42px;
}

#homeClaim
{

	height: 8vh;
	width: auto;
	min-width: 40%;
	right: 0;
	top: 5%;
	position: absolute;
	background-color: #F3AB00;
	color: #FFF;
	font-size:5vh;
	line-height: 8vh;

	z-index: 1001;
}

#homeClaim:first-letter {
    padding-left: 30px;
}



#homeStred
{
	height: 75%;
	background-color: #000;	
    background-image: url("pictures/bg-1.jpg");
	
	background-repeat:no-repeat;
	text-align:center;
	background-size: 100% auto;
	overflow: hidden;
	
	webkit-transition: background-size 12s ;
    -moz-transition: background-size 12s;
    -o-transition: background-size 12s;
    -ms-transition: background-size 12s;
    transition: background-size 12s;
 	
	
}
#homeStredO
{
	background-color: rgba(0,0,0,0.6);	
	height: 100%;
	width: 100%;
	margin: auto;	
}

#HomeStredS
{

	color: #FFF;
	font-size: 3vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30vh;
   display:block;
   max-width:78vw;
}

#HomeStredB
{

	color: #F3AB00;
	font-size: 6vw;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1vh;
    display:block;
    max-width:29vw;
}

#HomeStredB strong
{
	color: #FFF;
}

#HomeStedTlac
{
	margin-right: auto;
	margin-left:auto;
	width: 44%;
	margin-top:2%;
	display: flex;
	justify-content: space-between;
}

#HomeStedTlac a
{
	color: #FFF;
	text-decoration: none;	
}

.HomeStedButton1
{
	width: 48%;
	min-width: 120px;
	color: #FFF;


    border-style: solid;
    border-width: 3px 3px 3px 3px;
	border-radius:6px;
	border-color: #FFF;
	font-size: 18px;
	text-align:center;
	line-height:36px;
	height: auto;

}

.HomeStedButton2
{
	width: 48%;
	min-width: 120px;
	color: #FFF;


    border-style: solid;
    border-width: 3px 3px 3px 3px;
	border-radius:6px;
	border-color: #FFF;
	font-size: 18px;
	text-align:center;
	line-height:36px;
	height: auto;

}


#homeBotSmery
{
	width: 90%;
	margin: auto;
	padding-top: 35px;


}


#homeBotSmery h2
{
	margin: 0px;	
	color: #F3AB00;
	text-align:center;
	letter-spacing: 5px;
}

#homeBotSmery img
{
	width: 60%;
	max-width: 140px;
	margin:auto;
	display:block;	
	padding-top: 3%;
}

#BotVideo
{
	width: 33%;
	float: left;	
}

#BotSound
{
	width: 33%;
	float: left;	
}

#BotLight
{
	width: 33%;
	float: left;	
}


#homeBot
{
	width: 100%;
	min-height: 25%;
	background-color: #1a1b1c;	
    
    position: relative;
	
}





#rozcestnik
{
	min-height: 25%;
	background-color: #1a1b1c;	
    overflow: hidden;
    position: relative;
}


#rozcestnik img
{
	width: 85%;
	max-width: 400px;
	margin:auto;
	display:block;	
	padding-top: 5%;
}

#rozcestnikSmery
{
	width: 90%;
	margin: auto;

	
}

#rozcestnikSmery span
{
	width: 85%;
	max-width: 400px;
	display:block;	
	padding-top: 5%;
	color: #FFF;
	font-size:14px;
	text-align: center;
	margin:auto;
}

#rozcestnikVideo
{
	width: 33%;
	float: left;	
}

#rozcestnikSound
{
	width: 33%;
	float: left;	
}

#rozcestnikLight
{
	width: 33%;
	float: left;	
}

#about
{
	width: 100%;
	height: 60%;
	min-height: 500px;
  	display: flex;
  	background-color: #FFF;
  	align-items: center; 
}


#about h3
{
	font-size: 60px;
	margin: 6px;
	letter-spacing: 2px;
	font-weight:100;
	color: #CCC;

}


#aboutText
{
	width: 100%;
	color: #808080;
	margin: auto;
	display: flex;
	height: 100%;
}

.aboutLeft
{
	width: 40%;
	margin-left: 5%;
	
}

#aboutGNad
{
	text-transform: uppercase;
	text-align: left;
	color: #363636;
	
}

.aboutRight
{
	width: 55%;
	background-color: #f3ab00;
	position: relative;
}
#aboutWNad
{
	color: #FFF;
	font-size: 80px;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
   position: absolute;
   bottom: 15px;
   right: 15px;
	margin: 0;
	width: 95%;
	
}

#soundways
{
	width: 100%;
	height: 40%;
	min-height: 450px;
  	display: flex;
	justify-content: space-between;
  	background-color: #FFF;
  	align-items: center; 
	margin-top: 5px;
	padding-bottom: 5px;
}

.soundway
{
	width: 33.2%;
	height: 100%;
	background-color: #277;
	display: flex;
	align-items:flex-end;
	justify-content: center;
	flex-wrap: wrap;
	background-size: cover;
	background-position: center;
}

.soundwayCont
{
	width: 100%;
  	padding-top: 75px;
	padding-bottom: 15px;
	margin: auto;
  	background-color: #FFF;
  	text-align: center;
}


.soundwayTop
{
	opacity: 0;
	width: 100%;
	height: 0%;
	transition: all 1s ease;
	display: table;
}

.soundwayTop p
{
	width: 90%;
	margin: auto;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	display: table-cell; 
	vertical-align: middle;

}



.soundway:hover .soundwayTop
{
	opacity: 100;
	height: 65%;
	animation-duration: 4s;
	background-color: rgba(0,0,0,0.8);
}

.soundway h3
{
	
	font-size: 20px;
	text-align: center;
	padding: none;
	color: #000;
	font-weight: bolder;
	margin-top: 5%;


}

.soundway span
{
	
	height: 35%;
	text-align: center;
	color: #000;
	width: 100%;
	background-color: rgba(243,171,0,0.8);
	
	

}
.profileHeader
{
	min-height: 90px;
	color: #F3AB00;
	font-size: 50px;
	line-height: 90px;
	letter-spacing: 6px;
	text-align: center;
}
.profilePicture
{
	height: 50%;
	margin: 15px 0px;
	background-image: url(pictures/company-profile.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


.contactTop
{
	width: 100%;
  	padding-top: 75px;
	padding-bottom: 15px;
	margin: auto;
  	background-color: #1a1b1c;
  	text-align: center;
}

.divider
{
	background: linear-gradient( #000 0%, #1a1b1c 90%);
	width: 100%;
	height: 15px;

}

#visual
{
	width: 100%;
	min-width: 800px;
	height: auto;

	
}

#visual-top
{
	width: 100%;

	margin:auto;
	background-color: #1a1b1c;
	display: flex;
	justify-content: flex-end; 
		
}

.nadpis-sekce
{
	display: flex;
}

.sekceNadpis
{
	color: #F3AB00;
	font-size:84px;
	line-height: 80px;
}

.predel
{
	margin-left: 10px;
	width: 5px;
	height: 80px;
	background-color: #FFF;
}

.sekceClaim
{
	color: #808080;
	font-size:22px;
	line-height: 25px;
	margin-left: 10px;
	text-transform: uppercase;

	
}

.sekceTlacitko
{
	width:165px;
	background-color: #F3AB00;
	padding: 5px;
	float: right;
	position: relative;
	height: 28px;
}

.sekceTlacitko:hover
{
	background-color: #444;
}

.sekceTlacitko:active
{
	background-color: #805f10;
}

.sekceTlacitko:before
{
    content: '';
    position: absolute;
    top: 23px; right: 0;
    border-left: 15px solid #d59600;
    border-bottom: 15px solid #1a1b1c;
    width: 0;
}

.sekceTlacitko
{
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
}

.levo-fl
{
	width: 60%;
	align-self: center
}

.levo-fl-text
{
	width: 90%;	
}

h1
{
	color: #F3AB00;
	font-size:64px;
}

h2
{
	color: #F3AB00;
	font-size:28px;
}

.levo-fl p
{
	color: #ddd;
	font-size:15px;
	text-align:justify;
}


.pravo-fl
{

	width: 35%;
	overflow:hidden;


}

.grid
{
	display: flex;
	justify-content: space-between;  
	align-content: stretch;
	flex-wrap: wrap;

}

.grid img
{
	background-position:center;
	max-width:100%;
	overflow:hidden;
}

.grid1
{

	width: 33.3%;
}

.grid2
{

	width: 33.3%;
}

.grid3
{

	width: 33.3%;
}
@media screen and (max-width: 1400px) {

.grid1
{

	width: 50%;	
}

.grid2
{

	width: 50%;	
}

.grid3
{
	display: none;
}

} 

@media screen and (max-width: 900px) {

.grid1
{

	width: 100%;	
}

.grid2
{
	display: none;
}

.grid3
{
	display: none;
}

.levo-fl
{

	width: 55%;


}

.pravo-fl
{

	width: 40%;


}

} 


.grid1 img, .grid2 img, .grid3 img {
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 1s ease;
}


.color {
   -webkit-filter: grayscale(0%)!important;
   -moz-filter: grayscale(0%)!important;
   filter: grayscale(0%)!important;
}

.colorh {
   -webkit-filter: grayscale(40%)!important;
   -moz-filter: grayscale(40%)!important;
   filter: grayscale(40%)!important;
}

.grid1 img:hover, .grid2 img:hover, .grid3 img:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}


#obrazovky-vyber
{
	background-color: #FFF;
	display: flex;
	justify-content: space-around;
	width:95%;
	margin:auto;
	margin-top: 40px;
	padding-bottom: 5px;
	
}

@media screen and (max-width: 1000px) {
#obrazovky-vyber
{
	width: 95%;	
}

}



#obrazovky-vyber a
{

	text-decoration: none;	

}

.butcon
{
	background-position: center;
	background-size: cover;
	object-fit: cover;
	min-height: 160px;
	width: 12vw;
	min-width: 120px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-width: 2px 2px 2px 2px;
	border-radius: 6px;
	border-color: #ffcd57;
	border-style: solid;

}

@media screen and (max-width: 950px) {
.butcon
{
	min-height: 145px;
	width: 10vw;

}

}


.but
{

    color: white;
	height:32px;
	width: 100%;
	height: 100%;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 60px;
	background-color: rgba(0,0,0,0.5);
	letter-spacing: 1px;
   text-transform: uppercase;
}


.but strong
{
	color: #ffcd57;	
}

.obrazovky-vyber-button
{

	text-align:center;
}


#obrazovky-visual
{
	background-color: #FFF;
	padding-top: 20px;
	height: 100%;
	height: auto;
	opacity:1;
	transition : all .3s;
	-wekit-transition : all .3s;
	-moz-transition : all .3s;
	
}

#gVisual
{
	background-color: #FFF;
    overflow: hidden;
    transition: all 2s;
    -moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari and Chrome */
    -o-transition: all 2s; /* Opera */
	height: 0px;
	opacity: 0;	
}

#gSound
{
	background-color: #FFF;
    overflow: hidden;
    transition: all 2s;
    -moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari and Chrome */
    -o-transition: all 2s; /* Opera */
	height: 0px;
	opacity: 0;	
}

#gLight
{
	background-color: #FFF;
    overflow: hidden;
    transition: all 2s;
    -moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari and Chrome */
    -o-transition: all 2s; /* Opera */
	height: 0px;
	opacity: 0;	
}

#obrazovky-left
{
	background-color: rgba(255,255,255,0.9);	
	width: 35%;
	height: 572px;
	float: left;
	max-width: 600px;
	

}

@media screen and (max-width: 900px) {

#obrazovky-left
{

	width: 45%;	
}
}

#obrazovky-left-text
{
	margin-left: 5vw;
	width: 80%;	
    height: 100%;
    display: flex;
    flex-wrap: wrap;
	align-content: flex-end;
}
	

#obrazovky-left-text strong
{
	color: #F3AB00;
}


#obrazovky-right
{
	width: 100%;
	height: 650px;
	background-image:url(pictures/interier.jpg);
	background-position:right;
	background-size:65%;
	background-repeat:no-repeat;
}

@media screen and (min-width: 1400px) {

#obrazovky-right
{

	background-size:50%;
}

}




#sound
{
	width: 100%;
	min-width: 800px;
	height: auto;

	
}

#sound-top
{
	width: 100%;

	margin:auto;
	background-color: #1a1b1c;
	display: flex;
	justify-content: flex-end;  
}


#light
{
	width: 100%;
	min-width: 800px;
	height: auto;

	
}

#light-top
{
	width: 100%;

	margin:auto;
	background-color: #1a1b1c;
	display: flex;
	justify-content: flex-end;  
}




#subMenu {
height:6%;
min-height: 30px;
width:inherit;
background-color: rgba(255,255,255,0.9);	
display:none;
position:fixed;
top:0;
left:0;
z-index:500;
font-size:12px;
text-align: right;
letter-spacing: 3px;
color: #AAA;

}

#subMenu a
{
	color: #000;
	text-decoration:none;
	line-height: 6vh;	
letter-spacing: 2px;

}

#contact
{
min-height: 50vh;
background-color: #1a1b1c;
}

#contact-top
{
	padding-top: 40px;
	color: #CCC;
	text-align:center;
	font-size: 14px;
}

h3
{
	font-size: 60px;
	margin: 6px;
	letter-spacing: 6px;
	font-weight:100;
	color: #CCC;

}

h4
{
   text-transform: uppercase;
   letter-spacing:3px;
   color: #F3AB00;
}

#pobocky{
	display: flex;
	justify-content: center;
	padding-top: 50px;
	min-height: 210px;
}

.pobocka
{
	width: 30%;
	text-align: left;	
}

.pobocka-text
{
 margin: auto;	
 display: table;
	line-height: 20px;
}

.pobocka-text a
{
	color: #FFF;
	
}

#contactFormular
{
	margin-top: 50px;
	height: 50vh;
	background-color: #FFF;
	display: flex;
	justify-content: center;

	flex-wrap: wrap;
	width: 90%;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	
}

.mezera
{
	width: 9%;	
}
.contactBunka
{
	padding-top: 5vh;
	width: 24%;	
	color: #BBB;
	letter-spacing: 3px;
	text-align:left;

}
.contactBunka input
{
	width: 95%;
	border:none;
	height: 30px;
	background-color: #EEE;
	border: solid 1px #DDD;
	border-radius: 4px;
	padding-left: 4px;
}

.contactZprava
{
	width: 56%;	
	height: 65%;
	text-align: left;
	color: #BBB;
	letter-spacing: 3px;
	text-align:left;

	
}

.contactZprava textarea
{
	width: 100%;
	border:none;
	background-color: #EEE;
	border: solid 1px #DDD;
	border-radius: 4px;
	padding-left: 4px;
	height: 70%;
}

.contactSubmit
{
	width: 25%;	
}

.contactSubmit input
{
 color: #fff;
 width: 90%;
 height: 30px;
 border: none;
 margin: 0;
 padding: 0;
 background: #000;
	letter-spacing: 3px;
	margin-top: 30%;
}

.contactSubmit input:hover
{
	cursor: pointer;
    background: #444;
}


#bot-logo
{
	padding-top: 30px;	
}

#footer
{
	display: flex;
	justify-content: center;
	align-items: center;	
	height: 75px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	color: #CCC;
	font-size: 12px;
	border-color: #666;
	background-color: #1a1b1c;
}

#footer-link
{
	width: 45%;
	text-align:left;

}

#footer-link a
{
	color: #CCC;
	text-decoration: none;
}

#footer-link a:hover
{
	color: #999;
	text-decoration: underline;
}


#footer-copy
{
	width: 45%;
	text-align: right;
}

.referencecont
{
	width: 100%;
	
	
}

.refc
{
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2%;
	
}
.refc h3
{
	font-size: 28px;
	margin: 0;
	letter-spacing: 2px;
	
	color: #F3AB00;
}

.refl
{
	width: 49%;
	
}

.refp
{
	width: 49%;
}

.refp img
{
	width: 32%;
}

.containeryt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yellow
{
	color: #F3AB00;
}
.refline
{
	background-color: #333;
	color: #FFF;
	font-weight: bolder;
	padding: 5px 10px 5px 10px;
	line-height: 32px;
	text-indent: 0px;
	margin-right: 8px;
	
}

.obrText
{
	width: 100%;
	min-height: 360px;
}
.obrCena
{
	width: 100%;
	display: block;
	font-weight: bolder;
	font-size: 65px;
}

.obrCenaCZ
{
	width: 100%;
	display: block;
	font-weight: bolder;
	font-size: 50px;
}


.obrSmallB
{
	width: 100%;
	display: block;
	font-size: 9px; color: #333; font-weight: normal
}

.obrSmallW
{
	width: 100%;
	display: block;
	font-size: 9px; color: #FFF; font-weight: normal
}
.obrMedW
{
	width: 100%;
	display: block;
	font-size: 15px; color: #333; font-weight: normal; letter-spacing: 2px;
}
.obrBigW
{
	width: 100%;
	display: block;
	font-size: 24px; color: #FFF; font-weight: normal;
	margin-top: 5px; 
	font-weight: bold;
}
.cenovka
{
	color: #FFF;
	width: 95%;
	padding: 10px;
	background-color: #f3ab00;
	color: #FFF;
	min-height: 200px;
	display:flex;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
}
