/*
Document   : _common
Created on : 06-Oct-2011, 10:48:08
*/
#container {
  padding: 0;
  width: auto;
  overflow-x: hidden; }

h1 {
  display: none; }

#container, #intro-main, .container {
  font-family: 'Lato', Helvetica, Arial, sans-serif; }
  #container h2, #intro-main h2, .container h2 {
    font-weight: 300; }

h3 small {
  display: block;
  font-family: 'Lato', Helvetica, Arial, sans-serif; }

.big-info {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  margin: 30px auto; }
  .big-info * {
    margin: 30px auto; }
  .big-info p {
    max-width: 750px; }

#intro-main {
  text-align: center;
  background: #333 url(/assets/2015/screen_1_pd.png) bottom center no-repeat;
  padding-bottom: 330px;
  color: #fff; }
  #intro-main h2 {
    line-height: 70px;
    font-size: 55px;
    margin-top: 18px;
    margin-bottom: 0; }
  #intro-main.page-feature {
    background-image: url(/assets/2015/screen_1_pd.png); }
  #intro-main.page-download {
    background-image: url(/assets/2015/screen_1_pd.png);
    padding-bottom: 300px; }
  #intro-main.page-noimage {
    background-image: none;
    padding-bottom: 20px; }
    #intro-main.page-noimage h2 {
      margin-top: 0;
      padding-top: 18px; }
    #intro-main.page-noimage p {
      font-size: 110%;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }

.intro-section {
  padding: 30px 0;
  text-align: center; }
  .intro-section h4 {
    font-size: 22px; }
  .intro-section blockquote {
    font-size: 25px; }
  .intro-section cite {
    font-size: 14px; }

.bullets .glyphicon {
  font-size: 40px;
  color: #EF8300; }

.page-alternate {
  padding: 40px 0;
  background-color: #333;
  color: #f1f1f1; }

.feature-section {
  font-size: 18px; }

.feature-text {
  position: relative;
  height: 221px;
  padding-top: 40px; }

.feature-text p {
  /*  position: relative;
    top: 50%;
    transform: translateY(-50%);*/
  max-width: 500px;
  margin: 0 auto; }

.feature-text .note {
  padding-top: 15px; }

#menu {
  background-color: #343B48;
  background-image: url(/intro_src/assets/intro2014/tm_100.png); }

/* [OVERRIDE] */
#langselect select {
  margin-bottom: 0;
  font-size: 90%;
  height: 25px;
  color: #000; }

#login-https input[type=submit] {
  height: auto; }

#login-https input[type=text], #login-https input[type=password] {
  display: inline;
  width: 100px; }

#pwremind {
  right: 12px; }

/* [/OVERRIDE] */
/* [COOKIE INFORMATION] */
.cookieinfo {
  margin: 0 auto;
  display: none;
  text-align: left; }
  .cookieinfo .cookie-action {
    float: right;
    padding-top: 5px; }
  .cookieinfo .blurb {
    margin-right: 220px; }
  .cookieinfo .ancbutton a {
    width: 90px;
    text-align: center; }

#cookie-ok {
  margin-left: 10px; }

/* [/COOKIE INFORMATION] */
.feature-block hr {
  margin: 30px auto;
  border: 0;
  background: none;
  height: 1px; }

#main-menu {
  -webkit-transition: background-position 0.3s, padding-left 0.3s;
  transition: background-position 0.3s, padding-left 0.3s;
  background-image: url(/intro_src/assets/intro2014/tm_100_trans.png);
  background-position: -100px 13px;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0); }

#main-menu.menu-stick {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 120px;
  background-position: 12px 13px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.44);
  height: 40px;
  line-height: 30px; }

/* QUOTES */
blockquote {
  clear: both;
  font-family: "Lato", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 20px;
  margin: 20px 0; }

cite {
  font-size: 12px; }
  
  @media only screen and (max-width: 992px) {
  .rt-add {
    display: none; } }
@font-face {
  font-family: 'RoadTechIcon';
  font-weight: normal;
  font-style: normal;
  src: url("https://static.roadtech.co.uk/fonts/rt.eot");
  src: url("https://static.roadtech.co.uk/fonts/rt.eot?#iefix") format("embedded-opentype"), url("https://static.roadtech.co.uk/fonts/rt.woff") format("woff"), url("https://static.roadtech.co.uk/fonts/rt.ttf") format("truetype"), url("https://static.roadtech.co.uk/fonts/rt.svg#glyphicons_halflingsregular") format("svg"); }
.rt-glyph {
  font-family: 'RoadTechIcon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rt-glyph-logo:before {
  content: "\e617"; }

.login-loader-spin {
  font-size: 80px;
  margin-top: -20px;
  width: 200px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.login-loader-spinner {
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 30px;
  text-align: center;
  font-size: 10px;
  color: #ec8200;
  transform: translate(-50%, -50%); }

.login-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  transition: visibility 0s linear 0s, opacity 800ms;
  visibility: hidden;
  opacity: 0; }

.login-loader-show {
  opacity: 1;
  visibility: visible; }

/* new footer */
.footer-new {
  margin-top: 20px;
  background-color: #ECECED;
  padding-bottom: 20px;
}
.footer-new * {
  color:#333;
}
ul.public-policy-menu li {
  display: inline;
}
ul.public-policy-menu li + li::before {
  content: " | ";
}

/*
Login screens
 */
.panel-login {
  border-color: #EF8300;
}
.panel-login .panel-heading {
  #color: #fff;
  #background-color: #EF8300;
  color: #EF8300;
  font-size: 22px;
  padding-bottom:20px;
}


