* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  font-weight: normal; }

body {
  font-family: 'Titillium Web', sans-serif;
  color: #6a6a6a;
  min-width: 400px; }

.container {
  width: 1000px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 1120px) {
    .container {
      width: 100%;
      padding: 0 15px; } }

.container-fluid {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.boxlink {
  display: block;
  padding: 0 10px 0 10px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  background: #508bbc /*url("../images/boxlink-arrow.png") calc(100% - 10px) center no-repeat*/;
  text-align: center;
  color: #fff;
  text-decoration: none; }

.Header .Bar {
  position: relative;
  height: 88px;
  background: #fff;
  box-shadow: 0 10px 120px #bbb; }
  .Header .Bar:before, .Header .Bar:after {
    content: "";
    display: table; }
  .Header .Bar:after {
    clear: both; }
  .Header .Bar .logo {
    display: block;
    width: 240px;
    height: 88px;
    background: url(../images/logo-velke-g.png?2);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
  .Header .Bar nav {
    height: 88px;
    padding-right: 5px; }
    .Header .Bar nav a, .Header .Bar nav .divider {
      float: left; }
    .Header .Bar nav a {
	  text-transform: uppercase;
      position: relative;
      height: 18px;
      margin: 35px 15px;
      font-size: 16px;
      color: #000;
      text-decoration: none;
      font-weight: 600; }
	.Header .Bar nav .divider a {
	    text-transform: none;
		margin: 0;
		float: none;
	    line-height: 16px;
		display: inline-block;
      }
      @media screen and (min-width: 1121px) {
        .Header .Bar nav a:hover, .Header .Bar nav a.active {
          color: #508bbc;
          text-decoration: none; }
          .Header .Bar nav a:hover i, .Header .Bar nav a.active i {
            position: absolute;
            width: 100%;
            height: 3px;
            background: #508bbc;
            left: 0;
            top: 20px; } }
    .Header .Bar nav .divider {
      height: 32px;
      margin: 28px 0;
      padding: 0 10px;
      font-size: 11px;
      border-left: 1px solid #bbb;
      color: #5c5c5c; }
      .Header .Bar nav .divider i {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 3px 8px 0 0; }
        .Header .Bar nav .divider i.phone-icon {
          width: 20px;
          background: url("../images/phone-icon.png") no-repeat center center; }
        .Header .Bar nav .divider i.facebook-icon {
          background: url("../images/facebook-icon.png") no-repeat center center; }

.Header .Bar nav a.cz {
    display: block;
    width: 25px;
    height: 25px;
    margin: 34px 3px 0 0;
    background: url(../images/cz.png) no-repeat center center;
}

.Header .Bar nav a.en {
    display: block;
    width: 25px;
    height: 25px;
    margin: 34px 3px 0 0;
    background: url(../images/gb.png) no-repeat center center;
}

      .Header .Bar nav .divider p {
        display: inline-block; }
  .Header .Bar .burger-menu {
    display: none;
    width: 50px;
    height: 50px;
    background: url("../images/menu-icon.png") no-repeat;
    margin: 20px; }
  @media screen and (max-width: 1120px) {
    .Header .Bar .nav-holder {
	  z-index: 1020;
      position: absolute;
      top: 88px;
      left: 0;
      width: 100%;
      height: 353px;
      overflow: hidden; }
    .Header .Bar nav {
      position: absolute;
      left: 0;
      top: -353px;
      height: 353px;
      overflow: hidden;
      background: #bbb;
      width: 100%;
      padding: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .Header .Bar nav.expanded {
        top: 0; }
      .Header .Bar nav a {
        float: none;
        margin: 0 0 3px 0;
        text-align: center;
        padding: 0;
        display: block;
        height: 40px;
        line-height: 40px; }
      .Header .Bar nav .divider {
        width: 50%;
        text-align: center;
        border: 0;
        margin: 10px 0;
        color: #000; }
    .Header .Bar .burger-menu {
      display: block; } }

.Header .Image {
  height: 550px;
  background: url("../images/header.jpg") no-repeat center center;
  background-size: cover;
  padding: 324px 0 0 0; }
  .Header .Image .shortcut {
    margin: 0 4px 34px 0; }

.Footer {
  padding: 40px 0 25px 0; }
  @media screen and (max-width: 600px) {
    .Footer {
      text-align: center; } }
  .Footer .FacebookAd {
    float: left; }
  .Footer .Contact {
    float: right; }
  .Footer .FacebookAd, .Footer .Contact {
    width: calc(50% - 25px); }
    @media screen and (max-width: 1120px) {
      .Footer .FacebookAd, .Footer .Contact {
        width: 500px;
        margin: 0 auto;
        float: none; }
        .Footer .FacebookAd:nth-child(1), .Footer .Contact:nth-child(1) {
          margin-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      .Footer .FacebookAd, .Footer .Contact {
        display: inline-block;
        width: 100%; } }
  .Footer .Contact .Title {
    display: block;
    font-size: 22px;
    color: #508bbc;
    margin-bottom: 15px; }
  .Footer .Contact .Details:before, .Footer .Contact .Details:after {
    content: "";
    display: table; }
  .Footer .Contact .Details:after {
    clear: both; }
  .Footer .Contact .Details .Detail {
    text-align: left;
    width: 50%;
    float: left;
    line-height: 22px; }
    @media screen and (max-width: 600px) {
      .Footer .Contact .Details .Detail {
        float: none;
        width: 100%; } }
    .Footer .Contact .Details .Detail strong {
      font-weight: 600; }
    .Footer .Contact .Details .Detail a {
      text-decoration: none;
      font-size: 15px;
      color: #bbb; }
    .Footer .Contact .Details .Detail.has-fb-icon {
      background: url("../images/facebook-contact.png") no-repeat left center;
      padding-left: 25px; }
  .Location {
    display: inline-block;
    background: url("../images/location.png") no-repeat 0 2px;
    padding-left: 20px;
    margin: 14px 0 30px 0; }
  .Footer .Copyright {
    padding-top: 30px;
    color: #bbb;
    font-size: 14px; }
    @media screen and (max-width: 1120px) {
      .Footer .Copyright {
        text-align: center; } }
  .Footer .FacebookAd img, .Footer .Map img {
    max-width: 100%; }
  .Footer .Copyright a {
	  color: inherit;
  }

.Section {
  padding: 60px 0 0 0; }
  .Section .SectionTitle {
    display: block;
    font-size: 32px;
    color: #000; }

.ServicesList.is-dimmed .ServiceItem {
  color: #bbb; }
  .ServicesList.is-dimmed .ServiceItem img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%); }
  .ServicesList.is-dimmed .ServiceItem:hover, .ServicesList.is-dimmed .ServiceItem.active {
    color: #000; }
    .ServicesList.is-dimmed .ServiceItem:hover img, .ServicesList.is-dimmed .ServiceItem.active img {
      -webkit-filter: brightness(100%);
      filter: brightness(100%); }

.ServicesList .ServiceItem {
  display: block;
  float: left;
  width: 166px;
  color: #000;
  text-decoration: none; }
  .ServicesList .ServiceItem img {
    width: 166px;
    max-height: 166px; }
  .ServicesList .ServiceItem strong {
    display: block;
    text-align: center;
    padding: 20px 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
	text-transform: uppercase;
  }
  @media screen and (max-width: 1120px) {
    .ServicesList .ServiceItem {
      margin: 0 calc((100% - (166px * 3)) / 6); }
      .ServicesList .ServiceItem:nth-child(3n+1) {
        clear: both; } }
  @media screen and (max-width: 600px) {
    .ServicesList .ServiceItem {
      margin: 0 calc((100% - (166px * 2)) / 4); }
      .ServicesList .ServiceItem:nth-child(2n+1) {
        clear: both; }
      .ServicesList .ServiceItem:nth-child(3n+1) {
        clear: none; } }

/* Homepage */
.Intro {
  background: url("../images/intro-bg.jpg") no-repeat bottom right;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 80px;
  font-size: 18px; }

  @media screen and (max-width: 1120px) {
    .Intro {
      padding-top: 360px; } }
  @media screen and (max-width: 600px) {
    .Intro {
      padding-top: 610px; } }
  .Intro .Heading {
    width: 750px;
    margin: 0 auto;
    border-top: 1px solid #e7f3fa;
    border-bottom: 1px solid #e7f3fa;
    padding: 20px 0; }
    @media screen and (max-width: 800px) {
      .Intro .Heading {
        width: 100%; } }
    .Intro .Heading .title {
      font-weight: 300;
      color: #0876bc;
      text-align: center;
      font-size: 30px;
      margin-bottom: 20px; }
      .Intro .Heading .title strong {
        font-weight: 600; }
    .Intro .Heading .subtitle {
      text-align: center;
      font-size: 18px;
      line-height: 24px; }
  .Intro .text {
    padding: 15px;
    line-height: 24px;
    text-align: center;
  }
  .Intro .text div {
	  font-weight: bold;
  }
  .Intro .text hr {
	border-bottom: 1px solid #e7f3fa;
	margin: 5px 0;
  }
  .Intro .Items {
    margin-top: 20px; }
    .Intro .Items:before, .Intro .Items:after {
      content: "";
      display: table; }
    .Intro .Items:after {
      clear: both; }
    .Intro .Items .Item {
      width: 50%;
      float: left; }
      @media screen and (max-width: 1120px) {
        .Intro .Items .Item {
          width: 100%;
          float: none;
          text-align: center; }
          .Intro .Items .Item:nth-child(1) {
            margin-bottom: 50px; } }
      .Intro .Items .Item .Image {
        position: relative;
        width: 500px;
        margin: 0 auto; }
        @media screen and (max-width: 600px) {
          .Intro .Items .Item .Image {
            width: auto;
            display: inline-block; }
            .Intro .Items .Item .Image img {
              max-width: 100%; } }
        .Intro .Items .Item .Image a {
          position: absolute;
          right: 15px;
          bottom: 15px; }
      .Intro .Items .Item .Details {
        margin-top: 30px; }
        ul {
          list-style: none;
		  margin-left: 40px;
		}
          @media screen and (max-width: 1120px) {
            .Intro .Items .Item .Details ul {
              text-align: center; } }
          ul li {
		    background: url('../images/dot.png') 0 5px no-repeat;
			background-size: 16px;
            padding: 0 0 0 30px;
            font-size: 18px;
            line-height: 25px; }
            .Intro .Items .Item .Details ul li i {
              display: inline-block;
              width: 22px;
              height: 10px;
              margin-left: -25px;
              background: url("../images/blue-dot.png") center center no-repeat; }
            @media screen and (max-width: 1120px) {
              .Intro .Items .Item .Details ul li {
                text-align: center; } }

.Abilities {
  min-height: 200px;
  padding: 50px 0; }
  .Abilities:before, .Abilities:after {
    content: "";
    display: table; }
  .Abilities:after {
    clear: both; }
  .Abilities .Ability {
    float: left;
    width: calc(100% / 9); }
    .Abilities .Ability .Image {
      height: 50px;
      margin-bottom: 10px;
      text-align: center; }
      .Abilities .Ability .Image img {
        max-width: 100%;
        max-height: 100%; }
    .Abilities .Ability .Text {
      text-align: center;
      font-size: 13px;
      line-height: 18px;
      padding: 0 5px;
	}
    @media screen and (max-width: 1120px) {
      .Abilities .Ability {
        width: 115px;
        margin: 0 calc((100% - 345px) / 6) 20px calc((100% - 345px) / 6); }
        .Abilities .Ability:nth-child(3n + 1) {
          clear: both; } }

.Motto {
  min-height: 280px;
  background: url("../images/motto-bg.png") center center no-repeat;
  background-size: cover;
  padding: 40px 0; }
  .Motto .Logo {
    width: 105px;
    height: 105px;
    background: url("../images/motto-logo.png") center center no-repeat;
    margin: 0 auto 15px auto; }
  .Motto .Text {
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
    text-shadow: 0 0 10px #000; }

/* References */
.References .YearsList {
  margin: 30px 0 20px 0;
  list-style: none; }
  .References .YearsList li {
    display: inline-block;
    margin-right: 25px; }
    .References .YearsList li a {
      color: #bbb;
      text-decoration: none;
      font-size: 18px; }
      .References .YearsList li a:hover, .References .YearsList li a.active {
        color: #508bbc;
        font-weight: 600; }

.References .Description {
  line-height: 26px;
  font-size: 15px; }

.References .Items {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 2px solid #e7f3fa;
  border-bottom: 2px solid #e7f3fa; }
  .References .Items:before, .References .Items:after {
    content: "";
    display: table; }
  .References .Items:after {
    clear: both; }
  .References .Items .Item {
    width: 490px;
    min-height: 645px;
    float: left;
	border-bottom: 2px dotted #e7f3fa;
	margin-bottom: 10px;
  }
    .References .Items .Item:nth-child(odd) {
      padding-right: 10px;
	  border-right: 1px dotted #e7f3fa;
	}
    .References .Items .Item:nth-child(even) {
      padding-left: 10px;
	  border-left: 1px dotted #e7f3fa;
	}
    @media screen and (max-width: 1120px) {
      .References .Items .Item {
        float: none;
        max-width: 490px;
        min-height: auto;
        margin: 0 auto 50px auto !important; } }
    @media screen and (max-width: 600px) {
      .References .Items .Item {
        max-width: 100%; } }
    .References .Items .Item .image {
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
    .References .Items .Item .image div {
		width: 100%;
		height: 100%;
		background-size: cover;
	}
    .References .Items .Item .Title {
      font-size: 18px;
      color: #000;
      display: block;
      margin: 25px 0 10px 0; }
    .References dl:before, .References dl:after {
      content: "";
      display: table; }
    .References dl:after {
      clear: both; }
    .References dl dt, .References dl dd {
      display: block;
      margin: 8px 0;
      font-size: 14px;
      float: left; }
    .References dl dt {
      clear: both;
      width: 120px;
      font-weight: 600; }
    .References dl dd {
      width: calc(100% - 120px);
      line-height: 18px;
      padding-right: 40px; }

/* Services */
.Services {
  background: url("../images/intro-bg.jpg") repeat-y bottom right;
  padding-bottom: 50px; }
  .Services .ServicesList {
    margin-top: 30px; }
  .Description {
	font-size: 18px;
    border-top: 1px solid #e7f3fa;
    padding-top: 30px;
    margin-top: 20px; }
    .Description p {
      line-height: 26px;
      /* font-size: 16px; */
      margin-bottom: 15px; }
    .Description .Title {
      font-size: 22px;
      font-weight: 600;
      display: block;
      margin-bottom: 15px;
      color: #000; }
  .Services .Examples {
    margin-top: 40px; }
    .Services .Examples:before, .Services .Examples:after {
      content: "";
      display: table; }
    .Services .Examples:after {
      clear: both; }
    .Services .Examples .Example {
      float: left;
      width: 490px; }
      .Services .Examples .Example img {
        width: 100%; }
      .Services .Examples .Example:nth-child(2n) {
        margin-left: 20px; }
      @media screen and (max-width: 1120px) {
        .Services .Examples .Example {
          float: none;
          max-width: 490px;
          margin: 0 auto 20px auto !important; } }
      @media screen and (max-width: 600px) {
        .Services .Examples .Example {
          max-width: 100%; } }

a {
	color: #508bbc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
    border-collapse: collapse;
}
table tr {
	border: 1px solid #6a6a6a;
	border-left: none;
	border-right: none;
}
table tr:nth-child(odd) {
	background: #e6e6e6;
}
table tr:hover {
	background: #d9d9d9;
}
table td {
	padding: 5px;
}

ul ul {
	margin-left: 40px;
}

.zoom {
	display: inline-block;
	overflow: hidden;
}
.zoom:hover {
	outline: 1px solid gray;
}

.Columns .Left {
	float: left;
	width: calc(100% - 270px);
}
.Columns .Right {
	float: right;
	width: 250px;
}
@media screen and (max-width: 1120px) {
	.Columns .Left {
		width: 100%;
		float: none;
	}
	.Columns .Right {
		width: 100%;
		float: none;
	}
}

.more-photos {
	display: none;
}
.more-photos img {
	height: 120px;
}

.zoom-in {
	top: 220px;
	position: absolute;
}


.Description strong {
	font-weight: bold;
}

.Description ol {
	counter-reset: item;
}
.Description li {
	display: block;
}
.Description li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	float: left;
    margin-right: 10px;
}
