/*
Theme Name: IVR
Version: 1.0.0
Author: OnlineMarketing.nl
Author URI: https://onlinemarketing.nl
Description: Webdesign for IVR
Theme URI: https://onlinemarketing.nl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onm_textdomain
Domain Path: /languages
*/

/*-----------------------------------------------------------------*/
/* Font
/*-----------------------------------------------------------------*/

@font-face {
	font-family: 'DIN Pro';
	font-style: normal;
	font-weight: normal;
	src: local('DIN Pro'), url('fonts/DINPro.woff') format('woff');
}

/*-----------------------------------------------------------------*/
/* Reset
/*-----------------------------------------------------------------*/

.hidden {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	font-family: 'DIN Pro';
	font-weight: 100;
	line-height: 1.5;
}

h1 {
	font-weight: 300 !important;
	color: #000 !important;
}

b, strong {
    font-weight: 600;
}

a {
    color: #9fa4af;
    text-decoration: none;
	border-bottom: 1px dotted;
}

a, input {
	cursor: pointer;
}

a.internal-link,
a.external-link {
	position: relative;
	margin-right: 14px;
}

a.internal-link:after,
a.external-link:after {
	content: "\f14c";
	font: normal normal normal 10px/1 FontAwesome;
    position: absolute;
    bottom: 10px;
    margin-left: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.external-link:after {
	content: "\f08e";
}

a:focus,
a:hover {
    color: #9397a0;
    text-decoration: none;
    border-bottom-style: solid;
}

[type=reset],
[type=submit],
button,
html [type=button]{
	border-style: solid;
}

button {
    outline: 0 !important;
}

img{
	max-width: 100%;
}

section,
article{
	padding: 100px 0;
}

@media (min-width:1200px){
	.container{
		width: 1190px;
	}
}

.container-fluid{
	padding: 0;
	overflow: hidden;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.equalize-5 .col-xs-2,
.equalize-5 .col-xs-3 {
    width: 20%;
}

@media only screen and (min-width: 576px) {
	.equalize-5 .col-sm-2,
	.equalize-5 .col-sm-3 {
    	width: 20%;
	}
}

@media only screen and (min-width: 768px) {
	.equalize-5 .col-md-2,
	.equalize-5 .col-md-3 {
    	width: 20%;
	}
}

@media only screen and (min-width: 992px) {
	.equalize-5 .col-lg-2,
	.equalize-5 .col-lg-3 {
    	width: 20%;
	}
}

@media only screen and (min-width: 1200px) {
	.equalize-5 .col-xl-2,
	.equalize-5 .col-xl-3 {
    	width: 20%;
	}
}

ul.no-list-style {
    padding: 0;
    list-style-type: none;
}

.no-list-style ul {
    padding: 0;
    list-style-type: none;
}

.no-list-style li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
}

.no-list-style li > i {
    position: absolute;
    left: 0;
    top: 3px;
}

.image-text {
		background: #fff;
		padding: 15px;
}

.image-text p {
		margin: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -1px !important;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 10px !important;
}

/*-----------------------------------------------------------------*/
/* Colors
/*-----------------------------------------------------------------*/

.bg-grey {
	background-color: #fff;
}

.bg-white {
	background-color: #fff;
}

.bg-secondary {
	background-color: #232d62;
}

.text-white {
	color: #fff !important;
}

.grey-text {
  color: #717171;
}

/*-----------------------------------------------------------------*/
/* Image gallery
/*-----------------------------------------------------------------*/

.image-gallery .titles {
    color: #000;
}

/*-----------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------*/
body > header {
  background: #fff;
}

/*-----------------------------------------------------------------*/
/* Topbar
/*-----------------------------------------------------------------*/

.top-bar {
	position: absolute;
	top: 0;
	z-index: 1040;
   	right: 15px;
   	font-size: .8rem;
   	background: rgba(255, 255, 255, 0.95);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	-webkit-transition: top 0.2s;
	transition: top 0.2s;
}

.narrow .top-bar {
	top: -50px;
}

/*-----------------------------------------------------------------*/
/* Navbar
/*-----------------------------------------------------------------*/
.navbar-static .navbar,
.navbar-fixed-top .navbar {
	position: relative;
    z-index: 1030;
    background: #fff;
	padding: 0;
}

.navbar-static .navbar-brand {
	margin: .5rem 0;
	width: 20%;
   min-width: 100px;
}

.navbar-fixed-top .navbar-brand {
	margin: .5rem 0;
	width: 183px;
}

.navbar-static a,
.navbar-fixed-top a {
	border-bottom: 0;
}

.navbar-static .navbar-brand > img,
.navbar-fixed-top .navbar-brand > img {
   width: 100%;
	-webkit-transition: width .2s linear;
	-moz-transition: width .2s linear;
	-o-transition: width .2s linear;
	transition: width .2s linear;
}

.navbar-static .nav-item.nav-item-depth-0 .nav-link
.navbar-fixed-top .nav-item.nav-item-depth-0 .nav-link {
	text-transform: uppercase;
	color: #67a1c6;
}

.navbar-static .nav-item.nav-item-depth-0:hover .nav-link,
.navbar-fixed-top .nav-item.nav-item-depth-0:hover .nav-link {
	color: #fff;
}

.navbar-static .navbar-nav .nav-item+.nav-item,
.navbar-fixed-top .navbar-nav .nav-item+.nav-item {
	margin-left: 0;
}

@media (min-width: 992px) {
	.navbar-fixed-top .navbar-nav{
	    display: flex;
	    align-items: center;
	    height: 120px;
	    margin-right: -10px;
	    float: right;
		 -webkit-transition: height .2s linear;
		-moz-transition: height .2s linear;
		-o-transition: height .2s linear;
		transition: height .2s linear;
	}

	.navbar-fixed-top .nav-item.nav-item-depth-0 {
	    height: 100%;
	    transform: skew(-40deg);
	    margin: 0;
	    background: #fff;
	    -webkit-transition: background .2s linear;
		-moz-transition: background .2s linear;
		-o-transition: background .2s linear;
		transition: background .2s linear;
	}

	.navbar-fixed-top .nav-item.nav-item-depth-0:hover {
	   background: #32AEE2;
	}

	.navbar-fixed-top .nav-item.nav-item-depth-0:hover span {
		 color: #fff;
		 -webkit-text-fill-color: inherit;
	}

	.navbar-fixed-top .nav-item.nav-item-depth-0 .nav-link {
	    position: relative;
	    top: 42px;
	    padding: 6px;
	    transform: skew(40deg);
	}

	.navbar-fixed-top .navbar-nav .nav-link.active span{
		color: #fff;
		position: relative;
		-webkit-text-fill-color: inherit;
		top: 19px;
		display: block;
		transform: skew(40deg);
		margin: 0;
		-webkit-transition: background-color .2s linear;
		-moz-transition: background-color .2s linear;
		-o-transition: background-color .2s linear;
		transition: background-color .2s linear;
	}

	.navbar-fixed-top.narrow .nav-link.active {
		transform: skew(0deg);
		background: #32AEE2;
		height: 80px;
		top: 0;
	}

	.navbar-fixed-top .nav-link span {
		padding: 0 5px;
	}

	.navbar-fixed-top.narrow .navbar-nav{
	  height: 80px;
	}

	.navbar-fixed-top.narrow .nav-item.nav-item-depth-0 .nav-link{
		top: 20px;
	}

	.navbar-fixed-top.narrow .nav-item.nav-item-depth-0 .nav-link.active{
		top: 0;
	}

	.navbar-fixed-top.narrow .navbar-brand > img {
	  width: 61%;
	}
}

.navbar-static .navbar-toggler {
	margin-top: 45px;
}

@media (max-width: 992px) {
    .navbar-fixed-top .navbar-header {
        float: none;
    }
    .navbar-fixed-top .navbar-left,.navbar-right {
        float: none !important;
    }
   .navbar-fixed-top .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-fixed-top .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-fixed-top .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-fixed-top .navbar-nav>li {
        float: none;
    }
    .navbar-fixed-top .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-fixed-top .collapse.in{
        display:block !important;
    }
   .navbar-fixed-top .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }

    .collapse,
	.collapsing {
		clear: both;
	}
}

.nav-link {
	border-bottom: 0;
}

/*-----------------------------------------------------------------*/
/* Nav Gradient
/*-----------------------------------------------------------------*/

.navbar-fixed-top .navbar-nav li span {
  color: #2182CF;
}

.navbar-fixed-top .navbar-nav li:first-child span {
  color: #2182CF;
}

.navbar-fixed-top .navbar-nav li:nth-child(2) span {
  background: -webkit-linear-gradient(180deg, #1a95d3, #2182CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-fixed-top .navbar-nav li:nth-child(3) span {
  color: #1a95d3;
}

.navbar-fixed-top .navbar-nav li:nth-child(4) span {
  background: -webkit-linear-gradient(180deg, #2182CF, #1a95d3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-----------------------------------------------------------------*/
/* Subnav
/*-----------------------------------------------------------------*/
#subnav {
	background: #f5f6f8;
	width: 100%;
	left: 0;
	z-index: 1040;
}

@media (max-width: 1200px) {
	#subnav .nav-pills .nav-item {
		float: none;
	}
}


/*-----------------------------------------------------------------*/
/* Animated image
/*-----------------------------------------------------------------*/

.effect-white{
	display: inline;
	position: relative;
	margin-bottom: 25px;
}

.effect-white a{
	color: #fff;
}

.effect-white figcaption{
  text-align: center;
  position: absolute;
	width: 100%;
	position: absolute;
	top: -25%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 33px;
	font-weight: bold;
	color: #fff;
}

.effect-white figcaption div p:nth-child(1){
	line-height: 100%;
}

.effect-white figcaption img{
	border: none;
	-webkit-filter: brightness(350%);
	max-width: 80%;
	opacity: 1;
}

.effect-white:hover figcaption img{
  opacity: 1;
	margin-bottom: 0;
}

.effect-white img{
  opacity: 1;
  transition: opacity .25s ease-in-out;
		-webkit-filter: brightness(75%);
	  -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
	margin-bottom: 35px;
}

.effect-white:hover img{
  opacity: .1;
	-webkit-filter: brightness(100%);
}

.effect-white p{
	line-height: 1.5;
	margin-bottom: 0;
}

.effect-white:hover p{
	color: #333;
}

/*-----------------------------------------------------------------*/
/* Language dropdown
/*-----------------------------------------------------------------*/

.top-bar .wpml-ls-legacy-dropdown{
	width: 135px;
}
.top-bar .wpml-ls-legacy-dropdown a{
	border: 0;
	padding-top: 7px;
}
.top-bar .wpml-ls-legacy-dropdown a:hover{
	text-decoration: underline;
}
.top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border: 1px solid #cdcdcd;
}
.top-bar .wpml-ls-legacy-dropdown a{
	color: #818a91 !important;
}
.top-bar .wpml-ls-legacy-dropdown a:hover,
.top-bar .wpml-ls-legacy-dropdown a:focus,
.top-bar .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: #fff;
}
.top-bar .wpml-ls-slot-languages-widget.wpml-ls-item.wpml-ls-item-nl.wpml-ls-current-language.wpml-ls-last-item.wpml-ls-item-legacy-dropdown {
	padding-bottom: 10px;
}

/*-----------------------------------------------------------------*/
/* Fixed image
/*-----------------------------------------------------------------*/
@media only screen and (min-width: 750px) {
	.fixed-image {
		position: fixed;
    	right: -226px;
    	top: 170px;
    	z-index: 9999;
			border-bottom: 0;
    	width: 300px;
    	height: 300px;
    	transform: rotate(45deg);
    	background: #2182CF;
    	color: #fff;
			-webkit-transition: background 0.3s;
			-moz-transition: background 0.3s;
			-o-transition: background 0.3s;
			-ms-transition: background 0.3s;
			transition: background 0.3s;
	}
	.fixed-image i {
		font-size: 38px;
    	right: 218px;
    	position: fixed;
    	transform: rotate(-45deg);
    	color: #fff;
    	top: 215px;
    	z-index: 9999;
	}
}

.fixed-image:hover {
	background: #32AEE2;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}

@media only screen and (max-width: 499px) {
	.fixed-image {
	    display: none;
	}
}

/*-----------------------------------------------------------------*/
/* BBPress
/*-----------------------------------------------------------------*/

#bbpress-forums .bbp-forums-list li {
	display: block;
	margin-bottom: 8px;
}

#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    color: inherit;
}

#viewdiv,
#hottags,
#topic-tags,
#post-form-tags-container,
#bbp_viewdiv,
#bbp_hottags,
#bbp_topic_tags,
label[for="bbp_topic_tags"],
#bbp_post_form_tags_container{
	display:none !important;
}

/*-----------------------------------------------------------------*/
/* Form
/*-----------------------------------------------------------------*/

input, textarea {
	outline: 0;
	border: 0;
	background: #F5F6F8;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 8px 14px !important;
}

textarea {
	padding: 8px 14px !important;
}

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea,
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

/*-----------------------------------------------------------------*/
/* Search
/*-----------------------------------------------------------------*/

#search{
	padding: 0;
	background: rgba(50, 174, 226, 0.9);
	opacity: 0;
  	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

#search .ajax-loader{
	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

#search form{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	color: #fff;
  	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
	-o-transition: top 0.5s ease-in-out;
	-ms-transition: top 0.5s ease-in-out;
	transition: top 0.5s ease-in-out;
}

#search form.submitted{
	top: 20%;
}

#search.open {
    opacity: 1;
    z-index: 9999;
}

#search .form-group{
	display: flex;
	height: 110px;
}

#search .form-group.focused .control-label {
    transform: scale(0.28);
}

#search .control-label{
	font-size: 60px;
	transform: translate3d(6px, 18px, 0) scale(1);
}

#search form .form-control{
	align-self: flex-end;
	width: 80%;
	max-width: 100%;
	color: #fff;
	font-size: 60px;
	border: 0;
	border-bottom: 2px solid #fff;
	background-color: transparent;
}

#search button{
	position: fixed;
    right: 37px;
    top: 36px;
    font-size: 3rem;
    color: #fff;
    padding: 0;
}

#search-results{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 80%;
	max-width: 100%;
	overflow-y: scroll;
    overflow-x: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#search-results::-webkit-scrollbar {
    width: 5px;
}

#search-results::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

.search-result{
	padding: 10px;
	margin-right: 10px;
	border-top: 1px dotted #fff;
	color: #fff;
}

.search-result:first-child{
	border: 0;
}

.search-result a{
	color: #fff;
}

.search-result.no-search-result{
	text-align: center;
}

.search-result > a{
	font-size: 0.8rem;
	border-bottom:1px dotted transparent;
}

.search-result > a:hover{
	border-bottom-color: #fff;
}

/*-----------------------------------------------------------------*/
/* Pricetable
/*-----------------------------------------------------------------*/
.pricetable {
	position: relative;
   top: 30px;
   border: 1px solid rgba(0,0,0,.125) !important;
   -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
@media (max-width:767px){
	.pricetable{
		top: 0 !important;
	}
}
.pricetable.featured,
.pricetable:hover {
   top: 10px;
}
.pricetable.featured:hover {
   top: -10px;
}
.pricetable .card-block {
	padding: 2rem;
}
.pricetable .list-group-item {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.pricetable .list-group-item.description {
	padding-left: .75rem;
	background: #f4f7f6;
}
.pricetable .list-group-item i {
	position: absolute;
    left: 15px;
    top: 15px;
}
.pricetable .list-group-item i.fa-angle-right {
	left: inherit;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pricetable .list-group-item i.fa-angle-right.collapsed {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pricetable .list-group-item .extra-info {
	display: none;
	font-size: .8rem;
}
.pricetable .list-group-item .extra-info ul{
	padding-left: 20px;
}

/*-----------------------------------------------------------------*/
/* Slick
/*-----------------------------------------------------------------*/

.slick-slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.display-4 {
    font-size: 20px;
    font-weight: 400;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    display: none;
    margin: 0;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img:hover {
	 opacity: 0.8;
}
.slick-slide img {
    display: block;
    max-width: 100%;
    margin: auto;
    opacity: 1;
}
.slick-slide .normal,
.slick-slide .hover {
    position: relative;
}
.slick-slide .normal {
    display: block;
}
.slick-slide .hover {
    display: none;
}
.slick-slide:hover .normal {
    display: none;
}
.slick-slide:hover .hover {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 99;
    display: block;
    height: 78%;
    width: 30px;
    cursor: pointer;
    background: transparent !important;
    color: transparent;
    top: 0;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev {
    left: -40px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: 0px;
}
.slick-next {
    right: -40px;
}
[dir="rtl"] .slick-next {
    left: 0px;
    right: auto;
}
.slick-dots {
    display: table !important;
    margin: 24px auto 0 auto;
}
.slick-dots li {
    position: relative;
    display: inline !important;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    color: #555;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

/*-----------------------------------------------------------------*/
/* Slider
/*-----------------------------------------------------------------*/
.slider .slick-slide {
    padding: 0;
    height: 100%;
}

.slider .slick-slide .content {
    min-height: 100%;
    width: 100%;
    padding: 50px 0;
}

.slider .slick-prev,
.slider .slick-next {
   height: 32px;
   width: 32px;
   bottom: 50px;
   top: inherit;
}

.slider .slick-prev {
	left: 50px;
}

.slider .slick-next {
	left: 90px;
}

.slider .slick-prev:before,
.slider .slick-next:before {
    opacity: 1;
}

/*-----------------------------------------------------------------*/
/* Carousel
/*-----------------------------------------------------------------*/
.carousel {
    padding: 0;
    list-style: none;
    display: block;
    background: url('images/ajax-loader.svg') no-repeat center center transparent;
}
.carousel > div {
    opacity: 0;
    height: 100px;
}
.carousel.slick-initialized {
    background: none;
}
.carousel.slick-initialized > div {
    opacity: 1;
    height: 100%;
    position: relative;
    transition: all 0.2s ease-in;
}
.carousel.slider {
    height: 9999999px;
}
.carousel li {
    float: left;
    display: block;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 20px;
}

/*-----------------------------------------------------------------*/
/* Accordion
/*-----------------------------------------------------------------*/
.accordion .card{
	background: transparent;
	margin-bottom: 0;
}

.accordion-header a {
    color: #000 !important;
    border: none;
}

.accordion-header {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 10px 0;
}

.accordion-header i {
    padding:5px;
    float: right;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -ms-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.accordion-header .collapsed i {
	-ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}

.accordion-block {
    padding: 20px;
}

/*-----------------------------------------------------------------*/
/* Services
/*-----------------------------------------------------------------*/

.service-img img {
    border-radius: 50%;
    border: solid 3px;
    max-width: 120px;
}
.service-img {
    text-align: Center;
}
.service-arrow {
    position: relative;
    top: 30px;
}
.service-title p {
    font-weight: 500;
    font-size: 34px;
}
.more-info p {
  margin-bottom: 0;
  margin-top: 7px;
}

@media only screen and (min-width: 768px) {
	.arrow-right::after {
	    font-family: 'pe-icon-7-stroke';
	    font-size: 55px;
	    top: 10px;
	    position: absolute;
	    right: -23px;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    content: "\e699";
	    color: #848994;
	}
}

/*-----------------------------------------------------------------*/
/* Info block
/*-----------------------------------------------------------------*/

.info-block:hover h3 {
    background: rgba(0, 0, 0, 0.3);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
}

.info-block {
    margin-bottom: 26px;
}

.info-icon {
	text-align: center;
	padding: 25px;
}

.info-icon i {
	font-size: 90px;
	padding: 25px;
	color: #fff;
}

.info-content {
	text-align: center;
}

.info-content h3 {
  background: rgba(0, 0, 0, 0.2);
	font-size: 18px;
	padding: 12px;
	color: #fff;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.info-content p {
	padding: 18px;
	color: #fff;
}

/*---------------- Element: Divider -------------*/

.tcvpb_divider {
	border-bottom: 2px solid rgb(242, 243, 244);
}

/*---------------- Element: Download -------------*/

.download-table{
    margin-bottom: 24px;
    border: 1px solid #ccc;
}

.table-head-row{
    background: #ECECEC;
    vertical-align: inherit;
    padding: 0;
    margin: 0;
}

.table-content-row{
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.table-content-row .inner-content{
   display: table;
   width: 100%;
}

.table-content-row .inner-content:nth-child(even){
   background: #fbfbfb;
}

.table-head-row .column-title {
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
    background: #f6f6f6;
    margin: 0;
    float: left;
    color: #666;
    font-weight: 600;
    font-size: 12px;
    display: inline;
}

.table-content-row .inner-content .column-content {
    padding: 20px 25px;
    margin: 0;
    float: left;
    color: #666;
    font-size: 12px;
    display: inline;
    border: 0;
}

.table-content-row .inner-content .column-content .lang-lbl:after {
	display: none;
}

.file-name-column {
    width: 65%;
    padding-left: 50px !important;
    position: relative;
}

.file-name-column > i {
	position: absolute;
	left: 20px;
	top: 22px;
}

.table-content-row .inner-content:hover .column-content.file-name-column {
	font-weight: 600;
}

.file-language-column,
.file-download-column{
    width: 10%;
}

.table-content-row .inner-content .column-content.file-download-column{
	border: 0;
}

.table-content-row .inner-content .column-content.file-download-column:hover{
	color: #000 !important;
}

.file-size-column{
    width: 15%;
}

@media only screen and (max-width: 576px){
	.table-head-row{
		display: none;
	}

	.file-name-column {
    	width: 100%;
    	border-bottom: 1px dotted #ccc !important;
	}

	.file-language-column,
	.file-download-column,
	.file-size-column {
    	width: 33.33%;
	}

	.table-content-row .inner-content{
		border-top: 1px solid #ccc;
	}

	.table-content-row .inner-content:first-child{
		border-top: 0;
	}
}

/*-----------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------*/

/* Icon */
.btn i {
    position: relative;
    top: 2px;
}

.btn i.right {
    margin-left: 10px;
    float: right;
}

.btn i.left {
    margin-right: 10px;
    float: left;
}

/*-----------------------------------------------------------------*/
/* Card
/*-----------------------------------------------------------------*/

.card {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 0;
    border: 0;
}

.card-img {
	margin-bottom: 0;
}

.card-link {
    text-transform: uppercase;
    color: #757575;
    font-size: 13px;
    font-weight: 400;
}

.card-link i {
    font-size: 15px;
    font-weight: 800;
    padding: 6px 10px;
}

.card-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.card-block {
    padding: 10px;
    text-align: center;
}

.card-block p {
	margin: 8px 0;
    color: #717171;
    font-size: 13px;
    font-weight: 400;
}
.card-block p.card-price {
	font-size: 25px;
}
p.card-text {
    margin-bottom: 1rem;
}

.mb-0 img {
  margin-bottom: 0 !important;
}

.card .card-image {
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card a img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 0;
}

.card a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2) ;
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.event.card {
	overflow: hidden;
	background: transparent;
}

.event.card a{
	border-bottom: 0;
}

/*-----------------------------------------------------------------*/
/* Gravity Forms
/*-----------------------------------------------------------------*/

.gform_wrapper div.validation_error,
.gfield_description.validation_message {
	display: none;
}

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
    margin-bottom: 0 !important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.gform_wrapper .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body li.gfield_error textarea {
	border: 0;
	color: #790000;
	background: rgba(255,223,224,.25);
}

.gform_wrapper .gform_body .gfield_error input[type=email],
.gform_wrapper .gform_body .gfield_error input[type=number],
.gform_wrapper .gform_body .gfield_error input[type=password],
.gform_wrapper .gform_body .gfield_error input[type=tel],
.gform_wrapper .gform_body .gfield_error input[type=text],
.gform_wrapper .gform_body .gfield_error input[type=url],
.gform_wrapper .gform_body .gfield_error select,
.gform_wrapper .gform_body .gfield_error textarea,
.gform_wrapper .gform_body li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 0 !important;
}

.gfield_total{
	padding: 15px!important;
	margin-right: 15px;
	background-color: #F5F6F8;
}

/*-----------------------------------------------------------------*/
/* Google Map
/*-----------------------------------------------------------------*/

.google-map img {
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.google-map-marker {
    display: none;
}

/*-----------------------------------------------------------------*/
/* Contact Info
/*-----------------------------------------------------------------*/

.contact-info {
    max-width: 300px;
    padding: 20px;
}
.contact-info h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
.contact-info a {
    display:table;
}
.contact-info a.contact-icon {
    position: relative;
    display:block;
    padding-left: 30px;
	 color: #373a3c;
	 border: 0;
}
.contact-info a.contact-icon:hover {
	 color: #000;
}
.contact-info a.contact-icon > i {
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.contact-info p.opening-hours strong {
    display:table;
}

/*-----------------------------------------------------------------*/
/* Social Icons
/*-----------------------------------------------------------------*/
.boxed-icon-text{
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 24px;
	border: 0;
	display: inline-block;
}
.boxed-icon-text span{
	padding: 15px 10px;
	display: flex;
}
.boxed-icon-text:hover{
	color: #000;
}
.social-icons a {
    position: relative;
    padding-left: 30px;
    text-tranform: uppercase
}
.social-icons a > i {
    position: absolute;
    left: 0;
    margin-top: 3px;
}

.share-icons a {
	position: relative;
}

.share-icons a > i {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px;
    width: 40px;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.share-icons a:hover > i {
    width: 60px;
}

.bg-comments {
    background-color: #e60590;
}
.bg-facebook {
    background-color: #3b5998;
}
.bg-linkedin {
    background-color: #0077b5;
}
.bg-newsletter {
    background-color: #2c9ab7;
}
.bg-rss {
    background-color: #f26522;
}
.bg-twitter {
    background-color: #55acee;
}
.bg-whatsapp {
    background-color: #43d854;
}
.bg-wordpress {
    background-color: #21759b;
}
.bg-youtube {
    background-color: #cd201f;
}

.text-comments {
    background-color: #e60590;
}
.text-facebook {
    background-color: #3b5998;
}
.text-linkedin {
    background-color: #0077b5;
}
.text-newsletter {
    background-color: #2c9ab7;
}
.text-rss {
    background-color: #f26522;
}
.text-twitter {
    background-color: #55acee;
}
.text-whatsapp {
    background-color: #43d854;
}
.text-wordpress {
    background-color: #21759b;
}
.text-youtube {
    background-color: #cd201f;
}

/*-----------------------------------------------------------------*/
/* Timeline Element
/*-----------------------------------------------------------------*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
						background: #fff;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

/*-----------------------------------------------------------------*/
/* Font weights
/*-----------------------------------------------------------------*/

.font-weight1 {
  font-weight: 100;
}
.font-weight2 {
  font-weight: 200;
}
.font-weight3 {
  font-weight: 300;
}
.font-weight4 {
  font-weight: 400;
}
.font-weight5 {
  font-weight: 500;
}
.font-weight6 {
  font-weight: 600;
}
.font-weight7 {
  font-weight: 700;
}

/*-----------------------------------------------------------------*/
/* Breadcrumbs
/*-----------------------------------------------------------------*/

#title-breadcrumbs-bar {
    background: #30A6D9;
    padding: 15px 0;
}

#title-breadcrumbs-bar h1 {
    color: #fff !important;
    font-size: 3rem;
    font-weight: 300;
    display: block;
    letter-spacing: 3px;
}

@media (max-width: 1200px) {
	#title-breadcrumbs-bar h1{
		font-size: 2rem;
	}
}

.breadcrumb {
    background: transparent;
    color: #fff;
    display: flex;
	padding: 4px;
}

.breadcrumb li {
	margin-right: 5px;
}

.breadcrumb a {
    color: #fff;
		border-bottom: none;
}

/*DE, EN, FR, NL */
/* Yellow */
.color-4861 #title-breadcrumbs-bar,
.color-2250 #title-breadcrumbs-bar,
.color-4854 #title-breadcrumbs-bar,
.color-282 #title-breadcrumbs-bar {
	background-color: #ebb930;
}

/* Gray */
.color-5284 #title-breadcrumbs-bar,
.color-2397 #title-breadcrumbs-bar,
.color-5152 #title-breadcrumbs-bar,
.color-284 #title-breadcrumbs-bar {
	background-color: #6e7b8b;
}

/* Lightgreen */
.color-5069 #title-breadcrumbs-bar,
.color-2302 #title-breadcrumbs-bar,
.color-5064 #title-breadcrumbs-bar,
.color-241 #title-breadcrumbs-bar {
	background-color: #99cc32;
}

/* Darkgreen */
.color-5132 #title-breadcrumbs-bar,
.color-2306 #title-breadcrumbs-bar,
.color-5127 #title-breadcrumbs-bar,
.color-243 #title-breadcrumbs-bar {
	background-color: #108070;
}

/* Blue */
.color-4799 #title-breadcrumbs-bar,
.color-2316 #title-breadcrumbs-bar,
.color-4802 #title-breadcrumbs-bar,
.color-245 #title-breadcrumbs-bar {
	background-color: #104e8b;
}

/* Orange */
.color-5249 #title-breadcrumbs-bar,
.color-2319 #title-breadcrumbs-bar,
.color-5244 #title-breadcrumbs-bar,
.color-286 #title-breadcrumbs-bar {
	background-color: #de833a;
}

/* Red */
.color-5472 #title-breadcrumbs-bar,
.color-2629 #title-breadcrumbs-bar,
.color-5466 #title-breadcrumbs-bar,
.color-252 #title-breadcrumbs-bar {
	background-color: #af4035;
}

/*-----------------------------------------------------------------*/
/* Post
/*-----------------------------------------------------------------*/
article .post-meta {
    clear: both;
    color: #9f9f9f;
    font-size: .75rem;
    margin-bottom: 10px;
    background: #f5f6f8;
}

article .post-entry {
    clear: both;
}

article .post-title a {
	color: #373a3c;
}

article.bg-grey blockquote {
	background: #fff;
}

article.bg-grey blockquote:hover {
	background: #fff;
}

article.bg-white blockquote {
	background: #fff;
}

article.bg-white blockquote:hover {
	background: #fff;
}

article .video-holder {
    position: relative;
}

article .video-holder i {
    background: #f32137;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    text-align: center;
    line-height: 100px;
    border-radius: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

article .video-holder:hover i {
    border-radius:50%;
    background: rgba(243, 33, 55, 0.9);
}

/*-----------------------------------------------------------------*/
/* Post Share
/*-----------------------------------------------------------------*/
#post-share {
   z-index: 1020;
   padding: 0;
}

#post-share a{
    display: block;
    margin-bottom: 5px;
    opacity: .8;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

/*-----------------------------------------------------------------*/
/* Tag
/*-----------------------------------------------------------------*/

.tag a {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

/*-----------------------------------------------------------------*/
/* Avatar
/*-----------------------------------------------------------------*/

.author-avatar span{
	font-size: 1rem;
    font-weight: 600;
    margin-left: 10px;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------*/
/* Blockquote
/*-----------------------------------------------------------------*/

.blockquote p{
	color: #373a3c;
}

/*-----------------------------------------------------------------*/
/* Blockquote
/*-----------------------------------------------------------------*/

.bold-title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

/*-----------------------------------------------------------------*/
/* Login Message
/*-----------------------------------------------------------------*/

.login-to-access {
	background: #F5F6F8;
}

/*-----------------------------------------------------------------*/
/* Pagination
/*-----------------------------------------------------------------*/
.page-link{
	color: #fff;
	background-color: #232d62;
	border: 1px solid #0e1a58;
}

.page-link:focus, .page-link:hover {
    color: #fff;
    background-color: #33aee2;
    border-color: #ce1024;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover{
	background-color: #33aee2;
   border-color: #ce1024;
}

#pagination {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.previous-post,
.next-post {
    padding: 30px 10px 30px 60px;
    width: 50%;
    position: relative;
    color: inherit!important;
    border: 0 !important;
}

.next-post {
    float: right;
    text-align: right;
    padding: 30px 60px 30px 10px;
}

.previous-post .blognav-meta,
.next-post .blognav-meta {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.5;
}

.previous-post a,
.next-post a {
    width: 100%;
    height: 100%;
    line-height: 55px;
    display: block;
}

.next-post a {
    text-align: right;
}

.previous-post i,
.next-post i {
    position: absolute;
    top: 26px;
    left: 5px;
    opacity: 0.3;
    font-size: 48px;
}

.next-post i {
    right: 5px;
}

.previous-post:hover i,
.next-post:hover i {
    opacity: 1;
}

/*-----------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------*/

footer {
	padding-top: 50px;
	padding-bottom: 20px;
}

body > footer{
	font-size: 0.8rem;
	background: #F5F6F8;
}

#footer-columns img {
    margin-bottom: 20px;
}

#footer-copyright p {
    text-align: left;
    float: left;
    margin: 10px 0;
}

#footer-columns,
#footer-copyright,
#footer-columns a:not(.btn),
#footer-copyright a:not(.btn),
#footer-columns p,
#footer-copyright p{
	color: #abafba;
}

#footer-columns a:focus:not(.btn),
#footer-columns a:hover:not(.btn),
#footer-copyright a:focus:not(.btn),
#footer-copyright a:hover:not(.btn){
	color: #787878;
}

#footer-columns h1,
#footer-copyright h1,
#footer-columns h2,
#footer-copyright h2,
#footer-columns h3,
#footer-copyright h3,
#footer-columns h4,
#footer-copyright h4,
#footer-columns h5,
#footer-copyright h5,
#footer-columns h6,
#footer-copyright h6{
	color: #abafba;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}

footer ul{
	padding-left: 0;
	list-style: none;
}

#footer-columns{
	padding: 0;
	padding-bottom: 20px;
	font-size: .8rem;
}

#footer-copyright{
	padding: 20px 0;
	font-size: .8rem;
}

#footer-copyright p span{
	margin: 0 10px;
}

.anglo img {
	width: 350px;
}

.cookie-notification {
	position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.bbp-search-form,
.subscription-toggle {
    display: none !important;
}

#subnav a {
    color: #2182CF;
}

#subnav a.active {
    color: #fff !important;
}

#subnav {
    box-shadow: 0px 3px 4px 0px rgba(199,199,199,0.44);
}

.accordion-open .collapse {
    display: block !important;
}

.accordion-open i {
    display: none !important;
}

.accordion-open a {
    cursor: auto !important;
}



