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

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

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

}

body {
  font-family: 'dinregular';
  background: #fff;
  color: #000;
  overflow-x: hidden;
  position: relative;
}

.container {
  position: relative;
}

.transparent_close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

header .logo {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 222px;
  height: 120px;
  background: url(http://profusion.com/wp-content/themes/profusion/img/logo.png) no-repeat;
  background-size: contain;
  margin-top: 12px;
}

header .head_contacts {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  margin-top: 85px;
}

header .head_contacts div {
  color: #bebebe;
  list-style: none;
  font-size: 18px;
  display: block;
  margin-right: 10px;
}

header .head_contacts div span {
  color: #52a2e1;
}

header .head_contacts div a {
  color: #fff;
  background: #52a2e1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

header .head_contacts div .firstli {
  display: inline-block;
  vertical-align: top;
}

header .head_contacts div .firstli a {
  background: transparent;
  width: auto;
  height: auto;
  color: #bebebe;
}

header .head_contacts div .firstli a span {
  color: #006a77;
}

header .head_contacts div .firstli a:hover,
header .head_contacts div .firstli a:focus {
  text-decoration: none;
}

header .head_contacts div .fa-linkedin {
  margin-right: 1px;
}

header.page .logo {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 222px;
  height: 120px;
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  margin-top: 12px;
}

header.page .head_contacts {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  margin-top: 85px;
}

header.page .head_contacts div {
  color: #bebebe;
  list-style: none;
  font-size: 18px;
  display: inline;
  margin-right: 10px;
}

header.page .head_contacts div span {
  color: #006a77;
}

header.page .head_contacts div a {
  color: #fff;
  background: #006a77;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  margin-right: 8px;
}

header.page .head_contacts div .firstli {
  display: inline-block;
  vertical-align: top;
}

header.page .head_contacts div .firstli a {
  background: transparent;
  width: auto;
  height: auto;
  color: #bebebe;
}

header.page .head_contacts div .firstli a span {
  color: #006a77;
}

header.page .head_contacts div .firstli a:hover,
header.page .head_contacts div .firstli a:focus {
  text-decoration: none;
}

#clickable-london {
    height: 50px;
    left: 452px;
    position: absolute;
    top: 30px;
    width: 100px;
}

#clickable-dubai {
    height: 50px;
    left: 572px;
    position: absolute;
    top: 107px;
    width: 100px;
}

.page-id-69 .blogpage .blog_box img {
  display: none;
}

.page-id-69 .blogpage h1 {
  text-transform: uppercase;;
}

.page-id-69 .blogpage .blog-text {
  min-height: auto;
}

.sitemenu {
  position: absolute;
  z-index: 1;
  top: 76px;
  right: 0;
}

.sitemenu ul {
  text-align: right;
  padding-left: 0;
}

.sitemenu ul li {
  margin-bottom: 8px;
  position: relative;
  list-style: none;
}

.sitemenu ul li a {
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  color: #fff;
  padding: 4px 10px;
  font-family: 'din_alternatebold';
  text-transform: uppercase;
  position: relative;
}

.sitemenu ul li a:hover,
.sitemenu ul li a:focus,
.sitemenu ul li a:visited {
  text-decoration: none;
}

.sitemenu ul li ul {
  display: none;
  padding-left: 0;
  padding-right: 0;
  width: 138px;
  margin: 10px 0;
}

.sitemenu ul li ul li {
  list-style: none;
  padding: 0;
}

.sitemenu ul li ul li a {
  background: transparent !important;
  color: #c1c2c4;
  padding: 0;
  position: relative;
  display: inline-block;
}

.sitemenu ul li ul li a:focus {
  text-decoration: none;
}

.sitemenu ul li ul li a:before {
  display: none;
  content: url(../img/active2.png) !important;
  top: 0;
}

.sitemenu ul li ul li a:after {
  display: none;
}

.sitemenu ul li ul .current_page_item a:before {
  display: block;
  background: transparent !important;
}

.sitemenu ul li ul .current_page_item a {
  display: inline;
}

.sitemenu ul li.current_page_parent ul {
  display: block;
}

.sitemenu ul li:nth-child(1).current_page_item a:before,
.sitemenu ul li:nth-child(1).current_page_parent a:before,
.sitemenu ul li:nth-child(2).current_page_item a:before,
.sitemenu ul li:nth-child(2).current_page_parent a:before,
.sitemenu ul li:nth-child(3).current_page_item a:before,
.sitemenu ul li:nth-child(3).current_page_parent a:before,
.sitemenu ul li:nth-child(4).current_page_item a:before,
.sitemenu ul li:nth-child(4).current_page_parent a:before,
.sitemenu ul li:nth-child(5).current_page_parent a:before,
.sitemenu ul li:nth-child(5).current_page_item a:before {
  position: absolute;
  content: url(../img/activewhite.png) !important;
  background: #de1d2e;
  top: 2px;
  left: -35px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  text-align: center;
  line-height: 28px;
}

.sitemenu ul li:nth-child(2).current_page_item a:before,
.sitemenu ul li:nth-child(2).current_page_parent a:before {
  background: #0aa9c7;
}

.sitemenu ul li:nth-child(3).current_page_item a:before,
.sitemenu ul li:nth-child(3).current_page_parent a:before {
  background: #becd2c;
}

.sitemenu ul li:nth-child(4).current_page_item a:before,
.sitemenu ul li:nth-child(4).current_page_parent a:before {
  background: #eb719a;
}

.sitemenu ul li:nth-child(5).current_page_item a:before,
.sitemenu ul li:nth-child(5).current_page_parent a:before {
  background: #086c7b;
}

.sitemenu ul li:nth-child(1).current_page_item a:after,
.sitemenu ul li:nth-child(1).current_page_parent a:after,
.sitemenu ul li:nth-child(2).current_page_item a:after,
.sitemenu ul li:nth-child(2).current_page_parent a:after,
.sitemenu ul li:nth-child(3).current_page_item a:after,
.sitemenu ul li:nth-child(3).current_page_parent a:after,
.sitemenu ul li:nth-child(4).current_page_item a:after,
.sitemenu ul li:nth-child(4).current_page_parent a:after,
.sitemenu ul li:nth-child(5).current_page_item a:after,
.sitemenu ul li:nth-child(5).current_page_parent a:after {
  position: absolute;
  content: '';
  background: #de1d2e;
  height: 25px;
  width: 2px;
  top: 2px;
  left: -6px;
}

.sitemenu ul li:nth-child(2).current_page_item a:after,
.sitemenu ul li:nth-child(2).current_page_parent a:after {
  background: #06a9cc;
}

.sitemenu ul li:nth-child(3).current_page_parent a:after,
.sitemenu ul li:nth-child(3).current_page_item a:after {
  background: #bfcd2f;
}

.sitemenu ul li:nth-child(4).current_page_item a:after,
.sitemenu ul li:nth-child(4).current_page_parent a:after {
  background: #eb719a;
}

.sitemenu ul li:nth-child(5).current_page_item a:after,
.sitemenu ul li:nth-child(5).current_page_parent a:after {
  background: #006a77;
}

.sitemenu ul li:nth-child(1) a {
  background: #de1d2e;
}

.sitemenu ul li:nth-child(1) ul li a:hover,
.sitemenu ul li:nth-child(1) ul li.current-menu-item a {
  color: #de1d2e;
}

.sitemenu ul li:nth-child(1):hover a:before {
  content: url(../img/active1.png);
}

.sitemenu ul li:nth-child(2) a {
  background: #06a9cc;
}

.sitemenu ul li:nth-child(2) ul li a:hover,
.sitemenu ul li:nth-child(2) ul li.current-menu-item a {
  color: #06a9cc;
  text-decoration: none;
}

.sitemenu ul li:nth-child(2):hover a:before {
  content: url(../img/active2.png);
}

.sitemenu ul li:nth-child(3) a {
  background: #bfcd2f;
}

.sitemenu ul li:nth-child(3) ul li a:hover,
.sitemenu ul li:nth-child(3) ul li.current-menu-item a {
  color: #bfcd2f;
}

.sitemenu ul li:nth-child(3):hover a:before {
  content: url(../img/active3.png);
}

.sitemenu ul li:nth-child(4) a {
  background: #eb719a;
}

.sitemenu ul li:nth-child(4) ul li a:hover,
.sitemenu ul li:nth-child(4) ul li.current-menu-item a {
  color: #eb719a;
}

.sitemenu ul li:nth-child(4):hover a:before {
  content: url(../img/active4.png);
}

.sitemenu ul li:nth-child(5) a {
  background: #006a77;
}

.sitemenu ul li:nth-child(5):hover a:before {
  content: url(../img/active5.png);
}

.sitemenu ul li a:before {
  position: absolute;
  top: 7px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.background_homelines_mobile {
  display: none;
}

.homelines {
  padding-bottom: 100px;
  background: #fff url(../img/homelines.jpg) no-repeat center 48px;
}

.homelines h2 {
  font-family: 'dinregular';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 82px;
  line-height: 66px;
  position: relative;
}

.homelines .smallmenu {
  display: inline-block;
  vertical-align: top;
}

.homelines .smallmenu ul {
  padding-left: 0;
  border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding: 10px 0;
}

.homelines .smallmenu ul li {
  list-style: none;
  margin-bottom: 2px;
}

.homelines .smallmenu ul li a {
  color: #fff;
  padding: 4px 10px;
  font-family: 'din_alternatebold';
  text-transform: uppercase;
  position: relative;
}

.homelines .smallmenu ul li a:hover {
  text-decoration: none;
}

.homelines #data {
  padding-top: 69px;
  position: relative;
}

.homelines #data h2 {
  padding-left: 40px;
  margin-top: 23px;
  position: relative;
}

.homelines #about {
  padding-top: 170px;
  position: relative;
}

.homelines #about h2 {
  margin-top: 15px;
}

.homelines #about .about_title {
  padding-left: 60px;
}

.homelines #about .smallmenu ul {
  background: #de1d2e;
  margin-left: 55px;
  margin-top: 17px;
}

.homelines #about .smallmenu ul li a:hover:before {
  content: url(../img/active1.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.homelines #ourwork {
  padding-top: 200px;
  position: relative;
}

.homelines #ourwork h2 {
  margin-top: 17px;
}

.homelines #ourwork .smallmenu {
  float: right;
}

.homelines #ourwork .smallmenu ul {
  background: #06a9cc;
  margin-top: 28px;
}

.homelines #ourwork .smallmenu ul li a:hover:before {
  content: url(../img/active2.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.homelines #help {
  padding-top: 225px;
  position: relative;
}

.homelines #help .help_title {
  padding-left: 70px;
}

.homelines #help h2 {
  font-size: 74px;
  margin-top: 17px;
}

.homelines #help .smallmenu ul {
  background: #bfcd2f;
  margin-left: 55px;
  margin-top: 17px;
}

.homelines #help .smallmenu ul li a:hover:before {
  content: url(../img/active3.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.homelines #career {
  padding-top: 196px;
  position: relative;
}

.homelines #career h2 {
  font-size: 74px;
  margin-top: 17px;
}

.homelines #career .smallmenu {
  float: right;
}

.homelines #career .smallmenu ul {
  background: #eb719a;
  margin-top: -17px;
}

.homelines #career .smallmenu ul li a:hover:before {
  content: url(../img/active4.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.homelines #ourblog {
  position: relative;
  padding-top: 225px;
}

.homelines #ourblog .blog_title {
  padding-left: 35px;
}

.blue {
  color: #52a2e1;
}

.blue a {
  color: #52a2e1;
}

.blue a:hover,
.blue a:focus,
.blue a:visited {
  color: #52a2e1;
  text-decoration: none;
}

.red {
  color: #de1d2e;
}

.red a {
  color: #de1d2e;
}

.red a:hover,
.red a:focus,
.red a:visited {
  color: #de1d2e;
  text-decoration: none;
}

.sky {
  color: #06a9cc;
}

.sky a {
  color: #06a9cc;
}

.sky a:hover,
.sky a:focus,
.sky a:visited {
  color: #06a9cc;
  text-decoration: none;
}

.green {
  color: #bfcd2f;
}

.green a {
  color: #bfcd2f;
}

.green a:hover,
.green a:focus,
.green a:visited {
  color: #bfcd2f;
  text-decoration: none;
}

.pink {
  color: #eb719a;
}

.pink a {
  color: #eb719a;
}

.pink a:hover,
.pink a:focus,
.pink a:visited {
  color: #eb719a;
  text-decoration: none;
}

.deep {
  color: #006a77;
}

.deep a {
  color: #006a77;
}

.deep a:hover,
.deep a:focus,
.deep a:visited {
  color: #006a77;
  text-decoration: none;
}

footer {
  font-family: 'dinregular';
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
}

footer .copyright {
  border-bottom: 1px solid #006a77;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer .address ul {
  padding-left: 0;
}

footer .address ul li {
  color: #bebebe;
  list-style: none;
  font-size: 18px;
  display: inline;
  margin-right: 10px;
}

footer .address ul li a {
  color: #fff;
  background: #52a2e1;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

footer .address ul li a:hover {
  color: #fff;
}

footer .address ul li .fa-linkedin {
  margin-right: 1px;
}

footer .designed {
  text-align: right;
}

footer .designed ul {
  padding-left: 0;
}

footer .designed ul li {
  list-style: none;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #000;
  text-decoration: none;
}

.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}

.pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.pagination .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}

footer.page .copyright {
  color: #06a9cc;
  border-bottom: 1px solid #06a9cc;
  position: relative;
  margin-top: -30px;
}

footer.page .copyright:before {
  content: '';
  position: absolute;
  left: -5px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: #06a9cc;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

footer.page .copyright:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: #06a9cc;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.page01 {
  padding-top: 50px;
}

.page01 h1 {
  text-transform: uppercase;
  font-family: 'dinregular';
  font-weight: 700;
  color: #06a9cc;
  font-size: 70px;
  position: relative;
}

.page01 h1:before {
  content: '';
  background-image: url(../img/whitearow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #06a9cc;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5px;
  left: -115px;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.page01 .contentline01 {
  border-bottom: 1px solid #06a9cc;
  border-left: 1px solid #06a9cc;
  border-radius: 0 0 0 25px;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
  padding: 0 25px 25px;
}

.page01 .contentline02 {
  margin-top: -1px;
  border-top: 1px solid #06a9cc;
  border-bottom: 1px solid #06a9cc;
  border-right: 1px solid #06a9cc;
  border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
  padding: 64px 25px;
  position: relative;
}

.page01 .contentline02 .infoline01 {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 620px;
  z-index: 1;
}

.page01 .contentline02 .infobox {
  padding-right: 25px;
}

.page01 .contentline02 .infobox h3 {
  color: #06a9cc;
  text-transform: uppercase;
  font-family: 'din_alternatebold';
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}

.page01 .contentline02 .infobox h3 a {
  color: inherit;
  text-decoration: none;
}

.page01 .contentline02 .infobox .image {
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  border: 10px solid #06a9cc;
  height: 145px;
  width: 145px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.page01 .contentline02 .infobox .image img {
  max-width: 100%;
  height: auto;
}

.page01 .contentline02 .infobox .bottomlink a {
  display: block;
  padding: 10px 0;
  color: #000;
  background: url(../img/active2.png) no-repeat right 12px;
}

.page01 .contentline02 .infobox .bottomlink a:hover {
  text-decoration: none;
}

.page01 .contentline03 {
  margin-top: -1px;
  border-top: 1px solid #06a9cc;
  border-bottom: 1px solid #06a9cc;
  border-left: 1px solid #06a9cc;
  border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
  padding: 180px 25px;
}

.page01 .contentline04 {
  margin-top: -1px;
  border-top: 1px solid #06a9cc;
  border-right: 1px solid #06a9cc;
  border-radius: 0px 25px 0 0px;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
  padding: 170px 25px;
  position: relative;
}

.page01 .contentline04 .infoline02 {
  position: absolute;
  top: -74px;
  left: -60px;
  width: 620px;
  z-index: 1;
}

.page01 .contentline04 .infobox {
  padding-right: 25px;
}

.page01 .contentline04 .infobox h3 {
  color: #06a9cc;
  text-transform: uppercase;
  font-family: 'din_alternatebold';
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}

.page01 .contentline04 .infobox h3 a {
  color: inherit;
  text-decoration: none;
}

.page-id-32 .page01 .contentline04 .infobox .image {
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  border: 10px solid #de1d2e;
  height: 145px;
  width: 145px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 1s;
}

.page-id-32  .page01 .contentline02 .infobox .image {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 10px solid #de1d2e;
    border-radius: 100%;
    display: flex;
    height: 145px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    width: 145px;
    transition: box-shadow 1s;
}

.page-id-32 .page01 .contentline02 .infobox .image:hover,
.page-id-36 .page01 .contentline02 .infobox .image:hover,
.page-id-66 .page01 .contentline02 .infobox .image:hover {
    box-shadow: 0 0 12px #000000;
}
.page-id-32 .page01 .contentline04 .infobox .image:hover,
.page-id-36 .page01 .contentline04 .infobox .image:hover {
    box-shadow: 0 0 12px #000000;
}

.page-id-36 .page01 .contentline02 .infobox .image {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 10px solid #06a9cc;
    border-radius: 100%;
    display: flex;
    height: 145px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    width: 145px;
    transition: box-shadow 1s;
}

.page-id-36 .page01 .contentline04 .infobox .image {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 10px solid #06a9cc;
    border-radius: 100%;
    display: flex;
    height: 145px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    width: 145px;
    transition: box-shadow 1s;
}


.page-id-195 .page01 h1 {
    color: #becd2c;
}

.page-id-195 .page01 .contentline01 {
    border-bottom: 1px solid #becd2c;
    border-left: 1px solid #becd2c;
    border-radius: 0 0 0 25px;
    padding: 0 25px 25px;
}

.page-id-195 .page01 .contentline02 {
    border-bottom: 1px solid #becd2c;
    border-radius: 0 25px 25px 0;
    border-right: 1px solid #becd2c;
    border-top: 1px solid #becd2c;
    margin-top: -1px;
    padding: 64px 25px;
    position: relative;
}

.page-id-195 .page01 .contentline03 {
    border-bottom: 1px solid #becd2c;
    border-left: 1px solid #becd2c;
    border-radius: 25px 0 0 25px;
    border-top: 1px solid #becd2c;
    margin-top: -1px;
    padding: 180px 25px;
}

.page-id-195 .page01 .contentline04 {
    border-radius: 0 25px 0 0;
    border-right: 1px solid #becd2c;
    border-top: 1px solid #becd2c;
    margin-top: -1px;
    padding: 170px 25px;
    position: relative;
}

.page-id-195 .page01 .contentline02 .infobox h3, .page-id-195 .page01 .contentline04 .infobox h3 {
    color: #becd2c;
    font-family: "din_alternatebold";
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.page-id-195 .page01 .contentline02 .infobox .image {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 10px solid #becd2c;
    border-radius: 100%;
    display: flex;
    height: 145px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    width: 145px;
}

.page-id-195 .page01 .contentline04 .infobox .image {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 10px solid #becd2c;
    border-radius: 100%;
    display: flex;
    height: 145px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    transition: box-shadow 1s ease 0s;
    width: 145px;
}



.parent-pageid-195 .page02 h1::before{
    background-color: #becd2c;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    content: "";
    height: 45px;
    left: -95px;
    position: absolute;
    top: 5px;
    width: 45px;
}

.parent-pageid-195 .page02 h1{
    color: #becd2c;
    font-family: "dinregular";
    font-size: 46px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.parent-pageid-195 .page02 .contentline01 {
    border-bottom: 1px solid #becd2c;
    border-left: 1px solid #becd2c;
    border-radius: 0 0 0 25px;
    padding: 0 25px 24px;
}

.parent-pageid-195 .page02 .contentline02{
    border-radius: 0 25px 0 0;
    border-right: 1px solid #becd2c;
    border-top: 1px solid #becd2c;
    margin-top: -0.8px;
    padding: 40px 25px;
    position: relative;
}

.parent-pageid-195 .page02 .contentline02::before{
    border: 1px solid #becd2c;
    border-radius: 100%;
    bottom: -10px;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    width: 10px;
}

.page-id-66 .page01 .contentline02 .infobox .image {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 10px solid #eb719a;
    border-radius: 100%;
    display: flex;
    height: 145px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    width: 145px;
    transition: box-shadow 1s;
}

.page01 .contentline04 .infobox .image img {
  max-width: 100%;
  height: auto;
}

.page01 .contentline04 .infobox .bottomlink a {
  display: block;
  padding: 10px 0;
  color: #000;
  background: url(../img/active2.png) no-repeat right 12px;
}

.page01 .contentline04 .infobox .bottomlink a:hover {
  text-decoration: none;
}

.page02,
.teampage {
  padding-top: 50px;
  background: url(../img/mechanics.png) no-repeat 625px 50px;
}

.page02 strong,
.page02 span,
.teampage strong,
.teampage span {
  color: #06a9cc;
}

.page02 h1,
.teampage h1 {
  text-transform: uppercase;
  font-family: 'dinregular';
  font-weight: 700;
  color: #06a9cc;
  font-size: 46px;
  position: relative;
}

.page02 h1:before,
.teampage h1:before {
  content: '';
  background-image: url(../img/whitearow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #06a9cc;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  left: -95px;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.page02 .contentline01,
.teampage .contentline01 {
  border-bottom: 1px solid #06a9cc;
  border-left: 1px solid #06a9cc;
  border-radius: 0 0 0 25px;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
  padding: 0 25px 24px;
}

.page02 .contentline02,
.teampage .contentline02 {
  border-top: 1px solid #06a9cc;
  border-right: 1px solid #06a9cc;
  border-radius: 0 25px 0 0px;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
  padding: 40px 25px;
  margin-top: -.8px;
  position: relative;
}

.page02 .contentline02 .infobox,
.teampage .contentline02 .infobox {
  position: absolute;
  top: 30px;
  left: -210px;
  z-index: 1;
}

.page02 .contentline02 .infobox .image,
.teampage .contentline02 .infobox .image {
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  border: 10px solid #06a9cc;
  height: 145px;
  width: 145px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.page02 .contentline02 .infobox .image img,
.teampage .contentline02 .infobox .image img {
  max-width: 100%;
  height: auto;
}

.page02 .contentline02:before,
.teampage .contentline02:before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -5px;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  border: 1px solid #06a9cc;
  width: 10px;
  height: 10px;
}

.page02 .bottom_image,
.teampage .bottom_image {
  text-align: center;
  padding: 50px 0;
}

.page02 .bottom_image img,
.teampage .bottom_image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-help {
    padding-bottom: 50px;
    padding-top: 50px;
}

.page-help h1:before {
    background-color: #bfcd2f;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    height: 60px;
    left: -115px;
    position: absolute;
    top: 5px;
    width: 60px;
}

.page-help h1 {
    color: #bfcd2f;
    font-family: "dinregular";
    font-size: 70px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.page-help .contentline01 {
    border-left: 1px solid #bfcd2f;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
}

.blogpage {
    padding-bottom: 50px;
    padding-top: 50px;
}

.blogpage h1:before {
    background-color: #006a77;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    height: 60px;
    left: -115px;
    position: absolute;
    top: 5px;
    width: 60px;
}

.blogpage h1 {
    color: #006a77;
    font-family: "dinregular";
    font-size: 70px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.blogpage .contentline01 {
    border-left: 1px solid #006a77;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    min-height: 900px;
}

.blogpage  .blog-text {
    min-height: 80px;
}

.menu_toggle {
  border: 1px solid #d5d7d7;
  padding: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
}

.menu_toggle span {
  display: inline-block;
  background: #d5d7d7;
  height: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.teampage {
  background: url(../img/medal.png) no-repeat 625px 50px;
  background-size: 25%;
  padding-bottom: 80px;
}

/*==HAMBURGER==*/
.open_menu {
  right: 0 !important;
}

.menu_close {
  background: none;
  padding: 10px 15px;
  color: #c1c2c4;
  border: 0;
  font-size: 20px;
}

.menu_close:focus {
  border: 0;
  outline: none;
}

.c-hamburger {
  z-index: 1;
  position: absolute;
  transition: 1s;
  top: 23px;
  right: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  border: 2px solid #d5d7d7;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: #d5d7d7;
}

.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d5d7d7;
  content: "";
}

.c-hamburger span:before {
  top: -8px;
}

.c-hamburger span:after {
  bottom: -8px;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span:before,
.c-hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span:before,
.c-hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

/*==//HAMBURGER==*/
/*====================== NEW HOME PAGE ===========================*/
.home .smallmenu {
  display: inline-block;
  vertical-align: top;
}

.home .smallmenu ul {
  padding-left: 0;
  border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding: 10px 0;
}

.home .smallmenu ul li {
  list-style: none;
  margin-bottom: 2px;
}

.home .smallmenu ul li a {
  color: #fff;
  padding: 1px 10px;
  font-family: 'din_alternatebold';
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.home .smallmenu ul li a:hover {
  text-decoration: none;
}

.home h1,
.home h2 {
  font-family: 'dinregular';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 66px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.home h2:before,
.home h1:before {
  content: '';
  background-image: url(../img/whitearow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: -72px;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.home .sitemenu {
  /*top: 140px;
		right: -200px;*/
  top: 76px;
  right: 0;
}

.home .mobile_links {
  padding: 0 7px;
}

.home .mobile_links ul {
  padding: 10px 0;
}

.home .mobile_links ul li {
  list-style: none;
}

.home .mobile_links ul li a {
  display: inline-block;
  background: #06a9cc;
  color: #fff;
  padding: 4px 10px;
  font-family: 'din_alternatebold';
  text-transform: uppercase;
  border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  margin: 0 0 5px;
  position: relative;
}

.home .mobile_links ul li a:hover,
.home .mobile_links ul li a:focus {
  text-decoration: none;
}

.home .mobile_links ul li:hover a:hover:before {
  content: url(../img/active2.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.maincontent p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.maincontent img {
  max-width: 100%;
  height: auto;
}

#homesec01 {
  background: url(../img/WorldMap-01.jpg) no-repeat center 80px;
  padding-top: 75px;
}

.bluelines01 {
  border-left: 1px solid #52a2e1;
  border-bottom: 1px solid #52a2e1;
  border-radius: 0 0 0 25px;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
  padding-bottom: 10px;
}

.bluelines01 h2:before,
.bluelines01 h1:before {
  background-color: #52a2e1;
}

.bluelines02 {
  border-top: 1px solid #52a2e1;
  border-right: 1px solid #52a2e1;
  border-radius: 0 25px 0 0;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
  margin-top: -1px;
  padding: 100px 0;
}

.bluelines03 {
  border-bottom: 1px solid #52a2e1;
  border-left: 1px solid #52a2e1;
  border-radius: 0 0 0 25px;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 30px 0;
}

#homesec02 {
  position: relative;
  top: -30px;
  background: url(../img/microscope.png) no-repeat 41% 24%;
  /*.container{
		background: url(../img/homebg02.jpg) no-repeat  155px 23px;
	    background-size: 28%;
	}*/
}

.page-id-195 .page01 {
    background: rgba(0, 0, 0, 0) url("../img/idea.png") no-repeat scroll 575px 50px;
}

.page-template-press .blogpage .contentline01 {
    border-left: 1px solid #de1d2e;
    border-radius: 0;
    padding-left: 7px;
    padding-right: 8px;
    padding-top: 0;
}

.page-id-110 .blogpage .contentline01 {
    padding: 2px 34px 10px;
}

.press .singlepage h1:before {
    background-color: #de1d2e;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    height: 60px;
    left: -88px;
    position: absolute;
    top: 5px;
    width: 60px;
}

.press .singlepage .contentline01 {
    border-left: 1px solid #de1d2e;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
}

#homesec02 h2:before {
  background-color: #de1d2e;
}

#homesec02 .smallmenu {
  position: absolute;
  left: -145px;
  top: 119px;
}

#homesec02 .smallmenu ul li a {
  background: #de1d2e;
  border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#homesec02 .smallmenu ul li a:hover:before {
  content: url(../img/active1.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.redlines01 {
  border-bottom: 1px solid #de1d2e;
  border-right: 1px solid #de1d2e;
  border-radius: 0 0 25px 0;
    -webkit-border-radius: 0 0 25px 0;
    -moz-border-radius: 0 0 25px 0;
  padding: 155px 0 155px 65px;
  margin-top: -173px;
  position: relative;
}

.redlines02 {
  border-top: 1px solid #de1d2e;
  border-bottom: 1px solid #de1d2e;
  border-left: 1px solid #de1d2e;
  border-radius: 25px 0 0px 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
  padding: 70px 0;
  margin-top: -1px;
}

.skylines01 {
  border-left: 1px solid #06a9cc;
}

.skylines02 {
  border-right: 1px solid #06a9cc;
  border-top: 1px solid #06a9cc;
  border-radius: 0px 25px 0px 0px;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
  padding: 50px 0;
  margin-top: 20px;
  position: relative;
}

.skylines02:before {
  content: '';
  position: absolute;
  top: -50px;
  left: -85.2px;
  width: 87px;
  height: 50px;
  border-left: 1px solid #06a9cc;
  border-bottom: 1px solid #06a9cc;
  border-radius: 0 0 0 25px;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
}

.skylines03 {
  border-left: 1px solid #06a9cc;
  border-bottom: 1px solid #06a9cc;
  margin-left: -1px;
  margin-top: 50px;
  padding: 130px 0;
  border-radius: 0px 0px 0px 25px;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
}

.greenlines01 {
  border-right: 1px solid #bfcd2f;
  border-bottom: 1px solid #bfcd2f;
  padding: 200px 0;
  margin-top: -200px;
  border-radius: 0px 0px 25px 0px;
    -webkit-border-radius: 0 0 25px 0;
    -moz-border-radius: 0 0 25px 0;
}

.greenlines02 {
  border-top: 1px solid #bfcd2f;
  border-bottom: 1px solid #bfcd2f;
  border-left: 1px solid #bfcd2f;
  border-radius: 25px 0 0px 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
  padding: 70px 0;
  margin-top: -1px;
}

.pinklines01 {
  border-bottom: 1px solid #eb719a;
  border-right: 1px solid #eb719a;
  border-radius: 25px 0 25px 0px;
    -webkit-border-radius: 25px 0 25px 0;
    -moz-border-radius: 25px 0 25px 0;
  padding: 130px 0;
  margin-top: -130px;
}

.pinklines02 {
  border-top: 1px solid #eb719a;
  border-left: 1px solid #eb719a;
  border-bottom: 1px solid #eb719a;
  border-radius: 25px 0 0px 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
  padding: 85px 0;
  margin-top: -1px;
}

.pinklines03 {
  border-bottom: 1px solid #eb719a;
  padding: 85px 0;
}

#homesec03 {
  position: relative;
  top: -60px;
  background: url(../img/mechanics.png) no-repeat 61% 17%;
  /*.container{
		background: url(../img/homebg02.jpg) no-repeat  155px 23px;
	    background-size: 28%;
	}*/
}

#homesec03 h2:before {
  background-color: #06a9cc;
}

#homesec03 .smallmenu {
  position: absolute;
  right: 0;
  top: 0;
}

#homesec03 .smallmenu ul li a {
  background: #06a9cc;
  border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#homesec03 .smallmenu ul li a:hover:before {
  content: url(../img/active2.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

#homesec04 {
  position: relative;
  top: -90px;
  background: url(../img/idea.png) no-repeat 41% 23%;
  /*.container{
		background: url(../img/homebg02.jpg) no-repeat  155px 23px;
	    background-size: 28%;
	}*/
}

#homesec04 h2:before {
  background-color: #bfcd2f;
}

#homesec04 .smallmenu {
  position: absolute;
  left: -145px;
  top: 119px;
}

#homesec04 .smallmenu ul li a {
  background: #bfcd2f;
  border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#homesec04 .smallmenu ul li a:hover:before {
  content: url(../img/active3.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

#homesec05 {
  position: relative;
  top: -120px;
  background: url(../img/medal.png) no-repeat 68% 0%;
  /*.container{
		background: url(../img/homebg02.jpg) no-repeat  155px 23px;
	    background-size: 28%;
	}*/
}

#homesec05 h2:before {
  background-color: #eb719a;
}

#homesec05 h2 {
  display: inline-block;
  vertical-align: top;
}

#homesec05 .smallmenu {
  float: right;
}

#homesec05 .smallmenu ul li a {
  background: #eb719a;
  border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#homesec05 .smallmenu ul li a:hover:before {
  content: url(../img/active4.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

#homesec06 {
  position: relative;
  top: -150px;
  background: url(../img/rss.png) no-repeat 41% center;
  min-height: 350px;
  /*.container{
		background: url(../img/homebg02.jpg) no-repeat  155px 23px;
	    background-size: 28%;
	}*/
}

#homesec06 h2:before {
  background-color: #006a77;
}

#homesec06 h2 {
  display: inline-block;
  vertical-align: top;
}

#homesec06 .smallmenu {
  float: right;
}

#homesec06 .smallmenu ul {
  background: #eb719a;
}

#homesec06 .smallmenu ul li a:hover:before {
  content: url(../img/active4.png);
  position: absolute;
  top: 4px;
  left: -17px;
  width: 11px;
  height: 14px;
}

.page-template-blog-php .blogpage .blog_box img {
    border-radius: 10px;
    height: auto;
    max-width: 100%;
}

/*======================// NEW HOME PAGE ===========================*/
.blogpage {
  padding-top: 68px;
  padding-bottom: 50px;
}

.page-template-press .blogpage .blog_box img {
    border-radius: 0;
    height: auto;
    width: auto;
    max-width: 40%;
}

.page-template-press .blog-image {
    position: relative;
}


.page-template-press .blogpage .blog-text {
    min-height: auto;
}

.page-template-press .blogpage .blog_box {
    min-height: auto;
}


.blogpage h1 {
  text-transform: uppercase;
  font-family: 'dinregular';
  font-weight: 700;
  color: #006a77;
  font-size: 70px;
  position: relative;
  margin-top: 0;
}

.blogpage h1:before {
  content: '';
  background-image: url(../img/whitearow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #006a77;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5px;
  left: -115px;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.blogpage .blog_box {
    color: #000;
    height: auto;
    margin-bottom: 50px;
}

.page-template-jobs-php .blogpage .blog_box {
    color: #000;
    height: auto;
    margin-bottom: 30px;
    min-height: auto;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.blogpage .blog_box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.blogpage .blog_box h3 a {
  color: #006a77;
}

.blogpage .blog_box .date {
  color: #c1c2c4;
}

.blogpage .blog_box h3 a:hover,
.blogpage .blog_box h3 a:focus,
.blogpage .blog_box h3 a:visited {
  color: #006a77;
  text-decoration: none;
}

.page-id-135 .teampage {
    background: rgba(0, 0, 0, 0) url("../img/mechanics.png") no-repeat scroll 615px 50px;
    padding-top: 50px;
}

.blogpage .blog_box:hover img {
  opacity: 0.9;
}

.blogpage .blogline {
  position: relative;
}

.blogpage .blogline:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #006a77;
  left: -20px;
  top: 0;
}

.page-id-69 .blogpage .job-container {
    margin-bottom: 50px;
}

.job-title {
    min-height: 60px;
}

.blogpage .totop {
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  border: 5px solid #006a77;
  height: 50px;
  width: 50px;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.helppage {
  padding-top: 68px;
  padding-bottom: 50px;

}

.helppage h1 {
  text-transform: uppercase;
  font-family: 'dinregular';
  font-weight: 700;
  color: #006a77;
  font-size: 70px;
  position: relative;
  margin-top: 0;
}

.helppage h1:before {
  content: '';
  background-image: url(../img/whitearow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #006a77;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5px;
  left: -115px;
  border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.helppage .helpline {
  position: relative;
}

.helppage .helpline:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #bfcd2f;
  left: -20px;
  top: 0;
}

.ajax-load-more-wrap.blue button.alm-load-more-btn {
  background-color: #006a77 !important;
}


.singlepage h1 {
  font-size: 36px;
  color: #006a77;
}

.singlepage {
    padding-top: 68px;
    padding-bottom: 50px;
}


.singlepage h1:before {
    background-color: #006a77;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    height: 60px;
    left: -88px;
    position: absolute;
    top: 5px;
    width: 60px;
}

.singlepage .contentline01 {
    border-left: 1px solid #006a77;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
}


.singlepage img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.single_bottom_nav {
  padding: 15px 0;
}

.single_bottom_nav a {
  font-size: 36px;
  color: #006a77;
}

.team_photos {
  margin-top: 40px;
}

.team_photos .in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8e8e8;
  transition: 400ms;
  /*display: flex;
	    align-items: center;
	    justify-content: center;*/
  overflow: hidden;
}

.team_photos .in img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.team_photos .in .infoholder {
  transition: all 0.45s ease-in-out;
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.team_photos .in .infoholder .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fff;
}

.team_photos .in .infoholder .info p {
  padding: 0px 15px;
  margin-bottom: 0px;
}

.team_photos .in:hover .infoholder {
  opacity: 1;
}

.team_photos .square {
  margin-top: 100%;
}

.page-id-32 .page01 {
  background: url(../img/microscope.png) no-repeat 625px 50px;
  background-size: 22%;
}

.page-id-32 h1,
.page-id-32 .infobox h3 {
  color: #de1d2e !important;
}

.page-id-32 h1:before {
  background-color: #de1d2e;
}



.page-id-69 .blogpage .contentline01 {
    border-left: 1px solid #eb719a !important;
}

.jobs .singlepage .contentline01 {
    border-left: 1px solid #eb719a !important;
}


.jobs .singlepage h1:before {
    background-color: #eb719a;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    height: 60px;
    left: -88px;
    position: absolute;
    top: 5px;
    width: 60px;
}


.page-id-195 .page01 h1:before {
    background-color: #becd2c;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    height: 60px;
    left: -115px;
    position: absolute;
    top: 5px;
    width: 60px;
}

.page-id-195 .page02 h1 {
    color: #becd2c;
}

.page-id-195 .page02 .contentline01 {
    border-bottom: 1px solid #becd2c;
    border-left: 1px solid #becd2c;
    border-radius: 0 0 0 25px;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
}

.page-id-195 .page02 .contentline02 {
    border-right: 1px solid #becd2c;
    border-top: 1px solid #becd2c;
}


.page-id-195 .page02 .contentline02:before, .teampage .contentline02:before {
    border: 1px solid #becd2c;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    bottom: -10px;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    width: 10px;
}

.page-id-195 .page02 .bottom_image img{
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 50%;
}

.page-id-195 .page02 strong, .page-id-195 .page02 span {
    color: #becd2c;
}

.page-id-195 .page02 .contentline02 .infobox .image {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 10px solid #becd2c;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    display: flex;
    -webkit-align-items: center;
    height: 145px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    width: 145px;
}

.page-id-195 .page02 .contentline03 {
    border-bottom: 1px solid #becd2c;
    border-left: 1px solid #becd2c;
    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-top: 1px solid #becd2c;
    margin-top: -1px;
    padding: 179px 25px;
}

.page-id-195 .page02 .contentline04 {
    border-radius: 0 25px 0 0;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
    border-right: 1px solid #becd2c;
    border-top: 1px solid #becd2c;
    margin-top: -1px;
    padding: 170px 25px;
    position: relative;
}


 .teampage h1:before {
    background-color: #becd2c;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    height: 45px;
    left: -95px;
    position: absolute;
    top: 5px;
    width: 45px;
}

#hidden {
  display: none;
}


.page-id-195 .page02 h1::before {
    background-color: #becd2c;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    content: "";
    height: 60px;
    left: -115px;
    position: absolute;
    top: 5px;
    width: 60px;
}


.page-id-195  .page02 .contentline02 .infobox h3 {
    color: #becd2c;
    font-family: "din_alternatebold";
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}



@media only screen and (min-width: 954px) {
  .page-id-32 .page01 .contentline01 {
    border-bottom: 1px solid #de1d2e;
    border-left: 1px solid #de1d2e;
  }
  .page-id-32 .page01 .contentline02 {
    border-top: 1px solid #de1d2e;
    border-bottom: 1px solid #de1d2e;
    border-right: 1px solid #de1d2e;
      padding: 65px 25px;
  }
  .page-id-32 .page01 .contentline03 {
    border-top: 1px solid #de1d2e;
    border-bottom: 1px solid #de1d2e;
    border-left: 1px solid #de1d2e;
  }
  .page-id-32 .page01 .contentline04 {
    border-top: 1px solid #de1d2e;
    border-right: 1px solid #de1d2e;
  }
  .page-id-53 .page02 .contentline01,
  .page-id-39 .page02 .contentline01 {
    border-bottom: 1px solid #de1d2e;
    border-left: 1px solid #de1d2e;
  }
  .page-id-53 .page02 .contentline02,
  .page-id-39 .page02 .contentline02 {
    border-top: 1px solid #de1d2e;
    border-right: 1px solid #de1d2e;
  }
  .page-id-53 .page02 .contentline02:before,
  .page-id-39 .page02 .contentline02:before {
    border: 1px solid #de1d2e;
  }
}

.page-id-53 .page02 h1,
.page-id-53 .page02 strong,
.page-id-53 .page02 span,
.page-id-39 .page02 h1,
.page-id-39 .page02 strong,
.page-id-39 .page02 span {
  color: #de1d2e;
}

.page-id-53 .page02 h1:before,
.page-id-39 .page02 h1:before {
  background-color: #de1d2e;
}


.page-id-53 .page02,
.page-id-39 .page02 {
  background: url(../img/microscope.png) no-repeat 625px 50px;
  background-size: 22%;
}

.page-id-66 .page01,
.page-id-72 .page01 {
  background: url(../img/medal.png) no-repeat 625px 50px;
  background-size: 22%;
}

.page-id-66 h1,
.page-id-66 .infobox h3,
.page-id-72 h1,
.page-id-72 .infobox h3 {
  color: #eb719a !important;
}

.page-id-66 h1:before,
.page-id-72 h1:before {
  background-color: #eb719a;
}

.page-id-165 .contentline01{
    border-bottom: 1px solid #eb719a;
    border-left: 1px solid #eb719a;
}

.page-id-165 .contentline02 {
    border-radius: 0 25px 0 0;
    border-right: 1px solid #eb719a;
    border-top: 1px solid #eb719a;
    margin-top: -1px;
    padding: 40px 25px;
    position: relative;
}


.page-id-165 .contentline02:before {
    border: 1px solid #eb719a;
    border-radius: 100%;
    bottom: -10px;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    width: 10px;
}

.page-id-165 h1:before {
    background-color: #eb719a;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    content: "";
    height: 45px;
    left: -95px;
    position: absolute;
    top: 5px;
    width: 45px;
}

.page-id-165 h1 {
    color: #eb719a;
    font-family: "dinregular";
    font-size: 46px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.page-id-135 .contentline01, .teampage .contentline01{
    border-bottom: 1px solid #de1d2e;
    border-left: 1px solid #de1d2e;
}

.page-id-135 .contentline02, .teampage .contentline02 {
    border-radius: 0 25px 0 0;
    border-right: 1px solid #de1d2e;
    border-top: 1px solid #de1d2e;
    margin-top: -1px;
    padding: 40px 25px;
    position: relative;
}


.page-id-135 .contentline02:before {
    border: 1px solid #de1d2e;
    border-radius: 100%;
    bottom: -10px;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    width: 10px;
}

.page-id-135 h1:before {
    background-color: #de1d2e;
    background-image: url("../img/whitearow.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    content: "";
    height: 45px;
    left: -95px;
    position: absolute;
    top: 5px;
    width: 45px;
}

.page-id-135 h1 {
    color: #de1d2e;
    font-family: "dinregular";
    font-size: 46px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.page-numbers.page-num {
    float: right;
}

@media only screen and (min-width: 954px) {
  .page-id-66 .page01 .contentline01,
  .page-id-72 .page01 .contentline01 {
    border-bottom: 1px solid #eb719a;
    border-left: 1px solid #eb719a;
  }
  .page-id-66 .page01 .contentline02,
  .page-id-72 .page01 .contentline02 {
    border-top: 1px solid #eb719a;
    border-bottom: 1px solid #eb719a;
    border-right: 1px solid #eb719a;
    padding: 65px 25px;
  }
  .page-id-66 .page01 .contentline03,
  .page-id-72 .page01 .contentline03 {
    border-top: 1px solid #eb719a;
    border-bottom: 1px solid #eb719a;
    border-left: 1px solid #eb719a;
  }
  .page-id-66 .page01 .contentline04,
  .page-id-72 .page01 .contentline04 {
    border-top: 1px solid #eb719a;
    border-right: 1px solid #eb719a;
  }
}

.page-id-69 .page02 h1,
.page-id-69 .page02 strong,
.page-id-69 .page02 span,
.page-id-72 .page02 h1,
.page-id-72 .page02 strong,
.page-id-72 .page02 span {
  color: #eb719a;
}

.page-id-69 .page02 h1:before,
.page-id-72 .page02 h1:before {
  background-color: #eb719a;
}

.page-id-69 .page02 .contentline02 .infobox .image,
.page-id-72 .page02 .contentline02 .infobox .image {
  border: 10px solid #eb719a;
}

.page-id-69 .page02,
.page-id-72 .page02 {
  background: url(../img/medal.png) no-repeat 625px 50px;
  background-size: 22%;
}

@media only screen and (min-width: 954px) {
  .page-id-72 .page02 .contentline01,
  .page-id-69 .page02 .contentline01 {
    border-bottom: 1px solid #eb719a;
    border-left: 1px solid #eb719a;
  }
  .page-id-72 .page02 .contentline02,
  .page-id-69 .page02 .contentline02 {
    border-top: 1px solid #eb719a;
    border-right: 1px solid #eb719a;
  }
  .page-id-72 .page02 .contentline02:before,
  .page-id-69 .page02 .contentline02:before {
    border: 1px solid #eb719a;
  }
}

.page-id-69 .blogpage h1,
.page-id-69 .blogpage .blog_box h3 a {
  color: #eb719a;
}

.page-id-69 .blogpage .blogline:before {
  background: #eb719a;
}

.page-id-69 .blogpage h1:before,
.page-id-69 .blogpage .ajax-load-more-wrap.blue button.alm-load-more-btn {
  background-color: #eb719a !important;
}

.page-id-69 .blogpage .totop {
  border: 5px solid #eb719a;
}

.page-id-176 .blogpage h1,
.page-id-176 .blogpage .blog_box h3 a {
  color: #de1d2e;
}

.page-id-176 .blogpage .blogline:before {
  background: #de1d2e;
}

.page-id-176 .blogpage h1:before,
.page-id-176 .blogpage .ajax-load-more-wrap.blue button.alm-load-more-btn {
  background-color: #de1d2e !important;
}

.page-id-176 .blogpage .totop {
  border: 5px solid #de1d2e;
}

.page-id-36 .page01 {
  background: url(../img/mechanics.png) no-repeat 625px 50px;
}

.jobs .singlepage h1,
.jobs .single_bottom_nav a,
.jobs .singlepage a {
  color: #eb719a;
}

.press .singlepage h1,
.press .single_bottom_nav a,
.press .singlepage a {
  color: #de1d2e;
}

.blog .singlepage a {
  color: #006a77;
}

.tagline {
  font-size: 12px;
  padding: 15px 0;
  color: #c1c2c4;
}

.alm-btn-wrap {
  width: 100%;
}
