@charset "utf-8";
main {margin: auto; width: 100%; min-height: 100px; font-size: 0;}

main .baner-kontejner                     {width: 100%; position: relative; overflow: hidden;}
main .baner-kontejner div.prvni           {position: relative;}
main .baner-kontejner div.druhy           {position: absolute; top:0; animation-name: prijezdP; animation-duration: 0.3s; animation-timing-function: ease-out;}
main .baner-kontejner a.tldalmin          {cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -38px; padding: 16px; color: white; font-weight: bold; font-size: 35px; transition: 0.6s ease; user-select: none; text-decoration: none;}
main .baner-kontejner a.tldalmin:hover    {background-color: rgba(0,0,0,0.8);}
main .baner-kontejner a.tlmin             {left: 0; border-radius: 0 3px 3px 0;}
main .baner-kontejner a.tldal             {right: 0; border-radius: 3px 0 0 3px;}  
main .baner-kontejner .fade               {-webkit-animation-name: fade; -webkit-animation-duration: 4s; animation-name: fade; animation-duration: 4s;}
main .baner-kontejner section             {position: absolute; width: 100%; bottom: 0px; text-align: center;}
main .baner-kontejner section span        {cursor: pointer; height: 15px; width: 15px; margin: 4px 2px 0px 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease;}
main .baner-kontejner section span:hover  {background-color: #555;}
main .baner-kontejner b.tlpauza           {position: absolute; top: 50%; left: 50%; font-size: 15px; color: #FFF; padding: 11px; background-color: rgba(0,0,0,0.5); margin: -20px 0px 0px -18px; border-radius: 50%;}

main .baner   {width: 100%; /*aspect-ratio: 800 / 500;*/ padding-top: 62.5%; background-repeat: no-repeat; background-size: 100%; position: relative; float: left;}
main .baner a {position: absolute; width: calc(100% - 146px); top: 0; left: 73px; height: 100%;}
@keyframes prijezdP {
  0%   {left:100%;}
  100%  {left: 0;}
}
@keyframes fade {
  0% {opacity: 0; background-color: rgba(0, 0, 0, 0);}
  30% {opacity: 1; background-color: rgba(0, 0, 0, 1);}
  40% {color: white;}
  44% {color: black;}
  48% {color: white;}
  52% {color: black;}
  56% {color: white;}
  70% {opacity: 1; background-color: rgba(0, 0, 0, 1);}
  100% {opacity: 1; background-color: rgba(0, 0, 0, 0);}
}

main h1                   {padding: 30px 0px 20px 0px; font-size: 20px; color: #858585;}
main .top                 {font-size: 0; margin-bottom: 50px}
main .top div.pr          {margin: auto; width: 100%; min-height: 350px; overflow: hidden;}
main .top div.tl          {margin: auto; width: 100%; padding: 20px 0px;}
main .top div.tl a        {font-size: 20px; font-weight: 400; color: #858585; padding: 5px 40px; border: 1px solid #ddd; }

main .ikony               {padding: 20px 10px; margin-bottom: 20px; font-size: 0;}
main .ikony section		    {display: inline-block; width: 50%; margin-bottom: 20px; font-size: 14px; color: #A39168; text-align: center;}
main .ikony section img	  {display: block; margin: auto; margin-bottom: 10px; max-height: 50px; width: 50px;}

main .recenze 			      {box-sizing: border-box; width: 100%; padding: 0px 20px 0px 20px; margin-bottom: 30px; font-size: 0;}
main .recenze h2		      {font-size: 25px; padding: 0px 0px; font-family: 'Times New Roman', Times, serif;}
main .recenze hr		      {width: 60%; color: #A29067; background-color: #A29067; height:2px; border-width:0; margin: 30px auto 45px auto;}
main .recenze section 	  {width: 100%; padding-bottom: 45px;}
main .recenze h3			    {font-size: 16px; padding: 0px 0px; text-align: left; font-weight: 400;}
main .recenze time			  {font-size: 15px; color: #fff;}
main .recenze span			  {display: block; font-size: 15px; color: #777; text-align: left; }
main .recenze p			      {font-size: 16px; text-align: left; padding: 10px 0px 0px 0px;}

main .jizerky		          {width: 100%; height: 400px; background-image: url('https://www.fabos.cz/source/images/jizerky.webp'); background-repeat: no-repeat; background-position: 80% 50%; background-size: cover;}
main .jizerky h2	        {display: block; padding-left: 40px; font-size: 25px; color: #fff; text-align: right; padding-top: 200px; padding-right: 20px; }
main .jizerky span	      {display: block; font-size: 18px; color: #fff; text-align: right; font-style: italic; padding-right: 20px;}

main .vyrobce 		        {box-sizing: border-box; width: 100%; font-size: 0; padding: 70px 20px 50px 20px;}
main .vyrobce h2 	        {width: 100%; font-size: 30px; font-family: 'Times New Roman', Times, serif;}
main .vyrobce hr 	        {width: 35%; color: #A29067; background-color: #A29067; height:2px; border-width:0; margin: 45px auto;}
main .vyrobce p	          {width: 100%; font-size: 16px; text-align: center;}

main .vyroba		          {width: 100%; font-size: 0;}
main .vyroba img 	        {width: 100%; height: auto; aspect-ratio: attr(width) / attr(height);}
main .vyroba img:nth-child(1) {display: none;}
main .vyroba img:nth-child(3) {display: none;}
main .vyroba img.mr       {}

main .odstavce 		        {box-sizing: border-box; width: 100%; font-size: 0; padding: 50px 20px 5px 20px;}
main .odstavce article 	  {width: 100%; padding-bottom: 45px;}
main .odstavce article>h3 {font-size: 25px; padding: 0px 0px; font-family: 'Times New Roman', Times, serif;}
main .odstavce article>hr {width: 60%; color: #A29067; background-color: #A29067; height:2px; border-width:0; margin: 30px auto 45px auto;}
main .odstavce article>p 	{font-size: 16px; text-align: center;}

main .crystal			        {width: 100%; height: auto; text-align: center; padding-top: 80px; padding-bottom: 80px; margin-bottom: 30px; background-repeat: no-repeat; background-position: center; background-size: cover;}
main .crystal-bg1         {background-image: url('https://www.fabos.cz/source/images/crystal_valley.webp');}
main .crystal-bg2         {background-image: url('https://www.fabos.cz/source/images/crystal_valley.webp');}
main .crystal-bg1 article {background-color: rgba(255, 255, 255, 0.3);}
main .crystal-bg2 article {background-color: rgba(255, 255, 255, 0.3);}
main .crystal article	    {display: inline-block; box-sizing: border-box; width: 80%; padding: 20px 20px 40px 20px;}
main .crystal h2       	  {font-size: 25px; color: #fff; text-align: center; margin-bottom: 20px;}
main .crystal p	          {font-size: 16px; color: #fff; text-align: center;}

main .baleni 		          {box-sizing: border-box; width: 100%; padding: 0px 20px 0px 20px; margin-bottom: 30px; font-size: 0;}
main .baleni article h2	  {font-size: 25px; padding: 0px 0px; font-family: 'Times New Roman', Times, serif;}
main .baleni article hr	  {width: 60%; color: #A29067; background-color: #A29067; height:2px; border-width:0; margin: 30px auto 45px auto;}
main .baleni article p	  {font-size: 16px; text-align: center;}

main .doprava			        {box-sizing: border-box; width: 100%; margin-bottom: 60px; font-size: 0}
main .doprava h2		      {font-size: 25px; padding: 0px 0px; font-family: 'Times New Roman', Times, serif;}
main .doprava hr		      {width: 60%; color: #A29067; background-color: #A29067; height:2px; border-width:0; margin: 30px auto 45px auto;}
main .doprava article	    {box-sizing: border-box; width: 100%; padding: 0px 20px; margin-bottom: 10px;}
main .doprava article h3	{font-size: 20px; font-weight: 400; margin-bottom: 10px;}
main .doprava article span.text	{box-sizing: border-box; display: inline-block; width: 80%; font-size: 16px; text-align: left;}
main .doprava article span.cena	{box-sizing: border-box; display: inline-block; width: 20%; font-size: 16px; font-weight: 400; text-align: right;}

main .ondra               {background: url(https://www.fabos.cz/source/images/ondra_stin.webp) no-repeat center bottom; font-size: 0;}
main .ondra img           {display: inline-block; margin-right: 15px; width: 60%; height: auto; aspect-ratio: attr(width) / attr(height);}
main .ondra section       {display: inline-block; color: #999999; vertical-align: bottom; text-align: center; padding: 20px 20px 0px 20px; padding-bottom: 40px;}
main .ondra section h3    {font-size: 26px;}
main .ondra section p     {font-size: 18px; color: #BBBBBB; line-height: 1.3;}

main .formular                               {padding: 10px;}
main .formular h2                            {margin: auto; font-size: 25px; color: #999999; margin-top: 15px; text-transform: uppercase;}
main .formular span                          {display: inline-block; margin: auto; max-width: 960px; font-size: 20px; color: #C6A310; text-transform: uppercase; margin-bottom: 20px;}
main .formular form                          {width: 100%; margin: auto; text-align: left; font-size: 0; margin-bottom: 20px;}
main .formular form input                    {width: 100%; box-sizing: border-box; border: 1px solid #999999; padding: 10px; font-size: 14px; color: #000000; text-transform: uppercase;}
main .formular form textarea                 {width: 100%; box-sizing: border-box; border: 1px solid #999999; padding: 10px; font-size: 14px; text-transform: uppercase;}
main .formular form input[type=submit] 	     {font-size: 14px; font-weight: bold; color: #555555;}
main .formular form input[type=submit]:hover {background-color: #216E80; color: #555555;}
main .formular form span                     {width: 100%; box-sizing: border-box; padding: 5px; margin: 1px 0px; font-size: 18px; color: #999999;}
main .formular form span>b                   {color: #C6A310;}