/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

body.contentpane {
  background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, div.contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1, .componentheading {
  font-size: 1.75em;
}
h2, div.contentheading {
  font-size: 1.2em; font-weight: normal; 
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

ul, ol {
  padding: .4em 0 .9em 0;
  margin: 0 0 0 35px;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
    list-style: none;
    margin-bottom: 15px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

p {
  padding: 5px 0;
}

address {
  margin: .75em 0;
  font-style: normal;
}

a:focus {
    outline: none;
}

img {
  border: none;
}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle;
}

.clr {
	clear : both;
}

.column.column1 {
    width: 25%;
}

.column.column2 {
    width: 33.3333333333%;
}

.column.main {
    width: 75%;
}

.column.center {
    width: 66.6666666667%;
}

.noleft .center {
    width: 75%;
}

.noleft .column2 {
    width: 25%;
    float: right;
}

.noleft .main {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc {
    float: left;
}


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 1000px;

}

.container-fluid {
	max-width: 1200px;
  
  padding-right: 10px;
  
  padding-left: 10px;
}

body {
	background: #ffffff url(../images/pozadi-obsah.png) center top no-repeat fixed;

	background-size: auto;

	color: #363636;

	text-align: left;

	line-height: 130%;

	font-size: 90%;

	font-family: Arial, Tahoma, sans-serif;

	background-size:cover;

}

a {
	color: rgba(0,0,0,0.6);

}


a:hover {
	color: #000000;

}

h1, div.componentheading {
	font-size: 22px;

}

h2, div.contentheading {
	font-size: 18px;

}

h3 {
	font-size: 16px;

}

.button, button, button.btn, input.btn, :not(.btn-group) > .btn, .btn-group > .btn.active {
    border: none;
	
  background: #000000;

	border: #ffffff 1px solid;

	color: #ffffff;

	padding: 5px 10px 5px 10px;

	text-align: center;

	font-weight: bold;

	font-size: 14px;

}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #ffffff;

	border: #000000 1px solid;

	color: #000000;

}

.readmore a {
	background: #000000;

	border: #ffffff 1px solid;

	-moz-border-radius: 0px;

	-o-border-radius: 0px;

	-webkit-border-radius: 0px;

	border-radius: 0px;

	-moz-border-radius: 0px 0px 0px 0px;

	-o-border-radius: 0px 0px 0px 0px;

	-webkit-border-radius: 0px 0px 0px 0px;

	border-radius: 0px 0px 0px 0px;

	color: #ffffff;

	font-size: 14px;

}

.readmore a:hover {
	background: #ffffff;

	border: #000000 1px solid;

	color: #000000;

}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	border: rgba(0,0,0,0.5) 1px solid;

	color: #bebebe;

	padding: 4px;

	text-align: left;
  
  width: 92%;

}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: rgba(0,0,0,0.7)  1px solid;

}

#wrapper1 {
	background: rgba(255,255,255,0.9); top: 0px; left: 0px; z-index: 1700; width: 100%; border-bottom: 1px solid rgb(112,112,112);
}

#nav > div.inner {
	color: rgba(0,0,0,0.6);

}
#nav ul.menu, #nav ul.maximenuck {
            margin: 0;
            padding: 0;
}

#nav ul.menu li, #nav ul.maximenuck li  {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style:none;
}

#nav ul.menu li li, #nav ul.maximenuck li li {
	float: none;
	display: block;
}

#nav ul.menu > li > a, #nav ul.menu > li > span.separator,
#nav ul.maximenuck > li > a, #nav ul.maximenuck > li > span.separator{
  display:block;
  
	/*color: rgba(0,0,0,0.5);*/

	margin: 2px;

	margin-right: 0px;

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 20px;

	padding-left: 10px;

	text-align: center;

	text-transform: uppercase;

	font-size: 14px;
  
    -webkit-transition-duration: 0.7s; /* Safari */ transition-duration: 0.7s;

}

#nav ul.menu > li:hover > a, #nav ul.menu > li:hover > span.separator,
#nav ul.maximenuck > li:hover > a, #nav ul.maximenuck > li:hover > span.separator {
	background: rgb(120,138,166); 
    color: white;

}

#nav ul.menu > li.active > a, #nav ul.menu > li.active > span.separator,
#nav ul.maximenuck > li.active > a, #nav ul.maximenuck > li.active > span.separator {
}

#nav ul.menu li li a, #nav ul.menu li li span.separator,
#nav ul.maximenuck li li a, #nav ul.maximenuck li li span.separator {
  display:block;
    
	color: rgba(0,0,0,0.5);

	padding-top: 10px;

	padding-right: 5px;

	padding-bottom: 10px;

	padding-left: 5px;

}

#nav ul.menu li li:hover > a, #nav ul.menu li li:hover span.separator,
#nav ul.maximenuck li li:hover > a, #nav ul.maximenuck li li:hover span.separator {
	background-color: rgb(120,138,166);

	color: #ffffff;
  
  -webkit-transition-duration: 0.7s; /* Safari */ transition-duration: 0.7s;

}

#nav ul.menu li li.active > a, #nav ul.menu li li.active span.separator,
#nav ul.maximenuck li li.active > a, #nav ul.maximenuck li li.active span.separator{
	background: #242424;

	color: #ffffff;

}

/* code pour menu normal */
#nav ul.menu li ul, #nav ul.menu li:hover ul ul, #nav ul.menu li:hover ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 1000;
    margin: 0;
	background: rgb(241,242,248);
    text-align: left;
    width: 37%;

}


#nav ul.menu li:hover ul ul, #nav ul.menu li:hover li:hover ul ul, #nav ul.menu li:hover li:hover li:hover ul ul,
#nav ul.menu li.sfhover ul ul, #nav ul.menu li.sfhover ul.sfhover ul ul, #nav ul.menu li.sfhover ul.sfhover ul.sfhover ul ul {
	left: -999em;
}

#nav ul.menu li:hover > ul, #nav ul.menu li:hover ul li:hover > ul, #nav ul.menu li:hover ul li:hover ul li:hover > ul, #nav ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul,
#nav ul.menu li.sfhover ul, #nav ul.menu li.sfhover ul li.sfhover ul, #nav ul.menu li.sfhover ul li.sfhover ul li.sfhover ul, #nav ul.menu li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul {
	left: auto;
}

#nav ul.menu li:hover ul li:hover ul {
	margin-top: -30px;

	margin-left: 190px;

}

/* fin code normal */

#nav ul.maximenuCK li ul, #nav ul.maximenuCK li:hover ul ul, #nav ul.maximenuCK li:hover ul ul ul,
#nav ul.maximenuck li ul, #nav ul.maximenuck li:hover ul ul, #nav ul.maximenuck li:hover ul ul ul {
	position: static !important;
	left: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
    border: none !important;
	-moz-border-radius: 0 !important;
	-o-border-radius:  0 !important;
	-webkit-border-radius: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#nav ul.maximenuCK li ul ul,
#nav ul.maximenuck li ul ul {
	margin: 0 !important;
}

#nav li div.maxidrop-main {
	width: 200px;

}

#nav li div.floatCK,
#nav li div.floatck {
	background: #000000;

}

#nav ul li ul.maximenuCK2,
#nav ul li ul.maximenuck2 {
    margin: 0;
    padding: 0;
}

#nav ul li div.maximenuCK2,
#nav ul li div.maximenuck2 {
    float: left;
    width: 100%;
}

#nav li div.maxidrop-main div.maxidrop-main {
}

#nav ul li.maximenuCK div.floatCK div.floatCK,
#nav ul li.maximenuck div.floatck div.floatck {
	margin-top: -30px;

	margin-left: 190px;

}

#nav span.descCK,
#nav span.descck {
    display: block;
    line-height: 10px;
}

#nav ul.menu li li {
    float: none;
    display: block;
}


#wrapper2 {
	background:  url(../images/depositphotos_7093596-Bmx-rider-at-jump.sqs) center top no-repeat scroll;

	background-size: auto;

	background-size:cover;


                    }

#wrapper2 > div.inner {
	padding: 1px;

	min-height:450px;

}

#bannerlogo {
	width: 100%;

}

#bannerlogo > div.inner > .bannerlogodesc {
	color: #a3a3a3;

	text-align: center;

	font-size: 13px;

	font-family: Arial, sans-serif;

}

#bannerlogo > div.inner {
	margin-top: 70px;

	text-align:center;

}

#wrapper3 {
	background: rgb(40,79,142);


                    }

#wrapper3 > div.inner {
	color: #ffffff;

}

#module1 > div.inner {
	color: #000000;

	padding: 20px;

	text-align: center;

	font-size: 16px;

}

#module1 div.moduletable h3, #module1 div.module h3,
#module1 div.moduletable_menu h3, #module1 div.module_menu h3 {
	color: #ffffff;

	margin-bottom: 20px;

	text-align: center;

	font-weight: normal;

	font-size: 22px;

}

#wrapper4 {
	background: #000000;

	background: rgba(40,79,142,0.8);

	-pie-background: rgba(0,0,0,0.7);


                    }
#modulestop .n1 > .flexiblemodule { width: 100%; }
#modulestop .n2 > .flexiblemodule { width: 50%; }
#modulestop .n2 > .flexiblemodule + div { width: 50%; }
#modulestop .n3 > .flexiblemodule { width: 33.3333333333%; }
#modulestop .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modulestop .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }

#modulestopmod1 > div.inner {
	color: #888888;

	margin-top: 15px;

	margin-bottom: 15px;

	padding: 10px;

	font-size: 13px; 

}

#modulestopmod1 div.moduletable h3, #modulestopmod1 div.module h3,
#modulestopmod1 div.moduletable_menu h3, #modulestopmod1 div.module_menu h3 {
	color: #ffffff;

	margin-bottom: 20px;

	text-align: center;

	font-size: 20px;
  
  font-weight: normal;

}

#modulestopmod2 > div.inner {
	color: #888888;

	margin-top: 15px;

	margin-bottom: 15px;

	padding: 10px;

	font-size: 13px; 

}

#modulestopmod2 div.moduletable h3, #modulestopmod2 div.module h3,
#modulestopmod2 div.moduletable_menu h3, #modulestopmod2 div.module_menu h3 {
	color: #ffffff;

	margin-bottom: 20px;

	text-align: center;

	font-size: 20px;
  
  font-weight: normal;

}

#modulestopmod3 > div.inner {
	color: #888888;

	margin-top: 15px;

	margin-bottom: 15px;

	padding: 10px;

	font-size: 13px; 

}

#modulestopmod3 div.moduletable h3, #modulestopmod3 div.module h3,
#modulestopmod3 div.moduletable_menu h3, #modulestopmod3 div.module_menu h3 {
	color: #ffffff;

	margin-bottom: 20px;

	text-align: center;

	font-size: 20px;
  
  font-weight: normal;

}

#wrapper > div.inner {
	background: transparent;

	margin-top: 20px;

}
#modules1 .n1 > .flexiblemodule { width: 100%; }
#modules1 .n2 > .flexiblemodule { width: 50%; }
#modules1 .n2 > .flexiblemodule + div { width: 50%; }
#modules1 .n3 > .flexiblemodule { width: 33.3333333333%; }
#modules1 .n3 > .flexiblemodule + div { width: 33.3333333333%; }
#modules1 .n3 > .flexiblemodule + div + div { width: 33.3333333333%; }
#modules1 .n4 > .flexiblemodule { width: 25%; }
#modules1 .n4 > .flexiblemodule + div { width: 25%; }
#modules1 .n4 > .flexiblemodule + div + div { width: 25%; }
#modules1 .n4 > .flexiblemodule + div + div + div { width: 25%; }





#modules1mod2 > div.inner {
	background: #ffffff url(/images/uvodni-foto/vlaknova-pole.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod2 div.moduletable h3, #modules1mod2 div.module h3,
#modules1mod2 div.moduletable_menu h3, #modules1mod2 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;

}




#modules1mod3 > div.inner {
	background: #ffffff url(/images/uvodni-foto/propojovaci-systemy.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod3 div.moduletable h3, #modules1mod3 div.module h3,
#modules1mod3 div.moduletable_menu h3, #modules1mod3 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;

}



#modules1mod4 > div.inner {
	background: #ffffff url(/images/uvodni-foto/presne-mechanicke-dily.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod4 div.moduletable h3, #modules1mod4 div.module h3,
#modules1mod4 div.moduletable_menu h3, #modules1mod4 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;

}




#modules1mod1 > div.inner {
	background: #ffffff url(/images/uvodni-foto/vlaknove-pruchodky.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod1 div.moduletable h3, #modules1mod1 div.module h3,
#modules1mod1 div.moduletable_menu h3, #modules1mod1 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;

}


#modules1mod5 > div.inner {
	background: #ffffff url(/images/uvodni-foto/opticke-konektory-vysoke-vykony.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod5 div.moduletable h3, #modules1mod2 div.module h3,
#modules1mod5 div.moduletable_menu h3, #modules1mod2 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;

}


#modules1mod6 > div.inner {
	background: #ffffff url(/images/uvodni-foto/opticke-propojovaci-kabely.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod6 div.moduletable h3, #modules1mod2 div.module h3,
#modules1mod6 div.moduletable_menu h3, #modules1mod2 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;

}


#modules1mod7 > div.inner {
	background: #ffffff url(/images/uvodni-foto/moduly-led.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod7 div.moduletable h3, #modules1mod2 div.module h3,
#modules1mod7 div.moduletable_menu h3, #modules1mod2 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;

}


#modules1mod8 > div.inner {
	background: #ffffff url(/images/uvodni-foto/opticke-delice-slucovace.png) center -30px no-repeat scroll;

	background-size: 100%;

	margin: 15px;
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  
  position: relative;

}

#modules1mod8 div.moduletable h3, #modules1mod2 div.module h3,
#modules1mod8 div.moduletable_menu h3, #modules1mod2 div.module_menu h3 {
	background: #000000;

	background: rgb(255,255,255);

	-pie-background: rgba(255,255,255,0.8);

	color: rgb(16,16,16);

	padding: 15px;

	font-weight: normal;

	font-size: 22px;
  
  text-align: center;
}









#maincontent > div.inner {
	margin-top: 10px;

}

#left > div.inner {
	margin-right: 10px;

	padding: 10px;

}

#left div.moduletable, #left div.module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 3px;

}

#right > div.inner {
	margin-left: 10px;

	padding: 10px;

}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 3px;

}

#center > div.inner {
	padding: 10px;

}

#wrapper5 {
	background: #000000;
  border-top: 8px solid rgb(65,110,155);


                    }

#wrapper5 > div.inner {
	color: #888888;

}

#footer > div.inner {
	padding: 10px;

	font-size: 16px; 

}

#footer div.moduletable h3, #footer div.module h3,
#footer div.moduletable_menu h3, #footer div.module_menu h3 {
	font-weight: normal;

	font-size: 20px;

}

p.uvodni-odstavec {
margin: 2px 6px 2px 6px;
}

p.box-odkaz {
position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block;  margin: 0; padding: 0; z-index: 1005;
}

a.odkaz-uvod {
   width: 100%; height: 100%; background-color: transparent; display: block; -webkit-transition-duration: 0.6s; /* Safari */ transition-duration: 0.6s;
}

a:hover.odkaz-uvod {
   width: 100%; height: 100%; background-color: rgba(0,153,0, 0.5); display: block; z-index: 1000;
}

img.logo_paticka {
background-color: white; padding: 4px;
}

#wrapper {
  background:  url(../images/pozadi-obsah.pn) center top no-repeat scroll; background-attachment: fixed
}
