/****************************************/
/*              RESET                   */
/****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, 
li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline:0;
}
body {
	line-height:1;
	color:#595959;
  overflow-y: auto !important;
  margin: 0 !important;
}
ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	/*font-weight:400;*/
}
.clear {
	clear: both;
}
.clear.big {
	padding-bottom: 30px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.center {
  text-align: center;
}

/* ----- clear fix for floats ----- */
 .clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
/* hides clearfix from IE-mac */
 .clearfix {
	display:block;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
html{
	height: 100%;
}
html {
	font: 400 100%/1.65 serif; /* base font size 18px with 1.65 line-height */
}
body {
	font-family: 'montserratlight', Tahoma, Arial, sans-serif;
  line-height: 1.4em; 
  font-size: 0.95em; 
  color: #666666;
  overflow-x: hidden;
  background: #ececec url("../../images/bgr-body.gif") top left repeat;
}
div#mm-page, .mm-page-container {
	float: left;
  width: 100%;
	position: relative;
	z-index: 1;
  padding:0; margin:0;  
}
body {
	word-wrap: break-word;
}
.section {
	width: 100%;
}
.full_width {
	width: 100%; margin-bottom: 20px;  
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.imgleft {
  float: left;
  margin: 5px 10px 5px 0px;
}
.imgright {
  float: right;
  margin: 5px 0px 5px 10px;
}

.small-padding {
  padding: 30px 0px 30px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL & GLOBAL STYLES
/*-----------------------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 945px;
  margin: 0 auto; 
  padding: 0px 0px 0px 0px;
  background: #fff; 
}
.small-padding {
  padding: 0px 0px 0px 0px;
}
.wrap {
	position: relative;
  max-width: 905px;
  margin: 0 auto; 
  padding: 20px 20px 20px 20px;
       
}


section {
  width: 100%;
  margin: 0px auto 0px auto;
  font-size: 0.85em;         
}
div#intro {
	width: 100%;
  margin: 0px auto 0px auto;
  font-size: 0.85em;    
  margin-top: 95px;
  height: 102px;
  background: url("../../images/clients-header.jpg") top center no-repeat; 
}
header {
	position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  height: 95px;
  padding: 0;
  background: #fff;
  z-index: 5000;
}
header * {
	margin-bottom: 0 !important;
}
header div#home {
	float: left;
  width: 250px;
  height: 95px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url("../../images/bgr-logo.png") top left no-repeat;
}
header div#home a {
	float: left;  
	width: 250px;
  height: 95px;
	text-decoration: none;
}
header div#home a:hover {
	display: block;  
	width: 250px;
  height: 95px;
	text-decoration: none;
}
header div#home span {
	position: relative;
  left: -9000px;
}

header ul#langs {
	float: right;
  width: 64px;
  height: 21px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}
header ul#langs li {
  float: right;
  height: 31px;
  margin: 0px 0px 0px 1px;
}
header ul#langs li a {
	float: left;
  width: 31px;
  height: 21px;
  background-position: 0px -21px;
  background-repeat: no-repeat;
}
header ul#langs li.cz a {
  background-image: url("../../images/lang-cz.gif") ;
}
header ul#langs li.en a {
  background-image: url("../../images/lang-en.gif") ;
}
header ul#langs li a:hover {
  background-position: 0px 0px;
}
header ul#langs li a.active {
  background-position: 0px 0px;
}
header ul#langs li a.active:hover {
  background-position: 0px -21px;
}
header ul#langs li a span {
  position: absolute;
  left: -9000px;
}
div#slidemenu {
	display: none;
}
header nav#mainmenu {
	float: right;
  height: 50px;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: right;
}
header nav#mainmenu ul#menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  line-height: 50px;
}
header nav#mainmenu ul#menu li {
  float: left;
  height: 50px;
}
header nav#mainmenu ul#menu li a {
	float: left;
  height: 100%;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  border-left: 1px solid #e7e7e7;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  color: #000;
}
header nav#mainmenu ul#menu li:last-child a {
  border-right: 1px solid #e7e7e7;
}

header nav#mainmenu ul#menu li a:hover {
  color: #bbd700;
}
header nav#mainmenu ul#menu li a.active {
  color: #bbd700;
}
header nav#mainmenu ul#menu li a span {
  position: absolute;
  left: -9000px;
}

div#footer {
  float: left;
  width: 100%;
  font-size: 0.75em;
  padding-top: 10px;  
}
div#footer a {
  color: #000;  
}
div#footer a:hover {
  color: #87cc00;  
}



h1 {
  width: 99%;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 1.6em;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  color: #000;
}
h2 {
  width: 99%;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Tahoma, Arial, sans-serif;
  color: #000;
}
h1 span, h2 span {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
h3 {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
}
h4 {
  color: #000;
  font-size: 1.15em;
  font-weight: bold;
  padding: 15px 0px 5px 0px;
}
p {
  padding: 5px 0px 5px 0px;
  margin: 0px;
  line-height: 1.5em;
  text-align: left;
}
form.form-horizontal {
  width: 100%;
  padding: 25px 0 25px 0;
}
form.form-horizontal div.form-group {
  display: table;
  width: 100%;
  padding: 0px 0px 5px 0px;
}
div.form-group .col-md-3 {
  display: table-cell;
  width: 30%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: right;
}
div.form-group .col-md-7 {
  display: table-cell;
  width: 65%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
div.form-group .col-md-10 {
  display: block;
  width: 100%;
  margin: 15px auto 0px auto;
  padding: 0px;
  text-align: center;
}
div.form-group label {
  float: right;
  height: 100%;
  line-height:28px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: right;
  font-weight: bold;
}
div.show-group label.detail {
  float: left;
  width: 20%;
  height: 100%;
  line-height:28px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-weight: bold;
}
div.show-group input.detail {
  float: left;
  width: 55%;
  height: 28px;
  padding: 3px 5px 3px 5px;
  margin-right: 5%;
  font-size: 1em;
  line-height: 1.4em;
  color: #555555; 
  border: 1px solid #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
button.detail {
  width: 20%;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  background: #87cc00;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}
div.form-group p.showinput {
  float: left;
  height: 100%;
  line-height:28px;
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-weight: bold;
}
div.form-group label.high {
  height: 60px;
}
div.form-group label.radio {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0px 30px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
}
div.form-group label.err {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-weight: bold;
  color: red;
  font-size: 0.9em;
}
div.form-group div input, div.form-group div select {
  float: left;
  width: 100%;
  height: 28px;
  padding: 3px 5px 3px 5px;
  font-size: 1em;
  line-height: 1.4em;
  color: #555555; 
  border: 1px solid #cccccc;
}
div.form-group div textarea {
  float: left;
  width: 100%;
  height: 60px;
  padding: 3px 5px 3px 5px;
  line-height: 1.4em;
  font-size: 1em;
  color: #555555;
  font-family: Tahoma, Arial, sans-serif; 
  border: 1px solid #cccccc;
}
div.form-group div input.date-pick {
	background: url('../../images/calendar.gif') right top no-repeat; 
}
div.form-group div input.time {
	background: url('../../images/time.gif') right top no-repeat; 
}
div.form-group div input[type=number] {
  float: left;
  width: 30%;
  height: 28px;
  padding: 3px 5px 3px 5px;
  margin: 0px 5% 0px 0px;
  font-size: 1em;
  line-height: 1.4em;
  color: #555555; 
  border: 1px solid #cccccc;
}
div.form-group div input.short {
  float: left;
  width: 65%;
  height: 28px;
  padding: 3px 5px 3px 5px;
  font-size: 1em;
  line-height: 1.4em;
  color: #555555; 
  border: 1px solid #cccccc;
}
div.form-group div input.date-pick {
  width: 60%;
  padding: 3px 5px 3px 5px;
  margin-right: 5%;
}
div.form-group div input.time {
  width: 35%;
  padding: 3px 5px 3px 5px;
  margin-right: 0%;
}
div.form-group div input[type=checkbox], div.form-group div input[type=radio] {
  float: left;
  width: auto;
  height: 28px;
  padding: 3px 5px 3px 5px;
  margin-right: 10px;
}
button.submit {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  background: #87cc00;
  border: none;
  cursor: pointer;
}
button.submit:hover {
  color: #87cc00;
  background: #000;
}
button.submit a {
  border: 1px solid red;
}

div.form-group a.submit {
  float: left;
  font-family: 'montserratlight', Tahoma, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  background: #87cc00;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
div.form-group a.submit:hover {
  color: #87cc00;
  background: #000;
  text-decoration: none;
}

div.message {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
}
div.success {
  background: #8bc543;
}
div.warning {
  background: #f69322;
}
div.message p {
  margin: 5px 10px 5px 10px; 
}
div.message p a {
  color: #000;
}
div.message p a {
  color: #000;
  text-decoration: none;
}
div.message p a:hover {
  color: #000;
  text-decoration: underline;
}  
a {
  color: #87cc00;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
div.form-group .col-md-7 p a {
  padding-right: 20px;
}

div#cart_tab {
  float: left;
  width: 100%;
  padding: 10px 0px 30px 0px;   
}
div#cart_tab div.step {
  float: left;
  width: 33%;
  height: 50px;  
  background: url('../../images/tab-cart-wizard.gif') no-repeat bottom left; 
}
div#cart_tab div.step h2 {
  padding: 0px;  
  margin: 0px;
  background: none;  
}
div#cart_tab div.step.finish {   
  background: url('../../images/tab-wizard-finish.gif') no-repeat bottom left; 
}
div#cart_tab div.step.active { 
  background: url('../../images/tab-wizard-active.gif') no-repeat bottom left; 
}
div#cart_tab div.step.notact { 
  background: url('../../images/tab-wizard-notact.gif') no-repeat bottom left; 
}
div#cart_tab div.step h2 {
  float: left;
  width: 100%;
  height: 50px;
  background: none;  
}
div#cart_tab div.step.finish h2 {
  color: #00b7f2;  
}
div#cart_tab div.step.active h2 {
  color: #000;  
}
div#cart_tab div.step.notact h2 {
  color: #c0c0c0;
}
div#cart_tab div.step a:hover h2 {
  color: #000;
  text-decoration: none; 
}

div.half-group {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 0px;
}
div.show-group {
  display: table;
  width: 100%;
  padding: 0px 0px 5px 0px;
}
div.show-group .col-md-3 {
  display: table-cell;
  width: 35%;
  margin: 0px 0px 0px 0px;
  padding: 0px 5% 0px 0px;
  text-align: right;
}
div.show-group .col-md-7 {
  display: table-cell;
  width: 60%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-weight: bold;
}
div.show-group .col-md-10 {
  display: block;
  width: 100%;
  margin: 15px auto 0px auto;
  padding: 0px;
  text-align: center;
}
div.show-group .col-full {
  display: block;
  width: 100%;
  margin: 15px 0px 0px 0px;
  padding: 0px;
}
div.accbtn {
  float: left;
  width: 30%;
  height: auto;
  margin: 0 5% 0 0;
  padding: 50px 0px 15px 0px;
  text-align: center;
}
div.orders {
  background: #87cc00 url("../../images/ico-document.png") top center no-repeat;
}
div.invoice {
  background: #87cc00 url("../../images/ico-setting.png") top center no-repeat;
}
div.setting {
  margin: 0 0 0 0;
  background: #87cc00 url("../../images/ico-password.png") top center no-repeat;
}
div.accbtn span {
  font-size: 1.1em;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-top: 40px;
}
div.accbtn a {
  float: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 1px solid red;
}
div.accbtn a:hover {
  text-decoration: none;
}
div.accbtn:hover {
  background-color: #dadada;
  text-decoration: none;
}

table.tab{
  width: 100%;
}
table.tab tr th {
  padding: 3px 5px 3px 5px;
  background: #87cc00;
  color: #fff;
  font-weight: bold;
}
table.tab tr td {
  padding: 3px 5px 3px 5px;
  background: #fff;
  border-bottom: 1px solid silver;
}
table.tab tr td.icos {
  text-align: right;
}


@media screen and (max-width: 710px) { 
  div#intro {
  	margin-top: 85px; 
  }
  header {
    height: 85px;
  }
  
  header div#home {
    width: 180px;
    height: 68px;
    background: url("../../images/bgr-logo.png") top left no-repeat;
    background-size: 180px 68px;
  }
  header div#home a {  
  	width: 180px;
    height: 68px;
  }
  header div#home a:hover {
  	display: block;  
  	width: 180px;
    height: 68px;
  	text-decoration: none;
  }
  
  ul#langs {
    display: none;
  }
  nav#mainmenu ul#menu {
    display: none;
  }
  header nav#mainmenu {
  	float: right;
    width: 60px;
    height: 40px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  nav#mainmenu div#slidemenu {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: red url('../../images/bgr-menu.png') no-repeat top left;
  }
  div#slidemenu a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
}


@media screen and (max-width: 640px) {    
  div#cart_tab div.step h2 {
    font-size: 1.1em;
  }
  div.show-group label.detail {
    width: 30%;
  }
  div.show-group input.detail {
    width: 35%;
  }
  button.detail {
    width: 30%;
  }
  
}
@media screen and (max-width: 535px) {
  div.form-group .col-md-3 {
    width: 35%;
  }
  div.form-group .col-md-7 {
    width: 60%;
  }
  div#cart_tab div.step h2 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  div#cart_tab div.step {
    width: 100%;
    height: 60px;  
  }
  div#cart_tab div.step {
    width: 100%;
  }
  div#cart_tab div.step h2 {
    font-size: 1.2em;
    padding-top: 10px;
  }
}
@media screen and (max-width: 455px) {
  div.form-group .col-md-3 {
    display: block;
    float: left;
    width: 100%;
  }
  div.form-group .col-md-7 {
    display: block;
    float: left;
    width: 100%;
  }
  div.form-group label {
    float: left;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
   
  div.form-group div input[type=number] {
    width: 100%;
  }
  div.form-group div input.short {
    width: 100%;
    margin: 5px 0px 0px 0px;
  }
  div.form-group div input.time {
    width: 100%;
    margin-top: 5px;
  }
  div.form-group div label.high {
    height: 28px;
  }
  div.show-group label.detail {
    width: 100%;
  }
  div.show-group input.detail {
    width: 100%;
    margin-right: 0%;
  }
  button.detail {
    width: 50%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 410px) {
  header nav#mainmenu ul#menu li {
    width: auto;
  }
  header nav#mainmenu ul#menu li a {
    width: auto;
  }
  header nav#mainmenu ul#menu li.login a {
    width: 101px;
  }
  header nav#mainmenu ul#menu li.register a {
    width: 130px;
  }
  header nav#mainmenu ul#menu li.request a {
    width: 152px;
  } 
}

@media screen and (max-width: 383px) {
  header nav#mainmenu ul#menu li.login a {
    width: 91px;
  }
  header nav#mainmenu ul#menu li.register a {
    width: 120px;
  }
  header nav#mainmenu ul#menu li.request a {
    width: 142px;
  }
  div.accbtn {
    width: 100%;
    margin: 0 0 10px 0;
  }
  table.tab tr th.date, table.tab tr td.date {
    display: none;
  }

}