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

@font-face {
    font-family: 'Cera Pro Bold';
    src: url('../fonts/CeraPro-Bold.eot');
    src: url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro Black';
    src: url('../fonts/CeraPro-Black.eot');
    src: url('../fonts/CeraPro-Black.woff') format('woff'),
        url('../fonts/CeraPro-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'Cera Pro', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #585757;
}

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

    .container {
        max-width: 1300px;
    }


}

*:focus {
    outline: none;
    box-shadow: none;

}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0.5rem;
}

.button {
    font-family: 'Cera Pro Bold', sans-serif;
    font-size: 16px;
    display: inline-block;
    min-width: 200px;
    padding: 5px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #222220;
    border: 1px solid #222220;
}


.button:hover {
    background: #2a698b;
    border-color: #2a698b;
    color: #fff;
}

h1 {
    font-family: 'Cera Pro Bold', sans-serif;
    color: #222220;
    font-size: 40px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Cera Pro Bold', sans-serif;
    color: #222220;
    font-size: 40px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Cera Pro Bold', sans-serif;
    color: #222220;
    font-size: 30px;
    text-transform: uppercase;
}

h4 {
    font-size: 25px;
    text-transform: uppercase;
}

.section-title h2.white-text,
.white-text *,
.white-text {
    color: #fff;
}

.page-content strong {
    font-family: 'Cera Pro Bold', sans-serif;
}

/*************/

header#header {
    position: absolute;
    top: 0;
    z-index: 98;
    width: 100%;

    /*  position: relative;

       position: absolute;
    z-index: 10;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;transition: all 0.3s ease-in-out;
*/
}

.site-main {
    padding-top: 160px;
    width: 100%;
    overflow: hidden;
}

button:focus {
    outline: none;
}

.navbar-brand {
    max-width: 270px;
    transition: all 0.3s ease-in-out;
}

.menu-top-bar {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;

}


#header .top {
    background: #d6dce6;
    box-shadow: inset 0 -5px 5px #9ea4ad;
    padding: 4px 0;
}

.menu-top-bar a {
    text-transform: uppercase;
    font-size: 17px;
    color: #2a698b;
    font-family: 'Cera Pro Black', sans-serif;
}

.menu-top-bar li {
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
}

.menu-top-bar li:after {
    content: '';
    width: 4px;
    height: 3px;
    background: #2a698b;
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    border: none;
}

.menu-top-bar li:first-child:after {
    content: none;
}


.menu-top-bar li.tel-link {
    padding-left: 42px;
    background: url(../images/phone.png) no-repeat 10px center;
}

.menu-top-bar li.mail-link {
    padding-left: 40px;
    background: url(../images/mail.png) no-repeat 10px center;
}

.menu-top-bar li.in-link {
    background: url(../images/in.png) no-repeat center 4px;

    width: 52px;
}

.menu-top-bar li.in-link a {
    font-size: 1px;
    height: 20px;
    display: block;
}

.logo-bar {
    /*   position: absolute;
    z-index: 10;
    width: 100%;
    top: 44px;*/
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
    background: #2a364c;
    background: -moz-linear-gradient(left, #2a364c 0%, #0c6091 44%, #0c6091 59%, #2a364c 100%);
    background: -webkit-linear-gradient(left, #2a364c 0%, #0c6091 44%, #0c6091 59%, #2a364c 100%);
    background: linear-gradient(to right, #2a364c 0%, #0c6091 44%, #0c6091 59%, #2a364c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a364c', endColorstr='#2a364c', GradientType=1);
}

.slogan {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

/***************/

.navbar.navbar-light {
    padding: .3rem 1rem 0;
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.navbar-light .navbar-nav .menu-item {
    position: relative;
}

.navbar-light .navbar-nav > .menu-item > a {
    color: #000306;
    font-size: 19px;
    position: relative;
    letter-spacing: -0.5px;
    padding: 7px 18px;
    display: block;
    text-transform:uppercase;
}

.navbar-light .navbar-nav > .menu-item > a:hover {
    color: #66686a;
}

.navbar-light .navbar-nav .menu-item.current-menu-item > a {
    color: #000306;
    font-family: 'Cera Pro Bold', sans-serif;
}

.navbar-light .navbar-nav > .menu-item:after {
    content: '';
    width: 4px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    border: none;
}

.navbar-light .navbar-nav > .menu-item.no-after:after {
    content: none;
}

.sub-menu {
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    min-width: 220px;
}

.sub-menu li {
    border-bottom: 1px solid #b1b1b0;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.navbar-light .navbar-nav .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.sub-menu li a {
    color: #000306;
    font-size: 17px;
    position: relative;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    display: block;
}

.sub-menu li a:hover {
    /*background-color: #f9f8f8;*/
    background-color: #2a698b;
    color: #fff;
}

/*************/

.lang {
    font-family: 'Cera Pro Bold', sans-serif;
    color: #000306;
    padding: 25px 0;
    text-transform: uppercase;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;}


.search-form {
    text-align: right;
    margin-bottom: 10px;
}

.search-form input[type=search] {
    border: none;
    background: #f5f5f5;
    text-align: right;
}

#header.fixed-header .search-form {
    height: 0;
    overflow: hidden;
    margin: 0;
}

#header.fixed-header .logo-bar {
    padding: 5px 0;
}

#header.fixed-header .navbar.navbar-light {

    padding: 0 1rem;
    border-bottom: 1px solid #e3e3e3;
}

#header.fixed-header .navbar-brand {
    max-width: 210px;
}


#header.fixed-header {
    padding-bottom: 64px;
}

#header.fixed-header .header-inner {
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-transition: top .6s;
    transition: top .6s;
}


#header.navigation-up .header-inner {
    top: -225px;
}

.header-inner {
    width: 100%;
}

/************/


.banner {
    height: calc(110vh - 125px);
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-position: center 0;
}

.banner-caption {
    max-width: 650px;
    padding-top: 200px;
}

.banner-caption h1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: none;
    font-family: 'Cera Pro', sans-serif;
}

.banner-caption p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.banner-caption .button {
    color: #fff;
    border: 1px solid #fff;
}

.banner-caption .button:hover {
    background: #fff;
    color: #2a698b;
}


.banner-services {
    position: absolute;
    bottom: 1em;
    width: 100%;
}


.page-template-home .services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../images/dots-service_white.png) repeat-x center;
    margin: auto;
    max-width: 1170px;
}


.services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../images/dots-service.png) repeat-x center;
    margin: auto;
    max-width: 1170px;
}

.services-list__el {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    background: #e3e3e3;
    box-shadow: inset 5px 7px 9px #949596;
    padding: 15px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.services-list__el:hover {
    box-shadow: inset 5px 4px 12px #949596, inset 5px -4px 12px #949596;
}


.services-list__el__title {
    color: #2a698c;
    font-size: 16px;
    font-family: 'Cera Pro Bold', sans-serif;
    text-transform: none;
}

.services-list a:last-child .services-list__el__title,
.services-list a:first-child .services-list__el__title {
    font-size: 18px;
}

.services-list__el__image {
    max-width: 90px;
    display: block;
    margin: 0 auto 10px;

}

/*.services-list__el__image img {
    max-height: 68px;
}*/


/*************/

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    position: relative;
    padding-bottom: 15px;
    color: #222220;
    font-size: 40px;
    text-transform: uppercase;
}

.page-title h1 {
    position: relative;
    padding-bottom: 17px;
    color: #222220;
    font-size: 42px;
    text-transform: uppercase;
}

.page-title h1:after,
.section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #222220;
    left: 50%;
    margin-left: -20px;
}

.about {
    padding: 40px 0 80px;
}

.about .button {
    min-width: 250px;
}



/*********/

.goal {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.goal * {
    color: #fff;
}

.goal-schema {
    margin: 50px 50px 0;
}



.goal-schema h3 {
    border: 1px solid #fff;
    border-radius: 25px;
    margin-bottom: 65px;
    padding: 5px 0;
    font-family: 'Cera Pro', sans-serif;
}

.goal-schema h5 {
    font-size: 16px;
    text-transform: uppercase;
}


.goal-schema .icon-box {
    display: flex;
    margin-bottom: 25px;
    min-height: 86px;
    justify-content: center;
    align-items: flex-end;
}

.section-title h2.white-text:after {
    background: #fff;
}

.goal-schema .row > div {
    position: relative;

}

.goal-schema .row > div:before {
    content: '';
    position: absolute;
    background: #fff;
    display: block;
    width: 1px;
    height: 65px;
    top: -65px;
    left: 50%;
}

/**************/

.services {
    padding: 80px 0;
}

.services-subtitle {
    color: #2a698b;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 60px;
}

.services .services-list {
    background: url(../images/dots-service.png) repeat-x center;
}

.child-services {
    margin: auto;
    justify-content: space-between;
    /* align-items: flex-start;*/
    max-width: 1170px;
}

.child-services > div {
    margin-top: 15px;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.child-services .dots {
    background: url(../images/vertical.png) repeat-y center 0;
}

.child-services-item img {
    max-width: 110px;
    height: auto;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.child-services-item img.img-fluid {
    max-width: 100%;
}

.child-services-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 151px;
    margin-bottom: 30px;
}

.child-services-item:hover img {
    transform: scale(1.03);
}

.child-services-item:hover > div h3 {
    color: #247b9e;
}

.child-services-item:last-child {
    margin-bottom: 0px;
}

.child-services-item > div {
    left: 100%;
    top: 27px;
}

.child-services-item > div h3 {
    color: #2a698c;
    font-size: 24px;
    margin-bottom: 0;
    width: 150px;
}

.child-services-item > div p {
    color: #000;
    font-size: 14px;
    font-family: 'Cera Pro Bold', sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
}

.child-advice .dots {
    padding-top: 138px;
}

.child-support .dots {
    padding-top: 137px;
}

.child-advice .dots img {
    border: 3px solid #fff;
}

.child-software .dots {
    padding-top: 21px;
}

.child-services-item.child-just-text {
    background: #fff;
    padding: 10px 0;
    color: #2a698c;
    font-family: 'Cera Pro Bold', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: -1px -24px 50px;
    width: 200px;
    letter-spacing: -1px;
    line-height: 1.3;

}

.child-services .button {
    margin-top: 60px;
}

.child-support .dots a {
    flex-direction: column;
    align-items: center;
}



/************/

#blog {
    padding: 60px 0 35px;
    margin-bottom: 55px;
    margin-top: 30px;
}

.grey {
    /*background: #ececec;*/
    background: #eaeff7;
}

.grid-post {
  
  margin-top:1em;
  
}

.grid-post > div {
    background: #fff;
    padding: 10px;
    height: 100%;
}


.grid-post > div:hover {

    border: solid 2px #669FBA;
    padding: 8px;
    height: 100%;

}

.grid-post__thumb {
    margin-bottom: 20px;
}

.grid-post__thumb a {
    overflow: hidden;
    display: block;
}

.grid-post__thumb img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.grid-post__thumb a:hover img {
    transform: scale(1.03);
}

.grid-post__text {
    padding: 0 15px;
    margin-bottom: 20px;
}

.grid-post__text h4 {
    margin-bottom: 0;
}

.grid-post__text h4 a {
    color: #040608;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Cera Pro Bold', sans-serif;
}

.grid-post__text .excerpt p {
    color: #040608;
    font-size: 18px;
    line-height: 1.4;
}

.grid-post__text .read-more {
    color: #040608;
    font-size: 14px;
    font-family: 'Cera Pro Bold', sans-serif;
}

.grid-post__text .read-more:hover {
    color: #026a8f;
}

.latest-posts,
.featured-posts {
    padding-top: 10px;
}


.featured-posts div div:hover {}

/********** contact ******************/


.page-template-contact #contact {

    padding: 0 0;
    border-top: 0px solid #222220;

}

.page-template-contact .page-banner {

    margin-bottom: 0px;
}

.widget-contact {

    margin-bottom: 1em;

}

#contact {
    padding: 45px 0;
    border-top: 1px solid #222220;
}




.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form .form-control {
    border: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 2px solid #ececec;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.wpcf7-form .form-control:focus {
    box-shadow: none;
}

.wpcf7-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #040608;
}

.wpcf7-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #040608;
}

.wpcf7-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #040608;
}

.wpcf7-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #040608;
}

.wpcf7-form textarea.form-control {
    height: 110px;
    margin-bottom: 30px;
}

.wpcf7-form .wpcf7-submit {
    font-family: 'Cera Pro Bold', sans-serif;
    font-size: 14px;
    display: inline-block;
    min-width: 200px;
    padding: 5px 15px;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #222220;
    border: 1px solid #222220;
    background: #fff;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #2a698b;
    border-color: #2a698b;
    color: #fff;
}

.wpcf7-form br {
    display: none;
}

.contact-info > div {
    background: #eaeff7;
    padding: 40px 30px 40px 35px;
    height: 100%;
    margin-left: 15px;
}

.contact-info > div img.contact-logo {
    margin-bottom: 45px;
}

.contact-info a {
  color:inherit;
}

.social-contacts {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 35px;
}

.social-contacts li {
    margin-right: 25px;
}

.social-contacts a {
    max-width: 24px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.social-contacts a:hover {
    transform: translateY(-3px);
}

.social-contacts a img {
    max-width: 100%;
}

.contact-info p {
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
}




/************/



footer#footer * {
    color: #fff;
    font-size: 15px;
}

footer#footer {
    padding: 23px 0 27px;
}

footer#footer img {
    max-width: 60px;
    margin-right: 15px;
}

footer#footer {
    background: #020407;
}

footer#footer a {
    font-size: 12px;
    text-transform: uppercase;
}

/*********************/

.page-content {
    padding-top: 50px;
}

.page-banner {
    min-height: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}


.services-list__el.blue {
    background: #2a698c;
    box-shadow: inset 5px 7px 9px #2a5165;
}

.services-list__el.blue .services-list__el__title {
    color: #fff;
}

.services-list__el.blue:hover {
    box-shadow: inset 5px 4px 12px #2a5165, inset 5px -4px 12px #2a5165;
}

.service-content {
    color: #040608;
    margin-top: 60px;
    margin-bottom: 60px;
}

.services-tabs {
    padding-bottom: 60px;
    /*border-bottom: 1px solid #222220;*/
}

.services-tabs .tab-content {
    background: #eaeff7;
    padding: 60px 70px 50px;
}

.services-tabs .nav-tabs {
    border-bottom: none;
}

.services-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.services-tabs .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 20px;
    color: #9b9b9b;
    padding: 5px 50px 0;
    line-height: 30px;
    font-family: 'Cera Pro Bold', sans-serif;
    border-top: 1px solid #8c9091;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: 20px;
    position: relative;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-top: 1px solid #8c9091;
}


.services-tabs .nav-tabs .nav-link:first-child {
    border-left: 1px solid #8c9091;
}

.services-tabs .nav-tabs .nav-link:before,
.services-tabs .nav-tabs .nav-link:after {
    content: '';
    width: 1px;
    height: 38px;
    position: absolute;
    top: -1px;
    display: block;
    background: #8c9091;
}

.services-tabs .nav-tabs .nav-link:before {
    left: -5px;
    transform: rotate(11deg)
}

.services-tabs .nav-tabs .nav-link:first-child:before {
    content: none;
}

.services-tabs .nav-tabs .nav-link:after {
    right: -5px;
    transform: rotate(-11deg)
}


.services-tabs .nav-tabs .nav-link.active {
    background: #eaeff7;
    border: none;
    color: #2a698b;
    border-top: 1px solid #eaeff7;
}

.services-tabs .nav-tabs .nav-link.active:first-child {
    border-top: 1px solid #eaeff7;
}

.services-tabs .nav-tabs .nav-link.active:after {
    width: 0;
    height: 0;
    border-style: solid;
    right: -9px;
    border-width: 37px 0 0 9px;
    transform: none;
    background: transparent;
    border-color: transparent transparent transparent #eaeff7;
}

.services-tabs .nav-tabs .nav-link.active:before {
    width: 0;
    height: 0;
    border-style: solid;
    left: -9px;
    border-width: 37px 0 0 9px;
    transform: none;
    background: transparent;
    border-width: 0 0 37px 9px;
    border-color: transparent transparent #eaeff7 transparent;
}

img.alignleft {
    margin-right: 30px;

}

img.alignright {
    margin-left: 30px;

}

.white-box {
    background: #fff;
    padding: 20px 30px 10px;
    height: 100%;
}

ul {
    padding: 1em;
    list-style-position: outside;
}



p:empty {
    display: none;
}



/********* testimonial **************/

.testimonial-tabs.services-tabs .tab-content {
    padding: 50px 50px 40px;
}

.testimonial-el {
    background: #fff;
    width: 32%;
    padding: 20px 20px;
    margin-bottom: 35px;
    margin-right: 2%;
     
  
}

.testimonial-el:nth-child(3n) {
    margin-right: 0%;
}


.testimonial-el .inner {
  
  display:grid;
  grid-template-columns: 100%;
  grid-template-rows: 20px 0px auto;
  
  
}

.testimonial-el__thumb {
  
  
  height:200px;
  background-size:cover;
  background-position:50% 50%;
  margin-top:1em;
  
  
}


.testimonial-el__text {
  
  
  display:flex;
  flex-flow:column nowrap;
  justify-content:space-between;
  min-height:650px;
  padding-top:220px;
  
}

.testimonial-el__text .author {
  
  
 
  display:grid;
  grid-template-columns: 150px 150px;
  grid-template-rows: auto;
  
  
  
  
  
}

.testimonial-el__text .author > img {
  
  
  grid-column-start: 1;
  grid-column-end: 1;
  width:130px;
  padding:10px;
  align-self: end;
  
  
}

.testimonial-el__text .author > .d-flex  {
  
  
  grid-column-start: 2;
  grid-column-end: 2;
  flex-flow:column;
  justify-content:flex-end;
  
  
}

.testimonial-el__text .author > .d-flex  > img {
  
  
 padding-top:1em;
  
  
}


  


h4.sector {
    font-family: 'Cera Pro Bold', sans-serif;
    font-size: 18px;
}





.testimonials-slider {
    flex-wrap: wrap;
}



#true_loadmore3,
#true_loadmore2,
#true_loadmore {
    width: 100%;
    text-align: right;
}

.testimonial-tabs {
    margin-top: 50px;
}

.testimonial-tabs #nav-tab {

    display: none;
}



/****************************/

.blog-page {
    padding-top: 80px;
}

.post-single {
    margin-bottom: 50px;
    border-bottom: 1px solid #8c9091;
    padding-bottom: 50px;
}

.post-single:last-child {
    border-bottom: none;
}


.post-single h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.post-single h2 a {
    color: #000;
}

.post-single h2 a:hover {
    color: #2a698b;
}


.post-single .post-content,
.post-single .featured-thumbnail {
    width: 48%;
}

.post-content .featured-thumbnail img,
.post-single .featured-thumbnail img {
    max-width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
}

.d-flex {
    flex-wrap: wrap;
}

/*
.d-flex > * {
    margin-bottom: 1em;
}
*/

#sidebar {
    margin-left: 50px;
}

.post-meta {
    font-size: 15px;
}

.widget-area.widget-sidebar {
    margin-bottom: 50px;
}

.widget-area.widget-sidebar a {
    color: #000;
}

.post-content .container {
    max-width: 1170px;
}

.post-content .container .post {
    padding-top: 50px;
}

.post-content .featured-thumbnail {
    text-align: center;
    padding: 50px 0;
}


.newer-older {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.post-content #post-meta a,
.newer-older a {
    color: #2a698b;
}

.post-content #post-meta {
    font-size: 15px;
}

.default-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
    text-transform: none;
}

.default-content h3 {
    text-transform: none;
    font-size: 28px;

}

.default-content a {
    color: #00698f;
}


.default-content blockquote {
    font-style: italic;
}

.default-content {
    padding: 50px 0 0 0;
}


.cd-section {
    position: relative;
}

.cd-nav-trigger {
    display: none;
}

#cd-vertical-nav {
    position: fixed;
    left: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

}

#cd-vertical-nav ul {
    list-style: none;
}


#cd-vertical-nav a {
    color: #669FBA;
    display: inline-block;
    /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-left: 1px solid #000;
}

#cd-vertical-nav .is-selected,
#cd-vertical-nav a:hover {
    border-left: 4px solid #669FBA;
}


#cd-vertical-nav a span {
    float: right;
    display: inline-block;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#cd-vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#cd-vertical-nav .is-selected .cd-label,
#cd-vertical-nav a:hover .cd-label {
    opacity: 1;
}

#cd-vertical-nav .cd-label {
    position: relative;
    margin-right: 10px;
    padding: .4em .5em;
    color: #669FBA;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}



/*software*/

.page-template-services .white-box ul {

    padding-top: 0px;
}

.softwarelist {

    display: flex;
    flex-flow: row nowrap;

}

.softwarelist .softwarelisticon {

    margin-top: -1.3em;

}

.softwarelist + p {

    margin-top: 1.5em;
    margin-top: 1.2em;
}


.funkylist,
.opslist {

    display: flex;
    flex-flow: row nowrap;
}


.funkylist .funkylistl,
.funkylist .funkylistr,
.opslist .opslistl,
.opslist .opslistr {

    flex: 1;

}


.funkylist .softwarelisticon,
.opslist .softwarelisticon {


    flex: 0.5;



}

.funkylist .softwarelistfeatures,
.opslist .softwarelistfeatures {

    font-size: 0.8em;
    flex: 1;



}

.funkylist .softwarelist,
.opslist .softwarelist {

    margin-top: 1.5em;
    margin-top: 1.2em;
}


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

    .funkylist .softwarelistfeatures,
    .opslist .softwarelistfeatures {

        font-size: 0.7em;

    }
}

@media only screen {
  
  .print-header, #print-banner, #print-about, #print-goal, #print-services, #print-blog {
    
    display:none;
    
  }
  
}


.page-id-1888 #contact {
  
  border-top:0px;
}

/*Downloads */

.downloads {
  
  display:flex;
  flex-flow: row wrap;
  justify-content:space-around;
  
}

.download {
  
  background-color:#fff;
  text-align:center;
  padding:7px;
  
  
}


.download:hover {
  
  background-color:#fff;
  border:solid 2px #007bff;
  padding:5px;
  
  
}

.downloads_bgimage {
  
  
  width:295px;
  min-height:400px;
  background-size:300px;
  background-position:0 5em;
  background-repeat:no-repeat;
  margin:0.5em;
  
  
  padding:5px;
  
}


.downloads_bgimage p {
  
  min-height:min-content;
  text-align:center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Cera Pro Bold', sans-serif;
  
}

.downloads_bgimage p  a {
    color: #2a698b;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Cera Pro Bold', sans-serif;
    
}

a.button.tour {
  
  background-color:#2a698b;
  color:#fff;
}

/*Einde downloads*/


