@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300,600);
/*========================================================
                        Includes
=========================================================*/

.none { display:none; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #3e454c;
  color: #333;
  font: 300 14px/24px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1 {
  font-size: 90px;
  line-height: 90px;
}
h2 {
  font-size: 80px;
  line-height: 80px;
}
h3 {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 38px;
  }
}
h4 {
  font-size: 20px;
  line-height: 25px;
}
h5 {
  font-size: 16px;
  line-height: 16px;
}
h6 {
  font-size: 15px;
  line-height: 15px;
}
p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="callto:"]:hover {
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
.fa {
  font-family: 'FontAwesome';
  line-height: inherit;
}
.fa-facebook:before {
  content: '\f09a';
}
.fa-rss:before {
  content: '\f09e';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-facebook:before,
.fa-rss:before,
.fa-twitter:before,
.fa-google-plus:before {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #2d3338;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fa-call:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  content: '\f095';
  display: block;
  color: #a54570;
  position: absolute;
  left: 0;
  top: 10px;
}
[class*='fa-'] {
  display: inline-block;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
h2 + p {
  margin-top: 30px;
}
p + .btn2 {
  top: 60px;
}
.title + .subtitle,
.title__modif + .subtitle {
  margin-top: 49px;
}
.subtitle + .descr {
  margin-top: 11px;
}
.descr + .btn {
  top: 56px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 40px;
}
.sf-menu a {
  display: block;
  font-size: 14px;
  line-height: 14px;
}
.sf-menu a:hover {
  text-decoration: none;
  color: #a54570;
}
.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.active > a {
  color: #a54570;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -70px;
  width: 234px;
  margin-top: 24px;
  padding: 41px 0 41px;
  background: #a54570;
  text-align: center;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  font-family: 'FontAwesome';
  content: '\f0d8';
  position: absolute;
  top: -15px;
  left: 113px;
  width: 9px;
  height: auto;
  color: #a54570;
}
.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #414253;
}
.sf-menu ul > li + li {
  margin-top: 16px;
}
.sf-menu ul ul {
  position: absolute;
  top: 57px;
  left: 253px;
  width: 234px;
  margin-top: 0;
  padding: 35px 0 34px;
  background: #414253;
  z-index: 4;
}
.sf-menu ul ul:before {
  font-family: 'FontAwesome';
  content: '\f0d9';
  position: absolute;
  top: 13px;
  left: -7px;
  width: 10px;
  height: auto;
  color: #414253;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #a54570;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.stuck_container .hidden-logo {
  position: absolute;
  visibility: hidden;
}
@media (max-width: 979px) {
  .stuck_container {
    text-align: center;
  }
}
.isStuck {
  background: #444444;
  z-index: 999;
  height: 75px;
  border-bottom: 1px solid #333333;
}
.isStuck a:hover {
  color: #a54570;
}
.isStuck .nav {
  padding-top: 30px;
}
.isStuck .brand {
  display: none;
}
.isStuck .active > a {
  color: #a7c853 !important;
}
.isStuck .hidden-logo {
  visibility: visible;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: -28px;
  box-shadow: 0 0 20px 5px #a54570;
  border-radius: 100%;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #A54570;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #a2abb4;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax1 {
  background-color: #FFF;
  color: #fff;
}
.parallax1 .parallax_cnt {
  padding-top: 98px;
  padding-bottom: 192px;
}
.parallax1 h2 {
  text-transform: none;
}
.parallax1 p {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  font-family: "Open Sans";
}
.parallax2 {
  background-color: #FFF;
}
.parallax2 .parallax_cnt {
  padding-top: 129px;
  padding-bottom: 103px;
}
.parallax2 h4 {
  width: 400px;
  color: #fff;
  padding-left: 3px;
}
.parallax2 p {
  width: 810px;
  color: #fff;
}
.parallax2 h4 + p {
  margin-top: 9px;
  padding-left: 6px;
}
.parallax2 .item {
  padding-top: 24px;
  padding-bottom: 13px;
  text-align: center;
}
.parallax2 .item > h4,
.parallax2 .item > p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.parallax2 .item > p {
  position: relative;
}
.parallax2 .item > p:before,
.parallax2 .item > p:after {
  font-family: "Open Sans";
  content: '“';
  font-size: 60px;
  position: absolute;
}
.parallax2 .item > p:before {
  left: -32px;
  top: 10px;
}
.parallax2 .item > p:after {
  right: -32px;
  top: 10px;
}
.parallax2 .name,
.parallax2 .company {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
.parallax2 .name {
  color: #fff;
}
.parallax2 .company {
  color: #a54570;
}
.parallax2 p + .person {
  margin-top: 35px;
  padding-left: 85px;
}
.parallax2 .person {
  width: 130px !important;
  position: relative;
  display: inline-block;
}
.parallax2 .person p {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  width: 130px;
}
.parallax2 .person:before {
  position: absolute;
  left: 0px;
  top: -10px;
  display: block;
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f007';
  background: #a54570;
  color: #fff;
  width: 61px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .parallax2 p {
    width: 60%;
  }
  .parallax2 .person {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .parallax2 p {
    width: 60%;
  }
  .parallax2 .person {
    width: 210px;
  }
}
@media (max-width: 479px) {
  .parallax2 .item h4 {
    width: 100%;
  }
}
.parallax3,
.parallax4,
.parallax5 {
  color: #fff;
}
.parallax3 .parallax_cnt,
.parallax4 .parallax_cnt,
.parallax5 .parallax_cnt {
  padding-top: 105px;
  padding-bottom: 190px;
}
.parallax3 a,
.parallax4 a,
.parallax5 a {
  color: #fff;
}
.parallax3 h3 + h4,
.parallax4 h3 + h4,
.parallax5 h3 + h4 {
  margin-top: 39px;
}
.parallax3 h4 + p,
.parallax4 h4 + p,
.parallax5 h4 + p {
  margin-top: 13px;
}
.parallax3 p + .btn,
.parallax4 p + .btn,
.parallax5 p + .btn {
  top: 58px;
}
.parallax5 .parallax_cnt {
  padding-top: 106px;
  padding-bottom: 111px;
}
@media (max-width: 767px) {
  .parallax5 .parallax_cnt {
    padding-top: 62px;
    padding-bottom: 50px;
  }
}
.parallax5 h3 + h4 {
  margin-top: 40px;
}
.parallax5 .aside h4,
.parallax5 .aside p {
  width: 277px;
  float: right;
}
.parallax5 .aside h3 + .item {
  margin-top: 40px;
}
.parallax5 .aside h4 + p {
  margin-top: 20px;
}
.parallax5 .aside .item + .item {
  margin-top: 25px;
}
.parallax5 .aside .item {
  position: relative;
}
.parallax5 .aside .item:before,
.parallax5 .aside .item:after {
  content: " ";
  display: table;
}
.parallax5 .aside .item:after {
  clear: both;
}
.parallax5 .aside .ico {
  position: absolute;
  width: 70px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #a54570;
  top: 6px;
  left: 0;
}
.parallax5 .aside .ico:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 10px;
  border-color: transparent transparent transparent #a54570;
  display: block;
  position: absolute;
  right: -10px;
  top: 17px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .parallax5 .aside .ico + h4 {
    margin-top: 20px;
  }
  .parallax5 .aside .ico:after {
    dispalay: none !important;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #a54570 transparent transparent transparent;
    display: inline-block;
    right: 23px;
    top: 68px;
  }
}
.parallax5 .aside .ico-1:before {
  font-family: 'FontAwesome';
  content: "\f086";
  font-size: 40px;
}
.parallax5 .aside .ico-2:before {
  font-family: 'FontAwesome';
  content: "\f06c";
  font-size: 40px;
}
@media (max-width: 1199px) {
  .parallax5 .ico {
    position: relative !important;
    top: -5px !important;
    left: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .parallax5 .grid_8 + .aside {
    margin-top: 95px;
  }
  .parallax5 .item + .item {
    margin-top: 39px !important;
    margin-left: 10px;
  }
  .parallax5 .item h4 {
    padding-left: 26px;
  }
  .parallax5 .item h4 + p {
    padding-top: 45px;
    padding-left: 100px;
  }
  .parallax5 .ico {
    left: 0 !important;
    float: left;
  }
  .parallax5 [class^=grid_] {
    float: none !important;
    width: 100%;
  }
  .parallax5 [class^=grid_] .item {
    float: left;
  }
  .parallax5 [class^=grid_] .item p {
    float: none;
  }
}
@media (max-width: 767px) {
  .parallax5 .grid_8 + .aside {
    margin-top: 120px;
  }
  .parallax5 .ico {
    float: left;
    left: 0 !important;
  }
  .parallax5 .item h4,
  .parallax5 .item p {
    float: none;
    padding-left: 100px;
  }
}
@media (max-width: 479px) {
  .parallax5 .aside .ico {
    float: none;
  }
  .parallax5 .aside .ico:after {
    dispalay: none !important;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #a54570 transparent transparent transparent;
    display: inline-block;
    right: 23px;
    top: 68px;
  }
  .parallax5 .item h4,
  .parallax5 .item p {
    padding-left: 0;
  }
  .parallax5 .item h4 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
.title__modif {
  /* width: 100px; proč? */
}
.subtitle {
  color: #a54570;
}
.descr {
  color: #444;
}
.different {
  display: block;
  color: #a7c853;
}
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 261px;
}

.index-list li:before {
  content: "";
  counter-increment: li;
  display: block;
  position: absolute;
  width: 199px;
  height: 199px;
  top: 0;
  line-height: 199px;
  color: #ffffff;
  text-align: center;
  font-size: 71px;
  border-radius: 100%;
  background: #a54570;
}

.index-list li:before + .title {
  margin-left: -5px;
}
.index-list li.img-1:before {
  background: url('../images/page-1_img01.jpg');
}
.index-list li.img-2:before {
  background: url('../images/page-1_img02.jpg');
}
.index-list li.img-3:before {
  background: url('../images/page-1_img03.jpg');
}
.index-list li.img-4:before {
  background: url('../images/page-4_img02.jpg');
}
.index-list li.img-5:before {
  background: url('../images/page-4_img03.jpg');
}
.index-list li.img-6:before {
  background: url('../images/page-4_img04.jpg');
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-list li .title,
  .index-list li .title__modif {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .index-list li + li {
    margin-top: 113px !important;
  }
  .index-list li:before {
    display: inline-block;
    position: static;
  }
  .index-list li {
    padding-top: 0;
    text-align: center !important;
  }
  .index-list li h3 {
    padding-top: 20px;
  }
}
.marked-list li {
  text-transform: uppercase;
  color: #3e454c;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  padding-left: 58px;
  padding-top: 24px;
  padding-bottom: 21px;
  position: relative;
  background: #fafafa;
}
.marked-list li:nth-child(odd) {
  background: #fff;
}
.marked-list li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 18px;
  font-weight: 700;
  color: #a1c448;
  position: absolute;
  top: 22px;
  left: 26px;
}
@media (max-width: 979px) {
  .marked-list li {
    padding-left: 26px;
  }
  .marked-list li:before {
    left: 12px;
  }
}
.marked-list__mod1 li {
  background: #fafafa;
}
.marked-list__mod1 li:nth-child(2n+1) {
  background: #f5f6f6;
}
.inline-list {
  color: #fff;
  font-size: 23px;
  display: inline-block;
}
.inline-list li {
  float: left;
}
.inline-list li + li {
  margin-left: 11px;
}
.inline-list .fa:hover {
  text-decoration: none;
}
.inline-list .fa:hover:before {
  background: #a54570;
}
.p-list {
  padding-top: 45px;
}
.p-list img {
  border-radius: 100%;
}
.p-list h4 {
  font-size: 40px;
  line-height: 40px;
  color: #3e454c !important;
  width: 220px;
}
.p-list h5 {
  font-size: 20px;
  line-height: 25px;
  color: #a54570;
}
.p-list img + h4 {
  margin-top: 63px;
}
.p-list h4 + h5 {
  margin-top: 49px;
}
.p-list h5 + p {
  margin-top: 13px;
}
.p-list + .p-list {
  margin-top: 61px;
}
@media (max-width: 767px) {
  .p-list li {
    text-align: center !important;
  }
}
.box-1 {
  padding-top: 2px;
}
.box-1 img {
  border-radius: 100%;
}
.box-1 .box_aside + .box_cnt,
.box-1 .box_cnt + .box_cnt {
  margin-left: 199px;
}
.box-1 .box_aside + .box_cnt {
  margin-top: -6px;
}
.box-1 h4 + p {
  margin-top: 13px;
}
.box-1 p {
  overflow: inherit;
}
.box-1 .box_cnt + .box_cnt__no-flow {
  margin-top: 32px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box-1 .box_cnt {
    width: 100%;
    margin-left: 0 !important;
  }
  .box-1 .box_aside {
    padding-right: 20px;
  }
}
@media (max-width: 979px) {
  .box-1 .box_cnt {
    clear: both;
    margin-left: 0!important;
    width: 100%;
  }
  .box-1 .box_aside {
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .box-1 .box_aside img {
    display: inline-block;
  }
}
.box-1 h3 + .row,
.box-1 h3 + .box {
  margin-top: 44px;
}
.box-1 h3 {
  width: 200px;
}
.box-1 h4 {
  color: #a54570;
}
.box-1 h4 span {
  white-space: nowrap;
}
.box-1 h4 span:first-child {
  color: #242a2e;
  letter-spacing: -1px;
}
.box-1 p {
  color: #444;
}
/*==================    Buttons    ======================*/
.btn {
  text-transform: uppercase;
  padding-left: 78px;
  position: relative;
  font-size: 15px;
  color: #373d44;
}
.btn:before {
  content: '\f0f6';
  position: absolute;
  left: 0;
  top: -18px;
  font-family: 'FontAwesome';
  font-size: 19.24px;
  display: block;
  width: 59px;
  height: 59px;
  color: #fff;
  border-radius: 100%;
  line-height: 59px;
  text-align: center;
  background: #a54570;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover:before {
  background: #5a7021;
}
.btn2 {
  text-transform: uppercase;
  padding-left: 78px;
  position: relative;
  font-size: 15px;
  color: #fff;
}
.btn2:before {
  content: '\f002';
  position: absolute;
  left: 0;
  top: -18px;
  font-family: 'FontAwesome';
  font-size: 19.24px;
  display: block;
  width: 59px;
  height: 59px;
  color: #fff;
  border-radius: 100%;
  line-height: 59px;
  text-align: center;
  background: #a54570;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn2:hover:before {
  background: #5a7021;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #444444;
}
header .brand {
  float: left;
}
header .nav {
  padding-top: 206px;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}
header .nav a {
  font-size: 15px !important;
  line-height: 15px !important;
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .nav {
    padding-top: 0;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav {
    padding-top: 0;
    position: relative;
    left: -60px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
@media (max-width: 979px) {
  header .nav {
    padding-top: 7px !important;
    top: 5px !important;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  position: relative;
  width: 411px;
  height: 216px;
  box-sizing: border-box;
  background: #a54570;
  padding-top: 33px;
}
.brand .logo {
  display: inline-block;
  width: 132px;
  height: 132px;
  background: url("../images/logo.png") no-repeat;
}
.brand:before {
  content: "";
  width: 1235px;
  height: 479px;
  display: block;
  position: absolute;
  background: #a54570;
  border-radius: 617px 618px 618px 617px/240px 240px 239px 239px;
  left: 0;
  top: -23px;
  clip: rect(233px, 206px, 424px, auto);
}
.brand:after {
  content: "";
  width: 1235px;
  height: 479px;
  display: block;
  position: absolute;
  background: #a54570;
  border-radius: 617px 618px 618px 617px/240px 240px 239px 239px;
  right: 0;
  top: -23px;
  clip: rect(233px, auto, auto, 1030px);
}
@media (min-width: 1199px) and (max-width: 1599px) {
  .brand {
    width: 329px;
    height: 168px;
  }
  .brand:before {
    width: 642px;
    height: 326px;
    border-radius: 319px 326px/163px;
    top: 11px;
    clip: rect(157px, 165px, 304px, auto);
  }
  .brand:after {
    width: 643px;
    height: 351px;
    border-radius: 318px 325px/175px 175px 176px 176px;
    top: -14px;
    clip: rect(180px, auto, 331px, 477px);
  }
  .brand .logo {
    width: 106px;
    height: 106px;
    background: url("../images/logo-medium.png") no-repeat;
  }
  .brand_name {
    position: absolute;
    left: 0;
    font-size: 41px !important;
    line-height: 60px !important;
  }
  .brand_slogan {
    font-size: 14px;
    letter-spacing: 3.62px !important;
  }
  .brand_cnt {
    position: absolute;
    top: 142px !important;
    left: 66px !important;
    z-index: 100;
  }
}
@media (max-width: 11990px) {
  .brand {
    height: 159px;
    background: url('../images/logo-479.png') no-repeat center;
    padding-top: 14px;
    position: relative;
    width: 165px;
  }
  .brand:before {
    display: none;
  }
  .brand:after {
    display: none;
  }
  .brand .logo {
    width: 53px;
    height: 53px;
    background: url("../images/logo-small.png") no-repeat;
    display:none; // TA
  }
  .brand_name {
    position: absolute;
    left: 0;
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .brand_slogan {
    font-size: 8px;
    letter-spacing: 1.62px !important;
  }
  .brand_cnt {
    position: absolute;
    top: 67px !important;
    left: 26px !important;
    z-index: 100;
    display:none; // TA
  }
}
@media (max-width: 979px) {
  .brand {
   /* float: none !important; */
  }
}
@media (max-width: 767px) {
  .brand {
    height: 159px;
    background: url('../images/logo-479.png') no-repeat center;
  }
  .brand:before {
    display: none;
  }
  .brand:after {
    display: none;
  }
}
.brand_cnt {
  position: absolute;
  top: 190px;
  left: 75px;
  z-index: 100;
}
.brand_name {
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  font-size: 55px;
}
.brand_name a:hover {
  text-decoration: none;
}
.brand_name + .brand_slogan {
  margin-top: -7px;
  margin-left: 10px;
}
.brand_slogan {
  font-family: "Open Sans";
  text-transform: uppercase;
  letter-spacing: 5.32px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main li {
  text-align: left !important;
}
/*==================      Wells     ======================*/
.well1 {
  padding-top: 113px;
  padding-bottom: 188px;
}
.well1 h2 {
  margin-left: -5px;
}
@media (max-width: 767px) {
  .well1 {
    text-align: center;
  }
  .well1 [class*=__modif] {
    width: 100%;
  }
}
.well2 {
  padding-top: 106px;
  padding-bottom: 56px;
  background: #f5f6f6;
}
.well2 time {
  display: block;
  height: 136px;
  width: 68px;
  position: relative;
}
.well2 time .day,
.well2 time .date {
  display: block;
  text-align: center;
}
.well2 time .day {
  height: 68px;
  background: #a54570;
  font-size: 40px;
  line-height: 68px;
  color: #fff;
}
.well2 time .date {
  height: 59px;
  background: #3e454c;
  padding-top: 7px;
  box-sizing: border-box;
}
.well2 time .date_m,
.well2 time .date_y {
  display: block;
  letter-spacing: -0.75px;
}
.well2 time .date_m {
  color: #858a8e;
  text-transform: uppercase;
}
.well2 time .date_y {
  color: #fff;
  font-size: 15px;
}
.well2 time .date .date_m + .date_y {
  margin-top: -3px;
}
.well2 time:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #a54570;
  position: absolute;
  right: -11px;
  top: 17px;
}
.well2 .box-2 .box_aside + .box_cnt {
  position: relative;
  top: -5px;
}
.well2 .box-2 .box_aside + .box_cnt {
  margin-left: 98px;
}
.well2 .box-2 h4 + p {
  margin-top: 20px;
}
.well2 .box-2 .box_cnt h4 {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .well2 .box-2 .box_cnt h4 {
    width: 100%;
  }
}
.well2 .box-2 .box_cnt h4 span {
  display: block;
}
.well2 .box-2 .box_cnt h4 span:nth-child(2n) {
  color: #a54570;
}
.well2 .box-2 p {
  color: #444;
}
.well2 h3 + .box-2,
.well2 h3 + .row {
  margin-top: 44px;
}
.well2 .box-2 + .box-2 {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .well2 {
    text-align: center;
  }
  .well2 [class*="__modif"] {
    width: 100%;
  }
  .well2 .box-2 {
    text-align: left;
  }
  .well2 img {
    float: none;
  }
}
.well__foot {
  padding-top: 95px;
  padding-bottom: 274px;
}
.well__subhead {
  height: 436px;
  background: url("../images/header.jpg") no-repeat;
  background-size: cover;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .well__subhead {
    height: 300px;
  }
  .well__subhead .nav {
    padding-top: 80px;
  }
  .well__subhead .nav > ul > li + li {
    margin-left: 23px;
  }
  .well__subhead .isStuck .nav {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .well__subhead {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .well__subhead {
    height: 200px;
  }
  .well__subhead .nav {
    padding-top: 79px;
  }
}
.well3 {
  padding-top: 106px;
  padding-bottom: 106px;
}
.well3 h3 + .box-1,
.well3 h3 + .grid_4 {
  margin-top: 43px;
}
.well3 .box-1 + .box-1 {
  margin-top: 50px;
  padding-top: 53px;
  border-top: 1px solid #f5f6f6;
}
.well3 h3 + h4 {
  margin-top: 40px;
}
.well3 h3 + .map {
  margin-top: 46px;
}
.well3 p {
  color: #444;
}
.well3 h4 {
  color: #a54570;
}
.well3 h4 + p {
  margin-top: 14px;
}
.well3 p + p {
  margin-top: 23px;
}
.well3 p + .marked-list {
  margin-top: 46px;
}
.well3__list {
  padding-top: 107px;
  background: rgba(62, 69, 76, 0.05);
}
.lt-ie9 .well3__list {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d3e454c', endColorstr='#0d3e454c');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d3e454c', endColorstr='#0d3e454c');
  zoom: 1;
}
.well3__list h3 + div.row {
  margin-top: 39px;
}
.well3__mod1 {
  padding-bottom: 163px;
}
.well3__mod1 .box_cnt + .box_cnt-no-flow {
  margin-top: 32px;
}
.well3__mod1 p + .btn {
  top: 56px;
}
.well3__mod1 h3 + .marked-list {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .well3__mod1 .grid_8 + .grid_4 {
    margin-top: 110px;
  }
}
.well3__mod2 {
  padding-top: 107px;
  padding-bottom: 113px;
  background: #f5f6f6;
}
.well3__mod2 h3 + div.row {
  margin-top: 39px;
}
.well3__mod2 .marked-list {
  padding-top: 7px;
}
.well3__mod2 .marked-list li {
  padding-top: 21px;
}
.well3 dl + dl {
  margin-top: 53px;
}
.well3 dt {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #a54570;
}
.well3 dd p + p {
  margin-top: 18px !important;
}
.well3 h3 + dl {
  margin-top: 40px;
}
.well3 dt + dd {
  margin-top: 16px;
}
.well3 dl + a {
  display: block;
  color: #a54570;
  font-family: Arial, sans-serif;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .well3 {
    text-align: center;
  }
  .well3 h4 {
    width: 100%;
  }
  .well3 img {
    float: none;
  }
  .well3 img + h4 {
    margin-top: 20px !important;
  }
}
.well4 {
  padding-top: 107px;
  padding-bottom: 188px;
}
.well4 h3 + .index-list {
  margin-top: 48px;
}
.well4 h2 {
  font-size: 40px;
  line-height: 40px;
}
.well4 h2 + .index-list {
  margin-top: 46px;
}
.well4 .subtitle + .descr {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .well4 {
    text-align: center;
  }
  .well4 [class*="__modif"] {
    width: 100%;
  }
  .well4 img {
    float: none;
  }
  .well4 img + h4 {
    margin-top: 20px !important;
  }
  .well4 li h3 {
    padding-top: 20px;
  }
}
.well5 {
  padding-top: 113px;
  padding-bottom: 196px;
  background: #f5f6f6;
}
.well5 h4 {
  width: 215px;
  color: #a54570;
}
.well5 h4 span {
  white-space: nowrap;
}
.well5 h3 + h4 {
  margin-top: 40px;
}
.well5 h4 + table {
  margin-top: 13px;
}
.well5 table {
  color: #444;
}
.well5 table td + td {
  padding-left: 35px;
}
.well5 [href^='mailto'] {
  color: #a54570;
}
.well5 h3 + .contact-form {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .well5 .addr {
    text-align: center;
  }
  .well5 .addr table,
  .well5 .addr h4 {
    display: inline-block;
  }
  .well5 h3 {
    width: 100%;
    text-align: center;
  }
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #3e454c;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #3e454c;
  color: #bbc1c8;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  position: relative;
}
footer .contacts {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  position: relative;
}
footer .contacts dt {
  float: left;
}
footer .contacts dd {
  display: inline-block;
}
footer .contacts + .contacts {
  margin-top: 5px;
}
footer .contacts a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  footer .contacts {
    width: 300px !important;
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  footer .contacts {
    padding-left: 50px !important;
  }
}
footer .contacts + div {
  margin-top: -6px;
}
footer .address {
  margin-top: -5px;
}
footer .address {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 57px;
  position: relative;
}
footer .address:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  content: '\f041';
  display: block;
  color: #a54570;
  position: absolute;
  left: 1px;
  top: 15px;
}
footer .address span {
  white-space: nowrap;
  width: 200px;
}
footer .copy {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .copy a {
  text-transform: none;
}
footer div + .copy {
  margin-top: -5px;
  padding-left: 4px;
}
footer div + .copy .b-name {
  font-weight: 500;
  color: #a54570;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer div + .copy {
    margin-top: 30px;
    text-align: center;
  }
}
footer a + .inline-list {
  margin-top: 18px;
  margin-left: -1px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .address:before {
    left: inherit;
  }
}
@media (max-width: 479px) {
  footer .address:before {
    left: 1px;
  }
}
footer .logowrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  footer .logowrap {
    text-align: center;
    left: 0;
  }
}
footer .footer-logo {
  position: relative;
  width: 163px;
  height: 166px;
  display: inline-block;
  background: url("../images/logo-foot.png");
  font-weight: 300;
}
footer .footer-logo .b-name {
  position: absolute;
  color: #fff;
  font-size: 22px;
  top: 70px !important;
  left: 30px !important;
}
footer .footer-logo .b-name a:hover {
  text-decoration: none;
}
footer .footer-logo .b-slogan {
  position: absolute;
  font-size: 5.51px;
  color: #fff;
  top: 112px !important;
  left: 45px !important;
  letter-spacing: 2px !important;
}


.divClanek a { color:#A54671; }