/*!
Theme Name: dummy-scss
Theme URI: http://underscores.me/
Author: Yools
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dummy-scss
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dummy-scss is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* number of images per row */
/* number of images per row in responsive mode (> 480px) */
/* spacing between each image */
/* Do not edit - width & spacing relation */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
body, button, input, select, textarea {
  color: #737373;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: ;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-family: sans-serif;
  font-weight: normal;
}
h1 {
  width: 100%;
  padding: 12px 24px;
  font-size: 8px;
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  background-color: #eb312f;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
}
h2 {
  font-weight: bold;
  font-size: 6px;
  font-size: 36px;
  color: #eb312f;
  text-transform: uppercase;
}
h3 {
  color: #eb312f;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 3.33333px;
  font-size: 20px;
}
p, a, li, td, button {
  font-family: sans-serif;
}
p {
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-size: 2.66667px;
  font-size: 16px;
}
h2 + p, p + h2 {
  margin-top: 24px;
}
h3 + p, p + h3 {
  margin-top: 18px;
}
p + .btn, p + .btn-xl, .btn + p, .btn-xl + p {
  margin-top: 24px;
}
dfn, cite, em, i {
  font-style: italic;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  /* Fallback for when there is no custom background color defined. */
  background: #fff;
}
hr {
  background-color: #eb312f;
  border: 0;
  height: 2px;
  width: 300px;
  margin: 96px auto;
  position: relative;
}
hr:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25%;
  border-top: 2px solid #2e5563;
}
ul, ol {
  margin: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
  max-width: 100%;
}
figure {
  /* Extra wide images within figure tags don't overflow the content area. */
  margin: 1em 0;
}
table {
  margin: 24px 0;
  width: 100%;
}
table td {
  border: 1px solid #eb312f;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
}
.row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 48px;
}
.row .col-1 {
  width: 100%;
}
.row .col-2 {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.row .col-3 {
  -webkit-flex-basis: 31%;
  flex-basis: 31%;
}
.row .col-4 {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
}
.row .col-5 {
  -webkit-flex-basis: 18%;
  flex-basis: 18%;
}
.row .col-6 {
  -webkit-flex-basis: 15%;
  flex-basis: 15%;
}
.row .col-2.no-spacing {
  -webkit-flex-basis: 50% !important;
  flex-basis: 50% !important;
}
.row .col-3.no-spacing {
  -webkit-flex-basis: calc(100% / 3) !important;
  flex-basis: calc(100% / 3) !important;
}
.row .col-4.no-spacing {
  -webkit-flex-basis: 25% !important;
  flex-basis: 25% !important;
}
.row .col-5.no-spacing {
  -webkit-flex-basis: 20% !important;
  flex-basis: 20% !important;
}
.row .col-6.no-spacing {
  -webkit-flex-basis: calc(100% / 6) !important;
  flex-basis: calc(100% / 6) !important;
}
.btn, .btn-xl, input[type="submit"] {
  display: inline-block;
  background: #eb312f;
  color: #fff;
  border: none;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.btn:hover, .btn-xl:hover, input[type="submit"]:hover {
  background-color: #e91a18;
  color: #fff;
}
.btn-xl {
  width: 100%;
  text-align: center;
}
select {
  border: 1px solid #eb312f;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea {
  width: 100%;
  max-width: 671px;
  padding: 10px;
  color: #898989 !important;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  text-shadow: none;
  margin-bottom: 5px;
  border: 1px solid #efeded;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #898989;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #595959;
}
input:focus, textarea:focus {
  outline: none;
  border: 1px solid #898989;
}
textarea {
  height: 150px;
}
a {
  color: #d20a08;
}
a:hover, a:focus, a:active {
  color: #225661;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  min-height: 110px;
  position: relative;
  /* Small menu. */
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  right: calc((100vw - 1140px) / 2);
  transform: translate(0, -50%);
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-left: 24px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #2e5563;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2.66667px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
.main-navigation a:hover {
  color: #eb312f;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  position: relative;
  color: #eb312f;
}
.main-navigation .current_page_item > a:hover, .main-navigation .current-menu-item > a:hover, .main-navigation .current_page_ancestor > a:hover, .main-navigation .current-menu-ancestor > a:hover {
  color: #eb312f;
}
.menu-toggle, .main-navigation.toggled ul {
  display: block;
  width: 53px;
  background: #d31614;
  padding: 6px 11px !important;
  position: relative;
  outline: none;
  border: none;
  z-index: 9999;
}
.menu-toggle:hover, .main-navigation.toggled ul:hover {
  background-color: none;
}
.menu-toggle span, .main-navigation.toggled ul span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 9px 1px;
}
@media screen and (min-width: 1140px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  /* Do not show the outline on the skip link target. */
}
.screen-reader-text:focus {
  background-color: ;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: ;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
.widget {
  /* Make sure select elements fit in widgets. */
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  outline: none;
}
html, body {
  height: 100%;
  min-height: 100%;
}
#page, #content {
  min-height: 100%;
  overflow: hidden;
}
.transition, .site-content a, .main-navigation a, input {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, button:hover {
  cursor: pointer;
  outline: 0;
}
a:active, button:active, a:focus, button:focus {
  outline: 0;
}
.sheet {
  margin: 0 auto;
  position: relative;
  cursor: auto;
  width: 1140px;
  z-index: auto !important;
}
.sheet:before {
  width: 100%;
  content: " ";
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.sheet:after {
  clear: both;
  font: 0/0 serif;
  display: block;
  content: " ";
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
header {
  position: relative;
}
.logo {
  display: block;
  position: absolute;
  top: 50%;
  left: calc((100vw - 1140px) / 2);
  transform: translate(0, -50%);
  max-height: 65%;
  z-index: 9999;
  max-width: 180px;
}
.logo img {
  display: block;
  margin: 0 auto;
  margin-top: -15px;
}
footer {
  width: 100%;
  padding: 24px 0;
  background-color: #eb312f;
}
footer .yools-logo {
  float: right;
}
.news-block {
  width: 100%;
}
.news-block {
  width: 100%;
}
.news-block .news-wrapper {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
}
.news-block .news-wrapper .news-content {
  flex-basis: 70%;
  float: left;
}
.news-block .news-wrapper .news-content .btn, .news-block .news-wrapper .news-content .btn-xl {
  margin-top: 24px;
}
.news-block .news-wrapper .news-img {
  flex-basis: 25%;
  float: left;
}
.news-block .news-wrapper .news-img img {
  float: right;
}
.contact-row {
  display: flex;
  margin: 0 0 48px -12px;
  /* ADD CUSTOM CSS BELOW */
  /*********************************************************************************************/
}
.contact-row .contact-img {
  width: 60px;
  float: left;
  padding: 12px;
}
.contact-row .contact-info {
  float: left;
  padding: 0 12px;
}
.contact-row .contact-info p {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.contact-row .contact-info p span {
  font-weight: 300;
  font-size: 18px;
}
html, body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
html h1, body h1, html h2, body h2, html h3, body h3, html h4, body h4, html h5, body h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html p, body p, html a, body a, html li, body li, html td, body td, html button, body button {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
html p, body p {
  margin: 0px 0px 25px 0px;
  font-size: 14px;
  line-height: 22px;
}
html h1, body h1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #404040;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 18px;
  padding: 0;
  text-align: left;
  width: auto;
  text-transform: none;
  line-height: 1.4;
}
html h2, body h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #404040;
  text-transform: none;
}
html h3, body h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #404040;
  text-transform: none;
}
html h4, body h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2e5563;
}
html #content, body #content {
  min-height: 600px;
}
html a, body a {
  text-decoration: none;
}
footer {
  background: #2c2c2c;
  padding: 55px 0 24px;
}
.main-navigation a {
  font-family: 'Roboto', sans-serif;
  color: #404040;
  text-transform: none;
  font-weight: 500;
  font-size: 17px;
}
.main-navigation li {
  margin-left: 50px;
  padding: 42px 0px;
  border-bottom: 3px solid transparent;
}
.main-navigation .current_page_item, .main-navigation .current-menu-item {
  border-bottom: 3px solid #eb312f;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
  color: #404040;
}
.btn, .btn-xl, .btn-xl, input[type="submit"] {
  font-size: 14px;
  line-height: normal;
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
  font-weight: 400;
  padding: 12px 25px;
}
.btn:focus, .btn-xl:focus, .btn-xl:focus, input[type="submit"]:focus, .btn:hover, .btn-xl:hover, .btn-xl:hover, input[type="submit"]:hover, .btn:active, .btn-xl:active, .btn-xl:active, input[type="submit"]:active {
  border: medium none;
  color: #fff;
}
.entry-content > h1 {
  display: none;
}
.entry-content ul {
  padding: 0px;
}
.entry-content ul li {
  background: url(/wp-content/uploads/2016/12/blue-check-right.png) no-repeat scroll 0px 6px;
  padding-left: 25px;
  list-style: none;
}
.contact-section {
  margin-top: 50px;
}
.contact-section iframe {
  display: block;
}
.contact-section .contact-info {
  background: #2e5563;
  padding: 30px 30px;
  min-width: 350px;
  position: absolute;
  right: 0;
  color: #fff;
  top: -30px;
  z-index: 1;
}
.contact-section .contact-info .contact-info-box {
  margin: 0 0 15px;
}
.contact-section .contact-info .contact-info-box > div {
  width: 48%;
  display: inline-block;
}
.contact-section .contact-info h1 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.1;
}
.contact-section .contact-info:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 21px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid #2e5563;
  border-bottom: 13px solid transparent;
}
.hero-section {
  background: url("/wp-content/uploads/2016/12/hero-bg.jpg") no-repeat scroll top center;
  margin-bottom: 30px;
}
.hero-section .sheet {
  min-height: 165px;
}
.hero-section .sheet .caption-box {
  background: rgba(46, 85, 99, 0.9);
  color: #fff;
  bottom: 30px;
  padding: 30px 25px;
  position: absolute;
  right: 0;
  width: 560px;
  z-index: 1000;
}
.hero-section .sheet .caption-box h1 {
  color: #fff;
}
.hero-section .sheet .caption-box .btn, .hero-section .sheet .caption-box .btn-xl {
  border: 1px solid #fff;
  margin-right: 15px;
}
.hero-section .sheet .caption-box .btn:hover, .hero-section .sheet .caption-box .btn-xl:hover {
  background: #fff;
  color: #eb312f;
}
.hero-section .sheet .caption-box .btn-inverse {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
}
.hero-section .sheet .caption-box .btn-inverse:hover {
  background: #fff;
  color: #2e5563;
}
.home .hero-section .sheet {
  min-height: 492px;
}
.service-box {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.service-box .service-img {
  float: left;
  width: 100%;
  position: relative;
  height: 180px;
  overflow: hidden;
}
.service-box .service-img img {
  display: block;
  width: 100%;
}
.service-box .service-img a {
  font-size: 44px;
  background: #eb312f;
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: #fff;
  text-align: center;
  line-height: 58px;
}
.service-box .service-img a:hover, .service-box .service-img a:focus, .service-box .service-img aactive {
  background: #2e5563;
}
.service-box .details {
  float: right;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.why-section {
  padding: 45px 0px;
  text-align: center;
  color: #fff;
  background: #2e5563;
}
.why-section h2 {
  color: #fff;
  margin-bottom: 20px;
}
.why-section ul li {
  background: url(/wp-content/uploads/2016/12/check-right.png) no-repeat scroll 0px 6px;
  display: inline-block;
  margin: 0 9px;
  padding-left: 18px;
}
.achivement {
  text-align: center;
}
.achivement h2 {
  margin-bottom: 30px;
}
.achivement .row {
  margin: 0px;
}
.achivement .img {
  padding: 10px;
}
.achivement .img img {
  width: 100%;
  display: block;
}
.achivement a.btn, .achivement a.btn-xl {
  margin-top: 15px;
}
.page-title {
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(46, 85, 99, 0.9);
  padding: 15px 20px;
}
.page-title h1 {
  margin: 0px;
  color: #fff;
}
.producten-box img {
  margin-bottom: 15px;
}
.producten-list .row {
  margin-bottom: 15px;
}
.producten-list .row .col-3 {
  flex-basis: 32%;
  text-align: justify;
}
.bottom-border {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.method .col-2:first-child {
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
}
.method .col-2:last-child {
  -webkit-flex-basis: 42%;
  flex-basis: 42%;
}
.contact-row {
  margin: 0;
}
.contact-row .contact-img {
  padding: 0;
  width: 24px;
  line-height: 30px;
}
.contact-row .contact-info {
  padding: 0px;
}
.contact-row .contact-info p {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  line-height: 22px;
}
.contact-row:last-child {
  margin-top: 25px;
}
.achivement .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: auto !important;
  margin: 0 5px 10px !important;
}
.achivement .ngg-galleryoverview .ngg-gallery-thumbnail-box::after {
  padding-bottom: 0 !important;
}
.achivement .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
  position: relative !important;
}
.achivement .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
  left: auto !important;
  position: relative !important;
  transform: none !important;
  top: auto !important;
}
.achivement .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(5n+5) {
  margin-right: 5px !important;
}
.hero-section {
  margin-bottom: 30px;
  height: 493px;
  position: relative;
}
.hero-section .slideshow_container {
  position: absolute;
}
.hero-section h1.border {
  border-bottom: 1px solid #608a96;
  padding-bottom: 13px;
}
.hero-section h1.border span {
  color: #eb312f;
}
.hero-section h2 {
  color: white;
}
.hero-section-sub {
  height: 165px;
  position: relative;
  margin-bottom: 40px;
}
.hero-section-sub .slideshow_container {
  position: absolute;
}
.hero-section-sub .caption-box h1 {
  background: #2e5563;
  color: white;
  display: inline-block;
  padding: 10px;
  bottom: 0;
  margin-top: 110px;
}
.werkwijze {
  padding: 60px 0px;
}
.col-40 {
  flex-basis: 40%;
  width: 40%;
  text-align: justify;
}
.col-60 {
  flex-basis: 60%;
  padding-left: 20px;
  width: 60%;
  text-align: justify;
}
.picframe {
  width: 100%;
  height: 360px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.picframe img {
  border: 1px solid #e2e2e2;
}
.news-block {
  width: 33%;
  float: left;
  padding-right: 20px;
  margin-bottom: 21px;
}
.news-block .news-image {
  height: 216px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.news-block h2 {
  font-size: 20px;
  margin-top: 13px;
}
.aluramenendeuren .col-60 {
  padding-right: 30px;
  padding-left: 0px;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  /* Make sure embeds and iframes fit their containers. */
}
embed, iframe, object {
  max-width: 100%;
  /*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.ngg-galleryoverview {
  width: 100%;
  margin-top: 0 !important;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: calc((100% - 40px) / 5);
  margin: 0 10px 10px 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(5n+5) {
  margin-right: 0 !important;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail, .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a, .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  border: none !important;
  outline: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 150% !important;
  max-height: none !important;
}
@media screen and (max-width: 1140px) {
  .site-header {
    height: auto;
    padding-top: 0px;
    min-height: 60px;
  }
  .site-header .sheet {
    position: static;
  }
  .site-header .logo {
    position: static;
    transform: none;
    margin: 20px auto;
    max-width: 90%;
  }
  .site-header .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .main-navigation .menu-toggle {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
  }
  .site-header .main-navigation .menu-main_menu-container {
    background: #eb312f;
  }
  .site-header .main-navigation ul {
    width: 100%;
    height: 100vh;
    background: #eb312f;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
    z-index: 9998;
    overflow: scroll;
    padding: 0px;
  }
  .site-header .main-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #d31614;
    margin: 0;
    padding: 15px 0;
  }
  .site-header .main-navigation ul li:last-child {
    padding-bottom: 36px;
  }
  .site-header .main-navigation ul li a {
    font-size: 3.33333px;
    font-size: 20px;
    width: 100%;
    color: #fff;
    padding: 10px 0 10px 24px;
  }
  .site-header .main-navigation ul li a:after {
    display: none;
  }
  .sheet {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-section {
    background-size: cover;
  }
  .hero-section .sheet .caption-box {
    right: 30px;
  }
  .page-title {
    left: 24px;
  }
}
@media screen and (max-width: 960px) {
  .news-block {
    width: 50%;
  }
  .col-40 {
    flex-basis: 100%;
    width: 100%;
    text-align: justify;
  }
  .col-60 {
    flex-basis: 100%;
    padding-left: 20px;
    width: 100%;
    text-align: justify;
  }
  .row {
    display: inline-block;
    margin-bottom: 0 !important;
  }
  .row .col-2, .row .col-3, .row .col-4, .row .col-5 {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
    float: left;
  }
  .row .col-6 {
    width: calc((100% - 24px) / 2);
    float: left;
    margin-bottom: 24px;
  }
  .row .col-6:nth-child(odd) {
    margin-right: 12px;
  }
  .row .col-6:nth-child(even) {
    margin-left: 12px;
  }
  .bottom-border {
    padding-bottom: 15px;
    margin-bottom: 30px !important;
  }
  .contact-info-container {
    /*margin: 0 auto;*/
    display: block;
  }
  .achivement .row {
    display: block;
  }
  .achivement .row .col-5 {
    margin-bottom: 0px;
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .news-block {
    width: 100%;
  }
  .contact-section .contact-info {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
    min-width: auto;
  }
  .contact-section .contact-info::before {
    border: medium none;
  }
  .contact-section .contact-info .contact-info-box > div {
    width: 135px;
  }
  footer {
    padding: 24px 0;
  }
}
@media screen and (max-width: 640px) {
  .hero-section .sheet .caption-box {
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
  }
  .hero-section .sheet .caption-box h1 {
    text-align: center;
  }
  .service-box {
    margin: 20px 0 0;
  }
  .service-box .service-img {
    width: 210px;
  }
  .service-box .details {
    width: calc(100% - 235px);
  }
}
@media screen and (max-width: 480px) {
  .news-block {
    width: 100%;
  }
  .col-6 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 48px 0 !important;
  }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: calc((100% - 20px) / 3) !important;
    margin: 0 10px 10px 0 !important;
  }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(5n+5) {
    margin-right: 10px !important;
  }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .service-box {
    margin: 20px 0 0;
  }
  .service-box .service-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .service-box .details {
    width: 100%;
  }
  .achivement .row .col-5 {
    width: 100%;
  }
  .hero-section .sheet .caption-box {
    padding: 15px 24px;
  }
  .hero-section .sheet .caption-box h1 {
    font-size: 20px;
  }
  .hero-section .sheet .caption-box .btn, .hero-section .sheet .caption-box .btn-xl {
    display: none;
  }
  .home .hero-section .sheet {
    min-height: 375px;
  }
}
