/*
Theme Name: bumastemra
Theme URI: http://up2.net/
Author: Up2
Author URI: http://up2technology.com
Description: Bumastemra WP Theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bumastemra
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.

bumastemra is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	height: 100%;

}

body {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	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-appearance: textfield;
	box-sizing: content-box;
}

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;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: transparent !important;
}

.row {
	background-color: transparent !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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;
    max-width: 100%;
}*/

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: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

}

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

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00aeef;
}

a:visited {
	color: #ec008c;
}

a:hover,
a:focus,
a:active {
	color: #ec008c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 0;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	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;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#main {
	position: relative;
	height: 100vh;
}

#main .row {
	margin: 0;
}

/*--------------------------------------------------------------
## Contact page
--------------------------------------------------------------*/
.contact-blocks h3 {
	font-size: 21px;
}

.col-md-contact.col-md-4 {
	width: 33.33%;
	margin: 10px 0 5px 0;
}

.phone-svg {
	margin-bottom: 10px;
}

.mail-svg {
	margin-bottom: 10px;
}

.mail-contact a {
	font-size: 18px;
}

.contact-blocks {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	height: 215px;
}

.social-text-contact {
	padding: 10px 35px;
}

.social-fb-contact {
	width: 50%;
	float: left;
	text-align: right;
}

.social-fb-contact svg {
	margin-right: -11px;
}

.social-ms-contact {
	padding-top: 10px;
	width: 50%;
	float: left;
	text-align: left;
}

.social-ms-contact svg {
	margin-left: -11px;
}

/*--------------------------------------------------------------
## Background
--------------------------------------------------------------*/
@font-face {
	font-family: 'CaecilialBold';
	src: url('fonts/CaeciliaLTStd-Bold.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-Bold.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-Bold.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-Bold.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-Bold.svg?v=4.3.0#caecilialtstdbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaecilialBoldItalic';
	src: url('fonts/CaeciliaLTStd-BoldItalic.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-BoldItalic.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-BoldItalic.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-BoldItalic.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-BoldItalic.svg?v=4.3.0#caecilialtstdbolditalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaeciliaLTStd-Heavy';
	src: url('fonts/CaeciliaLTStd-Heavy.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-Heavy.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-Heavy.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-Heavy.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-Heavy.svg?v=4.3.0#caecilialtstdheavy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaeciliaLTStd-HeavyItalic';
	src: url('fonts/CaeciliaLTStd-HeavyItalic.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-HeavyItalic.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-HeavyItalic.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-HeavyItalic.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-HeavyItalic.svg?v=4.3.0#caecilialtstdheavyitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaeciliaLTStd-Italic';
	src: url('fonts/CaeciliaLTStd-Italic.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-Italic.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-Italic.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-Italic.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-Italic.svg?v=4.3.0#caecilialtstditalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaeciliaLTStd-Light';
	src: url('fonts/CaeciliaLTStd-Light.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-Light.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-Light.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-Light.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-Light.svg?v=4.3.0#caecilialtstdlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaeciliaLTStd-LightItalic';
	src: url('fonts/CaeciliaLTStd-LightItalic.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-LightItalic.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-LightItalic.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-LightItalic.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-LightItalic.svg?v=4.3.0#caecilialtstdlightitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaeciliaLTStd-Roman';
	src: url('fonts/CaeciliaLTStd-Roman.eot?v=4.3.0');
	src: url('fonts/CaeciliaLTStd-Roman.eot?#iefix&v=4.3.0') format('embedded-opentype'),
	url('fonts/CaeciliaLTStd-Roman.woff?v=4.3.0') format('woff'),
	url('fonts/CaeciliaLTStd-Roman.ttf?v=4.3.0') format('truetype'),
	url('fonts/CaeciliaLTStd-Roman.svg?v=4.3.0#caecilialtstdroman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'imprimaregular';
	src: url('fonts/Imprima-Regular-webfont.eot');
	src: url('fonts/Imprima-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Imprima-Regular-webfont.woff2') format('woff2'),
	url('fonts/Imprima-Regular-webfont.woff') format('woff'),
	url('fonts/Imprima-Regular-webfont.ttf') format('truetype'),
	url('fonts/Imprima-Regular-webfont.svg#imprimaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot'),
	url('fonts/icomoon.woff?5q26hp') format('woff'),
	url('fonts/icomoon.ttf?5q26hp') format('truetype'),
	url('fonts/icomoon.svg?5q26hp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8RDU8AAAC8AAAAYGNtYXAANwBpAAABHAAAAERnYXNwAAAAEAAAAWAAAAAIZ2x5ZpOd7m0AAAFoAAABDGhlYWQF8tlQAAACdAAAADZoaGVhB8cDxgAAAqwAAAAkaG10eBYAAAAAAALQAAAAJGxvY2EA4AEqAAAC9AAAABRtYXhwAAsACwAAAwgAAAAgbmFtZVcZpu4AAAMoAAABRXBvc3QAAwAAAAAEcAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAJQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAJf/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAP/ABAQCTgAIAAAFLgEsAScxIREEBHj2/wD+9owEBECb3JlfH/1yAAAAAQAA/8AEBAJOAAgAABMeAgQXMSERAHj2/wELjPv8Ak6c3JhfHwKOAAEAAP+3BAABwAAIAAATHgIEFzEhEQB39f8BCov8AAHAfK96TBgCCQABAAD/wAQEAk4ACAAAEx4CBBcxIREAePb/AQuM+/wCTpzcmF8fAo4AAQAA/8AEBAJOAAgAAAUuASwBJzEhEQQEePb/AP72jAQEQJvcmV8f/XIAAAABAAAAAQAAAOcY3F8PPPUACwQAAAAAANFnyycAAAAA0WfLJwAA/7cEBAJOAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAD//AQEAAEAAAAAAAAAAAAAAAAAAAAJAAAAAAAAAAAAAAAAAgAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAAAAAKABQAHgA0AEgAXABwAIYAAQAAAAkACQABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKADQAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKADQAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
## Background
--------------------------------------------------------------*/
.background-container {
	position: fixed;
	height: 200%;
	width: 200%;
	top: -50%;
	left: -50%;
	overflow: hidden;
	z-index: -9999;
}

.background-container video,
.background-container img {
	margin: auto;
	min-height: 50%;
	min-width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
## homepage start
--------------------------------------------------------------*/
/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
	opacity: 0 !important;
	visibility: collapse !important;
}

a {
	outline: none !important;
}

.container-fluid {
	margin-left: 70px;
}

header {
	color: white;
	left: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	width: 70px;
	z-index: 12;
	background-color: rgba(0, 0, 0, .89);
}

.content-main {
	margin-left: 70px;
	color: #fff;
}

.content-full-width {
	background-color: #fff;
}

.topmenu {
	color: #fff;
	width: 70px;
	height: 70px;
}

.col-md-1 {
	height: 20px;
}

.topuser {
	z-index: 20;
	position: relative;
}

.clr {
	clear: both;
}

.topuser a {
	width: 70px;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 10px 5px 19px;
	text-decoration: none;
	height: 69px;
}

.topmenu.white-color {
	top: 10px
}

.topuser a i {
	font-size: 29px;
	margin-right: 4px;
	margin-bottom: 3px;
	display: block;
	text-align: center;
}

.footer-bottom-menu {
	position: absolute;
	bottom: 0;
}

.footer-youtube a {
	display: block;
	color: #fff;
	width: 70px;
	height: 70px;
	padding: 20px 22px;
	font-size: 28px;
	text-decoration: none;
}

.topuser a:hover,
.topmenu a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/

.quote {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.quote-content {
	font: 1.6em/1.4em "CaecilialBoldItalic";
	margin-bottom: 1.25em;
}

.quote-content p {
	margin: 0 0 1em;
}

.quote-image {
	position: relative;
	text-align: right;
}

.quote-noimage {
	margin-bottom: 2.75em;
}

.quote-image > div {
	position: absolute;
	bottom: 1.9em;
	left: 15px;
}

.quote-image img {
	float: right;
}

.quote-author {
	font-size: 1.25em;
	text-align: left;
}

.quote-source {
	text-align: left;
}

/*--------------------------------------------------------------
## Global Search
--------------------------------------------------------------*/

#global-search {
	font-family: 'CaecilialBoldItalic';
}

.search-label-posttype {
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	padding: 2px 7px 3px 6px;
	color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	top: -2px;
	text-align: center;
}

/*--------------------------------------------------------------
## search-menu
--------------------------------------------------------------*/

.search-menu {
	z-index: 10;
	position: relative;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
}

.search-menu:hover {
	background: #fff;
}

.footer-icon {
	display: inline-block;
	text-align: center;
}

.footer-icon a {
	display: block;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 14px;
	font-size: 24px;
	text-decoration: none;
}

.footer-icon a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Homepage new blocks
--------------------------------------------------------------*/
.home-post-columns.col-md-4 {
	width: 33.33%;
	color: #000;
	margin-bottom: 10px;
	overflow: hidden;
}

.blue-right-block {
	height: 120.8px;
	padding: 0 25px;
	margin-bottom: 10px;
	line-height: 28px;
	position: relative;
	display: table;
}

#c a:last-of-type .blue-right-block {
	margin-bottom: 14px;
}

.flex-center {
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 122px;
	padding-right: 32px;
}

.blue-image {
	padding-right: 10px;
	text-align: left;
	height: 122px;
	width: 70px;
	float: left;
	position: relative;
}

.blue-image img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(15%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blue-right-block span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

a .blue-right-block {
	color: #fff;
	display: block;
	font-family: "CaeciliaLTStd-HeavyItalic";
	text-decoration: none;
	font-size: 24px;
}

a:hover .blue-right-block {
	color: #fff;
	background-color: #000;
	display: block;
	font-family: "CaeciliaLTStd-HeavyItalic";
	text-decoration: none;
	font-size: 24px;
}

.blue-right-block i {
	font-size: 50px;
	position: absolute;
	right: 29px;
	top: 35px;
}

.home-post-container img {
	text-align: center;
	max-width: 100%;
}

.home-post-container {
	background-color: #fff;
	height: 381px;
	margin-bottom: 15px;
}

.home-post-thumb {
	height: 255px;
	text-align: center;
	position: relative;
	width: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: block;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}

.home-post-thumb a {
	display: block;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-align: left;
	background: transparent;
}

.home-post-thumb img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.home-post-content {
	padding: 10px 15px 20px 15px;
}

.home-post-date {
	padding-top: 10px;
	font-family: CaeciliaLTStd-HeavyItalic;
}

.home-post-title {
	line-height: 28px;
	font-size: 24px;
	margin: 0px 0 10px 0;
	font-family: CaeciliaLTStd-Italic;
	max-height: 55px;
	overflow: hidden;
}

#home-page-new .home-post-columns {
	margin-bottom: 20px;
}

.home-content {
	background-color: #fff;
	color: #231f20;
	font-size: 20px;
	margin-top: 70px;
	padding: 60px 80px 20px 60px;
	font-family: 'imprimaregular';
}

.home-content-footer {
	padding: 10px 90px 40px 60px;
	background-color: #fff;
	color: #231f20;
	font-size: 16px;
	font-family: 'imprimaregular';
}

.subline {
	border-bottom: 1px solid #ccc;
	padding: 20px 0 0 0;
}

.alight-right {
	text-align: right;
}

.widget-block {
	margin-top: 55px;
	margin-bottom: 40px;
}

.widget-block-top aside > h3,
.widget-block-middle aside > h3 {
	font-size: 2em;
}

.widget-block-top aside > .textwidget,
.widget-block-middle aside > .textwidget {
	font-size: 1.25em;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrowd:before {
	font-family: 'icomoon';
	content: "\25";
	position: absolute;
	bottom: -24px;
	left: 100px;
	color: #000;
	font-size: 40px;
}

.home-left {
	margin-right: 0;
}

.home-right {
	margin-left: 0;
}

.home-left .icon-arrowlb:before {
	font-family: 'icomoon';
	content: "\24";
	font-size: 80px;
	left: 210px;
	position: absolute;
	top: -79px;
}

.home-right .icon-arrowlb:before {
	font-family: 'icomoon';
	content: "\24";
	font-size: 80px;
	left: 250px;
	position: absolute;
	top: -79px;
}

.widget-left span {
	font-family: 'CaeciliaLTStd-LightItalic';
}

a .widget-left {
	padding: 30px;
	color: #fff;
	display: block;
	text-decoration: none;
}

a:hover .widget-left {
	color: #fff;
	display: block;
	padding: 30px;
	text-decoration: none !important;
}

.widget-left .link-home {
	background: #000;
	display: inline-block;
	font-family: 'imprimaregular';
	font-size: 18px;
	padding: 10px 14px 10px 15px;
	color: #fff;
	position: absolute;
	right: 80px;
	bottom: 9px;
}

.home-right .link-home {
	right: 50px;
}

.link-home i {
	padding: 0 5px 0 15px;
	font-size: 20px;
}

.widget-block .hometitle {
	font-family: "CaeciliaLTStd-HeavyItalic";
}

/*--------------------------------------------------------------
## mobile
--------------------------------------------------------------*/

.mobile-footer-bottom-menu {
	display: none;
}

.mobilemenu {
	display: none;
}

/**/
.fa-angle-down {
	display: none !important;
}

.logo-home {
	margin-top: 0;
}

/*Menu */
.fuul-menu-logo {
	margin: 22px 0 77px;
	text-align: right;
}

.allmenu {
	position: relative;
	height: 100%;
}

#site-navigation ul li {
	list-style: none;
}

.menu-item-has-children {
	float: left;
	width: 33%;
}

.menu-item-has-children a {
	font-size: 40px;
	color: #fff;
	font-family: CaecilialBold;
	transition: color 300ms;
}

.menu-item-has-children .sub-menu {
	margin: 18px 0 45px 0;
}

.menu-item-has-children .sub-menu a {
	font-size: 20px;
	color: #fff;
	font-family: imprimaregular;
	padding: 6px 0 6px 0;
	display: block;
	transition: color 300ms;
}

.menu-item-has-children .fa-angle-right::before {
	display: none;
}

.sub-menu .fa-angle-right::before {
	display: block;
	color: #fff;
	content: "";
	font-size: 16px;
	padding-right: 5px;
	width: 20px;
}

.sub-menu .fa-angle-right::before {
	color: #fff;
	content: "";
	font-size: 16px;
	padding-right: 5px;
	width: 20px;
}

.home-bottom-footer .col-md-7,
.footer-line .col-md-7 {
	padding: 0;
}

.fixbottom {
	position: relative;
	margin-top: 30px;
	width: 100%;
}

.home-bottom-footer, .address-block, .lang-menu {
	color: #fff;
}

.other-site span {
	padding-right: 20px;
}

.other-more {
	margin-top: 6px;
}

.pull-right {
	text-align: right;
	float: right;
}

.address-block {
	width: 200px;
	float: left;
}

.lang-menu {
	float: right;
	padding-left: 10px;
}

.lang-menu a {
	color: #fff;
	text-transform: uppercase;
}

.footer-line {
	color: #fff;
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 10px;
}

/* ==========================
   MENU FULLPAGE CSS
========================== */
.top-animate {
	background: #000 !important;
	top: 13px !important;
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.mid-animate {
	opacity: 0;
}

.bottom-animate {
	background: #000 !important;
	top: 13px !important;
	-webkit-transform: rotate(-225deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-225deg);
}

.top-menu {
	top: 5px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	background-color: #fff;
}

.mid-menu {
	top: 13px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	background-color: #fff;
}

.bottom-menu {
	top: 21px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	background-color: #fff;
}

.menui {
	background: #fff;
	transition: 0.6s ease;
	transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
	margin-top: 10px;
	position: absolute;
}

.icon {
	z-index: 999;
	position: fixed;
	display: block;
	padding: 9px;
	height: 60px;
	width: 70px;
	margin: 0;
	top: 3px;
	left: 0;
}

#menu-top {
	/*    top: 47px !important;*/
	font-family: inherit;
	top: 0;
	left: 33px;
	z-index: 10;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	opacity: 0.9;
	overflow-y: auto;
}

.site-header-menu {
	position: relative;
}

.icon-menu-top {
	margin: 12px 0 0 12px;
}

.top-menu.white-color {
	background: #fff;
	color: #000;
}

/*--------------------------------------------------------------
# Search side
--------------------------------------------------------------*/
#page-content div.pagination a,
#page-content div.pagination span {
	padding: 2px 8px;
	margin-right: 3px;
	color: #fff;
}

a.searchbtn {
	width: 153px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
	cursor: pointer;
}

.search-right {
	font-size: 14px;
	text-align: center;
}

.menu-right {
	position: absolute;
	left: 16px;
	color: #fff;
	font-size: 14px;
	bottom: 0;
}

a:hover.searchbtn .menu-right {
	color: #fff;
}

@media only screen
and (min-width: 768px) {
	.top-faq a {
		display: block;
		color: #fff;
		font-size: 14px;
		padding: 10px 17px 1px 17px;
	}

	.top-faq {
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.top-faq-right {
		margin-top: -8px;
		padding-bottom: 3px;
	}

	.faq-color {
		stroke: #fff;
		stroke-width: 2px;
	}

	.top-home a {
		display: block;
		font-size: 14px;
		color: #fff;
		padding: 10px 19px 1px 19px;
	}

	.top-home {
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.top-home-right {
		margin-top: -3px;
		padding-bottom: 5px;
	}

	.topuser {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

}

@media only screen
and (max-width: 767px) {
	.top-faq, .top-home, .menu-right, .search-right {
		display: none;
	}

	.topuser a i {
		font-size: 20px;
	}

	.social-links {
		margin-top: 2rem;
	}
}

/* Style for overlay and box */
form {
	margin: 0;
	padding: 0;
}

.overlaysearch {
	background-color: rgba(0, 0, 0, 0.80);
	transition: all 1s;
	-webkit-transition: all 1s;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.box {
	position: absolute;
	top: 0;
	left: -1100px;
	background-color: #fff;
	color: #7f7f7f;
	font-size: 30px;
	font-family: CaecilialBold;
	border: none;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	padding: 0 0 0 130px;
	z-index: 18;
	width: 660px;
	min-height: 72px;
}

.box input.search-field {
	width: 410px;
	border: none !important;
	padding: 0 0 0 40px;

}

#left-search {
	border: none;
	width: 70px;
	height: 38px;
	background: transparent;
}

.box span {
	position: relative;
}

.box span:after {
	font-family: FontAwesome;
	content: "\f002";
	font-size: 28px;
	color: #000;
	position: absolute;
	right: 20px;
	top: 0;
	pointer-events: none;
}

:root input.search-field {
	border: 5px solid #f00;
	padding: 15px 0 15px 40px;
}

.search-page {
	color: #000;
}

#menu-header-menu {
	margin: 0;
	padding: 0;
}

#menu-header-menu ul {

}

#menu-header-menu > li {
	display: inline;
	margin-left: 1.618em;
}

#menu-header-menu li {
	list-style: none;
}

#menu-header-menu li a {
	text-decoration: none;
	font-size: 1em;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

#menu-header-menu li.parent::after {
	content: '+';
}

#menu-header-menu .sub-menu {
	display: none;
	position: absolute;
	background-color: #fff;
}

#menu-header-menu li:hover > .sub-menu {
	display: inline;
	width: auto;
	height: auto;
	border: solid 1px #bbb;
	z-index: 1;
}

/*--------------------------------------------------------------
# Faq-page
--------------------------------------------------------------*/
.faq-page {

	min-height: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	background: rgba(255, 255, 255, 0.90);
}

.faq-page .page-top {
	background: transparent;
}

.faq-content ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	color: #fff;
}

.faq-content ul li.faq-link a {
	color: #fff !important;
	display: block;
	padding: 5px 15px 5px 30px;
	font-size: 20px;
}

.faq-content ul li.faq-link a i {
	padding-right: 16px;
}

.faq-category h3 {
	margin: 0;
}

.faq-category h3 a {
	display: block;
	padding: 36px 30px 30px;
	color: #fff;
	font-size: 24px;
}

.faq-logo {
	text-align: right;
	margin-bottom: 20px;
}

.faq-page .content-area {
	height: inherit;
}

.faq-page h1.page-title {
	color: #231f20;
}

.faq-category-left {
	padding-left: 7.14286%;
}

.uper-title, span.current {
	text-transform: capitalize;
}

#breadcrumbs .current {
	text-transform: none;
}

.content-area-widget {
	color: #231f20;
}

#faq-left h3, #faq-right h3 {
	font-size: 25px;
}

.faq-text {
	padding-bottom: 20px;
}

a.btn-faq {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.btn-faq i {
	padding-left: 10px;
}

.faq-content ul li.faq-link.last-link-btn a {
	display: block;
	margin: 34px 25px 0;
	padding: 8px 20px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.faq-content ul li.faq-link.last-link-btn a i {
	padding-left: 10px;
	position: absolute;
	right: 39px;
	padding-top: 3px;
}


#suggest {
	padding: 14px 0 45px 0;
}

#suggest .search_icon {
	background-position: right 13px top 6px;
}

#suggest div.suggestionList ul li {
	border: 0;
}

#suggest .suggestionList ul li a,
#suggest .suggestionList ul li.nothing-found {
	padding: 8px 20px;
	font-size: 22px;
	display: block;
	font-family: CaecilialBoldItalic;
}

#suggest .suggestionList ul li:first-child {
	padding-top: 10px;
}

#suggest .suggestionList ul li:last-child {
	padding-bottom: 10px;
}

#suggest .suggestionList ul li a.focus {
	padding: 10px 10px 10px 10px;
	font-size: 22px;
	display: block;
	font-family: CaecilialBoldItalic;
}

#suggest .suggestionList ul li a:after {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	position: absolute;
	right: 30px;
}

div.suggestionList:before {
	display: none;
}

::-webkit-input-placeholder {
	color: #bfbfbf;
}

:-moz-placeholder { /* Firefox 18- */
	color: #bfbfbf;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #bfbfbf;
}

:-ms-input-placeholder {
	color: #bfbfbf;
}

#form1.bkb-live-search-form #s {
	font-size: 22px;
	padding: 8px 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
	font-family: CaecilialBoldItalic;
	color: #bfbfbf;
}

#form1.bkb-live-search-form #s {
	height: 46px;
	line-height: 26px;
}

#form1.bkb-live-search-form #s:focus {
	color: #000;
}

#form1.bkb-live-search-form div.suggestionsBox {
	top: 60px;
	border-radius: 4px 4px 0 0;
}

#form1 .load {
	background-image: url('images/loader.gif');
}

.faq-categories, .content-area-faq {
	color: #231f20;
}

.attachment-files {
	color: #000;
}

.attachment-files h3 {
	padding-bottom: 20px;
}

.downloads a:before {
	font-family: FontAwesome;
	content: "\f0f6";
	color: #000;
	font-size: 20px;
	padding-right: 10px;
}

.downloads-text {
	font-size: 16px;
	padding: 10px 0 10px 30px;
}

.downloads-text p {
	margin: 0;
}

.attachment-box {
	margin-bottom: 20px;
}

.faq-box {
	padding: 35px;
	color: #fff;
	font-family: imprimaregular;
	font-size: 22px;
	margin-bottom: 20px;
}

.faq-text-single {
	font-size: 22px;
	font-family: CaecilialBoldItalic;
}

.link-phone {
	padding-bottom: 20px;
	color: #000 !important;
}

.link-phone:before {
	font-family: FontAwesome;
	content: "\f095";
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}

.link-phone a,
.link-email a {
	color: #000;
}

.link-email a:before {
	font-family: FontAwesome;
	content: "@";
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}

#event-bottom {
	color: #231f20;
}

#event-bottom h3 {
	margin-top: 0;

}

#event-bottom h3 a {
	font-size: 40px;
	color: #231f20;
}

.event-date {
	font-size: 25px;
}

.faqmain {
	background-color: #fff;
	padding: 20px;
	margin-top: 40px;
}

.event_text .intro-text {
	font-size: 22px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Search page
--------------------------------------------------------------*/

.post-search {
	padding-top: 20px;
	margin-bottom: 0;
}

.type-categories ul {
	padding: 0;
	margin: 0;
	font-size: 20px;
	list-style: none;
}

.type-categories ul li a {
	color: #242021;
}

.post-search h3 {
	margin-bottom: 0 !important;
}

.category-title,
#page-content div.category-title a {
	color: #c3c3c3;
	padding-bottom: 10px;
}

.search-type-categories {
	margin-bottom: 40px;
}

.faqmain .event-img img {
	margin: 0 auto 20px;
	width: 165px;
}

.faqmain .col-lg-3 {
	width: 21.4286% !important;
}

/*--------------------------------------------------------------
# Copyright
--------------------------------------------------------------*/
.copyright-text {
	max-width: 200px;
}

.copyright-menu {
	list-style: none;
	margin: 0;
}

.copyright-menu li {
	float: left;
	margin-right: 40px;
}

/*--------------------------------------------------------------
# Login portal button
--------------------------------------------------------------*/
a.login-portal-button {
	float: right;
	margin-right: 205px;
	display: inline-block;
	width: 132px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border-radius: 6px;
	padding: 0 10px;
	margin-top: 6px;
}

a.login-portal-button:active,
a.login-portal-button:visited,
a.login-portal-button:hover {
	color: #fff;
}

a.login-portal-button span {
	display: inline-block;
	padding: 0 5px 0 10px;
}

/*--------------------------------------------------------------
# Load more button
--------------------------------------------------------------*/
.load-more {
	height: 42px;
	margin-top: 55px;
	margin-bottom: 65px;
	text-align: center;
}

.load-more img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 6px;
}

.load-more button {
	display: block;
	margin: 0 auto;
	padding: 0.4em 1.65em 0.6em;
	height: 42px;
	line-height: 28px;
	font-size: 18px;
	border: 0;
	border-radius: 2px;
	text-shadow: none;
	transition: background-color .2s linear;
}

.load-more button:hover {
	background-color: #000;
}

h3.load-end,
h3.load-error {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	color: #fff;
}

/*--------------------------------------------------------------
# media 1500px
--------------------------------------------------------------*/

@media screen
and (min-width: 1500px) {
	.faq-content ul li.faq-link.last-link-btn a {
		margin: 44px 25px 0;
	}

}

@media screen
and (min-width: 1400px) {
	.faq-category h3 a {
		font-size: 25px;
	}

	.faq-content ul li.faq-link a {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
# media 1300px
--------------------------------------------------------------*/

@media screen
and (min-width: 1300px) {
	.col-md-5 .home-right .widget-left {
		margin-left: 32px;
	}

	.col-md-5 .home-left .widget-left {
		margin-right: 32px;
	}

	.widget-block .hometitle {
		font-size: 40px;
		line-height: 50px;
	}

	#menu-top .col-md-12, #menu-top .col-lg-12 {
		padding-left: 55px !important;
		padding-right: 25px !important;
	}

	.faq-category {
		margin-bottom: 30px;
	}

	.faq-category {
		height: 375px;
	}

	.faq-category h3 a {
		padding: 36px 30px 20px;
	}

	.downloads a {
		font-size: 22px;
	}

	.downloads-text {
		font-size: 16px;
		padding: 10px 0 10px 30px;
	}

	#faq-block .col-lg-3 {
		width: 23.429% !important;
	}

}

/*--------------------------------------------------------------
# media 1300px 1399px
--------------------------------------------------------------*/

@media screen
and (min-width: 1301px)
and (max-width: 1399px) {
	.faq-category h3 a {
		font-size: 23px;
	}

	.faq-content ul li.faq-link a {
		font-size: 18px !important;
	}

	#faq-block .col-lg-3 {
		width: 23.429% !important;
	}

	.faq-category {
		height: 355px;
	}

	.menu-item-has-children > a {
		font-size: 33px !important;
	}
}

/*--------------------------------------------------------------
# media 1480px 1299px
--------------------------------------------------------------*/

@media screen
and (min-width: 1299px)
and (max-width: 1480px) {
	.faq-category h3 a {
		padding: 25px 25px 5px;
		font-size: 21px;
		min-height: 70px;
	}

	.faq-content ul li.faq-link a {
		padding: 5px 12px 5px 25px;
		font-size: 18px;
	}

	.faq-content ul li.faq-link.last-link-btn a {
		margin: 44px 25px 0;
		font-size: 17px;
	}

	.faq-category {
		height: 360px;
	}
}

/*--------------------------------------------------------------
## landscape 1299max 1023px
--------------------------------------------------------------*/

@media only screen
and (max-width: 1299px)
and (min-width: 1109px) {
	.widget-block .hometitle {
		font-size: 31px !important;
		line-height: 42px;
	}

	.widget-left {
		height: 160px;
	}

	a .widget-left {
		padding: 30px;
		color: #fff;
		display: block;
		text-decoration: none;
	}

}

/*--------------------------------------------------------------
## landscape 1108 max 989px
--------------------------------------------------------------*/

@media only screen
and (max-width: 1108px)
and (min-width: 989px) {
	.widget-block .hometitle {
		font-size: 26px !important;
		line-height: 36px;
	}

	.widget-left {
		height: 160px !important;
	}

	a .widget-left {
		padding: 30px;
		color: #fff;
		display: block;
		text-decoration: none;
	}
}

/*--------------------------------------------------------------
## landscape 1299px max 989px
--------------------------------------------------------------*/
@media only screen
and (max-width: 1299px)
and (min-width: 989px) {
	.home-content {
		padding: 35px 35px 0 35px;
		margin-top: 0;
		font-family: 'imprimaregular';
	}

	.home-content-footer {
		padding: 35px 35px 35px 35px;
	}

	.alight-right {
		text-align: left;
		margin-top: 40px;
	}

	.widget-block {
		margin-top: 40px;
	}

	.text-block {
		margin-bottom: 30px;
	}

	.faq-category {
		height: 385px;
		margin-bottom: 30px;
	}

	.faq-content .col-lg-3 {
		width: 31.1% !important;
	}

	.downloads a {
		font-size: 22px;
	}

	.downloads-text {
		font-size: 16px;
		padding: 10px 0 10px 30px;
	}

}

/*--------------------------------------------------------------
## landscape 1200max 1023px
--------------------------------------------------------------*/
@media only screen
and (max-width: 1200px)
and (min-width: 989px) {
	.downloads a {
		font-size: 22px;
	}

	.downloads-text {
		font-size: 16px;
		padding: 10px 0 10px 30px;
	}

	h3.home-post-title {
		font-size: 17px;
	}

	.flex-center {
		font-size: 18px;
	}

}

/*--------------------------------------------------------------
## landscape 1023max
--------------------------------------------------------------*/

@media only screen
and (max-width: 1300px)
and (min-width: 971px) {
	.menu-item-has-children {
		float: left;
		width: 50% !important;
	}

	.faq-content ul li.faq-link a {
		font-size: 18px;
	}

	.faq-category h3 a {
		padding: 25px 25px 5px;
		font-size: 21px;
		min-height: 70px;
	}

	.faq-content ul li.faq-link a {
		padding: 5px 25px;
		font-size: 16px;
	}

	.faq-content ul li.faq-link.last-link-btn a {
		margin: 20px 25px 0;
		font-size: 17px;
	}

	.faq-category {
		height: 322px;
	}

	.downloads a {
		font-size: 18px;
	}

	.downloads-text {
		font-size: 13px;
	}

	.downloads a {
		font-size: 22px;
	}

	.downloads-text {
		font-size: 16px;
		padding: 10px 0 10px 30px;
	}

	.faq-content .col-lg-3 {
		width: 31.1% !important;
	}


}

/*--------------------------------------------------------------
## 1023 max min 769
--------------------------------------------------------------*/

@media only screen
and (max-width: 989px)
and (min-width: 768px) {
	.widget-block .hometitle {
		font-size: 32px !important;
		line-height: 36px;
	}

	.site-content {
		margin-top: 0 !important;
	}

	.widget-left {
		color: #fff;
		height: 155px !important;
	}

	.home-main .widget-block {
		margin-top: 15px !important;
	}

	.home-left {
		margin-right: 0 !important;
	}

	.home-right {
		margin-left: 0 !important;
	}

	.col-xs-14.text-block {
		margin-bottom: 30px !important;
	}

	.menu-item-has-children {
		float: none;
		width: 50% !important;
	}

	.home-post-columns.col-md-4 {
		width: 100%;
	}

	.topuser a {
		background-color: transparent;
	}

	.widget-left .link-home {
		right: 50px;
	}

	.widget-block {
		margin-top: 0;
	}

	.text-block {
		margin-top: 50px;
	}

	.menu-item-has-children a {
		font-size: 30px !important;
	}

	.menu-item-has-children .sub-menu a {
		font-size: 16px !important;
	}

	.menu-item-has-children {
		float: left;
		width: 50% !important;
	}

	.home-content {
		margin-top: 50px;
		padding: 40px 40px 0 40px;
	}

	.home-content p {
		margin: 0;
	}

	#menu-top {
		padding: 0 90px !important;
	}

	.fixbottom {
		margin-top: 50px;
		position: relative !important;
	}

	.faq-category-left {
		padding-left: 7.14286% !important;
	}

	.faq-content ul li.faq-link a {
		padding: 3px 30px !important;
		font-size: 18px !important;
	}

	.faq-category h3 a {
		padding: 30px 30px 5px;
		font-size: 21px !important;
		min-height: 70px;
	}

	#suggest {
		padding: 0;
	}

	.ul-faq-main a {
		color: #fff;
	}

	.faq-content ul li.faq-link.last-link-btn a {
		margin: 20px 25px 0 !important;
	}

	.faq-category {
		height: 320px !important;
		margin-bottom: 20px;
	}

	.main-content {
		min-height: 300px !important;
	}

	.faq-content ul li.faq-link.last-link-btn a {
		margin: 30px 25px 0;
		font-size: 19px;
	}

	.faq-box {
		padding: 16px;
		font-size: 20px;
	}

	.faq-categories {
		padding-top: 30px;
	}

	.downloads a {
		font-size: 18px;
	}

	.downloads-text {
		font-size: 14px;
		padding: 10px 0 10px 30px;
	}

}

/*--------------------------------------------------------------
## Portrait  778px
--------------------------------------------------------------*/

@media only screen
and (max-width: 767px) {
	.home-left {
		margin-right: 0 !important;
	}

	.home-right {
		margin-left: 0 !important;
	}

	#masthead {
		position: fixed;
		height: 44px;
		top: 0;
	}

	#menu-top {
		font-family: inherit;
		top: 0;
		left: 0 !important;
	}

	.faq-content .col-lg-3 {
		width: 100% !important;
	}

	.logo-home {
		display: none;
	}

	.topmenu {
		float: left;
		color: #fff;
		width: 44px;
		height: 44px;
	}

	.faq-logo {
		display: none
	}

	.main-content {
		min-height: 300px !important;
	}

	#site-navigation {
		padding: 20px 10px 0 10px;
	}

	.menu-item-has-children a {
		font-size: 25px !important;
	}

	.icon {
		padding: 3px !important;
		height: 40px !important;
		width: 40px !important;
		margin: 0 !important;
		top: 0 !important;
		left: 0;
	}

	.icon-menu-top {
		margin: 3px 0 0 7px !important;
	}

	.topmenu a {
		color: #fff;
		display: block;
		font-size: 20px;
		height: 44px !important;
		padding: 10px 12px;
		text-decoration: none;
		width: 44px !important;
	}

	.faqmain {
		margin-bottom: 20px;
	}

	.faq-category {
		min-height: 380px !important;
		margin-bottom: 15px;
	}

	.fuul-menu-logo {
		display: none;
	}

	.topuser {
		float: left;
	}

	.topuser span {
		display: none;
	}

	.search-menu {
		margin-top: 0;
		position: relative;
		font-size: 18px;
		padding: 8px 10px 9px 10px !important;
		float: left;
		height: 44px;
	}

	.search-menu a {
		color: #fff;
		display: block;
		font-size: 20px;
		height: 40px;
		padding: 8px 10px 9px 10px !important;
		width: 40px;
	}

	#searchbtn {
		padding-bottom: 0;
		padding-left: 4px;
		padding-top: -1px;
	}

	.fixbottom {
		position: relative !important;
		bottom: 10px !important;
		width: 100%;
	}

	.menu-item-has-children a {
		display: block;
	}

	.menu-item-has-children .fa-angle-right::before {
		display: block !important;
	}

	.topuser a {
		color: #fff;
		display: block;
		font-size: 14px;
		padding: 10px 8px 20px;
		height: 44px;
		text-decoration: none;
		width: 30px;
	}

	.menu-item-has-children .fa {
		color: #fff;
		font-size: 30px;
		float: right;
	}

	.sub-menu .fa {
		color: #fff;
		font-size: 16px;
		float: left;
	}

	.menu-item-has-children .sub-menu {
		margin: 0 !important;
	}

	.menu-item-has-children .sub-menu a {
		font-size: 16px !important;
	}

	.sub-menu {
		/* display: none;*/
	}

	.box {
		left: -900px;
		padding: 0 !important;
		font-size: 18px !important;
		margin-top: 44px;
		z-index: 1000 !important;
		min-height: inherit;
	}


	.box input.search-field {
		border: medium none !important;
		margin-left: 0;
		border-radius: 0 !important;
	}

	#left-search {
		width: 44px !important;
	}

	:root input.search-field {
		padding: 9px 0 9px 20px !important;
		border-right: 0 !important;
		border-radius: 0 !important;
	}

	.box span {
		position: inherit !important;
	}

	.home-content {
		padding: 15px 15px 0;
		margin-top: 0;
		font-family: 'imprimaregular';
	}

	.home-content-footer {
		padding: 10px 15px 10px 15px;
	}

	.alight-right {
		text-align: left;
		margin-top: 10px;
	}

	.widget-block .hometitle {
		font-size: 25px;
		line-height: 32px;
	}

	a .widget-left {
		padding: 15px;
	}

	a:hover .widget-left {
		padding: 15px;
	}

	.widget-left {
		height: 105px;
	}

	.home-content p {
		margin: 0;
	}

	.home-left .icon-arrowlb:before {
		font-size: 60px;
		left: 126px;
		top: -59px;
	}

	.home-right .icon-arrowlb:before {
		font-size: 60px;
		left: 126px;
		top: -59px;
	}

	.link-home {
		font-size: 16px !important;
		right: 35px !important;
		bottom: 0 !important;
	}

	#faq-block h3 a {
		font-size: 24px;
	}

	#faq-block a {
		color: #fff;
	}

	.widget-left .link-home {
		background: none repeat scroll 0 0 #000;
		font-family: "imprimaregular";
		font-size: 18px;
		padding: 10px 14px 10px 15px;
		color: #fff;
		position: absolute;
		right: 80px;
		bottom: 9px;
	}

	.col-md-5 .home-right .widget-left, .col-xs-14 .home-right .widget-left {
		margin-left: 0 !important;

	}

	.col-md-5 .home-left .widget-left, .col-xs-14 .home-left .widget-left {
		margin-right: 0 !important;
	}

	.col-xs-14.text-block {
		margin-bottom: 80px;
	}

	header {
		color: white;
		position: inherit;
		width: 100%;
		background-color: rgba(0, 0, 0, .89);
	}

	.content-main {
		margin-left: 0;
		color: #fff;
	}

	.footer-bottom-menu {
		display: none;
	}

	.mobile-footer-bottom-menu {
		width: 221px;
		margin: 0 auto;
		padding-bottom: 20px;
		padding-top: 20px;
		display: block !important;
		height: 70px;
	}

	.mobilemenu {
		display: block;
		position: absolute;
		right: 0;
	}

	.mobile-footer-bottom-menu .footer-youtube,
	.mobile-footer-bottom-menu .footer-facebook,
	.mobile-footer-bottom-menu .footer-twitter,
	.mobile-footer-bottom-menu .footer-linkedin,
    .mobile-footer-bottom-menu .footer-instagram {
		float: left;
		margin-bottom: 20px;
	}

	.footer-youtube a,
	.footer-facebook a,
	.footer-twitter a,
	.footer-linkedin a,
    .footer-instagram a {
		display: block;
		color: #fff;
		width: 70px;
		height: 70px;
		padding: 20px 22px;
		font-size: 28px;
		text-decoration: none;
	}

	.menu-item-has-children {
		float: left;
		width: 50% !important;
	}

	.menu-item-has-children {
		float: none;
		width: 100% !important;
	}

	.logo-right {
		display: none;
	}

	.faq-box {
		padding: 16px;
		font-size: 20px;
	}

	/*********************************
	mobile menu
	*********************************/
	#site-navigation {
		padding: 20px 0 0;
	}

	.menu-item-has-children {
		border-bottom: 1px solid #4d4a4b;
	}

	.menu-item-has-children a {
		display: block;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		padding: 20px 10px 20px 10px;
	}

	#site-navigation .sub-menu a {
		text-decoration: none;
		display: block;
		/*transition for smooth hover animation*/
		transition: all 0.15s;
		padding: 5px 10px;
		border-bottom: none;
	}

	#site-navigation .sub-menu a:hover {
	}

	#site-navigation .sub-menu {
		display: none;
		padding: 0 0 20px 0;
	}

	#site-navigation .menu-item-has-children a.active,
	#site-navigation .menu-item-has-children a.focus {
		display: block;
		color: #fff !important;
	}

	.fa-chevron-down {
		font-size: 20px;
		display: block;
		color: #fff;
	}

	#site-navigation .menu-item-has-children a.active i {
		display: none;
	}

	#site-navigation .menu-item-has-children a.active i.fa-angle-down {
		display: block !important;
		font-size: 34px !important;
		top: 5px;
	}

	#site-navigation .sub-menu i.fa-angle-down {
		display: none !important;
	}

	.faq-category-left {
		padding-left: 0 !important;
	}

	.faq-category-left .col-xs-12 {
		width: 100%;
	}

	.event-img img {
		margin: 0 auto;
		width: 100%;
	}

	.faqmain .event-img img {
		margin: 0 auto;
		width: 165px;
	}

	.center-image {
		text-align: center;
	}

	.faq-category {
		min-height: 200px !important;
	}

	#suggest {
		padding: 14px 0 10px !important;
	}

	#event-bottom h3 a {
		font-size: 30px !important;
	}

	.event_text {
		padding-top: 10px;
	}

	.downloads a {
		font-size: 18px;
	}

	.downloads-text {
		font-size: 14px;
		padding: 10px 0 10px 30px;
	}

}

/*--------------------------------------------------------------
## Portrait  989px and  769px
--------------------------------------------------------------*/
@media only screen
and (max-width: 989px)
and (min-width: 769px) {
	.faq-content ul li.faq-link a {
		font-size: 18px;
	}

	.faq-category-left {
		padding-left: 7.14286% !important;
	}

	.faq-content ul {
		/*padding: 20px 0 0;*/
	}

	#faq-block h3 a {
		font-size: 24px;
	}

	.faq-content ul li.faq-link a {
		padding: 3px 30px !important;
		font-size: 18px !important;
	}

	.faq-category {
		height: 340px !important;
		margin-bottom: 30px;
	}

	.faq-content ul li.faq-link.last-link-btn a {
		margin: 24px 25px 0 !important;
		padding: 8px 20px !important;
	}

	.center-image {
		text-align: center;
	}

	.event_text {
		padding-top: 10px;
	}

	.page-top {
		margin-top: 0 !important;
	}

	#home_menu {
		margin-top: 65px;
	}

	#blockContainer {
		display: flex;
		flex-flow: column;
	}

	#a {
		order: 2;
		float: none
	}

	#c {
		order: 1;
		float: none
	}

	#b {
		order: 3;
		float: none
	}

	.widget-block {
		margin-top: 45px;
		margin-bottom: 10px;
	}

}

.logo-right {
	z-index: 20000000;
}

/*--------------------------------------------------------------
## Portrait  770px and  768px for faq
--------------------------------------------------------------*/

@media only screen
and (max-width: 770px)
and (min-width: 768px) {
	.faq-content .col-md-3, .faq-content .col-lg-3 {
		width: 46.857% !important;
	}

	.faq-content .col-sm-6 {
		width: 46.857% !important;
	}

	#home_menu {
		margin-top: 65px;
	}
}

@media only screen
and (max-width: 1024px)
and (min-width: 771px) {
	.faq-content .col-md-3, .faq-content .col-lg-3, .faq-content .col-sm-6 {
		width: 46% !important;
	}

	.col-sm-14 {
		width: 100%;
	}

}

@media only screen
and (max-width: 1457px)
and (min-width: 1370px) {
	.menu-item-has-children a {
		font-size: 37px;
	}

}

@media all and (orientation: landscape) and (max-width: 1099px) and (min-width: 769px) {
	.faq-content .col-md-3, .faq-content .col-lg-3, .faq-content .col-sm-6 {
		width: 46% !important;
	}

	.faq-content ul li.faq-link a {
		font-size: 18px !important;
		padding: 5px 23px !important;
	}

	.faq-content ul li.faq-link.last-link-btn a {
		padding: 8px 15px !important;
	}

	#faq-block h3 a {
		font-size: 21px !important;
		padding: 23px 23px 20px !important;
	}

}

.footer-language {
	position: relative;
	text-transform: uppercase;
}

.footer-icon.footer-language a {
	display: block;
	font-size: 22px;
	height: 70px;
	padding: 20px 22px 20px 20px;
	text-decoration: none;
	width: 70px;
}

div.margin-block {
	height: 40px;
	display: block;
}

.top-logo {
	z-index: 100000;
	margin-bottom: 50px;
	margin-top: 22px;
}

.top-logo img {
	float: right;
}

input::-ms-clear {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

div.footer-icon.footer-language a {
	height: 35px;
	padding: 0 22px 0 20px;
}

div.footer-icon.footer-language {
	padding: 10px 0 20px;
}

div.footer-icon.footer-language a:hover {
	background: transparent;
}

div.footer-language-active {
	opacity: 0.5;
}

.tail,
.monkey,
.horns {
	float: right;
	line-height: 9px;
}

.monkey:before {
	content: '\0040';
}

.monkey-link {
	display: inline-block;
}

.monkey-link-faq span {
	line-height: 32px;
}

/* Temp Hot Fix *//*
#faq-overview-en-category-4,
#faq-overview-en-category-6,
#faq-overview-en-category-9 {
    display: none !important;
}*/

/**/
.wpcf7-form {
	border: none;
	position: relative;
}

#page-content label {
	display: block;
}

#page-content label span {
	color: #f00;
}

#page-content input.wpcf7-text, #page-content textarea {
	width: 100%;
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 2px 10px;
	height: 46px;
	line-height: 26px;
	margin-top: 3px;
	font-size: 16px;
	color: #3a3a3a;
}

input.wpcf7-submit {
	font-size: 18px;
	padding: 15px 25px;
	color: #fff;
	border: none;
}

#page-content span.wpcf7-list-item {
	margin-left: 0;
}

.two-fields {
	width: 100%;
}

.left-field {
	width: 38%;
	float: left
}

.right-field {
	width: 58%;
	float: right;
}

.comment-field {
	clear: both;
}

@media only screen
and (min-width: 769px) {

	.first-col.col-md-4 {
		padding-right: 7px;
	}

	.last-col.col-md-4 {
		padding-left: 7px;
	}

	.search-home-content {
		padding: 30px 200px 80px 200px;
		text-align: center;
	}
}

@media only screen
and (min-width: 769px) and (max-width: 1025px) {
	.first-col.col-md-4 {
		padding-right: 5px;
	}

	.middle-col.col-md-4 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.mail-contact a {
		font-size: 12px;
	}

	.last-col.col-md-4 {
		padding-left: 5px;
	}

	.col-md-contact {
		width: 33.3%;
		float: left;
	}

	.addthis-btns.col-sm-7, .terug-btn.col-sm-7 {
		padding-left: 0;
		padding-right: 0;
	}

	.home-post-thumb {
		height: 166px;
	}

	.home-post-container {
		height: 290px;
	}

	.blue-right-block {
		height: 90.4px;
	}

	.blue-image {
		height: 90.4px;
		width: 55px;
	}

	.flex-center {
		height: 91px;
	}

	.blue-right-block i {
		right: 29px;
		top: 20px;
	}

	#c a:last-of-type .blue-right-block {
		margin-bottom: 15px;
	}
}

@media only screen
and (min-width: 1026px) and (max-width: 1545px) {
	.home-post-thumb {
		height: 228px;
	}

	.home-post-container {
		height: 351px;
	}

	.blue-right-block {
		height: 111px;
	}

	.blue-image {
		height: 111px;
	}

	#c a:last-of-type .blue-right-block {
		margin-bottom: 13px;
	}
}

@media only screen
and (min-width: 820px) and (max-width: 989px) {
	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}

	.blue-right-block {
		height: 94px;
	}

	.blue-image {
		height: 94px;
		width: 55px;
	}

	.flex-center {
		height: 91px;
	}

	.blue-right-block i {
		right: 29px;
		top: 20px;
	}

	.search-home-content {
		padding: 60px 00px;
		text-align: center;
	}
}

@media only screen
and (min-width: 769px) and (max-width: 819px) {
	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}

	.blue-right-block {
		height: 94px;
	}

	.blue-image {
		height: 94px;
		width: 55px;
	}

	.flex-center {
		height: 91px;
	}

	.blue-right-block i {
		right: 29px;
		top: 20px;
	}

	.search-home-content {
		padding: 60px 00px;
		text-align: center;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.mainblue .content {
		min-height: 65px !important;
	}
}

@supports (-ms-ime-align:auto) {
	.faq-contents td img.img-responsive {
		margin-right: 150px;
	}
}

@media only screen
and (max-width: 1612px) {
	.social-text-contact {
		padding: 10px 10px;
	}
}

@media only screen
and (max-width: 1451px) {
	.social-text-contact {
		padding: 10px 10px;
		font-size: 14px;
	}

	.mail-contact a {
		font-size: 14px;
	}

	.phone-contact {
		font-size: 14px;
	}
}

.google-map iframe {
	width: 100%;
}

@media only screen
and (max-width: 768px) {
	.google-map {
		float: none !important;
	}

	.google-map.col-xs-14 {
		padding-left: 0;
		padding-right: 0;
	}

	.contact-blocks h3 {
		font-size: 24px;
	}

	.left-field {
		width: 100%;
		float: left
	}

	.right-field {
		width: 100%;
		float: right;
	}

	.col-md-contact.col-md-4 {
		width: 100%;
		margin: 0 0 24px 0;
	}

	.social-text-contact {
		padding: 10px 10px;
		font-size: 16px;
	}

	.mail-contact a {
		font-size: 18px;
	}

	.mail-svg {
		margin-bottom: 14px;
	}

	.phone-contact {
		font-size: 16px;
	}

	.addthis-btns.col-sm-7, .terug-btn.col-sm-7 {
		padding-left: 0;
		padding-right: 0;
	}

	.search-home-content {
		padding: 30px 30px 30px 10px;
		text-align: center;
	}

	.home-post-columns.col-md-4 {
		width: 100%;
		margin-bottom: 15px;
	}

	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}

	.blue-right-block {
		height: 94px;
	}

	.blue-image {
		height: 94px;
		width: 55px;
	}

	.flex-center {
		height: 94px;
	}

	.blue-right-block i {
		top: 20px;
	}

	#blockContainer {
		display: flex;
		flex-flow: column;
	}

	#a {
		order: 2;
		float: none
	}

	#c {
		order: 1;
		float: none
	}

	#b {
		order: 3;
		float: none
	}

	.widget-block {
		margin-top: 45px;
		margin-bottom: 10px;
	}

	.load-more {
		margin-top: 0;
		margin-bottom: 55px;
	}
}

@media only screen
and (min-width: 640px) and (max-width: 766px) {
	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}
}

@media only screen
and (min-width: 481px) and (max-width: 639px) {
	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}
}

@media only screen
and (min-width: 361px) and (max-width: 480px) {
	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}
}

@media only screen
and (min-width: 321px) and (max-width: 360px) {
	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}
}

@media only screen
and (max-width: 320px) {
	.home-post-thumb {
		height: auto;
	}

	.home-post-container {
		height: auto;
	}
}

#page-content .phone-contact a:link,
#page-content .phone-contact a:hover,
#page-content .phone-contact a,
#page-content .phone-contact a:link:hover {
	color: #000;
}

.home-main-search-form {
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.search-home-content h3 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 28px;
}

.top-faq svg:not(:root), .top-home svg:not(:root) {
	height: 34px;
}

.cd-top {
	display: inline-block;
	height: 42px;
	width: 42px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, 0.8) url("images/top.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .7s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 42px;
		width: 42px;
		right: 30px;
		bottom: 30px;
	}
}

.collapseomatic_content {
	margin-left: 0;
}
