@charset "utf-8";

html, body, div, span, applet, object, iframe, img,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */


/* =Base
-------------------------------------------------------------- */
html {
	background: #fff url('images/body-bg.jpg') repeat-x top left;
}

body {
	background: transparent url('images/listy-motyl.jpg') no-repeat top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 87.5%; /*14px default*/
	line-height: 1.5em;
	font-smoothing: antialiased;
}

hr {
	background: #cdcdcd;
	border: none;
	clear: both;
	color: #cdcdcd;
	float: none;
	height: 1px;
	width: 100%;
}

/* =Typography
-------------------------------------------------------------- */
p {
	text-align: justify;
	padding: 0 15px;
	margin-bottom: 20px;
	word-wrap: break-word;
}
strong,
b,
.bold {
	font-weight: bold;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #669900;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #9f3515;
}

/* =Headlines
-------------------------------------------------------------- */
h2, h3, h4 {
	color: #d85913;
	margin-left: 15px;
	margin-right: 15px;
}
h1 {
	font-size: 26px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	text-align: center;
	line-height: 35px;
	position: relative;
	z-index: 999;
	vertical-align: middle;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
h1 a {
	color: #9f3515;
	display: block;
	background: transparent url('images/iqi-logo.png') left center no-repeat;
	padding-left: 150px;
	padding-top: 20px;
	height: 92px;
	
}
h2 {
	font-size: 1.714em; /*24px*/
	margin: 30px 15px;
	text-transform: uppercase;
	line-height: 1.2em;
}
h3 {
	font-size: 1.286em; /*18px*/
	margin-bottom: 20px;
	padding-top: 10px;
} 
h4 {
	margin-bottom: 10px;
	font-weight: 700;
}

/* =Lists
-------------------------------------------------------------- */
ul li, ol li {
	text-align: justify;
}
ol {list-style-type: upper-roman;
	margin-left: 60px;
}
ol li {
	font-weight: bold;
}
ol li h3 {
	font-size: inherit;
	color: #9f3515;
	margin-left: 0;
	margin-bottom: 5px;
}
ol li ul {
	margin-left: 25px!important;
}
ol li ul li {
	font-weight: normal;
}

/* =TYPOGRAPHY SPECIAL
-------------------------------------------------------------- */
.font-18px {
	font-size: 1.286em;
}
.font-16px {
	font-size: 1.143em; /*16px*/
}
.highlight {
	color: #d85913
}
.uppercase {
	text-transform: uppercase;
}
.management {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.uvodni-text {
	font-size: 1.286em;
	color: #d85913;
	margin: 40px 0;
}

.gdpr {
	font-size: 0.8em;
	padding-top: 20px;
}
	
/* =COLORS
--------------------------------------------------------------
light green: #98c90c;
dark green: #669900;
light terracota: #d85913;
dark terracota: #9f3515
*/

/* =GLOBALS and LAYOUT
-------------------------------------------------------------- */
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.page {
	z-index: 0;
	width: 940px;
	background: #fff url('images/page-bg.jpg') repeat-x top left;
	margin-left: 20px;
}
  
.bamboo {
  background: transparent url('images/bamboo-part.png') repeat-y bottom left;
  margin-left: -20px;
}

#header,
#content {
	width: 690px;
	margin-left: 255px;
}

.half-col {
	float:left;
	width: 312px;
	padding-right: 10px;
	margin-right: 30px;
}
.third-col {
	float:left;
	width: 210px;
	margin-right: 30px;
}

/* =HEADER
-------------------------------------------------------------- */
#logo {
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	z-index: 50;
}
.butterfly {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 51;
}
.leaves {
	position: absolute;
	top: 0;
	left: -2px;			
}

/* =MENU
-------------------------------------------------------------- */
ul.nav {
	 font-size: 1.143em;
	 position: relative;
	 z-index: 20;
	 border-top: #cdcdcd solid 1px;
	 border-bottom: #cdcdcd solid 1px;
	 height: 36px;
	 width: 690px;
	 margin: 0 auto;
	 background: transparent url(images/nav-bg.png) repeat-y top center;
	 padding: 0;
}
ul.nav li {
	display: inline-block;
	float: left;
	padding: 7px 18px;
}
ul.nav li.hover, ul.nav li:hover {
	 position: relative;
	 z-index: 599;
}
ul.nav ul {
	 visibility: hidden;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: 598;
	 border-top: 0;
	 width: 230px;
	 background-color: #FFF;/*#f2f8ec*/
}
ul.nav ul li {
	font-size: 0.857em; /*12px*/
	background-color: #FFF;
	width: 230px;
	padding: 6px 5px 6px 10px;
	border-bottom: #cdcdcd solid 1px;
	border-left: #cdcdcd solid 1px;
	border-right: #cdcdcd solid 1px;
}
ul.nav li a {
	color: #9f3515;
}
ul.nav li a:hover {
	color: #669900;
}

ul.nav li:hover > ul {
	visibility: visible;
}

.last-nav-item {padding-right: 0!important}

/* =CONTENT
-------------------------------------------------------------- */
#content {
	position: relative;
	z-index: 19;
	min-height: 400px;
	padding-bottom: 50px;
}
#content ul {
	list-style: disc outside;
	margin-left: 40px;
	margin-bottom: 20px;
}
#content ul ul {
	margin-top: 5px;
}

.breadcrumb {
	font-size: 1.3em; /*12px*/
	margin-left: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.breadcrumb, .breadcrumb a {
	color: #669900;
	font-weight: bold;
}
.breadcrumb a {
	text-decoration: underline;
}
		
/* =HOME
-------------------------------------------------------------- */
.homepage,
.homepage p {
	text-align: center;
	padding: 0;
}
.homepage .third-col {
	min-height: 440px;
	position: relative;
}
.homepage .third-col h2 {
	font-size: 1.286em; /*18px*/
	border-top: #cdcdcd solid 1px;
	 border-bottom: #cdcdcd solid 1px;
	 height: 36px;
	 line-height: 36px;
	 vertical-align: middle;
	 padding: 0;
	 margin: 30px 0 20px;
}
.homepage .third-col ul {
	margin-left: 20px!important;
}
.homepage .third-col p,
.homepage .third-col ul li {
	text-align: left;
}

div.rovnice {
	width: 540px;
	margin: 0 auto;
}
.rovnice p {
	font-weight: bold;
	float: left;
	width: 130px;
	margin: 25px 72px 40px 0;
	padding: 0;
}	
.slogan {
	color: #d85913;
	font-size: 1.143em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 0;
	border-bottom: #cdcdcd solid 1px;
	margin-bottom: 40px;
}

.letak {
	float: left;
	width: 150px;
	text-align: center!important;
	margin: 20px 55px 40px;
}
.letak img {
	border: #ddd solid 1px;
	margin: 20px 0 10px;
}
.letak img:hover {
	border: #9f3515 solid 1px;
}	
		
.popis {
	line-height: 1.2em;
	font-size: 0.857em;
	}
	
/* =O NÁS
-------------------------------------------------------------- */

ul.media li {margin-bottom: 10px;}
ul.media li a {font-weight: bold;}

/* =SLUŽBY
-------------------------------------------------------------- */
.service-category {
	position: relative;
	top: auto;
	left: auto;
	width: 210px;
	float: left;
	margin: 0 20px 30px 0;
}
.service-category-body {
	min-height: 205px;
	background-color: #FFF;
	border-left: #dadada solid 1px;
	border-right: #dadada solid 1px;
	margin: 0!important;
	padding: 5px 10px;
}
.service-category-body h3 {
	margin: 0 0 20px 0;
}	
.service-category-body p {
	min-height: 80px;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
}
.service-icon {
	position: absolute;
	top: -10px;
	right: -10px;
}
			
/* =BUTTONS
-------------------------------------------------------------- */
.button {
	float:left;
}
.homepage .button {
	position: absolute;
	bottom: 40px;
	left: 52px;
}
.button-left-side,
.button-right-side {
	float:left;
	display:block;
	width: 5px;
	height: 25px;
}
.button-left-side {
	background: transparent url(images/button-bg-l.png) no-repeat top left;
}
.button-right-side {
	background: transparent url(images/button-bg-r.png) no-repeat top right;
}	
.button-body {
	float:left;
	height: 25px;
	padding: 2px 2px 0;
	background: transparent url(images/button-bg.png) repeat-x top left;
}
.button-body a {
	color: #fff;
	font-weight: bold;
}
.button-body a:hover {
	color: #fff;
}
.button:hover .button-left-side {
	background: transparent url(images/button-bg-l-hover.png) no-repeat top left;
}
.button:hover .button-right-side {
	background: transparent url(images/button-bg-r-hover.png) no-repeat top right;
}
.button:hover .button-body {
	background: transparent url(images/button-bg-hover.png) repeat-x top left;
}

.download {
	margin: 5px 15px 20px;
}
.download a {
	display: block;
	background: transparent url(images/icons/zoom.png) no-repeat top right;
	padding-right: 24px;
}

/* =PSYCHOLOGIE
-------------------------------------------------------------- */

.headline {
	padding: 10px 0;
}
.citace {
	padding: 10px 0;
	margin: 0 15px 0 0;
	font-style: italic;
	color: #777;
}
.citace-zdroj {
	display: block;
	float: right;
	font-style: normal;
}

.service-logo {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

.sub-nav {
     font-size: 0.857em; /*12px*/
	 position: relative;
	 z-index: 20;
	 border-top: #cdcdcd solid 1px;
	 border-bottom: #cdcdcd solid 1px;
	 height: 30px;
	 width: 630px;
	 background: transparent url(images/nav-bg.png) repeat-y top center;
	 padding: 0;
	 margin: 40px 15px 20px!important;
}
.sub-nav li {
	display: inline-block;
	float: left;
	padding: 0 11px;
	margin: 11px 0 0;
	border-left: #999 solid 1px;
	line-height: 0.9em;
}
.sub-nav-icons {
	 position: relative;
	 z-index: 20;
	 border-top: #cdcdcd solid 1px;
	 height: 70px;
	 padding: 0;
	 margin: 40px 15px 20px!important;
	 font-size: 0.857em; /*12px*/
}
.sub-nav-icons li {
		display: inline-block;
		text-align: center;
		width: 60px;
		float: left;
		padding: 0 17px;
		margin: 20px auto 0;
		line-height: 1.2em;
}
ul.sub-nav-icons li a {
	color: #9f3515;
}
ul.sub-nav-icons li a:hover {
	color: #669900;
}

/* =SCREENING FORM
-------------------------------------------------------------- */
.form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.875em!important;
	width: 200px;
	float: left;
	margin-left: 15px;
	}

#name { margin-bottom: 10px; width: 160px}
#password { margin-bottom: 20px;  width: 160px}

#submit {
	font-weight: bold;
	color: #FFF;
	background: transparent url(../images/button-bg.png) repeat-x center left;
	border-radius: 7px;
	border: solid 1px #669900;
	padding: 3px 10px;
}
#submit:hover {
	background: transparent url(../images/button-bg-hover.png) repeat-x center left;
	border: solid 1px #8a450c;
}

#iqi_pass, #hogan_pass {
	display:none;
}

/* =REFERENCE
-------------------------------------------------------------- */
ul.bookmarks li {
	list-style-type: none;
	margin-left: -20px;
}
ul.bookmarks li a {
	color: #9f3515;
}
ul.bookmarks li a:hover {
	color: #669900;
}

.client-name {
	list-style-type: none;
	font-weight: bold;
	color: #9f3515/*d85913*/;
	margin-left: -20px;
	}
		
a.up {display: block; text-align:right;}
		
/* =POMÁHÁME
-------------------------------------------------------------- */

.we-are-helping {
	padding: 15px 0;
}
.illustration-img  {
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}

.partneri {
	text-align: center;
}
.partneri img {
	margin-bottom: 50px;
}

/* =KONTAKT
-------------------------------------------------------------- */
.contact {
	list-style-type: none!important;
	margin-left: 15px!important;
}
.g-map {
	float: right;
	}
.g-map iframe {	
	border: #fff solid 2px;
}

/* =STONES and WLB
-------------------------------------------------------------- */
.wlb {
	position: relative;
	bottom: auto;
	left: 545px;
}
.stones {
	position: absolute;
	z-index: 18;
	bottom: 10px;
	left: -50px;
}
	
/* =FOOTER
-------------------------------------------------------------- */
#footer {
	padding: 10px 25px 0 10px;
	font-size: 0.857em; /*12px*/
}
	
#footer ul {
	float: left;
}
#footer ul li {
	display: inline-block;
	border-left: #999 solid 1px;
	padding: 0 2px 0 7px;
	line-height: 1em;
}

#footer, #footer a {
	color: #999;
}
#footer a:hover {
	color: #669900;
}	
	
#copyright,
.copyright {
	float: right;
	text-align:right;
	margin-right: -20px!important;
	padding-right: 0!important;
}
 
/* =EXTRAS
-------------------------------------------------------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.first-nav-item {
	padding-left: 0!important;
	border-left: 0!important;
}
.last {
	margin-right: 0!important;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.none {
	float: none;
}

/* =TABULKY
-------------------------------------------------------------- */

td.result {
	padding: 10px 5px 0px 0px;
}

td.index {
	padding: 0px 15px 0px 0px;
	font-size: 1.5em;
}

td.testList {
	padding: 0px 15px 5px 0px;
	font-size: 1.2em;
	color: #669900;
}

.rTable    { display: table; width: 700px;  }
.rTableRow       { display: table-row; width: 700px; }
.rTableHeading    { display: table-header-group; }
.rTableBody    { display: table-row-group; }
.rTableFoot    { display: table-footer-group; }
.rTableCell, .rTableHead  { display: table-cell; font-size: 1.5em; padding: 5px 10px; width: 600px;}
.rTableCellID { display: table-cell; font-size: 1.5em; padding: 5px 10px; width: 5%; }
.rTableCellResponse { display: table-cell; padding: 5px 10px; width: 10%}


/* =TLACITKA
-------------------------------------------------------------- */

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.myButton:active {
	position:relative;
	top:1px;
}

/* =MODAL OKNO
-------------------------------------------------------------- */

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 400px;
    border: 1px solid #888;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-title {
	font-size: 1.143em;
	color: #9f3515;
}

