﻿/* TODO: Need to strip out any unused styles - ridiculous amount in here! */

/* ==========================================================================
   Fonts - these are already in ey.css so might be able to remove?
   ========================================================================== */
@font-face {
    font-family: Interstate;
    src: url(/includes/fonts/EY_Interstate/EYInterstate-Regular.ttf);
}
@font-face {
    font-family: Interstate;
    src: url(/includes/fonts/EY_Interstate/EYInterstate-Bold.ttf);
    font-weight:bold;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: "Interstate", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

#aspnetForm {
    padding: 0 8px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  /*padding: 2.5%;*/
  overflow: auto;
  /*width: 95%;*/
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clear {clear:both;}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  width: auto !important;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: white;
  background-position:center 84px;
  background-repeat: no-repeat;
  color: #404040;
  font-size: 15px;
  height: 100%;
  line-height: 1.42857;
  padding-top:475px;
  width: auto !important;
}
.body-home { padding-top: 0; }
.body-agenda {background-image: url(../images/1009000_GITS2019_agenda_banner_2000x360.jpg);}
.body-contact-us {background-image: url(../images/1009000_GITS2019_contact_us_banner_2000x360.jpg);}
.body-tab2761,
.body-registration,
.body-login {background-image: url(../images/GITS2019_login_page_banner_2000x360.jpg);background-position: left 84px;}
.body-venues {background-image: url(../images/1009000_GITS2019_venue_banner_2000x360.jpg);}
.body-faq {background-image: url(../images/1009000_GITS2019_FAQ_banner_2000x360.jpg);}
.body-tab2760{background-image: url(../images/1009000_GITS2019_accomodation_banner_2000x360.jpg); background-position:left 40px;}

body:after {
  content: 'mobtab';
  display: none;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width:200px;
}
.button-event + .button-event {
    margin-top: 1em;
}

label {
    font-weight: bold;
}

.button-event,
.button-event:hover,
.greyButton,
.greyButton:hover {
    border-radius: 5px;
    background: #808080;
    border: 5px solid rgba(128,128,128,0.2);
    color: white;
    padding: 5px 20px !important;
}

.btn-header,
.btn-header:hover {
    border:0;
}

.btn-carousel {
    background: white;
    color: #808080;
    border-color: rgba(255,255,255,0.2);
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
  clear:both; /* Might be best to just set where needed e.g. Reg Details control */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
}
.page {
    max-width: 960px;
    padding-bottom: 2em;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
  font-size: 85%;
}

.red {
    color:#c00;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
/*Make all lists justified to the side - might only want on a specific class instead of all
    Also uses a bullet - which EY's font changes to a triangle    
*/
ul {
    padding-left: 12px; /*Matches before margin-left*/ 
    list-style-type: none;
}
    ul li {
        display: block;
    }
    ul li:before {
        /*content: "\2022 ";
        padding-right: .5em;*/
        content: "\2022";
        float:left;
        margin-left: -12px;
    }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-unstyled li:before {
    content: "";
    float: none;
    margin-left: 0;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #404040;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #404040;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
/*Cancels out the containers padding - in this case on the form */
.col-row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-row:before, .col-row:after {
  content: " ";
  display: table;
}
.col-row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px 8px 8px 2px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px 5px 5px 2px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 5px solid transparent;
  white-space: nowrap;
  padding: 5px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #404040;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #404040;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #404040;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #404040;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}*/

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #404040;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: white;
  cursor: not-allowed;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  left: auto;
  right: 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

.list-carousel {
    color: white;
    font-size: 18px;
    margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blankright,
.pull-right,
.right {
  float: right !important;
}

.blankleft,
.pull-left,
.left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.no-gap {
    margin-bottom: 0;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Colours - FIX - HOW DO WE DeFINE THESE? */
.green1 {
  color: #6d712f;
}

.green2 {
  color: #d5e03c;
}

.white {
  color: white;
}

.grey1 {
  color: #dddedf;
}

.grey2 {
  color: #808084;
}

.bkg-green1 {
  background: #6d712f;
}

.bkg-grey1 {
  background: #dddedf;
}

.bkg-grey2 {
  background: #c7c8ca;
}

.bkg-grey3 {
  background: #bec0c2;
}

.bkg-grey4 {
  background: #808083;
}

/************** GENERAL **************/
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
  max-width: 280px;
}*/

.main {
  position: relative;
  top: 65px;
}

.list-unstyled, .list-inline {
  list-style: none;
}

a {
  text-decoration: none !important;
}

h2,
.h2,
.content-tab-header .editorHeading {
  font-size: 43px;
  font-weight: bold;
  color: #404040;
  padding-bottom: 20px;
}

strong, b {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-100 {
  margin-top: 100px;
}

.black-opacity {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/************** Standard content pages **************/
.callout-join {
    padding: 3em 0;
}
.callout-join .page {
    max-width: 800px;
}

.callout-sponsor {
    padding: 2em;
}
.callout-sponsor1 {
    background: #000;
    color:#fff;
    padding:1em 0px;
    float:none;
    width:auto;
}
.callout-sponsor1 a {display:block; margin:0 auto; width:30%; max-width:250px;}
.callout-sponsor1 a img {display:block; width:100%;}
.callout-sponsor2 {
    background: #cacbcd;
    color:#fff;
}
.callout-sponsor p {
    margin: 2.5em auto;
    width: 270px;
}
.callout-sponsor1 p {
    margin-bottom:70px;
}
.callout-sponsor2 p {
    color:#404040;
}

/************** HOME **************/
#home {
  height: 100%;
}

#carousel-questions {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 105px;
}
#carousel-questions li {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity:0;
  position:absolute;
  /*top:0;*/
  padding: 1%;
  width: 78%
}

#carousel-questions li.active {
    opacity:1;
    transform:scale(1.2);
}

#carousel-questions li.out {
    opacity:0;
    transform:scale(1.5);
}

/* HOME - TEXT CAROUSEL */
.text-carousel {
  position: relative;
  padding: 50px 0 80px 0;
}

.text-carousel h1 {
  color: #34659f;
  font-size: 30px;
}

.text-carousel p {
  font-size: 16px;
  padding-top: 10px;
}

.scroll-down {
  position: relative;
  top: -72px;
}

/************** FOUR THUMBS - HOVER ANIMATION **************/
.view {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.view img {
  width: 100%;
}

.view-first img, .video-four-thumbs img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}

.video-content {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.video-content .video-icon {
  width: 75px;
  height: 75px;
  border: 5px solid white;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.video-content .video-icon span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-content h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: white;
}

/* FIX - Better naming convention here */
.view-first .mask, .video-four-thumbs .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  cursor: pointer;
}

.view-first h2 {
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 30px;
  position: absolute;
  top: 48%;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}

.view-first p {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 10%;
  position: absolute;
  top: 100%;
}

.view-first .mask:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.view-first:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.view-first:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -o-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}

.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: white;
  top: 50%;
}

.learn-more-link {
  color: white;
  background: rgba(255, 255, 255, 0.25);
  padding: 10px 25px;
  text-transform: uppercase;
}
.learn-more-link:hover {
  color: white;
  background: white;
}

/************** CASE STUDIES **************/
.case-text {
  padding: 20px;
}

.case-colour-orange {
  background: #e75425;
}
.case-colour-orange h2 {
  color: #fbde3d;
}
.case-colour-orange p {
  color: white;
}

.case-colour-grey {
  background: #e8e9ea;
}

.case-single-para {
  padding: 16px;
}

/*! suit-flex-embed v1.4.0 | MIT License | github.com/suitcss */
.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}

.FlexEmbed:before {
  content: "";
  display: block;
  width: 100%;
}

.FlexEmbed--3by1:before {
  padding-bottom: 33.33333%;
}

.FlexEmbed--2by1:before {
  padding-bottom: 50%;
}

.FlexEmbed--16by9:before {
  padding-bottom: 56.25%;
}

.FlexEmbed--4by3:before {
  padding-bottom: 75%;
}

/* COVER IMAGE - CAROUSEL */
.cover-image {
  margin-top: -60px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 1em;
}

/* FOUR THUMBS */
.four-thumbs {
  margin-left: -5px;
  margin-right: -5px;
}
.four-thumbs .four-thumbs-item {
  padding: 5px !important;
}
.four-thumbs .four-thumbs-item-1 {
  background: url("/images/case-study-thumb-v2-1.jpg") no-repeat;
}
.four-thumbs .four-thumbs-item-2 {
  background: url("/images/case-study-thumb-v2-2.jpg") no-repeat;
}
.four-thumbs .four-thumbs-item-3 {
  background: url("/images/case-study-thumb-v2-3.jpg") no-repeat;
}
.four-thumbs .four-thumbs-item-4 {
  background: url("/images/case-study-thumb-v2-4.jpg") no-repeat;
}

.four-thumbs .stats {
  background: #e75425;
  color: white;
  display: block;
  padding: 20px 0 20px 20px;
}

.four-thumbs .stats h4 {
  color: #fbde3d;
}

.two-thumbs-item {
  padding: 5px 5px;
}

.projects .black-opacity-project {
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.projects .black-opacity-project p {
  color: white;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Similar Projects */
h3.similar-projects {
  padding: 0 0 14px 14px;
}

/************** CAROUSEL **************/
.carousel {
  background-position: 0;
  background-size: cover;
  height: 80%;
  min-height: 365px;
  max-height: 597px;
  margin-bottom: 10px;
  padding-top:83px;
  position: relative;
  width: 100%;
}
.carousel .carousel-inner {
  height: 100%;
  width: 100%;
}
/* HACK: To target IE10+ 
@media all and (min-width: 760px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .carousel .wrapper {
        display: table;
        height: 100%;
        position: relative;
        width: 960px;
    }
}*/
.carousel .carousel-indicators {
  z-index: 3500;
}
.carousel .carousel-indicators li {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid white;
}
.carousel .carousel-indicators li:hover, .carousel .carousel-indicators li.active {
  background-color: white;
}
.carousel .carousel-arrows-home {
  top: 0;
  display: none;
  opacity: .5;  
  position: absolute;
  height: 100%;
  width: 52px;
  z-index: 4000;
  background-position:center;
  background-repeat:no-repeat;
  background-size:80%;
  transition:all .2s linear;
}
.carousel .carousel-arrows-home:hover {
  opacity: 1;
}
.carousel .arrow-left {
  background-image: url("/images/carousel-arrow-left-white.png");
  left: 0;
}
.carousel .arrow-right {
  background-image: url("/images/carousel-arrow-right-white.png");
  right: 0;
}
.carousel .arrow-left-grey {
  background: url("/images/carousel-arrow-left-grey.png") no-repeat;
  left: 0;
}
.carousel .arrow-right-grey {
  background: url("/images/carousel-arrow-right-grey.png") no-repeat;
  right: 0;
}
.carousel .black-opacity {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}

#carousel-home {
  margin-bottom: 2em;
}
/*#carousel-home .carousel-indicators {
  top: 75%;
}*/
#carousel-home .slide {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
#carousel-home .slide-1 {
  background-image: url(../images/carousel-home-1.jpg);
}
#carousel-home .slide-2 {
  background-image: url(../images/carousel-home-2.jpg);
}
#carousel-home .slide-3 {
  background-image: url(../images/carousel-home-3.jpg);
}
#carousel-home .slide-4 {
  background-image: url(../images/carousel-home-4.jpg);
}

.carousel-callout,
#carousel-home .legend-img {
  position: absolute;
  color: #fff;
  bottom: 5px;
  left: 20px;
  z-index: 10;
}
.carousel-callout {
    bottom: 30px;
    right: 20px;
}
#carousel-home .legend-img p {
  margin: 0;
  font-size: 16px;
}

#carousel-home .slide, #carousel-home .item {
  height: 100%;
  width: 100%;
}
#carousel-home .slide {
  display: table;
}
#carousel-home .slide > .container {
  display: table-cell;
  vertical-align: middle;
}
#carousel-home .more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  margin: 0 auto;
  z-index: 3500;
  width: 150px;
  background: white;
  margin: 0 auto;
}
#carousel-home .more-btn a {
  text-align: center;
  display: block;
  padding: 4px 0px;
  text-transform: uppercase;
  color: black;
  font-size: 20px;
}
#carousel-home .more-btn .white-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -6px;
}
#carousel-home .more-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
#carousel-home .more-btn:hover .white-triangle {
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}

.list-carousel,
.btn-carousel {
    z-index: 10;
    position: relative;
}

.carousel-heading {
  background: url(../images/18025_EY_BQsForWebsite_1a_Home1.png) no-repeat center/contain;
  /*color: #1a1a1a;*/
  display: table;
  height: 90%;
  max-height: 544px;
  margin: 5% auto;
  max-width: 517px;
  position:relative;
  width: 90%;
  top:13em;
}

.slide-2 .carousel-heading { background-image: url(../images/18025_EY_BQsForWebsite_1a_Home2.png); }
.slide-3 .carousel-heading { background-image: url(../images/18025_EY_BQsForWebsite_1a_Home3.png); }
.slide-4 .carousel-heading { background-image: url(../images/18025_EY_BQsForWebsite_1a_Home4.png); }

.carousel-heading h2 {
    display: none;
    /*font-size: 24px;*/
    color: #fff;
    font-size: 7vw;
    left: 15%;
    margin: -2em 0 0;
    position: absolute;
    top: 50%;
    width: 67%;
    text-shadow:0px 0px 5px #333;
}
@media (min-width: 400px) {
    .carousel-heading {
        display: table-cell;
        margin: 0;
        position: absolute;
        left: 2em;
        top:0;
    }
    .slide-1 .carousel-heading {
        left: 5em;
    }
    .carousel-heading h2 {
        display: block;
    }
}
@media (min-width: 760px) {
    .carousel {
        min-height: 485px;
    }
    .carousel-heading {
        top: 1em;
    }
    .carousel-heading h2 {
        font-size: 32px;
        left:125px;
        width: 58%;
    }
}

.text-carousel {
  height: 400px;
  padding: 0px 0px 40px 0;
}
.text-carousel .carousel-inner .item {
  height: 100%;
}
.text-carousel .carousel-inner .item .slide {
  width: 100%;
  height: 100%;
  display: table;
}
.text-carousel .carousel-inner .item .slide .container {
  display: table-cell;
  vertical-align: middle;
}
.text-carousel .carousel-indicators {
  /* position:static;*/
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10%;
}
.text-carousel .carousel-indicators li {
  background: white;
  border: 2px solid #ababab;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.text-carousel .carousel-indicators li:hover {
  background-color: #ababab;
}
.text-carousel .carousel-indicators li.active {
  background-color: #ababab;
}

/*.header-open, .header-black {
  background: black !important;
  /*height: 65px !important;* /
}*/

.header-open .main-nav a.nav-link-1 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.header {
  padding: 17px 10px;
  position: fixed;
  min-height: 50px; /* Should be max-height of the logo? */
  z-index: 5000;
  width: 100%;
  -webkit-transition: background .2s, height .2s;
  transition: background .2s, height .2s;
  top: 0;
}

.header-title {
    display: none;
    background: #2a2627;
    box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.25);
    color: white;
    left: 123%;/*185px*/
    padding: 0 1em;
    position: absolute;
    top: -1em;
    width: 14.25em;
}
    .header-title h1 {
        font-size: 20px;
    }
@media (min-width: 610px) and (max-width:1082px), (min-width: 1290px) {
    .header-title {
        display: block;
    }
}

.login-trigger {
    display: block;
}

.header .navbar-responsive {
  clear: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 84px;
  display: none;
  z-index:2;
}
.header .navbar-responsive ul li {
  background: black;
}
.header .navbar-responsive ul li ul {
  display: none;
}
.header .navbar-responsive ul li ul li {
  background: #e8e4e4;
}
.header .navbar-responsive ul li ul li a {
  border-top: none !important;
  border-bottom: none !important;
  font-weight: normal;
  text-transform: none;
  color: #727272;
}
.header .navbar-responsive ul li ul li a:hover {
  color: black;
}
.header .navbar-responsive ul li ul li ul li a {
  background: white;
}
.header .navbar-responsive ul li a {
  color: white;
  text-align: center;
  display: block;
  padding: 12px 0px;
  border-bottom: 1px solid #808083;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.header .navbar-responsive ul li a span.minus {
  background-position: 20px center;
}
.header .navbar-responsive ul li a span {
  position: absolute;
  left: 20px;
  background: url(/images/plus-minus-icons.png);
  width: 19px;
  height: 19px;
}
.header .navbar-responsive ul li:first-child a {
  border-top: 1px solid #808083;
}
.header .navbar-responsive ul li:last-child a {
  border-bottom: none;
}
.header .logo {
  float: left;
  z-index: 2;
  /*margin-right: 2em;*/
  max-width: 165px; /*Was 9%*/
  position: relative;
}
.header .logo a {
  display: block;
}
.logo img {
    max-width: 100%;
    max-height: 50px;
    /*height: 78px;*/
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .logo a {
    background-image: url("/images/logo-ey-white-transparent@x2.png");
    background-size: 113px 32px;
  }
}*/
.main-nav {
  clear: right;
  display: none;
  float: right;
  margin: 0 0 0 1.5em;
  padding-left: .5em;
}
.main-nav li {
  display: table-cell;
  padding: 18px 12px;
  text-align: center;
  vertical-align: middle;
}
.main-nav li:last-child {
    padding-right: 0;
}
.main-nav a.nav-links-show {
  opacity: 1 !important;
  top: 0px !important;
}
.main-nav a.nav-link {
  /*opacity: 0;
  top: -200px;*/
  position: relative;
  -webkit-transition: top 1s, opacity 5s;
  transition: top 1s, opacity 5s;
}
.main-nav a.nav-link-1 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.main-nav a.nav-link-2 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.main-nav a.nav-link-3 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.main-nav a.nav-link-4 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.main-nav a.nav-link-5 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.main-nav a.nav-link-6 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.main-nav a.nav-link-7 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.nav-icons {
  float: right;
  margin: 1em 0 0;
}
.nav-icons li {
  display: inline-block;
  float: right;
  padding-left: 1em;
  list-style: none;
  position:relative;
}
.nav-icons li a:hover {
  text-decoration: none;
}
.nav-icons li ul {padding:0 0 0 1em; margin:0px; position:absolute; z-index:999; width:117px; left:0px; display:none;}
.nav-icons li ul li {display:block; float:none; padding:0px; border-bottom:1px solid #808080;}
.nav-icons li ul li a {display:block; padding:10px; background:#000;}
.nav-icons li ul li a:hover {color:#000; background:#ffe800;}
.nav-icons .language {
  margin: 6px 0 0 0;
}

/* HEADER - BURGER ANIMATION */
.menu-trigger {
  cursor: pointer;
  display: block;
  position: relative;
  width: 24px;
  height: 28px;
  text-indent: -9999em;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  display: block;
  position: absolute;
  width: 24px;
  height: 1px;
  left: 0;
}

.menu-trigger span:before,
.menu-trigger span:after {
  content: "";
}

.menu-trigger span {
  top: 14px;
}

.menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -8px;
  z-index: 10;
}

.menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 8px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
  background-color: transparent;
}

.menu-trigger.active span:before {
  -moz-transform: translateY(5px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(5px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(5px) translateX(1px) rotate(45deg);
  transform: translateY(5px) translateX(1px) rotate(45deg);
  background-color: white;
}

.menu-trigger.active span:after {
  -moz-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  transform: translateY(-5px) translateX(1px) rotate(-45deg);
  background-color: white;
}

/************** FOOTER **************/
.footer {
  background: #252D3C;
  text-align: center;
  padding: 30px;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}
.footer-base img {
  float: right;
  top: -14px;
  position: relative;
}

@media (max-width: 700px) {
.footer-base img {
  display: none;
}
  }
.footer p.msg {
  color: white;
  font-size: 30px;
  padding-top: 30px;
}

/* FOOTER - BASE */
.footer-base {
  background: #252D3C;
  padding: 30px;
  color: #80C1C0;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}
.footer-base .copyright {
    margin: 0;
}
.footer-base a {
  color: #80C1C0;
  font-family: 'Poppins', sans-serif;
}
.footer-base a:hover {
  color: white;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 420px) {
  .four-thumbs-item {
    padding: 0px !important;
  }

  .view-first h2 {
    font-size: 28px;
  }

  .text-carousel h1 {
    font-size: 30px;
  }

  #carousel-home .carousel-indicators {
    top: 65%;
  }
  #carousel-home .slide-3 {
    background-position: center center;
  }

  .msg {
    display: block;
  }
}
@media (min-width: 480px) {
  .text-carousel {
    height: 400px;
  }
  .text-carousel h1 {
    font-size: 40px;
  }

  .msg {
    display: block;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    margin-top: 20px;
  }

  .body-content {
    padding: 0;
  }

  .text-carousel {
    height: 445px;
    padding: 0px;
  }
  .text-carousel .carousel-indicators {
    position: absolute;
  }
  .text-carousel .carousel-arrows-home {
    display: block !important;
  }
  .text-carousel .wrapper {
    width: 55% !important;
  }
  .text-carousel .text-carousel p {
    font-size: 20px;
  }
  .text-carousel h1 {
    font-size: 36px;
  }

  .case-text {
    padding: 40px 20px 20px 40px;
  }

  #carousel-case-study h1 {
    font-size: 50px;
    left: 60px;
    top: 100px;
  }
}
@media (min-width: 1083px) {
    body:after {
        content: 'desktop';
        display: none;
    }

    .footer-base .logo {
        float: left;
    }

    .footer-base span {
        position: relative;
        bottom: -6px;
    }

    .footer-base .links {
        position: relative;
        bottom: -6px;
    }

    /*.carousel-heading {
        font-size: 78px;
    }*/

    .text-carousel {
        height: 565px;
    }

        .text-carousel h1 {
            font-size: 50px;
        }

        .text-carousel p {
            font-size: 20px;
        }

    .video-four-thumbs h2 {
        font-size: 36px;
    }

    .video-four-thumbs .video-icon {
        width: 60px !important;
        height: 60px !important;
    }

        .video-four-thumbs .video-icon span {
            border-width: 15px 0 15px 27.6px !important;
        }

    #carousel-home .more-btn {
        width: 200px;
    }

        #carousel-home .more-btn a {
            font-size: 24px;
        }

    #carousel-home .carousel-arrows-home {
        display: block !important;
    }

    #carousel-home .slide-1 {
        background: url(../images/carousel-home-1.jpg) no-repeat;
    }
    #carousel-home .slide-2 {
        background: url(../images/carousel-home-2.jpg) no-repeat;
    }
    #carousel-home .slide-3 {
        background: url(../images/carousel-home-3.jpg) no-repeat;
    }
    #carousel-home .slide-4 {
        background: url(../images/carousel-home-4.jpg) no-repeat;
    }

    .carousel-arrows-case-study {
        display: block !important;
    }

    #carousel-case-study h1 {
        font-size: 50px;
        left: 100px;
        top: 100px;
    }

    .header {
        height: 105px;
        padding: 17px 30px;
    }

        .header .main-nav {
            display: block !important;
        }

    .nav-icons {
        margin-top: .5em;
    }

    .header-open {
        background: rgba(0, 0, 0, 0.5) !important;
        /*height: 65px;*/
    }

    .header-open-scroll {
        background: black !important;
        /*height: 65px;*/
    }

    .logo img {
        max-height: 70px;
    }

    .menu-trigger, .navbar-responsive {
        display: none !important;
    }

    .carousel {
        padding-top: 105px;
    }
}
@media (min-width: 1200px) {
    body {
        overflow-x: hidden !important;
    }

    .view {
        margin-bottom: 0px;
    }

    .view-first h2 {
        font-size: 36px;
    }

    .line, no-line {
        width: 600px !important;
        margin: 0 0 0 60px !important;
    }

    .four-thumbs-item {
        padding: 0px 5px !important;
    }
}

/************** Icons **************/
/* TODO: Should replace with FontAwesome instead*/
.arrow-forward {
    background: rgba(0, 0, 0, 0) url("/images/dynbull.gif") no-repeat scroll 0 center;
    padding-left: 7px;
}

.frame,
#map_canvas,
.content-tab-header img {
    border: 5px solid #808080;
}

/* Styles from old website */
/************** Page tabs **************/
.page-tabs { margin-bottom: 2em; line-height:normal; }
.page-tabs ul { list-style:none; border-bottom:1px solid #d9d9d9; height: 37px; }
.page-tabs li { float:left; margin: 0 4px 0 0; background: #f0f0f0; border:1px solid #d9d9d9; border-bottom:none; }
.page-tabs a { display:block; color:#808080; padding:8px .75em; text-decoration:none; }
.page-tabs a:hover, .page-tabs #current { background:white; }
.page-tabs #current { border-bottom:1px solid white; }

/************** Rows with key/value type columns **************/
.row {
    clear: both;
    margin-bottom: .5em;
    overflow: hidden;
    width: 100%;
}
.row .key {
    float: left; /* TODO: Might need media query?*/
    font-weight: bold;
    margin-right:5px;
}

.form-control-row {
    clear: both;
    margin-bottom: 1em;
    overflow: hidden;
}

/************** Try to standardise tables with form controls **************/
.formOne {
    width: 100%;
}
.formOne tr {display:block;margin-bottom:1em;}
.formOne td {
    vertical-align: top;
    display:block;
}
    .formOne .key {
        min-width: 100px;
        /*word-break: break-all;*/
    }
    /*.formOne input,
    .formOne select,
    .formOne textarea {
        min-width: 50%;
        max-width: 75%;
    }*/

/************** Toggle Bars **************/
.toggle-bar {
    background: #c7c7c7;
    border-bottom: 1px solid white;
    color: white;
    font-weight: bold;
    padding: 4px 0 4px 6px;
}
.toggle-bar a {
    color: white;
}

#info {
    background: #808080;
    border-bottom: 1px solid #d9d9d9;
    color: white;
    font-size: 95%;
    padding: 4px 8px;
}

/************** Feedback **************/
/* Control should always have a class of feedback to avoid duplication of selectors below*/
.error, .neutral, .success, .warning {
    border: 1px solid;
    margin: 10px auto;
    padding: 10px;
    text-align: center !important;
}
.error {
    background: #ffebe8 none repeat scroll 0 0;
    border-color: #c00;
    color:#c00;
}

.error ul li {list-style:none; text-align:left; }
.error ul li:before {content:none;}

.neutral {
    background: white none repeat scroll 0 0;
    border-color: #d9d9d9;
}
.success {
    background: #d4e2b5 none repeat scroll 0 0;
    border-color: #9cc63c;
}
.warning {
    background: #fff2e3 none repeat scroll 0 0;
    border-color: #ff8500;
}
.error ul, .neutral ul, .success ul, .warning ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.error-text {
    color: #c00;
}

/************** Agenda **************/
#agendaDetail .row {clear:both;}
#agendaDetail .time {float:left; width:116px; background-position:right 2px; background-repeat:no-repeat; background-size:16px;}
/*.colour-box {width: 16px;}*/
#agendaDetail .desc {float:left; width:79%; padding-left:1%;}
.detailed a {position:relative; left:-10px;}
#dateTabs ul {padding:0;}
#dateTabs ul li:before {content:none;}
#dateTabs ul li {float:left; margin:0 .5em .5em 0; width:220px; text-align:center;}
#dateTabs ul li a {padding:.5em; color:#000; background:#eee; display:block;}
#dateTabs ul li#current a {background:#ffe800;}

@media (min-width: 600px) {    
    #agendaDetail ol.editorList li {display: inline;}
}

@media (max-width: 600px) {
    #agendaDetail .time {background-position: left 2px; float:none; margin-top:1em;}
    #agendaDetail .time.empty {display:none;}
    #agendaDetail .desc {float:none; width:auto; padding:0;}
}

/************** Contact **************/
#contactOnline .input2,
#contactOnline .selectbox,
#contactOnline textarea {
    width:100%;
}

/************** Content Tabs **************/
.cat-block h2.block {display:none;}
#closeDownload {
    display: none;
}

/*.person-menu a {
    height: 250px;
    width: 250px;
}
.person-menu .person-menu-item {
    background: #ccc;
    height: 300px;
    position: relative;
    margin-bottom: 2em;
    padding: 0 !important;
}*/
.person-menu .person-menu-item {
    padding-bottom: 1.5em !important;
}
.person-menu-image {
    /*display: block;
    margin: 0 auto;
    vertical-align: middle;*/
    width: 100%;
}
.person-menu-name {
    display: none;
    position: absolute;
    text-align: center;
    top: 50%;
}

/* Greyscale, then colour on hover */
/*.person-menu-image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ * /
  filter: gray; /* IE6-9 * /
  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ * /
}
.person-menu-image-active {
  filter: none;
  -webkit-filter: grayscale(100%);
}

.person-menu .mask,
.person-menu .mask:hover {
    background-color: transparent;
}*/
.person-menu .mask {
    background-color: #404040;
    bottom: 0;
    color: white;
    left: 5px;
    height: 7.5em;
    overflow: hidden;
    padding: 0 .75em;
    position: absolute;
    right: 5px;
    text-align: center;
}
.person-menu .mask h2 {
    color: #ffe600;
    font-size: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.content-tab-person {
    display: none;
}*/
.content-tab-image {
    text-align: center;
    margin-top: 0.5em;
}
@media (min-width: 600px) {
    .content-tab-image {
        float: right;
        margin: 0 0 1em 2em;
    }
}

/************** Delegates **************/
#delegatesList #display_search {
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
    padding: 4px 8px;
}
#delegatesList #display_search #controls .row {
    clear: both;
    padding: 4px 0;
}
#delegatesList #display_search #controls .row label {
    display: block;
    float: left;
    margin: 4px 8px 0 0;
    text-align: right;
    width: 150px;
}
#delegatesList #display_search #controls .row input[type="text"],
#delegatesList #display_search #controls .row select {
    float: left;
}
#delegatesList #display_search #controls .row .keywords {
    width: 450px;
}
#delegatesList #display_search #controls .row .statusFilter,
#delegatesList #display_search #controls .row .venueFilter,
#delegatesList #display_search #controls .row .officeFilter {
    width: 290px;
}
#delegatesList #results #list .row {
    border-collapse: collapse;
    clear: both;
}
#delegatesList #results #list .row tr td {
    text-align: left;
    vertical-align: top;
}
#delegatesList #results #list .row tr .image {
    padding: 7px;
    text-align: center;
    width: 93px;
}
#delegatesList #results #list .row tr .image img {
    background: white none repeat scroll 0 0;
    border: 2px solid #e1e1e1;
    padding: 1px;
}
#delegatesList #results #list .row tr .key {
    padding: 0 0 0 4px;
    text-align: right;
}
#delegatesList #results #list .row tr .key div {
    text-align: right;
    width: 196px;
}
#delegatesList #results #list .row tr .value {
    padding: 0 0 0 4px;
}
#delegatesList #results #list .row tr div {
    height: 14px;
}
#delegatesList #results #list .alternate {
    background: #f2f2f2;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
#delegatesList #results #list .row tr td .resultValueRows {
    margin: 3px 0 4px;
}
#delegatesList #results #list .row tr td .resultValueRows tr td {
    padding-bottom: 5px;
}

/************** Registration **************/
.quizTimePicker {
    width: 93px;
}

.editorHeading {
    display: inline-block;
    font-size: 24px;
}

.tip1 {
    background: #e6e6e6;
    border: 1px solid #c9c9c9;
    padding: 5px;
    max-width:500px;
}

#options input[type="radio"] {
    margin-right: 10px;
}

.quizout {margin-bottom:1em;}
.quizout .colon {margin:0 5px;}

.quizout label {
    font-weight: normal;
}

#icons {
    float: left;
}

.RegDetails {
    float: left;
    margin-right: 1em;
}

#aspNextBtn {
    padding-top: 1em;
}

span.quizTitle {display:block;}
#addCountry,#addSecondaryOption {margin-left:.5em;}
strong.country {display:block;}
p.yours  {margin:.5em 0 0;}
.countryListContainer p, .specialityListContainer p{margin:.5em 0}
#countryList[disabled="disabled"] {opacity:0.5;}
.removeCountry {margin:0; display:block; float:right;}
.removeOption {margin-left:.5em;}
.removeSpeciality {font-size:0.8em;}
#addAnotherCountry a{display:block; width:235px; text-align:center;}
.ui-datepicker-prev,.ui-datepicker-prev-hover {background-image:url(../images/leftArrow.png) !important; background-repeat:no-repeat !important; background-position:center !important;}
.ui-datepicker-next,.ui-datepicker-next-hover {background-image:url(../images/rightArrow.png) !important; background-repeat:no-repeat !important; background-position:center !important;}
.countryItem {padding:1em; background-color:#eee; margin-bottom:1em;}
.countryItem span {margin-right:.5em;}

.agendaTime {font-weight:bold; margin-bottom:10px;}
.agendaDesc {margin-bottom:.5em;}
.agendaDesc .inputField {float:left; width:5%; margin-right:2%; max-width:15px;}
.agendaDesc .inputField input[type="checkbox"], .agendaDesc .inputField input[type="radio"] {margin-top:4px;}
.agendaDesc .label {float:left; width:90%;}
.agendaDesc label {font-weight:normal;}
#agenda #buttonDiv {margin-top:1em;}

input[type="checkbox"], input[type="radio"] {margin-right:5px; width:auto;}

/************** Venues **************/
.agendaItem {
    clear: both;
    font-weight: bold;
    margin-right: 1em;
    /*min-width: 230px;*/
    /*display: inline;
    font-weight: bold;*/
}
.callout-location {
    background: #eee;
    margin-bottom: 3em;
}
    .callout-location h4 {
        margin-bottom: 0;
    }
#map { font-style:italic; }
.darkGreyBar {margin-top:1em; font-weight:bold;}

#venueDetail #map {margin-bottom:1em;}

/* --ACCOMMODATION-- */
#accommodationIndent ul li:before {content:none;}

/* --FAQ-- */
.searchContainer {padding:1em; background:#404040; color:#fff; margin-bottom:1em;}
.searchContainer h3 {margin:0 0 .5em 0;}
.searchContainer input {padding:.5em; width:80%; margin:0; border:none; border-radius:5px 0 0 5px;color:#404040; display:block; float:left;}
.searchContainer #searchButton {background:#ffe800; color:#000; padding:.5em 1em; border-radius:0 5px 5px 0; display:block; float:left;}
.faq {padding:1em; background:#eee; transition:background-color .2s linear;}
.faq.alternate {background:#ddd;}
.faq.featured {color:#000; background:#ffe600;}
.faq h4 {margin:0 0 .5em 0;}
.faq p {margin:0;}

/* --REGISTRATION CANCELLED PAGE-- */
.cancelledForm {padding:0px;}
.cancelledForm li:before{content:none;}
.cancelledForm li label {display:block;}
.cancelledForm li textarea {width:90%;}
#cancel .blankcenterbtn input {margin-right:1em; margin-bottom:1em;}

/* --LOGIN PAGE-- */
.button {padding:1em; display:block; font-weight:bold; margin-bottom: 1em; width:100%; text-align:center; background:#ffe800; color:#000; }
@media only screen and (min-width: 400px) {
    .button {max-width:200px;}
}
.newUserContainer, .existingUserContainer{padding:1em; border:1px solid #ccc; width:48%;}
.newUserContainer {margin-right:2%;}
.forgottenPasswordContainer{display:none;}
.loginContainer label {display:block; margin-bottom:.5em;}
.loginContainer input {display:block; margin-bottom:1em;}
label.checkbox {display:inline; padding-right:.5em;}
input.tickbox {display:inline;}
#container-remember-me {padding:1em 0;}

@media only screen and (max-width: 60em) {
    .newUserContainer, .existingUserContainer {float:none !important; width:98%; margin-top:1em;}
    .newUserContainer {margin-right:0;}
}

/* --PAYMENT PAGE-- */
.summaryOfCosts td, .paymentDetails td {padding:2px;}
.payOnline, .payOffline {width:49%;}
#payment .blankcenterbtn input{margin-top:1em;}
@media only screen and (max-width: 40em) {
    .payOnline, .payOffline {float:none!important;}
}
@media only screen and (max-width: 40em) {
    .paymentDetails td {display:block;}
}

.payOffline {margin:1em 0;}

/* --GUESTS REGISTRATION-- */
.guestTable {margin-bottom:1em;}
.guestTable td, .guestTable th{padding:5px;}

#shoppingcart {padding:1em; margin-bottom:1em; background:#ccc;}
#shoppingcart .left {line-height:1.9em; font-size:1.1em;}

/* --LIGHTBOX-- */
.LBoverlay {position:fixed; top:0px; left:0px; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:9999; display:none;}
.LBoverlay i {opacity:0; position:fixed; color:#fff;}
.LB {opacity:0; position:fixed; min-height:100px; background:#fff; color:#000; max-width:90%; box-shadow:0px 0px 10px #000; overflow-y:scroll; padding:1em 4em 1em 1em;}
.LB .LBclose {position:absolute; top:0px; right:0px; z-index:2; padding:1em; color:#fff; background:#000; border:1px solid #fff;}

#colours {display:block;}
.red {color:#dc0000;}
#agenda .label {padding-left:2em; background-position:7px 2px; background-repeat:no-repeat; background-size:16px;}
.agendaTime {margin-top:2em;}
#agenda hr {margin:2em 0 0 0;}

ol.editorList {padding:0;}
ol.editorList li {padding-left:20px; background-position:left 2px; background-repeat:no-repeat; background-size:16px; margin-bottom:5px; list-style:none;}
ol.editorList li:before{content:"";}

/* Digital Neighbourhood */
ol.editorList li:nth-child(1),
#id-85431,
#id-85432,
#id-85438,
#id-85439,
#id-85446,
#id-85447,
#id-85454,
#id-85455 {background-image:url(/aheadoftax2018/custom/images/blue.png);}

/* Global Trade Neighbourhood */
ol.editorList li:nth-child(2),
#id-85428,
#id-85429,
#id-85436,
#id-85437,
#id-85444,
#id-85445,
#id-85452,
#id-85453 {background-image:url(/aheadoftax2018/custom/images/green.png);}

/* FS Neighbourhood */
ol.editorList li:nth-child(4),
#id-85435,
#id-85434,
#id-85440,
#id-85441,
#id-85448,
#id-85449,
#id-85456,
#id-85457,
#id-85465 {background-image:url(/aheadoftax2018/custom/images/lilac.png);}

/* VAT, GST & SUT Neighbourhood */
ol.editorList li:nth-child(3),
#id-85425,
#id-85426,
#id-85442,
#id-85443,
#id-85450,
#id-85451,
#id-85458,
#id-85459,
#id-85708 {background-image:url(/aheadoftax2018/custom/images/red.png);}

/* --COOKIE NOTICE-- */
.cookieNotice {position:fixed; bottom:0px; left:0px; z-index:999; width:100%; padding:1em 2em; background:#0f0f0f; color:#fff; display:none;}
.cookieNotice p {margin:0px; padding:1em 0; width:80%;}
.cookieNotice a {width:15%; min-width:150px;}

@media only screen and (max-width: 1460px) {
    .cookieNotice p {padding:0px;}
}
@media only screen and (max-width: 860px) {
    .cookieNotice p {float:none !important; width:auto;}
    .cookieNotice a.button{float:none !important; display:block; margin:1em auto 0 auto;}
}