/* !Base (Author: mail@jandousek.cz) */

/*
  Bodies
  ***
*/

html {
  background: #18191a;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  line-height: 1.7;
  font: 400 17px 'Proxima Nova', Helvetica, sans-serif;
  color: #676a75;
}

/*
  links
  ***
 */

a {
  color: #3790ff;
}
a:hover {
  color: #27282c;
}

/*
  forms
  ***
 */

input, select, textarea, button {
  font: 400 16px 'Proxima Nova', Helvetica, sans-serif;
  color: #27282c;
}
textarea {
  line-height: 1.7;
}
label {
  cursor: pointer;
}

/*
  placeholder
  ***
 */

::-webkit-input-placeholder {color:#b7bccd;}
::-moz-placeholder {color:#b7bccd;}
:-ms-input-placeholder {color:#b7bccd;}
:-moz-placeholder {color:#b7bccd;}

/*
  grid
  ***
 */

.grid {
  margin: 0 -20px;
}
.grid-col-inset {
  margin: 0 20px;
}

/*
  btn
  ***
 */

.btn {
  display: inline-block;
  padding: 14px 52px;
  background-color: #fff;
  box-shadow: 0 7px 20px rgba(16,16,16,0.1);
  border-radius: 100px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  color: #676a75;
  transition: 250ms linear;
}

/*
  size-large
  ---
 */

.btn-size-large {
  padding: 16px 50px;
  font-size: 18px;
}

/*
  color-blue
  ---
 */

.btn.color-blue {
  background-color: #177bf6;
  color: #fff;
}

/* actions */

.btn:hover {
  background-color: #177bf6;
  box-shadow: 0 7px 20px transparent;;
  color: #fff;
}
.btn.color-blue:hover {
  background-color: #ffb548;
}

/*
  input
  ***
 */

.input {
  width: 100%;
  padding: 11px 60px 11px 15px;
  background: #fff right 15px center no-repeat;
  box-shadow: 0 10px 10px rgba(16,16,16,0.02);
  border: 2px solid #fff;
  color: #b7bccd;
}

/*
  select
  ---
 */

select.input {
  background-image: url('../img/input-select.png');
}

/*
  state
  ---
 */

.input.state-info {
  background-image: url('../img/state-info.png');
}
.input.state-success {
  background-image: url('../img/state-success.png');
}
.input.state-error {
  background-image: url('../img/state-error.png');
  border-color: #f06d78;
}

/* actions */

.input:focus {
  box-shadow: 0 10px 10px rgba(16,16,16,0.07);
  color: #27282c;
}

/*
  field
  ***
 */

.field {
  margin-bottom: 35px;
  text-align: left;
}
.field-inset {
  display: block;
}

/*
  label
  ---
 */

.field-label {
  display: inline-block;
  padding-bottom: 7px;
  font-weight: 600;
  font-size: 16px;
  color: #27282c;
}
.field-label strong {
  color: #ed5537;
}

/*
  error
  ---
 */

.field-error {
  display: block;
  padding: 5px 0 0 2px;
  line-height: 1.6;
  font-style: normal;
  font-size: 14px;
  color: #e93f4d;
}

/*
  flashMessage
  ***
 */

.flashMessage {
  margin-bottom: 40px;
  padding: 11px 20px;
  background: #d7dde3 20px 15px no-repeat;
  border-radius: 3px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: #27282c;
}

/*
  type
  ---
 */

.flashMessage[class*="type-"] {
  padding-left: 50px;
}
.flashMessage.type-info {
  background-color: #d3eaf9;
  background-image: url('../img/state-info.png');
  color: #184d6b;
}
.flashMessage.type-error {
  background-color: #fbd9db;
  background-image: url('../img/state-error.png');
  color: #9f1d28;
}
.flashMessage.type-success {
  background-color: #daf5e2;
  background-image: url('../img/state-success.png');
  color: #125f2a;
}

/*
  Group
  ---
 */

.flashMessage_Group {
  margin-bottom: 42px;
}

/*
  adjust flashMessage
 */

.flashMessage_Group .flashMessage {
  margin-bottom: 3px;
}

/*
  define
  ***
 */

.define {
  font-size: 17px;
}
.define dt, .define dd {
  line-height: 1.7;
}
.define dt {
  margin-bottom: 7px;
  font-weight: 600;
  color: #27282c;
}
.define dt:before {
  content: '';
  width: 10px;
  height: 2px;
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  background-color: #ffb548;
}
.define dd {
  margin-bottom: 25px;
}

/*
  contactMap
  ***
 */

.contactMap {
  width: 558px;
  height: 589px;
  position: relative;
  overflow: hidden;
  padding: 260px 0 0 560px;
  background: url('../img/contactMap.png') center center no-repeat;
  font-size: 0;
}

/*
  title
 */

.contactMap-title {
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 46px;
}

/*
  pin
  ---
 */

.contactMap-pin {
  width: 39px;
  position: absolute;
  padding-top: 62px;
  background: url('../img/pin.png') center top no-repeat;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}

/*
  pos
 */

.contactMap-pin.pos-1 {
  left: 560px;
  top: 350px;
}
.contactMap-pin.pos-2 {
  left: 628px;
  top: 387px;
}

/*
  bannerItem
  ***
 */

.bannerItem-inset {
  padding: 55px 75px 60px 75px;
  background-color: #177bf6;
  box-shadow: 0 10px 20px rgba(16,16,16,0.1);
  color: #fff;
}

/*
  icon
  ---
 */

.bannerItem-icon {
  content: '';
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 0 23px -20px;
  background: center center no-repeat;
}


/*
  bg
  ---
 */

.bannerItem.bg-yellow .bannerItem-inset {
  background-color: #ffb548;
}

/*
  title
  ---
 */

.bannerItem-title {
  margin-bottom: 25px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
}

/*
  excerpt
  ---
 */

.bannerItem-excerpt {
  margin-bottom: 25px;
  line-height: 1.7;
}

/*
  boxItem
  ***
 */

.boxItem-inset {
  text-align: center;
  font-size: 17px;
}

/*
  icon
  ---
 */

.boxItem-icon {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 10px auto;
  background: center center no-repeat;
}

/*
  title
  ---
 */

.boxItem-title {
  margin-bottom: 35px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 22px;
  color: #27282c;
}

/*
  more
  ---
 */

.boxItem-more {
  display: block;
  margin: -20px 0 20px 0;
  text-decoration: none;
  font-weight: 600;
  color: #ffa116;
}

/* actions */

.boxItem-more:hover {
  text-decoration: underline;
  color: #177bf6;
}

/*
  List
  ---
 */

.boxItem_List {
  margin: 0 -50px;
  font-size: 0;
}

/*
  adjust boxItem
 */

.boxItem_List .boxItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}
.boxItem_List .boxItem-inset {
  margin: 0 50px;
}

/*
  defItem
  ***
 */

.defItem-inset {
  position: relative;
  text-align: center;
  font-size: 17px;
}

/*
  icon
  ---
 */

.defItem-icon {
  content: '';
  width: 90px;
  height: 90px;
  display: inline-block;
  margin-bottom: 15px;
  background: center center no-repeat;
}

/*
  title
  ---
 */

.defItem-title {
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 600;
  color: #27282c;
}
.defItem-title small {
  margin-right: 8px;
  font-size: 100%;
  color: #ffb548;
}

/*
  excerpt
  ---
 */

.defItem-excerpt {
  margin-bottom: 10px;
  line-height: 1.6;
}

/*
  img
  ---
 */

.defItem-img {
  display: block;
  margin: 40px auto;
}
.defItem-img img {
  display: block;
  margin: 0 auto;
}

/*
  List
  ---
 */

.defItem_List {
  position: relative;
}

/*
  adjust defItem
 */

.defItem_List .defItem-inset {
  padding-bottom: 90px;
}

/* odd, even */

.defItem_List .defItem:nth-child(odd) .defItem-icon, .defItem_List .defItem:nth-child(even) .defItem-icon{
  position: absolute;
  top: -10px;
  z-index: 2;
}
.defItem_List .defItem:nth-child(odd) .defItem-inset:after, .defItem_List .defItem:nth-child(even) .defItem-inset:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 10px;
  z-index: 1;
  background: url('../img/defItem-inset_after.png') repeat-y;
}
.defItem_List .defItem:nth-child(odd) .defItem-img, .defItem_List .defItem:nth-child(even) .defItem-img {
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0;
}

/* odd */

.defItem_List .defItem:nth-child(odd) {
 margin-left: 50%;
 text-align: left;
}
.defItem_List .defItem:nth-child(odd) .defItem-inset:after {
  left: -1px;
}
.defItem_List .defItem:nth-child(odd) .defItem-inset {
  padding-left: 100px;
  text-align: left;
}
.defItem_List .defItem:nth-child(odd) .defItem-icon {
  left: -45px;
}
.defItem_List .defItem:nth-child(odd) .defItem-img {
  left: -100%;
}

/* even */

.defItem_List .defItem:nth-child(even) {
  margin-right: 50%;
  text-align: right;
}
.defItem_List .defItem:nth-child(even) .defItem-inset:after {
  right: -1px;
}
.defItem_List .defItem:nth-child(even) .defItem-inset {
  padding-right: 100px;
  text-align: right;
}
.defItem_List .defItem:nth-child(even) .defItem-icon {
  right: -45px;
}
.defItem_List .defItem:nth-child(even) .defItem-img {
  right: -100%;
}

/* last */

.defItem_List .defItem:last-child {
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 0;
}
.defItem_List .defItem:last-child .defItem-inset {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: center;
}
.defItem_List .defItem:last-child .defItem-icon {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
}
.defItem_List .defItem:last-child .defItem-inset:after {
  left: 50%;
  height: 45px;
  margin-left: -1px;
}

/*
  personItem
  ***
 */

.personItem-inset {
  text-align: center;
  font-size: 16px;
}

/*
  title
  ---
 */

.personItem-title {
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 22px;
  color: #27282c;
}

/*
  social
  ---
 */

.personItem-social {
  display: inline-block;
  margin-bottom: 50px;
}
.personItem-social img {
  display: block;
}

/* actions */

.personItem-social:hover img {
  opacity: 0.6;
}

/*
  img
  ---
 */

.personItem-img {
  overflow: hidden;
  display: block;
  background: center bottom no-repeat;
  background-size: contain;
}
.personItem-img img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*
  List
  ---
 */

.personItem_List {
  text-align: center;
  font-size: 0;
}

/*
  desc
 */

.personItem_List-desc {
  margin-top: -2px;
  padding: 80px 100px;
  background-color: #fff;
  border-top: 2px solid #f2f8ff;
  line-height: 1.6;
  font-weight: 600;
  font-size: 17px;
}

/*
  adjust personItem
 */

.personItem_List .personItem {
  width: 33.33%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.personItem_List .personItem-inset {
  margin: 0 30px;
}

/*
  logoItem
  ***
 */

.logoItem-inset, .logoItem-inset img {
  display: block;
}
.logoItem-inset {
  text-decoration: none;
  font-size: 16px;
}
.logoItem-inset img {
  margin: 0 auto;
}

/* actions */

a.logoItem-inset:hover img {
  opacity: 0.6;
}

/*
  List
  ---
 */

.logoItem_List {
  font-size: 0;
}

/*
  adjust logoItem
 */

.logoItem_List .logoItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 80px;
}
.logoItem_List .logoItem-inset {
  margin: 0 50px;
}

/*
  contactItem
  ***
 */

.contactItem-inset {
  font-size: 17px;
  color: #676a75;
}

/*
  icon
  ---
 */

.contactItem-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: -15px 0 12px -22px;
  background: center center no-repeat;
}

/*
  title
  ---
 */

.contactItem-title {
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
  color: #27282c;
}

/*
  address
  ---
 */

.contactItem-address {
  margin-bottom: 15px;
  line-height: 1.6;
  font-style: normal;
}
.contactItem-address a {
  display: inline-block;
  margin-top: 10px;
  color: #ffa116;
}
.contactItem-address b {
  font-weight: 600;
  color: #27282c;
}

/*
  List
  ---
 */

.contactItem_List {
  position: relative;
  padding: 100px 0 50px 0;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(16,16,16,0.1);
  font-size: 0;
}
.contactItem_List:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: url('../img/contactItem_List_before.gif') repeat-y;
}

/*
  adjust contactItem
 */

.contactItem_List .contactItem {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}
.contactItem_List .contactItem-inset {
  margin: 0 50px 0 100px;
}

/*
  inquiryForm
  ***
 */

.inquiryForm {
  background-color: #f5faff;
}
.inquiryForm-inset {
  max-width: 1200px;
  margin: 0 auto;
  padding: 190px 100px 40px 100px;
}
.inquiryForm-title {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  font-size: 46px;
  color: #27282c;
}

/*
  foot
  ---
 */

.inquiryForm-foot {
  position: relative;
  padding: 60px 100px;
  background: url('../img/inquiry-foot.png') center bottom no-repeat;
  text-align: center;
}
.inquiryForm-foot:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/inquiry-foot_before.gif') repeat-x;
}

/*
  adjust input
  ---
 */

.inquiryForm textarea.input {
  height: 354px;
}

/*
  serviceDetail
  ***
 */

.serviceDetail {
  overflow: hidden;
  background-color: #f5faff;
}
.serviceDetail-inset {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
  padding-top: 118px;
}
.serviceDetail-inset:before {
  content: '';
  width: 2px;
  position: absolute;
  left: 300px;
  top: 0;
  bottom: -10000px;
  background: url('../img/serviceDetail-inset_before.gif') repeat-y;
}

/*
  icon
  ---
 */

.serviceDetail-icon {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-bottom: 60px;
  background: center center no-repeat;
}

/*
  aside
  ---
 */

.serviceDetail-aside {
  width: 260px;
  float: left;
  padding: 65px 20px 40px 20px;
  text-align: center;
  font-size: 0;
}

/*
  content
  ---
 */

.serviceDetail-content {
  width: 50%;
  width: calc(100% - 460px);
  float: right;
  padding: 80px 75px;
}
.serviceDetail-content-inset, .serviceDetail-content-inset-inset {
  max-height: 630px;
}
.serviceDetail-content-inset {
  max-height: 100%;
  overflow-y: scroll;
}
.serviceDetail-content-inset-inset {
  padding-right: 70px;
}

/*
  webSection
  ***
 */

.webSection {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: table;
  background-color: #fff;
}
.webSection:before {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  background: url('../img/sections/lines.gif') center top repeat;
}
.webSection-inset {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 140px 100px 100px 100px;
}
.webSection-inset-inset {
  max-width: 1200px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

/*
  height
  ---
 */

.webSection.height-full {
  min-height: 100vh;
}
.webSection.height-full .webSection-inset {
  padding-top: 200px;
  padding-bottom: 190px;
}


/*
  design
  ---
 */

.webSection-design, .webSection-design:after {
  height: 100%;
  position: absolute;
}
.webSection-design {
  width: 1920px;
  left: 50%;
  top: 0;
  z-index: 2;
  margin-left: -960px;
}
.webSection-design:after {
  content: '';
  width: 100%;
  left: 0;
}

/*
  type-office
 */

.webSection-design.type-office {
  background: url('../img/sections/office/before.png') right bottom no-repeat;
}
.webSection-design.type-office:after {
  background: url('../img/sections/office/after.png') right bottom no-repeat;
}

/*
  type-notice
 */

.webSection-design.type-notice {
  background: url('../img/sections/notice/before.png') left bottom no-repeat;
}
.webSection-design.type-notice:after {
  background: url('../img/sections/notice/after.png') left bottom no-repeat;
}

/*
  type-contact
 */

.webSection-design.type-contact {
  background: url('../img/sections/contact/before.png') right bottom no-repeat;
}
.webSection-design.type-contact:after {
  background: url('../img/sections/contact/after.png') right bottom no-repeat;
}

/*
  col
  ---
 */

.webSection-col.align-left, .webSection-col.align-right {
  width: 300px;
}
.webSection-col.align-left {
  float: left;
}
.webSection-col.align-right {
  float: right;
}
.webSection-col.align-middle {
  margin: 0 400px;
}

/*
  title
  ---
 */

.webSection-title {
  margin-bottom: 40px;
  line-height: 1.1;
  font-weight: 600;
  font-size: 46px;
  color: #27282c;
}
.webSection.type-contact .webSection-title {
  display: none;
}

/*
  size
 */

.webSection-title.size-large {
  font-size: 66px;
}

/*
  excerpt
  ---
 */

.webSection-excerpt {
  margin-bottom: 40px;
  line-height: 1.7;
}

/*
  scroll
  ---
 */

.webSection-scroll {
  position: absolute;
  left: 50%;
  bottom: 85px;
  z-index: 20;
  margin-left: -600px;
  padding: 15px 0 15px 60px;
  text-decoration: none;
  font-weight: 600;
  color: #27282c;
}
.webSection-scroll:before, .webSection-scroll:after {
  content: '';
  position: absolute;
  top: 50%;
}
.webSection-scroll:before {
  width: 45px;
  height: 45px;
  left: 0;
  margin-top: -22px;
  background-color: #177bf6;
  border-radius: 100%;
}
.webSection-scroll:after {
  width: 30px;
  height: 30px;
  left: 8px;
  z-index: 1;
  margin-top: -14px;
  background: url('../img/icons.png') -30px top no-repeat;
}

/*
  bg
  ---
 */

.webSection.bg-light {
  background-color: #f5faff;
}
.webSection.bg-blue {
  background-color: #177bf6;
  color: #fff;
}
.webSection.bg-blue:before {
  background-image: url('../img/sections/lines-blue.gif');
}
.webSection.bg-grey {
  background-color: #27282c;
  color: #bec0c6;
}
.webSection.bg-grey:before {
  background-image: url('../img/sections/lines-grey.gif');
}

/*
  adjusts
 */

.webSection.bg-blue .webSection-title,
.webSection.bg-grey .webSection-title,
.webSection.bg-blue .webSection-scroll,
.webSection.bg-grey .webSection-scroll
.webSection.bg-blue .webSection-scroll,
.webSection.bg-grey .webSection-scroll,
.webSection.bg-blue .define dt,
.webSection.bg-grey .define dt {
  color: #fff;
}
.webSection.bg-blue .webSection-scroll:before,
.webSection.bg-grey .webSection-scroll:before {
  background-color: #fff;
}
.webSection.bg-blue .webSection-scroll:after,
.webSection.bg-grey .webSection-scroll:after {
  background-position: left top;
}

/*
  adjust define
  ---
 */

.webSection .define {
  margin-bottom: 40px;
}

/*
  adjust defItem_List
  ---
 */

.webSection .defItem_List {
  margin: 70px 115px 100px 115px;
}

/*
  adjust personItem_List
  ---
 */

.webSection .personItem_List {
  margin: 75px -140px -100px -140px;
}

/*
  adjust logoItem_List
  ---
 */

.webSection .logoItem_List {
  margin: 80px 0 -30px 0;
}

/*
  adjust contactItem_List
  ---
 */

.webSection .contactItem_List {
  width: 800px;
  float: left;
  margin: 20px 0 90px 0;
}

/*
  adjust contactMap
  ---
 */

.webSection .contactMap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/*
  webHead
  ***
 */

.webHead {
  width: 1920px;
  height: 118px;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 100;
  margin-left: -960px;
}
.webHead-inset {
  position: relative;
  z-index: 1;
  background: #177bf6 url('../img/sections/lines-blue.gif') center center repeat;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  transition: opacity 250ms;
}
.webHead-inset-inset {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/*
  is
  ---
 */

.webHead.is-hidden .webHead-inset {
  opacity: 0;
}

/*
  logo
  ---
 */

.webHead-logo {
  float: left;
  margin: 39px 0;
}
.webHead-logo a {
  width: 190px;
  height: 36px;
  position: relative;
  overflow: hidden;
  display: block;
}
.webHead-logo a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/logo.png') no-repeat;
}

/*
  haha
 */

.webHead-logo.haha a:after {
  background-image: url('../img/logo-haha.png');
}

/*
  order
  ---
 */

.webHead-order {
  float: right;
  margin: 34px 0 34px 13px;
  padding: 15px 42px 14px 41px;
  background-color: #ffb548;
  box-shadow: 0 10px 20px rgba(16,16,16,0.1);
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  transition: 250ms linear;
}

/* actions */

.webHead-order:hover {
  background-color: #fff;
  color: #ffb548;
}

/*
  nav
  ---
 */

.webHead-nav {
  float: right;
  text-align: center;
  font-size: 0;
}
.webHead-nav a {
  display: inline-block;
  padding: 46px 29px 46px 29px;
  text-decoration: none;
  color: #fff;
}
.webHead-nav a span {
  position: relative;
  display: inline-block;
  padding: 4px 0 5px 0;
  font-weight: 600;
  font-size: 17px;
}
.webHead-nav a span:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: 250ms ease-in-out;
}

/* actions */

.webHead-nav a:hover span:after {
  width: 100%;
  background-color: #ffb548;
  opacity: 1;
}

/*
  adjust burger
  ---
 */

.webHead .burger {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -22px;
  background-color: #ffb548;
  box-shadow: 0 10px 20px rgba(16,16,16,0.1);
  border-radius: 100%;
}
.webHead .burger-lines, .webHead .burger-lines:before, .webHead .burger-lines:after {
  background-color: #fff;
}

/*
  webFoot
  ***
 */

.webFoot {
  padding: 0 20px;
  background-color: #27282c;
  color: #fff;
}
.webFoot-inset {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  text-align: center;
}

/*
  links
  ---
 */

.webFoot a {
  color: #fff;
}

/*
  copy, contact
  ---
 */

.webFoot-copy, .webFoot-contact {
  width: 45%;
  margin-bottom: 15px;
  line-height: 1.5;
}

/*
  copy
 */

.webFoot-copy {
  float: left;
  text-align: left;
}

/*
  contact
 */

.webFoot-contact {
  float: right;
  text-align: right;
}
.webFoot-contact a {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 20px;
  text-decoration: none;
}
.webFoot-contact a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.webFoot-contact a:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-color: #52555e;
  border-radius: 100%;
}
.webFoot-contact a:last-child:after {
  display: none;
}

/* actions */

.webFoot-contact a:hover {
  color: #ffb548;
}

/*
  modal
  ***
 */

.modal {
  position: relative;
  z-index: 1000;
  display: none;
}

/*
  overlay
  ---
 */

.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}

/*
  window
  ---
 */

.modal-window {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 20;
  margin-left: -600px;
  background-color: #f5faff;
}

/*
  content
  ---
 */

.modal-content {
  display: block;
}

/*
  adjust flashMessage
 */

.modal-content > .flashMessage {
  margin: 50px 100px;
}

/*
  close
  ---
 */

.modal-close {
  width: 46px;
  height: 46px;
  position: absolute;
  right: -23px;
  top: -23px;
  background-color: #ffb548;
  box-shadow: 0 10px 20px rgba(16,16,16,0.1);
  border-radius: 100%;
  cursor: pointer;
}
.modal-close:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url('../img/icons.png') -60px top no-repeat;
}

/* actions */

.modal-close:hover {
  background-color: #ed5537;
}

/*
  adjust inquiryForm
  ---
 */

.modal .inquiryForm-inset {
  padding-top: 70px;
}


/*
  adjust serviceDetail
  ---
 */

.modal .serviceDetail-inset {
  padding-top: 0;
}

/*
  loader
  ***
 */

.loader {
  width: 60px;
  height: 60px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1100;
  display: none;
  margin: -30px 0 0 -30px;
  background: #ffb548 url('../img/loader.gif') center center no-repeat;
  box-shadow: 0 10px 20px rgba(16,16,16,0.1);
}
