/* these now served locally with fonts.css */
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);*/
/*@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);*/

* {
  margin: 0;
  padding: 0px;
}

body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 155%;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased;
  background-color: #262e38;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 1.25 !important;
  margin: 0.8em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1, h2, h3 {
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

h1 { font-size:3em; }
h2 { font-size:2em; }
h3 { font-size:1.75em; }
h4 { font-size:1.5em; }
h5 { font-size:1.33333em; }
h6 { font-size:1.16667em; }

h1.page-title {
  font-size:4em;
  padding: 0.5em 0 0 0;
}

h2.page-subtitle {
  font-size: 1.5em;
  padding: 0.2em 0 0.5em 0;
}

p, ul.body-list li, {
  font-family: 'Lora', serif;
  margin-bottom: 1em;
}

.modal {
  z-index: 9000;
}

.fs-modal .modal-dialog {
  max-width: auto !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
}

.fs-modal .modal-content {
  /*height: auto;*/
  top: 5%;
  height: 90%;
  width: 90%;
  margin: 0 auto;
  min-height: 95%;
  border-radius: 0;
}

.fs-modal .ekko-lightbox-container > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.fs-modal .ekko-lightbox-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.caption p {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

p.sans {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

a {
  color: #364780;
}

.nobr	{
  white-space:nowrap;
}

.main-content-wrapper ul {
  min-width: 50%;
}

.main-content-wrapper ul.nav-pills {
  min-width: inherit;
}

.main-content-wrapper p a, .main-content-wrapper ul a, .main-content-wrapper ol a {
  text-decoration: underline;
  font-weight: bold;
}

a.plain {
  text-decoration: none !important;
  font-weight: normal !important;
}

img.full-width {
  width: 100%;
  height: auto;
}

a:hover {
  color: #4764b3;
  text-decoration: none;
}

a.nostyle {
  text-decoration: none !important;
  font-weight: normal !important;
  color: #333 !important;
}

.banner-heading {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

p.under-carousel {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: -24px;
}

.clear {
  clear: both;
}

.demo-header {
  position: relative;
  width:100%;
  height:100px;
  background: #383838 url(../img/stock/vocal1.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 14px;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.demo-header h3 {
  position: absolute;
  margin: 0;
  left: 16px;
  bottom: 10px;
  color: white;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.emmy-header {
  display: block;
  background-color: #262e38;
  color: #ebb808;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-top: 1px white solid;
}

.emmy-header:hover {
  background-color: #384352;
}

.emmy-header .emmy-inner {
}

.emmy-header img.emmy-logo {
  width: 20px;
  margin: 5px 5px 5px 0;
}

.emmy-header p.emmy-text {
  position: relative;
  display: inline;
  top: 2px;
}

.nav-pills {
  display: inline-block;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #394f8e;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border: 1px #999 solid;
  border-bottom-color: transparent;
}

.nav-tabs {
  margin-bottom: 14px !important;
  overflow: visible !important;
  border-bottom:1px solid #999;
}

.nav-tabs>li {
  padding-left: 5px !important;
  margin-bottom: -1px !important;
}

.nav-tabs>li a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

h4.panel-title {
  text-decoration: none;
  font-size: 18px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #394f8e;
}

ul.nav.nav-pills {
  margin-top: 0 !important;
}

.subnav-pills ul.nav-pills>li {
  margin-top: 2px;
}

.quotes {
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #eee;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.quotes p {
  font-size: 16px;
}

.quotes blockquote {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.row .quotes {
  margin: 0;
}

.boxshade {
  border-radius: 10px;
  background-color: #eee;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
  padding: 20px;
  margin-bottom: 20px;
}

.boxshade>h1, .boxshade>h2, .boxshade>h3, .boxshade>h4, .boxshade>h5, .boxshade>h6 {
  margin-top: 0;
}

.main-content-wrapper .content-start {
  margin-top: 20px;
}

ul, ol {
  list-style-position: inside;
}

.indented-list ul {
  display:table;
  list-style: none;
  margin:0px;
  padding:0px;
  font-size: 1.0em;
}
.indented-list ul > li {
  margin-left: 0;
  position: relative;
  padding-left: 20px;
}
.indented-list ul > li:before {
  content:"\2022";
  font-size: 1.0em;
  position: absolute;
  top: 0;
  left: 0;
}
.indented-list ul > li ul > li:before {
  content:"\25e6";
}

.indented-list ol {
  counter-reset: foo;
  display: table;
}

.indented-list ol > li {
  counter-increment: foo;
  display: table-row;
}

.indented-list ol > li::before {
  content: counter(foo) ".";
  display: table-cell;
  padding-right: 10px;
  text-align: right;
}

/*ul.pager li::before, ul.nav li::before {*/
  /*content: none !important;*/
  /*display: none;*/
/*}*/

/*.indented-list ul, .indented-list ol {*/
  /*overflow: hidden;*/
  /*list-style-position: inside;*/
  /*text-indent: 0;*/
  /*margin: 5px 0 5px 0;*/

  /*margin: 5px 0 5px 40px;*/
  /*list-style-position: outside;*/
/*}*/

/*.indented-list ul li, .indented-list ol li {*/
  /*padding-left: 20px;*/
  /*margin-bottom: 10px;*/
/*}*/

.sm2-bar-ui ul,.sm2-bar-ui ol {
  overflow: visible;
  margin: 0;
}

footer#footer {
  /*margin-top: 40px;*/
  background: #262e38;
  padding: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0px -7px 13px 4px rgba(38, 46, 56, 0.1);
}

footer#footer p {
  font-size: 14px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

footer#footer ul {
  list-style: none;
  margin-bottom: 0;
}

footer#footer ul li {
  display: inline;
  padding: 0 10px;
}

footer#footer a, footer#footer a:hover {
  color: white;
}

footer#footer a:hover {
  text-decoration: underline;
}


/* bootstrap carousel */

.carousel .item {
  width: 100%;
}
.carousel .item img {
  width: 100%;
}
.carousel-indicators {
  bottom: 0;
  margin-bottom: 5px;
  pointer-events: none;
}
.carousel-indicators li, .carousel-indicators li.active {
  margin: 5px;
  box-shadow:  0px 0px 3px 0px rgba(38, 46, 56, 1);
  pointer-events: auto;
}
.carousel-control {
  /*display: none;*/
}

.banner-thumbs {
  margin-top: 40px;
}

.banner-thumbs .thumbnail img {
  box-shadow: 0px 1px 1px 0px rgba(10, 10, 10, 0.4);
}

.thumbnail {
  /*display: inline-block;*/
  overflow: auto;
  position: relative;
  border: none;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  z-index: 999 !important;
  box-shadow:  0px 3px 6px 2px rgba(38, 46, 56, 0.1);
}

.homepage .caption {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.homepage .caption p {
  margin-bottom: 0;
}

.homepage .caption h1 {
  margin: 10px 0 0;
  font-size: 1.1em;
  letter-spacing: 0;
  text-transform: none;
}

.homepage .caption h2 {
  margin: 0;
  font-family: Lato, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.42857143 !important;
}

.homepage .caption h2 a {
  text-decoration: underline;
  font-weight: bold;
}

hr.thin {
  margin: 0;
}

.thumbnail .caption > h4, .thumbnail .caption > h5 {
  /*font-size: 22px;*/
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.article-stream .thumbnail {
  display: block;
}

.article-list-title, .article-list-subtitle {
  display: inline-block;
}

.thumbnail.pull-right {
  margin-left: 20px;
}

.thumbnail.pull-left {
  margin-right: 20px;
}

.thumbnail.right-caption .thumb-wrap {
  float: left;
  margin-right: 15px;
}

.thumbnail.right-caption {
  float: left;
  width: 100% !important;
  overflow: hidden;
}

.thumbnail.right-caption .caption {
  padding: 10px 20px;
  text-align: left;
}

.no-border {
  border: 0;
  box-shadow: none;
}

.item-row>div {
  margin-top: 4px;
}

.item-row input {
  margin-top: -3px;
}

.total-row>div {
  margin-top: 4px;
}

.total-row label {
  padding: 0;
  margin: 0;
}

label#voucher-label {
  margin: -10px 0 10px 0;
}

#order-form {
  margin-top: 10px;
}

#order-form .header-label, #confirm-form .header-label {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

#order-form .glyphicon {
  margin-top: 6px;
}

#order-form .surrender-requirement, #order-form .requirement {
  margin-top: 10px;
}

#order-form .surrender-rows {
  padding-left: 10px;
  border-left: #eee 1px solid;
}

#order-form .surrender-row+.surrender-row {
  border-top: #eee 1px solid;
  margin-top: 10px;
}

#order-form .surrender-row:last-child {
  margin-bottom: 10px;
}

#order-form hr, #confirm-form hr {
  margin-top: 14px;
  margin-bottom: 14px;
}

.confirm-unit-price {
  text-align: right;
}

.compatibility-legend {
  float: left;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 0px rgba(10, 10, 10, 0.4);
}

.editor-passed {
  color: green;
}

.editor-partial {
  font-size: 1.25em;
  padding:0 1px;
  color: #fec30f;
}

.editor-failed {
  color: red;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

label {
  /*font-size: 13px;*/
  font-weight: bold;
  padding-top: 7px;
}

label.fourth-rental {
  font-weight: normal;
}

.breadcrumb-wrapper {
  background-color: #f5f5f5;
}

.breadcrumb {
  /*margin-top: 20px;*/
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumb>li+li:before {
  content: "|"
}

.subnav-pills {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.page-heading {
  /*text-align: center;*/
}

.panel-group h2 {
  padding: 0.5em 0;
}

.panel .panel-title {
  padding: 0;
}

.panel-heading {
  padding: 0;
}

.panel .panel-title a {
  display: block;
  padding: 10px 15px;
}

.dl-product {
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  /*vertical-align: middle !important;*/
}

.image-header {
  min-height: 60px;
  /*background: #383838 url(../img/stock-banners/01.jpg) no-repeat center center fixed;*/
  background-color: #262e38;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  /*margin-bottom: 10px;*/
  margin-bottom: 0;
  padding: 8px 0;
  box-shadow: 0px 7px 13px 4px rgba(38, 46, 56, 0.1);
}

.image-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 46, 56, 0.75);
}

.image-header.sticky {
  position: fixed;
  top: -64px;
  left: 0;
  right: 0;
  z-index: 100;
}

.image-header.sticky h1 {
  opacity: 0;
}

.image-header h1 {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0;
  top: 3px;
  color: #ffffff;
  line-height: 1.1 !important;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.image-header h2 {
  font-size: 1.4em;
  position: relative;
  padding: 0 0 12px 0;
  margin: 0;
  top: 2px;
  color: #ffffff;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.image-header h2 .btn {
  margin-top: -2px;
  margin-left: 5px;
  font-size: 75%;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  /*text-shadow: none;*/
  color: #fff;
  font-weight: bold;
  border-color: #ccc;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
}

.image-header h2 .btn:hover {
  color: #eee;
}

.image-header a {
  color: #c0c0c0;
}

.image-header a:hover {
  color: white;
}

.country-header {
  background: red;
  color: white;
  padding-top: 11px;
  padding-bottom: 8px;
  line-height: 2em;
  box-shadow: 0px 7px 13px 4px rgba(38, 46, 56, 0.1);
}

.country-message {
  margin-left: 10px;
}

.country-header .close {
  margin-top: 5px;
  color: white;
  opacity: 0.6;
}
.country-header .close:hover {
  opacity: 0.8;
}

.country-header .bootstrap-select.btn-group, .country-picker .bootstrap-select.btn-group {
  margin-top: -2px;
  margin-bottom: 1px;
}

.country-header .bootstrap-select.btn-group i, .country-picker .bootstrap-select.btn-group i {
  margin-right: 4px;
}

.country-picker ul a .text {
  text-decoration: none;
  font-weight: normal;
}

.bootstrap-select.btn-group .dropdown-menu li>a {
  padding: 3px 20px 3px 10px;
}

.order-item-quantity {
  width: 5em;
}

.alert {
  border-radius: 0;
}

.alert+.alert {
  margin-top: -20px;
}

.store-page.boxout {
  position: relative;
  padding: 15px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #eee;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.store-page.boxout h3 {
  padding-top: 0;
  padding-bottom: 0;
}

.store-page.boxout hr {
  border-top: 1px solid #ccc;
}

.store-page.boxout hr:last-child {
  display: none;
}

.popover {
  max-width: 500px;
}

.popover-content {
  font-size: 90%;
}

i.field-info {
  margin-left: 2px;
}

i.product-icon {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: text-bottom;
  margin: 1px 10px 0 0;
}

h2 i.product-icon {
  margin-top: 4px;
}

h4 i.product-icon {
  margin-top: 0;
}

.downloads-table i.product-icon {
  margin-top: 1px !important;
}

i.product-info {
  vertical-align: super;
  font-size: 16px;
}

a.btn {
  font-weight: normal !important;
}

.list-editor i.product-icon {
  margin: 0 10px 0 0;
}

#order-form i.product-icon, #confirm-form i.product-icon, .downloads-table i.product-icon {
  width: 20px;
  height: 20px;
  margin: 3px 6px 0 0;
}

.downloads-table i.product-icon {
  width: 20px;
  height: 20px;
  margin: 3px 6px 0 0;
}

.downloads-table td.ilok {
  position: relative;
  width: 76px;
}

.downloads-table .ilok-mode-icon {
  /*display: block;*/
  position: absolute;
  /*width: 68px;*/
  height: 100%;
  top: 0;
  left: 8px;
}

.downloads-table .ilok-mode-icon:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.downloads-table .ilok-mode-icon img {
  display: inline-block !important;
  vertical-align: middle;
  height: 20px;
  width: auto;
  margin-right: 10px;
}

.downloads-page .popover {
  max-width: 300px;
}

.editor-col {
  margin-bottom: 20px;
}
.editor-col-3 {
  margin-bottom: 10px;
}
.editor-col h2 {
  /*font-family: Lato, Helvetica, Arial, sans-serif;*/
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-family: 'Ubuntu Condensed', sans-serif;*/
  position: relative;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  color: #fff;
  padding-bottom: 1.2em;
  font-size: 2.2em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  letter-spacing: -0.001em;
}

.editor-col-short h2 {
  padding-bottom: 0.2em;
}

.editor-col p, .editor-col li {
  font-size: 0.9em;
}

.editor-col h4 {
  margin: 0.5em 0;
  font-size: 1.2em;
}

.editor-col-1 h2 {
  background-color: #839817;
}

.editor-col-2 h2 {
  background-color: #177898;
}

.editor-col-3 h2 {
  /*background-color: #7e1898;*/
  background-color: #981787;
}

.faq-panel-group .collapsing {
  transition: height 0.25s ease-in;
}

.faq-panel-group img {
  max-width: 50%;
}

span.faq-environment {
  float: right;
  margin-top: 4px;
  font-size: 0.7em;
  font-weight: normal;
  color: #999;
}

i.product-icon.RVPRO, i.product-icon.RVPRO3 {
  background-image: url('../img/icons/rvp.png');
}

i.product-icon.RVPRO4 {
  background-image: url('../img/icons/rvp4.png');
}

i.product-icon.VAPRO4 {
  background-image: url('../img/icons/vapro.png');
}

i.product-icon.VAPJ3, i.product-icon.VAPJ, i.product-icon.VAPJPT, i.product-icon.VAPJSS {
  background-image: url('../img/icons/vapj.png');
}

i.product-icon.TITAN4, i.product-icon.TTPK3 {
  background-image: url('../img/icons/titan.png');
}

.product-icon-text {
  margin: -3px 10px 0 0 !important;
}

img.editor-logo-small {
  vertical-align: middle;
  max-width: 60px;
  height: 32px;
  width: auto;
  display: -moz-inline-box; /* Firefox 2 */
  display: inline-block;
  margin-right: 10px;
}

input[type=checkbox], input[type=radio] {
  margin-right: 4px;
}

#CompanyCheck {
  margin-top: 15px;
}

.delivery-email-group {
  position: relative;
  top: -15px;
  margin-bottom: -15px;
  /*margin-top: -15px;*/
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color:    #aaa;
  font-weight: normal;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #aaa;
  opacity:  1;
  font-weight: normal;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #aaa;
  opacity:  1;
  font-weight: normal;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #aaa;
  font-weight: normal;
}

.guidance {
  font-size: 12px;
  font-weight: normal;
  color: #a94442;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  padding-top: 5px;
  display: none;
}

.has-error .guidance {
  display: block;
}

@media (max-width: 767px) {
  .guidance {
    text-align: left;
  }
}

.addthis_sharing_toolbox {
  height: 26px;
}

.product-page {
  position: relative;
}

.product-page .addthis_sharing_toolbox {
  position: relative;
  float: right;
  top: 18px;
  height: 50px;
}

.article {
  margin-top: 8px;
}

.article img {
  float: right;
  clear: both;
  margin: 6px 0 20px 20px !important;
  width: 100%;
  object-fit: cover;
  height: 400px;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.aspect-wrap {
  position: relative;
  width: 100%;
  height: 585px; /* % of view width. who knew? */
  float: right;
  clear: both;
  margin: 6px 0 20px 20px !important;
}

iframe.youtube-embed {
  position: relative;
  width: 100%;
  background-color: #000;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .article img {
    height: 320px;
  }
  .aspect-wrap {
    height: 473px;
  }
}

@media only screen and (max-width: 991px) {
  .article img {
    height: 240px;
  }
  .aspect-wrap {
    height: 349px;
  }
}

@media only screen and (max-width: 767px) {
  .article img {
    height: calc((100vw - 30px) * 0.385);
  }
  iframe.youtube-embed {
    padding-right: 20px;
  }
  .aspect-wrap {
    height: calc((100vw - 40px) * 0.5625);
  }
}

@media only screen and (max-width: 479px) {
  .article img {
    height: 120px;
  }
}

@media only screen and (max-width: 319px) {
  .article img {
    height: 80px;
  }
}

.article img.rounded-right {
  object-fit: fill;
  max-width: 50%;
  height: auto;
  border-radius: 12px;
}

.article img.plain-img {
  float: none;
  clear: none;
  margin: 0 !important;
  width: auto;
  height: auto;
  max-width: 50%;
  border: 1px #ccc solid;
  border-radius: 0;
  box-shadow: none;
}

.article img.pull-left {
  float: left;
  clear: both;
  margin: 6px 20px 20px 0 !important;
}

.article .article-title {
  margin-top: 0;
}

.article iframe {
  max-height: 100%;
  max-width: 100%;
}

.article hr {
  clear: both;
  margin-top: 10px;
}

.article .addthis_sharing_toolbox {
  float: right;
  margin-top: 6px;
  margin-left: 20px;
}

.row.article-stream {
  margin-top: 20px;
}
.row.article-stream.videos {
  margin-top: 0;
}
.row.article-stream .thumbnail {
  padding: 0;
}
.row.article-stream .thumbnail p {
  text-align: left;
}
.article-stream-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0px 2px 2px 0px rgba(10, 10, 10, 0.4);
}

.rounded {
  border-radius: 12px;
}

.article-stream-image {
  height: calc((100vw - 30px) * 0.385);
}
.videos .article-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.videos .article-stream-image {
  float: left;
  height: 30px;
  width: 45px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-right: 10px;
}
.videos .article-list-title {
  padding-top: 3px;
  font-weight: bold;
}
.reviews .article-stream-image {
  box-shadow: none;
  height: 110px;
}
.addthis_sharing_toolbox {
  text-align: left;
}

.store-page hr {
  margin: 5px 0;
}

.store-page h3 {
  margin-top: 0;
}

.store-page p {
  margin-bottom: 20px;
}

.store-page {
}

.store-header {
  margin-top: 10px;
  min-height: 32px
}

.prices, .prices-header {
  text-align: right;
}

.prices-header {
  position: relative;
}

.price-headers {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.price-rrp {
  text-decoration: line-through;
}

.prices-header .price-rrp {
  text-decoration: none;
}

.store-price {
  display: inline-block;
  min-width: 80px;
  font-weight: bold;
  color: red;
}

.price-with-tax {
  display: inline-block;
  min-width: 100px;
}

.contact-form textarea {
  margin-bottom: 3px;
}

.nav-pills>li>a {
  background-color: #f0f0f0;
  margin-right: 5px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
}

.nav-pills>li:last-child>a {
  margin-right: 0;
}

.nav-pills>li>a:hover {
  background-color: #dddddd;
}

footer .social-links {
  margin-top: 10px;
}

footer #FooterEmailSignup {
  width: 310px;
  display: inline;
  text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Space at bottom of page */

.main-content-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}

#home-carousel {
  /*margin: 0 auto;*/
  /*max-width: 940px;*/
}

.carousel .item {
  /*position: relative;*/
}

.carousel .carousel-item-text {
  position: absolute;
  left: 46px;
  width: 500px;
}

.carousel .carousel-item-text h1, .carousel .carousel-item-text h2, .carousel .carousel-item-text h3 {
  position: absolute;
  font-family: Montserrat;
  letter-spacing: -0.01em;
}

.carousel .carousel-item-text h1 {
  color: #f57e22;
  font-size: 37px;
  top: 24px;
}

.carousel .carousel-item-text h2 {
  color: #fff;
  font-size: 29px;
  top: 120px;
  font-weight: 600;
}

.carousel .carousel-item-text h3 {
  color: #fff;
  top: 244px;
  font-size: 24px;
  font-weight: 300;
}

.glyphicon-chevron-left {
  left: 25% !important;;
}

.glyphicon-chevron-right {
  right: 25% !important;
}

table.feature-comparison {
  border-collapse: collapse;
  border-spacing: 0;
}
table.feature-comparison td {
  border-right: 1px white solid;
}
table.feature-comparison td.title {
  background: #ff9525;
  color: white;
  text-align: center;
  font-weight: bold;
  height: 30px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
table.feature-comparison td.heading {
  background: #eee;
  text-align: center;
  height: 58px;
  width: 60px;
  padding: 13px;
  border-bottom: 12px white solid;
}
table.feature-comparison td.feature {
  width: 277px;
  line-height: 40px;
  text-align: left;
  padding: 6px 12px;
}
table.feature-comparison tr:nth-child(odd) td.feature {
  background: white;
}
table.feature-comparison tr:nth-child(even) td.feature {
  background: #f5f5f5;
}
table.feature-comparison td.feature.heading {
  background: #eee !important;
  line-height: 30px;
}
table.feature-comparison td.VA3 {
  text-align: center;
  font-size: 24px;
  background: #e6e6e6;
}
table.feature-comparison td.VA4 {
  text-align: center;
  font-size: 24px;
}
table.feature-comparison td.RVP {
  text-align: center;
  font-size: 24px;
  background: #ffebd2;
  color: #ff9000;
}
table.feature-comparison td.sm {
  font-size: 14px;
  color: black;
}
table.feature-comparison tr.highlight.item td {
  cursor: pointer;
}
table.feature-comparison tr.highlight.item:nth-child(odd) td.feature {
  background: #ffebd0;
}
table.feature-comparison tr:nth-child(even).highlight.item td.feature {
  background: #f7e2c9;
}
table.feature-comparison tr.highlight.item td.VA3 {
  background: #ebd5bd;
}
table.feature-comparison tr.highlight.item td.VA4 {
  background: #ffebd0;
}
table.feature-comparison tr.highlight.item td.RVP {
  background: #ffdaaa;
}
table.feature-comparison tr.info {
  display: none;
}
table.feature-comparison tr.info td {
  background-color: inherit;
}
table.feature-comparison tr.info td div.content {
  margin: 12px 6px;
  padding: 8px 12px;
  display: none;
  background-color: #eee;
  /*border: 1px #eee solid;*/
  border-radius: 12px;
}

.pager {
  clear: both;
}

.pager li>a, .pager li>span {
  border-radius: 10px;
  text-decoration: none;
}

/* Wrapper for page content to push down footer */

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -190px;
  background-color: #ffffff;
}

/* Set the fixed height of the footer here */
#push, #footer {
  height: 190px;
}

/* AddThis iframe needs hiding for sticky footer to work */
#_atssh {
  display: none;
}
/* something strange happening with google analytics iframe in safari, sometimes */
/* hopefully this kills it */
#iyp__topcontrol_div {
  display: none;
}

.sm2-bar-ui {
  font-size: 90% !important;
}

.thumb-wrap {
  position: relative;
  display:inline-block;
}

.thumb-wrap img {
  width: 100%;
  height: auto;
}

a:hover .zoom-overlay {
  opacity: 0.7;
}

.zoom-overlay {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 26px;
  color: #fff;
  opacity: 0.5;
  transition: opacity .2s ease-in-out;
  text-shadow: 0 0 4px #000;
}

.zoom-overlay.video {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  margin: -30px 0 0 -30px;
  padding-left: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color .2s ease-in-out;
  opacity: 1;
  font-size: 30px;
  top: 50%;
  left: 50%;
}

a:hover .zoom-overlay.video {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.downloads-table td.manual, .downloads-table td.win, .downloads-table td.mac {
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid white;
}

.downloads-table>thead>tr>th {
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.downloads-table thead {
  background-color: #ffffff;
}

.downloads-table tr>td.manual, .downloads-table tr>th.manual  {
  background-color: #e8daf2;
}

.downloads-table .os-col {
  text-align: center;
}

.downloads-table .os-col.win {
  background-color: #dff2f2;
}

.downloads-table .os-col.mac {
  background-color: #f2dfe8 !important;
  /*border-left: 1px solid #ddd;*/
}

.downloads-table tr.dl-sep {
  height: 20px;
}

.article-list-subtitle {
  font-style: italic;
  display: block;
  clear: both;
  color: #333;
  background-color: #eee;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 6px;
  font-size: 14px;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 12px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.btn-edu-info {
  font-size: 16px;
  margin-top: -6px;
  float: right;
  text-decoration: none !important;
}

a.btn {
  text-decoration: none !important;
}

#article-filters .form-group {
  margin-bottom: 0;
}

.font-normal {
  font-weight: normal;
}

#search-clear {
  position: absolute;
  top: 11px;
  right: 58px;
  cursor: pointer;
  display: none;
  color: #ccc;
  font-size: 15px;
  z-index: 100;
}

.search-results {
  list-style: none;
  margin: 1.2em 0;
}
.search-results .result {
  margin: 0.8em 0;
}
.search-results .title {
  font-size: 1.1em;
  margin: 0.2em 0;
}
.search-results .url {
  font-size: 0.8em;
  float: left;
  margin-right: 0.6em;
  word-wrap: break-word;
  /*float: left;*/
}
.search-results .type {
  font-size: 0.8em;
  font-weight: bold;
  float: left;
  /*float: right;*/
  color: #999;
}
.search-results .description {
  clear: both
}
.search-results .hilite {
  font-weight: bold;
}
.simple-box {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.unsimple-box {
  display: inline-block;
  border: 1px solid #262e38;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 10px;
  background-color: #FF9900;
  color: black;
}
.unsimple-box .btn {
  font-size: 20px;
}
.ml-message {
  font-weight: bold;
  color: #2e6da4;
}

/*parallax / sticky styles*/

.css-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 1;
}

.page-heading.css-sticky {
  background-color: #fff;
  padding: 14px 0 8px 0;
  width: 100%;
  box-shadow: 2px -6px 4px 6px #fff;
}

@media (max-width: 991px) {
  .page-heading.css-sticky {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .css-sticky {
    padding-top: 10px;
  }
}

.dark-bg .page-heading.css-sticky {
  background: #262e38;
  box-shadow: 2px -6px 4px 6px #262e38;
}

.fixed-bg {
  background-attachment: fixed;
  background-position: top left;
  background-repeat: initial;
  padding-top: 20px;
  padding-bottom: 40px;
  /*border-bottom: 10px dashed #262e38;*/
}
.fixed-bg:last-child {
  border-bottom: none;
}
.light-bg {
  background: white;
}
.dark-bg {
  color: white;
  /*border-bottom: 10px dashed white;*/
  background: #262e38;
}
.dark-bg a {
  color: #a2b1e3;
}
.dark-bg a:hover {
  color: #bac5ea;
}
.dark-bg .quotes p, .dark-bg .quotes h4, .dark-bg .thumbnail p, .dark-bg .thumbnail ul li {
  text-shadow: none !important;
  color: #333;
}
.light-bg p, .light-bg h4, .light-bg ul li {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.dark-bg p, .dark-bg h4, .dark-bg ul li {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.light-bg .video {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.dark-bg .video {
  box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.25);
}
.sticky-section {
  position: relative;
  opacity: 0;
  transition: all 600ms;
  transition-timing-function: ease-in-out;
}
.sticky-section.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.sticky-section.above {
  transform: translate(0, 70px);
}
.sticky-section.below {
  transform: translate(0, -70px);
}
.sticky-section h2 {
  margin-top: 0;
}

.page-heading {
  transition-duration: 0s;
}

.sticky-section .from-left, .sticky-section .pull-right {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: all 600ms;
  transition-timing-function: ease-in-out;
}

.sticky-section.above .from-left, .sticky-section.below > * {
  transform: translate(-70px, 0);
}

.sticky-section.above .pull-right, .sticky-section.below .pull-right {
  transform: translate(70px, 0);
}

.sticky-section.visible .from-left, .sticky-section.visible .pull-right {
  opacity: 1;
  transform: translate(0, 0);
}

/*sagepay return page*/

.codes table.row {
  margin: 0;
}
.codes table.row td {
  padding-left: 10px;
  padding-right: 10px;
}

.codes p.lead {
  margin-top: -25px;
}

/* responsive media queries ... */

@media (min-width: 768px) {
  .thumbnail.pull-left[class*='col-sm-'] {
    margin-right: 15px;
  }
  .image-header h2 .buttons {
    float: right !important;
  }
  .article .addthis_sharing_toolbox {
    margin-top: 6px;
  }
  .article-stream-image {
    height: 85px;
  }
}

@media only screen and (min-width: 992px) {
  .banner-heading h2 {
    position: absolute;
    top: 10px;
    left: 20px;
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  }
  .banner-heading .subnav-pills {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .banner-heading .nav-pills>li>a {
    background-color: white;
    padding: 2px 10px;
  }
  .banner-heading .nav-pills>li>a:hover {
    background-color: #f5f5f5;
  }
  .article .addthis_sharing_toolbox {
    margin-top: 10px;
  }
  .article-stream-image {
    height: 113px;
  }
}

@media only screen and (min-width : 1200px) {
  .article-stream-image {
    height: 140px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 150%;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
  }
  .banner-heading h2 {
    text-align: center;
  }
  .banner-heading img {
    display: none;
  }
  .banner-heading .subnav-pills {
    margin-top: 10px;
  }
  .boxshade {
    margin-top: 10px;
  }
  .product-page .addthis_sharing_toolbox {
    top: 14px;
  }
  .carousel-indicators {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nav-order-summary {
    margin-top: -119px;
  }
  .image-header h2 .buttons {
    display: block;
    clear: both;
    float: right;
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  .article {
    margin-top: 16px;
  }
  .quotes {
    margin-left: 0;
  }
  .main-content-wrapper .content-start {
    margin-top: 5px;
  }
  .thumbnail img {
    max-width: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-header h1 {
    font-size: 2.4em;
  }
  .image-header h2 .buttons {
    display: block;
    clear: both;
    float: right;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .main-content-wrapper h2 {
    font-size: 1.6em;
  }
  .store-page.boxout {
    border-radius: 5px;
  }
  .store-page.boxout h3 {
    max-width: 80%;
  }
  .product-page .addthis_sharing_toolbox {
    top: 8px;
  }
  .aspect-wrap {
    width: 100%;
    height: 56vw;
    float: none;
    clear: both;
    margin: 10px 0 !important;
  }
  .price-rrp, .store-price, .price-with-tax {
    display: block;
    min-width: inherit;
  }
  .prices {
    float: left;
    text-align: left;
  }
  #footer {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 0 !important;
  }
  .remove-item i {
    margin-right: 10px;
    margin-top: 0 !important;
  }
  .subnav-pills {
    margin-top: 4px;
  }
  .subnav-pills ul.nav-pills>li {
    margin-top: 6px;
  }
  .amount-area {
    clear: both;
  }
  footer #FooterEmailSignup {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 140%;
  }
  .country-header {
    padding-top: 2px;
    padding-bottom: 12px;
  }
  .btn-edu-info {
    float: none;
    margin-top: 5px;
    margin-bottom: -5px;
  }
}

@media only screen and (max-width : 280px) {
  .thumbnail img {
    max-width: 100%;
  }
}

