@charset "UTF-8";
/*----------  config
------------------------------------------------------------------------------*/
/*----------  reset
------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*----------  base reset
------------------------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*----------  links
------------------------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

/*----------  typography
------------------------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*----------  lists
------------------------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*----------  Embedded content
------------------------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*----------  forms
------------------------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input,
textarea,
select {
  outline: none;
}

/*----------  tables
------------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*----------  chrome frame prompt
------------------------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*----------  clearfix
------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*---------- variables
-----------------------------------------------------------*/
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-extrabold-webfont.eot");
  src: url("../fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff"), url("../fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 55px;
}

h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 35px;
  text-transform: uppercase;
  padding: 41px 0 25px 0;
}

h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 20px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0;
  color: #41cbd7;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 13px 0 21px 0;
  max-width: 466px;
  margin: 0 auto 3px auto;
}

p {
  font-weight: 300;
  font-size: 13.5px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: none;
}

.bold {
  font-weight: 900;
}

.no-padding {
  padding: 0 !important;
}

/*----------  helpers
------------------------------------------------------------------------------*/
/*---------- sprite
------------------------------------------------------------------------------*/
/*---------- breakpoints
------------------------------------------------------------------------------*/
/*-~- transition -~-*/
/*----------  layout
------------------------------------------------------------------------------*/
/*---------- layout
-----------------------------------------------------------*/
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body .tp-container {
  opacity: 0;
  position: fixed;
  right: 17px;
  bottom: 14px;
  z-index: 999;
  width: 50px;
  height: 50px;
}
body .tp-show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
body .tp-show i {
  position: absolute;
  top: -2px;
  left: 7px;
  color: #000;
}
body .tp-show:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
body .tp-show:hover i {
  color: #fff;
}
@media only screen and (min-width: 444px) and (max-width: 603px) {
  body .tp-container {
    right: 17px;
    bottom: 107px;
  }
}

.animation-element {
  opacity: 0;
  position: relative;
}

.slide-up {
  opacity: 0;
  -moz-transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -moz-transform: translate3d(0, -100px, 0);
  -webkit-transform: translate3d(0, -100px, 0);
  -o-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate3d(0, -100px, 0);
}

.slide-down {
  opacity: 0;
  -moz-transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -moz-transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -o-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate3d(0, 100px, 0);
}

.slide-left {
  opacity: 0;
  -moz-transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.main-grid {
  max-width: 1920px;
  min-width: 260px;
  margin: 0 auto;
  position: relative;
}
.main-grid:after {
  content: "";
  display: table;
  clear: both;
}
.main-grid .col-12 {
  width: 100%;
  float: left;
}
.main-grid .col-12:last-of-type {
  margin: 0;
}
.main-grid .col-8 {
  width: 66%;
  float: left;
}
.main-grid .col-8:last-of-type {
  margin: 0;
}
.main-grid .col-6 {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.main-grid .col-6:last-of-type {
  margin: 0;
}
.main-grid .col-4 {
  width: 33.33%;
  float: left;
}
.main-grid .col-4:last-of-type {
  margin: 0;
}
.main-grid .col-2 {
  width: 16.66%;
  float: left;
}
.main-grid .col-2:last-of-type {
  margin: 0;
}
.main-grid .col-1 {
  width: 8.33%;
  float: left;
}
.main-grid .col-1:last-of-type {
  margin: 0;
}
.main-grid .text-left {
  text-align: left;
}

.no-margin {
  margin: 0 !important;
}

/*----------  icons
------------------------------------------------------------------------------*/
i {
  padding: 0;
}

.ico-face img {
  width: 18px;
}

.ico-twit img {
  width: 38px;
  margin: 0 18px;
}

.ico-insta {
  padding-left: 25px;
}
.ico-insta img {
  width: 38px;
}

.btn {
  float: right;
  padding: 8px 37px;
  border-radius: 0;
  background: #41cbd7;
  color: #fff;
  letter-spacing: 1px;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.btn:hover {
  background: #29B8D7;
}

/*----------  libs
------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  width: 100%;
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*----------  partials
------------------------------------------------------------------------------*/
.header {
  background: transparent;
  overflow: hidden;
  text-align: right;
  z-index: 999;
  position: absolute;
  width: 100%;
}
.header .none {
  display: none;
}
.header .active {
  color: #41cbd7 !important;
}
.header .col-4 a img {
  width: 180px;
  padding: 50px 0 0 0;
  margin-left: 69px;
}
.header .col-8 ul {
  padding-top: 30px;
}
.header .col-8 ul li {
  display: inline-block;
  padding-right: 61px;
  font-size: 31px;
}
.header .col-8 ul li:last-of-type {
  padding-right: 18px;
}
.header .col-8 ul li a {
  color: #fff;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header .col-8 ul li a:hover {
  color: #41cbd7;
}
@media only screen and (min-width: 769px) and (max-width: 896px) {
  .header .col-8 ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 604px) and (max-width: 768px) {
  .header {
    text-align: left;
  }
  .header .show {
    display: none;
  }
  .header .none {
    display: block;
  }
  .header .active {
    color: #fff !important;
  }
  .header .col-4 a img {
    width: 105px;
    padding: 20px 0 0 0;
    margin-left: 23%;
  }
  .header .col-8 {
    float: left;
    clear: both;
    max-width: 100%;
    width: 100%;
    padding-left: 25px;
  }
  .header .col-8 ul li {
    font-size: 27px;
    letter-spacing: 1px;
    padding-right: 7%;
  }
  .header .col-8 ul li a:hover {
    color: #fff;
  }
  .header .col-8 ul li:first-of-type {
    padding-left: 17px;
  }
  .header .col-8 ul li:last-of-type {
    padding: 0;
  }
}
@media only screen and (min-width: 444px) and (max-width: 603px) {
  .header {
    text-align: left;
  }
  .header .show {
    display: none;
  }
  .header .none {
    display: block;
  }
  .header .active {
    color: #fff !important;
  }
  .header .col-4 a img {
    width: 105px;
    padding: 20px 0 0 0;
    margin-left: 23%;
  }
  .header .col-8 {
    float: left;
    clear: both;
    max-width: 100%;
    width: 100%;
    padding-left: 3.4%;
  }
  .header .col-8 ul li {
    font-size: 20px;
    letter-spacing: 1px;
    padding-right: 5%;
  }
  .header .col-8 ul li a:hover {
    color: #fff;
  }
  .header .col-8 ul li:first-of-type {
    padding-left: 17px;
  }
  .header .col-8 ul li:last-of-type {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 443px) {
  .header {
    text-align: left;
  }
  .header .show {
    display: none;
  }
  .header .none {
    display: block;
  }
  .header .active {
    color: #fff !important;
  }
  .header .col-4 a img {
    width: 105px;
    padding: 17px 0 0 0;
    margin-left: 20%;
  }
  .header .col-8 {
    float: left;
    clear: both;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .header .col-8 ul li {
    font-size: 15px;
    letter-spacing: 1px;
    padding-right: 1%;
  }
  .header .col-8 ul li a:hover {
    color: #fff;
  }
  .header .col-8 ul li:first-of-type {
    padding-left: 17px;
  }
  .header .col-8 ul li:last-of-type {
    padding: 0;
  }
}

.main-page {
  width: 100%;
}
.main-page h1 {
  padding: 150px 0;
}
.main-page .slick-slider {
  margin-bottom: 0;
}
.main-page .slick-slider .slick-prev,
.main-page .slick-slider .slick-next {
  width: 30px;
  height: 30px;
  z-index: 999;
}
.main-page .slick-slider .slick-prev:before,
.main-page .slick-slider .slick-next:before {
  font-size: 40px;
  color: #000;
}
.main-page .slick-slider .slick-prev {
  left: 20px;
}
.main-page .slick-slider .slick-next {
  right: 20px;
}
.main-page .slick-slider .slick-dots {
  bottom: 30px;
}
.main-page .slick-slider .slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 16px;
  color: transparent;
  font-size: 18px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.main-page .slick-slider .slick-active button:before {
  opacity: 1;
  color: #fff !important;
}

.about-us-wrap {
  background: #fff;
  position: relative;
}
.about-us-wrap .au-line-left {
  position: absolute;
  bottom: -80px;
  left: 72px;
  z-index: 999;
}
.about-us-wrap .show {
  display: none;
}
.about-us-wrap .about-us {
  position: absolute;
  width: 55%;
  text-align: right;
  top: 14%;
  left: -45.5%;
}
.about-us-wrap .about-us .show {
  display: none;
}
.about-us-wrap .about-us .none {
  display: block;
}
.about-us-wrap .about-us .au-top {
  background: transparent;
  padding-right: 22%;
  padding-bottom: 4px;
}
.about-us-wrap .about-us .au-top h3 {
  color: #41cbd7;
  font-size: 35px;
  padding: 0;
  line-height: 29px;
  text-transform: none;
}
.about-us-wrap .about-us .au-top h2 {
  color: #000;
  font-size: 44px;
  padding: 20px 0 10px 0;
  line-height: 15px;
  font-weight: 500;
  text-transform: none;
}
.about-us-wrap .about-us .au-bot {
  background: #fff;
  overflow: hidden;
}
.about-us-wrap .about-us .au-bot p {
  font-size: 18px;
  line-height: 29px;
  text-align: right;
  padding: 37px 23px 38px 19px;
  color: #41cbd7;
}
.about-us-wrap .about-us .au-bot .au-btn-wrap {
  padding: 20px 59px 32px 0;
}
.about-us-wrap .about-us .au-bot .au-btn-wrap a {
  background: #41cbd7;
  color: #fff;
  padding: 6px 21px 13px 21px;
  font-size: 28px;
  letter-spacing: 1.5px;
}
.about-us-wrap .about-us-img {
  width: 66.1%;
  margin: 51px 0 163px 0;
  float: right;
  position: relative;
}
.about-us-wrap .about-us-img img {
  width: 100%;
}
.about-us-wrap .about-us-img .au-line-right {
  position: absolute;
  top: -11px;
  right: 49px;
  width: 2px !important;
  height: 122%;
}
.about-us-wrap .hor-line-wrap {
  text-align: right;
}
.about-us-wrap .hor-line-wrap .hor-blue-line {
  width: 34%;
  height: 56px;
  background: #41cbd7;
  position: absolute;
  bottom: 49px;
  display: inline-block;
  z-index: 99;
}
@media only screen and (min-width: 1135px) and (max-width: 1400px) {
  .about-us-wrap .about-us .au-bot {
    background: #fff;
    overflow: hidden;
  }
  .about-us-wrap .about-us .au-bot p {
    font-size: 18px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1134px) {
  .about-us-wrap .au-line-left {
    position: absolute;
    bottom: -55%;
    left: 52px;
    z-index: 999;
  }
  .about-us-wrap .about-us .show {
    display: none;
  }
  .about-us-wrap .about-us .none {
    display: block;
  }
  .about-us-wrap .about-us .au-top h3 {
    font-size: 30px;
    line-height: 29px;
  }
  .about-us-wrap .about-us .au-top h2 {
    font-size: 34px;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-bot p {
    font-size: 13px;
    line-height: 14px;
    padding: 20px 23px 23px 19px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 896px) {
  .about-us-wrap .au-line-left {
    position: absolute;
    bottom: -42%;
    left: 40px;
    z-index: 999;
  }
  .about-us-wrap .none {
    display: none;
  }
  .about-us-wrap .show {
    display: block;
  }
  .about-us-wrap .about-us {
    background: #fff;
    position: absolute;
    width: 59%;
    text-align: center;
    top: 89%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .about-us .none {
    display: none;
  }
  .about-us-wrap .about-us .show {
    display: block;
  }
  .about-us-wrap .about-us .au-top {
    background: transparent;
    padding: 29px 0 27px 0;
  }
  .about-us-wrap .about-us .au-top h3 {
    font-size: 25px;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-top h2 {
    font-size: 33px;
    padding: 10px 0 0px 0;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-bot {
    background: #fff;
    overflow: hidden;
  }
  .about-us-wrap .about-us .au-bot p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    padding: 16px 14px 68px 11px;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap {
    padding: 20px 21px 32px 0;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap a {
    background: #000;
    color: #fff;
    padding: 2px 16px 7px 16px;
    font-size: 19px;
  }
  .about-us-wrap .abu-parag {
    width: 83%;
    margin: 23px auto;
    text-align: justify;
    padding: 25px 0 23px 0;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .abu-parag p {
    font-size: 22px;
    line-height: 24px;
  }
  .about-us-wrap .abu-btn-wrap {
    width: 84%;
    margin: 23px auto 59px auto;
    display: flex;
  }
  .about-us-wrap .abu-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 15px 13px;
    font-size: 19px;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left,
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    width: 106px;
    height: 55px;
    background: #41cbd7;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left {
    float: left;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    float: right;
  }
  .about-us-wrap .about-us-img {
    width: 83%;
    margin: 43px auto;
    float: none;
    position: relative;
  }
  .about-us-wrap .about-us-img .au-line-right {
    display: none;
  }
}
@media only screen and (min-width: 604px) and (max-width: 768px) {
  .about-us-wrap .au-line-left {
    bottom: -141px;
    left: 22px;
  }
  .about-us-wrap .none {
    display: none;
  }
  .about-us-wrap .show {
    display: block;
  }
  .about-us-wrap .about-us {
    background: #fff;
    position: absolute;
    width: 59%;
    text-align: center;
    top: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .about-us .none {
    display: none;
  }
  .about-us-wrap .about-us .show {
    display: block;
  }
  .about-us-wrap .about-us .au-top {
    background: transparent;
    padding: 29px 0 27px 0;
  }
  .about-us-wrap .about-us .au-top h3 {
    font-size: 25px;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-top h2 {
    font-size: 33px;
    padding: 10px 0 0px 0;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-bot {
    background: #fff;
    overflow: hidden;
  }
  .about-us-wrap .about-us .au-bot p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    padding: 16px 14px 68px 11px;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap {
    padding: 20px 21px 32px 0;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap a {
    background: #000;
    color: #fff;
    padding: 2px 16px 7px 16px;
    font-size: 19px;
  }
  .about-us-wrap .abu-parag {
    width: 83%;
    margin: 23px auto;
    text-align: justify;
    padding: 25px 0 23px 0;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .abu-parag p {
    font-size: 20px;
    line-height: 24px;
  }
  .about-us-wrap .abu-btn-wrap {
    width: 84%;
    margin: 23px auto 59px auto;
    display: flex;
  }
  .about-us-wrap .abu-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 10px 28px;
    font-size: 21px;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left,
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    width: 106px;
    height: 55px;
    background: #41cbd7;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left {
    float: left;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    float: right;
  }
  .about-us-wrap .about-us-img {
    width: 83%;
    margin: 43px auto;
    float: none;
    position: relative;
  }
  .about-us-wrap .about-us-img .au-line-right {
    display: none;
  }
}
@media only screen and (min-width: 444px) and (max-width: 603px) {
  .about-us-wrap .au-line-left {
    bottom: -141px;
    left: 22px;
  }
  .about-us-wrap .none {
    display: none;
  }
  .about-us-wrap .show {
    display: block;
  }
  .about-us-wrap .about-us {
    background: #fff;
    position: absolute;
    width: 59%;
    text-align: center;
    top: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .about-us .none {
    display: none;
  }
  .about-us-wrap .about-us .show {
    display: block;
  }
  .about-us-wrap .about-us .au-top {
    background: transparent;
    padding: 29px 0 27px 0;
  }
  .about-us-wrap .about-us .au-top h3 {
    font-size: 25px;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-top h2 {
    font-size: 33px;
    padding: 10px 0 0px 0;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-bot {
    background: #fff;
    overflow: hidden;
  }
  .about-us-wrap .about-us .au-bot p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    padding: 16px 14px 68px 11px;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap {
    padding: 20px 21px 32px 0;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap a {
    background: #000;
    color: #fff;
    padding: 2px 16px 7px 16px;
    font-size: 19px;
  }
  .about-us-wrap .abu-parag {
    width: 83%;
    margin: 23px auto;
    text-align: justify;
    padding: 25px 0 23px 0;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .abu-parag p {
    font-size: 18px;
    line-height: 24px;
  }
  .about-us-wrap .abu-btn-wrap {
    width: 84%;
    margin: 23px auto 59px auto;
    display: flex;
  }
  .about-us-wrap .abu-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 15px 13px;
    font-size: 19px;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left,
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    width: 88px;
    height: 55px;
    background: #41cbd7;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left {
    float: left;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    float: right;
  }
  .about-us-wrap .about-us-img {
    width: 83%;
    margin: 43px auto;
    float: none;
    position: relative;
  }
  .about-us-wrap .about-us-img .au-line-right {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 443px) {
  .about-us-wrap .au-line-left {
    bottom: -141px;
    left: 22px;
  }
  .about-us-wrap .none {
    display: none;
  }
  .about-us-wrap .show {
    display: block;
  }
  .about-us-wrap .about-us {
    background: #fff;
    position: absolute;
    width: 59%;
    text-align: center;
    top: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .about-us .none {
    display: none;
  }
  .about-us-wrap .about-us .show {
    display: block;
  }
  .about-us-wrap .about-us .au-top {
    background: transparent;
    padding: 24px 0 27px 0;
  }
  .about-us-wrap .about-us .au-top h3 {
    font-size: 23px;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-top h2 {
    font-size: 28px;
    padding: 10px 0 0px 0;
    line-height: 15px;
  }
  .about-us-wrap .about-us .au-bot {
    background: #fff;
    overflow: hidden;
  }
  .about-us-wrap .about-us .au-bot p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    padding: 16px 14px 68px 11px;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap {
    padding: 20px 21px 32px 0;
  }
  .about-us-wrap .about-us .au-bot .au-btn-wrap a {
    background: #000;
    color: #fff;
    padding: 2px 16px 7px 16px;
    font-size: 19px;
  }
  .about-us-wrap .abu-parag {
    width: 83%;
    margin: 23px auto;
    text-align: justify;
    padding: 25px 0 23px 0;
    border-bottom: 1px solid #41cbd7;
  }
  .about-us-wrap .abu-parag p {
    font-size: 17px;
    line-height: 24px;
  }
  .about-us-wrap .abu-btn-wrap {
    width: 84%;
    margin: 23px auto 59px auto;
    display: flex;
  }
  .about-us-wrap .abu-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 33px;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left,
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    width: 71px;
    height: 55px;
    background: #41cbd7;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-left {
    float: left;
  }
  .about-us-wrap .abu-btn-wrap .abu-blue-sqare-right {
    float: right;
  }
  .about-us-wrap .about-us-img {
    width: 83%;
    margin: 43px auto;
    float: none;
    position: relative;
  }
  .about-us-wrap .about-us-img .au-line-right {
    display: none;
  }
}

.service {
  background: #313030;
  overflow: hidden;
}
.service .ser-wrap {
  background: #41cbd7;
}
.service .ser-wrap .show {
  display: block;
}
.service .ser-wrap .none {
  display: none;
}
.service .ser-wrap .service-img-wrap {
  float: left;
  width: 68%;
}
.service .ser-wrap .service-img-wrap .cube_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube {
  cursor: pointer;
  height: 0;
  padding-bottom: 41.244239631336405529953917050691%;
  position: relative;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube img {
  width: 100%;
  position: absolute;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #41cbd7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_rec {
  border: 2px solid #fff;
  margin: 0 auto;
  width: 66%;
  position: relative;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_rec:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 130px;
  text-align: center;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text p {
  font-size: 1em;
  line-height: 19px;
  padding-bottom: 54px;
  transform: translateY(33px);
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text i img {
  position: relative;
  width: 45%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text i .preventivna {
  width: 49%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text i .estetska,
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text i .protetika {
  width: 55%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text i .hirurgija {
  width: 34%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_exc {
  left: -6px !important;
  top: 20px !important;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_bot {
  left: -10px !important;
  top: 29px !important;
}
.service .ser-wrap .service-img-wrap .cube_wrap .cube:hover .overlay {
  opacity: 0;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article {
  background-color: #fff;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  width: 0;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article i {
  color: #FA5B0F;
  float: right;
  padding: 10px;
  line-height: 34px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_dots {
  margin: 47px auto 0 auto;
  position: relative;
  width: 89%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_dots span {
  background-color: black;
  border-radius: 5px;
  font-size: 0;
  padding: 5px;
  position: relative;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_dots span:before, .service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_dots span:after {
  background-color: black;
  border-radius: 5px;
  content: '';
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_dots span:before {
  left: 20px;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_dots span:after {
  left: 40px;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_heading {
  color: #41cbd7;
  margin: 23px auto;
  position: relative;
  text-transform: uppercase;
  width: 89%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_heading:after {
  bottom: 10px;
  border-bottom: 1px solid #000;
  content: '';
  position: absolute;
  right: 2px;
  width: 40%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_image {
  border: 2px solid #fff;
  height: 0;
  margin: 0 auto 40px auto;
  padding-bottom: 30.56043956043956043956043956044%;
  position: relative;
  width: 89%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_image:after {
  bottom: 0;
  content: '';
  border-bottom: 5px solid #41cbd7;
  position: absolute;
  width: 100%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_image:before {
  bottom: -11px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #41cbd7;
  content: '';
  left: 50%;
  margin-left: -50px;
  position: absolute;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_image img {
  width: 100%;
  position: absolute;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article .ba_text {
  margin: 0 auto;
  width: 89%;
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article_show {
  background-color: #fff;
  border: 1px solid #41cbd7;
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service .ser-wrap .service-img-wrap .cube_wrap .box_article_show .jq_close_modal {
  color: #29B8D7;
}
.service .ser-wrap .ser-pentagon {
  float: right;
  position: relative;
  text-align: right;
  width: 32%;
  margin-top: 11.5%;
}
.service .ser-wrap .ser-pentagon img {
  width: 75%;
}
.service .ser-wrap .ser-pentagon .ser-line-right {
  position: absolute;
  top: -35%;
  right: 48px;
  width: 2px !important;
  height: 72%;
}
.service .ser-wrap .ser-pentagon .ser-pentagon-text {
  position: absolute;
  top: 37.5%;
  left: 47%;
}
.service .ser-wrap .ser-pentagon .ser-pentagon-text a h2 {
  color: #41cbd7;
  font-size: 34px;
  text-transform: none;
  line-height: 64px;
  padding: 0;
  letter-spacing: 1.5px;
}
.service .ser-wrap .ser-pentagon .ser-pentagon-text a h3 {
  font-size: 31px;
  color: #fff;
}
.service .ser-wrap .ser-pentagon .btn {
  font-size: 17px;
  margin: 56px 41px 0 0;
  padding: 8px 14px;
  margin: 17px;
}
.service .ser-wrap .none {
  display: none;
}
.service .ser-btn-wrap {
  overflow: hidden;
}
.service .ser-btn-wrap .btn {
  font-size: 17px;
  margin: 56px 41px 0 0;
  padding: 8px 14px;
  margin: 17px;
}
@media only screen and (min-width: 897px) and (max-width: 1134px) {
  .service .ser-wrap {
    background: #41cbd7;
  }
  .service .ser-wrap .show {
    display: block;
  }
  .service .ser-wrap .none {
    display: none;
  }
  .service .ser-wrap .service-img-wrap {
    float: left;
    width: 67.5%;
  }
  .service .ser-wrap .service-img-wrap img {
    width: 100%;
  }
  .service .ser-wrap .ser-pentagon {
    float: right;
    position: relative;
    text-align: right;
    width: 32%;
    margin-top: 11%;
  }
  .service .ser-wrap .ser-pentagon img {
    width: 75%;
  }
  .service .ser-wrap .ser-pentagon .ser-pentagon-text {
    position: absolute;
    top: 38%;
    left: 45%;
  }
  .service .ser-wrap .ser-pentagon .ser-pentagon-text a h2 {
    font-size: 23px;
    text-transform: none;
    line-height: 36px;
    padding: 0;
    letter-spacing: 1.5px;
  }
  .service .ser-wrap .ser-pentagon .ser-pentagon-text a h3 {
    font-size: 19px;
    color: #fff;
  }
  .service .ser-wrap .ser-pentagon .btn {
    font-size: 17px;
    margin: 56px 41px 0 0;
    padding: 8px 14px;
    margin: 17px;
  }
  .service .ser-wrap .none {
    display: none;
  }
  .service .ser-btn-wrap {
    overflow: hidden;
  }
  .service .ser-btn-wrap .btn {
    font-size: 17px;
    margin: 56px 41px 0 0;
    padding: 8px 14px;
    margin: 17px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 896px) {
  .service {
    margin: 0 50px;
    background: #fff;
  }
  .service .main-grid .ser-wrap {
    background: #313030;
  }
  .service .main-grid .ser-wrap .service-img-wrap {
    width: 100%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .ser-blue-section {
    background: #313030;
    width: 50%;
    height: 50px;
  }
  .service .main-grid .ser-wrap .show {
    display: none;
  }
  .service .main-grid .ser-wrap .none {
    display: inline-block;
  }
  .service .main-grid .ser-wrap .ser-pentagon {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 89px auto 0 auto;
  }
  .service .main-grid .ser-wrap .ser-pentagon img {
    width: 52%;
    margin-top: 23px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text {
    position: absolute;
    top: -27%;
    left: 0;
    right: 0;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h2 {
    font-size: 28px;
    text-transform: none;
    line-height: 36px;
    padding: 0;
    letter-spacing: 1.5px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h3 {
    font-size: 23px;
    color: #fff;
  }
  .service .main-grid .ser-wrap .ser-pentagon .btn {
    font-size: 17px;
    margin: 56px 41px 0 0;
    padding: 6px 13px;
  }
  .service .main-grid .ser-btn-wrap {
    width: 100%;
    margin: 46px auto 0 auto;
    display: flex;
  }
  .service .main-grid .ser-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 10px 28px;
    font-size: 21px;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left,
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    width: 106px;
    height: 55px;
    background: #41cbd7;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left {
    float: left;
    margin-left: 0;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 604px) and (max-width: 768px) {
  .service {
    margin: 0;
    background: #fff;
  }
  .service .main-grid .ser-wrap {
    background: #313030;
    width: 83.5%;
    margin: 0 auto;
  }
  .service .main-grid .ser-wrap .service-img-wrap {
    width: 100%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .ser-blue-section {
    background: #313030;
    width: 50%;
    height: 50px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_heading {
    font-size: 15px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text p {
    font-size: 0.7em;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text img {
    width: 13%;
  }
  .service .main-grid .ser-wrap .show {
    display: none;
  }
  .service .main-grid .ser-wrap .none {
    display: inline-block;
  }
  .service .main-grid .ser-wrap .ser-pentagon {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 89px auto 0 auto;
  }
  .service .main-grid .ser-wrap .ser-pentagon img {
    width: 52%;
    margin-top: 23px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text {
    position: absolute;
    top: -42%;
    left: 0;
    right: 0;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h2 {
    font-size: 28px;
    text-transform: none;
    line-height: 36px;
    padding: 0;
    letter-spacing: 1.5px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h3 {
    font-size: 23px;
    color: #fff;
  }
  .service .main-grid .ser-wrap .ser-pentagon .btn {
    font-size: 17px;
    margin: 56px 41px 0 0;
    padding: 6px 13px;
  }
  .service .main-grid .ser-btn-wrap {
    width: 100%;
    margin: 46px auto 0 auto;
    display: flex;
  }
  .service .main-grid .ser-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 10px 28px;
    font-size: 21px;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left,
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    width: 106px;
    height: 55px;
    background: #41cbd7;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left {
    float: left;
    margin-left: 50px;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    float: right;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 444px) and (max-width: 603px) {
  .service {
    margin: 0;
    background: #fff;
  }
  .service .main-grid .ser-wrap {
    background: #313030;
    width: 83.5%;
    margin: 0 auto;
  }
  .service .main-grid .ser-wrap .service-img-wrap {
    width: 100%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .ser-blue-section {
    background: #313030;
    width: 50%;
    height: 50px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_heading {
    font-size: 11px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_image {
    margin: 0 auto 22px auto;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_text h5 {
    font-size: 15px;
    margin: 4px 0;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_text p {
    font-size: 10px;
    line-height: 15px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text p {
    font-size: 0.6em;
    width: 50%;
    margin: 0 auto;
    line-height: 9px;
    padding-bottom: 40px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text img {
    width: 10%;
  }
  .service .main-grid .ser-wrap .show {
    display: none;
  }
  .service .main-grid .ser-wrap .none {
    display: inline-block;
  }
  .service .main-grid .ser-wrap .ser-pentagon {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 65px auto 0 auto;
  }
  .service .main-grid .ser-wrap .ser-pentagon img {
    width: 52%;
    margin-top: 23px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text {
    position: absolute;
    top: -34%;
    left: 0;
    right: 0;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h2 {
    font-size: 24px;
    text-transform: none;
    line-height: 27px;
    padding: 0;
    letter-spacing: 1.5px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h3 {
    font-size: 20px;
    color: #fff;
  }
  .service .main-grid .ser-wrap .ser-pentagon .btn {
    font-size: 17px;
    margin: 56px 41px 0 0;
    padding: 6px 13px;
  }
  .service .main-grid .ser-btn-wrap {
    width: 100%;
    margin: 46px auto 0 auto;
    display: flex;
  }
  .service .main-grid .ser-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 15px 13px;
    font-size: 19px;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left,
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    width: 88px;
    height: 55px;
    background: #41cbd7;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left {
    float: left;
    margin-left: 35px;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    float: right;
    margin-right: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 443px) {
  .service {
    margin: 0;
    background: #fff;
  }
  .service .main-grid .ser-wrap {
    background: #313030;
    width: 83.5%;
    margin: 0 auto;
  }
  .service .main-grid .ser-wrap .service-img-wrap {
    width: 100%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .ser-blue-section {
    background: #313030;
    width: 50%;
    height: 50px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_heading {
    font-size: 9px;
    margin: 5px auto;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_heading:after {
    width: 18%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_image {
    margin: 0 auto 22px auto;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_text h5 {
    font-size: 15px;
    margin: 4px 0;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .ba_text p {
    font-size: 10px;
    line-height: 15px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text p {
    font-size: 0.5em;
    width: 35%;
    margin: 0 auto;
    line-height: 9px;
    padding-bottom: 31px;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text img {
    width: 20%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text .preventivna {
    width: 23%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text .estetska,
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text .protetika {
    width: 32%;
  }
  .service .main-grid .ser-wrap .service-img-wrap .cube_wrap .cube .overlay .box_text .hirurgija {
    width: 18%;
  }
  .service .main-grid .ser-wrap .show {
    display: none;
  }
  .service .main-grid .ser-wrap .none {
    display: inline-block;
  }
  .service .main-grid .ser-wrap .ser-pentagon {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .service .main-grid .ser-wrap .ser-pentagon img {
    width: 52%;
    margin-top: 23px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text {
    position: absolute;
    top: -37%;
    left: 0;
    right: 0;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h2 {
    font-size: 20px;
    text-transform: none;
    line-height: 20px;
    padding: 0;
    letter-spacing: 1.5px;
  }
  .service .main-grid .ser-wrap .ser-pentagon .ser-pentagon-text h3 {
    font-size: 15px;
    color: #fff;
  }
  .service .main-grid .ser-wrap .ser-pentagon .btn {
    font-size: 17px;
    margin: 56px 41px 0 0;
    padding: 6px 13px;
  }
  .service .main-grid .ser-btn-wrap {
    width: 100%;
    margin: 46px auto 0 auto;
    display: flex;
  }
  .service .main-grid .ser-btn-wrap .btn {
    float: none;
    margin: 0 auto 0 auto;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 33px;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left,
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    width: 71px;
    height: 55px;
    background: #41cbd7;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-left {
    float: left;
    margin-left: 25px;
  }
  .service .main-grid .ser-btn-wrap .ser-blue-sqare-right {
    float: right;
    margin-right: 25px;
  }
}

.contact {
  text-align: center;
}
.contact .main-grid .con-title {
  width: 100%;
  margin: 120px auto 100px auto;
  position: relative;
  z-index: 99;
}
.contact .main-grid .con-title h3 {
  font-size: 31.75px;
  letter-spacing: 3px;
  color: #000;
}
.contact .main-grid .con-title h5 {
  font-size: 40.82px;
  line-height: 46px;
  font-weight: 300;
}
.contact .main-grid .con-title:before, .contact .main-grid .con-title:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #000;
  top: 0;
  width: 29%;
  margin: 12px 0 0 0;
}
.contact .main-grid .con-title:before {
  left: 2%;
}
.contact .main-grid .con-title:after {
  right: 2%;
}
.contact .main-grid .con_content {
  margin-bottom: 25px;
  overflow: hidden;
}
.contact .main-grid .con_content .contact-form {
  text-align: left;
  padding: 0 25px;
  width: 91%;
  margin: 0 auto;
}
.contact .main-grid .con_content .contact-form input[type=text],
.contact .main-grid .con_content .contact-form textarea {
  background-color: #41cbd7;
  border: 0;
  color: #313030;
  font-size: 25px;
  margin: 0 auto 51px auto;
  padding: 36px;
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact .main-grid .con_content .contact-form input[type=text]::placeholder,
.contact .main-grid .con_content .contact-form textarea::placeholder {
  color: #fff;
  font-size: 25px;
}
.contact .main-grid .con_content .contact-form input[type=text]:focus,
.contact .main-grid .con_content .contact-form textarea:focus {
  background-color: #313030;
  color: #fff;
}
.contact .main-grid .con_content .contact-details {
  border: 1px solid #000;
  border-top: 56px solid #000;
  margin: 0px 44px 0 0;
  padding: 63px 52px 5px 52px;
  position: relative;
  text-align: left;
  width: 79%;
  float: right;
}
.contact .main-grid .con_content .contact-details h5 {
  font-size: 25px;
  margin: 8px 0 16px 0;
  text-transform: uppercase;
}
.contact .main-grid .con_content .contact-details .cd_p_wrap {
  padding-bottom: 47px;
}
.contact .main-grid .con_content .contact-details .cd_p_wrap p {
  line-height: 33px;
  font-size: 27px;
}
.contact .main-grid .con_content .contact-details .con_triangle_wrap .con_triangle {
  bottom: -2px;
  border-bottom: 103px solid #fff;
  border-left: 103px solid transparent;
  height: 0;
  position: absolute;
  right: -3px;
}
.contact .main-grid .con_content .contact-details .con_triangle_wrap .con_triangle_black {
  bottom: 1px;
  border-bottom: 100px solid #000;
  border-left: 100px solid transparent;
  height: 0;
  position: absolute;
  right: 0;
}
.contact .map-wrap {
  width: 100%;
}
.contact .map-wrap #map-canvas {
  width: 100%;
  height: 400px;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.contact .map-wrap .map-active {
  height: 500px !important;
}
@media only screen and (min-width: 897px) and (max-width: 1134px) {
  .contact .main-grid .con-title {
    margin: 100px auto 95px auto;
  }
  .contact .main-grid .col-6 .contact-details .cd_p_wrap {
    padding-bottom: 47px;
  }
  .contact .main-grid .col-6 .contact-details .cd_p_wrap p {
    line-height: 25px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 896px) {
  .contact .main-grid .con-title {
    margin: 80px auto 55px auto;
  }
  .contact .main-grid .con-title:before, .contact .main-grid .con-title:after {
    width: 17%;
  }
  .contact .main-grid .con-title:before {
    left: 7%;
  }
  .contact .main-grid .con-title:after {
    right: 7%;
  }
  .contact .main-grid .col-6 {
    width: 100%;
  }
  .contact .main-grid .col-6 .contact-details {
    margin: 20px auto;
    float: none;
  }
  .contact .main-grid .col-6 .contact-details h5 {
    font-size: 25px;
    margin: 8px 0 16px 0;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 604px) and (max-width: 768px) {
  .contact .main-grid .con-title {
    margin: 80px auto 55px auto;
  }
  .contact .main-grid .con-title:before, .contact .main-grid .con-title:after {
    width: 17%;
  }
  .contact .main-grid .con-title:before {
    left: 7%;
  }
  .contact .main-grid .con-title:after {
    right: 7%;
  }
  .contact .main-grid .col-6 {
    width: 100%;
  }
  .contact .main-grid .col-6 .contact-details {
    margin: 20px auto;
    float: none;
  }
  .contact .main-grid .col-6 .contact-details h5 {
    font-size: 25px;
    margin: 8px 0 16px 0;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 444px) and (max-width: 603px) {
  .contact .main-grid .con-title {
    margin: 80px auto 55px auto;
  }
  .contact .main-grid .con-title h3 {
    font-size: 25px;
    letter-spacing: 3px;
    color: #000;
  }
  .contact .main-grid .con-title h5 {
    font-size: 35px;
    line-height: 46px;
    font-weight: 300;
  }
  .contact .main-grid .con-title:before, .contact .main-grid .con-title:after {
    width: 10%;
  }
  .contact .main-grid .con-title:before {
    left: 10%;
  }
  .contact .main-grid .con-title:after {
    right: 10%;
  }
  .contact .main-grid .col-6 {
    width: 100%;
  }
  .contact .main-grid .col-6 .contact-form input[type=text],
  .contact .main-grid .col-6 .contact-form textarea {
    padding: 17px;
    margin: 0 auto 27px auto;
  }
  .contact .main-grid .col-6 .contact-form input[type=text]::placeholder,
  .contact .main-grid .col-6 .contact-form textarea::placeholder {
    font-size: 18px;
  }
  .contact .main-grid .col-6 .contact-details {
    margin: 20px auto;
    float: none;
  }
  .contact .main-grid .col-6 .contact-details h5 {
    font-size: 25px;
    margin: 8px 0 16px 0;
    text-transform: uppercase;
  }
  .contact .main-grid .col-6 .contact-details .cd_p_wrap {
    padding-bottom: 47px;
  }
  .contact .main-grid .col-6 .contact-details .cd_p_wrap p {
    line-height: 25px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 443px) {
  .contact .main-grid .con-title {
    margin: 80px auto 55px auto;
  }
  .contact .main-grid .con-title h3 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .contact .main-grid .con-title h5 {
    font-size: 27px;
    line-height: 21px;
  }
  .contact .main-grid .con-title:before, .contact .main-grid .con-title:after {
    width: 10%;
  }
  .contact .main-grid .con-title:before {
    left: 10%;
  }
  .contact .main-grid .con-title:after {
    right: 10%;
  }
  .contact .main-grid .col-6 {
    width: 100%;
  }
  .contact .main-grid .col-6 .contact-form input[type=text],
  .contact .main-grid .col-6 .contact-form textarea {
    padding: 17px;
    margin: 0 auto 27px auto;
  }
  .contact .main-grid .col-6 .contact-form input[type=text]::placeholder,
  .contact .main-grid .col-6 .contact-form textarea::placeholder {
    font-size: 18px;
  }
  .contact .main-grid .col-6 .contact-details {
    padding: 41px 17px 5px 17px;
    margin: 20px auto;
    float: none;
  }
  .contact .main-grid .col-6 .contact-details h5 {
    font-size: 25px;
    margin: 8px 0 16px 0;
    text-transform: uppercase;
  }
  .contact .main-grid .col-6 .contact-details .cd_p_wrap {
    padding-bottom: 47px;
  }
  .contact .main-grid .col-6 .contact-details .cd_p_wrap p {
    line-height: 22px;
    font-size: 17px;
  }
}

.footer {
  clear: both;
  background: #313030;
  text-align: right;
}
.footer .top .logo {
  display: block;
  padding: 44px 66px;
}
.footer .top .footer_soc {
  margin: 0 0 56px 62px;
}
.footer .top .footer_soc i {
  margin: 0 0 0 6px;
}
.footer .bot {
  border-top: 1px solid #fff;
  overflow: hidden;
}
.footer .bot .col-8 {
  border-right: 1px solid #fff;
  padding: 21px 0 20px 63px;
}
.footer .bot .col-8 a {
  color: #41cbd7;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .bot .col-4 {
  padding: 11px 0 15px 0;
}
.footer .bot .col-4 .fa {
  color: #41cbd7;
  font-size: 48px;
  padding-right: 38px;
  cursor: pointer;
}
@media only screen and (min-width: 604px) and (max-width: 768px) {
  .footer .top .logo {
    padding: 16px 25px;
  }
  .footer .top .footer_soc {
    margin: 0 0 22px 25px;
  }
  .footer .bot {
    border-top: 1px solid #fff;
    overflow: hidden;
  }
  .footer .bot .col-8 {
    border-right: 1px solid #fff;
    padding: 21px 0 17px 25px;
  }
  .footer .bot .col-8 a {
    color: #41cbd7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .bot .col-4 {
    padding: 11px 0 9px 0;
  }
  .footer .bot .col-4 .fa {
    color: #41cbd7;
    font-size: 44px;
    padding-right: 38px;
  }
}
@media only screen and (min-width: 444px) and (max-width: 603px) {
  .footer .top .logo {
    padding: 16px 25px;
  }
  .footer .top .footer_soc {
    margin: 0 0 22px 25px;
  }
  .footer .bot {
    border-top: 1px solid #fff;
    overflow: hidden;
  }
  .footer .bot .col-8 {
    border-right: 1px solid #fff;
    padding: 21px 0 17px 25px;
  }
  .footer .bot .col-8 a {
    color: #41cbd7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .bot .col-4 {
    padding: 11px 0 9px 0;
  }
  .footer .bot .col-4 .fa {
    color: #41cbd7;
    font-size: 44px;
    padding-right: 38px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 443px) {
  .footer .top .logo {
    padding: 16px 25px;
  }
  .footer .top .footer_soc {
    margin: 0 0 22px 25px;
  }
  .footer .bot {
    border-top: 1px solid #fff;
    overflow: hidden;
  }
  .footer .bot .col-8 {
    border-right: 1px solid #fff;
    padding: 21px 0 17px 25px;
  }
  .footer .bot .col-8 a {
    color: #41cbd7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .bot .col-4 {
    padding: 11px 0 9px 0;
  }
  .footer .bot .col-4 .fa {
    color: #41cbd7;
    font-size: 44px;
    padding-right: 38px;
  }
}

/*----------  slider
------------------------------------------------------------------------------*/
.under-construct {
  width: 100%;
}
.under-construct img {
  width: 100%;
}
@media only screen and (min-width: 604px) and (max-width: 768px) {
  .under-construct {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 444px) and (max-width: 603px) {
  .under-construct {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 443px) {
  .under-construct {
    padding-top: 110px;
  }
}

#srp {
  color: #fff;
}

.blue {
  color: #41cbd7;
}

.li_disc {
  padding-left: 16px;
}
.li_disc li {
  list-style: disc;
}

/*# sourceMappingURL=style.css.map */
