body {
  height: 100%;
  background-color: #e1e8e8;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #27acb5;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #27acb5;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #adadad;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  color: #737373;
  font-size: 13px;
}
code, kbd, pre, samp {
   	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	margin-bottom: 10px;
  	color: #737373;
  	font-size: 13px;
	}

.button {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  padding: 7px 15px;
  border: 2px solid #07323b;
  border-radius: 2px;
  background-color: #07323b;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  border-color: #27acb5;
  background-color: #27acb5;
}
.button.slider-button {
  border-color: #27acb5;
  background-color: #27acb5;
}
.button.slider-button:hover {
  border-color: #07323b;
  background-color: #07323b;
}
.button.outline {
  background-color: white;
  color: black;
}
.button.outline:hover {
  background-color: #27acb5;
  color: white;
}
.button.color {
  border-color: #f29111;
  background-color: #f29111;
}
.button.color:hover {
  border-color: #07323b;
  background-color: #07323b;
}
.button.pagination-button {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 2px;
  padding-right: 0px;
  padding-left: 0px;
}
.button.small-button {
  padding: 3px 10px 2px;
  font-size: 12px;
}
.boxed-nav-menu {
  overflow-x: visible;
  overflow-y: visible;
  border-radius: 3px;
  background-color: #106270;
  color: white;
}
.nav-link {
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
.nav-link:hover {
  background-color: black;
  color: white;
}
.nav-link.w--current {
  color: #27acb5;
}
.nav-link.w--open {
  background-color: black;
}
.nav-link.language {
  padding-right: 55px;
}
.logo-container {
  text-decoration: none;
}
.logo-container:hover {
  color: black;
}
.boxed-navbar {
  background-color: transparent;
}
.boxed-slider {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 400px;
  border-radius: 3px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 5px 1px;
}
.boxed-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.boxed-container {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 4px 3px;
}
.boxed-content-wrapper {
  padding: 50px;
}
.home-widget-image {
  margin-bottom: 15px;
  border-radius: 3px;
}
.home-slide {
  background-image: url('../images/Foto-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
}
.home-slide._2 {
  background-image: url('../images/Foto-7.jpg');
}
.home-slide._3 {
  background-image: url('../images/Foto-6.jpg');
}
.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'Changa One', Impact, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}
.logo.subtitle {
  font-size: 13px;
  line-height: 24px;
  font-style: italic;
}
.logo.white {
  color: white;
}
.boxed-slider-content-wrapper {
  width: 600px;
  height: 100%;
  padding-top: 90px;
  padding-left: 50px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.34) 25%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.34) 25%, rgba(0, 0, 0, 0));
}
.slider-title {
  color: white;
  font-size: 45px;
  line-height: 44px;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px;
}
.slider-title._2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
.slider-nav {
  opacity: 0.5;
}
.slider-nav:hover {
  opacity: 1;
}
.boxed-image-container {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
  background-image: url('../images/Foto-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 4px 3px;
}
.image-block-overlay {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.column-1-half {
  padding-right: 20px;
}
.column-1-half-last {
  padding-left: 20px;
}
.bottom-footer-wrapper {
  padding: 20px 50px;
  background-color: #07323b;
  color: white;
  text-align: center;
}
.bottom-footer-text {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: white;
  font-size: 11px;
}
.link {
  color: #27acb5;
  font-size: 13px;
  text-decoration: none;
}
.link:hover {
  color: #f29111;
}
.link.bottom-footer-link {
  color: #f29111;
  font-size: 11px;
}
.link.bottom-footer-link:hover {
  color: #27acb5;
}
.link.footer-link {
  display: block;
}
.link.contact-info-link {
  display: block;
  margin-top: 3px;
}
.social-media-wrapper {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2000;
  width: 35px;
}
.some-link-block {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.29);
}
.some-link-block:hover {
  background-color: #27acb5;
}
.widget-links-list-item {
  padding-bottom: 8px;
}
.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #8da4a8;
  font-size: 17px;
}
.footer-title.white {
  color: #8da4a8;
}
.widget-title {
  margin-bottom: 15px;
  color: #f29111;
  font-size: 19px;
}
.dropdown-list.w--open {
  background-color: #27acb5;
  color: white;
}
.dropdown-link {
  display: block;
  padding: 8px 20px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
.dropdown-link:hover {
  background-color: black;
}
.dropdown-link.w--current {
  background-color: black;
  color: white;
}
.fullwidth {
  background-color: white;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.fullwidth-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fullwidth-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.fullwidth-section.tint {
  background-color: #f2f2f2;
}
.fullwidth-section.footer {
  padding-bottom: 0px;
  background-color: #104752;
}
.fullwidth-image-section {
  background-image: url('../images/Foto-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.boxed-footer {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 2px;
  background-color: #104752;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 4px 3px;
}
.fullwidth-slider {
  height: 400px;
  background-color: black;
}
.h5-white {
  color: #8da4a8;
  font-size: 17px;
}
.all-paragraphs-white {
  color: white;
}
.fullwidth-slider-content-wrapper {
  width: 550px;
}
.fullwidth-navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #106270;
}
.page-title {
  margin-bottom: 0px;
  color: white;
  font-size: 40px;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
}
.page-title._2 {
  font-size: 20px;
  font-weight: 400;
}
.page-title._3 {
  font-size: 17px;
  font-weight: 400;
}
.boxed-page-header {
  background-color: #27acb5;
  background-image: url('../images/Foto-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

/*
.boxed-page-header.sidebar-rechts {
  background-image: url('../images/Foto-7.jpg');
}
.boxed-page-header.over-ons {
  background-image: url('../images/Foto-6.jpg');
}
.boxed-page-header.contact {
  background-image: url('../images/Foto-8.jpg');
}
.boxed-page-header.news-archive {
  background-image: url('../images/Foto-4.jpg');
}
.boxed-page-header.project-category {
  background-image: url('../images/Foto-4.jpg');
}
*/ 
.page-header-overlay {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}
.divider {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.09);
}
.fullwidth-page-header {
  background-image: url('../images/Foto-1.jpg');
  background-color: none !important; 
  background-position: 50% 50%;
  background-size: cover;
}
/*
.fullwidth-page-header.over-ons {
  background-image: url('../images/Foto-8.jpg');
}
.fullwidth-page-header.contact {
  background-image: url('../images/Foto-5.jpg');
}
*/ 
.content-column {
  padding-right: 50px;
}
.widget-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget-image {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 3px;
}
.contact-info-list-item {
  padding-bottom: 7px;
}
.contact-info-icon-wrapper {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  padding-top: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  border-radius: 4px;
  background-color: #27acb5;
}
.contact-info-text {
  margin-top: 3px;
  margin-bottom: 0px;
}
.news-item-block {
  display: block;
  width: 100%;
  padding: 30px 50px;
  border-top: 1px solid #ebebeb;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-decoration: none;
}
.news-item-block:hover {
  background-color: whitesmoke;
}
.news-title {
  margin-bottom: 5px;
  font-size: 23px;
}
.news-title._2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 17px;
}
.recent-news-thumb {
  width: 195px;
  margin-right: 20px;
  float: left;
  border-radius: 3px;
}
.news-archive-wrapper {
  padding: 20px 50px;
}
.news-archive-col-left {
  text-align: right;
}
.news-archive-col-right {
  text-align: left;
}
.archive-field {
  height: 40px;
  margin-bottom: 0px;
  font-size: 13px;
}
.archive-form {
  margin-bottom: 0px;
}
.contact-form {
  margin-bottom: 0px;
  padding: 30px;
  border-radius: 3px;
  background-color: #f2f2f2;
}
.field {
  height: 45px;
  margin-bottom: 4px;
  border: 1px solid white;
  font-size: 13px;
}
.field:hover {
  background-color: rgba(255, 255, 255, 0.70);
}
.field:focus {
  border-color: #27acb5;
  background-color: white;
}
.field.area {
  height: 100px;
  padding-top: 12px;
}
.success-bg {
  padding-top: 20px;
  background-color: #27acb5;
  color: white;
  text-align: center;
}
.success-text {
  color: white;
}
.error-bg {
  padding-top: 20px;
  background-color: #f26363;
  text-align: center;
}
.error-text {
  color: white;
}
.google-map {
  height: 300px;
  padding-top: 25px;
  border-radius: 2px;
}
.fullwidth-slider-container {
  height: 100%;
  padding-top: 100px;
}
.overall-lightbox {
  width: 100%;
  margin-bottom: 30px;
}
.news-post-image {
  width: 100%;
  border-radius: 3px;
}
.splash-section {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/Foto-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.splash-overlay {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  padding-bottom: 150px;
  background-color: rgba(0, 0, 0, 0.49);
}
.splash-container {
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}
.digiwebsite-logo {
  height: 40px;
  margin-bottom: 40px;
}
.design-link-block {
  width: 250px;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}
.design-link-block:hover {
  opacity: 0.8;
}
.design-title {
  color: white;
  font-size: 15px;
}
.design-image {
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
}
.recent-news-block {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  text-decoration: none;
}
.recent-news-image {
  height: 55px;
  margin-right: 10px;
  float: left;
  border-radius: 3px;
}
.recent-news-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #27acb5;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.recent-news-title._2 {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 400;
}
.fullwidth-news-item-block {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-decoration: none;
}
.fullwidth-news-item-block:hover {
  	background-color: whitesmoke;
	/*background-color: rgba(255,255,255,0.4);*/
	}
.projects-row {
  margin-bottom: 25px;
}
.project-category-block {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #27acb5;
  /*background-image: url('../images/Foto-4.jpg');*/ 
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}
.project-category-block:hover {
  background-image: none !important;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

/*
.project-category-block._2 {
  background-image: url('../images/Foto-8.jpg');
}
.project-category-block._2:hover {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.project-category-block._3 {
  background-image: url('../images/Foto-1.jpg');
}
.project-category-block._3:hover {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.project-category-block._4 {
  background-image: url('../images/Foto-5.jpg');
}
.project-category-block._4:hover {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
*/ 
.project-category-title {
  margin-bottom: 5px;
  color: white;
  font-size: 25px;
  text-shadow: black 0px 0px 4px;
}
.project-category-title.description {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
}
.project-category-overlay-block {
  padding: 50px;
}
.project-block {
  display: block;
  border-radius: 3px;
  text-decoration: none;
}
.project-block:hover {
  opacity: 0.7;
}
.project-thumb {
  margin-bottom: 10px;
  border-radius: 3px;
}
.project-title {
  margin-top: 0px;
  color: #27acb5;
  font-size: 15px;
  font-weight: 700;
}
.project-single-image {
  border-radius: 3px;
}
.menu-flag-icon {
  height: 12px;
  margin-top: 3px;
  margin-right: 5px;
  float: left;
  border-radius: 2px;
}
.menu-language-item {
  display: inline-block;
}
html.w-mod-js *[data-ix="slider-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="slider-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="slider-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 12px;
    line-height: 19px;
  }
  .button {
    margin-top: 10px;
    font-size: 12px;
  }
  .boxed-nav-menu {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    font-size: 14px;
  }
  .boxed-slider {
    height: 300px;
  }
  .boxed-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .boxed-content-wrapper {
    padding: 30px;
  }
  .boxed-slider-content-wrapper {
    padding-top: 55px;
    padding-left: 30px;
  }
  .slider-title {
    font-size: 40px;
    line-height: 41px;
  }
  .slider-title._2 {
    font-size: 22px;
    line-height: 29px;
  }
  .image-block-overlay {
    padding-right: 30px;
    padding-left: 30px;
  }
  .link {
    font-size: 12px;
  }
  .footer-title {
    margin-bottom: 15px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 3px;
    background-color: #07323b;
    color: white;
    font-size: 23px;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #27acb5;
  }
  .menu-button.w--open {
    background-color: #07323b;
  }
  .widget-title {
    font-size: 19px;
  }
  .fullwidth-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fullwidth-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fullwidth-slider {
    height: 350px;
  }
  .fullwidth-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fullwidth-nav-menu {
    background-color: #07323b;
  }
  .page-title {
    font-size: 30px;
  }
  .page-title._2 {
    line-height: 23px;
  }
  .page-header-overlay {
    padding: 30px;
  }
  .news-item-block {
    padding: 30px;
  }
  .news-title {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .news-archive-col-left {
    padding-right: 0px;
  }
  .news-archive-col-right {
    padding-left: 0px;
  }
  .fullwidth-slider-container {
    padding-top: 75px;
  }
  .splash-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fullwidth-news-item-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .project-category-block {
    margin-bottom: 15px;
  }
  .project-category-overlay-block {
    padding-right: 35px;
    padding-left: 35px;
  }
  .project-column {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .button {
    margin-top: 5px;
  }
  .button.pagination-button {
    width: 30px;
    height: 30px;
    padding-top: 4px;
  }
  .boxed-nav-menu {
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 15px;
  }
  .logo-container {
    padding-left: 20px;
    padding-right: 20px;	
  }
  .boxed-slider {
    height: 250px;
    border-radius: 0px;
  }
  .boxed-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .boxed-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .boxed-content-wrapper {
    padding: 20px;
  }
  .logo {
    font-size: 30px;
  }
  .logo.subtitle {
    font-size: 13px;
    line-height: 20px;
  }
  .boxed-slider-content-wrapper {
    width: 100%;
    padding-top: 45px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-title {
    font-size: 30px;
    line-height: 32px;
  }
  .slider-title._2 {
    font-size: 19px;
    line-height: 20px;
  }
  .slider-nav {
    font-size: 9px;
  }
  .boxed-image-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .image-block-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-1-half {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .column-1-half-last {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-footer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
  }
  .widget-title {
    font-size: 15px;
  }
  .fullwidth-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .fullwidth-section {
    padding: 15px 25px;
  }
  .fullwidth-section.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .boxed-footer {
    border-radius: 0px;
  }
  .fullwidth-slider {
    height: 300px;
  }
  .fullwidth-slider-content-wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .fullwidth-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fullwidth-footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .page-title {
    font-size: 25px;
    line-height: 26px;
  }
  .page-title._2 {
    font-size: 17px;
  }
  .page-header-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sidebar-right {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-item-block {
    padding: 10px 20px;
  }
  .news-title {
    line-height: 22px;
  }
  .news-title._2 {
    font-size: 15px;
    line-height: 19px;
  }
  .news-archive-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-archive-col-left {
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .news-archive-col-right {
    padding-right: 0px;
  }
  .google-map {
    height: 200px;
    border-radius: 0px;
  }
  .digiwebsite-logo {
    margin-bottom: 20px;
  }
  .design-link-block {
    margin-top: 15px;
  }
  .fullwidth-news-item-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .project-category-title {
    font-size: 20px;
  }
  .project-category-title.description {
    font-size: 15px;
    line-height: 16px;
  }
  .project-category-overlay-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 21px;
  }
  h4 {
    font-size: 15px;
    line-height: 21px;
  }
  p {
    margin-bottom: 5px;
  }
  .boxed-slider {
    height: 220px;
  }
  .boxed-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .home-widget-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .home-widget-column.last {
    padding-bottom: 0px;
  }
  .home-widget-image {
    margin-bottom: 10px;
  }
  .logo {
    font-size: 25px;
    line-height: 30px;
  }
  .slider-title {
    font-size: 23px;
    line-height: 25px;
  }
  .slider-title._2 {
    font-size: 16px;
  }
  .image-block-overlay {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .column-1-half {
    padding-bottom: 5px;
  }
  .widget-links-list-item {
    padding-bottom: 5px;
  }
  .menu-button {
    margin-right: 15px;
  }
  .fullwidth-slider {
    height: 250px;
  }
  .fullwidth-navbar {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .page-title {
    font-size: 21px;
  }
  .page-title._2 {
    font-size: 15px;
    line-height: 16px;
  }
  .page-header-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }
  .recent-news-thumb {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .contact-form {
    padding: 15px;
  }
  .fullwidth-slider-container {
    padding-top: 55px;
  }
  .project-category-block {
    margin-bottom: 10px;
  }
  .project-category-title.description {
    font-size: 13px;
    line-height: 10px;
  }
  .project-category-overlay-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .project-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-title {
    font-size: 13px;
  }
}

