/****************************************************************************
		
		Web:				ibcontrol
		CSS Author:			ahoj@ondrejvertat.cz

	== Info ====================================================
		
		Page width:			700px

	****************************************************************************/
html,
body,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
fieldset,
legend,
blockquote,
address,
dl,
dt,
dd,
table,
td,
th,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-style: normal;
  outline: 0;
}
input,
select,
label {
  vertical-align: middle;
  outline: 0;
}
button,
input,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
ul,
ol,
menu {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
hr {
  display: none;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('../fonts/roboto-thin-webfont.eot');
  src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 4.9em;
  line-height: 1.4;
}
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #0093DD;
  padding: 0 0 0.1em;
}
a:hover {
  border-bottom: 1px solid #0093DD;
}
p {
  font-size: 2.2em;
  line-height: 1.6;
}
p:first-letter {
  margin-left: 2em;
}
address {
  font-size: 1.8em;
  line-height: 1.6;
}
html {
  background: #F5F5F5;
  padding: 2em 0;
}
body {
  font: normal 62.5%/1 'robotolight', sans-serif;
  background: #fff;
  color: #000;
  width: 80%;
  margin: 0 auto;
  padding: 4em 5%;
  -webkit-font-smoothing: subpixel-antialiaseds;
  box-shadow: 0px 3px 2px rgba(192, 192, 192, 0.65);
}
#page-container {
  max-width: 700px;
  margin: 0 auto;
}
/*	==========================================================================
	Header
	========================================================================== */
#header #logo {
  text-align: center;
}
#header #logo img {
  max-width: 100%;
}
#header h1 {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding: 0.5em 0;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0 0;
}
#header h1 span {
  font-family: 'robotothin', sans-serif;
}
/*	==========================================================================
	Content
	========================================================================== */
#content-container {
  padding: 4em 0;
}
#content-container p {
  background: #F5F5F5;
  padding: 2em;
}
/*	==========================================================================
	Footer
	========================================================================== */
#footer {
  overflow: hidden;
}
#footer address {
  width: 250px;
  padding: 20px 40px;
  min-height: 180px;
  float: right;
  background: #F5F5F5;
}
#footer address b {
  margin-top: 1em;
}
#footer address:first-child {
  float: left;
}
#footer address:first-child b {
  margin-top: 0;
}
#footer address b {
  display: block;
  font-family: 'robotobold', sans-serif;
}
/*	==========================================================================
	Responsive
	========================================================================== */
@media screen and (max-width: 855px) {
  #footer address {
    width: 36%;
    padding: 20px 5%;
  }
}
@media screen and (max-width: 650px) {
  body {
    padding: 3em 5%;
  }
  h1 {
    font-size: 4em;
  }
  #content-container {
    padding: 2em 0;
  }
  #footer address {
    float: none !important;
    width: 90%;
    padding: 10px 5%;
  }
  #footer address:first-child {
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 440px) {
  h1 {
    font-size: 3em;
  }
  p {
    font-size: 1.8em;
  }
  p:first-letter {
    margin: 0;
  }
}
