@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
body, .hero-text p, p, .p-normal, .product-list-simple li p, .quote p.author, .p-mini, .cells-with-left-icon p, .icn-h2-titles p, .expandable-list p, .news-home .news-main-block .main-title p, .news-home .news-items p, .p-spacious, table.table.standard td + td, .p-small, ul.horizontal li {
  font-family: Arial, sans-serif;
}

.hero-text h1, .hero-text .hero-strap p, h1, .h1-normal, h2, .h2-normal, .cta-container h2, h3, .h3-normal, table.table.standard th, .news-home .news-main-block h2, .h3-hl-big, table.table.standard td + td + td, .quote p.msg, .h3-hl, .product-list-simple li span, .single-box h3, .two-boxes h3, .h3-normal-light, table.table.standard td, .h3-bold, .product-list-simple li h3, .home-content h3, .menu-links, .navbar .menu a {
  font-family: Ubuntu, "Trebuchet MS", Arial, sans-serif;
}

/*
Usage:
@include keyframes(move-the-object) {
  0%   { left: 100px; }
  100% { left: 200px; }
}

.object-to-animate {
  @include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
}
Credits: http://joshbroton.com/quick-fix-sass-mixins-for-css-keyframe-animations/
*/
/* animations */
@-webkit-keyframes footerNoteHighlight {
  0% {
    color: #5F6569;
  }
  10% {
    color: #cbcbcb;
  }
  30% {
    color: #5F6569;
  }
  50% {
    color: #b0b0b0;
  }
  100% {
    color: #5F6569;
  }
}
@-moz-keyframes footerNoteHighlight {
  0% {
    color: #5F6569;
  }
  10% {
    color: #cbcbcb;
  }
  30% {
    color: #5F6569;
  }
  50% {
    color: #b0b0b0;
  }
  100% {
    color: #5F6569;
  }
}
@-o-keyframes footerNoteHighlight {
  0% {
    color: #5F6569;
  }
  10% {
    color: #cbcbcb;
  }
  30% {
    color: #5F6569;
  }
  50% {
    color: #b0b0b0;
  }
  100% {
    color: #5F6569;
  }
}
@keyframes footerNoteHighlight {
  0% {
    color: #5F6569;
  }
  10% {
    color: #cbcbcb;
  }
  30% {
    color: #5F6569;
  }
  50% {
    color: #b0b0b0;
  }
  100% {
    color: #5F6569;
  }
}
body {
  font-size: 100%;
  line-height: 1.5;
  font-size: 1em;
  background: #fff;
  color: #4a4a4a;
}

::selection {
  background: #083540;
  color: #fff;
  text-shadow: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #0ebcdc;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:active,
a:link:active,
a:visited:active {
  outline: 0;
  color: #000;
}

a:hover,
a:link:hover,
a:visited:hover {
  outline: 0;
  color: #0a8197;
}

a:focus {
  outline: thin dotted;
}

html, body, h1,
h2,
h3,
p,
ul,
li,
ul li {
  margin: 0;
  padding: 0;
}

.two-boxes .box, table.table.standard th, table.table.standard td, .losses, .textAlignCenter, .list-and-image .has-image, .home-content .product-list span {
  text-align: center;
}

.learn-about-cfd .cta-container-wrap h2 {
  margin-left: auto;
  margin-right: auto;
}

.navbar .menu .v-flipper {
  transform: scaleY(-1);
}

img {
  vertical-align: middle;
}

.hero-text .no-wrap {
  white-space: nowrap;
}

.move-up-25 {
  margin-top: -25px;
}

.mobile-trading-buffer, .margin-top-40 {
  margin-top: 40px;
}

.margin-top-70 {
  margin-top: 70px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div[id]:target:focus,
p[id]:target:focus {
  outline: none;
}

html, body {
  font-size: 100%;
  -text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
p,
ul,
li,
ul li {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

footer,
section {
  display: block;
}

div {
  box-sizing: border-box;
}

.hero-bg-ctr {
  position: relative;
  background-color: #f4f5f5;
}
.hero-bg-ctr + div {
  background: white;
}

.hero {
  color: inherit;
  position: relative;
}
.hero .container-fluid .col {
  float: none;
}
.hero.dark {
  color: #fff;
}

.hero-bg {
  position: relative;
  margin-top: -98px;
}
.hero-bg .ctr {
  padding-top: 196px;
}
.news .hero-bg .ctr, .gallery .hero-bg .ctr, .events .hero-bg .ctr, .about-cmc-markets .hero-bg .ctr {
  padding-bottom: 0;
  border: solid transparent;
  border-width: 0 0 10px 0;
}
.hero-bg .jumbotron {
  margin-bottom: 0;
  background-color: transparent;
  padding-bottom: 80px;
}

.hero-text p {
  font-weight: 400;
  line-height: 1.375;
  font-size: 1em;
  margin-bottom: 18px;
  color: inherit;
}
.dark .hero-text p {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.hero-text h1 {
  color: inherit;
  font-weight: 300;
  line-height: 1;
  font-size: 2em;
  letter-spacing: normal;
  margin-bottom: 0.34375em;
}
.dark .hero-text h1 {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .hero-text h1 {
    font-size: 2.625em;
    line-height: 1.28571;
    letter-spacing: -1.51915px;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-text h1 {
    font-size: 2.875em;
    line-height: 1.17391;
    letter-spacing: -1.66383px;
    margin-bottom: 0.54348em;
  }
}
.hero-text .hero-desc p {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .hero-text .hero-desc p {
    font-size: 1em;
    line-height: 1.75;
  }
}
.hero-text .hero-strap p {
  font-weight: 400;
  line-height: 1.375;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .hero-text .hero-strap p {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) {
  .hero-text .hero-strap p:last-child {
    margin-bottom: 1.35em;
  }
}

@media only screen and (min-width: 1200px) {
  .index .hero-bg {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-box {
  min-height: 356px;
}
.single-box .box {
  max-width: 600px;
  min-height: 250px;
  margin: 57px 0 49px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #EBECEC;
  background-color: whitesmoke;
  background-color: rgba(245, 245, 245, 0.89);
}
.single-box .box span {
  display: block;
  margin: 0 10px;
}
.single-box h3 {
  margin-bottom: 20px;
}
.single-box p.p-spacious {
  margin-bottom: 18px;
}

.box-show-text-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .box-show-bg-only .box {
    border: none;
    background: transparent;
  }
  .box-show-bg-only .box .wrap {
    display: none;
  }

  .box-show-text-only {
    display: block;
  }
}
.two-boxes {
  min-height: 356px;
}
.two-boxes .box {
  width: 100%;
  max-width: 450px;
  min-height: 250px;
  margin: 57px auto 49px;
  border-radius: 5px;
  border: 1px solid #EBECEC;
  background-color: whitesmoke;
  background-color: rgba(245, 245, 245, 0.89);
}
.two-boxes .box span {
  display: block;
  margin: 0 10px;
}
.two-boxes h3 {
  margin-bottom: 20px;
}
.two-boxes p.p-spacious {
  margin-bottom: 18px;
}
.two-boxes span.icon {
  display: block;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}
.two-boxes span.icon-curr {
  background-image: url("/land-rover-bar/images/icn-curr.svg");
}
.two-boxes span.icon-learn {
  background-image: url("/land-rover-bar/images/icn-learn.svg");
}

h1, .h1-normal {
  font-weight: 300;
  line-height: 1.17391;
  font-size: 2.875em;
  letter-spacing: -1.66383px;
  color: #333;
}

h2, .h2-normal, .cta-container h2 {
  font-weight: 400;
  line-height: 1.125;
  font-size: 1.75em;
  color: #333;
}

h3, .h3-normal, table.table.standard th, .news-home .news-main-block h2 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.25em;
  color: #333;
}

.h3-hl-big, table.table.standard td + td + td, .quote p.msg {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.5em;
  color: #13B0CE;
}

.h3-hl, .product-list-simple li span {
  font-weight: 500;
  line-height: 1;
  font-size: 1.125em;
  color: #13B0CE;
}

.single-box h3, .two-boxes h3, .h3-normal-light, table.table.standard td {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.25em;
  color: #5F6569;
}

.h3-bold, .product-list-simple li h3 {
  font-weight: 500;
  line-height: 1.25;
  font-size: 1.125em;
  color: #333;
}

.home-content h3 {
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.125em;
  color: #0ebcdc;
}

p, .p-normal, .product-list-simple li p, .quote p.author {
  font-weight: 400;
  line-height: 1.7;
  font-size: 1em;
  color: #5F6569;
  margin-bottom: 20px;
}

.p-mini, .cells-with-left-icon p, .icn-h2-titles p, .expandable-list p, .news-home .news-main-block .main-title p, .news-home .news-items p {
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.875em;
  color: #5F6569;
}

.p-spacious, table.table.standard td + td {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1em;
  color: #5F6569;
}

.p-small {
  font-weight: 400;
  line-height: 1.625;
  font-size: 0.8125em;
  color: #5F6569;
}

.menu-links, .navbar .menu a {
  font-weight: 400;
  line-height: 1.7;
  font-size: 1em;
}

/* Default fonts */
.button {
  display: inline-block;
  padding: 0.625em 1.5625em;
  border-radius: 3px;
  font-family: Ubuntu, "Trebuchet MS", Arial, sans-serif;
}

a.btn-cta-big, a.btn-cta-blue {
  font-size: 1.0625em;
  font-weight: 700;
  margin: 0 0.625em;
  min-width: 240px;
  margin-bottom: 10px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.04);
  background-color: #fff000;
  color: #333000;
}

a.btn-cta-blue {
  background: #0DB3D2;
  color: #fff;
  font-weight: normal;
}

a.btn-transparent {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0.625em;
  border: 1px solid #939AA0;
  color: #5F6569;
}

a.btn-info {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0.625em;
  border: 1px solid #E4E4E4;
  color: #0DB3D2;
}
a.btn-info.current {
  border: 1px solid #0DB3D2;
}

a.btn-paired {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0.625em;
  width: 46%;
  margin: 0;
  padding: 1em 0.5em;
  box-sizing: border-box;
  border: 2px solid #e4e4e4;
}
a.btn-paired.current {
  border: 2px solid #0DB3D2;
}
a.btn-paired:first-child {
  margin-right: 6%;
}

a.btn-info-main {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0.625em;
  display: block;
  margin: 0;
  padding: 1em;
  background-color: #fff;
  color: #0DB3D2;
  border-radius: 0;
}
.current a.btn-info-main {
  color: #fff;
  background-color: #0DB3D2;
}

@media only screen and (max-width: 768px) {
  a.btn-paired {
    font-size: 0.9375em;
    margin: 0 2% 4% 2%;
    padding: 1.165em 0;
    width: 40%;
  }
  a.btn-paired:first-child {
    margin: inherit;
  }

  a.btn-info-main {
    padding: 0.625em;
  }
}
.section {
  padding-top: 70px;
  padding-bottom: 60px;
}
.section.clear-top {
  padding-top: 0;
}

/*
div.body-ctr > div.section:last-child, {
div.body-ctr > div.section:last-of-type {
	background: red;
}
*/
@media only screen and (max-width: 768px) {
  .section {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
.cells-with-left-icon li {
  margin: 40px 0;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}
.cells-with-left-icon.icn-timeframes {
  background-image: url("/land-rover-bar/images/icn-timeframes.png");
}
.cells-with-left-icon.icn-world {
  background-image: url("/land-rover-bar/images/icn-world.png");
}
.cells-with-left-icon.icn-search {
  background-image: url("/land-rover-bar/images/icn-search.png");
}
.cells-with-left-icon.icn-ring {
  background-image: url("/land-rover-bar/images/icn-ring.png");
}
.cells-with-left-icon.icn-sandglass {
  background-image: url("/land-rover-bar/images/icn-sandglass.png");
}
.cells-with-left-icon.icn-phone {
  background-image: url("/land-rover-bar/images/icn-phone.png");
}

.list-with-icons {
  max-width: 460px;
}
.list-with-icons li {
  margin: 0;
  padding: 0 0 26px 56px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #5F6569;
}
.list-with-icons li.icn-bet-fx {
  background-image: url("/land-rover-bar/images/icn-fx-32x32.png");
}
.list-with-icons li.icn-world {
  background-image: url("/land-rover-bar/images/icn-world-32x32.png");
}
.list-with-icons li.icn-mob {
  background-image: url("/land-rover-bar/images/icn-mob-32x32.png");
}
.list-with-icons.tick {
  margin-top: 20px;
}
.list-with-icons.tick li {
  padding: 0 0 10px 50px;
  background-image: url("/land-rover-bar/images/icn-checkbox.png");
}
@media only screen and (max-width: 768px) {
  .list-with-icons {
    margin: 0 auto;
  }
}
.list-with-icons.support li {
  padding: 0 0 16px 40px;
}
.list-with-icons.support li.icn-phone-old {
  background-image: url("/land-rover-bar/images/icn-phone-old.png");
}
.list-with-icons.support li.icn-mail {
  background-image: url("/land-rover-bar/images/icn-mail.png");
}
.list-with-icons.support li.icn-chat {
  background-image: url("/land-rover-bar/images/icn-chat.png");
}
.about-cmc-markets .list-with-icons {
  max-width: 100%;
}
.about-cmc-markets .list-with-icons .fx, .about-cmc-markets .list-with-icons .world, .about-cmc-markets .list-with-icons .mob {
  padding: 10px 0 16px 56px;
  background-position: 0 25%;
}

.icn-h2-titles li {
  display: block;
}
.icn-h2-titles h2 {
  padding: 0 0 5px 65px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icn-h2-titles .icn-fx {
  background-image: url("/land-rover-bar/images/icn-fx.png");
}
.icn-h2-titles .icn-indices {
  background-image: url("/land-rover-bar/images/icn-indices.png");
}
.icn-h2-titles .icn-commodities {
  background-image: url("/land-rover-bar/images/icn-commodities.png");
}

.mobile-trading .icn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.mobile-trading .icn-android {
  background-image: url("/land-rover-bar/images/icn-android.png");
}
.mobile-trading .icn-ios {
  background-image: url("/land-rover-bar/images/icn-ios.png");
}
.mobile-trading .app-badge {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: inline-block;
  margin-right: 16px;
  opacity: 1;
}
.mobile-trading .app-badge:first-of-type {
  margin-bottom: 12px;
}
.mobile-trading .app-badge:hover {
  opacity: 0.7;
}
.mobile-trading .vital {
  font-size: 15px;
  font-weight: bold;
  margin: 60px 0 20px;
}

.table-div {
  display: table;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #0DB3D2;
  border-radius: 4px;
  overflow: hidden;
}
.table-div-row {
  display: table-row;
}
.table-div-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.table-div-cell.current {
  background-color: #0DB3D2;
}

table.table.standard {
  border-collapse: separate;
  border-spacing: 0;
  /* border radius*/
}
table.table.standard th, table.table.standard td {
  line-height: 2.428571em;
  vertical-align: middle;
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top: none;
}
table.table.standard tr:first-child th {
  border-top: 1px solid #E3E3E3;
  background-color: #FAFAFA;
}
table.table.standard tr:first-child th:first-of-type {
  text-align: left;
  background-color: #FFF;
  border-top: none;
  border-left: none;
}
table.table.standard td:first-of-type {
  text-align: left;
  border-left: none;
}
table.table.standard th:last-child {
  border-radius: 0 6px 0 0;
  border-right: 1px solid #E3E3E3;
}
table.table.standard th:nth-child(2) {
  border-radius: 6px 0 0 0;
}
table.table.standard tr td:last-child {
  border-right: 1px solid #E3E3E3;
}
table.table.standard tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
.ie8 table.table.standard th + th + th {
  border-right: 1px solid #E3E3E3;
}
.ie8 table.table.standard td + td + td {
  border-right: 1px solid #E3E3E3;
}

.expandable-list, .expandable-list li {
  list-style: none;
}

.expandable-list {
  margin: 0;
  padding: 0;
}
.expandable-list input[type=checkbox] {
  display: none;
}
.expandable-list li:last-child div.block {
  border-bottom: 1px solid #e4e4e4;
}
.expandable-list div.block {
  padding: 1.125em 0 0.75em;
  border-top: 1px solid #e4e4e4;
  background: #fff;
}
.expandable-list div.block div {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ie8 .expandable-list div.block div {
  display: inline-block;
}
.expandable-list div.block label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 46px;
  cursor: pointer;
}
.expandable-list div.block label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 2px;
  left: 17px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #0DB3D2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.expandable-list p {
  margin-left: 46px;
}
.expandable-list input[type=checkbox]:checked ~ div.block {
  background: #fcfcfc;
}
.expandable-list input[type=checkbox]:checked ~ div.block div {
  opacity: 1;
  height: 100%;
}
.expandable-list input[type=checkbox]:checked ~ div.block label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 2px;
  left: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-list-simple, .product-list-simple li {
  list-style: none;
}

.product-list-simple li {
  margin-bottom: 26px;
}
.product-list-simple li h3 {
  margin-bottom: 6.15px;
  padding-left: 20px;
  position: relative;
}
.product-list-simple li span {
  position: absolute;
  left: 0;
  line-height: inherit;
  font-size: inherit;
  text-shadow: none;
}

.cta-container-wrap {
  margin: 0 auto 20px;
  padding: 34px 0 28px;
  max-width: 600px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background-color: #f4f5f5;
  text-align: center;
}
.cta-container:last-child .cta-container-wrap {
  margin-bottom: 0;
}
.cta-container .button {
  margin: 28px 0 20px;
}
@media only screen and (max-width: 460px) {
  .cta-container {
    /*padding: 34px 10px 28px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;*/
  }
  .cta-container .cta-container-wrap {
    /*	margin: 0;
    	padding: 0;
    	border: none;
    	border-radius: 0;
    	background-color: inherit;*/
  }
}
.section.no-bg .cta-container .cta-container-wrap {
  background-color: inherit;
  border: none;
}
@media only screen and (max-width: 460px) {
  .section.no-bg .cta-container {
    background-color: inherit;
  }
}

.learn-about-cfd .cta-container-wrap {
  background: #fff;
}
.learn-about-cfd .cta-container-wrap h2 {
  color: #4d4d4d;
  font-size: 22px;
  line-height: 38px;
  max-width: 340px;
  padding: 0 10px;
}
.learn-about-cfd .cta-container-wrap a {
  font-size: 17px;
}
@media only screen and (max-width: 460px) {
  .learn-about-cfd {
    padding: 15px 15px 15px;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
  }
  .learn-about-cfd .cta-container-wrap {
    margin: 0 auto;
    padding: 25px 0 25px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
  }
}

.footer-menu ul {
  float: right;
}
@media only screen and (max-width: 768px) {
  .footer-menu p {
    display: block;
    margin-bottom: 28px;
  }
  .footer-menu ul.horizontal {
    float: none;
  }
  .footer-menu ul.horizontal li {
    float: none;
    display: inline-block;
  }
}

.footer {
  border-top: 1px solid #cfd7de;
}
.footer-wrap {
  margin: 48px 0 114px;
}
.footer .section p {
  font-size: 0.8125em;
  line-height: 1.55077;
  margin-bottom: 20px;
}
.footer #awards-fn-1:target, .footer #awards-fn-2:target {
  -webkit-animation: footerNoteHighlight 2s;
  -moz-animation: footerNoteHighlight 2s;
  -o-animation: footerNoteHighlight 2s;
  animation: footerNoteHighlight 2s;
}

h1, h1.h1-normal {
  margin-bottom: 18.65px;
}

h2, h2.h2-normal {
  margin-bottom: 26.65px;
}

.no-wrap {
  white-space: nowrap;
}

a.fn-link {
  color: #5F6569;
}
a.fn-link:hover {
  color: #92989c;
}

.img-padded {
  padding: 0 10%;
}

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

.nostyle-list li {
  list-style: none;
}

.inline {
  display: inline;
}

.losses {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .mq-mobile-hidden {
    display: none;
  }

  .mq-mobile-centre {
    text-align: center;
  }
  .mq-mobile-centre img {
    display: inline;
  }
  .mq-mobile-centre ~ .col-md-6 {
    margin-top: 26px;
  }

  .mq-tablet-inverse {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .mq-tablet-inverse > div {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}
#product-grid, #order-ticket, #open-positions, #countdown-history {
  display: block;
}
#product-grid:before, #order-ticket:before, #open-positions:before, #countdown-history:before {
  display: block;
  content: " ";
  margin-top: -118px;
  height: 118px;
  visibility: hidden;
}

.index .logo-holder img {
  margin: 10px auto 45px;
}

.container-simple-bg {
  background-color: #f4f5f5;
  border-bottom: 1px solid #cfd7de;
}
.container-simple-bg.container-padded {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 20px;
}

.padded-container {
  padding: 65px 0 120px;
}

ul.right {
  float: right;
}
ul.horizontal li {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  line-height: 1.125;
  font-size: 1em;
}
ul.horizontal li:last-child {
  margin: 0;
}

.list-and-image .has-image img {
  display: inline;
}
@media only screen and (min-width: 768px) {
  .list-and-image .has-image.fade-to-left {
    position: absolute;
    right: 50%;
    width: auto;
  }
  .list-and-image .has-image.fade-to-left + .col-md-6 {
    margin-left: 50%;
  }
  .list-and-image .has-image.fade-to-right {
    position: absolute;
    left: 50%;
    width: auto;
  }
}

.video {
  background-color: #f4f5f5;
  border-bottom: 1px solid #cfd7de;
  text-align: center;
}
.video-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.video-wrap div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-home .news-main-block {
  position: relative;
  margin-top: 50px;
  background: #fff;
}
.news-home .news-main-block .main-title {
  position: relative;
}
.news-home .news-main-block .main-title p {
  margin: 0;
  border-bottom: 1px solid #D7D7D7;
}
.news-home .news-main-block .news-main-bg-img {
  display: none;
}
.ie8 .news-home .news-main-block .news-main-bg-img {
  display: block;
}
.news-home .news-main-block h2 {
  padding-right: 10px;
  padding-top: 17px;
  margin-bottom: 2px;
}
.news-home .news-main-block:hover h2 {
  color: #0ebcdc;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.news-home .news-main-block a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.news-home .news-main-block .news-main-bg-img {
  background: url("/land-rover-bar/images/news/t3-first-bermuda-day-small.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.news-home .news-items .item div {
  position: relative;
  margin-top: 28px;
  padding: 0;
  border-bottom: 1px solid #D7D7D7;
}
.news-home .news-items .item:last-child div {
  border-right: none;
}
.news-home .news-items h3 {
  margin-bottom: 2px;
}
.news-home .news-items p {
  margin-bottom: 2px;
}
.news-home .news-items a {
  padding: 2px 0;
  color: #333;
}
.news-home .news-items a:hover {
  color: #0ebcdc;
}
.news-home .other-news {
  margin-top: 42px;
}
.news-home .other-news a {
  color: #333;
}
.news-home .other-news a:hover {
  color: #0ebcdc;
}
@media only screen and (min-width: 460px) {
  .news-home .news-main-block {
    background: #F3F3F3;
  }
  .news-home .news-main-block .news-main-bg-img {
    display: block;
  }
  .news-home .news-main-block .main-title {
    position: relative;
    border-bottom: 9px solid #001B35;
  }
  .news-home .news-main-block .main-title h2 {
    margin-bottom: inherit;
    line-height: 1.125;
    font-size: 1.75em;
    font-weight: 400;
  }
  .news-home .news-main-block .main-title p {
    position: absolute;
    margin: 0;
    bottom: 8px;
    left: 15px;
    border-bottom: none;
  }
  .news-home .news-main-block .col {
    min-height: 220px;
  }
  .news-home .news-main-block .col:first-child {
    padding-right: 0;
  }
  .news-home .news-main-block .col:last-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .news-home .other-news {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .news-home .news-items .item div {
    position: relative;
    padding: 0 10px 10px 0;
    min-height: 150px;
    margin-top: 40px;
    border-right: 1px solid #D7D7D7;
    border-bottom: none;
  }
  .news-home .news-items .item:last-child div {
    border-right: none;
  }
  .news-home .news-items h3 {
    margin-bottom: 40px;
  }
  .news-home .news-items p {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
  }
}

.quote .quotes-wrap {
  margin: 0 auto;
  max-width: 760px;
}
.quote p.msg {
  color: #333;
  font-weight: 300;
  line-height: 1.7;
}
.quote span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel {
  max-width: 736px;
  margin: 0 auto;
}

.navbar {
  z-index: 1;
  height: 76px;
  margin-bottom: 0;
  border: solid #0ebcdc;
  border-width: 4px 0 0 0;
  background: rgba(20, 24, 34, 0.85);
}
@media only screen and (min-width: 768px) {
  .navbar {
    height: 98px;
  }
}
.ie9 .navbar, .lt-ie9 .navbar {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc001B35,endColorstr=#cc001124);
}
.navbar .navbar-brand {
  margin: 9px 20px 9px 15px;
  width: 87px;
  height: 50px;
  float: left;
  padding: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI4NyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA4NyA1MCI+PGcgZmlsbD0iIzBlYmNkYyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAuODUpIj48cGF0aCBpZD0iYSIgZD0iTTUuMyA0Ni44Yy41IDAgMS4xLS4xIDEuOC0uNGwuNi0uMnYxLjVsLS40LjFjLS44LjItMS42LjQtMi4yLjQtMi4xIDAtMy42LTEuMy0zLjYtNCAwLTIuNiAxLjUtNCAzLjYtNCAuNiAwIDEuNC4xIDIuMi40bC40LjF2MS41bC0uNi0uMmMtLjgtLjItMS40LS40LTEuOC0uNC0xLjQgMC0yLjEuOC0yLjEgMi42cy43IDIuNiAyLjEgMi42eiIvPjxwYXRoIGlkPSJiIiBkPSJNMTEgNDguMUg5LjR2LTYuM2MwLS43LjMtMSAuOS0xLjIuOS0uMyAxLjYtLjQgMi4zLS40LjkgMCAxLjYuMiAyIC42LjgtLjQgMS42LS42IDIuNS0uNiAyIDAgMi44IDEuMSAyLjggMi43VjQ4aC0xLjZ2LTVjMC0uOC0uMy0xLjQtMS4zLTEuNC0uNyAwLTEuMS4yLTEuNi40LjEuMi4yLjYuMi45VjQ4SDE0di01YzAtLjgtLjMtMS40LTEuMy0xLjQtLjQgMC0uOCAwLTEuNS4zdjYuMnoiLz48dXNlIHhsaW5rOmhyZWY9IiNhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS45KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPjxwYXRoIGQ9Ik00OS45IDQ1Ljl2LTNjMC0xLjktLjktMi42LTMtMi42LS44IDAtMS42LjEtMi42LjR2MS40aC4xYy45LS4zIDEuNy0uNCAyLjQtLjQgMS4zIDAgMS41LjQgMS41IDEuM3YuNWgtMS43Yy0xLjggMC0zLjUuNS0zLjUgMi40IDAgMi41IDMuMSAyLjQgMy43IDIuNCAwIDAgMS44LS4xIDIuMy0uNC40LS4zLjctLjcuNy0xLjIuMS0uNi4xLS44LjEtLjh6bS0xLjUuNWMwIC4yLS4xLjMtLjIuMy0uMi4yLTEuMi4yLTEuMi4yLS43IDAtMi4yLjEtMi4yLTEuMSAwLS44LjYtMS4yIDEuNy0xLjJoMS45djEuOHoiLz48dXNlIHhsaW5rOmhyZWY9IiNiIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMS45KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPjxwYXRoIGQ9Ik01NS41IDQwLjNjLS4zIDAtLjctLjEtMS0uMS0yIDAtMyAuOC0zIDIuNlY0OGgxLjd2LTUuMmMwLS45LjItMS4zIDEuNS0xLjMuMiAwIC41IDAgLjguMXYtMS4zek02Mi4yIDQ4LjFsLTIuMy0zLjctLjcuOGMtLjUuNS0uNC44LS40IDEuN3YxLjJoLTEuNlYzOGgxLjZ2NS40bDIuNy0zaDJMNjEuMSA0M2wzIDUuMWgtMS45ek03Ny40IDQ2LjVjLS4zLjItLjcuMy0xLjQuMy0uOCAwLTEuMS0uNS0xLjEtMS4zdi0zLjhINzd2LTEuM2gtMlYzOGgtMS42djIuNGgtMS4xdjEuM2gxLjF2My44YzAgMS44LjggMi43IDIuNSAyLjcuOCAwIDEuMy0uMiAxLjYtLjN2LTEuNHpNNzAuOCA0Ni40bC0uNC4xYy0uOS4zLTEuNS4zLTIuMi4zLTEuMyAwLTIuMi0uNi0yLjMtMmg0LjhjLjUgMCAuOC0uMy44LS44IDAtMi42LTEuNC0zLjgtMy41LTMuOC0xLjkgMC0zLjYgMS4yLTMuNiA0IDAgMi42IDEuNSAzLjkgMy44IDMuOS45IDAgMS41LS4xIDIuNS0uNGguMXYtMS4zek02OCA0MS41YzEuNCAwIDEuOS45IDEuOSAyLjFINjZjLjEtMS4zLjgtMi4xIDItMi4xek04MC44IDQ0LjhsMS41LjJjLjguMSAxLjEuNSAxLjEuOSAwIC44LS43IDEtMS41IDFzLTEuNCAwLTIuNi0uNGwtLjUtLjF2MS40bC4zLjFjMS4xLjMgMS44LjQgMi44LjQgMS43IDAgMy4xLS43IDMuMS0yLjQgMC0xLjItLjgtMS45LTIuMi0yLjFsLTEuNC0uMmMtLjgtLjEtMS4xLS40LTEuMS0uOSAwLS43LjYtMSAxLjMtMSAuOCAwIDEuNy4yIDIuNS41aC4xdi0xLjRjLS45LS4zLTEuNi0uNC0yLjYtLjQtMS42IDAtMi45LjgtMi45IDIuNCAwIDEuMS44IDEuNyAyLjEgMnoiLz48cGF0aCBpZD0iYyIgZD0iTTI0LjYgMjMuOGwtMi4zLjdjLTMgLjgtNS40IDEuNC03LjMgMS40LTUuNCAwLTguMi0zLjMtOC4yLTEwLjFDNi44IDguOSA5LjUgNS42IDE1IDUuNmMxLjkgMCA0LjMuNiA3LjMgMS40bDIuMy43VjEuOWwtMS41LS40QzE5LjguNSAxNi45IDAgMTQuMyAwIDUuOCAwIDAgNS40IDAgMTUuOGMwIDEwLjggNS44IDE1LjggMTQuNCAxNS44IDIuNSAwIDUuNC0uNiA4LjgtMS42bDEuNS0uNHYtNS44eiIvPjxwYXRoIGQ9Ik0zNC4zIDMxLjJjMSAwIDEuOC0uOCAxLjgtMS44VjguOGMwLTIuNy0xLjQtNC0zLjktNC44LTEtLjMtMi0uNi0yLjktLjh2MjguMWMwLS4xIDQtLjEgNS0uMXpNNTYuMiAyOS41Vi4yYy0uOS4yLTEuOS41LTIuOS44LTIuNS44LTMuOSAyLjEtMy45IDQuOFYzMS4yaDVjMSAwIDEuOC0uOCAxLjgtMS43ek00NC40IDMxLjJjMSAwIDEuOC0uOCAxLjgtMS44VjljMC0yLjctMS40LTQtMy45LTQuOC0xLS4zLTItLjYtMi45LS44djI3LjhoNXoiLz48dXNlIHhsaW5rOmhyZWY9IiNjIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MC4xKSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPjwvZz48L3N2Zz4=') no-repeat 50% 50%;
  position: relative;
  text-indent: -999em;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .ovr .navbar .navbar-brand {
    margin-top: 18px;
    margin-left: 0;
  }
}
.navbar .navbar-header {
  margin-bottom: -76px;
}
.navbar .menu {
  position: relative;
  margin: 20px 0 0 0;
  color: #878787;
}
.navbar .menu #menu-showing {
  display: none;
}
.navbar .menu #menu-showing:checked ~ .items-ctr {
  display: block;
}
.navbar .menu .items-ctr {
  position: relative;
  top: 5px;
  clear: both;
  display: none;
}
.navbar .menu a {
  line-height: 28px;
  color: #878787;
  letter-spacing: 0.3px;
}
.navbar .menu ul {
  margin: 0 -15px;
  background-color: rgba(20, 24, 34, 0.85);
}
.navbar .menu ul.has-links li {
  padding: 0;
  border: 1px solid rgba(135, 135, 135, 0.5);
  border-width: 1px 0 0 0;
  border-radius: 0;
  margin: 0 15px;
  height: 54px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTkiIHdpZHRoPSIxMiIgdmlld0JveD0iMCAwIDEyIDE5Ij48cGF0aCBzdHlsZT0idGV4dC1kZWNvcmF0aW9uLWNvbG9yOiMwMDA7aXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsO2Jsb2NrLXByb2dyZXNzaW9uOnRiO3RleHQtZGVjb3JhdGlvbi1saW5lOm5vbmU7dGV4dC1kZWNvcmF0aW9uLXN0eWxlOnNvbGlkO3RleHQtaW5kZW50OjA7dGV4dC10cmFuc2Zvcm06bm9uZSIgZD0iTTEuOTkyLjA3NkExLjUgMS41IDAgMCAwIC45NDcgMi42NTJMMy43OCA1LjQ4NGw0LjEwOCA0LjEwOC02Ljc1IDYuNzVhMS41IDEuNSAwIDEgMCAyLjEyIDIuMTJsNy44MTEtNy44MWExLjUgMS41IDAgMCAwIDAtMi4xMkw1LjkwMSAzLjM2MiAzLjA2OS41MzFBMS41IDEuNSAwIDAgMCAxLjk5My4wNzZ6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM5Nzk3OTciIGNvbG9yPSIjMDAwIiB3aGl0ZS1zcGFjZT0ibm9ybWFsIi8+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.navbar .menu ul.has-links li a {
  display: block;
  line-height: 54px;
  margin: 0;
}
.navbar .menu ul.has-links a:hover,
.navbar .menu ul.has-links .current {
  color: #F8F8F8;
}
.navbar .menu ul.has-links li {
  display: block;
  text-align: left;
}
.navbar .menu ul.has-links li.current a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .navbar .menu {
    margin: 12px 0 0 87px;
  }
  .navbar .menu .items-ctr {
    display: block;
  }
  .navbar .menu ul {
    background-color: transparent;
  }
  .navbar .menu ul.has-links {
    margin: 0;
    padding: 0 0 0 45px;
  }
  .navbar .menu ul.has-links li {
    padding: 12px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    height: auto;
    margin: 0;
    background-image: none;
  }
  .navbar .menu ul.has-links li a {
    display: inline;
    line-height: 28px;
  }
  .navbar .menu ul.has-links li a:before {
    display: none;
  }
  .ovr .navbar .menu ul li {
    display: inline-block;
  }
  .ovr .navbar .menu ul li .has-links {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .menu .right-md {
    float: right;
  }
}
.navbar .left {
  float: left;
}
.navbar .right {
  float: right;
}
.navbar .btn {
  font-size: 16px;
}
.navbar .btn.burger {
  background-color: transparent;
  border: 1px solid #979797;
  color: #FFFFFF;
}
.navbar .btn.burger {
  box-sizing: border-box;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzMiIHdpZHRoPSIzMyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzMy4wMDAwMDAzMSAzMi45OTk5OTk1MSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyNC41IC0zNTYuNzIpIj48cGF0aCBpZD0iYSIgZD0iTTI1My41IDM1OS43MmgtMjVjLTEuNjUgMC0zIDEuMTI1LTMgMi41czEuMzUgMi41IDMgMi41aDI1YzEuNjUgMCAzLTEuMTI1IDMtMi41cy0xLjM1LTIuNS0zLTIuNXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzk3OTc5NyIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTEpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIi8+PHVzZSB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyMikiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiLz48L2c+PC9zdmc+') no-repeat 50% 50%;
  width: 48px;
  height: 48px;
}

.index .hero {
  background-color: #000;
}
.index .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-main-767x519-v2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .index .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-main-1280x867.jpg");
    background-position: 50% 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .index .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-main-1880x867.jpg");
    background-position: 50% 0%;
  }
}
.ie8 .index .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-main-1880x867.jpg");
}

@media only screen and (min-width: 1200px) {
  .index .hero-bg {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-content {
  color: #4a4a4a;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-content h3 {
  margin: 0 0 1em 0;
}
.home-content .product-list {
  max-width: 400px;
}
.home-content .product-list .item {
  position: relative;
  max-width: 400px;
  margin-left: 19px;
  padding: 0 0 30px 36px;
  border-left: dashed 1px #cfd7de;
}
.home-content .product-list .item.last {
  border: none;
}
.home-content .product-list p {
  font-size: 0.875em;
  line-height: 1.44;
}
.home-content .product-list span {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: -19px;
  border: 2px solid #cfd7de;
  border-radius: 18px;
  line-height: 34px;
  font-size: 1.25em;
  background: #fff;
  color: #0ebcdc;
  font-style: normal;
}
.home-content .product-list ul, .home-content .product-list li {
  list-style: outside none none;
}
.home-content img {
  margin: 4px;
}
@media only screen and (max-width: 768px) {
  .home-content .img-holder, .home-content .app-show {
    display: none;
  }
  .home-content .product-list {
    text-align: left;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-content {
    padding-top: 50px;
  }
  .home-content img {
    margin-bottom: 20px;
  }
}

.two-boxes-bg {
  background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-767x511.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .two-boxes-bg {
    background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-1199x854.jpg");
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .two-boxes-bg {
    background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-2560x1707.jpg");
    background-position: 50% 50%;
  }
}
.ie8 .two-boxes-bg {
  background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-2560x1707.jpg");
}

.single-box-bg {
  background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-767x511.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .single-box-bg {
    background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-1199x854.jpg");
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .single-box-bg {
    background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-2560x1707.jpg");
    background-position: 50% 50%;
  }
}
.ie8 .single-box-bg {
  background-image: url("/land-rover-bar/images/cmc-markets-bar-sponsorship-middle-2560x1707.jpg");
}

.box-show-text-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .box-show-bg-only .box {
    border: none;
    background: transparent;
  }
  .box-show-bg-only .box .wrap {
    display: none;
  }

  .box-show-text-only {
    display: block;
  }
}
.list-with-icons .fx {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAZlBMVEUAAAAdtMcdtcQetcgetsgdtsgetcgetsgetsgetsgctcYcssYftccetscarcIetsgftscetsgetsgetccftcYdtccdtMYetMgasMUetsgetscetscdtccdtcYctsccssYZtcUftsjiRo1MAAAAIXRSTlMAaTTe2Iv978qBSCuVehP2wLesnXRvRTIY48Okg2RJPx/40n8BAAAAlElEQVQ4y+2Ryw6DIBBFLxWRt/Vt3+X/f7KD3aGku8aFJ4G5JCdkJoPwg0P4v8B7FuGWlfSSjFWJoLFwlnSCmMDSH05wBVEHBiM6zNVaKL+hmuE8bmEt9JzzglILYAwbQsTEaIBmSxiVUpZSA+BFNddD/cbdo8sLAyZh4bNTSEAGYfBIhUG3S3Va0X3Vz8sO171n4QNEs3a8Icb91AAAAABJRU5ErkJggg==');
}
.list-with-icons .world {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAAnFBMVEUAAAAetcgdtMgetsgetcgftsgetsgetsgdtMYdtccetsgdtcgetsgetccXs8IetccdtsgTqr0Al7QetsgetsgetcgdtccdtccdtcYcs8YatMcetsgetsgetccetsgetscdtcgetsgetcgdtccdtccdtMcbsscRsMEdtccbscUcqsYAoqIetsgetcgdtMgetscctMYYsMIetsgftsiHxgR5AAAAM3RSTlMAtFj72fDtv1FJupSOgRi3sAkD+OfSe3dcPSbz5ODHxMKkh3JjRC0PaCESBaucbWs1FM1nZGIHAAAByUlEQVQYGX3BB1IjMQBFwW9Lk/M455wjvPvfbeUFG4qi6NY3VZicbTtYZHf95l62eBovd/rhcAY6HRjjlT74q1rfbXxMcrhA7+5hq+gd4p2+rA3BUBFk0mBEIvU97EFPkSE56dimkBNCJA0tnZ0+DD1M0BssaA31UNAehqkdUerDjGKTzkfgz8pLsig6wLhchSP6egjx3iRlmFsvW6bdfbNkIufKpJLToSvnnUKfBnCXdLJcJW3xKkk5rPWpbrOUs2YmqctZTgRHPSXM5bwZk0tz+nJW+HpZ4+lhTl+asJWT0tFLBLmchJ7UIm44Y9qNlzkEDceSaMefFlKLvyTShF7TaTBuvmRwbToxXWlGU84VTy9NTCUnoC91WcjZQK6nHlbO0ZBLW7xK0s6w19OchZw1UzmWnpyAWJ9yQySptqzkhHhHSTfMZtO8rfb9cIlfS9ozrvQwpRxkRRtadtpoTK0PrTjbbD3W+m87wsyyKMNs9bDC7LuxMRS1PoSQ1qoDAjm5RyodLHanp5shPij3SaVTzKRS6DMZ6kvk0Urz0LA8lRANZhC86bthA5heRkwhaIPXPemHQWx48tM3/eLYvxQd356Xg1ov/wAy3UXI4WkVewAAAABJRU5ErkJggg==');
}
.list-with-icons .mob {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAmCAMAAACS/WnbAAAAVFBMVEUAAAAetsccs8cetsgetcgfs8cftccetcYftscetccWsMMetcgetsgbs8YAobwetcgetsgftscdtscdtcYdtcgetcgftsgetscetsgdtcges8UftsjaWd4IAAAAG3RSTlMAdkDUoTLhZ8D8FPeyKAbt5t95W0lF8cOPYVRYl4pLAAAAdUlEQVQ4y+3TuQ6AMAiAYbylrfU+ef/3dNDGIo2Do/GbSPjDBpzUVjB9Bcww0Q1G4LE1CejfyCiggEtMp24cezdHInBeBW0mGBYkIKR/8AcfDzAXdPizUD+/HlaqeQy0sm0oUOTUDTkDeBYSZmBWUzKms8diB1/SGa95maD8AAAAAElFTkSuQmCC');
}

.carousel-control {
  background: none !important;
  opacity: 0;
}
.carousel-control:focus {
  opacity: 0;
}
.carousel-control:hover {
  opacity: .9;
}
.carousel-control span {
  display: block;
  height: 55px;
  left: 0;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  width: 55px;
}
.carousel-control span.carousel-next {
  left: auto;
  right: 0;
}

.carousel-indicators li {
  background: #d8d8d8;
  border-color: #979797;
}
.carousel-indicators li.active {
  height: 10px;
  margin: 1px;
  width: 10px;
}

.carousel-caption {
  display: none;
}

.carousel-caption-holder {
  margin-bottom: -50px;
  min-height: 60px;
  padding-top: 15px;
}

.lt-ie9 .navbar-brand {
  background-image: url(/land-rover-bar/images/cmc_logo.png);
}
.lt-ie9 .navbar .menu li {
  float: left;
}
.lt-ie9 .hero.dark {
  color: #fff !important;
}
.lt-ie9 .hero.dark h1, .lt-ie9 .hero.dark p {
  color: #fff !important;
}
.lt-ie9 .hero-bg {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .lt-ie9 .home-content .col-md-6 {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .lt-ie9 .about-cmc-markets .col-sm-6 {
    width: 45%;
  }
}
.lt-ie9 .news-home .news-main-block {
  overflow: hidden;
}
.lt-ie9 .news-home .news-main-block a {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media only screen and (min-width: 768px) {
  .lt-ie9 .news-home .news-main-block .news-main-bg-img {
    width: 44%;
  }
}
@media only screen and (min-width: 992px) {
  .lt-ie9 .news-home .news-items .col-md-3 {
    width: 22%;
  }
}
.lt-ie9 .carousel {
  clear: both;
}
.lt-ie9 .carousel-control {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  filter: none;
}
.lt-ie9 .carousel-indicators {
  display: none;
}
.lt-ie9 .box-show-bg-only .box {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f5f5f5', endColorstr='#e2f5f5f5', GradientType=0);
}
@media only screen and (max-width: 768px) {
  .lt-ie9 .box-show-bg-only .box {
    display: none;
  }
}
.lt-ie9 .footer-menu {
  overflow: hidden;
}
.lt-ie9 .footer-menu .col-sm-10 {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .lt-ie9 .footer-menu .col-sm-10 {
    width: 100%;
  }
}

.news .hero {
  background-color: #888;
}
.news .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-news-767x440.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .news .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-news-1199x480.jpg");
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .news .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-news-2560x1150.jpg");
    background-position: 50% 50%;
  }
}
.ie8 .news .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-news-2560x1150.jpg");
}

@media only screen and (min-width: 1200px) {
  .index .hero-bg {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-content {
  color: #4a4a4a;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-content h3 {
  margin: 0 0 1em 0;
}
.home-content .product-list {
  max-width: 400px;
}
.home-content .product-list .item {
  position: relative;
  max-width: 400px;
  margin-left: 19px;
  padding: 0 0 30px 36px;
  border-left: dashed 1px #cfd7de;
}
.home-content .product-list .item.last {
  border: none;
}
.home-content .product-list p {
  font-size: 0.875em;
  line-height: 1.44;
}
.home-content .product-list span {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: -19px;
  border: 2px solid #cfd7de;
  border-radius: 18px;
  line-height: 34px;
  font-size: 1.25em;
  background: #fff;
  color: #0ebcdc;
  font-style: normal;
}
.home-content .product-list ul, .home-content .product-list li {
  list-style: outside none none;
}
.home-content img {
  margin: 4px;
}
@media only screen and (max-width: 768px) {
  .home-content .img-holder, .home-content .app-show {
    display: none;
  }
  .home-content .product-list {
    text-align: left;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-content {
    padding-top: 50px;
  }
  .home-content img {
    margin-bottom: 20px;
  }
}

.two-boxes-bg {
  background-image: url("/land-rover-bar/images/en-gb/mobile-desktop-88-95-767.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .two-boxes-bg {
    background-image: url("/land-rover-bar/images/en-gb/mobile-desktop-66-80-1280.jpg");
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1281px) {
  .two-boxes-bg {
    background-image: url("/land-rover-bar/images/en-gb/mobile-desktop-53-65-2560.jpg");
    background-position: 50% 50%;
  }
}
.ie8 .two-boxes-bg {
  background-image: url("/land-rover-bar/images/en-gb/mobile-desktop-53-65-2560.jpg");
}

.news .hero-bg {
  margin-top: 0;
}
.news .hero-bg .ctr {
  padding-top: 98px;
}

.news-list .row {
  padding-bottom: 48px;
}
.news-list h2 {
  font-size: 18px;
  margin-bottom: 9px;
}
.news-list p {
  margin-bottom: 9px;
}
.news-list p.date {
  padding-top: 10px;
}
.news-list .read-more {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .news-list .row {
    padding-top: 40px;
  }
  .news-list h2 {
    margin-top: 20px;
  }
}

.news-article {
  padding-top: 150px;
}
.news-article h1 {
  font-size: 32px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.news-article img {
  margin-bottom: 15px;
}
.news-article .date {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}
.news-article .news-footer {
  font-size: 0.8em;
}
.news-article .spacer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-article .video-wrap {
  margin-bottom: 70px;
  max-width: 800px;
}
.news-article .video-wrap div {
  padding-top: 0;
}
.news-article ol {
  margin: 20px 0 40px;
  padding-left: 25px;
}
.news-article ol li {
  padding-bottom: 10px;
}

.lt-ie9 .news-list .row {
  overflow: hidden;
}
.lt-ie9 .news-list .col-sm-5 {
  width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .lt-ie9 .news-list .col-sm-5 {
    width: 93% !important;
  }
}

.gallery .hero {
  background-color: #888;
}
.gallery .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-gallery-767x519.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .gallery .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-gallery-1199x580.jpg");
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-gallery-2560x1381.jpg");
    background-position: 50% 50%;
  }
}
.ie8 .gallery .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-gallery-2560x1381.jpg");
}

@media only screen and (min-width: 1200px) {
  .index .hero-bg {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
.modal-open {
	padding-right: 0 !important;
}
*/
.scrollbar-measure {
  width: 50px;
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.modal-dialog {
  width: 750px;
}

.modal-body img {
  margin: 0 auto;
}
.modal-body iframe {
  width: 100%;
}
.modal-body-content {
  position: relative;
}
.modal-body .next,
.modal-body .prev {
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 55px;
  z-index: 10;
}
.modal-body .next span,
.modal-body .prev span {
  background: url(/land-rover-bar/images/carousel-prev.png) no-repeat;
  display: none;
  height: 55px;
  margin-top: -27px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 55px;
}
.modal-body .next:hover span,
.modal-body .prev:hover span {
  display: block;
}
.modal-body .next {
  left: auto;
  right: 0;
}
.modal-body .next span {
  background: url(/land-rover-bar/images/carousel-next.png) no-repeat;
}

.gallery-list p {
  cursor: pointer;
  font-size: 14px;
  margin: 14px 0 28px;
}
.gallery-list .gallery-item {
  background: #f4f4f4;
  border: 1px solid #979797;
  cursor: pointer;
  padding: 35px;
}
.gallery-list .gallery-item div {
  height: 200px;
  line-height: 200px;
}
.gallery-list .gallery-item iframe {
  display: none;
}
.gallery-list .img-landscape {
  width: 100%;
  vertical-align: middle;
}
.gallery-list .img-portrait {
  display: block;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .gallery-list .gallery-item div {
    height: 150px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .gallery-list .gallery-item div {
    height: 200px;
    line-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-list p {
    cursor: default;
  }
  .gallery-list .gallery-item {
    border: 0;
    cursor: default;
    padding: 0;
  }
  .gallery-list .gallery-item div {
    height: auto;
  }
  .gallery-list .gallery-item .gallery-video img {
    display: none;
  }
  .gallery-list .gallery-item iframe {
    display: block;
    width: 100%;
  }
  .gallery-list .img-landscape,
  .gallery-list .img-portrait {
    height: auto;
    width: 100%;
    display: block;
  }
}

.lt-ie9 .gallery-list .col-md-3 {
  width: 22% !important;
}
@media only screen and (max-width: 992px) {
  .lt-ie9 .gallery-list .col-md-3 {
    width: 46% !important;
  }
}
@media only screen and (max-width: 768px) {
  .lt-ie9 .gallery-list .col-md-3 {
    width: 94% !important;
  }
}

.events .hero {
  background-color: #888;
}
.events .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-events-767x519.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .events .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-events-1199x580.jpg");
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .events .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-events-2560x1381.jpg");
    background-position: 50% 50%;
  }
}
.ie8 .events .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-events-2560x1381.jpg");
}

@media only screen and (min-width: 1200px) {
  .index .hero-bg {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-list .row {
  padding-top: 60px;
}
.event-list .row:first-child {
  padding-top: 0;
}
.event-list h2 {
  margin-bottom: 0;
}
.event-list h3 {
  margin-bottom: 20px;
}
.event-list .wrapper {
  background: #f4f5f5;
  border: 1px solid #eff1f2;
  border-radius: 5px;
  padding: 20px 9px;
}
.event-list .event-details {
  font-size: 14px;
}
.event-list .event-details .wrapper {
  background: #fff;
  border: 1px solid #eff1f2;
  border-radius: 5px;
  padding: 0 15px 21px;
}
.event-list .event-details h3 {
  color: #333000;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: -3px;
  padding-top: 19px;
}
.event-list .event-details h3 span {
  display: block;
}
.event-list .event-details h3 span.days {
  font-size: 38px;
  line-height: 44px;
}
.event-list .event-details ol {
  color: #5f6569;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}
.event-list .event-details ol li {
  padding-bottom: 6px;
}
.event-list .event-info .link {
  display: inline-block;
  padding-top: 7px;
}
@media only screen and (max-width: 992px) {
  .event-list .wrapper {
    padding: 15px 0;
  }
  .event-list .event-details .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .event-list .wrapper {
    padding-bottom: 27px;
  }
  .event-list .row {
    padding-top: 51px;
  }
  .event-list .event-details {
    margin-bottom: 13px;
  }
  .event-list .event-details .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lt-ie9 .event-list .wrapper {
  overflow: hidden;
}
.lt-ie9 .event-list .event-details {
  width: 25% !important;
}
@media only screen and (max-width: 768px) {
  .lt-ie9 .event-list .event-details {
    width: 95% !important;
  }
}

.about-cmc-markets .hero {
  background-color: #888;
}
.about-cmc-markets .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-about-CMC-767x540.jpg");
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .about-cmc-markets .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-about-CMC-1199x540.jpg");
    background-position: 2% 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-cmc-markets .hero-bg {
    background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-about-CMC-3000x540.jpg");
    background-position: 36% 50%;
  }
}
.ie8 .about-cmc-markets .hero-bg {
  background-image: url("/land-rover-bar/images/en-gb/cmc-markets-bar-sponsorship-about-CMC-3000x540.jpg");
}

@media only screen and (min-width: 1200px) {
  .index .hero-bg {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-content {
  color: #4a4a4a;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-content h3 {
  margin: 0 0 1em 0;
}
.home-content .product-list {
  max-width: 400px;
}
.home-content .product-list .item {
  position: relative;
  max-width: 400px;
  margin-left: 19px;
  padding: 0 0 30px 36px;
  border-left: dashed 1px #cfd7de;
}
.home-content .product-list .item.last {
  border: none;
}
.home-content .product-list p {
  font-size: 0.875em;
  line-height: 1.44;
}
.home-content .product-list span {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: -19px;
  border: 2px solid #cfd7de;
  border-radius: 18px;
  line-height: 34px;
  font-size: 1.25em;
  background: #fff;
  color: #0ebcdc;
  font-style: normal;
}
.home-content .product-list ul, .home-content .product-list li {
  list-style: outside none none;
}
.home-content img {
  margin: 4px;
}
@media only screen and (max-width: 768px) {
  .home-content .img-holder, .home-content .app-show {
    display: none;
  }
  .home-content .product-list {
    text-align: left;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-content {
    padding-top: 50px;
  }
  .home-content img {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .about-cmc-markets .hero-text {
    max-width: 530px;
  }
}
.about-cmc-markets .description {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .about-cmc-markets .description {
    margin-bottom: 24px;
  }
}
.about-cmc-markets .read-more {
  display: block;
  margin-top: 15px;
}
.about-cmc-markets .hidden-link {
  color: inherit !important;
}

/*# sourceMappingURL=main.css.map */
