

@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:400,400i,600,600i,700,700i,800|Poppins:400,400i,500,500i,600,600i|Playfair+Display:400,400i,700,700i|Lato:300,300i,400,400i,700,700i);


/* ALGEMEEN -------------------------------- */

body {
  font-family: 'Open Sans';
  color: #787878;
  font-size: 15px;
  line-height: 26px;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #242424;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

fieldset {
  margin-bottom: 1em;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.checkbox, .radio {
  display: inline-block;
  top: 2px;
}

button, input[type=submit] {
  color: #fff;
  background: #006ab9;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14.5px 30px;
}

button [type=reset], input[type=reset] {
  color: #fff;
  background: #242424;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14.5px 30px;
}

label {
  color: #242424;
}

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

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.ui-widget {
  font-family: 'Poppins', sans-serif;
}

.container-layout1 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.cm61 {
  padding: 100px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.gray-bg {
  background: #F4F9FD;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}


.custom-overlay {
   background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}






.custom-img img {max-width:100%}

.custom-header img {width:100%}


.link5 a {font-size: 10px; color: #555555;}

.link5 a:hover {color: #006ab9;}

.rood p {color: red !important; font-weight: bold; !important;}

.spacer20 {min-height: 20px;}


.navbar-default .navbar-brand {
color: #fff;
}
.navbar-toggle {border-radius: 0px !important;}


@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* HEADERS  ---------------------------------    */

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;

  background: #191919;
}
.header-navigation .container-layout1 {
  background: transparent;
  position: relative;
  max-width: 100%;
  
}
.header-navigation .container-layout1 .navbar-brand {
  float: left;
  height: auto;
  padding: 26.5px 30px;
  margin-left: 0;
  background: #121212;

}



  
  
}
.header-navigation .container-layout1 .select-box {
  float: left;
  padding: 27px 0;
}
.header-navigation .container-layout1 .select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  float: none;
  display: inline-block;
  margin-left: 0;
  vertical-align: text-top;
  line-height: 15px;
}
.header-navigation .container-layout1 .select-box .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  padding: 0;
  color: #D5D5D5;
  border-radius: 0;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-right: 10px;
  font-size: 15px;
}
.header-navigation .container-layout1 .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0;
}


@media (max-width: 1366px) {
  .header-navigation .container-layout1 .select-box {
    display: none;
  }
}




.header-navigation .container-layout1 .main-navigation {
  text-align: right;
 
  padding: 0px 50px 0px 0px; 
  display: block;
}




.header-navigation ul.navigation-box {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 30px 30px 30px 0px;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 25px; /* aangepast */
}
.header-navigation ul.navigation-box > li:hover > a {
  color: #006ab9;
}
.header-navigation ul.navigation-box > li > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  letter-spacing: 0em;
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 239px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  padding: 9.5px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #ECECEC;
  color: #242424;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 239px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  padding: 9.5px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover > a {
  background: #ECECEC;
  color: #242424;
  position: relative;
}
.header-navigation.sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.sticky-fixed .container-layout1 {
   padding-right: 15px; 
}
@media (max-width: 1366px) {
   .header-navigation.sticky-fixed .container-layout1 .navbar-header .select-box {
    display: none;
  }
}
@media (max-width: 1366px) {
  .header-navigation.sticky-fixed .container-layout1 .main-navigation {
    width: 100%;
    text-align: right;
    float: none;
  }
}

.header-top {
  background: #1A1A1A;
  padding: 7px 0;
}
.header-top p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .02em;
  font-size: 15px;
}
.header-top p i {
  color: #fff;
  margin-right: 10px;
}
.header-top p i.fa-phone {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.header-top p i.fa-envelope-o {
  font-size: 15px;
}
.header-top p + p {
  margin-left: 32px;
}
.header-top p span, .header-top p a {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.header-top p span {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .02em;
  font-size: 15px;
  margin-right: 15px;
}
.header-top p a {
  font-size: 16px;
}
.header-top p a + a {
  margin-left: 20px;
}




header.cm32.light-version .header-navigation {
  background: #FFFFFF;
}
header.cm32.light-version .header-navigation .container-layout1 .navbar-brand {
  background: #EFEFEF;
}

header.cm32.light-version .header-navigation .container-layout1 .select-box .bootstrap-select > .dropdown-toggle {
  color: #242424;
}
header.cm32.light-version .header-navigation ul.navigation-box > li > a {
  color: #242424;
}

header.cm32.light-version .header-navigation .container-layout1 .right-side-box a.book-btn:hover {
  background: #242424;
  color: #fff;
}



/* MINIMAL BOOTSTRAP CAROUSEL ---------- */
#minimal-bootstrap-carousel {
  position: relative;
  z-index: 99;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  z-index: 99999;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container-layout1 {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container-layout1 .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container-layout1 .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container-layout1 .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container-layout1 .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container-layout1 .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}




/* Slider height */





#minimal-bootstrap-carousel.cm37 .carousel-inner .item {

 min-height: 780px; 
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #242A34;
}





@media only screen and (max-width: 970px) {

#minimal-bootstrap-carousel.cm37 .carousel-inner .item {

 min-height: 360px; 

}
}




@media screen and (min-width: 970px) and (max-width: 1400px) {
#minimal-bootstrap-carousel.cm37 .carousel-inner .item {

 min-height: 580px; 

}
}






.cm37 .content h2,
.cm37 .content p {
  margin: 0;
}
.cm37 .content p.labeled-text {
  display: inline-block;
  color: #fff;
  background: #006ab9;
  font-size: 19px;
  font-family: 'Lora';
  font-style: italic;
  padding: 5.5px 18px;
  margin-bottom: 23px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.cm37 .content p.labeled-text.black-bg {
  background: #242424;
}
.cm37 .content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 13px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.cm37 .content p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.cm37 .content a.thm-button {
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
   border: 1px solid #FFFFFF;
  padding: 9px 28px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.cm37 .content a.thm-button:hover {
  background: #006ab9;
  color: #fff;
  border-color: #006ab9;
}





.cm {
  padding: 70px 70px;
}
.cm p {
  margin: 0;
}
.cm .title h3 {
  margin: 0;
  color: #232323;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.cm .title .line {
  display: block;
  width: 50px;
  height: 2px;
  background: #006ab9;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cm .title.text-center .line {
  margin-left: auto;
  margin-right: auto;
}
.cm p.highlighted {
  color: #232323;
  font-family: 'Lora';
  font-style: italic;
  font-size: 22px;
  margin-bottom: 20px;
}
.cm p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}
.cm p.mail-text {
  color: #232323;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 15px;
}
.cm p.mail-text a {
  color: #006ab9;
}
.cm a.cm-btn {
  display: inline-block;
  background: #006ab9;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-top: 40px;
  padding: 14px 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm a.cm-btn:hover {
  background: #121212;
}



.cm10 {
  background: #F3F3F3;
  padding: 100px 0;
}
.cm10 .title {
  margin-bottom: 50px;
}
.cm10 .title h3 {
  font-family: 'Poppins';
  margin: 0;
  color: #232323;
  font-size: 32px;
  font-weight: 600;
}
.cm10 .title .line {
  display: block;
  width: 40px;
  height: 2px;
  background: #006ab9;
  margin-top: 20px;
}
.cm10 .cards {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm10 .cards .img-box {
  position: relative;
  overflow: hidden;
}
.cm10 .cards .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm10 .cards .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: url(../img/overlay-bg-370-236.png) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm10 .cards .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.cm10 .cards .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cm10 .cards .img-box .overlay .box .content > a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins';
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: .24em;
  background: #006ab9;
  text-transform: uppercase;
  padding: 8px 21px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.cm10 .cards .img-box .overlay .box .content > a:hover {
  background: #fff;
  color: #006ab9;
}
.cm10 .cards .img-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cm10 .cards .img-box:hover .overlay {
  opacity: 1;
}
.cm10 .cards .img-box:hover .overlay .box .content > a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.cm10 .cards .text-box {
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cm10 .cards .text-box h3 {
  margin: 0;
  color: #232323;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins';
}
.cm10 .cards .text-box .tags {
  margin-top: 5px;
  font-size: 15px;
}
.cm10 .cards .text-box .tags a {
  color: #787878;
}
.cm10 .cards .text-box .tags a + a {
  margin-left: 7px;
}



.cm10 .cards:hover {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
}
.cm10 .more-btn-box {
  margin-top: 50px;
}
.cm10 .more-btn-box a.view-more {
  display: inline-block;
  vertical-align: middle;
  color: #232323;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  border: 1px solid #7E7E7E;
  padding: 13px 38px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm10 .more-btn-box a.view-more:hover {
  color: #fff;
  background: #7E7E7E;
}

.cm10.card-grid {
  padding-bottom: 50px;
}
.cm10.card-grid .cards {
  margin-bottom: 50px;
}








.gallery-title {
  background: #006ab9;
  padding-top: 95px;
  margin-bottom: 155px;
}
.gallery-title h3 {
  color: #fff;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
}
.gallery-title p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'Open Sans';
  margin: 0;
  margin-top: 5px;
  margin-bottom: 25px;
}
.gallery-title .line {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  width: 50px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.gallery-title .gallery-carousel {
  top: 50px;
  margin-bottom: 50px;
}



.cm63 {
  padding-bottom: 90px;
}
.cm63 .gallery-filter {
  margin-bottom: 60px;
}
.cm63 .gallery-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}
.cm63 .gallery-filter ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.cm63 .gallery-filter ul li.active span, .cm63 .gallery-filter ul li:hover span {
  color: #fff;
  background: #006ab9;
}
.cm63 .gallery-filter ul li.active span:after, .cm63 .gallery-filter ul li:hover span:after {
  opacity: 1;
}
.cm63 .gallery-filter ul li span {
  display: block;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
  background: #F7F7F7;
  padding: 6px 0;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.cm63 .gallery-filter ul li span:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  right: 50%;
  opacity: 0;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  border-top: 6px solid #006ab9;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm63 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.cm63 .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.cm63 .gallery1 {
  margin-bottom: 10px;
}
.cm63 .gallery1 .img-box {
  position: relative;
  overflow: hidden;
}
.cm63 .gallery1 .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm63 .gallery1 .img-box .overlay {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cm63 .gallery1 .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.cm63 .gallery1 .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 20px;
  padding-bottom: 20px;
}
.cm63 .gallery1 .img-box .overlay .box .content h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
}
.cm63 .gallery1 .img-box .overlay .box .content a.icon-FullScreen {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #fff;
}
.cm63 .gallery1 .img-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cm63 .gallery1 .img-box:hover .overlay {
  opacity: 1;
  top: 0;
}
.cm63.gallery-page-one {
  padding-bottom: 70px;
}
.cm63.gallery-page-one .row {
  margin-left: -15px;
  margin-right: -15px;
}
.cm63.gallery-page-one .row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.cm63.gallery-page-one .gallery1 {
  margin-bottom: 30px;
}




.testimonials1 {
  padding: 100px 0;
  background: #EEEEEE;
}
.testimonials1 .title {
  margin-bottom: 50px;
}
.testimonials1 .title h3 {
  color: #232323;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
}
.testimonials1 .title .line {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #006ab9;
  width: 50px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.testimonials1 .cm-carousel .owl-stage-outer {
  padding-top: 48.5px;
}
.testimonials1 .cm-carousel1 {
  background: #FFFFFF;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 65px;
  position: relative;
}
.testimonials1 .cm-carousel1 img {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -48.5px;
  margin-bottom: -48.5px;
}
.testimonials1 .cm-carousel1 h3 {
  font-family: 'Poppins', sans-serif;
  color: #535353;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  margin-top: 28px;
}
.testimonials1 .cm-carousel1 span.position {
  color: #9F9F9F;
  font-style: italic;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.testimonials1 .cm-carousel1 p {
  color: #787878;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
.testimonials1 .cm-carousel1 .star-rating {
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonials1 .cm-carousel1 .star-rating i {
  color: #FEB513;
  font-size: 13px;
}
.testimonials1 .cm-carousel1 .star-rating i + i {
  margin-left: 3px;
}
.testimonials1 .cm-carousel1:before {
  content: "";
  background: transparent url(../img/qoute-50-40.png) 0 0 no-repeat;

  width: 50px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.testimonials1 .owl-theme .owl-dots {
  margin-top: 50px;
}
.testimonials1 .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  background: #006ab9;
}
.testimonials1 .owl-theme .owl-dots .owl-dot.active span, .testimonials1 .owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}


.testimonials1.testimonials-page {
  padding-bottom: 0;
}
.testimonials1.testimonials-page .title {
  margin-bottom: 95px;
}
.testimonials1.testimonials-page .title h3 {
  margin-bottom: 20px;
}
.testimonials1.testimonials-page .title p {
  color: #797979;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-top: 25px;
}
.testimonials1.testimonials-page .title.text-left .line {
  margin-left: 0;
  margin-right: 0;
}
.testimonials1.testimonials-page .row {
  margin-left: -45px;
  margin-right: -45px;
}
.testimonials1.testimonials-page .row [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
.testimonials1.testimonials-page .cm-carousel1 {
  margin-bottom: 100px;
}



.parallax {
/*background: #000 url(../img/film.jpg) center center no-repeat; */
  background-size: cover;
  padding: 93px 0;
}
.parallax.has-overlay {
  position: relative;
}
.parallax.has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  background: #000;
}
.parallax .container-layout1 {
  position: relative;
  z-index: 10;
}
.parallax h3 {
  margin: 0;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}
.parallax h3 span {
  color: #006ab9;
  font-weight: 300;
}
.parallax .parallax-btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
}
.parallax .parallax-btn i {
  color: #fff;
  font-size: 79px;
}




.cm40 + .cm40 {
  margin-top: 80px;
}
.cm40 .date-box {
  float: left;
  width: 70px;
  height: 101px;
  background: #F3F3F3;
  border: 1px solid #E8E8E8;
  text-align: center;
  font-size: 18px;
  color: #242424;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 24px 2px;
}
.cm40 .content-box {
  float: left;
  width: calc( 100% - 70px);
  padding-left: 0px;
}
.cm40 .content-box .img-box {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cm40 .content-box .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
}
.cm40 .content-box .img-box > img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.cm40 .content-box .img-box:hover:before {
  opacity: 1;
}
.cm40 .content-box .img-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cm40 .content-box .text-box .meta-info {
  border-bottom: 1px solid #E4E4E4;
  padding: 17.5px 0;
  margin-bottom: 30px;
}
.cm40 .content-box .text-box .meta-info a {
  display: inline-block;
  vertical-align: middle;
  color: #9C9C9C;
  font-size: 16px;
}
.cm40 .content-box .text-box .meta-info a + a {
  margin-left: 30px;
}
.cm40 .content-box .text-box .meta-info a i {
  color: #006ab9;
  font-size: 16px;
  margin-right: 6px;
}
.cm40 .content-box .text-box .meta-info a span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.cm40 .content-box .text-box h3,
.cm40 .content-box .text-box p {
  margin: 0;
}
.cm40 .content-box .text-box h3 {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #242424;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}




.cm40 .content-box .text-box p {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  font-family: 'Open Sans';
}



a.button1 {
  display: inline-block;
  vertical-align: middle;
   background: #006ab9;
  color: #fff;
  font-size: 13px;
  letter-spacing: .24em;
  text-transform: uppercase;
  line-height: 42px;
  padding: 0px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  margin-top: 40px;
}
a.button1:hover {
  color: #fff;
  background: #242424;
}






.cm81 .cm82 h4 {
  color: #242424;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 27px;
}
.cm81 .cm82 .two-col-text {
  margin-bottom: 33px;
}




.inner-banner {
  background: #191919 url(../img/inner-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 99px 0;
}
.inner-banner h2 {
  margin: 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 48px;
}
.inner-banner .breadcumb {
  margin-top: 10px;
}
.inner-banner .breadcumb a, .inner-banner .breadcumb i, .inner-banner .breadcumb span {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .breadcumb a {
  color: #3C3C3C;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.inner-banner .breadcumb i {
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 7px;
  margin-right: 7px;
}
.inner-banner .breadcumb span {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
}



.sirius .sirius-content .title {
  margin-bottom: 15px;
}
.sirius .sirius-content .title h3 {
  margin: 0;
  color: #242424;
  font-size: 24px;
  line-height: 36px;
  padding-right: 110px;
}
.sirius .sirius-content .title h3 span {
  color: #006ab9;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: italic;
}
.sirius .sirius-content p {
  font-size: 16px;
  color: #797979;
  line-height: 26px;
  margin: 0;
  padding-right: 30px;
}
.sirius .sirius-content p.highlight {
  color: #7E7E7E;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-right: 40px;
  margin-top: 25px;
}
.sirius .sirius-content a.more-about {
  display: inline-block;
  vertical-align: middle;
  background: #006ab9;
  color: #fff;
  font-size: 17px;
  width: 188px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
  margin-top: 20px;
}
.sirius .sirius-content a.more-about:hover {
  background: #242424;
}






.cm59 .cm47 {
  padding-right: 70px;
}



.sidebar .single-sidebar + .single-sidebar {
  margin-top: 50px;
}
.sidebar .single-sidebar ul,
.sidebar .single-sidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .title {
  margin-bottom: 25px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #242424;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.sidebar .single-sidebar.search-sidebar form {
  width: 100%;
  border: 1px solid #303032;
  height: 52px;
  position: relative;
  background: #303032;
}
.sidebar .single-sidebar.search-sidebar input,
.sidebar .single-sidebar.search-sidebar button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
}
.sidebar .single-sidebar.search-sidebar input {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans';
  color: #909090;
  font-size: 15px;
  padding-left: 20px;
}
.sidebar .single-sidebar.search-sidebar input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909090;
}
.sidebar .single-sidebar.search-sidebar input::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
}
.sidebar .single-sidebar.search-sidebar input:-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
}
.sidebar .single-sidebar.search-sidebar input:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}
.sidebar .single-sidebar.search-sidebar button {
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}
.sidebar .single-sidebar.categories-widget ul li a {
  display: block;
  position: relative;
  color: #797979;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidebar .single-sidebar.categories-widget ul li a:after {
  content: "\f105";
  color: #C7C7C7;
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: -5px;
}
.sidebar .single-sidebar.categories-widget ul li a:hover {
  color: #006ab9;
}
.sidebar .single-sidebar.categories-widget ul li a:hover:after {
  color: #006ab9;
}
.sidebar .single-sidebar.tags-widget .tags-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar.tags-widget .tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.sidebar .single-sidebar.tags-widget .tags-list a {
  display: block;
  border: 1px solid #E4E4E4;
  color: #A6A6A6;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 26px;
  padding: 5px 15.5px;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.tags-widget .tags-list a:hover {
  background: #006ab9;
  border-color: #006ab9;
  color: #fff;
}
.sidebar .single-sidebar.recent-news-widget .recent-news-list li {
  border-bottom: 1px solid #E1E1E1;
}
.sidebar .single-sidebar.recent-news-widget .recent-news-list li + li {
  margin-top: 20px;
}
.sidebar .single-sidebar.recent-news-widget .recent-news-list li h3 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #242424;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 5px;
}
.sidebar .single-sidebar.recent-news-widget .recent-news-list li h3:hover {
  color: #006ab9;
  text-decoration: underline;
}
.sidebar .single-sidebar.recent-news-widget .recent-news-list li span {
  display: block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  color: #9A9A9A;
  font-family: 'Open Sans';
  margin-bottom: 18px;
}




.footer {
  background: #191919;
  padding: 80px 0;
}
.footer.style-two {
  padding: 95px 0;
}
.footer .footer-widget h3,
.footer .footer-widget p,
.footer .footer-widget ul,
.footer .footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget img {max-width: 100%}


.footer .footer-widget .title {
  margin-bottom: 18px;
}
.footer .footer-widget .title h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.footer .footer-widget .title .line {
  display: block;
  width: 30px;
  height: 1px;
  background: #006ab9;
  margin-top: 15px;
}
.footer .footer-widget.cm39 p {
  font-size: 747474;
  font-size: 15px;
  line-height: 24px;
  margin-top: 22px;
}
.footer .footer-widget.cm39 .social {
  margin-top: 30px;
}
.footer .footer-widget.cm39 .social a {
  color: #006ab9;
  font-size: 22px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer .footer-widget.cm39 .social a:hover {
  color: #fff;
}
.footer .footer-widget.cm39 .social a + a {
  margin-left: 25px;
}
.footer .footer-widget.links-widget ul.links-list li + li {
  margin-top: 4px;
}
.footer .footer-widget.links-widget ul.links-list li a {
  font-size: 15px;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  display: block;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer .footer-widget.links-widget ul.links-list li a:hover {
  color: #006ab9;
}
.footer .footer-widget.links-widget ul.links-list li a:before {
  content: '-';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footer-widget.services-links {
  padding-left: 50px;
}
.footer .footer-widget.contact-widget p {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
}
.footer .footer-widget.contact-widget p i {
  color: #747474;
  font-size: 22px;
  position: absolute;
  top: 3px;
  left: 0;
}
.footer .footer-widget.contact-widget p + p {
  margin-top: 16px;
}
.footer .footer-widget.contact-widget p.phone {
  font-size: 17px;
}

.footer-bottom {
  background: #141414;
  padding: 24.5px 0;
}
.footer-bottom p {
  margin: 0;
  color: #6D6D6D;
  font-size: 15px;
  font-family: 'Open Sans';
}







@media(max-width: 1024px) {
    .header-navigation {margin-bottom: 0;}
    .navbar-header {
        width: 100%;
        float: none;
        margin: 0 !important;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 29px 0;
    }
    .navbar-default .navbar-toggle:hover {border-color: #006ab9;}
    .navbar-default .navbar-toggle .icon-bar {background: #fff;}
    .navbar-default .navbar-toggle:hover .icon-bar {background: #006ab9;}
    .navbar-collapse.collapse {
        display: none!important;
        height: 0!important;
        padding-bottom: 0;
        overflow: auto!important;
        width: 100%;
    }
    .navbar-default .navbar-collapse {
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
/*         border: 1px solid #838ca3; aangepast */
        margin: 0;
/*         background: #2d2d2d;  aangepast*/
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        max-height: 70vh;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .header-navigation.navbar .nav {
        width: 100%;
        text-align: left;
    }
    .header-navigation.navbar .nav > li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }
    .header-navigation.navbar .nav > li + li {margin-left: 0;}
    .header-navigation.navbar .nav > li > a {
        padding: 8px 0;
    }
    .header-navigation.navbar .right-box.nav {
        width: 100%;
        margin: 0;
    }
    .header-navigation.navbar .right-box.nav > li > a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }
    .header-navigation.navbar .nav > li > a:after {
        display: none;
    }
    .header-navigation.navbar .nav.navigation-box + .nav {
        border-top: 1px dashed #282828;
    }
    .header-navigation.navbar .navbar-nav > li > .sub-menu,
    .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto;
        right: auto;
        top: auto;
        transition: none;
        display: none;
        float: none;
        margin: 0;
    }
    .header-navigation.navbar .navbar-nav > li > .sub-menu > li > a::after {
        display: none;
    }
    .header-navigation.navbar .nav > li + li {
        padding: 0 !important;
        border-top: 1px solid rgba(255,255,255,.1);
        display: block;
        float: none;
    }
    .header-navigation.navbar .nav > li.show-mobile {display: none;}
    .header-navigation.navbar .nav > li > a,
    .header-navigation.navbar .right-box.nav > li > a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background 0.4s ease 0s;
        text-transform: capitalize;
    }
    .header .sticky-fixed.header-navigation.navbar .nav > li {
        padding: 0 !important;
    }
    .header-navigation.navbar .navbar-nav .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;

        padding: 9px 9px; 
        position: absolute;top:0;right:0;margin-top: 0px;
        margin-right: 10px;
        display: block;
        border: none;
        font-size: 24px;
    }
    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar {
        background-color: #fff;

        display: block;
        height: 1px;
        width: 20px;
    }
    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar + .icon-bar {
        margin-top: 4px;        
    }    
    .header .navbar-toggle {border: none;padding: 0px 15px 0px 0px;}
    .header .navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}
    .header .navbar-toggle .icon-bar {width: 25px;height: 3px;background: #fff;}
    .header .header-navigation.navbar .nav > li + li {margin-left: 0;}
    .header .header-navigation .navbar-form {width: 100%;max-width: 100%;}
    .header-navigation .container-layout1 {padding-right: 15px;padding-left: 15px;}
    .navbar-header {padding-right: 0px;}
    .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler {color: #2D2D2D}
    .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler .icon-bar {background-color: #2D2D2D}
    .header-navigation .container-layout1 .navbar-brand {padding: 25px 0;}
    .header-navigation ul.navigation-box > li:hover > a,
    .header-navigation ul.navigation-box > li.current > a {background: #006ab9;color: #fff;}
    .header-navigation .container-layout1 {padding-right: 15px;}
    

     .header-navigation .container-layout1 .navbar-header {padding-right: 0px;}
    
    .header-navigation .container-layout1 .right-side-box {top:0px;-webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);right: 15px;} 
    .header-navigation.sticky-fixed .container-layout1 {padding-right: 15px;}

    header.light-version .navbar-default .navbar-toggle {border-color: #000;}
    header.light-version .navbar-default .navbar-toggle .icon-bar {background-color: #000;}
    header.cm32.light-version .header-navigation ul.navigation-box > li > a {color: #fff;}
    header.cm32.light-version .header-navigation .container-layout1 .navbar-brand {background-color: transparent;}
 
}

@media (max-width: 1024px) {
    img {max-width: 100%;}
    .container-layout1 {padding-left: 15px; padding-right: 15px; }

    .testimonials1 .cm-carousel1 p br {display: none;}

    #minimal-bootstrap-carousel .carousel-caption .container-layout1 {padding-left: 40px;padding-right: 40px;}
  
    .accordion-style-one .accordion .accordion-title h4 br {display: none;}
    .testimonials1.testimonials-page .row {margin-left: -15px;margin-right: -15px;}
    .testimonials1.testimonials-page .row [class*="col-"] {padding-left: 15px;padding-right: 15px;}
   
}

@media (max-width: 991px) {

	.cm {
		padding: 95px 0 100px;
	}
	.cm10 .col-md-4{
		margin-bottom: 30px;
	}
	.cm10 .row{
		margin-bottom: -30px;
	}	
}
@media (max-width: 823px) {
    .cm10 .cm2 {margin-bottom: 30px;}
    .cm10 .more-btn-box {margin-top: 20px;}

    .blog-style-one [class*="single-blog-"] .text-box {padding-top: 28px;padding-bottom: 28px;}
    .blog-style-one [class*="single-blog-"] {margin-bottom: 30px;}
    .blog-style-one {padding-bottom: 70px;}

    .footer {padding-bottom: 30px;}
    .footer .footer-widget {margin-bottom: 50px;}
    .footer .footer-widget.services-links {padding-left: 0;}

    .sirius .sirius-content {margin-bottom: 50px;}

    .cm63 .gallery-filter ul li {margin-bottom: 25px;}

    .cm59 .cm47 {padding-right: 0;margin-bottom: 50px;}


}




@media (max-width: 667px) {
    .cm37 .content h2 br,
    .cm37 .content p br {display: none;}
  
}

@media(max-width: 568px){
    

	.sirius .sirius-content .title h3 {
		padding-right: 0px;
	}
}

@media(max-width: 480px){
    .header-navigation .container-layout1 .navbar-header {padding-right: 0;}
    .header-navigation .container-layout1 .right-side-box {display: none;}    

    .header-top [class*=pull-],
    .footer-bottom [class*=pull-] {width: 100%;text-align: center;}
      
}

@media (max-width: 414px) {
    .cm37 .content h2 {font-size: 32px;line-height: 40px;}
}

@media(max-width: 375px){
    .cm40 {position: relative;}
    .cm40 .date-box {position: absolute;top:0;left:0;z-index: 99;}
    .cm40 .content-box {width: 100%;padding-left: 0;}    

   
}
@media(max-width: 320px){


    .inner-banner h2 {font-size: 32px;}
}