/*
Theme Name: Van Asperen zeilmakerij
Theme URI: https://netfactor.nl/
Description: A full featured customized theme by <a target="_blank" href="http://netfactor.nl">Harry Smid</a> from <a target="_blank" href="https://netfactor.nl/">Netfactor</a>
Author: Harry Smid
Author URI: http://netfactor.nl
Version: 1.0
*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2.2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Cabin', sans-serif;
}

h1, h2, h4, h5, h6 {
    color: #004b95;
}

h3 {
	color: #DF3237;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/*mark, ins {*/
  /*background: #fff9c0;*/
  /*text-decoration: none;*/
/*}*/

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
    background: #fff;
    font-family: 'Verdana';
    font-size: 15px;
    color: #004b95;
    background-image: url(img/body-background.jpg);
	/* background-attachment: fixed; */
}

hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  clear: both;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

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 {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 18px;
    line-height: 1;
    padding: 6px 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  /*padding: 3px;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}



body a:hover,
body a:hover img,
body button:hover,
input#hickory-submit:hover {
    opacity: 0.95;


   transition: all 900ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -ms-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;   
}

body a,
body a img,
body button,
input#hickory-submit {

   transition: all 900ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -ms-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;   
}




/*================================
    =======Clear fix css=====
================================*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:10px;}
.alignright {float:right;margin-left:10px;}
.aligncenter {display:block;margin:0 auto}





/*================================
    ======= Mian  css=====
================================*/



.mainmenu{}
.mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainmenu ul li {
    display: inline;
    position: relative;
	padding-bottom: 48px;	
	border-radius: 20px;
}

.mainmenu ul li a {
    display: inline-block;
    color: #003366;
    font-weight: bold;
    padding: 5px 13px;
    text-decoration: none;
    font-family: 'Verdana';
}
.mainmenu>ul>li a:hover,
.mainmenu>ul>li.current-menu-item>a {
    background-color: #004b95;
    border-radius: 20px;
	color: #ffffff;
}
.saiful-mobilemeu ul li.current-menu-item a{
  color: #1a71bc;
}

.mainmenu ul ul.sub-menu {
    position: absolute;
    top: 48px;
    left: 0;
    min-width: 200px;
    background-color: #ffffff;
	border: 2px solid rgba(0,75,149, 0.90);
	border-radius: 20px;
	display: none;
	z-index: 10;
}
.mainmenu ul li:hover ul.sub-menu  {
	display: block;
}
.mainmenu ul li a:hover,
.mainmenu ul ul.sub-menu li.current-menu-item a {
    background-color: #ffffff;
	color: #DF3237;
	border-radius: 20px;
}

.mainmenu ul ul.sub-menu li {
	float: none;
	padding-bottom: 0;
}


.mainmenu ul li ul li a {
    display: block;
	padding:8px 15px;	
}

.mainmenu ul li ul li:hover{
    background-color: #FFFFFF;/* 33C1FD lichtblauw */
    display: block;
	width: 100%;
}
.mainmenu ul li ul li a:hover{
    background-color: transparent;
    border-radius: 0;
	color: #E5322B;
}

.menu--off {
    background-color: #222;
    display: block;
    right: -101%;
    position: fixed;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    width: 100%;
    z-index: 99;
    height: 100%;
    overflow: scroll;
    text-align: center;
}

.menu--on {
      top: 0;
  right: 0;
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 900ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -ms-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
}

.material-design-hamburger button {
  display: block;
  border: none;
  background: none;
  outline: 0;
}

.material-design-hamburger__icon {
  padding: 3rem 1rem;
  cursor: pointer;
}

.material-design-hamburger__layer {
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  background: #004b95 none repeat scroll 0 0;
  display: block;
  height: 6px;
  position: relative;
  width: 42px;
}

.material-design-hamburger__layer.material-design-hamburger__icon--to-arrow {
  background: #ffffff none repeat scroll 0 0;
}

.material-design-hamburger__layer::before, .material-design-hamburger__layer::after {
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  background: inherit;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: -13px;
  width: inherit;
}

.material-design-hamburger__layer:before {
  bottom: 200%;
}

.material-design-hamburger__layer:after {
  top: 200%;
}

.material-design-hamburger__icon--to-arrow {
  animation-name: material-design-hamburger__icon--slide;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--from-arrow {
  animation-name: material-design-hamburger__icon--slide-from;
}

.material-design-hamburger__icon--from-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before-from;
}

.material-design-hamburger__icon--from-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after-from;
}

@keyframes material-design-hamburger__icon--slide {
  0% {
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes material-design-hamburger__icon--slide-before {
  0% {
  }
  100% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-after {
  0% {
  }
  100% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-from {
  0% {
    transform: rotate(-180deg);
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-before-from {
  0% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-after-from {
  0% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}

.material-design-hamburger {
    position: absolute;
    right: 1%;
    top: 18px;
    z-index: 999;
}

.wrapper{
    display: none;
  }

.avoutus-text.leftabout.formobile {
  display: none;
}

.avoutus-text.leftabout {
  display: block;
}

.saiful-mobilemeu {
    margin-top: 70px;
    padding-bottom: 70px;
}

.saiful-mobilemeu ul li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.saiful-mobilemeu ul li {
    list-style: none;
}

.saiful-mobilemeu ul {
    padding: 0;
    margin: 0;
}
.logo-area {
    background-image: url(img/logo-bg.png);
    background-repeat: no-repeat;
    height: 100px;
    background-size: 100% 100%;
    position: absolute;
    top: 2em;
}
.container {
    width: 1170px;
    margin: 0 auto;
    background: white;
}
.containertwo {
    width: 1170px;
    margin: 0 auto;
}

.sliderholder {
    width: 1170px;
    margin: 0 auto;
	overflow-x: hidden;
}

.logo img {
    margin-top: 10px;
    margin-left: 95px;
	max-height: 90px;
}
.mainmenu {
    width: 80%;
    float: left;
    margin-top: 25px;
    padding-left: 10px;
}
.footer-img-area {
    background-color: #95e1fd;
    padding-top: 45px;
    padding-bottom: 5px;
}

.footer-bottom {
    background-color: #DF3237;
    padding: 20px 0;
    border-top: 2px solid #eefaff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.footer-bottom p {
    margin: 0;
    text-align: center;
    color: #ffffff;
}
.footer-img {
    width: 50%;
    float: left;
}

.footer-img-text {
    width: 50%;
    float: right;
}

.footer-text-one {
    width: 98%;
    float: left;
    /*border-left: 2px solid #fff;*/
    padding-left: 30px;
    height: 260px;
}
.footer-img img {
    width: 85%;
    padding-left: 50px;
}
.footer-text-one h2 {
    color: #DF3237;
    font-size: 20px;
    margin: 0;
}

.footer-text-one p {
    color: #f0fbff;
    font-size: 18px;
    margin: 0;
}
.footer-text-one a {
    color: #004b95;
    text-transform: uppercase;
}
.copy-right-one {
    width: 33.33%;
    float: left;
    padding-left: 15px;
}

.copy-right-two {
    width: 33.33%;
    float: left;
    text-align: center;
	color: #888;
	font-weight: bold;
	font-size: 11px;
}

.copy-right-three {
    width: 33.33%;
    float: right;
    text-align: right;
    padding-right: 15px;
}
.footer-copy-right a {
    color: #000;
    font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.footer-copy-right a:hover {
	text-decoration: underline;
}

.footer-copy-right p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-bottom a {
    color: #fff;
    text-decoration: none;
}
.carouselimage{
	height: 200px;
	max-height: 200px;
	width: auto !important;
}

.post-area {
    width: 22.3%;
    float: left;
    position: relative;
    margin: 15px;

    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;   
}

.post-area:hover {
    opacity: 0.7;

    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;   
}
.single-img img {
    width: 100%;
}
.overlay-text p {
    margin: 0;
    text-align: center;
    color: #fff;
    ..background-color: rgba(36, 13, 15, .7);
	..background-color: rgba(2, 79,154, .5);
	background-color:rgba(50, 50,50, .5);
	..text-shadow: 2px 3px #325A99;
	font-family: 'Segoe Print';

	
    padding: 2px 0;
    font-size: 22px;
}
.overlay-text {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
	max-width: 300px;
}

.single-post-link a {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    text-indent: -99999px;
}
section#single-banner .kc-container {
    padding-right: 0;
    padding-left: 0;
}
.menu-area {
    background-image: url(img/menu-bg.jpg);
    height: 108px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    margin-top: -13px;
    padding-top: 17px;
	position: relative;
}

.search-form {
	/*
    width: 20%;
    position: absolute;
    right: 1em;
    top: 60px;*/
	position: absolute;
	right: 3em;
	top: 110px;
	background-color: #004b95;
	padding: 4px 10px;
	border-radius: 20px;
	width: 185px;
}
.search-form button {
	border: 0;
	background-color: transparent;
	color: white;
}
  
.container.pagecontent.clearfix {
    min-height: 500px;
    padding: 50px 30px;
}

.containertwo.pagecontent.clearfix {
    background-color: #fff;
    min-height: 500px;
    padding: 50px 30px;
    border-bottom: 10px solid white;
}


section#single-page-text h4 {
    color: #DF3237;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

section#single-page-text h2 {
    color: #004b95;
    font-size: 30px;
}

section#single-page-text p {
    color: #004b95;
    margin: 0;
    margin-bottom: 15px;
}
section#single-page-text img {
    margin-bottom: 20px;
}
section#single-page-text ul li {
    color: #004b95;
}

section#single-page-text ul {
    padding: 0;
}
section#single-page-text h1 {
    color: #004b95;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
	padding: 15px 0 15px 0;
}
.search-form input {
    padding: 2px 10px;
    width: 120px;
	background-color: transparent;
	border: 0;
	color: white;
}
.search-form input:focus {
	border: 0;
	color: white;
}
.zeil {
    position: absolute;
    left: 85%;
    text-align: right;
    top:-20%;
	z-index: 3;
}
footer.footer-area {
    position: relative;
}
.single .page-title-brad {
    display: none;
}


.breadcrumb-main {
    float: right;
}

.page-title-brad {
    float: left;
}

.breadcrumb-main a {
    color: #004b95;
    font-weight: 700;
}

.breadcrumb-main {
    color: #004b95;
}

.breadcrumb-main {
    background-image: url(img/angle-right.png);
    padding-left: 28px;
    background-position: left 5px;
    background-repeat: no-repeat;
}

.page-title-brad h5 {
    color: #004b95;
    font-size: 20px;
    margin: 0;
}

.breadcrumb-area {
    margin-top: 20px;
    margin-bottom: 20px;
}
section#archive-content-area img {
    width: 100%;
    height: 100%;
}
section#archive-content-area h4 {
    color: #004b95;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 600;
}
section#archive-content-area p {
    color: #004b95;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 10px;
}
section#archive-content-area {
    margin-bottom: 30px;
}
section.wrapper.mobile-menu-area {
    position: relative;
    background-color: #004b95;
}
.material-design-hamburger__icon {
    padding: 10px 10px;
}
#archive-content-area .kc_wrapper.kc-col-inner-container {

    border: 1px solid #fff;
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;

    cursor: pointer;

}

#archive-content-area .kc_wrapper.kc-col-inner-container:hover {
    
    border: 1px solid #222;
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;

}
.search-page-main {
    background-color: #fff;
}
h2.page-title {
    text-align: center;
    border-bottom: 2px solid #222;
    color: #DF3237;
}

.container_inner{
	padding: 15px;
}


.slider {
    display: inline-block;
    width: 1170px !important;
}





.single-img img {
    width: 300px;
    height: 200px;
}

#single-banner img {
    width: 1200px;
    height: 400px;
}

.kc_single_image img {
    max-width: 100%;
    display: inline-block;
    width: 300px;
    height: 225px;
}


.wpcf7-form p {
	margin-bottom: 0;
	line-height: 1.2em;
}



.mainmenu {
	float: right;
    width: 76%;
}
.socials {
    padding: 15px 12px 0 0;
    display: inline-block;
	float: right;
}

.row .col-8 {
	width: 65%;
	float: left;
}
.row .col-4 {
	width: 33%;
	float: right;
}
.row .col-12 {
	width: 99%;
}


