/* Mon, 06 Nov 2017 13:05:49 +0000 */

/*   BASICS   */

body {
  font-family: sans-serif, "Montserrat", "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  background-color: #ffffff;
  color: #46484a
}

a {
  color: rgb(0, 0, 205);
}

h1 {
  font-family: sans-serif, "Montserrat", "Helvetica Neue", Helvetica, Arial;
  font-size: 4rem;
  font-weight: 600
}

h2 {
  font-family: sans-serif, "Montserrat", "Helvetica Neue", Helvetica, Arial;
  font-size: 2rem;
  font-weight: 500
}

h3 {
  font-family: sans-serif, "Montserrat", "Helvetica Neue", Helvetica, Arial;
  font-size: 2rem;
  font-weight: 500
}

h4 {
  font-family: sans-serif, "Montserrat", "Helvetica Neue", Helvetica, Arial;
  font-size: 1rem;
  font-weight: 500
}

p {
  color: #696b6e;
  font-size: .9rem;
  font-weight: 300;
  line-height: 26px;
}

/*   TWEAKS   */
.cycle-slideshow img{width:100%}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.divider {
  display: block;
  width: 5rem;
  height: .2rem;
  background-color: #dfe1e5;
  margin: 2rem auto
}

.dropdown-menu {
  border-radius: 0px !important;
  background: #fff !important;
}

.dropdown-submenu {
  position: relative;
  border-radius: 0px !important;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  border: 0;
  font-size: 13px;
  opacity: .5;
  position: absolute;
  top: 8px;
  padding-right: 5px;
  padding-left: 1px;
  right: 5px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-item a {
  color: #212529;
  display: block;
}

.dropdown-item a:hover {
  text-decoration: none;
  opacity: 0.8
}

body:not(.index) .sidebar {
  margin-top: 0
}

body:not(.index) .sidebar .box {
  padding: 15px
}

body.components .sidebar .box {
  padding: 0
}

body.components .sidebar .box {
  padding: 0
}

.page-link:focus, .page-link:hover {
  color: #FFF;
  ;
}

.form-control {
  margin-bottom: 10px;
}

.constrain-width {
  max-width: 45rem;
  margin: 0 auto
}

.pill-btn {
  border-radius: 499rem !important
}

.justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.alt-background {
  background: #f7f7f8
}

.bg-primary {
  background-color: #a5a5a5 !important
}

.bg-secondary {
  background-color: #46484a !important
}

.cover .btn {
  border-radius: 2rem
}

a:hover {
	color: #46484a;
	text-decoration: none;
}

.dropdown-toggle::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  border: 0;
  font-size: 12px;
  opacity: .5;
  position: relative;
  top: 4px;
  padding-right: 5px;
  padding-left: 1px
}

.lang .dropdown-toggle::after {
  padding-right: 10px
}

.navbar-dark .navbar-nav .lang .nav-link:hover {
  color: rgba(0, 0, 0, 0.7)
}

.nav-item.lang {
  margin-top: 1px
}

.nav-item.lang:hover a.btn-transparant {
  background-color: #FFF;
  color: rgba(0, 0, 0, 0.7)
}

.nav-item.lang .btn {
  border-radius: .2rem;
  cursor: pointer;
  font-weight: 500
}

.nav-item.lang .dropdown-menu {
  min-width: 8.5rem;
  left: inherit;
  right: 0
}

.nav-item.lang .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: .25rem 2rem .25rem 1.5rem
}

.dropdown-item {
  font-size: 13px;
  padding: .25rem 1rem
}

.dropdown-item.active:before {
  content: "\f111";
  position: absolute;
  left: 10px;
  display: inline-block;
  font: normal normal normal 8px/21px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.dropdown-item.active, .dropdown-item:active {
  background: none !important
}

.dropdown-menu {
  top: 95%
}

.form-control-custom {
  border: .1rem solid #dfe1e5;
  width: 100%;
  padding: 1rem;
  font-size: .9rem;
  color: #696b6e;
  border-radius: .3rem
}

.form-control-custom:focus {
  border: .1rem solid #a5a5a5;
  outline: none
}

.owl-carousel {
  z-index: 0 !important
}

.emphasis {
  font-family: Georgia, Times, 'Times New Roman';
  font-style: italic;
  color: #a5a5a5
}

.social {
  margin: 0 auto;
  padding: 0
}

.social li {
  display: inline-block
}

.social li a {
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #696b6e;
  border: .1rem solid #dfe1e5;
  border-radius: 499rem;
  line-height: 2.2rem;
  font-size: 1.2rem
}

.social li a:hover {
  color: #a5a5a5;
  border-color: #a5a5a5
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fade-in {
  opacity: 0;
  opacity: 1 \9;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.btn-transparant, .btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-white, .btn-outline-white, .btn-success, .btn-outline-success, .btn-info, .btn-outline-info, .btn-warning, .btn-outline-warning, .btn-danger, .btn-outline-danger {
  font-size: .75rem;
  font-weight: 400;
  border-radius: .3rem
}

.btn-outline-primary, .btn-outline-secondary, .btn-outline-white, .btn-outline-success, .btn-outline-info, .btn-outline-warning, .btn-outline-danger {
  border-width: .15rem
}

.cover .btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: .9rem
}

.btn-outline-primary.btn-lg, .btn-outline-secondary.btn-lg, .btn-outline-white.btn-lg, .btn-outline-success.btn-lg, .btn-outline-info.btn-lg, .btn-outline-warning.btn-lg, .btn-outline-danger.btn-lg {
  padding: 1rem 2.5rem !important
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #a5a5a5;
  border-color: #a5a5a5
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #4089c1;
  border-color: #4089c1
}

.btn-primary .fa {
  font-size: 1.2rem;
  vertical-align: text-top;
  padding-left: 5px;
  margin-right: -5px;
  opacity: .5
}

.btn-outline-primary, .btn-outline-primary:visited {
  color: #a5a5a5;
  border-color: #a5a5a5;
  background: none
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #a5a5a5;
  border-color: #a5a5a5;
  color: #fff
}

.btn-secondary {
  border-color: #696b6e;
  background-color: #696b6e;
  color: #fff
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #46484a;
  background-color: #46484a;
  color: #fff
}

.btn-outline-secondary, .btn-outline-secondary:visited {
  color: #696b6e;
  border-color: #696b6e;
  background: none
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #696b6e;
  background: #696b6e;
  color: #fff
}

.btn-transparant {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF
}

.btn-transparant:hover, .btn-transparant:focus, .btn-transparant:active {
  border-color: #FFF;
  background-color: #FFF;
  color: #46484a
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #46484a
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #dfe1e5;
  background-color: #dfe1e5;
  color: #46484a
}

.scroll nav .btn-outline-white:hover {
    background: #F96302;
    color: #FFF!important;
}

nav .btn-outline-white:hover {
	background: #F96302;
	color: #FFF!important;
}

.btn-dark.btn-outline-white, .btn-outline-white:visited{
	background: none;
	color: #F96302!important;
	border-color: rgba(249, 99, 2, 1)!important;
}

.btn-light.btn-outline-white, .btn-outline-white:visited {
    background: #fff;
    color: #46484a;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #46484a;
  background: #fff
}

.link-white, link-white:visited {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .3rem;
  border: 0;
  color: #fff
}

.link-white:hover, .link-white:focus, .link-white:active {
  color: #dfe1e5 !important
}

.navbar .btn {
  padding: .375rem 1rem
}

.navbar-custom {
	width: 100%;
	background:#FFF;
  padding: .2rem 1rem;
  z-index: 9999;
  position: fixed;
  -webkit-box-shadow: 0 0 40px -20px #000;
  box-shadow: 0 0 40px -20px #000
}

.scroll .navbar-custom {
  background: #FFF;
  padding: .2rem 1rem;
  z-index: 9999;
  position: fixed;
  -webkit-box-shadow: 0 0 40px -20px #000;
  box-shadow: 0 0 40px -20px #000
}

.navbar-custom .navbar-brand.dark {
  display: none;
  color: #333 !important
}

.nav-open .nav-link {
  color: #333 !important
}

.nav-open .navbar-toggler {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.1) !important
}

.scroll .navbar-custom .navbar-brand.dark, .nav-open .navbar-custom .navbar-brand.dark {
  display: block
}

.navbar-custom .navbar-brand.light, {
  display: block
}

nav .social {
  margin-left: 15px;
  margin-right: inherit;
}

nav .social li a {
  border: none;
  font-size: 1rem;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  width: 1.5rem;
}

nav .social li a:hover {
  color: #FFF;
}

nav.navbar-light .social li a {
  color: rgba(0, 0, 0, 0.5);
}

.scroll .navbar-custom .navbar-brand.light, .nav-open .navbar-custom .navbar-brand.light {
  display: none
}

@media only screen and (min-width: 768px) {
  .dropdown:hover>.dropdown-menu {
    display: block
  }
}

.nav-logo a img {
  height: 60px
}

.nav-open .navbar-custom {
  background: #FFF
}

a.navbar-brand, a.logo {
  font-family: sans-serif, "Montserrat", "Helvetica Neue", Helvetica, Arial;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0
}

a.logo:hover, a.logo:active, a.logo:focus {
  text-decoration: none
}

.nav-item .btn {
  margin-top: 2px;
  margin-left: 1rem
}

li.nav-item .btn-white {
  color: #46484a
}

@media screen and (max-width: 768px) {
  .cover h1 {
    font-weight: 200;
    font-size: 2em !important;
  }
}

.cover h1 {
  font-weight: 200;
  font-size: 4em;
}

.cover p.lead {
  margin: 2rem auto;
  color: rgba(255, 255, 255, 0.75)
}

.cover {
  min-height: inherit;
  max-height: 600px;
  height: 60vh;
  border-radius: 0;
  width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cover_half {
  min-height: inherit;
  background: #e57a3c;
  max-height: 400px;
  border-radius: 0;
  width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.headerphoto{
  width: 100%;
  max-height:60vh;
  position: absolute;
  z-index: 1000;
  left:0px;
  top:0px;
}
.headerphoto img{
  width: 100%;
  min-width: 1000px;
  height: 600px;
}


.index .cover {

}

.cover .cover-container {
  display: table;

  margin: 0 auto;
  z-index: 1000;
  width: 100%;
  position: absolute;
  top: 40%;
}

.cover-inner {
  display: table-cell;
  vertical-align: middle;

}

.newsfeed, .agenda {
  background: #f8f8f8;
  padding: 5rem 0;
}

.newsfeed .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.box {
  background: #fff;
  -webkit-box-shadow: 0 .2rem 2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 .2rem 2rem rgba(0, 0, 0, 0.05);
  padding: 0;
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-radius: .3rem;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  top: 0
}

.col-news .box:hover {
  -webkit-box-shadow: 0 .8rem 2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, 0.15);
  top: -3px
}

.col-news .box a {
  color: inherit;
  display: inline-block
}

.col-news .box a:hover {
  color: inherit;
  text-decoration: none !important
}

.box a .fa-angle-right {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  left: 0
}

.box a:hover .fa-angle-right {
  left: -3px
}

.box ul {
  padding-left: 10px;
}

.box>ul {
  padding-left: 10px;
  list-style: none;
}

.box>ul>li>a {
  font-weight: 500
}

.box ul li a:hover {
  text-decoration: underline !important
}

.box>ul>li>ul {
  padding-bottom: 5px;
}

.box ul li {
  list-style: none;
  line-height: 1.5rem;
}

.newsfeed .box.facebook {
  overflow: hidden;
  border-radius: .5rem !important
}

.newsfeed .col-news {
  margin-top: 2rem;
  margin-bottom: 0
}

.newsfeed .col-news img {
  width: 100%;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-corners {
  border-radius: .3rem;
}

.col-team {
  margin-bottom: 30px;
}

.col-team figure img {
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.05);
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  top: 0;
}

.col-team:hover figure img {
  -webkit-box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.15);
  top: -3px;
}

.col-team a {
  color: #46484a
}

.col-team a:hover {
  text-decoration: none
}

.table tbody {
  background: #FFF;
}

.table th {
  border: none
}

/* SIDEBAR */

.sidebar .competition .table {
  font-size: 12px;
  margin-top: 20px;
}

.sidebar .competition .table thead th {
  padding: 0.65rem 0rem 0.65rem 0;
}

.sidebar .competition .table td {
  padding: 0.65rem 0rem;
}

.sidebar .competition .table th:first-child {
  padding: .65rem 0.3rem 0.65rem 0.3rem;
  text-align: center
}

.sidebar .competition .table td:nth-child(n+3), .sidebar .competition .table thead th:nth-child(n+3) {
  text-align: center
}

.sidebar .table-hover tbody tr:hover {
  background-color: #f8f9fa;
}

.sidebar {
  margin-top: 2rem
}

.sidebar .box {
  margin-bottom: 1rem;
  padding-bottom: 0;
  overflow: hidden;
}

.sidebar .box iframe {
  margin-bottom: -6px;
}

.sidebar .box h5 {
  margin-top: 15px;
}

.sidebar .teamsidebar h4 {
  color: #FFF !important;
}

.sidebar .teamsidebar hr {
  border-top: 1px solid rgba(251, 251, 251, 0.15);
}

.sidebar .agendaitems {
  width: 100%;
}

.sidebar .agendaitems th {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  border-bottom: 1px solid #eee;
}

.sidebar .agendaitems th:last-child {
  font-weight: bold;
}

.agenda {
  background: rgb(247, 247, 248);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 248, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(247, 247, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f8', endColorstr='#ffffff', GradientType=0)
}

.agenda .box {
  margin-bottom: 2rem
}

.bootstrap-datetimepicker-widget table td.day {
  height: 35px !important;
}

.mapssidebar:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00000020;
  border-radius: 4px;
  pointer-events: none
}

.sidebar hr {
  width: 100%;
}

.matchbox {
  color: #FFF;
}

.matchbox .team {
  font-size: 13px;
  line-height: 16px;
}

.matchbox .vsteam {
  position: absolute;
  left: calc(50% - 10.5px);
  top: 40%;
  opacity: 0.3;
}

.matchbox .holder {
  padding: 15px 0;
  color: #3E3F41;
  background: #FFF;
}

/* /SIDEBAR */

.content {
  background: #fff;
  padding-bottom: .1rem
}

.content .container {
  margin: 5rem auto
}

.content .full-width {
  width: 100%
}

.brands {
  padding: 30px 0;
  max-height: 250px;
  overflow: hidden
}

.cta-2 {
  color: #46484a;
  padding: 5rem 0
}

.cta-2 p {
  color: #696b6e
}

.cta-2 form.subscribe {
  max-width: 40rem;
  margin: 0 auto
}

.cta-2 .btn {
  width: 100%
}

.cta-4 {
  background: #2b2d34 url(../images/cover-bg-3.jpg) center;
  background: #2b2d34;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
  min-height: 50rem
}

.cta-4 p {
  color: rgba(255, 255, 255, 0.75)
}

.cta-4 .form-control-custom {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff
}

.cta-4 .form-control-custom:focus {
  border: none;
  background: rgba(255, 255, 255, 0.3);
  color: #fff
}

.cta-5 {
  color: #46484a;
  padding: 4rem 0
}

.cta-5 p {
  color: #696b6e
}

.cta-5 form.subscribe {
  max-width: 40rem;
  margin: 0 auto
}

.cta-5 .btn {
  width: 100%
}

.contact {
  padding: 0 0 5rem;
  position: relative
}

.contact .contact-details {
  padding-top: 5rem;
  padding-bottom: 1rem
}

.contact h3 {
  margin-bottom: 0
}

.contact .material-icons {
  padding-right: 5px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

#map {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0.2;
  pointer-events: none
}

.footer {
  background: #0D265A;
  width: 100%;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-box-shadow: 0 -55px 0 0px #F96302 inset;
  box-shadow: 0 -55px 0 0px #F96302 inset;
}

.footer .container-fluid {
  padding: 0
}

.footer .divider {
  background: #46484a;
  width: 100%;
  height: .1rem;
  margin: 2rem 0 1.5rem
}

.footer ul.nav-footer {
  float: left !important;
  padding: 0;
  width: 100%
}

.footer ul.nav-footer li {
  display: block;
  float: left;
  margin-top: .5rem;
  width: 100%
}

.footer ul.nav-footer .nav-link {
  color: #a0a0a0;
  padding: 0
}

.footer ul.nav-footer .nav-link:hover {
  color: #EEE
}

.footer .copyright {
  margin: 0;
  color:rgba(255, 255, 255, 0.5);
  line-height: 2.2rem;
  font-size: .8rem
}

.footer .social li a {
  background: none;
  color: #f7f7f8;
  border: none
}

.footer .social li a:hover {
  color: #a5a5a5
}

.footer .social li.lidivider {
  opacity: 0.15;
  position: relative;
  top: -1px;
  margin-right: 10px
}

.footer .social li.litext {
  font-size: 12px;
  position: relative;
  top: -2px;
  opacity: .5;
}

.nav-footer {
  list-style: none;
  float: right
}

.nav-footer li {
  float: left;
  margin-top: .5rem
}

.navbar-toggler {
  width: 3em;
  height: 2em;
  vertical-align: middle;
  border-color: transparent !important
}

.nav-open .navbar-toggler {
  border-color: transparent !important
}

.nav-open .navbar-toggler-bars:before, .nav-open .navbar-toggler-bars:after {
  background: rgba(0, 0, 0, 0.5)
}

.scroll .navbar-toggler-bars:before, .scroll .navbar-toggler-bars:after {
  background: rgba(0, 0, 0, 0.5)
}

.navbar-toggler-bars {
  height: 2px;
  width: 100%;
  display: inline-block;
  position: relative;
  top: -6px
}

.navbar-toggler-bars:before {
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: inline-block;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  -webkit-transform: translateY(-3.75px) translateZ(0);
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden
}

.navbar-toggler-bars:after {
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: inline-block;
  position: absolute;
  content: " ";
  left: 0;
  -webkit-transform: translateY(-3.75px) translateZ(0);
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(5px) translateZ(0);
  transform: translateY(5px) translateZ(0);
  -webkit-backface-visibility: hidden
}

.nav-open .navbar-toggler-bars:after {
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
  -webkit-backface-visibility: hidden
}

.nav-open .navbar-toggler-bars:before {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  -webkit-backface-visibility: hidden
}

nav hr {
  border-top: 1px solid #EEE !important;
  width: 100%;
  margin-top: 5px
}

@media screen and (max-width: 990px) {
  .btn-contact {
    text-align: left !important;
  }
  #photobody .cover-container {
    left: 10%;
  }
  body {
    font-size: 16px
  }
  li.nav-item .btn {
    margin-left: 0
  }
  nav .dropdown-menu {
    border: 0;
    background: #f5f5f5;
    -webkit-box-shadow: 300px 0 0 0 #f5f5f5, -300px 0 0 0 #f5f5f5;
    box-shadow: 300px 0 0 0 #f5f5f5, -300px 0 0 0 #f5f5f5
  }
  nav .dropdown-menu .dropdown-item {
    padding: .25rem .5rem;
    font-size: 14px;
    line-height: 30px
  }
  nav .nav-item.lang .btn {
    text-align: left;
    padding-left: 0;
    margin-left: 0
  }
  .navbar-collapse {
    padding: 0 15px
  }
  .dropdown-item.active:before {
    font: normal normal normal 8px/32px FontAwesome;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background: none !important
  }
  .nopaddingl-md {
    padding-left: 0 !important;
    padding-right: 15px !important
  }
  .nopaddingr-md {
    padding-right: 0 !important;
    padding-left: 15px !important
  }
}

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .navbar-custom {
    padding: .5rem 1rem !important;
  }
  .nav-open .navbar-custom {
    -webkit-box-shadow: 0 0 0 10000px #000000aa;
    box-shadow: 0 0 0 10000px #000000aa;
  }
  .nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  h1 {
    font-size: 3rem;
  }
  .nav-justified .nav-item {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.back-to-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 9999;
  background-color: #000;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to-top:hover {
  text-decoration: none;
}

.sponsor-acties {
  padding: 30px 20px
}

.sponsor-acties-content {
  padding: 30px 20px;
}

.sponsor-img {
  height: 200px;
}

.sponsor-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e67931;
}

#photobody {
  display: inline;
  float: left;
  width: 100%;
  max-height: 65vh;
  margin-top: -70px;
  height: 65vh;
  overflow: hidden;
  position: relative;
}

#photobody img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  #photobody .cover-container {
    left: 25%;
  }
}

@media screen and (max-width: 1920px) {
  #photobody .cover-container {
    left: 30%;
  }
}

@media screen and (max-width: 1300px) {
  #photobody .cover-container {
    left: 15%;
  }
}


.navbar-dark .navbar-nav .nav-link {
	    color: rgba(0, 0, 0, 0.5)!important;
}

nav.navbar-dark .social li a {
	    color: rgba(0, 0, 0, 0.5)!important;
}

nav .social li a {
	    color: rgba(0, 0, 0, 0.5)!important;
}

.home-btn a {
	color: #FFF!important;
}

.box table {
	font-size: 8px;
}

.box .table th, .table td {
	padding: 0.4rem;
}


img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center!important;
	   object-position: top center!important;
}

.breadcrumb {
	margin-top: 10px;
}
.breadcrumb a {
	margin-left: 5px;
margin-right: 5px;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.5);
}
.box .item img {
max-height: 200px;
    max-width: 100% !important;
    width:auto !important;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;

}
@media (max-width: 768px) {
  .overview_column {
    min-width: 100%!important;
  }



	h2 {
		    font-size: 1.6rem;
	}

  .table th, .table td {
    font-size: 8px;
    padding: 0.4rem!important;
  }

  td.theadspecial-sub {
    font-size: 12px;
  }

.footer {
  -webkit-box-shadow: 0 -90px 0 0px #F96302 inset;
  box-shadow: 0 -90px 0 0px #F96302 inset;
}

.footer .social li.litext {
  display: none;
}

.footer .copyright {
  font-size: 0.7rem;
}

}


.table-agenda td a{
   display: block;
}
.table-vacature td a {
     display: block;
}

.nav-link  {
  color: #a5a5a5;
}


.table_right th, .table td {
  font-size: 12px;
}

.box .item{
position: relative;
}
.box .item .caption{
position: absolute;
left:0px;
bottom:10px;
background: rgba(0,0,0,0.7);
width: 100%;
padding:5px;
}
.box .item .caption a{
color:#fff;
}
.contentbody h2 {
  font-size: 22px;
}
