/*
Author: ondrejmuzik.cz
Project: epicture.cz
Created: 2014-04-10
*/
/* RESET */
@import url(https://fonts.googleapis.com/css?family=Dosis:500,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext);
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, 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;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* Typography */
body {
  font: 87.5%/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 2.714em;
  line-height: 1;
  margin: 0.8em 0; }

h2 {
  font-size: 2em;
  margin-bottom: 0.25em; }

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin: 0.666em 0; }

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0.8333em 0; }

h5 {
  font-size: 1em;
  font-weight: bold; }

h6 {
  font-size: 1em;
  font-style: italic; }

p {
  margin: 0 0 1em; }

a {
  color: #06c;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:hover {
  text-decoration: underline; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

sup, sub {
  line-height: 0;
  font-size: 75%; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

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

li ul, li ol {
  margin: 0; }

ul, ol {
  margin: 0 1.5em 1em 0;
  padding-left: 1.5em; }

ul {
  list-style-type: disc; }

li ul {
  list-style-type: circle; }

ol {
  list-style-type: decimal; }

li ol {
  list-style-type: lower-alpha; }

dl {
  margin: 0 0 1em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Tables */
table {
  margin-bottom: 1em;
  /*width: 100%;*/
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  text-align: left; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-yk2yhf");
  src: url("../fonts/icomoon.eot?#iefix-yk2yhf") format("embedded-opentype"), url("../fonts/icomoon.woff?-yk2yhf") format("woff"), url("../fonts/icomoon.ttf?-yk2yhf") format("truetype"), url("../fonts/icomoon.svg?-yk2yhf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/********** Common ************************************************************/
/* common */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

a:focus {
  outline: 0; }

.wrapper {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

/********** Layout ************************************************************/
html, body {
  height: 100%; }

body {
  font-family: "Dosis", sans-serif;
  font-size: 1.1875em;
  /* 19pt*/
  color: #36313d;
  background-color: #b6cdce; }

#header {
  *zoom: 1;
  background-color: #3b3742; }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }

#logo {
  float: left;
  width: 248px;
  height: 68px;
  margin: 0;
  padding: 24px 0 20px; }
  #logo a {
    display: block;
    width: 258px;
    height: 68px;
    background: url("../img/logo.png") no-repeat 63px 0;
    transition: all  0.3s; }
    #logo a span {
      display: none; }
    #logo a:after {
      display: inline-block;
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e602';
      left: 0;
      top: 0;
      width: 63px;
      color: #ef7348;
      z-index: 100;
      transition: all  0.3s;
      transform-origin: 40% 50%;
      -ms-transform-origin: 40% 50%;
      -moz-transform-origin: 40% 50%;
      -webkit-transform-origin: 40% 50%; }
    #logo a:hover {
      background-position: 73px 0; }
      #logo a:hover:after {
        color: #fff;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
  @media screen and (max-width: 768px) {
    #logo {
      float: none;
      margin: 10px auto; } }

#motto {
  float: right;
  margin-top: 44px;
  font-size: 1.210526315789474em;
  color: #fff; }
  @media screen and (max-width: 768px) {
    #motto {
      float: none;
      margin-top: 0;
      text-align: center; } }

#banner {
  position: relative;
  z-index: 2;
  background-color: #36313d; }
  #banner .wrapper {
    background: url("../img/image-accountant.png?3") no-repeat right bottom; }
  #banner .text {
    width: 440px;
    height: 280px;
    margin: 0;
    padding: 100px 0 0 33px;
    font-family: "Anton", sans-serif;
    font-size: 4.736842105263158em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25; }
  @media screen and (max-width: 1024px) {
    #banner .wrapper {
      padding: 280px 0 40px;
      background-position: center bottom; }
    #banner .text {
      width: auto;
      height: auto;
      padding: 0;
      font-size: 4em;
      text-align: center;
      text-shadow: #333 3px 3px 5px; } }
  @media screen and (max-width: 768px) {
    #banner .wrapper {
      padding: 300px 0 40px;
      background-position: center bottom; }
    #banner .text {
      font-size: 2.5em; } }
  @media screen and (max-width: 640px) {
    #banner {
      display: none; } }

#contacts {
  display: none;
  background-color: #6c9ba3; }
  #contacts .wrapper {
    padding: 35px 45px;
    *zoom: 1;
    box-sizing: border-box; }
    #contacts .wrapper:before, #contacts .wrapper:after {
      content: " ";
      display: table; }
    #contacts .wrapper:after {
      clear: both; }
  #contacts .heading {
    font-size: 1.105263157894737em;
    font-weight: 600;
    text-transform: uppercase; }
  #contacts .person {
    float: left;
    max-width: 350px;
    margin: 10px 40px 20px 0; }
  #contacts .name {
    margin: 0;
    font-size: 1em;
    line-height: 1.5; }
  #contacts p {
    margin: 0;
    color: #fff; }
    #contacts p strong {
      font-weight: normal;
      color: #36313d; }
    #contacts p a {
      padding: 0 3px; }
      #contacts p a:hover {
        background-color: #ef7348; }
  #contacts #contacts-close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: url("../img/close.png") no-repeat center center;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all 0.2s; }
    #contacts #contacts-close:hover {
      background-color: #fff;
      border-color: #ef7348; }
    #contacts #contacts-close span {
      display: none; }
  @media screen and (max-width: 1024px) {
    #contacts #contacts-close {
      right: 0;
      top: 28px; } }
  @media screen and (max-width: 480px) {
    #contacts .person strong {
      display: block; } }

#footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #93afb2; }
  #footer .wrapper {
    *zoom: 1;
    padding: 42px 0; }
    #footer .wrapper:before, #footer .wrapper:after {
      content: " ";
      display: table; }
    #footer .wrapper:after {
      clear: both; }
  #footer .section {
    float: left;
    margin-top: 60px;
    font-size: 1.105263157894737em;
    text-align: center; }
    #footer .section .name {
      width: 100px;
      height: 100px;
      margin: 0 auto 10px;
      color: #fff;
      background-color: #6c9ba3;
      border-radius: 50%;
      overflow: hidden;
      transition: background 0.3s; }
      #footer .section .name span {
        display: none; }
    #footer .section p {
      margin: 0;
      line-height: 1.2; }
  #footer a.section:hover .name {
    background-color: #ef7348; }
  #footer #section-email {
    width: 160px;
    margin-left: 1.04166666666667%; }
    #footer #section-email .link {
      display: block; }
      #footer #section-email .link:hover .name {
        background-color: #ef7348; }
    #footer #section-email .name:before {
      display: inline-block;
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e603';
      padding-top: 35px; }
    #footer #section-email .domain {
      display: block; }
  #footer #section-address {
    width: 160px;
    margin-left: 1.04166666666667%; }
    #footer #section-address .name:before {
      display: inline-block;
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e604';
      padding-top: 30px;
      font-size: 1.285714285714286em; }
  #footer #section-contacts {
    margin-left: 4.77083333333333%;
    margin-top: 17px; }
    #footer #section-contacts .name {
      width: 130px;
      height: 110px;
      padding: 50px 30px 30px;
      font-size: 1.157894736842105em;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.318181818181818; }
  @media screen and (max-width: 1024px) {
    #footer #section-email {
      margin-left: 5%; }
    #footer #section-address {
      float: right;
      margin-left: 0;
      margin-right: 5%; }
    #footer #section-contacts {
      float: none;
      width: 190px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 768px) {
    #footer #section-email {
      margin-left: 0; }
    #footer #section-address {
      margin-right: 0; } }
  @media screen and (max-width: 640px) {
    #footer .section, #footer #section-email, #footer #section-address, #footer #section-contacts {
      float: none;
      display: block;
      width: auto;
      margin-top: 0;
      margin-bottom: 50px; } }

#footer-header {
  float: right;
  width: 185px;
  padding: 135px 4.6875% 0 10.10416666666667%;
  color: #d3e5e5;
  background: url("../img/logo-footer.png") no-repeat 41% 59px;
  border-left: 3px solid #d3e5e5; }
  #footer-header .heading {
    display: none; }
  #footer-header .motto {
    line-height: 1.2; }
  @media screen and (max-width: 1024px) {
    #footer-header {
      float: none;
      width: 270px;
      margin: 0 auto;
      padding: 100px 0 30px;
      padding-left: 0;
      padding-right: 0;
      background-position: center 30px;
      border: none; } }

/* Homepage */
#homepage {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  #homepage #homepage-sections {
    position: relative;
    padding: 87px 0;
    *zoom: 1; }
    #homepage #homepage-sections:before, #homepage #homepage-sections:after {
      content: " ";
      display: table; }
    #homepage #homepage-sections:after {
      clear: both; }
    #homepage #homepage-sections .section {
      position: relative;
      float: left;
      width: 28.02083333333333%;
      margin-right: 7.91666666666667%; }
      #homepage #homepage-sections .section:nth-child(3n) {
        margin-right: 0; }
      #homepage #homepage-sections .section .name {
        margin-bottom: 25px; }
        #homepage #homepage-sections .section .name a {
          display: block;
          width: 190px;
          height: 135px;
          margin: 0 auto;
          padding-top: 55px;
          font-size: 0.9473684210526316em;
          font-weight: bold;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          line-height: 1.2;
          background-color: #ef7348;
          border-radius: 50%;
          transition: all 0.3s; }
          #homepage #homepage-sections .section .name a:hover {
            color: #ef7348;
            background-color: #fff; }
      #homepage #homepage-sections .section .perex {
        font-size: 1.105263157894737em;
        font-weight: 600;
        line-height: 1.2; }
      #homepage #homepage-sections .section .link {
        color: #fff;
        line-height: 1;
        transition: color 0.2s; }
        #homepage #homepage-sections .section .link:hover {
          color: #ef7348; }
    #homepage #homepage-sections #section-about .name a {
      height: 108px;
      padding-top: 82px;
      font-size: 0.5789473684210526em;
      background-color: #93afb2; }
      #homepage #homepage-sections #section-about .name a:hover {
        background-color: #fff; }
  #homepage .section-detail {
    position: relative;
    display: none;
    background-color: #d3e5e5; }
    #homepage .section-detail .wrapper {
      /*max-width: 705px;*/
      padding: 35px 210px 45px 45px;
      box-sizing: border-box; }
    #homepage .section-detail .heading {
      margin-bottom: 18px;
      font-size: 1.105263157894737em;
      font-weight: 600;
      text-transform: uppercase; }
    #homepage .section-detail .close {
      position: absolute;
      right: 20px;
      top: 15px;
      width: 45px;
      height: 45px;
      background: url("../img/close.png") no-repeat center center;
      border: 1px solid #000;
      border-radius: 50%;
      transition: all 0.2s; }
      #homepage .section-detail .close:hover {
        background-color: #fff;
        border-color: #ef7348; }
      #homepage .section-detail .close span {
        display: none; }
  @media screen and (max-width: 768px) {
    #homepage #homepage-sections .section .name a, #homepage #homepage-sections .section#section-about .name a {
      width: 115px;
      height: 90px;
      padding: 45px 10px 0;
      font-size: 0.5em; }
    #homepage #homepage-sections .section .perex, #homepage #homepage-sections .section#section-about .perex {
      font-size: 1em;
      text-align: center; }
    #homepage #homepage-sections .section#section-about .name a {
      width: 135px;
      height: 80px;
      padding: 55px 0 0; }
    #homepage .section-detail .wrapper {
      padding-right: 45px; }
    #homepage .section-detail .close {
      right: 0; } }
  @media screen and (max-width: 640px) {
    #homepage #homepage-sections .section .perex, #homepage #homepage-sections .section#section-about .perex {
      display: none; }
    #homepage .section-detail .wrapper {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 480px) {
    #homepage #homepage-sections {
      padding: 50px 0 5px; }
      #homepage #homepage-sections .section, #homepage #homepage-sections .section#section-about {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 45px; } }

/* **Development**
------------------------------------------------------------------------------*/
pre.nette-dump {
  position: relative;
  display: block;
  background: #FFF;
  padding: 10px;
  text-align: left;
  z-index: 1000; }

a[href^="error:"] {
  background: red;
  color: white; }

/*# sourceMappingURL=screen.css.map */
