@font-face {
  font-family: 'DINOT';
  src: url("../fonts/FontFont---DINOT.eot");
  src: url("../fonts/FontFont---DINOT.eot?#iefix") format("embedded-opentype"), url("../fonts/FontFont---DINOT.woff2") format("woff2"), url("../fonts/FontFont---DINOT.woff") format("woff"), url("../fonts/FontFont---DINOT.ttf") format("truetype"), url("../fonts/FontFont---DINOT.svg#DIN OT") format("svg"); }

@font-face {
  font-family: 'DINOT';
  src: url("../fonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT-Bold.otf") format("opentype"), url("../fonts/DINOT-Bold.woff") format("woff"), url("../fonts/DINOT-Bold.ttf") format("truetype"), url("../fonts/DINOT-Bold.svg#DINOT-Medium") format("svg");
  font-weight: bold;
  font-style: normal; }

/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height .3s ease; }

#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  transform: translate(-50%, -50%); }
  #home-slider .slider-caption p, #home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/ } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/ } }

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    margin-bottom: 10px; }
  .wp-caption p {
    margin-bottom: 0;
    font-size: 14px; }

.gallery-caption {
  font-size: 12px; }

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0); }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1; }

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none; }

.gform_fields {
  margin: 0; }

.gfield {
  list-style: none;
  margin-bottom: 20px; }

.gfield_label {
  display: none; }

.ginput_container ul {
  margin-left: 0; }

.gfield_error input, .gfield_error textarea {
  border-color: red; }

.gfield_description {
  margin-top: 10px; }

.gform_confirmation_message {
  margin-bottom: 15px; }

.gform_footer {
  text-align: right;
  /*aligning of submit button*/ }

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red; }

.validation_message {
  margin-bottom: 10px;
  color: #990000; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
  .ui-datepicker thead {
    background: #f7f7f7;
    border-bottom: 1px solid #bbb; }
    .ui-datepicker thead th {
      padding: 3px;
      text-align: center;
      border: 1px solid #ddd; }
  .ui-datepicker tbody {
    border: none; }
    .ui-datepicker tbody td {
      padding: 0;
      border: 1px solid #bbb; }
    .ui-datepicker tbody th {
      text-transform: uppercase;
      text-align: center;
      font-size: 6pt;
      padding: 5px 0;
      color: #666; }
    .ui-datepicker tbody td span, .ui-datepicker tbody td a {
      display: inline-block;
      font-weight: bold;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none; }
  .ui-datepicker-header:after {
    content: '';
    clear: both;
    display: table; }

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left; }

.ui-datepicker-next {
  text-align: right; }

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }
  .ui-datepicker-calendar .ui-state-default {
    background: #ededed; }
  .ui-datepicker-calendar .ui-state-hover {
    background: #fff; }
  .ui-datepicker-calendar .ui-state-active {
    background: #fff2aa;
    /* set the active date background color */
    border: 1px solid #c19163;
    /* set the active date border color */
    position: relative;
    margin: -1px;
    height: 32px;
    width: 32px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  /* STYLES GO THERE */
  margin-bottom: 0; }

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0; }

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "DINOT", sans-serif;
  transition: all .3s ease; }
  button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
    background-color: #124260; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "DINOT", sans-serif;
  background-color: #064A88; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit; }

h1 {
  /*basic heading styles*/ }

h2 {
  /*basic heading styles*/ }

h3 {
  /*basic heading styles*/ }

h4 {
  /*basic heading styles*/ }

h5 {
  /*basic heading styles*/ }

h6 {
  /*basic heading styles*/ }

p {
  /*basic paragraph styles*/ }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

ul {
  /*basic list styles*/ }
  ul li {
    /*basic list-item styles*/ }

a {
  color: #1a608b;
  transition: all .3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #0a2535;
    outline: none; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Button additional styles */
.button {
  transition: all .3s ease-in-out; }
  .button:hover, .button:focus {
    /*basic hover and focus effects*/ }

/* Align Middle */
.align-middle {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

/* Pagination */
ul.pagination {
  margin: 1rem 0; }
  ul.pagination .pagination {
    margin: 0; }
    ul.pagination .pagination.current {
      color: #fff;
      background: #1a608b;
      display: block; }

/* Search form */
#searchform {
  position: relative; }

#s {
  padding-right: 75px; }

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer; }
  #searchsubmit::-moz-placeholder {
    color: black; }
  #searchsubmit:-ms-input-placeholder {
    color: black; }
  #searchsubmit::placeholder {
    color: black; }
  #searchsubmit:after {
    font-family: FontAwesome;
    font-size: 20px; }

#home-slider .slick-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  padding: 35px 0 55px; }

.logo img {
  max-height: 150px;
  max-width: 260px; }

/* ------------------------------------
    Content Styles
------------------------------------- */
.maintenance .row {
  position: relative; }
  .maintenance .row:before {
    position: absolute;
    content: '';
    left: 49%;
    top: 10%;
    border-left: 1px dashed #008ECE;
    width: 1px;
    height: 90%;
    transform: rotate(215deg); }

.message-box {
  color: #FFF;
  margin: auto;
  max-width: 380px; }
  .message-box .icon {
    width: 34px;
    margin-bottom: 10px; }
  .message-box h2 {
    font-size: 44px;
    line-height: 57px;
    margin-bottom: 20px; }
  .message-box p {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 27px; }
  .message-box .info-box {
    display: inline-block;
    padding: 5px;
    padding-top: 40px;
    width: 160px;
    height: 160px;
    margin-right: 9px;
    margin-bottom: 9px;
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 6px; }
    .message-box .info-box img {
      max-width: 40px;
      margin-bottom: 10px; }
    .message-box .info-box p {
      margin-bottom: 10px; }
      .message-box .info-box p a {
        color: #FFF; }

.message:nth-child(even) {
  margin-top: 200px; }

@keyframes flashlight {
  0% {
    stroke: #E33813; }
  50% {
    stroke: #E33813; }
  51% {
    stroke: #FB9A09; }
  100% {
    stroke: #FB9A09; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes spin {
  0% {
    transform: translate(1px, 0); }
  12, 5% {
    transform: translate(1px, 1px); }
  25% {
    transform: translate(0, 1px); }
  37, 5% {
    transform: translate(-1px, 1px); }
  50% {
    transform: translate(-1px, 0); }
  62, 5% {
    transform: translate(-1px, -1px); }
  75% {
    transform: translate(0, -1px); }
  87, 5% {
    transform: translate(1px, -1px); }
  100% {
    transform: translate(1px, 0); } }

#sign .lamp {
  animation: flashlight 1s infinite; }
  #sign .lamp.left {
    stroke: #E33813; }
  #sign .lamp.right {
    stroke: #FB9A09;
    animation-delay: .5s; }

/* #welcome-message {
	.message, .letter {
		opacity: 0;
		animation: fadeIn 1 1s forwards ease-in;
	}
	.message {
		animation-delay: .5s;
	}
	.letter {
		animation-delay: 1s;
	}
}

#laundry-machine {
	.laundry-inner-circle {
		animation: spin 1s infinite;
		transform-origin: 50% 50%;
	}
}
 */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px; }

.posts-list .entry-meta {
  margin-bottom: 0; }

.posts-list #searchform {
  margin-bottom: 40px; }

.entry-meta {
  color: #666;
  font-size: 14px; }

.thumbnail {
  margin-bottom: 20px; }

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0; }

.comment-meta {
  font-size: 14px; }

.comment-metadata {
  color: #666; }

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd; }

.reply {
  text-align: right; }

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe; }

/* 404 page */
.not-found {
  padding: 100px 0; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: #1a608b; }
    .not-found .label:hover {
      background-color: #144869;
      color: #fff; }

/* Sidebar */
.widget {
  margin-bottom: 20px; }

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ------------------------------------
    Footer Styles
------------------------------------- */
.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0; }
  .footer-menu li {
    display: inline-block; }
    .footer-menu li a {
      display: block;
      padding: 5px 10px; }
