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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
}
/* remember to define focus styles! */

:focus {
      outline: 0;
}
body {
      color: black;
	  background: white url(img/bg-bed.png) no-repeat 50% 250px;
	  	font-size: 18px;
	line-height:24px;
	font-family: 'Open Sans Light', sans-serif;
}
body#dotaznik {
  background: white url(img/loader.gif) no-repeat 50% 320px; 
  	  background-size:50px 50px;
}
ol, ul {
      list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
      border-collapse: separate;
      border-spacing: 0;
}
caption, th, td {
      text-align: left;
      font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
      content: "";
}
blockquote, q {
      quotes: "" "";
}
/*____RESET_END_______*/
.overlay {
	position: absolute;
    width: 100%;
    z-index: 9999999;
}
.dialog {
	background: white;
    width: 80%;
	min-width:340px;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    margin: 100px auto;
    padding-top: 20px;
    border-radius: 4px;
    box-shadow: 0 0 230px #666;
}
a {
	color:#4FB0AE;
}
a:hover {
	color:#1c6765;
}
.view {
    min-width: 400px;
	width: 75%;
    margin: 0 auto 30px;
    overflow: hidden;
    color: #656565;
    position: relative;
    top: 195px;
	padding: 5px 20px;
	}
.view.view-menu {
	top:0;

 }
.view-in {

    margin: 0 auto;
    text-align: center;
}
#white-menu {
    background: transparent;
    border-bottom: none;
    transition: all 0.1s ease;
	width: 100%;
    position: fixed;
    z-index: 99999;
}

.mindpax-white {
    background: url(img/logo_cs-w.png) no-repeat left 0px;
    color: white;
    height: 110px;
    width: 190px;
    float: right;
    line-height: 60px;
    text-indent: -9999999px;
}
.mindpax-white2 {
    background: url(img/logo-white.png) no-repeat left 35px;
    color: white;
    height: 110px;
    width: 200px;
    float: left;
    line-height: 60px;
}
.view h2 {
    font-weight: 200;
    font-size: 48px;
    text-align: center;
    width: 100%;
    margin: 30px auto;
    line-height: 56px;
    font-family: 'Open Sans', sans-serif;
    color: #4FB0AE;
}
.que {
	font-weight:bold;
}
a.btn {
	width: auto;
    padding: 18px 40px 20px;
	color:white;
	display:inline-block;
	background-color: rgb(79, 176, 174);
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
	font-weight:bold;
	border-radius: 4px;
	text-decoration:none;
    margin-top: 18px;
}
a.btn:hover {
	-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4);
}
.btn-d {
	display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: #4FB0AE;
    border-radius: 3px;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
    cursor: pointer;
	margin-left:8px;
}
.dialog .footer {
    border-top: 1px solid #ebebeb;
    text-align: right;
    padding: 15px;
    margin-top: 15px;
}

.dialog .box-in {
padding: 20px 40px;
}
.dialog h3 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.dialog li {
	margin-bottom:8px;
}