@import url(https://fonts.googleapis.com/css?family=Advent+Pro:300,400,600&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oxygen:300,700);
.f1 {
  font-family: 'Oxygen', sans-serif;
}
.f2 {
  font-family: 'Oxygen', sans-serif;
}
.linksWhite a:link,
.linksWhite a:visited {
  color: #fff;
}
.linksWhite a:hover,
.linksWhite a:active {
  color: #fff;
}
.linkGrey2 a:link,
.linkGrey2 a:visited {
  color: #5a5b5c;
}
.linkGrey2 a:hover,
.linkGrey2 a:active {
  color: #2e8fd2;
}
.h2 {
  text-align: center;
  text-transform: uppercase;
  color: #cacaca;
  font-family: 'Oxygen', sans-serif;
  font-size: 36px;
  margin-bottom: 30px;
}
.btnPink {
  background-color: #2e8fd2;
  border-radius: 0px;
  color: #fff;
}
.btnPink:hover {
  background-color: #5a5b5c;
  color: #fff;
}
.btnBlue {
  background-color: #2e8fd2;
  border-radius: 0px;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
}
.btnBlue:hover {
  background-color: #2c2f35;
  color: #fff;
}
.upper {
  text-transform: uppercase;
}
.just {
  text-align: justify;
}
.listNone {
  list-style-type: none;
  padding: 0px;
}
a,
button,
div,
input,
img {
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  -moz-transition: color 0.5s ease, background 0.5s ease;
  -o-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
}
a:hover {
  text-decoration: none;
}
iframe {
  border: none;
}
.fluid-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.fluid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#back-top {
  position: fixed;
  right: 3%;
  bottom: 90px;
  z-index: 1000;
  display: none;
  color: red;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 20px;
  width: 33px;
  height: 33px;
  color: #2e8fd2;
  text-align: center;
}
#back-top .material-icons {
  font-size: 30px;
}
#back-top:hover {
  color: #5a5b5c;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
i {
  display: inline-block;
  vertical-align: middle;
}
iframe {
  border: 0 none;
  border-radius: 0;
  font-size: 0;
  margin: 0;
  outline: medium none;
  padding: 0;
  vertical-align: top;
  width: 100% !important;
}
body#front header {
  background-image: url(../img/pageBg.jpg);
  background-repeat: no-repeat;
  min-height: 656px;
  background-size: cover;
  padding-top: 40px;
}
body.page header {
  background-image: url(../img/slide.jpg);
  background-repeat: no-repeat;
  min-height: 400px;
  background-position: 0px 60px;
  background-size: cover;
}
header .left-part {
  padding: 20px 0px;
  padding-right: 50px;
  width: 40.8%;
  background-color: #2e8fd2;
  text-align: center;
  position: relative;
  float: left;
  height: 100%;
}
header .left-part a {
  float: right;
  text-align: right;
}
header .right-part {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  float: right;
  top: 0;
  width: 59.2%;
  height: 100%;
}
header .right-part nav {
  padding-top: 50px;
}
header .right-part nav ul li {
  display: inline-block;
  font-size: 25px;
  font-family: 'Oxygen', sans-serif;
  margin-right: 10px;
}
header .right-part nav ul li a:link,
header .right-part nav ul li a:visited {
  color: #5a5b5c;
}
header .right-part nav ul li a:hover,
header .right-part nav ul li a:active {
  color: #2e8fd2;
}
header .right-part nav ul li:last-child {
  margin-right: 0px;
}
main h1 {
  text-align: center;
  font-family: 'Oxygen', sans-serif;
  text-transform: uppercase;
  margin: 50px 0px;
  color: #2e8fd2;
}
main h2 {
  font-family: 'Oxygen', sans-serif;
  color: #2e8fd2;
  font-size: 37px;
  margin-bottom: 30px;
}
main #aboutUs {
  font-family: 'Oxygen', sans-serif;
  font-size: 20px;
}
main #aboutUs ol {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  padding-left: 15px;
  margin-bottom: 4em;
}
main #aboutUs .rounded-list a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  *padding: .4em;
  margin: .5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: all 0.3s ease-out;
}
main #aboutUs .rounded-list a:hover {
  background: #eee;
}
main #aboutUs .rounded-list a:hover:before {
  transform: rotate(360deg);
}
main #aboutUs .rounded-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #2e8fd2;
  color: #fff;
  height: 2.4em;
  width: 2.4em;
  line-height: 1.8em;
  border: .3em solid #fff;
  text-align: center;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}
main .banner {
  margin: 20px 0px;
}
main .banner figcaption {
  background-color: #2c2f35;
  padding: 15px 0px;
  color: #fff;
  font-family: 'Oxygen', sans-serif;
}
main .banner figcaption > div > div:first-child {
  text-align: center;
}
main .banner figcaption > div > div:first-child i {
  font-size: 60px;
}
main .banner figcaption > div > div:nth-child(2) {
  font-size: 28px;
  line-height: 30px;
}
main .banner figcaption > div > div:nth-child(2) span {
  color: #2e8fd2;
}
main .banner figcaption > div > div:nth-child(3) a:link,
main .banner figcaption > div > div:nth-child(3) a:visited {
  color: #fff;
  display: block;
  position: relative;
}
main .banner figcaption > div > div:nth-child(3) a:link i,
main .banner figcaption > div > div:nth-child(3) a:visited i {
  transition: all 0.3s ease-out;
}
main .banner figcaption > div > div:nth-child(3) a:hover i {
  transform: rotate(180deg);
}
main .banner figcaption > div > div:nth-child(3) i {
  font-size: 50px;
  background-color: #2e8fd2;
  border-radius: 50%;
}
main #contact {
  margin: 80px;
}
main #contact h2 {
  color: #2e8fd2;
  text-transform: uppercase;
  text-align: center;
}
main #contact form {
  font-family: 'Oxygen', sans-serif;
}
main #contact form input,
main #contact form textarea {
  border-radius: 0px;
  padding: 20px 10px;
}
main aside {
  font-family: 'Oxygen', sans-serif;
  font-size: 17px;
}
main .pageNormal {
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
}
main .gallery img {
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
main .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
main .card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
main .card ul {
  margin: 15px 0px;
}
main .card span.card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
main .card .card-image {
  position: relative;
  overflow: hidden;
}
main .card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}
main .card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
main .card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
main .card .card-content p {
  margin: 0;
  color: inherit;
}
main .card .card-content span.card-title {
  line-height: 48px;
}
main .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
main .bannerOffer {
  margin-top: 80px;
}
main .bannerOffer h1 {
  text-align: center;
  margin-bottom: 40px;
}
main .bannerOffer .item h4 {
  font-family: 'Oxygen', sans-serif;
  text-align: center;
  color: #2e8fd2;
  font-weight: 600;
  font-size: 25px;
}
.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}
footer {
  background-color: #2c2f35;
  margin-top: 50px;
  color: #fff;
  padding: 20px 0px;
  font-family: 'Oxygen', sans-serif;
  text-align: center;
}
footer i {
  font-size: 40px !important;
  display: block;
  margin-bottom: 10px;
}
#footerCopy {
  color: #5a5b5c;
  margin: 10px 0px;
  font-family: 'Oxygen', sans-serif;
}
#footerCopy > div > div > div:last-child {
  text-align: right;
}
#footerCopy a:link,
#footerCopy a:visited {
  color: #5a5b5c;
}
#footerCopy a:hover,
#footerCopy a:active {
  color: #2e8fd2;
}
.slicknav_menu {
  background-color: #2e8fd2;
  font-family: 'Oxygen', sans-serif;
}
.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
}
.slicknav_nav li {
  text-align: center;
  font-size: 20px;
}
.slicknav_btn {
  background-color: #2e8fd2;
}
#OSKjozwiak {
  height: 400px;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
