/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .uk-container {
   min-width: 1200px;
   position: relative;
   z-index: 1;
 }

.uk-panel {
  background: none; }

article {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
}

/*
article ul {
  margin: 0px 0px 16px 0px;
  padding: 0; }

article li {
  list-style: none;
  padding: 0;
  margin: 0 0 8px; }

article li:before {
  content: '\f0da';
  color: #0096d7;
  font-family: FontAwesome;
  float: left;
  width: 15px; }
*/

article h1,
.searchResults .page-header h1,
.tm-isblog .tm-content .uk-grid .uk-panel-header h1,
article h1.uk-article-title {
  color: #004865;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 12px 0px 16px 0px;
  border-top: solid 5px #EBEBEB;
  border-bottom: solid 5px #EBEBEB;
  margin-bottom: 20px;
}

article a { color: #0096d7; }
article a:hover { color: #004865; }

article em { color: #0096d7; }
article strong em { font-style: normal; }

.tm-content > article > div > p:first-child {
  color: #004865;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 30px;
}

.tm-isblog .tm-content > h1 { display: none; }
.tm-isblog .tm-content .uk-grid article h1.uk-article-title {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0px 0px 0px 0px;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 10px;
}
.tm-isblog .tm-content .uk-grid article > div > p:first-child {
  color: #444444;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.tm-isblog .tm-content .uk-grid {
  margin-top: 0px;
}
.tm-isblog .tm-content .uk-grid .uk-article {
  border-bottom: 0px;
}

form input,
form select,
form textarea {
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
}

#banner {
  width: 100%;
  height: 330px;
}
#banner div {
  height: 330px;
}
#banner div.bannerBackground {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#banner div.bannerMask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #004865;
  opacity: 0.25;
}
#banner div#bannerText {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  width: 64%;
  height: auto;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
#banner div#bannerText p { margin: 0px; }

.tm-sidebar-b.overBanner {
  margin-top: -220px !important;
}

.uk-article ul.catMenu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.uk-article ul.catMenu li {
  list-style: none;
  margin-left: 0px;
  float: left;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
ul.catMenu li:nth-child(3n) { margin-right: 0%; }
ul.catMenu li:nth-child(3n+1) { clear: both; }
ul.catMenu li:before { display: none; }
ul.catMenu span.catTitle {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 11px 20px 13px 20px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: #004865;
}
ul.catMenu span.catIntro {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 10px 0px 14px 0px;
  color: #4E4E4E;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
ul.catMenu span.catIntro .catIntroImage {
  float: right;
  width: 40%;
  height: auto;
  margin: 0px 0px 10px 10px;
}
ul.catMenu span.catMoreInfo {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 20px 7px 20px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  color: #4E4E4E;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: #EBEBEB;
}
ul.catMenu span.catMoreInfo:after {
  font-family: FontAwesome;
  content: "\f054";
  font-weight: normal;
  padding-left: 5px;
}

/**
**  Section: Headerbar;
**  Author: Simon Scheepers;
**  Created:27-10-2014;
**  Modfied: na;
*/
.tm-headerbar {
  font: normal 18px / 23px 'Open Sans Condensed';
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0; 
  padding-top:17px;}
.tm-headerbar .uk-panel { max-width: 100%; }

/*
.tm-clientlinks {
    position: absolute;
    right: 15px;
    top: 0;
    max-width: 100%;
    margin: 0;
    padding: 0; }
*/
	.tm-clientlinks ul {
      float: left;
      padding: 0px;
      margin: 10px 0px 0px 0px;
    }
	.tm-clientlinks li,
    .tm-clientlinks a {
	  float: left;
      display: inline-block;
      list-style: none;
      color: #999;
      font-size: 14px;
      line-height: 14px;
    }
    .tm-clientlinks a:hover { text-decoration: none; }
	.tm-clientlinks ul.header-social-links li {
      margin-left: 10px;
	}
	.tm-clientlinks ul.header-social-links a {
      font-size: 0px;
	}
	.tm-clientlinks ul.header-social-links i::before {
      font-size: 14px;
	}
	.tm-clientlinks ul.header-client-links li {
      margin-left: 20px;
	}
/*
	.tm-clientlinks ul.header-client-links li:first-child a:before {
	  float: left;
	  content: "\f023";
	  font-family: FontAwesome;
	  color: #999;
	  font-size: 14px;
	  line-height: 14px;
      padding-right: 5px;
	}
*/
    .tm-footer .tm-clientlinks {
      float: left;
      width: 100%;
    }
    .tm-footer .tm-clientlinks li:first-child {
      margin: 0px 0px 0px 10px;
    }

/* Logo Large */
.tm-logo {
  margin-top: 10px; }

/** Home **/
.home {
  color: #FFFFFF;
}
.home .wk-slideshow {
  font: normal 18px / 23px 'Open Sans Condensed';
}
.home  #tm-about .wk-slideshow, .wk-slideshow .slides {height:495px;}

/** Scrolling Structure **/
.tm-fake-headerbar {
  height: 110px; }

.tm-fullscreen {
  width: 100%; 
  background-color:#fff;
}

#scroller {
  height: 20000px;
  width: 1px;
  z-index: 10; }

#fixed-content {
  background-color:#fff;
  position: fixed;
  width: 100%;
  height: auto;
  overflow: hidden;
  left: 0px;
  top: 0px; }

/**
**  Section: Homepage Banner;
**  Author: Simon Scheepers;
**  Created:27-10-2014;
**  Modfied: na;
*/
.home .tm-content-box {
  height: 2500px; }

.tm-top-a {
  /*background:url(../images/apms-home.jpg) no-repeat fixed 50% 0;*/
  height: 848px;
}
  .tm-top-a .tm-video {
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    /*z-index: -1;*/ }
    .tm-top-a .tm-video div {
      width: 100% !important;
      height: 100% !important; }
    .tm-top-a .tm-video video {
      width: 100% !important;
      height: auto  !important; }
  .tm-top-a ::-webkit-media-controls {
    display: none !important; }
  .tm-top-a .mejs-container .mejs-controls {
    display: none !important; }
  .tm-top-a .mejs-container .mejs-overlay-play {
    display: none !important; }

.wk-slideshow-tabsbar .nav-container {
  border: 0px;
  border-bottom: solid 5px #EBEBEB;
  background: #FFFFFF;
  text-shadow: none;
}
.wk-slideshow-tabsbar .nav li {
  list-style: none;
  margin-left: 0px;
  border-right: 0px;
  margin-right: 10px;
  background: #EBEBEB;
  color: #004865;
  border-radius: 3px 3px 0px 0px;
  text-shadow: none;
  font-size: 20px;
  line-height: 22px;
  font-family: "Open Sans Condensed", Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.wk-slideshow-tabsbar .nav li:last-child { margin-right: 0px; }
.wk-slideshow-tabsbar .nav li.active {
  background: #004865;
  color: #FFFFFF;
}
.wk-slideshow-tabsbar .nav li span {
  padding: 13px 15px 11px 15px;
}
.wk-slideshow-tabsbar .nav li:before { display: none; }
.wk-slideshow-tabsbar .slides-container { border: 0px; }
.wk-slideshow-tabsbar .slides li:before { display: none; }
.wk-slideshow-tabsbar .slides > li > article {
  padding: 16px 0px 16px 0px;
}
.wk-slideshow .slides-container > ul > li {
  list-style: none;
  margin-left: 0px;
}

/**
**  Section: About;
**  Author: Simon Scheepers;
**  Created:27-10-2014;
**  Modfied: na;
*/
/** Opacity Overlay Box **/
.tm-overlay {
  background: #000;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }

div > [class*='uk-width-'] > .section-header {
  margin-top: 800px;
  margin-bottom: 600px;
  position: relative; }
  div > [class*='uk-width-'] > .section-header h2 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2); }
    div > [class*='uk-width-'] > .section-header h2 span {
      color: #0096d7; }
  div > [class*='uk-width-'] > .section-header p {
    color: #fff;
    font-size: 28px;
    line-height: 34px; }
  div > [class*='uk-width-'] > .section-header > div {
   /* overflow: hidden; */}

div > [class*='uk-width-'] > .section-content {
  margin-top: 100px; }
  div > [class*='uk-width-'] > .section-content .uk-nav {
    font: normal 18px / 23px 'Open Sans Condensed';
    margin-left: -30px; }
    div > [class*='uk-width-'] > .section-content .uk-nav li {
      float: left;
      width: 25%;
      padding-left: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px; }
      div > [class*='uk-width-'] > .section-content .uk-nav li:nth-child(4n+1) { clear: both; }

      div > [class*='uk-width-'] > .section-content .uk-nav li a {
        display: table-cell;
         height: 87px;
        position: relative;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* ackground: url(../images/pixel-blk.png) repeat; */
		border-bottom: #474747 5px solid;
        vertical-align: middle; 
		min-width: 269px;}
        div > [class*='uk-width-'] > .section-content .uk-nav li a span {
          font-weight: 700;
          text-transform: uppercase;
          color: #fff;
          vertical-align: middle;
          font-size: 16px;
          /* word-spacing: 134px; */
          line-height: 24px; }
      div > [class*='uk-width-'] > .section-content .uk-nav li a:hover {
        background: url(../images/pixel.png) repeat; }
      div > [class*='uk-width-'] > .section-content .uk-nav li a:after {
        content: '\f054';
        font-family: FontAwesome;
        color: #0096d7;
        font-size: 22px;
        position: absolute;
        right: 15px;
        bottom: 0px;
        line-height: 74px;
        display: inline-block; }


/* Section */
.tm-about {
  position: relative;
  background: url(../images/apms-about.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto; }

/** Slider **/
.wk-slideshow-list > div {
  background: none;
  border: 0; }
.wk-slideshow-list .slides > li > article {
  padding: 0 0 0 30px; }
  .wk-slideshow-list .slides > li > article h3 {
    color: #0096d7;
    font-weight: 300;
    font-size: 28px;
    line-height: 34px; }
.wk-slideshow-list .nav {
  width:265px;
  border: 0;
  background: none; }
  .wk-slideshow-list .nav li {
    /*background: url(../images/pixel-blk.png) repeat; */
    /*margin: 0 0 15px;*/
    padding: 0; }
  .wk-slideshow-list .nav li.active,
  .wk-slideshow-list .nav li:hover,
  .wk-slideshow-list .nav li.active:first-child {
    padding: 0;
    border: 0;
    background: url(../images/pixel.png) repeat; }
  .wk-slideshow-list .nav span {
    padding: 20px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal; }

/**
**  Section: Services;
**  Author: Simon Scheepers;
**  Created:27-10-2014;
**  Modfied: na;
*/
/* Section */
.tm-services-solutions {
  position: relative;
  background: url(../images/apms-services.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto; }
  .tm-services-solutions h2 {
    text-align: right; }

/**
**  Section: Publications;
**  Author: Simon Scheepers;
**  Created:29-10-2014;
**  Modfied: na;
*/
.tm-property-services {
  position: relative;
  background: url(../images/apms-publications.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto; }


#tm-services-solutions .uk-container .uk-nav {padding-right:15px;height:670px;}

#tm-partners .section-header h2 {text-align:right;}
.tm-opportunities{  position: relative;
  background: url(../images/apms-opportunities.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto;}

.tm-partners {  position: relative;
  background: url(../images/apms-partner.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto;}

.tm-contactus{  position: relative;
  font: normal 18px / 23px 'Open Sans Condensed';
  background: url(../images/apms-contact.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto;}

.tm-investor-relations {  position: relative;
  background: url(../images/apms-investor.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto;}

.tm-market {  position: relative;
  background: url(../images/apms-market.jpg) no-repeat fixed 50% 0;
  background-size: 150% auto;}
  
.footer-full-width {
  font: normal 18px / 23px 'Open Sans Condensed';
  overflow:hidden;position: relative;width: 100%; color: #4e4e4e;background-color: #fff;z-index:1;
  padding-top: 50px;
}
.footer-logocontact {float:left;width:70%; margin-bottom: 20px; }
.footer-logocontact .footer-logo {float:left;margin-top:-25px;}
.footer-logocontact .footer-phone {float:right;font-size: 20px;font-weight: 700;color: #004865;margin-top:30px;}
.footer-logocontact .footer-phone a {color:#4e4e4e;}
.footer-social-link-wrapper {float:left;width:30%;margin-bottom:40px;}
.footer-full-width .tm-footer {
  margin: 0px;
}
.footer-full-width .tm-footer .uk-panel {
  float: left;
}
.footer-full-width .tm-footer .facebook-link:before {content: "\f082"; font-family: "FontAwesome"; font-size:39px;color: #004865;}
.footer-full-width .tm-footer .facebook-link span {display:none;}
.footer-full-width .tm-footer .twitter-link:before {content: "\f081"; font-family: "FontAwesome"; font-size:39px;color: #004865;}
.footer-full-width .tm-footer .twitter-link span {display:none;}
.footer-full-width .tm-footer .google-link:before {content: "\f0d4"; font-family: "FontAwesome"; font-size:39px;color: #004865;}
.footer-full-width .tm-footer .google-link span {display:none;}
.footer-full-width .tm-footer .linkedin-link:before {content: "\f08c"; font-family: "FontAwesome"; font-size:39px;color: #004865;}
.footer-full-width .tm-footer .linkedin-link span {display:none;}
.footer-full-width .tm-footer .youtube-link:before {content: "\f166"; font-family: "FontAwesome"; font-size:39px;color: #004865;}
.footer-full-width .tm-footer .youtube-link span {display:none;}
.footer-full-width .tm-footer a {text-decoration:none;}
.footer-full-width .tm-footer .footer {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 10px;
  text-align: left;
}
.footer-full-width .tm-footer .footer a {margin-left:8px;color:#4e4e4e;}
.footer-full-width .tm-footer .footer a:before {content: '| '; margin-right:3px; }
.uk-subnav-line > li:nth-child(n+2):before {border:0px;}

.footer-full-width .tm-footer .menu-links {
  float: left;
  width: 100%;
  margin-top: 0px;
  border-top: solid 0px #EBEBEB;
}
.footer-full-width .tm-footer .menu-links .row1 ul {font-size:15px;list-style: none;float: left;margin-top: 0px;text-align: left;padding-left: 0px;  padding-right: 70px;font-weight: 700;text-transform: uppercase;}
.footer-full-width .tm-footer .menu-links .row1 ul li {
  float: left;
  margin: 0px 20px;
}
.footer-full-width .tm-footer .menu-links .row2 {color:#999;width:100%;overflow:hidden;}
.footer-full-width .tm-footer .menu-links .row2 li {float:left;padding-right:10px;}
.footer-full-width .tm-footer .menu-links .row2 ul {font-size:15px;list-style: none;float: left;padding-left:0px;}
.footer-full-width .tm-footer .menu-links .row2 ul:nth-child(2){padding-left:10px;}
.footer-full-width .tm-footer .menu-links .row2 ul.header-client-links {margin-top:0px;}
.footer-full-width .tm-footer .menu-links ul:last-child {padding-right:0px;}
/*.footer-full-width .tm-footer ul li:nth-child(1) {font-size:20px;font-weight:700;height:35px;} */
.footer-full-width .tm-footer .menu-links ul li {margin-bottom:20px;}
.footer-full-width .tm-footer .menu-links .row1 ul li a {color:#004865;}

/* different styling on homepage */
.home .footer-full-width .tm-footer .menu-links .uk-subnav > li {
  float: left;
  width: auto;
  margin-right: 30px;
}
.home .footer-full-width .tm-footer .menu-links .uk-subnav > li:first-child { display: block; }
.home .footer-full-width .tm-footer .menu-links .uk-subnav > li > a {
  float: left;
  width: auto;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.footer-full-width .tm-footer .menu-links .uk-subnav > li {
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}
.footer-full-width .tm-footer .menu-links .uk-subnav > li:first-child { display: none; }

/* subtle option */
/*.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+1) { background: #F6F6F6; }*/
/* high impact option */
.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) { background: #004865; }
.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) a span,
.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) a:hover span { color: #FFFFFF; }
.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) ul a span { color: #DDDDDD; }
.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) ul a:hover span { color: #FFFFFF; }
body.home .footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) { background: transparent; }
body.home .footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) a span,
body.home .footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+2) a:hover span { color: #004865; }
/* end of options */
.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+1) { background: #FFFFFF; }

.footer-full-width .tm-footer .menu-links .uk-subnav > li:before { display: none; }
.footer-full-width .tm-footer .menu-links .uk-subnav > li > a {
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: #004865;
  padding: 12px 10px 5px 10px;
  border-bottom: solid 1px #EBEBEB;
  margin-bottom: 8px;
/*
  color: #FFFFFF;
  background: #0096d7;
  padding: 8px 10px 8px 10px;
  margin-bottom: 10px;
*/
  text-align: left;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-full-width .tm-footer .menu-links .uk-subnav > li:last-child > a { border: 0px; margin-bottom: 6px; }
/*.footer-full-width .tm-footer .menu-links .uk-subnav > li:nth-child(2n+1) > a { background: #004865; }*/

.footer-full-width .tm-footer .menu-links .uk-subnav > li ul {
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  list-style: none;
}
.footer-full-width .tm-footer .menu-links .uk-subnav > li ul li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  text-align: left;
  line-height: 13px;
  margin-bottom: 6px;
}
.footer-full-width .tm-footer .menu-links .uk-subnav > li ul.columnified {
  width: 20%;
  margin-bottom: 8px;
}
.footer-full-width .tm-footer .menu-links .uk-subnav > li ul.columnified li { width: 100%; }
.footer-full-width .tm-footer .menu-links .uk-subnav > li ul li:nth-child(5n+1) { clear: both; }
.footer-full-width .tm-footer .menu-links .uk-subnav > li ul li a {
  color: #666666;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
}
.footer-full-width .tm-footer .menu-links .uk-subnav > li ul li a:hover { color: #004865; }

.footer-full-width .tm-footer .footer {
  color: #4e4e4e;
  text-transform: uppercase;
}
.footer-full-width .tm-footer .footer a {
  margin-left: 6px;
  color: #4e4e4e;
}
.footer-full-width .tm-footer .footer a:hover { color: #000000; }


/* Contact Us Section */
.tm-contactus .locationBars {list-style:none;padding-left:0px;float:left;height:500px; width: 297px; margin-right:95px;}
.tm-contactus .locationBars .bar {color: #fff;box-sizing:border-box;padding:20px;margin-bottom:0px;font-size:22px;cursor:pointer;}
.tm-contactus .locationBars .active .bar{background-color:#033d54;}
.tm-contactus .locationBars span {display:none;}
.tm-contactus .locationBars .active span {display:block;padding:20px;}
.tm-contactus .locationBars .active span > span { display: inline-block; padding:0px; }
.tm-contactus .locationBars .active a { color: #FFFFFF; }
.tm-contactus .locationBars .active span strong { display: inline-block; width: 50px; }
.tm-contactus .contactUsMaps li {display:none;} 
.tm-contactus .contactUsMaps li.active {display:block;width:100%;margin-top:-101px;}

/* Contact Us PAGE */
.contact-us article h2 { display: none; }
.contact-us article .enquiry_form { display: none; }
.contact-us .locationBars {float: left; display: inline-block; list-style:none;padding-left:0px; width: 297px; margin-right:20px;}
.contact-us .locationBars li {list-style:none;margin: 0px 0px 4px 0px;}
.contact-us .locationBars .bar {
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  color: #444444;
  background-color:#EBEBEB;
  box-sizing:border-box;padding:20px;margin-bottom:0px;font-size:22px;cursor:pointer;}
.contact-us .locationBars .active .bar{
  color: #FFFFFF;
  background-color:#0096d7;
}
.contact-us .locationBars span {display:none;}
.contact-us .locationBars .active span {display:block;padding:20px;}
.contact-us .locationBars .active span > span { display: inline-block; padding:0px; }
.contact-us .locationBars .active a { color: #004865; }
.contact-us .locationBars .active span strong { display: inline-block; width: 50px; }
.contact-us .contactUsMaps {float: left; display: inline-block; list-style:none;padding-left:0px;width: 450px;}
.contact-us .contactUsMaps li {display:none;} 
.contact-us .contactUsMaps li.active {display:block;width:100%;margin:0px;}
.contact-us .contactUsMaps li .location_map { width: 100%; } 

.breadcrumbs {
  width: 100%;
  padding: 15px 0px 15px 0px;
  margin-bottom: 30px;
  background: #004865;
  color:#FFFFFF;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}
.uk-breadcrumb {
  color:#FFFFFF;
  margin: 0px;
}
.uk-breadcrumb a {
  color: #FFFFFF;
  text-decoration: underline;
}
.uk-breadcrumb a:hover { text-decoration: none; }
.uk-breadcrumb > li:nth-child(n+2):before {content: "|";}

.home .wk-zoo-item div.media > a > img {margin: 0 auto;}
.home .wk-zoo-item h3.title {height:80px;}
.home #tm-property-services .wk-slideset {padding-top:50px;}
.home #tm-home { min-height: 600px; }
.home #tm-home .headerContainer {z-index:1;text-align: center;margin-top: 124px;position: absolute;width: 100%;padding: 30px 0px;background: url(../images/pixel.png) repeat;font-size: 34px !important;line-height: 34px !important;}
.home #tm-home .headerContainer h1 {margin-bottom: auto;color:#fff;text-transform: uppercase;}

.home #tm-home .uk-article,
.home #tm-home .home-content {
  position: absolute;
  top: 280px;
  padding-top: 25px;
  padding-bottom: 5px;
  color: #FFFFFF;
  background: rgba(0,0,0,0.4);
}
.home #tm-home .uk-article a,
.home #tm-home .uk-article a:hover,
.home #tm-home .home-content a,
.home #tm-home .home-content a:hover {
  color: #FFFFFF;
}

.location_map {
  float: left;
  width: 478px;
}
.enquiry_form {
  float: left;
  width: 280px;
  padding-left: 20px;
}
.enquiry_form h3 {
  font-size: 28px;
  background-color: #0096d7;
  color: #fff;
  padding: 15px 20px;
  font-weight: 300;
}
.rsform input,
.rsform textarea {
  border: #ccc 1px solid;
  width: 100%;
  line-height: 28px;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.rsform input[type=submit] {
  background-color: #004865;
  color: #fff;
  border: 0px;
  padding: 10px 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  margin-top: 8px;
}
.rsform input[type=submit]:hover {
  background-color: #0096d7;
  cursor: pointer;
}


#tm-investor-relations .wk-slideshow-list .slides-container,
#tm-opportunities .wk-slideshow-list .slides-container {margin-left:266px;}

.tm-sidebar-b {
  margin-top: 0px !important;
}
.tm-sidebar-b .sidebar-contactus {
  background: #FFFFFF;
  padding: 0px;
}
.tm-sidebar-b .sidebar-contactus p {
  margin: 0px 22px 10px 22px;
  padding-right: 100px;
  min-height: 100px;
  background: url(../images/iStock_000004431046_Double.png) no-repeat right;
  background-size: 70px;
}
.tm-sidebar-b .contact-us-side {
  background: #FFFFFF;
  margin-top: 0px !important;
  padding-top: 0px;
}
.tm-sidebar-b .contact-us-side input {
  border: #D7D7D7 1px solid;
  width: 100%;
  line-height: 28px;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.tm-sidebar-b .contact-us-side textarea {
  border: #D7D7D7 1px solid;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.tm-sidebar-b .contact-us-side input[type=submit] {
  width: 100%;
  background-color: #004865;
  color: #FFFFFF;
  border: 0px;
  padding: 12px 0px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
}
.tm-sidebar-b .contact-us-side input[type=submit]:hover {
  background-color:#0096d7;
  cursor: pointer;
}
.tm-sidebar-b .services-news-module {
  padding: 0px;
  font-size: 15px;
}

.tm-sidebar-b .uk-panel h2,
.tm-sidebar-b .uk-panel h3.uk-panel-title {
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 34px;
  background-color: #004865;
  color: #FFFFFF;
  padding: 15px 20px;
}
.tm-sidebar-b .uk-panel h3 {
  padding: 0px 20px;
  color: #0096d7;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.tm-sidebar-b .services-news-module p {
  font-size: 15px;
  line-height: 19px;
  padding: 10px 20px;
  margin: 0px;
}
.tm-sidebar-b .services-news-module a {
  color: #0096d7;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  padding: 0px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.tm-sidebar-b .services-news-module a:hover { color: #004865; }
.tm-sidebar-b .services-news-module a:after {
  font-family: FontAwesome;
  content: '\f105';
  padding-left: 5px;
}

.tm-sidebar-b .services-link {
  margin-top: 0px !important;
  padding-top: 30px;
}
.tm-sidebar-b .services-link a {
  color: #004865;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
}
.tm-sidebar-b .services-link a:hover { color: #0096d7; }
.tm-sidebar-b .services-link a:after {
  font-family: FontAwesome;
  content: '\f105';
  padding-left: 5px;
}


.button {
  display: inline-block;
  padding: 16px 30px 16px 30px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  color: #FFFFFF;
  background: #0096d7;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.button:hover {
  color: #FFFFFF;
  background: #004865;
  text-decoration: none;
}
.button:after {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f019';
  padding-left: 10px;
}


/* ========================================
   STUFF IMPORTED FROM THE CUSTOM SASS FILE
======================================== */
.uk-container {position:relative;}
.uk-panel {background:none;}

/* Logo Large */
.tm-logo {margin-top:10px;}



/* Navbar **/
.tm-navbar {
	float:left;
	margin:36px 0 0 20px;
	background:none;
}
.tm-navbar .uk-navbar-nav > li > a {
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    text-transform: uppercase;
    color: #004865;
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tm-navbar .uk-navbar-nav > li.uk-active > a,
.tm-navbar .uk-navbar-nav > li:hover > a,
.tm-navbar .uk-navbar-nav > li > a:focus,
.tm-navbar .uk-navbar-nav > li.uk-open > a {
    background:#004865;
    color:#fff;
    border-bottom:4px solid #0096d7;
}

.tm-navbar .uk-navbar-nav > li.uk-parent > a {
    padding: 0 15px 0 15px;
}

.tm-navbar .uk-navbar-nav > li.uk-parent > a:after { display: none; }


/* Search Menu */
.tm-navbar .uk-navbar-nav + .uk-navbar-nav {
    position: absolute;
    right: 15px;
}
.tm-navbar .uk-navbar-nav + .uk-navbar-nav > li > a {
    width: 50px;
    line-height: 50px;
    height: 50px;
    padding: 0px;
    background: transparent !important;
    cursor: pointer;
}
.tm-navbar .uk-navbar-nav + .uk-navbar-nav > li:hover > a,
.tm-navbar .uk-navbar-nav + .uk-navbar-nav > li > a:focus,
.tm-navbar .uk-navbar-nav + .uk-navbar-nav > li.uk-open > a {
    border-bottom: 0px;
}
.tm-navbar .uk-navbar-nav + .uk-navbar-nav > li.uk-parent > a:after {
  display: block;
  font-family: FontAwesome;
  content: '\f002';
  line-height: 50px;
  font-size: 21px;
  right: 0;
  text-align: center;
  width: 50px;
  color: #004865;
}
.tm-headerbar .tm-navbar .uk-navbar-nav + .uk-navbar-nav > li.uk-open > a:after,
.tm-headerbar .tm-navbar .uk-navbar-nav + .uk-navbar-nav > li > a:hover:after {
  background: #004865;
  color: #FFFFFF;
}
.tm-navbar .uk-navbar-nav + .uk-navbar-nav .uk-dropdown {
  background: #004865;
  padding: 25px 0px;
}
.tm-navbar .uk-navbar-nav + .uk-navbar-nav .uk-dropdown .uk-nav > li:nth-child(3n+1) { clear: none; }
.tm-navbar .uk-navbar-nav + .uk-navbar-nav .uk-dropdown .uk-nav > li:nth-child(3n+2) { clear: both; }
.tm-navbar .uk-navbar-nav + .uk-navbar-nav .uk-dropdown .uk-nav > li.uk-active a { background: transparent; }
.tm-navbar .uk-dropdown .uk-nav.uk-nav-search {
  margin: 0 auto;
  max-width: 1200px;
}
.tm-navbar .uk-dropdown > form {
  max-width: 1200px;
  background: #004865;
  margin: 0 auto;
  display: block;
}

.uk-navbar .uk-search:before,
.uk-navbar .uk-search-field { color: #FFF; }
.tm-navbar .uk-dropdown .uk-nav.uk-nav-search .uk-nav-header {
  width: 100% !important;
  margin-right: 0px;
  padding: 0px 0px 10px 0px;
  border: 0px !important;
  color: #FFFFFF;
  font-size: 16px;
}
.tm-navbar .uk-dropdown .uk-nav.uk-nav-search .uk-nav-divider {
  display: none;
}
.tm-navbar .uk-dropdown .uk-nav.uk-nav-search .uk-search-moreresults,
.tm-navbar .uk-dropdown .uk-nav.uk-nav-search .uk-search-moreresults a {
  width: 100% !important;
  margin-top: 12px;
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
  border: 0px !important;
  color: #FFFFFF;
  font-size: 16px;
  text-align: right;
}
.tm-navbar .uk-dropdown .uk-nav.uk-nav-search .uk-search-moreresults a:hover { color: #FFFFFF; }

/* Dropdown Fullscreen */
/* Subnav */
.tm-navbar .uk-dropdown {
  position: fixed;
  width: 100%;
  left: 0;
  top: 127px;
  background: transparent;
  padding: 0px;
}
.tm-navbar .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
  max-width: 1200px;
  padding: 0px;
  margin: 0 auto;
  display: block;
  background: #006c97; /* Old browsers */
  background: -moz-linear-gradient(top,  #006c97 0%, #002433 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006c97), color-stop(100%,#002433)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #006c97 0%,#002433 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #006c97 0%,#002433 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #006c97 0%,#002433 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #006c97 0%,#002433 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006c97', endColorstr='#002433',GradientType=0 ); /* IE6-9 */
}
.tm-navbar .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
  padding: 0px;
}
.tm-navbar .uk-dropdown .uk-width-1-1 {
  display: table;
  table-layout: fixed;
}
.tm-navbar .uk-dropdown .uk-nav {
  display: inherit;
  width: 98%;
  text-align: center;
  padding: 14px 0px 16px 20px;
  margin-left: 2%;
  box-sizing: border-box;
}
.tm-navbar .uk-dropdown .uk-nav > li {
  float: left;
  box-sizing: border-box;
  width: 31.33%;
  margin: 0px 2% 0px 0px;
  text-align: left;
  background: transparent;
}
.tm-navbar .uk-dropdown .uk-nav.columnified {
  float: left;
  width: 30.66%;
  padding: 14px 0px 16px 0px;
  margin: 0px 0px 0px 2%;
}
.tm-navbar .uk-dropdown .uk-nav.columnified > li {
  float: left;
  width: 100%;
  margin: 0px;
}
.tm-navbar .uk-dropdown .uk-nav.columnified > li:last-child > a { border-bottom: 0px; }
.tm-navbar .uk-dropdown .uk-nav > li:nth-child(3n+1) { clear: both; }
.tm-navbar .uk-navbar-nav .uk-parent .uk-dropdown .uk-nav li:hover { background: transparent; }
.tm-navbar .uk-dropdown .uk-nav > li > a {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px 7px 0px;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: solid 1px #2585ae;
}
.tm-navbar .uk-dropdown .uk-nav > li > a:focus { background: transparent; }
.tm-navbar .uk-dropdown .uk-nav > li > a:before {
  font-family: FontAwesome;
  content: '\f105';
  color: #FFFFFF;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  width: 30px;
  padding-right: 6px;
}
.tm-navbar .uk-dropdown .uk-nav > li > a.highlight,
.tm-navbar .uk-dropdown .uk-nav > li > a.highlight:before {
  color: #0096d7;
}
.tm-navbar .uk-dropdown .uk-nav > li > a:hover {
  color: #0096d7;
  background: transparent;
}
.tm-navbar .uk-dropdown .uk-nav > li > a:hover:before {
  color: #0096d7;
}
.tm-navbar .uk-dropdown .uk-nav > li > a.highlight:hover,
.tm-navbar .uk-dropdown .uk-nav > li > a.highlight:hover:before {
  color: #FFFFFF;
}


/* Menu Inserts */
.tm-navbar .uk-dropdown .uk-nav.hasDownload {
  display: table-cell;
  vertical-align: top;
  width: 75%;
}
#menu-inserts {
  display: none;
}
.menu-insert {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  height: 100%;
  background: #00cbeb; /* Old browsers */
  background: -moz-linear-gradient(top, #00cbeb 0%, #0062c3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00cbeb), color-stop(100%,#0062c3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00cbeb 0%,#0062c3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00cbeb 0%,#0062c3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00cbeb 0%,#0062c3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #00cbeb 0%,#0062c3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbeb', endColorstr='#0062c3',GradientType=0 ); /* IE6-9 */
  color: #FFFFFF;
  font-size: 21px;
  line-height: 25px;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
}
.menu-insert img { border: 0px; }
.menu-insert > div {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 30px 30px 30px;
}
.menu-insert > div > *:last-child {
  margin-bottom: 0px;
}
.menu-insert h2,
.menu-insert h3 {
  color: #FFFFFF;
  text-transform: uppercase;
}
.menu-insert a,
.menu-insert a:hover {
  color: #FFFFFF;
}
.menu-insert .button {
  padding: 10px 30px 10px 30px;
  font-size: 18px;
  line-height: 19px;
  color: #0096d7;
  background: #FFFFFF;
}
.menu-insert .button:hover {
  color: #004865;
  background: #FFFFFF;
}
.menu-insert.contact {
  font-size: 16px;
  line-height: 18px;
}


/* SEARCH PAGE */
.searchResults .tm-main form {
  padding: 0px 0px 20px 0px;
  border-bottom: solid 5px #EBEBEB;
  margin-bottom: 30px;
}
.searchResults .tm-main form input,
.searchResults .tm-main form select {
  height: auto;
}
.searchResults .tm-main form > div:last-child strong {
  display: inline-block;
  width: 49.5%;
}
.searchResults .tm-main form > div:last-child div {
  float: none;
  display: inline-block;
  width: 49.5%;
  text-align: right;
}
.searchResults .tm-main form .uk-panel-box {
  padding: 0px 0px 20px 0px;
}
.searchResults .tm-main form .uk-panel-box fieldset {
  margin: 0px 0px 20px 0px;
}
.searchResults .tm-main form .uk-panel-box fieldset legend {
  padding: 0px 0px 8px 0px;
}
.searchResults .tm-main form .uk-panel-box .controls label {
  margin: 0px 20px 0px 0px;
}
.searchResults .tm-main form .uk-panel-box .controls label input {
  margin: 0px 4px 0px 0px;
}
.searchResults .uk-article,
.searchResults .uk-article + .uk-article {
  margin-top: 0px;
  margin-bottom: 20px;
}
.searchResults article h1.uk-article-title {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 0px 0px 0px 0px;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.searchResults article .uk-article-meta {
  margin: 0px 0px 0px 0px;
}
.searchResults .uk-pagination {
  margin: 30px 0px 20px 0px;
}


/** Scrolling Structure **/
.tm-fake-headerbar {
	height:127px;
}

.tm-fullscreen {
	width:100%;
}

#scroller {
	height: 20000px;
	width: 1px;
	z-index: 10;
}


/**
**  Section: Homepage Banner;
**  Author: Simon Scheepers;
**  Created:27-10-2014;
**  Modfied: na;
*/
.tm-content-box {height:2500px;}

.tm-top-a {
	height:848px;
  z-index: -1;
}
.tm-top-a .uk-panel.tm-slogan {
    padding: 0px 0px 0px 0px;
}
.tm-top-a .uk-panel.tm-slogan div {
    background:url(../images/pixel.png) repeat;
    position:relative;
}
.tm-top-a .uk-panel.tm-slogan div h1 {
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size:40px;
    line-height:50px;
    padding:30px 0;
  margin: 0px;
}

.tm-top-a .tm-video {
    position:absolute;
    top:124px;
    left:0;
    right:0;
    width:100%;
    height:100%;
    max-width:100%;
    z-index: 0;
}
.tm-top-a .tm-video div {
    width:100% !important;
    height:100% !important;
}
.tm-top-a .tm-video video {
    width:100% !important;
    height:auto  !important;

}
.tm-top-a ::-webkit-media-controls {
  display:none !important;
}

/**
**  Section: Latest News;
**  Author: Simon Scheepers;
**  Created:28-10-2014;
**  Modfied: na;
*/
.tm-top-b {
  position: relative;
  margin-top: -120px;
  background:#004865;
  z-index: 2;
}
.tm-top-b .last-news {
  float: left;
  width: 34%;
}
.tm-top-b .uk-panel {
    padding: 16px 0;
}

.tm-top-b .wk-slideshow {
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 12px;
}

.tm-top-b .uk-h3 {
  color:#fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
}
.tm-top-b .uk-h3 a {
  color:#fff;
}
.tm-top-b .uk-h3 a:hover {
  text-decoration:none;
  color:#0096d7;
}

.tm-top-b .uk-thumbnail {
    width: 20%;
    height:68px;
    background:none;
    border:0;
    font-size:11px;
    line-height:15px;
    word-wrap:100%;
    color:#fff;
    text-transform: uppercase;
    padding:0 0 0 12px;
    border-left:1px solid #fff;
    margin:0;
  word-spacing: 100px;
}
.tm-top-b .uk-thumbnail:first-line {
    font-size:34px;
    line-height:34px;
    font-weight:700
}

.tm-top-b .latest-news {
  float: right;
  width: 66%;
  margin-top: 0px !important;
}
.tm-top-b .latest-news .wk-slideshow {
  border-left: 1px solid #fff;
}
.tm-top-b .latest-news .uk-thumbnail {
  display: none;
  width: 8%;
  padding: 0px;
  border-left: 0px;
}
.tm-top-b .latest-news .uk-h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.tm-top-b .latest-news .uk-h3 p {
  text-transform: none;
  font-weight: normal;
  margin-top: 4px;
}

/**
**  Section: About;
**  Author: Simon Scheepers;
**  Created:27-10-2014;
**  Modfied: na;
*/

/** Opacity Overlay Box **/
.tm-overlay {
	background:#000;
	opacity: 0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:100%;
}

div > [class*='uk-width-'] > .section-header {
	margin-top: 800px;
	margin-bottom: 600px;
	position: relative;
}
div > [class*='uk-width-'] > .section-header h2 {
    font-size:60px;
    line-height:60px;
    color:#fff;
    text-transform:uppercase;
    margin:30px 0;
    text-shadow:0 1px rgba(0,0,0,0.2);
}
div > [class*='uk-width-'] > .section-header h2 span {
    color:#0096d7;
}

div > [class*='uk-width-'] > .section-header p {
    color:#fff;
    font-size:28px;
    line-height:34px;
}

div > [class*='uk-width-'] > .section-header > div {
    overflow:hidden;
}

div > [class*='uk-width-'] > .section-content {
	margin-top:100px;
}
div > [class*='uk-width-'] > .section-content .uk-nav {
    margin-left:-30px;
}
div > [class*='uk-width-'] > .section-content .uk-nav li {
    float:left;
    width:25%;
    padding-left:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:30px;
}
div > [class*='uk-width-'] > .section-content .uk-nav li a {
    display:table-cell;
    position:relative;
    padding: 20px 50px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:url(../images/pixel-blk.png) repeat;
}
div > [class*='uk-width-'] > .section-content .uk-nav li a span {
    font-weight:700;
    text-transform:uppercase;
    color:#fff;
    vertical-align:bottom;
    font-size: 22px;
    line-height: 24px;
}
div > [class*='uk-width-'] > .section-content .uk-nav li a:hover {
    background:url(../images/pixel.png) repeat;
}
div > [class*='uk-width-'] > .section-content .uk-nav li a:after {
    content:'\f054';
    font-family:FontAwesome;
    color:#0096d7;
    font-size:36px;
    position:absolute;
    right:20px;
    top: 50%;
    height:36px;
    line-height:36px;
    margin-top: -18px;
    display:inline-block;
}

/* Section */
.tm-about {
	position:relative;
	background:url(../images/apms-about.jpg) no-repeat fixed 50% 0;
	background-size:150% auto;
}
.tm-about div > [class*='uk-width-'] > .section-header p {
  font-size: 24px;
  line-height: 28px;
}
.tm-about div > [class*='uk-width-'] > .section-content .uk-nav li {
  margin-bottom: 16px;
}
.tm-about div > [class*='uk-width-'] > .section-content .uk-nav li a {
  padding: 16px 50px 16px 18px;
  height: 69px;
}
.tm-about div > [class*='uk-width-'] > .section-content .uk-nav li a span {
  font-size: 18px;
  line-height: 20px;
  word-spacing: normal;
}


/** Slider **/
.wk-slideshow-list > div {
    background:none;
    border:0;
}
.wk-slideshow-list .slides>li>article {
    padding:0 0 0 30px;
}
.wk-slideshow-list .slides>li>article h3 {
    color:#0096d7;
    font-weight:300;
    font-size:28px;
    line-height:34px;
}
.wk-slideshow-list .nav {
    border:0;
    background:none;
}
.wk-slideshow-list .nav li {
    background:url(../images/pixel-blk.png) repeat;
    margin:0 0 15px;
    padding:0;
}
.wk-slideshow-list .nav li.active,
.wk-slideshow-list .nav li:hover,
.wk-slideshow-list .nav li.active:first-child {
    padding:0;
    border:0;
    background:url(../images/pixel.png) repeat;
}
.wk-slideshow-list .nav span {
    padding:20px 25px;
    color:#fff;
    text-transform:uppercase;
    font-size:22px;
    line-height:22px;
    font-weight:700;
}

/**
**  Section: Services;
**  Author: Simon Scheepers;
**  Created:27-10-2014;
**  Modfied: na;
*/

/* Section */
.tm-services-solutions {
	position:relative;
	background:url(../images/apms-services.jpg) no-repeat fixed 50% 0;
	background-size:150% auto;
}
.tm-services-solutions h2 {
    text-align:right
}
.tm-services-solutions div > [class*='uk-width-'] > .section-content .uk-nav li a span {
  font-size: 18px;
  line-height: 20px;
  word-spacing: normal;
}

.home .tm-content-box.tm-about {
  height: 3000px;
}

.home .tm-content-box.tm-property-services {
  height: 3000px;
}
.tm-property-services {
 	position:relative;
	background:url(../images/apms-publications.jpg) no-repeat fixed 50% 0;
	background-size:150% auto;
}
.tm-property-services div > [class*='uk-width-'] > .section-content .uk-nav li {
  margin-bottom: 20px;
}
.tm-property-services div > [class*='uk-width-'] > .section-content .uk-nav li a {
  padding: 16px 50px 16px 18px;
}
.tm-property-services div > [class*='uk-width-'] > .section-content .uk-nav li a span {
  font-size: 18px;
  line-height: 20px;
  word-spacing: normal;
}

.property_services_top,
.property_services_bottom {
  float: left;
  width: 100%;
}


.tm-market div > [class*='uk-width-'] > .section-content .uk-nav li a span {
  font-size: 18px;
  line-height: 20px;
  word-spacing: normal;
}




.uk-article h2 {
  color: #0096d7;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.uk-article h3 {
  color: #0096d7;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.uk-article h4,
.uk-article h5,
.uk-article h6 {
  color: #004865;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

article ul {
  padding: 0px;
  margin: 0px;
}

/*
.two_column {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  margin-bottom: 30px;
}
*/
.uk-article table {
  width: 100%;
  margin-bottom: 30px;
}
.uk-article table td {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 5px 0px 0px;
  vertical-align: top;
}
.uk-article table td:nth-child(2n) {
  padding: 0px 0px 0px 5px;
}
.uk-article table.caretaking_services td,
.uk-article table.caretaking_services td:nth-child(2n) {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0px 0px 20px 0px;
  vertical-align: middle;
}

/*
.uk-article table.publications td,
.uk-article table.publications td:nth-child(2n) {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0px 10px 20px 10px;
}
*/
.uk-article table.publications td:nth-child(1n) {
  float: left;
  width: 280px;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0px 0px 10px 0px;
}
.uk-article table.publications td:nth-child(2n) {
  float: left;
  width: 484px;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0px 0px 10px 0px;
}
.uk-article table.publications td img {
  max-width: 100%;
}

.column {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 5px 0px 0px;
  margin-bottom: 30px;
}
.column:nth-child(2n+1) {
  padding: 0px 0px 0px 5px;
}

.box_heading {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 16px 20px 16px 20px;
  background: #2585ae;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box_heading p:last-child { margin-bottom: 0px; }
.box_content {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px;
  background: #EBEBEB;
  color: #666666;
  margin-bottom: 10px;
}
.box_content p:last-child,
.box_content ul:last-child,
.box_content ul:last-child li:last-child { margin-bottom: 0px; }
.uk-article ul li,
.box_content ul li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 8px;
}
.box_content ul li { margin-left: 20px; }
.uk-article ul li:before,
.box_content ul li:before { display: none; }
.box_content table {
  margin-bottom: 0px;
}


.big_statement {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  margin: 0px 0px 50px 0px;
  background: #004865;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 34px;
  font-family: 'Open Sans Condensed', Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.big_statement strong {
  float: left;
  width: 315px;
  padding-right: 24px;
  border-right: solid 1px #FFFFFF;
  color: #0096d7;
}
.big_statement em {
  float: left;
  width: 745px;
  padding-left: 25px;
  color: #FFFFFF;
  font-style: normal;
}

body.privacy-policy ol {
  padding: 0px 0px 0px 30px;
  list-style: none;
  counter-reset: item;
}
body.privacy-policy ol li {
  margin-bottom: 24px;
}
body.privacy-policy ol li h2,
body.privacy-policy ol li:before {
  color: #0096d7;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}
body.privacy-policy ol li:before {
  float: left;
  margin-left: -30px;
  min-width: 30px;
  content: counters(item, ".") " "; counter-increment: item;
}
body.privacy-policy ol li p { margin: 10px 0px; }
body.privacy-policy ol li ul { padding-left: 20px; }
body.privacy-policy ol li ul li,
body.privacy-policy ol li ol li li { margin-bottom: 6px; }
body.privacy-policy ol li ol { padding-left: 40px; }
body.privacy-policy ol li ol li { margin-bottom: 20px; }
body.privacy-policy ol li li:before {
  float: left;
  margin-left: -40px;
  min-width: 40px;
  content: counters(item, ".") " "; counter-increment: item;
}
body.privacy-policy ol li li h3,
body.privacy-policy ol li li:before {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}



