
@charset "UTF-8";
/*
    Document   : frontModule.scss
    Created on : 9.3.2013, 22:31:15
    Author     : Tomáš Pastýřík <mail@tomaspastyrik.cz>
    Description:
    Purpose of the stylesheet follows.
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);
root {
  display: block;
  font-family: 'Open Sans', sans-serif;
  height: 100%; }

html {
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

body {
  font-size: 12pt;
  background-color: white;
  padding: 0;
  height: 100%;
  /*    min-height: 710px;
      _height: 710px;*/
  margin: 0;
  z-index: 1;
  font-family: 'Open Sans', sans-serif; }

#homeWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/*.caroufredsel_wrapper {
    top: auto !important;
    bottom: 0 !important;
    min-width: 860px;
}
#carousel {
    height: 100%;
    min-height: 200px;
    position: absolute;
    top: auto;
    left: 0;
    min-width: 860px;
}
#carousel img {
    height: 100%;
    width: auto;
    display: block;
    float: left;
    min-width: 860px;
}*/
#contentWrap {
  position: relative; }

.paging {
  height: 100%; }

.paging .left {
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: 300px;
  width: 35px;
  height: 35px;
  background-image: url("../img/icons/carousel-right.png");
  background-size: 35px; }

.paging .right {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 300px;
  width: 35px;
  height: 35px;
  background-image: url("../img/icons/carousel-right.png");
  background-size: 35px; }

#navigationWrap div.line {
  border-bottom: 2px solid #ededed; }

#navigationWrap {
  z-index: 100;
  background-color: #FFF;
  height: 100px;
  width: 100%;
  bottom: 0px;
  position: absolute;
  text-align: center;
  min-width: 860px; }

#navigationWrap.fixed {
  top: 0;
  position: fixed;
  z-index: 1000; }

#navigationWrap h1.logo {
  width: 160px;
  left: 50%;
  margin-left: -400px;
  position: absolute;
  margin-top: -85px; }
  #navigationWrap h1.logo img {
    width: 160px; }

#navigationWrap ul.menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 180px;
  width: 350px; }

#navigationWrap ul.menu li {
  display: inline-block;
  padding: 35px 10px; }
  #navigationWrap ul.menu li a {
    text-decoration: none;
    color: #868686;
    font-size: 16pt;
    font-weight: 300;
    text-transform: uppercase; }
  #navigationWrap ul.menu li a:hover {
    color: black; }

#socials {
  margin-left: 50px;
  display: inline-block; }

#socials a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-bottom: -3px;
  background-size: 25px; }

#skypeButtonWrap {
  display: none; }

#socials a.linkedin {
  background-image: url("../img/icons/linkedin.png"); }

#socials a.linkedin:hover {
  background-image: url("../img/icons/linkedin-hover.png"); }

#socials a.facebook {
  background-image: url("../img/icons/facebook.png"); }

#socials a.facebook:hover {
  background-image: url("../img/icons/facebook-hover.png"); }

#socials a.twitter {
  background-image: url("../img/icons/twitter.png"); }

#socials a.twitter:hover {
  background-image: url("../img/icons/twitter-hover.png"); }

#socials a.skype {
  background-image: url("../img/icons/skype.png"); }

#socials a.skype:hover {
  background-image: url("../img/icons/skype-hover.png"); }

#localization {
  margin-left: 5px; }
  #localization a.active, #localization a:hover {
    color: black; }

#localization a {
  text-decoration: none;
  color: #868686; }

section.paralaxed {
  min-width: 860px;
  text-align: center;
  padding: 50px 0;
  background-size: auto 1100px;
  min-height: 450px;
  _height: 450px; }
  section.paralaxed h2 {
    padding: 13px 0 15px;
    text-align: center;
    background-image: url("../img/icons/underline.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 120px; }
  section.paralaxed p {
    font-size: 18pt;
    color: white;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 1px #444; }

#motto {
  background-image: url("../img/backgrounds/predel01_neww.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

#motto2 {
  background-image: url("../img/backgrounds/predel02_new.jpg");
  background-repeat: no-repeat; }

#motto3 {
  background-image: url("../img/backgrounds/predel03_new.jpg");
  background-repeat: no-repeat; }

#motto2 p {
  margin-top: 80px; }

#motto3 p {
  margin-bottom: 120px; }
#motto3 h2 {
  margin-top: 120px; }

section.withHeader {
  min-width: 860px;
  background-color: transparent;
  margin-top: -90px;
  padding-top: 90px; }
  section.withHeader h2 {
    margin-top: 0;
    padding: 60px 0 15px;
    background-color: #ededed;
    color: black;
    text-align: center;
    background-image: url("../img/icons/underline-dark.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 120px; }

#contactWrap h2 {
  background-position: 50% 81%;
  padding-top: 200px; }

section h2 {
  color: white;
  font-weight: 600;
  font-size: 16pt;
  padding-top: 10px; }

section div.innerWrap {
  background-color: transparent;
  position: relative; }

#workGalleryWrap {
  margin: 20px auto;
  width: 800px;
  text-align: center; }
  #workGalleryWrap .grid-row {
    text-align: left; }
  #workGalleryWrap .grid-row div.tile {
    display: inline-block;
    padding: 20px;
    padding-left: 0; }
  #workGalleryWrap .grid-row div.tile.last {
    display: inline-block;
    padding-left: 20px;
    padding-right: 0; }
  #workGalleryWrap img {
    width: 360px; }

.bx-pager.bx-default-pager {
  margin: 0 0 30px; }
  .bx-pager.bx-default-pager .bx-pager-item {
    display: inline-block;
    text-align: center; }
    .bx-pager.bx-default-pager .bx-pager-item a {
      border-radius: 50%;
      behavior: url(PIE.htc);
      /* remove if you don't care about IE8 */
      width: 18px;
      height: 21px;
      padding: 3px;
      padding-top: 0px;
      margin: 2px;
      display: inline-block;
      font-weight: 600;
      color: #4a4a49;
      text-decoration: none; }
  .bx-pager.bx-default-pager .bx-pager-item {
    text-align: center; }
    .bx-pager.bx-default-pager .bx-pager-item a.active {
      background-color: #4a4a49;
      color: white;
      text-decoration: none; }

#clientsWrap {
  text-align: center; }
  #clientsWrap img.companies {
    padding: 40px 0; }

#contactWrap {
  text-align: center; }
  #contactWrap h2 {
    color: #474726; }
  #contactWrap h3 {
    text-align: center;
    font-size: 16pt;
    font-weight: 600;
    margin-bottom: 20px; }
    #contactWrap h3 strong {
      color: #474726;
      font-style: normal; }
  #contactWrap a {
    text-decoration: none;
    color: #5f5f5e;
    font-weight: 300; }
  #contactWrap table {
    margin: 50px auto;
    border-spacing: 35px 0px;
    color: #5f5f5e;
    font-size: 16px;
    font-weight: 300;
    text-align: center; }
    #contactWrap table td {
      width: 350px; }
    #contactWrap table th {
      width: 350px; }
    #contactWrap table tr.endOfContact th,
    #contactWrap table tr.endOfContact td {
      padding-bottom: 50px;
      vertical-align: top; }
    #contactWrap table span.description {
      font-weight: 300;
      font-style: italic; }
  #contactWrap .innerWrap {
    background-color: #ededed; }
  #contactWrap div.additionalInfo {
    text-align: center;
    font-size: 120%;
    font-weight: 300; }
  #contactWrap address {
    display: inline-block; }
  #contactWrap a:hover {
    color: black; }
  #contactWrap span.name {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 7px;
    color: #5f5f5e;
    margin-bottom: 10px; }
  #contactWrap #founders {
    padding: 10px;
    border-top: 1px solid #5f5f5e;
    color: #5f5f5e;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px; }
  #contactWrap img {
    width: 120px; }

#footer {
  height: 100px;
  background-color: #4a4a49;
  min-width: 860px;
  text-align: center;
  font-weight: 300; }
  #footer img {
    display: inline-block;
    height: 60px;
    float: right;
    margin-right: 35px; }
  #footer div {
    text-align: left;
    display: inline-block;
    width: 815px;
    margin-top: 21px; }
  #footer span {
    color: white;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px; }

.darkCover {
  position: absolute;
  width: 360px;
  text-align: center;
  color: white;
  height: 114px;
  padding-top: 82px;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  section.paralaxed p {
    font-size: 16pt; } }
#contentWrap.error {
  z-index: 100;
  width: 50%;
  margin-top: 15%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25%; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

button:focus {
  outline: 0 !important; }

#navigationWrap ul.menu.en {
  margin-left: 160px;
  width: 370px; }

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

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxContent{margin-top:5px;border-bottom: 40px solid transparent;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:15px solid white; background:#fff;}
.colorboxMyTitle{position: fixed;
top: 90%;
left: 0px;
text-align: center;
width: 100%;
color: white;
z-index: 2000000;}
#cboxCurrent{display: none;}
#cboxLoadingGraphic{background:url(../modules/colorbox/images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxClose, #cboxCurrent{
    display: none !important;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../plugins/colorbox/images/controls2.png) no-repeat top left; width:30px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../plugins/colorbox/images/controls2.png) no-repeat top right; width:30px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
/*#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../modules/colorbox/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}*/

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
