/*
 *  Website & design by CreativeKing
 *  www.creativeking.nl
 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.eot?") format("eot"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto") format("svg"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Roboto-Bold.eot?") format("eot"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto") format("svg"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Roboto-Italic.eot?") format("eot"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto") format("svg"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.eot?") format("eot"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto") format("svg"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.eot?") format("eot"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto") format("svg"); }
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Roboto-MediumItalic.eot?") format("eot"), url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic.svg#Roboto") format("svg"); }
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Roboto-Black.eot?") format("eot"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto") format("svg"); }
/**** Fonts ****/
/**** Colors ****/
/**** Images ****/
/**** Spaces ****/
/**** Border ****/
* {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #7e7e7e;
  background: #fafafa; }

#page-content {
  flex: 1 0 auto;
  min-height: auto; }

img {
  max-width: 100%; }

.container {
  position: relative; }

/****** Text styling *******/
h1, h2, h3, h4 {
  color: #2ac1d1;
  font-weight: 700; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

/****** Form styling *******/
label {
  color: #2ac1d1;
  font-size: 16px;
  font-weight: bold; }

textarea {
  min-height: 150px; }

input[type=submit] {
  background: #2ac1d1; }
  input[type=submit]:hover {
    background: #18a6b6; }

.form-control {
  background: #f5f5f5;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.success-message, .error-message {
  padding: 10px 15px;
  margin-bottom: 10px; }

.success-message {
  background: #64cd37;
  color: #fff; }

.error-message {
  background: #f53c3c !important;
  color: #fff; }

/****** Basic DIV styling *******/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

/****** Basic element styling *******/
.btn {
  padding: 7px 20px;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.btn-primary {
  background: #2ac1d1;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #18a6b6;
    color: #fff; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pagination {
  margin-top: 10px; }
  .pagination .page-link {
    color: #7e7e7e; }
  .pagination .page-item.active .page-link {
    color: #fff;
    background: #2ac1d1;
    border-color: #2ac1d1; }

.breadcrumb {
  padding: .75rem 0px;
  margin-bottom: 0px;
  background-color: transparent; }
  .breadcrumb .breadcrumb-item a {
    color: #2ac1d1; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">"; }

.breadcrumb-padding {
  padding: .75rem 50px; }

.errors ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0; }

/* Header */
header {
  width: 100%;
  height: 175px;
  background: #fff;
  position: relative;
  z-index: 10; }
  @media (min-width: 840px) {
    header {
      height: 60px; } }
  header .header-bubble {
    position: absolute;
    left: 50%;
    top: 58px;
    margin-left: -420px;
    display: none; }
    @media (min-width: 840px) {
      header .header-bubble {
        display: block; } }
  header .header-logo {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -100px; }

/* Navigation */
.navbar {
  padding: 8px 0;
  font-size: 16px; }

.main-nav-2 {
  float: right; }

.main-nav-full {
  position: absolute;
  z-index: 10; }
  .main-nav-full .navbar-nav {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }
  .main-nav-full .navbar {
    padding: 10px 1rem; }

.navbar-nav .active .nav-link {
  background: #2ac1d1;
  color: #fff !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.nav-link {
  padding: 10px 20px !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  .nav-link:hover, .nav-link:focus, .nav-link:active, .nav-link .active {
    background: #2ac1d1;
    color: #fff !important; }

.dropdown-menu {
  margin: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 0;
  min-width: 11rem; }
  .dropdown-menu .dropdown-item {
    padding: 10px 1.5rem; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item .active {
      background: #2ac1d1;
      color: #fff !important; }

.navbar-toggler {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler .active {
    background: #2ac1d1;
    color: #fff !important; }
    .navbar-toggler:hover .navbar-toggler-icon, .navbar-toggler:focus .navbar-toggler-icon, .navbar-toggler:active .navbar-toggler-icon, .navbar-toggler .active .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* Pages */
.splash-header {
  position: fixed !important; }

.splash-screen {
  width: 100%;
  height: 100%;
  margin-top: 175px; }
  @media (min-width: 840px) {
    .splash-screen {
      margin-top: 0; } }
  .splash-screen .splash-item {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .splash-screen .splash-item {
        width: 50%;
        float: left; } }
    @media (min-width: 1200px) {
      .splash-screen .splash-item {
        width: 25%;
        height: 100%; } }
    .splash-screen .splash-item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.3;
      z-index: 1; }
    .splash-screen .splash-item .splash-img {
      min-width: 100%;
      max-width: none;
      transition: 2s; }
      @media (min-width: 768px) {
        .splash-screen .splash-item .splash-img {
          width: 100%;
          height: 100%;
          height: auto; } }
    .splash-screen .splash-item:hover .splash-img {
      transform: scale(1.1);
      z-index: 2; }
    @media (min-width: 1200px) {
      .splash-screen .splash-item .splash-img {
        width: auto;
        max-width: inherit;
        height: 100%; } }
    .splash-screen .splash-item .caption {
      position: absolute;
      width: 100%;
      height: 100px;
      padding: 20px 20px;
      left: 0;
      bottom: 0;
      background-color: #000;
      color: #fff;
      font-size: 36px;
      font-weight: 900;
      text-align: center;
      z-index: 5; }
      @media (min-width: 768px) {
        .splash-screen .splash-item .caption {
          padding: 25px 50px;
          font-size: 36px; } }
      @media (min-width: 992px) {
        .splash-screen .splash-item .caption {
          padding: 20px 50px;
          font-size: 40px; } }
      @media (min-width: 1200px) {
        .splash-screen .splash-item .caption {
          padding: 25px 20px;
          font-size: 33px; } }
      @media (min-width: 1980px) {
        .splash-screen .splash-item .caption {
          padding: 15px 50px;
          font-size: 48px; } }
    .splash-screen .splash-item .caption-1 {
      background: #2ac1d1; }
    .splash-screen .splash-item .caption-2 {
      background: #e8460d; }
    .splash-screen .splash-item .caption-3 {
      background: #6ab912; }
    .splash-screen .splash-item .caption-4 {
      background: #f0af26; }
    .splash-screen .splash-item:hover .caption {
      background: #18a6b6; }

.index-portfolio .portfolio-item {
  position: relative;
  transition: 1s;
  height: 252px;
  max-height: 252px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .index-portfolio .portfolio-item:hover {
    cursor: pointer;
    transform: scale(1.1);
    z-index: 2; }
  .index-portfolio .portfolio-item img {
    width: 100%;
    min-height: 100%; }
  .index-portfolio .portfolio-item .caption {
    position: absolute;
    min-width: 200px;
    left: 15px;
    bottom: 10px;
    padding-top: 5px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    z-index: 10; }
  .index-portfolio .portfolio-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3; }

.detailed-info {
  background: #fff;
  padding: 25px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  -moz-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6); }
  @media (min-width: 768px) {
    .detailed-info {
      min-height: 640px; } }
  @media (min-width: 992px) {
    .detailed-info {
      min-height: 480px; } }
  @media (min-width: 1200px) {
    .detailed-info {
      min-height: 440px; } }
  .detailed-info h3 {
    color: #2ac1d1;
    font-size: 22px;
    margin-bottom: 15px; }
  .detailed-info .icon {
    transition: 700ms;
    width: 84px; }
  .detailed-info:hover .icon {
    transform: scale(1.2);
    z-index: 2; }

.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 27px;
  transition: 1s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .portfolio .portfolio-item:hover {
    cursor: pointer;
    transform: scale(1.1);
    z-index: 2; }
  .portfolio .portfolio-item img {
    width: 100%; }
  .portfolio .portfolio-item .caption {
    position: absolute;
    min-width: 200px;
    left: 15px;
    bottom: 10px;
    padding-top: 5px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    z-index: 10; }
  .portfolio .portfolio-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3; }
  .portfolio .portfolio-item .button-div {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    bottom: 15px; }
@media (min-width: 992px) {
  .portfolio .col-lg-8 .portfolio-item {
    height: 527px;
    overflow: hidden; }
    .portfolio .col-lg-8 .portfolio-item img {
      min-height: 527px; }
  .portfolio .col-lg-4 .portfolio-item {
    height: 250px;
    overflow: hidden; }
    .portfolio .col-lg-4 .portfolio-item img {
      min-height: 250px; } }

.portfolio-image {
  margin-bottom: 30px;
  transition: 1s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  -moz-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6); }
  .portfolio-image img {
    width: 100%; }
  .portfolio-image:hover {
    cursor: pointer;
    transform: scale(1.05);
    z-index: 2; }

.portfolio-info {
  width: 100%;
  min-height: 150px;
  background: #2ac1d1;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .portfolio-info h1, .portfolio-info h2, .portfolio-info h3, .portfolio-info h4 {
    color: #fff; }
  .portfolio-info h2 {
    padding: 30px 50px 15px 50px;
    margin: 0;
    font-size: 36px;
    text-align: center; }
  .portfolio-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 900; }
  .portfolio-info .content {
    padding: 30px 50px; }

.back-button {
  position: absolute;
  left: 30px;
  top: 19px;
  width: 34px;
  height: 34px; }
  .back-button a {
    display: block;
    position: relative;
    width: 34px;
    height: 34px; }

.shopping-cart {
  position: absolute;
  display: none;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px; }
  .shopping-cart a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 13px 12px;
    background: #2ac1d1;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    .shopping-cart a .amount {
      position: absolute;
      width: 20px;
      height: 20px;
      padding: 1px 6px;
      right: -5px;
      bottom: -5px;
      background-color: #e13007;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }

.photo-gallery {
  position: relative; }
  .photo-gallery .gallery-item {
    position: relative;
    transition: 1s;
    max-height: 340px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; }
    .photo-gallery .gallery-item .cart {
      position: absolute;
      right: 8px;
      bottom: 8px;
      width: 35px;
      height: 35px;
      padding: 8px 8px;
      background: #2ac1d1;
      z-index: 1;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .photo-gallery .gallery-item:hover {
      cursor: pointer;
      transform: scale(1.05);
      z-index: 2; }
    @media (min-width: 768px) {
      .photo-gallery .gallery-item {
        max-height: 140px; } }
    @media (min-width: 992px) {
      .photo-gallery .gallery-item {
        max-height: 140px; } }
    @media (min-width: 1200px) {
      .photo-gallery .gallery-item {
        max-height: 170px; } }

.order-form {
  position: relative;
  display: none;
  width: 300px;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  z-index: 20; }
  .order-form .form-group {
    margin-bottom: 10px; }
  .order-form .close-button {
    position: absolute;
    right: 15px;
    top: 8px;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold; }

.touchspin {
  height: 30px !important; }

.bootstrap-touchspin .btn {
  padding: 3px 10px !important; }

#map-canvas {
  position: relative;
  width: 100%;
  height: 300px; }
  @media (min-width: 768px) {
    #map-canvas {
      height: 500px; } }

.contact-page {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  -moz-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6); }
  .contact-page h1 {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 36px;
    text-align: center; }
  .contact-page .content {
    padding: 30px 50px; }
  .contact-page .contact-details {
    height: 100%;
    margin-right: -1px;
    padding: 0 50px 50px 50px;
    background: url("../img/contact-bg.png") right bottom no-repeat #2ac1d1;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
    .contact-page .contact-details h1, .contact-page .contact-details h2, .contact-page .contact-details h3 {
      color: #fff; }
    .contact-page .contact-details h2 {
      padding: 15px 0 15px 0;
      margin: 0;
      font-size: 36px;
      text-align: center; }
    .contact-page .contact-details a {
      color: #fff; }
      .contact-page .contact-details a:hover, .contact-page .contact-details a:focus, .contact-page .contact-details a:active {
        color: #fff; }

.pricing-block {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  -moz-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  overflow: hidden;
  margin-top: 55px; }
  .pricing-block .pricing-title {
    width: 100%;
    height: 65px;
    padding: 15px;
    background: #2ac1d1;
    color: #fff;
    text-align: center; }
    .pricing-block .pricing-title h3 {
      color: #fff;
      font-size: 30px; }
  .pricing-block .pricing-content {
    padding: 20px 30px 1px 30px; }
    .pricing-block .pricing-content ul {
      margin-left: 15px; }
    .pricing-block .pricing-content .ssl {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #f0b027;
      background: rgba(240, 176, 39, 0.23);
      padding: 7px 10px 8px 10px;
      margin-bottom: 5px; }
      .pricing-block .pricing-content .ssl .icon {
        float: left; }
        .pricing-block .pricing-content .ssl .icon img {
          width: 16px; }
      .pricing-block .pricing-content .ssl .text {
        float: left;
        padding-top: 1px;
        padding-left: 10px; }
  .pricing-block .pricing-price {
    padding: 0 25px 20px 25px;
    text-align: center; }
    .pricing-block .pricing-price .price {
      font-weight: bold;
      font-size: 34px; }
    .pricing-block .pricing-price small {
      font-size: 12px; }

.most-chosen {
  margin-top: 19px;
  border: 4px solid #f0b027;
  background: #f0b027; }
  .most-chosen .pricing-most-chosen {
    width: 100%;
    padding: 5px 20px 7px 20px;
    color: #fff;
    text-align: center;
    font-weight: bold; }
  .most-chosen .pricing-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .most-chosen .pricing-content, .most-chosen .pricing-price {
    background: #fff; }

/* Footer */
footer {
  width: 100%;
  padding: 30px 0;
  margin: 20px 0 0 0;
  background: #2ac1d1;
  color: #fff;
  font-size: 14px; }
  @media (min-width: 768px) {
    footer {
      min-height: 280px; } }
  footer h4 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 900; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:focus, footer a:active {
      color: #fff; }
  footer ul {
    list-style-type: none; }
    footer ul li a {
      color: #fff; }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
        color: #fff; }

.social a img {
  transition: 700ms; }
.social a:hover img {
  transform: scale(1.2);
  z-index: 2; }

/* Modules */
.slider {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .slider {
      height: 525px; } }
  @media screen and (min-width: 2130px) and (min-height: 660px) {
    .slider {
      height: 650px; } }
  .slider .caption, .slider .rsABlock {
    position: absolute;
    width: 540px;
    height: 50px;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -270px;
    padding: 10px 70px;
    background: url("../img/description-bubble.png") no-repeat left top;
    color: #4f4f4f;
    text-align: center;
    font-size: 20px;
    font-weight: 500; }
  .slider #full-width-slider {
    width: 100%;
    color: #000; }
  .slider .rsMinW, .slider .rsMinW .rsOverflow, .slider .rsMinW .rsSlide, .slider .rsMinW .rsVideoFrameHolder, .slider .rsMinW .rsThumbs {
    background: transparent; }
  .slider .rsContent .container {
    position: relative; }
  .slider .rsImg {
    position: absolute; }
  .slider .rsMinW .rsArrow {
    width: 37px;
    height: 37px; }
  .slider .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    width: 34px;
    height: 34px;
    background: url("../img/icons/arrow-left.png");
    background-position: 0 0; }
  .slider .rsMinW .rsArrowLeft {
    left: 20px;
    right: auto;
    margin-top: -16px; }
  .slider .rsMinW .rsArrowRight {
    right: 20px;
    left: auto;
    margin-top: -16px; }
  .slider .rsMinW .rsArrowLeft, .slider .rsMinW .rsArrowRight {
    top: auto;
    bottom: 175px; }
  @media (min-width: 768px) {
    .slider .rsMinW .rsArrowLeft, .slider .rsMinW .rsArrowRight {
      top: 50%;
      bottom: auto; } }
  .slider .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    width: 34px;
    height: 34px;
    background: url("../img/icons/arrow-right.png");
    background-position: 0 0; }
  .slider .rsMinW .rsBullets {
    display: none;
    right: 20px;
    z-index: 500; }
  @media (min-width: 768px) {
    .slider .rsMinW .rsBullets {
      display: block; } }
  .slider .rsMinW .rsBullet {
    width: 25px;
    height: 30px; }
  .slider .rsMinW .rsBullet span {
    width: 15px;
    height: 15px;
    background: #fff; }
  .slider .rsMinW .rsBullet.rsNavSelected span {
    background: #2ac1d1; }
  @media screen and (min-width: 960px) and (min-height: 660px) {
    .slider .heroSlider .rsOverflow,
    .slider .royalSlider.heroSlider {
      height: 525px !important; } }
  @media screen and (min-width: 768px) and (min-height: 1000px) {
    .slider .heroSlider .rsOverflow,
    .slider .royalSlider.heroSlider {
      height: 525px !important; } }
  @media screen and (min-width: 0px) and (max-width: 768px) {
    .slider .royalSlider.heroSlider,
    .slider .royalSlider.heroSlider .rsOverflow {
      height: 300px !important; } }
  @media screen and (min-width: 2130px) and (min-height: 660px) {
    .slider .heroSlider .rsOverflow,
    .slider .royalSlider.heroSlider {
      height: 650px !important; } }

.call-to-action {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .call-to-action {
      height: 300px; } }
  .call-to-action .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1; }
  .call-to-action .call-to-action-img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    filter: blur(4px); }
    @media (min-width: 768px) {
      .call-to-action .call-to-action-img {
        height: auto; } }
  .call-to-action .caption {
    position: absolute;
    width: 100%;
    height: 260px;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff; }
    .call-to-action .caption .content {
      padding: 50px;
      font-size: 24px; }
      .call-to-action .caption .content h2 {
        font-size: 36px;
        font-weight: 900;
        color: #fff; }
      .call-to-action .caption .content .btn-call-to-action {
        padding: 10px 30px;
        font-size: 24px;
        font-weight: 500; }

.content-page {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  -moz-box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6);
  box-shadow: 0px 0px 10px -2px rgba(83, 83, 83, 0.6); }
  .content-page h1 {
    padding: 30px 0 0 0;
    margin: 0;
    font-size: 36px;
    text-align: center; }
  .content-page .content {
    padding: 30px 50px 50px 50px; }
    .content-page .content img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }

/*# sourceMappingURL=style.css.map */
