/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/slick/fonts/slick.eot');
    src: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/slick/fonts/slick.woff') format('woff'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/slick/fonts/slick.ttf') format('truetype'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport { }



/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #b3b3b2;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	outline: 0;
	z-index: 9;
	font-family: FontAwesome;
	font-size: 0;
	color: #ddd;
	text-align: center;
	text-decoration: none;
	
}
.producttabs-container .bx-wrapper .bx-controls-direction .bx-prev, .producttabs-container .bx-wrapper .bx-controls-direction .bx-next {
  top: 160px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
	left: -47px;
	padding-right: 45px;
}
.relatedslider .bx-wrapper .bx-controls-direction .bx-prev {
	left: -25px;
	padding-right: 25px;
}
.bx-wrapper .bx-controls-direction .bx-prev:before {
	content: "\f104";
	font-size: 31px;
	display: inline-block;
}

.bx-wrapper .bx-controls-direction .bx-next {
	right: -47px;
	padding-left: 45px;
}
.relatedslider .bx-wrapper .bx-controls-direction .bx-next {
	right: -25px;
	padding-left: 25px;
}
.bx-wrapper .bx-controls-direction .bx-next:before {
	content: "\f105";
	font-size: 31px;
	display: inline-block;
}


.bx-wrapper .bx-controls-direction a:hover {
	color: #333;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.featuredproduct .bx-wrapper .bx-controls-direction a {
	margin-top: -115px;
} 
.relatedslider .bx-wrapper .bx-controls-direction a {
	margin-top: -65px;
}
.upsellslider .bx-wrapper .bx-controls-direction a {
	margin-top: -75px;
}
.bx-wrapper .bx-controls-direction a { display: none;}
.bx-wrapper:hover .bx-controls-direction a { display: block;}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
	display: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/plugin/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .col-sms-1,
  .col-sms-2,
  .col-sms-3,
  .col-sms-4,
  .col-sms-5,
  .col-sms-6,
  .col-sms-7,
  .col-sms-8,
  .col-sms-9,
  .col-sms-10,
  .col-sms-11,
  .col-sms-12 {
    float: left;
  }
  .col-sms-12 {
    width: 100%;
  }
  .col-sms-11 {
    width: 91.66666666666666%;
  }
  .col-sms-10 {
    width: 83.33333333333334%;
  }
  .col-sms-9 {
    width: 75%;
  }
  .col-sms-8 {
    width: 66.66666666666666%;
  }
  .col-sms-7 {
    width: 58.333333333333336%;
  }
  .col-sms-6 {
    width: 50%;
  }
  .col-sms-5 {
    width: 41.66666666666667%;
  }
  .col-sms-4 {
    width: 33.33333333333333%;
  }
  .col-sms-3 {
    width: 25%;
  }
  .col-sms-2 {
    width: 16.666666666666664%;
  }
  .col-sms-1 {
    width: 8.333333333333332%;
  }
  .col-sms-pull-12 {
    right: 100%;
  }
  .col-sms-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sms-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sms-pull-9 {
    right: 75%;
  }
  .col-sms-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sms-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sms-pull-6 {
    right: 50%;
  }
  .col-sms-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sms-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sms-pull-3 {
    right: 25%;
  }
  .col-sms-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sms-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sms-pull-0 {
    right: 0;
  }
  .col-sms-push-12 {
    left: 100%;
  }
  .col-sms-push-11 {
    left: 91.66666666666666%;
  }
  .col-sms-push-10 {
    left: 83.33333333333334%;
  }
  .col-sms-push-9 {
    left: 75%;
  }
  .col-sms-push-8 {
    left: 66.66666666666666%;
  }
  .col-sms-push-7 {
    left: 58.333333333333336%;
  }
  .col-sms-push-6 {
    left: 50%;
  }
  .col-sms-push-5 {
    left: 41.66666666666667%;
  }
  .col-sms-push-4 {
    left: 33.33333333333333%;
  }
  .col-sms-push-3 {
    left: 25%;
  }
  .col-sms-push-2 {
    left: 16.666666666666664%;
  }
  .col-sms-push-1 {
    left: 8.333333333333332%;
  }
  .col-sms-push-0 {
    left: 0;
  }
  .col-sms-offset-12 {
    margin-left: 100%;
  }
  .col-sms-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sms-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sms-offset-9 {
    margin-left: 75%;
  }
  .col-sms-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sms-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sms-offset-6 {
    margin-left: 50%;
  }
  .col-sms-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sms-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sms-offset-3 {
    margin-left: 25%;
  }
  .col-sms-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sms-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sms-offset-0 {
    margin-left: 0;
  }
}


@media (max-width: 480px){
  .col-smb-12 { 
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 0;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 20px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  /*padding: .2em .6em .3em;
  font-size: 75%;*/
  font-weight: bold;
  line-height: 1;
  /*color: #fff;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -25px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #262626;
  }
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #262626;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/*==============================css3=========================================================================*/

@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.link-follow a,
.link-follow li a span,
div.megamenu .new,
div.megamenu .hot,
.footer-links a, button.button span,
.wrapper_inboxCart .continue_shopping,
.wrapper_inboxCart .shopping_cart,
.bx-wrapper .bx-controls-direction a,
#back-top,
.banner-box img,
.block-menu .des,
.products-grid .item .add-to-links,
.products-list .item .add-to-links 
{
   -webkit-transition:all 0.5s ease; 
  	-moz-transition:all 0.5s ease;
     	-ms-transition:all 0.5s ease;
     	-o-transition:all 0.5s ease;
        transition:all 0.5s ease;
}

.cart-qty ,
.shopping-cart .arrows,
.bx-navigation .i-number a,
.icon-sale,
.icon-new,
.products-grid .item .add-to-links li a,
.products-list .item .add-to-links li a,
.header-static .box .title .fa,
.bx-wrapper .bx-pager.bx-default-pager a,
.testimonial-wrapper .testimonial-content-avatar img,
.footer-static-content ul.link-follow li a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.social img,
button.button span span,
.RightToLeft .readmore a,
.LeftToRight .readmore a,
.block-subscribe input.input-text {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 3px;
  border-radius: 2px;
}
.link-follow li a span {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.link-follow li a:hover span,
.social img:hover,
.banner-box img:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.brandlogo-contain .bx-wrapper img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.brandlogo-contain .bx-wrapper img:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.LeftToRight .title{
    -webkit-animation: bounceInLeft 0.5s ease-in-out;
    -moz-animation: bounceInLeft 0.5s ease-in-out;
    -ms-animation: bounceInLeft 0.5s ease-in-out;
    animation: bounceInLeft 0.5s ease-in-out;
}
.LeftToRight .title1 {
    -webkit-animation: bounceInLeft 1s ease-in-out;
    -moz-animation: bounceInLeft 1s ease-in-out;
    -ms-animation: bounceInLeft 1s ease-in-out;
    animation: bounceInLeft 1s ease-in-out;
}
.LeftToRight .description {
    -webkit-animation: bounceInLeft 1.5s ease-in-out;
    -moz-animation: bounceInLeft 1.5s ease-in-out;
    -ms-animation: bounceInLeft 1.5s ease-in-out;
    animation: bounceInLeft 1.5s ease-in-out;
}
.LeftToRight .readmore a.link3{
  -webkit-animation: bounceInLeft 2s ease-in-out;
    -moz-animation: bounceInLeft 2s ease-in-out;
    -ms-animation: bounceInLeft 2s ease-in-out;
    animation: bounceInLeft 2s ease-in-out;
}
.LeftToRight .readmore a.link2{
  -webkit-animation: bounceInLeft 2.5s ease-in-out;
    -moz-animation: bounceInLeft 2.5s ease-in-out;
    -ms-animation: bounceInLeft 2.5s ease-in-out;
    animation: bounceInLeft 2.5s ease-in-out;
}


.RightToLeft .title {
    -webkit-animation: bounceInRight 0.5s ease-in-out;
    -moz-animation: bounceInRight 0.5s ease-in-out;
    -ms-animation: bounceInRight 0.5s ease-in-out;
    animation: bounceInRight 0.5s ease-in-out;
}
.RightToLeft .title1 {
    -webkit-animation: bounceInRight 1s ease-in-out;
    -moz-animation: bounceInRight 1s ease-in-out;
    -ms-animation: bounceInRight 1s ease-in-out;
    animation: bounceInRight 1s ease-in-out;
}
.RightToLeft .description {
  -webkit-animation: bounceInRight 1.5s ease-in-out;
    -moz-animation: bounceInRight 1.5s ease-in-out;
    -ms-animation: bounceInRight 1.5s ease-in-out;
    animation: bounceInRight 1.5s ease-in-out;
}
.RightToLeft .readmore a.link1 {
  -webkit-animation: bounceInRight 2s ease-in-out;
    -moz-animation: bounceInRight 2s ease-in-out;
    -ms-animation: bounceInRight 2s ease-in-out;
    animation: bounceInRight 2s ease-in-out;
}
.RightToLeft .readmore a.link2 {
  -webkit-animation: bounceInRight 2.5s ease-in-out;
    -moz-animation: bounceInRight 2.5s ease-in-out;
    -ms-animation: bounceInRight 2.5s ease-in-out;
    animation: bounceInRight 2.5s ease-in-out;
}
.RightToLeft .readmore a.link3 {
  -webkit-animation: bounceInRight 3s ease-in-out;
    -moz-animation: bounceInRight 3s ease-in-out;
    -ms-animation: bounceInRight 3s ease-in-out;
    animation: bounceInRight 3s ease-in-out;
}

.service-box li:hover .icon-block .fa,
.header-static .box:hover .title .fa{
    -webkit-animation: bounceIn 1s ease-in-out;
    -moz-animation: bounceIn 1s ease-in-out;
    -ms-animation: bounceIn 1s ease-in-out;
    animation: bounceIn 1s ease-in-out;
}

/*.banner-box1:hover .content .title{
    -webkit-animation: bounce 1s ease-in-out;
    -moz-animation: bounce 1s ease-in-out;
    -ms-animation: bounce 1s ease-in-out;
    animation: bounce 1s ease-in-out;
}
.banner-box2 .box-img1:hover .content .title {
  -webkit-animation: zoomInDown 1s ease-in-out;
    -moz-animation: zoomInDown 1s ease-in-out;
    -ms-animation: zoomInDown 1s ease-in-out;
    animation: zoomInDown 1s ease-in-out;
}
.banner-box2 .box-img2:hover .content .title {
  -webkit-animation: bounceIn 1s ease-in-out;
    -moz-animation: bounceIn 1s ease-in-out;
    -ms-animation: bounceIn 1s ease-in-out;
    animation: bounceIn 1s ease-in-out;
}
.banner-box3:hover .content .title {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
    -moz-animation: fadeInDown 0.5s ease-in-out;
    -ms-animation: fadeInDown 0.5s ease-in-out;
    animation: fadeInDown 0.5s ease-in-out;
}*/

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}


@-webkit-keyframes effectRotate{
	
	0%{
		opacity:0;
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		transform:scale(0)
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
	}
	100%{
		opacity:1;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	}
@keyframes effectRotate{
	
	0%{
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0)
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	}
	50%{
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	transform:scale(0.5)
	}
	100%{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	}
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { font:12px/1.55 Arial; color:#666; text-align: left; background: #fff;}

img           { border:0; vertical-align:top; max-width: 100%; height: auto;}

a             { color:#666; text-decoration: none; }
a:hover       { text-decoration: underline; color:#666; }
span.color { color: #cc0000;}

a:focus,
:focus        { outline:0; color: #666;}

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol,li         { list-style:none; margin: 0; padding: 0; }
dt, dd { line-height: 25px; }

.footer-container .footer ul li{ float:left;  margin:0 10px 10px 0; }
.footer-container .footer ul { clear:both }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {   }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

.main { margin: 0 auto; min-height: 0; padding: 30px 0; text-align: left; }
body.catalog-product-view .main-container>.main { padding-top: 0;  }
.cms-index-index .main { }


.container { padding: 0; }


/* Base Columns */
.col-left {   }
.col-main {  }
.col-right {  }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {  }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {  }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main {   }

/* Content Columns */
.col2-set { margin-bottom: 20px;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color:#2f2f2f; outline: 0;}
input.input-text,select,textarea { background:#fff; border:1px solid #eee; }
input.input-text,textarea { padding: 5px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:4.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button.small{ }
button.button.small span span{ font-size: 12px;    padding: 1px 7px; }
button.button.red,#checkoutSteps li button.button { background:#cc0000;  }
button.button.red span span,#checkoutSteps li button.button span span{color:#fff; background:#cc0000; }
button.button span span { display: inline-block; background:#e3e3e3; padding: 10px 25px;  text-align:center; white-space:nowrap; color:#666; line-height: 20px; font-size: 14px; }
button.button:hover span span { background-color: #333; color: #fff; }

button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-cart span span { background: none; border: 1px solid #e5e5e5;}
button.btn-cart:hover span span { background: #333; border-color: #333;  }

button.btn-checkout span span {  padding: 15px 25px;  }
button.btn-checkout span span:after { background: #666;}

.eventlist-item a.underline{ text-decoration:underline;  color: #000;    font-size: 1.2em;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:100%; }
.form-list .field { float:left; width: 100%; }
.form-list input.input-text { width: 100%; }
.form-list textarea { width: 100%; height:10em; }
.form-list select { width: 100%; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

#login-form .form-list .input-box,
#login-form .form-list input.input-text { width: 100%; height: 30px;}

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin: 20px 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #eee;  padding: 25px 25px 16px 25px; margin:28px 0; background: #fff;}
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #ddd; background: #fff;  margin:-38px 0 0 -10px; padding: 3px 10px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success {  font-weight:bold; }
.error {  font-weight:bold; }
.notice {  }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight: normal !important; }
.error-msg { border-color:#eee; background-image:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_msg-error.gif); color:#333; }
.success-msg { border-color:#eee; background-image:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_msg-success.gif); color:#333; }
.note-msg,
.notice-msg { border-color:#eee;  background-image:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_msg-note.gif); color:#333; }

/* BreadCrumbs */

.breadcrumbs {  line-height: 15px; margin:-22px 0 15px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li span { margin: 0 2px;}
.breadcrumbs li strong { font-weight: normal; text-decoration: underline; }
.breadcrumbs a { color: #333;}
.breadcrumbs a:hover { text-decoration: underline; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; padding-bottom: 0; margin:0 0 25px; }
.cart .page-title { width:50%; padding:0;}
.cart .topbtns {    text-align: right;}
.page-title h1,
.page-title h2 {
    color: #444; font-family:"Open Sans",sans-serif; font-weight:400;
    font-size: 25px;
    position: relative;
    padding-bottom: 5px;
    text-transform:uppercase;
    letter-spacing: 1px;
}

#shopping-cart-totals-table{ margin: 10px 0 }
#shopping-cart-totals-table tfoot tr td span,#shopping-cart-totals-table tfoot tr td strong{ font-size:14px ;  }
#shopping-cart-totals-table th td{ }
#shopping-cart-totals-table tr { border: medium none;}
#shopping-cart-totals-table tr td{border: medium none;   line-height: 17px;  padding: 0;  font-size: 12px;}
.page-title h1 span.amount,.page-title h2 span.amount{ font-size:23px; color:#999; letter-spacing: normal;}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Toolbar */

.toolbar { overflow: hidden; margin: 0 0 30px; padding: 0; padding: 15px 0; border-bottom: 1px solid #eee;}
.toolbar a { }
.toolbar label { font-weight: normal;  color: #333;  }

.toolbar-bottom .toolbar { margin: 0;}
.toolbar-bottom .toolbar  .pages {}


/* Pager */
.pager {  text-align:center; margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #efefef;}
.pager .amount { float:left; margin: 4px 30px 0 0; font-size: 13px; color: #999;}
.limiter {     float: left;    margin-left: 27px; }
.sorter .limiter label { vertical-align:middle; margin: 0 0 0; }
.sorter .limiter select { padding:0; margin:0 0 0 10px; vertical-align:middle; font-size: 13px; padding: 10px; border: 1px solid #e0e0e0; background: #F5F5F5;}
.pager .pages { text-align: center; padding: 0; float:right;}
.pager .pages strong { font-weight: normal; color: #666; text-transform: capitalize; font-size: 13px; margin-right: 10px;}
.pager .pages ol { display:inline-block; margin: 0;}
.pager .pages li { display:inline-block; margin: 0; font-size: 14px; color: #333; border-left: 1px solid #efefef; line-height: 15px; }
.pager .pages li:first-child { border: none;}
.pager .pages li a { font-size: 14px; color: #333; display: block; background: none; width: 20px; line-height: 15px; text-align: center;}
.pager .pages li.current { width: 23px; height: 23px; line-height: 23px;  text-align: center; }
.pager .pages li.current, .pager .pages li a:hover { color: #333; text-decoration: underline;  }


/* Sorter */
.sorter {  }
.sorter .view-mode { float:left; margin:8px 0 0; }
.sorter .view-mode a { text-decoration: none; }
.sorter .sort-by { float: left; margin-left: 0;  }
.sorter .sort-by label { vertical-align:middle; margin: 0 0 0;}
.sorter .sort-by select {background: #fff none repeat scroll 0 0;    border: 1px solid #e0e0e0;    display: inline-block;    font-size: 13px;    letter-spacing: 0.05em;    margin: 0 0 0 10px;    padding: 5px 10px; text-transform: uppercase;    vertical-align: middle; }
.sorter .sort-by a{ display: none;}
.sorter .link-feed {}

.sorter .view-mode{ float:left;  }
.sorter .view-mode label { float: left; margin: 2px 8px 0 0; }
.sorter .view-mode span { float:left;  margin: 2px 5px 0 0; }
.sorter .view-mode .grid,
.sorter .view-mode .list {  float:left; color: #666; font-weight: normal; text-align: center; position: relative; padding-left: 30px; line-height: 25px;}


.sorter .view-mode strong.grid:before,
.sorter .view-mode a.grid:hover:before { background-position: 0 100%;}

.sorter .view-mode .list:before { background-position: 100% 0;}
.sorter .view-mode strong.list:before,
.sorter .view-mode a.list:hover:before { background-position: 100% 100%; }
.sorter .view-mode .list { margin-left: 10px;}

.sorter .sort-by select,.sorter .limiter select {
    color: #666; background: #fff none repeat scroll 0 0;    border: 1px solid #e0e0e0;    display: inline-block;    font-size: 13px;    letter-spacing: 0.05em;    margin: 0 0 0 4px;    padding: 1px 5px; text-transform: uppercase;    vertical-align: middle;
}
div.pager{    border-top: 0 none;    margin: 0;    padding: 0;}

.pager li > a, .pager li > span { display:  inline; padding: 0; background: none; border: none; border-radius: 0; }


/* ============================================ */
.data-table {
    width: 100%;
    background: #fff;
    border: 1px solid #eeeeee;
}

.data-table td,
.data-table th {
    padding: 15px;
    vertical-align: top;
}

.data-table th {
    font-weight: normal;
    padding: 15px 23px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}
.data-table th:first-child{ text-align:left; }
.data-table thead th,
.data-table tbody td {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.data-table tfoot td {
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
    content: ':';
}
.data-table tbody tr { border-bottom: 1px solid #eeeeee;}

/* Generic Info Box */
.info-box { background:#fff url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside;  }
.std ul.disc { list-style:disc outside;  }
.std dl dt { font-weight:bold; }
.std dl dd {   }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {   padding:0; }
.std ul { list-style:disc outside;  }
.std ol { list-style:decimal outside;  }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {   }
.std dt { font-weight:bold; }
.std dd {   }
.std blockquote { font-style:italic;  }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { padding-right:0 !important; }

.link-cart {   }
.link-wishlist {   }
.link-reorder { }
.link-compare {  }
.link-print { /*background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px;  line-height:0; color: #aaa; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin: 0 auto;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */

/*------------------------------------.header-quick-access -----------------------------------*/

.header-quick-access { background-color: #333}
.header-quick-access .box1 .hotline, .header-quick-access .box1 .hotline .fa, .quick-access .title, p.welcome-msg,.header-quick-access .fa, .header-toplinks .links li a  {color: #ddd;font-size: 12px; font-family: Questrial; font-weight: normal; }
.header-quick-access .box1 .hotline { float: left; margin: 10px 10px 10px 0;;  padding-right: 10px; border-right: 1px solid #6e6e6e;line-height: 13px;}
.header-quick-access .box1 .hotline .fa { margin: 0 3px 0 0; font-size: 12px; position: relative; top: 1px; font-family: FontAwesome;}

.quick-access { float: left; position: relative; z-index: 1001; padding: 10px 0;line-height: 13px;}
.quick-access .title { margin: 0;}
.shopping-bag .wrap-dropdown {top: 24px;}
.shopping-bag button.button span span {padding: 5px 15px;}
.wrap-dropdown {
    width: 200px;
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 99;
    background: #444444;
    padding: 15px 20px 15px 16px;
    display: none;
    /*border: 1px solid #eee;*/
    border-top: none;
    text-align: left;
}
.wrap-dropdown.account{
    width: 300px;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 99;
    background: #444444;
    padding: 30px 20px 15px 16px;
    display: none;
    /*border: 1px solid #eee;*/
    border-top: none;
    text-align: left;
}
.wrap-dropdown.flang{
    width: auto;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 99;
    background: #444444;
    padding: 30px 20px 15px 16px;
    display: none;
    /*border: 1px solid #eee;*/
    border-top: none;
    text-align: left;
}

.wrap-dropdown {
    left: -37px;
    top: 47px;
}
.menu-none-fixed .quick-access{
    padding-bottom: 10px !important;
}
.gorb{
    position: absolute;
    top: -11px;
    left: 43px;
}
.gorb2 {
    position: absolute;
    top: -11px;
    left: 158px;
}
.image_lang{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    width: 27px;
    border: 1px solid #fff;
}
/*.quick-access.lang .wrap-dropdown{*/
    /*display: block;*/
/*}*/
.text_lang{
    float: left;
}
.lang .wrap-dropdown {	width: auto; }
/*.quick-access:hover .wrap-dropdown {*/
/*display: block;*/
/*}*/
.quick-access .wrap-dropdown{  }
.wrap-dropdown .account {  width: 150px; }
.shopping-bag .wrap-dropdown { width: 250px; left: inherit; right: 0; }
.header-quick-access .fa {
    margin-left: 7px;
    vertical-align: baseline;
    font-family: FontAwesome;
}
.header-language {
    float: left;
    width: 65px;
}
.form-language .select-language {  border-bottom: 1px solid #eee; margin-bottom: 5px;}
.form-language .select-language label { margin: 0 7px 0 0 ;}


.header-language ul li {
    /*border-bottom: 1px solid #eee;*/
    /*margin-bottom: 14px;*/
    /*padding: 0 10px;*/
}
.form-language a {
    background-repeat: no-repeat;
    background-position: 0 48%;
    font-weight: normal;
    position: relative;
    font-size: 16px;
    z-index: 10;
    color: #fff;
    padding: 0;
    line-height: 22px;
    text-transform: uppercase;
}
.form-language a.selected { color: #cc0000;}
.header-currency { float: left; width: 105px;  padding-left: 10px;}
.form-currency .select-currency {  border-bottom: 1px solid #eee; margin-bottom: 5px;}
.form-currency .select-currency label { margin: 0 7px 0 0 ;}

.header-currency ul li { border-bottom: 1px solid #eee; margin-bottom: 3px; padding-left: 10px;}
.form-currency a {
    background-repeat: no-repeat;
    background-position: 0 48%;
    font-weight: normal;
    position: relative;
    font-size: 12px;
    z-index: 10;
    padding: 0;
    line-height: 22px;
    text-transform: capitalize;
}
.form-currency a.selected {  color: #cc0000;}
.form-currency a span { font-size: 14px; color: #aaa;}
.form-currency a.selected span { color: #cc0000;}


/*-------------------------------Welcome msg!-----------------------------------------*/
p.welcome-msg { float: left; margin: 10px 0;line-height: 14px;}


/*-------------------------------Top Links!-----------------------------------------*/
.header-toplinks { float: right;}
.header-toplinks .quick-access label.title  { float: left; display: inline;padding: 0 10px; border-right: 1px solid #6e6e6e;}
.header-toplinks .quick-access.shopping-bag label.title {border: none;padding-right: 0;background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/icon-bag.png) left center no-repeat;  padding-left: 18px;height: 19px;
    margin-top: -5px;
    line-height: 23px;
    margin-left: 10px;}
.header-toplinks .links li { display: block; margin: 0 6px 10px 0;}
.header-toplinks .links li.first  {  min-width: 67px;}
.header-toplinks .links li a {color: #666;}
.header-toplinks .links li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 7px;
}
.header-toplinks .links li.first a:before { content: "\f007"; }
.header-toplinks .links li a:before { content: "\f08a"; }
.header-toplinks .links li a.top-link-checkout:before { content: "\f090"; }
.header-toplinks .links li.last a:before { content: "\f13e"; }
.header-toplinks .links li.login-register a:before { content: "";}

.header-wrapper { }
.header { padding: 40px 0 20px 0;}
.page-header-content {  position: relative; float: left; width: 100%; z-index: 99;}
.header a.logo { display: block; margin-top: 5px;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }

.form-search {margin: 0;position: relative;}
.form-search button.button span span {  margin-top: 8px;padding-right: 10px;}
.form-search input.input-text {background: #fff;width: 100%;margin-top: 10px;padding-left: 10px;border: 1px solid #fdfdfd;font-size: 12px;color: #aaa;height: 36px;font-family: Questrial;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.10);
}

.form-search button.button { position: absolute; top: 0; right: 0; margin: 0;}
.form-search button.button span span { background: none; color: #aaa;}
.form-search button.button:hover span span { color: #000; }
.form-search .dd-pointer { right: 15px; color: #333; border: solid 4px transparent; margin-top: -2px;}

.form-search #cat .dd-options { border: 1px solid #e8e8e8;  box-shadow: none; height: 495px; overflow: auto !important; width: 135px !important;}
.form-search #cat a.dd-option {  padding: 5px 10px; background: none;}
.form-search #cat a.dd-option:hover { background: #cc0000; color: #fff;}
.dd-pointer-down { border-top: solid 5px #333 !important;}
.dd-pointer-down.dd-pointer-up { border-bottom: solid 5px #333 !important; }
.form-search #cat a.dd-option label { font-weight: normal;}

.form-search .search-autocomplete {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.form-search .search-autocomplete  ul li { padding-left: 5px; cursor: default;}
.form-search .search-autocomplete  ul li.selected { background: #eee;}

.header-cart-mini { position: absolute; z-index: 999; right: 0; bottom: -91px; width: 20px; height: 50px;  background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/icon-top-cart.png) 50% no-repeat; cursor: pointer;}
.header-cart-mini a.shopping-cart { color: #333;}
.mini_cart_ajax { position: relative;  }
.header-cart-mini .cart-mini-title a.shopping-cart { color: #333; font-weight: bold; text-transform: uppercase; font-size: 12px; display: block; padding: 0 0 10px; position: relative;  }
.cart-count {  font-size: 14px;}
.cart-qty { width: 20px; height: 20px; text-align: center; line-height: 20px;   top: -43px;right: 25px; color: #fff; z-index: 99; font-size: 10px;}

.mini-products-list .product-image { float:left; width:50px;  }
.mini-products-list .product-details { margin-left:60px; }


#wraper_ajax.loadding_ajaxcart,
.ajax_loading {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #666;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: 50%;
    left: 50%;
    position:fixed;
    display: none;
    z-index: 999;
}
.producttabs-container .ajax_loading {position: absolute; top: 50%;}

/********** < Navigation */
.nav-container {

}
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */


/*Header promotion*/
.header-promotion {text-align: center; text-transform: uppercase; color: #888; padding: 20px 0;}
.header-promotion p {display: inline-block; margin: 0;}
.header-promotion span{color: #333; text-decoration: underline;}
.header-promotion a {margin-right: 10px; border-right: 1px solid #e8e8e8;padding-right: 10px;}
.header-promotion a:last-child {border:none;}
.header-promotion a .fa {margin-left: 3px;}

/* ======================================================================================= */
div.ui-widget-content{	background: #ddd;    height: 1px; margin-top:6px;}
div.ui-slider-horizontal .ui-slider-range {    top: 0px; background:#000; }
div.ui-slider-horizontal .ui-slider-handle{margin-left: 0;    top: -5px;    width: 12px; background: rgba(0, 0, 0, 0) url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/slide_icon.png") no-repeat scroll 0 0;}
.priceslider {}
.priceslider .price_box{ border: 1px solid #ccc;     display: inline-block;    margin-top: 15px;    padding: 0 8px; }
.priceslider .divide{  float: left;    text-align: center;    width: 16%; margin-top: 15px;}
.priceslider .price_box.right{ }
.priceslider input{ max-width: 37px !important; border: medium none !important;    height: 24px;    margin: 0 !important;    text-align: center;    vertical-align: inherit;}
/* Sidebar =============================================================================== */
.block {  margin:0 0 20px; }
.block .block-title { position: relative; padding-bottom: 5px;}
.block .block-title:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #888;
    position: absolute;
    bottom: 0;
    left: 0;}
.block .block-title strong  {color: #333;    font-size: 18px;    font-weight: normal;    text-transform: uppercase; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding: 0 0 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { padding: 10px 0; margin-top: 10px; background: #fff;}
.block .block-content li.item { padding: 0; }
.block .block-content .product-name {   }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding: 0; }
.banner-left { margin-bottom: 20px;}

/* Block: Related */
.block-related .block-title strong {   }
.block-related input.checkbox { }
.block-related .product {  }
.block-related .block-content li.item { margin-bottom: 15px; position: relative;}
.block-related .block-content li.item .product-image { float: left; margin-right: 15px;}


/* Mini Products List */

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { }
.block-account .block-title strong {  }
.block-account .block-content {  }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding: 5px 0; color:#333;  text-decoration:none !important; }
.block-account .block-content li a:hover { text-decoration: underline; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding: 5px 0; text-decoration: underline; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title {  }
.block-currency .block-title strong {   }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav {    border: 0 none;    }
.sidebar > .block-layered-nav {      width: 65%;}
.block-layered-nav .block-title {  display: none;}
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav .currently { margin-bottom: 20px;}
.block-layered-nav .currently .block-subtitle {
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
}
.block-layered-nav .block-content { padding: 0; background: none; box-shadow: none; margin: 0; }
.block-layered-nav dt {  padding-bottom: 0; position: relative;  margin-top: 16px;}
.block-layered-nav dt:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #888;
    position: absolute;
    bottom: 0;
    left: 0;
}

.block-layered-nav dt span {  font-size: 14px;  color: #333; font-size: 18px; font-weight: normal;  text-transform:uppercase}
.block-layered-nav dd ol { background: #fff; padding: 10px 0;}

.block-layered-nav dd { padding: 10px 0;  }
.block-layered-nav dd li {
    line-height: 25px;
}
.block-layered-nav dd li a { background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/check-box.png) 0 2px no-repeat; color: #666; padding-left: 20px; text-transform: capitalize;}
.block-layered-nav dd li a:hover { background-position: 0 -26px; text-decoration: underline;}
.block-layered-nav dd.last {   }
.block-layered-nav dl { margin: 0;}
.block-layered-nav .currently li {  padding:6px 24px 6px 0; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; margin-right: 5px; }
.block-layered-nav .currently .value { display:inline-block; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; text-align:right; margin-bottom: 10px; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {  }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions {  }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }


/* Block: Compare Products */
.block-compare .block-title strong {   }
.block-compare button.button span { }
.page-popup .link-print { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width: 160px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-content { background: none; padding: 0;}
.block-tags .block-content .tags-list li { float: left; margin-right: 6px; margin-bottom: 6px;}
.block-tags .block-content .tags-list a  { border: 1px solid #2e2e2e; font-size: 13px; padding: 5px 10px; display: block;}
.block-tags .block-content a { color:#666; }
.block-tags .block-content a:hover { text-decoration: none; color: #aaa; background: #333;}


/* Block: Subscribe */
.block-subscribe { margin-top: 15px;}
.block-subscribe .block-content { padding: 15px; border: 1px solid #eaeaea; margin-top: 15px; }
.block-subscribe .block-title strong {   }
.block-subscribe label { font-weight: normal; color:#727272; font-size: 13px; }
.block-subscribe .input-box { margin-top: 10px; }
.block-subscribe input.input-text { display:block; width: 100%; margin: 0 0 13px; height: 40px; padding-left: 10px; background: #2f2f2f;  color: #aaa; border: none;}
.block-subscribe .actions { background:none; padding:0; margin: 0; text-align:left; }
.block-subscribe .actions button.button span span { background: #cc0000; color: #fff;}
.block-subscribe .actions button.button:hover span span { background: #666; }

/* Block: Reorder */
.block-reorder .block-title strong {   }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px;  }
.category-image { width:100%; overflow:hidden; text-align:center; margin-bottom: 30px;}
.category-image img { width: 100%;}
.category-description { margin:0 0 10px; }
.category-products {}

.categories-img,
.banner-new,
.banner-sale { margin-left: -50px; margin-right: -50px; margin-bottom: 30px;}
.banner-new img,
.banner-sale img  { width: 100%;}

.catalog-product-view .categories-img { display: none;}

/* View Type: Grid */
.products-grid {  }
.products-grid.last {  }
.products-grid .item { margin-bottom: 7px; position: relative; text-align: center;   }
.products-grid .item .tax-details{ display:none;}
.products-grid .item .item-inner { position: relative; overflow: hidden;}
.products-grid .box-images,
.products-list .box-images { position: relative; overflow: hidden;  margin-bottom: 10px;}
.products-grid .product-image { display: block; border: none; }

.products-grid .product-shop {
    padding:2px 0 15px;
}

.products-grid .item .product-image img,
.products-list .item .product-image img { width: 100%;}

.products-grid .item .product-image .img-face-back,
.products-list .item .product-image .img-face-back {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
}

.products-grid .item:hover .product-image .img-face-pos-one,
.products-list .item:hover .product-image .img-face-pos-one {
    opacity: 0;
}
.products-grid .item:hover .product-image .img-face-back,
.products-list .item:hover .product-image .img-face-back { z-index: 1; opacity: 1;}

.products-grid .product-name { margin: 3px 0 0; }
.products-grid .product-name a {
    font-size: 14px;
    font-family: "RobotoBold";
    color: rgb( 68, 68, 68 );
    /*font-weight: bold;*/
    line-height: 1.429;
}
.products-grid .availability { line-height:21px; }
.products-grid .item .ratings { margin: 5px 0 0;}
.products-grid .item .ratings .rating-box { float: none; margin: 0 auto;}

.products-grid .item .actions {  }
.products-grid .item:hover .actions {  }
.products-grid .item .price-box { margin: 0 0 7px;}
.products-grid .item .button.btn-cart {

    margin: auto;
}
.products-grid .item:hover .button.btn-cart { opacity: 1;}

.products-grid .item .add-to-links,
.products-list .item .add-to-links { position: absolute; bottom: -100px; right: 10px; z-index: 99; margin: 0; }
.products-grid .item:hover .add-to-links,
.products-list .item:hover .add-to-links{ bottom: 10px;  }
.products-grid .item .add-to-links li,
.products-list .item .add-to-links li { display: table-cell; padding: 0 5px; }
.products-grid .item .add-to-links li.last { }
.products-grid .item .add-to-links li a,
.products-list .item .add-to-links li a { color: #cc0000; text-align: center; }
.products-grid .item .add-to-links li a .fa,
.products-list .item .add-to-links li a .fa { font-size: 16px;}

.products-grid .item .add-to-links li a:hover,
.products-list .item .add-to-links li a:hover { color: #666;  }


.icon-new,
.icon-sale {
    border: 1px solid #fff;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 1px 1px 0 #999, -1px -1px 0 #999, -1px 0 0 #999, 0 -1px 0 #999;
    -o-box-shadow: 1px 1px 0 #999, -1px -1px 0 #999, -1px 0 0 #999, 0 -1px 0 #999;
    box-shadow: 1px 1px 0 #999, -1px -1px 0 #999, -1px 0 0 #999, 0 -1px 0 #999;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 51px;
    line-height: 48px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 55px;
    z-index: 90;
}
.icon-sale{ display:none; }
.icon-new { background: #cc0000; }
.icon-sale { background: #cc0000; }

/* View Type: List */
.products-list li.item { margin-bottom: 30px; position: relative; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.products-list li.item.last { margin-bottom: 0;}
.products-list li.item .product-images {  }
.products-list li.item .box-images { }
.products-list .desc { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.products-list li.item .ratings { margin: 10px 0 0;}
.products-list li.item .rating-links a { color: #333;  line-height: 15px; }
.products-list li.item .rating-links a:hover { text-decoration: underline;}
.products-list li.item .product-name a { font-size: 16px; color: #666;}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.products-grid .ratings .rating-links .separator,
.products-grid .ratings .rating-links .add-review ,
.products-grid .ratings .rating-links a { display: none;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right: 10px; }
.products-grid .ratings .amount { display: none; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }



/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box p { display: inline;}
.price-box .price {   color:#333;  }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price {  font-size:16px; color:#333; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { display: none; }
.old-price .price { font-weight: normal; color:#aaa; text-decoration:line-through; font-size: 13px;}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { display: none; }
.special-price .price { font-size:16px; color:#333; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label {   white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* RX */
.product-view .product-shop.rx .tax-details{  padding-bottom: 33px; border-bottom: 1px solid #eee; }
.product-view .product-shop.rx .delivery-time-details{  float:left; padding-right: 3px;}
.product-shop > span.delivery-time-details{  display:none;}
.product-view .product-shop.rx .delivery-time-details::after {    content: ",";    width: 20px;}

.product-collateral label{margin-bottom: 3px; font-weight:normal;  }
.product-options {    border: medium none;    margin: 20px 0 0;    padding: 10px 0 20px;    width: 77%;}
.leftalignbtn button {    margin-left: 0 !important;    margin-right: 0 !important;}
.product-options dt {    bottom: auto;    }
.product-options dl {    margin-top: 0;}
.product-options dd {    border: 0 none;    padding: 0;}
.radio_in {    border: 1px solid #eee;    margin-bottom: 51px; margin-left: 0;    margin-right: 0;   position: relative;}
.radio_in  input.radio { margin-top: 0; display:inline;}
.validation-failed .radio_in.adjustment, .validation-failed .radio_in.entspiegelung {    margin-bottom: 0;}
.radio_in.drops,.radio_in  {    padding: 0 15px 17px;}
.radio_in.adjustment li {    margin-bottom: 10px;}
.radio_in.entspiegelung ul { padding-top:21px;    }
.radio_in.drops li {    margin-bottom: 4px;    position: relative;    width: 337px;}
.radio_in.drops select {    float: right;    width: 154px;}
.radio_in.drops li img {    float: right;    margin-left: 14px;}
.radio_in ul li {    padding-bottom: 3px;     }
.radio_in ul li label span {    float: right;    font-weight: normal;    margin-right: 21px;    padding-left: 11px;}
.radio_in.adjustment ul li label span {    margin-right: 0;}
.radio_in div {    position: relative;}
.lang_en_GB .radio_in div {    padding-left: 140px;}
.radio_in.drops div {    margin-top: 37px;    padding-left: 0;}
.radio_in div.left {}
.radio_in div.right {}
.radio_in div p.name { margin-top: 15px; font-weight: bold; margin-bottom: 15px;   color: #000;    }
.eyevalues .radio_in{background:#fbfbfb; margin-bottom: 2px;}
.eyevalues .radio_in div p.name, .eyevalues .radio_in div p.subtext {}
.eyevalues .radio_in div {   margin:0 0 30px;}
.radio_in.drops div p.name {
    top: -53px;
}
.radio_in div p.subtext_1 {
    color: #000;
    left: 110px;
    line-height: 51px;
    top: 2px;
    width: 522px;
}
.lang_en_GB .radio_in div p.subtext_1 {
    left: 140px;
}
.radio_in div.right p.name {
    left: 20px;
}
.radio_in.drops div.right p.name {
    left: 0;
}
.radio_in span.name {
    left: 0;
    position: absolute;
    top: -25px;
}
.radio_in span.info {
    position: absolute;
    right: 0;
    top: -25px;
}
.radio_in span.name b {
    color: #cc0000;
    text-transform: uppercase;
}
.validation-advice {
    display: none;
}
.validation-advice.radios {
    line-height: 13px;
    margin: 14px 0 64px;
}
.radio_in div.abs_info {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 0 0 3px #000000;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 21px 25px;
    position: absolute;
    top: 22px;
    width: 722px;
    z-index: 9;
}
.radio_in div.right div.abs_info {
    left: -300px;
}
.radio_in div.abs_info p {
    float: left;
    width: 362px;
}
.radio_in div.abs_info div.img {
    background: transparent url("/skin/frontend/default/dresscode/images/erklarung_brillenpass.gif") no-repeat scroll -12px -11px;
    height: 215px;
    margin-left: 28px;
    margin-top: -62px;
    position: absolute;
    right: 22px;
    width: 330px;
}
.radio_in div.abs_info.eye_sph div.img {
}
.radio_in div.abs_info.zylinder div.img, .radio_in div.abs_info.zylinder_righht div.img {
    background-position: -12px -280px;
}
.radio_in div.abs_info.achse div.img, .radio_in div.abs_info.achse_righht div.img {
    background-position: -12px -578px;
}
.radio_in div.abs_info.pupillendistanz div.img {
    background-position: -12px -848px;
}
.radio_in div.abs_info.addition div.img {
    background-position: -12px -1160px;
}
.radio_in div.abs_info.nahtteilhohe div.img {
    background-position: -12px -1504px;
}
.product-view .product-shop .right_info.fixed {
    position: fixed;
    right: 17px;
    top: 26px;
    z-index: 1000;
}





/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; }
.add-to-links .separator {  }

/* Add to Cart */
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* Add to Links + Add to Cart */

.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { text-align: center; }
.add-to-box .add-to-links li a {

}
.add-to-box .add-to-links li .separator { display:none !important; }


/* Product View ========================================================================== */
.product-view{}

.product-view .product-img-box .product-image { margin-bottom: 10px;  background: #fff;}
.product-view .product-img-box .more-views ul img { }


.product-view .ratings{ }
.product-view .ratings .rating-links a{ color:#333; line-height: 15px;}
.product-view .ratings .rating-links a:hover { text-decoration:none; text-decoration: underline;}
.product-view .product-name { }
.product-view .product-name a{  }
.product-view .product-name a:hover { text-decoration: underline;}
.eventviewDIV h1,.product-view .product-name h1{ font-size: 25px; }
.product-view .product-shop { background: #fff; }
.product-view .product-shop a.nobr{ color:#90b37f;}
.product-view .product-shop a.nobr:hover{ color: #e66b6b; text-decoration:none;}

.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.eventviewDIV h1,.product-view .product-shop .product-name h1 { margin:18px 0 0; color: #444; font-family:"Open Sans",sans-serif; font-weight:400;}
.product-view .product-shop .availability { margin:0; }
.product-view .product-shop .short-description { margin: 10px 0 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.product-view .product-shop .short-description .std {  }
.product-view .product-shop .price-box { float: left;    margin: 0;   padding-top: 5px;   padding-right: 10px; }
.product-view .product-shop .inneropts .price-box,.product-view .product-shop .inneropts .tax-details { float: none; display:none;}
.product-view .product-shop .inneropts .product-options dl{ margin-bottom:5px; }
.product-view .product-shop .tax-details,.product-view .product-shop .tax-details a { color:#aaa;    }
.product-view .product-shop .tax-details{ display:block; margin-top: 22px;  }
.product-view .product-shop .tax-details::after{ clear:both;}
.product-view .product-shop .availability { font-size:13px; }
.product-view .product-shop .availability span { font-weight:normal; font-weight: bold;}
.product-view .product-shop .availability.in-stock span, .product-cart-info .availability.in-stock span{ color:#B0D95E; }
.product-cart-info .availability.in-stock { font-weight:bold; }
.product-shop  p.required{ text-align:left; }
.product-view .product-shop .add-to-box-cart { clear: both; padding-top: 20px;}

.product-view .add-to-links li { float: left; margin-right: 50px;}
.product-view .add-to-links a { color: #333;}
.product-view .add-to-links a:hover { color: #e26e6e;}
.product-view .add-to-links a .fa { margin-right: 10px;}

/* Email to a Friend */
.email-friend { margin:0; line-height: 15px; float: left;}
.product-view .email-friend a { color: #333; }
.product-view .email-friend a:hover { color: #e26e6e; }
.product-view .email-friend a .fa { margin-right: 10px;}

.product-view .add-to-box {    border-bottom: 1px solid #eee;    border-top: 1px solid #eee;    margin: 67px 0 0;    padding: 20px 0;}
.product-view .add-to-cart { margin: 0; padding: 15px 0 0; }
.product-view .add-to-cart .input-content { float: left; margin-right: 15px;}
.product-view .add-to-cart .box-qty { border: 1px solid #ddd; float: left;}
.product-view .add-to-cart label { margin: 0 5px 5px 0; display: block; font-weight: normal;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 10px 0 9px;
    text-align: center;
    width: 50px !important;
    border: none;
    border-right: 1px solid #ddd;
}
.product-view .add-to-cart .input-content .qty-arrows {
    width: 18px;
    float: left;
}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 18px;
    height: 18px;
    display: block;
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn-qty.png) 0 100% no-repeat #fff;
    border: none;
}
.add-to-cart input.qty-increase { background-position: 0 0; margin-top: 1px;}
.product-view button.btn-cart { margin-top: 6px;   margin-right: 0px;}

.product-view .product-shop .price-box .regular-price .price,.product-view .product-shop .special-price .price { font-size: 25px;    font-weight: bold;    line-height: 33px; font-family:"Open Sans",sans-serif; font-weight:600;}

.addthis_native_toolbox { float: left; margin-top: 10px;}
.addthis_native_toolbox .addthis_button_pinterest_pinit { display: none;}


.product-options { position: relative; background: none; margin-top: 27px;padding-top:22px; margin-bottom: 10px; border-top: 1px solid #eee;}
.product-options dt { padding:10px 0 0; font-weight:normal;}
.product-options dt label { font-weight:bold; color:#2f2f2f; margin-bottom:0; }
.product-options dt label.required em { color:#eb340a; margin-right:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding: 0 0 5px; margin:0 ;   }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; padding: 5px 0;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { right:20px; top:20px; margin-bottom:-3px}

.product-options-bottom { background:none;   border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box {  margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {  margin: 10px 0 0;}
.product-shop .product-options-bottom { }
.product-shop .product-options-bottom .price-box { margin: 10px 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right;  display:none;}
.product-collateral { margin:48px 0 30px;}

.product-tabs { overflow:hidden; margin: 0; }
.product-tabs li:first-child { margin-left:0; }
.product-tabs li {
    float: left;
    font-size: 1.1em;
    line-height: 1em;
    border: 1px solid #eee;
    margin-left: -1px;
    max-width: 50%;
}
.product-tabs li:hover,
.product-tabs li.active { border-bottom-color:#fff; }
.product-tabs li.last {  }
.product-tabs a {
    display: block;
    padding: 7px 15px;
    font-size: 16px;
    color: #888;
    text-decoration: none;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 400;
    border-left: none;
}
.product-tabs li.first a { }
.product-tabs a:hover,
.product-tabs li.active a {  color:#333;}
.product-tabs-content h2 { }
.product-tabs-content {
    width: 100%;
    padding: 20px;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #eee;
    color: #888;
}
#product_tabs_description_contents h2 { display: none;}

.box-reviews { background: #fff; padding: 15px;}

#product-review-table { margin: 10px 0; width: auto;}
.review-col2 h3,
.review-col2 h4 { font-size: 13px; font-weight: normal;}

.box-tags .input-box { margin-bottom: 10px; }
.box-tags input.input-text { width: 50%; display: block; height: 40px;}
.box-tags p.note { margin: 10px 0;}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }


/* Send a Friend */
.send-friend .form-list {  overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */
.category-rx-brille-ausprobieren .page-title.category-title, .categorypath-rx-information-html .page-title.category-title {
    display: none;
}

/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em;  }
.product-name a { color:#888; font-size: 14px; font-weight: normal; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right;  }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 10px; text-align: left;}
.cart .page-title h1 { float: none; }

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {

}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 15px;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}
.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}
.display-both-prices .crosssell {
    clear: right;
    float: right;
}


/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title:after {

}
.cart .page-title h1 {

}

.checkout-types {
    /* We always want this shipping method to display on its own line */
}
.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}
.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-types li img {
    display: inline;
    vertical-align: top;
}
.checkout-types li:first-child {
    margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}
.checkout-types .method-checkout-cart-methods-multishipping a { color: #333;}
.checkout-types .method-checkout-cart-methods-multishipping a:hover {  }
.checkout-types.top li {
    display: inline-block;
}
.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}
.checkout-types.top .bml_button img {
    display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    width: 150px;
    display: block;
    text-align: center;
    float: right;
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}

@media only screen and (max-width: 670px) {

    .home-content.row > img{
        width:100%;
    }
    .hidden-xs{display:none;}
    .block-layered-nav .layer_kategorie{display:none}
    .checkout-types {
        float: none;
        text-align: center;
    }
    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
        width: auto;
        float: none;
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .btn-checkout {
        width: 100%;
    }
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}
.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
#shopping-cart-table .first th{ text-align: center !important }
.cart-table .product-cart-info .img {margin: 0 15px 0 5px;}

.cart-table tr {

}
.cart-table tfoot tr {
    background: none;
}
.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both;
}
.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}
.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.cart-table .product-cart-sku {
    font-size: 12px;
    margin: 5px 0 29px;
}
.cart-table .product-cart-sku .label {
    font-weight: 600;
}
.cart-table .btn-empty {
    float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
    font-size: 14px;
}
.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}
.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #333;
    border-bottom: none;
    right: -15px;
    top: 6px;
}
.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}
.cart-table .cart-links > li > a {
    display: block;
}
.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}
.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}
.cart-table .product-cart-actions ul.cart-links{ display:none; }
.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3em;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}
.cart-table.data-table tbody td .item-options{
    padding-left: 10px;
    margin:0;
}
@media only screen and (max-width: 800px) {
    .cart-table .product-cart-info .img { margin: 0; }
}
@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px;
    }

    .banner-slideshow >div {
        padding:0 15px 15px;
    }
    .cart-table th,
    .cart-table td {
        padding: 7px 0;
    }
    .cart-table .product-cart-actions > li {
        white-space: inherit;
    }
}

@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none;
    }
}
@media only screen and (max-width: 360px) {
    .cart-table colgroup, .cart-table thead {
        display: none;
    }
    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .cart-table tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .cart-table tr:last-child {
        margin-bottom: 0;
    }
    tr.summary-total .summary-collapse {
        float: left;
        text-align: left;
    }
    .cart-table tfoot tr {
        padding-bottom: 0;
    }
    .cart-table td {
        border: none;
        display: block;
    }
    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }
    .cart-table td[data-rwd-label] .price {
        font-weight: normal;
    }
    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .cart-table td.product-cart-price, .cart-table td[data-rwd-label] {
        width: 50% !important;
    }
    .item-options dt{ width: 60%; }
    .cart-table h2 {
        font-size: 12px;
    }
    .cart-table.data-table tbody td .item-options{
        padding-top: 15px;
    }
    .product-cart-price .item-options dt{
        width: 65%;
    }
    #shopping-cart-totals-table tr td{
        width: 40%;
        display: inline-block;
        text-align: left !important;
    }
    #shopping-cart-totals-table .summary-total { margin-bottom: 10px }
    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px;
    }
    .cart-table .cart-links > li {
        white-space: normal;
        text-align: center;
    }
    .cart-table .cart-links > li > a {
        padding: 2px 0px;
    }
    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px;
    }
    .cart-table .cart-tax-info .price {
        font-size: 13px;
    }
    .cart-table .product-cart-info .img{ width: 25%; margin: 0; }
    .cart-table .product-cart-info .desc{ width: 75%; }
    .cart-table .product-cart-info .desc button.button{ margin-bottom: 5px; }
    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0;
    }
    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }
    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 100%;
        padding: 7px 6px;
    }
    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right;
    }
    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none;
    }
    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block;
    }
    .cart-table .product-cart-actions .button {
        display: none;
    }
    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: 5px 5px 2px 7px;
    }
    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px;
    }
    .cart-table .product-cart-actions {
        text-align: left;
    }
    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
    }
    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
    }
    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%;
    }
    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
    }
    .cart-table .cart-footer-actions .btn-continue {
        float: left;
    }
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":";
    }
}
.open-filters { font-size: 16px; }
.open-filters i{ font-size: 18px; }
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.cart .crosssell { background: #fff; margin-bottom: 20px;}
.cart .crosssell h2.crossell-title  { padding: 17px; background: #e9e9e9; color: #525252; font-size: 20px; }
.cart .crosssell-inner { padding: 15px;}
.cart .crosssell .product-image { float:left; margin-right: 15px; }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name {  }
.cart .crosssell li.item { padding: 15px 0;  float: left;}

.crosssell .add-to-links li {  margin-right: 50px;}
.crosssell .add-to-links a { color: #333;}
.crosssell .add-to-links a:hover { color: #cc0000;}
.crosssell .add-to-links a .fa { margin-right: 10px;}


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin-bottom: 30px; }
.cart .discount .discount-form,
.cart .shipping .shipping-form { padding: 15px; background: #fff; }
.cart .discount label,
.cart .shipping label { font-weight: normal;  }


.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:100%; }
.cart .discount input.input-text { width: 100%; padding:7px 5px; background:#eeeeee  }
.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float: left;}

/* Shopping Cart Totals */
.cart .totals { background: #fff; }
.cart .totals .totals-title { padding: 15px; border-bottom: 1px solid #e9e9e9; color: #525252; font-size: 20px; text-align: center; text-transform: uppercase;}
.cart .totals table { width:100%; }
.cart .totals td { padding: 15px 15px 15px 7px; color: #989898; font-size: 14px; border-bottom: 1px solid #e9e9e9;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding: 10px 20px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:20px; font-weight: normal; color: #222;}
.cart .totals tfoot td strong .price { }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt,.item-options dd {    float: left;     line-height: 15px;   text-align: left;   font-size:12px;}
.item-options dt { clear: both;  font-weight: bold;    width: 39%;  }
.item-options dd { margin: 0;    padding-left: 10px;   }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */

.home-content.row > a,.home-content.row > img {
    margin-bottom:15px;
}
.home-content.row > img.margin-bottom-55{margin-bottom:57px;}
.home-content.row > a > img{
    width:100%;
}

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { }
.block-progress .block-title strong {   }
.block-progress .block-content {  }
.block-progress dt { font-size:13px; font-weight: normal; line-height: 30px;  border:1px solid #eee; margin:0 0 6px; padding: 2px 8px; color:#333; }
.block-progress dd { background:#fff; border:1px solid #eee; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#fff; color:#333; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-bottom: 1px solid #ddd;  text-align:right; margin-bottom: 10px }
.opc .step-title .number { float:left; background:#ccc; border:1px solid #ccc; padding:0; width: 35px; height: 35px; line-height: 35px;
    text-align: center; margin:0 10px 0 0; font-size: 12px; color: #fff;  }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#333; line-height: 35px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {   }
.opc .allow .step-title .number {  background: #cc0000; border: 1px solid #cc0000; }
.opc .allow .step-title h2 { color:#333; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  }
.opc .active .step-title .number { background:#cc0000; border-color:#cc0000; color:#fff; }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step { background:#fff; padding:15px; position:relative; margin-bottom: 10px; }
.opc .step .tool-tip { right:30px; }

.opc input.radio { float: left; margin: 2px 5px 0 0;}

.opc .col2-set .col-1 { float: left; width: 48%;}
.opc .col2-set .col-2 { float: right; width: 48%;}
#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; font-size: 16px; font-weight: normal;}
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0;  }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px;  border:1px solid #ddd; border-bottom:0; background: #fff;}
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; }
.account-login .new-users h2 { }
.account-login .registered-users h2 {   }
.account-login .buttons-set { border:1px solid #ddd;  margin:0; padding:8px 13px; background: #fff;  }

.account-login{	float: none;    margin: 0 auto;    width: 480px;  max-width: 100%;}
.account-login #login-form .col2-set{margin-bottom:0;}
.account-login #login-form .col2-set a.f-left{ margin-top: 9px; }
.account-login #login-form .col2-set .col-2.registered-users .buttons-set{ padding: 16px 23px;}
.account-login #login-form .col2-set .col-2.registered-users .buttons-set button.button span span{ padding: 8px 27px;}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .buttons-set button.button span span, .wrap-dropdown.account .buttons-set button.button span span  {
    color: #fff;
    width: 100%;
    background: #fd002c;
    height: 50px;
    font-size: 20px;
    line-height: 1;
    font-family: 'Akrobat';
    padding: 10px 0 !important;
    border: solid 2px #fd002c;
    transition: 0.2s;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .buttons-set button.button span span:hover, .wrap-dropdown.account .buttons-set button.button span span:hover {
    color: #fd002c;
    background: #fff;
    transition: 0.2s;
}

.account-login.main-mob #login-form .col2-set .col-2.registered-users .buttons-set button.button, .wrap-dropdown.account .buttons-set button {
    width: 100%;
}
.wrap-dropdown.account .buttons-set{
    border: 0px;
}
.acc{
    margin-top: 45px;
    padding-bottom: 12px;
}
.email_customer{
    margin-top: 5px;
}
.mob-pop-but{
    padding-bottom: 10px;
}
.email_customer, .acc a, .acc {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .form-list input{
    font-size: 16px;
    color: #fff;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .form-list input::placeholder{
    color: #999999;
    font-size: 16px;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .form-list li:first-child{
    margin-bottom: 30px;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .form-list li:nth-child(2){
    margin-bottom: 20px;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .account-create-mob{
    font-size: 16px;
    margin-top: 16px;
    display: inline-block;
    color: #fff;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .account-create-mob a{
    color: #fd002c;
    text-decoration: none;
}
.account-login.main-mob #login-form .col2-set .col-2.registered-users .buttons-set{
    text-align: center;
}
@media only screen and (max-width: 360px) {

    .account-login #login-form .col2-set a.f-left{  margin: 0 auto;    text-align: center;    width: 100%; }
    .account-login #login-form .col2-set .col-2.registered-users .buttons-set button.button {   display: block;    float: none;    margin: 40px auto 0;}
    .account-login #login-form .col2-set .col-2.registered-users .buttons-set button.button span span{ padding: 8px 27px;}

}

/*.account-login #login-form {margin-bottom:15px;}*/

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {   border:1px solid #ddd;; padding:15px; margin: 0 0 20px; background: #fff;}
.box-account .box-head { border-bottom:1px solid #ddd; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat;   }

.dashboard .box .box-title {   padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#666; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight: normal; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background: #fff; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
.review-customer-index .pager {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
.review-customer-index .pager .pages {
    float: none; clear: both;
    border-top: 1px solid #eee;
    text-align: right;
}

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

footer {
    background: #181818;
}

.footer-wrapper .footer-inner { }
.footer-information {  padding: 30px 0; font-weight: normal; font-size: 13px; }
.footer-information .footer-static-content .store { margin: 15px 0;}
.footer-information .footer-static-content .store .fa { color: #aaa; margin-right: 10px; }
.footer-information .footer-static-content .store p { margin-bottom: 5px;}
.footer-information .f-col {
    margin-top: 25px;
}
.footer-static-title h3 {      font-size: 18px;     text-transform: uppercase; color: #eee;  font-weight: normal; margin-bottom: 15px;  }
.footer-static-content .box-img{margin: 15px 0}
.footer-static-content p{line-height: 22px; }

.footer-static-content ul li a:hover {
    color: #fff;
}
.footer-static-title.title2 { margin-top: 20px;}

/* -------------------------------------------- *


/* Footer ================================================================================ */

.footer-container {
    clear: both;
    padding: 0;
}
.footer { border-top: 1px solid #343434; padding: 20px 0; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#888; text-decoration:none; }
.footer a:hover { text-decoration:  none; color: #fff; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { text-align: left; width: 100%;  margin: 0; line-height: 30px; font-weight: normal; color: #999;}
.footer address a {  }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; margin: 8px 0 0;}
.footer ul.links { display:block; text-align: right;}
.footer ul.links li { display:inline; margin:0 5px ; border-right: 1px solid #444444; padding-right: 10px; }
.footer ul.links li.first { margin-left: 0;}
.footer ul.links li.last { background:none !important; padding-right:0 !important; border: none; margin-right: 0;}
.footer ul.links li.login-register { display: none;}
.footer-container .bottom-container { margin:0 0 5px; }

.social { }
.social li { float: left; margin-right: 5px; margin-bottom: 5px;}
.social a { display: inline-block;  margin: 0 0 10px 0;}

.link-follow {clear: both; padding-top: 10px;}
.link-follow li { display: inline-block; margin-right:8px; display: inline; margin-bottom: 8px; }
.link-follow a { text-align: left; position: relative; color:#fff; font-size: 18px;  }
.link-follow a:hover { text-decoration: none; color: #cc0000;}
.link-follow li a span {
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 1px 7px;
    left: 50%;
    margin-left: -30px;
    text-transform: none;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #cc0000;
    text-indent: 0px;
    position: absolute;
    pointer-events: none;
    bottom: 60px;
    font-family: Arial, Helvetica, sans-serif
}
.link-follow li a span:before,
.link-follow li a span:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.1);
}
.link-follow li a span:after{
    bottom: -4px;
    border-top: 5px solid  #cc0000;
}
.link-follow li a:hover span{
    bottom: 45px;
}

.footer-static-content ul.link-follow li {
    float: left;
    margin-right: 12px;
}
.footer-static-content ul.link-follow li a {
    line-height: 18px;
    color: #ccc;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    background: #333;
}
.footer-static-content ul.link-follow li a:hover {
    color: #eee;
    padding: 0;
}
.footer-static-content ul.link-follow li a.facebook:before { margin-left: -1px; }
.footer-static-content ul.link-follow li a:before { margin-left: 2px;}
.footer-static-content ul.link-follow li a.rss { line-height: 36px; }

.f-row2 .footer-static-content h3 {   font-size: 14px; color: #cc0000;}
.f-row2 .footer-static-content .store1 { margin-bottom: 15px;}
.f-row2 .footer-static-content p { margin: 0;}
.f-row2 .footer-static-content p .fa { margin-right: 5px; color: #aaa;}


/*Twitter*/
#twitter-feed {
    margin-bottom: 1.5em;
}
.tweet-title { display: none; }
.tweet-title h3 {

}
#loading-container {
    text-align: center;
}
.tweet-content {}

.twitter-article {
    padding: 0 0 15px 0;
}
#twitter-feed .fa { font-size: 24px; color: #666;}
.twitter-article a:hover {}
.twitter-pic {
    float: left;
}
.twitter-text {
    margin: 0 0 0 40px;
}
.tweetprofilelink {}
.tweetprofilelink strong a {
    color: #cc0000;
    text-decoration: none;
    font-weight: normal;
}
.tweetprofilelink strong a:hover {
    text-decoration: underline;
}
.tweet-time {

}
.tweetprofilelink a, .tweet-time a {
    color: #999;
    text-decoration: none;
}
.tweetprofilelink a:hover, .tweet-time a:hover {
    text-decoration: underline;
}


/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/*Back to Top*/

#back-top {
    bottom: 135px;
    display: none;
    height: 40px;
    position: fixed;
    right: 5px;
    width: 80px;
    z-index: 999;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 38px;
    color: #666;
}
#back-top .fa {display: block; font-size: 18px; color: #333;}
#back-top:hover .fa {
    color: #cc0000;

}
.top-cart-content .product-details {
    padding-right: 21px;
}
.top-cart-content .product-details .btn-edit {
    right: 16px !important;
}
/*------------------------------------- Banner Static Top ------------------------------------*/
.cms-home-teaser .tesaer-content > .home-block-b,
.cms-home-teaser .tesaer-content > .home-block-v,.nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title, a.buy-theme{
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    transition:all .5s ease;
}
.cms-home-teaser .tesaer-content > .home-block-b,
.cms-home-teaser .tesaer-content > .home-block-v{
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    transition:all .5s ease;
}
.cms-home-teaser .tesaer-content > .home-block-b:hover,
.cms-home-teaser .tesaer-content > .home-block-v:hover{
    opacity:.7 !important;

}
.banner-top-container { margin-top: 10px;}
.banner-top-container .banner-box { position: relative; }
.banner-top-container .banner-box .content { position: absolute; }
.banner-top-container .banner-box .content a{
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
    -ms-transition:all .3s linear;
    transition:all .3s linear; text-transform: none;}
.banner-box1 .content { right: 30px; top: 60px;}
.banner-box1 .content .title { font-size: 36px; font-family: Montserrat; color: #343434; letter-spacing: -3px; line-height: 33px; font-weight: bold;}
.banner-box1 .content .des { font-size: 14px; color: #888888; letter-spacing: 4px; margin-bottom: 20px; padding-left: 2px; font-family: Questrial}
.banner-box .content a { padding: 13px 20px; border: 1px solid #e1e1e2; font-size: 14px; margin-left: 1px;}
.banner-box .content a:hover { text-decoration: none; color: #fff; border-color: #333; background: #333;}

.banner-box2 .box-img1{ position: relative;}
.banner-box2 .box-img1 .content {left: 0;top: 35px;}
.banner-box2 .box-img1 .content .title {   font-size: 36px;
    font-family: Montserrat;
    color: #343434;
    letter-spacing: -3px;margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    width: 300px;}
.banner-box2 .box-img1 .content .title span {
    color: #cc0000;
    display: block;
    position: absolute;
    left: 46%;
    top: 20px;
}
.banner-box2 .box-img1 .content .des { font-size: 14px; color: #888888; letter-spacing: 4px; margin-bottom: 10px; padding-left: 40px; font-family: Questrial}
.banner-box2 .content{  width: 100%;
    text-align: center;}

.banner-box3 .content { right: 30px; top: 60px;}
.banner-box3 .content .title { font-size: 36px; font-family: Montserrat; color: #343434; letter-spacing: -3px; line-height: 33px; font-weight: bold;}
.banner-box3 .content .des { font-size: 14px; color: #888888; letter-spacing: 4px; margin-bottom: 20px; padding-left: 2px;font-family: Questrial}

/*------------------------------------------------------------------------------*/

/*Header Static Block*/
.header-static-top-free .title {
    margin-top: 20px;
}
.header-static-top-free .title .fa {
    font-size: 18px;
    color: #333;
    margin-right: 10px;
}
.header-static-top-free .title span.des, .header-static-top-free .title a {
    font-family: Questrial;
    font-size: 14px;
    color: #333;
}
.header-static-top-free .title a {color: #aaa}

/*Header Static Block*/
.header-static {background-color: #fcfcfc;border-top: 1px solid #eeeeee;padding: 35px 0;}
.header-static .box .title {position: relative;}
.header-static .box .title:after  {height: 33px; border-right: 1px solid #efefef;content: ''; position: absolute;right: 0;top: 10px;}
.header-static .box .title:last-child:after {border: none;}
.header-static .box .title .fa {
    width: 54px;
    height: 54px;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 54px;
    float: left;
    margin-right: 10px;
    color: #444;
    font-size: 18px;
}
.header-static .box:hover .title .fa {
    border: 1px solid #999;
}
.header-static .box .title .text { font-size: 14px; color: #555;}
.header-static .box .title .des { display: block; color: #999999; line-height: 16px;}

/*Product Tabs*/
.producttabs-container {min-height: 300px; position: relative;}
.producttabs-container .bx-title h2 {display: none;}
.producttabs-container .bx-title .bg-title {text-align: center;}
.producttabs-container .bx-title .item {display: inline-block;}
.producttabs-container .bx-title .item h3 {font-family: 'Montserrat Alternates';font-size: 21px; color: #aaa;font-weight:normal;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
    -ms-transition:all .3s linear;
    transition:all .3s linear;}
.producttabs-container .bx-title .item:first-child h3:after {content:'/'; display: inline-block; color: #aaa;margin: 0 10px; ;font-weight: 300; }
.producttabs-container .bx-title .item.active h3, .producttabs-container .bx-title .item h3:hover  {color: #333;}
.producttabs-container .bx-title .item h3:hover {cursor: pointer;}
/*Bx slider*/
.bx-title {
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 10px;
}
.bx-title.nobotmarg{ margin-bottom: 0;  }
.bx-title h2 {
    font-family: "Open Sans",sans-serif;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 26px;
    color: #555;
    text-align: center;
    z-index: 9;

    letter-spacing: -1px;
}
.bx-title.text-left h2 { text-align:left;}
.bx-title:before {
    content: "";
    width: 138px;
    height: 1px;
    background: #e6e6e7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -69px;
}
.bx-title.text-left:before { background:none; height:0;}


/*-------------------------------------------------------------------------------*/

/*Featured Product Slider*/
.featuredproduct { margin-top: 0;}
.featuredproduct .products-grid li.item { margin-bottom: 15px; width: 270px;}
.featuredproduct .products-grid li.item .actions{ }
.featuredproduct .description {
    font-size: 14px;
    text-align: center;
    color: #888;
    padding: 0 160px;
}

/*NewProduct Slider*/
.newproductslider { }


/*Blog Content*/

.bx-wrapper .bx-controls-direction .bx-next,.blog-content .bx-wrapper .bx-controls-direction a { margin-top: -27px; display: none;}
.tesaer-wrapper .bx-wrapper .bx-controls-direction .bx-prev { left: -23px; }
.tesaer-wrapper .bx-wrapper .bx-controls-direction .bx-next { right: -23px; }
.blog-content:hover .bx-wrapper .bx-controls-direction a { display: block;}
.cms-home .tesaer-wrapper{margin-top:10px;}
.blog-content { margin: 0;}
.blog-content li.item { text-align: center; background: #888; }
.blog-content li.item .item-inner{height: 100%; width: 100%; display: block;}
.blog-content li.item .box-img { position: relative; background-color: #000}
.blog-content li.item .box-img img{height: auto; width: auto;}
.blog-content li.item .box-img span.time { position: absolute; top: 10px; left: 10px; padding: 6px 14px; background: #000; color: #fff; font-size: 12px;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
    -ms-transition:all .3s linear;
    transition:all .3s linear;}
.blog-content li.item .box-img:hover span.time { background: #cc0000;}
.blog-content li.item .box-info .show-detail a span {}

.blog-content li.item .box-info {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}
.blog-content li.item a.title {
    color: #444;
    font-size: 14px;
    font-weight:normal;

}
.blog-content li.item p.author { color: #aaa; font-size: 11px; margin-bottom: 5px; }
.blog-content li.item p.author .fa { margin-right: 5px;}
.blog-content li.item p.des { margin: 0;  }
.blog-content li.item .des { margin: 7px 0 ;}
.blog-content li.item .des p { margin: 0;  color: #666; font-size: 13px;}
.blog-content li.item  .show-detail .fa,
.postDetails .fa { margin-right: 3px; color: #fff;}
.blog-content li.item  .show-detail span.author,
.postDetails span.author { border-right: 1px solid #f0f0f0; padding-right: 10px; margin-right: 10px;}

.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a,
.block-blog .menu-tags ul li a { background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/check-box.png) 0 1px no-repeat; color: #666; padding-left: 20px; text-transform: capitalize; }
.block-blog .menu-recent ul li a:hover,
.block-blog .menu-categories ul li a:hover,
.block-blog .menu-tags ul li a:hover { background-position: 0 -28px; }


.blog-content .box-info .des img { display: none; }
.postContent img { float: left; margin-right: 15px;}

/*--------------------------------------------------------------------------------*/

/*Brand Logo*/
.brandlogo-wrapper { margin: 40px 0;}
.brandlogo-contain { text-align: center; border-top: 1px solid #efeff0; padding: 20px 0 0 0;text-align: center;}
.brandlogo-contain .bx-wrapper img { display: inline;}

/*-------------------------------------------------------------------------------*/

/*Bestseller*/
.nav_product { padding-top: 40px; border-top: 1px solid #e6e6e7; margin: 40px 0;}
.nav_product .nav-title { margin-bottom: 20px;}
.nav_product .nav-title h2 { text-transform: capitalize; font-size: 19px; text-align: left;  color: #444; letter-spacing: -1px;}
.nav_product .products-grid li.item { margin-bottom: 20px; border-bottom: 1px solid #f0f0f0;}
.nav_product .products-grid li.item.last { margin: 0; border: none;}
.nav_product .products-grid li.item .item-inner {  }
.nav_product .products-grid li.item .product-image { float: left; margin-right: 20px; padding-bottom: 10px;  width: 75px;}
.nav_product .products-grid .product-shop { text-align: left;}
.nav_product .products-grid li.item .product-name { margin: 0;}
.nav_product .products-grid .item .ratings .rating-box { margin: 0;}
.nav_product .products-grid li.item .ratings { height: 15px;}
.nav_product .products-grid li.item .price-box { }
.nav_product .products-grid .ratings .rating-links a { line-height: 1.25;}

/*-------------------------------------------------------------------------------*/

/*Cloudzoom*/
.more-views h2 { display: none;}
.more-views .bx-wrapper .bx-prev { right: auto; left: -20px;}
.more-views .bx-wrapper .bx-next { right: -20px;}

.more-views ul li { float: left; margin: 0  10px 10px 0;  padding: 0; width: 100%; background: #fff;}
.more-views ul li:last-child { margin: 0;}
/*-------------------------------------------------------------------------------*/


/*Related Product Slider*/
.relatedslider { margin-bottom: 20px; }
.relatedslider .bx-title { margin-bottom: 20px; }
.relatedslider .products-grid .product-name { margin: 15px 0 0;}
.relatedslider .related-subtitle { margin-bottom: 10px;}
.relatedslider input.checkbox { display: inline-block; margin: 0 0 0 5px;}


/*Upsell Slider */
.upsellslider { margin-top: 0;}
.upsellslider .product-name { margin-top: 10px;}


/* About Us */
.about-page .block-title {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin: 25px 0 17px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}
.about-page .block-title h2 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    min-width: 200px;
}
.about-page .block-title h2:after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -7px;
    left: 0px;
    content: '';
    background: #db4c52;
}
.about-page .col-sm-8 img {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: 380px;
    border: 1px solid #bebebe;
}
.red-color {
    color: #000000;
}
.about-page p { line-height: 22px; font-size: 13px; }
.f-left { float: left;}
.f-right { float: right;}
.service-box li,
.leadership-block li {
    width: 48%;
    margin: 10px 0;
}
.service-box .icon-block {
    margin: 0px 20px 20px 0px;
    padding: 2px;
    border-radius: 50%;
}
.service-box .icon-block .fa {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    line-height: 80px;
    border: 3px solid #e2e2e2;
    color: #fff;
    background: #db4c52;
}
.service-box .icon-block span { display: none;}


.leadership-block li img {
    float: left;
    margin: 0px 30px 30px 0px;
    max-width: 300px;
}

.service-box li h3, .leadership-block li h3 {
    font-weight: 400;
    font-size: 18px;
}
.read-btn {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    text-transform: uppercase;
    background: #db4c52;
    color: #fff;
}
.read-btn:hover { background: #333; color: #fff;}


/*Contact Us*/
.contact-page .fieldset {
    margin: 0;
}
.contact-page .maps { background: #fff; padding: 10px; border: 1px solid #eee;}
.contact-page .maps p { margin: 0;}

.list-info { background: #fff; padding: 15px;}
.list-info li { clear: both; padding-bottom: 20px;}
.info-content em { width: 30px; height: 30px; text-align: center; line-height: 30px; background: #eee; float: left; margin-right: 15px; margin: 0 15px 30px 0; font-size: 0;}
.info-content:hover em { background: #cc0000; color: #fff;}
.info-content em:before { font-size: 14px; }
.info-content em.fa-envelope:before { font-size: 12px;}

.info-content h2 { font-size: 14px; text-transform: uppercase; font-weight: normal;  }
.info-content a { color: #666;}
.info-content a:hover { text-decoration: underline;}
.info-content a .des-info { color: #fff;}

/*-----------------------------------------------------------------------*/

/*Social Right*/

.block-social-right { right:0; position:fixed; top:150px; width:45px; z-index:999}
.social-icon { background:url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/social-icons.png") 0 0 no-repeat; display:block; float:right; width:43px; height:43px; margin-bottom:2px;}
.social-text { float:left; font-size: 11px; margin: 13px 0 11px 44px; white-space:nowrap; color:#fff}
.social-icons a:hover { text-decoration:none }
#facebook-btn span { background-position: 13px 7px}
#linkedin-btn span { background-position: 12px -266px}
#twitter-btn span { background-position: 13px -39px }
#youtube-btn span { background-position: 12px -230px }
#pinterest-btn span { background-position: 12px -181px }
#googleplus-btn span { background-position: 13px -132px }
#instagram-btn span { background-position: 10px -300px }
#flickr-btn span { background-position: 10px -335px }
#web-btn span { background-position: 10px -403px }
#mail-btn span { background-position: 10px -369px }
#facebook-btn .social-icon { background-color:#3B5998 }
#linkedin-btn .social-icon { background-color:#6eb8da }
#twitter-btn .social-icon { background-color:#62BDB2 }
#googleplus-btn .social-icon { background-color:#DB4A39 }
#pinterest-btn .social-icon { background-color:#DB4A39 }
#youtube-btn .social-icon { background-color:#C4302B }
#instagram-btn .social-icon { background-color:#D2C5B3 }
#flickr-btn .social-icon{ background-color:#E4006B}
#mail-btn .social-icon { background-color:#2A056F}
#web-btn .social-icon { background-color:#000}

table.breit{}
table.breit th,table.breit tr td{padding: 3px 21px;}
table.breit th{font-weight: bold;  margin-bottom:5px}
table.breit tr{}
table.breit tr td{ padding:  ; text-align: center;  border-right:1px solid #eee;}
table.breit tr:hover td{background:rgba(0,0,0,.1)}
table.breit tr td:first-child,table.breit tr th:first-child{ padding-left: 0;text-align: left;  }
table.breit tr td:last-child{ border:none;  }


/*#popup-newsletter .popup-newsletter-inner { position: absolute; top: 100px; left: 30px; width: 480px; text-align: center;}
#popup-newsletter .block-title strong { color: #cc0000; font-size: 36px; position: relative;  font-family: 'Yellowtail', cursive; font-weight: normal; line-height: 36px;}
#popup-newsletter .form-subscribe-header {  color: #333; font-size: 30px; text-transform: uppercase; font-family: Montserrat; letter-spacing: -3px; margin: 5px 0 12px 0;}
#popup-newsletter .form-subscribe-header p { margin: 0;}
#popup-newsletter .form-subscribe-header p span { color: #ff0000; margin: 0 3px;}
#popup-newsletter .input-box { width: 400px; margin: auto; display: inline-block;}
#popup-newsletter input.input-text {  padding: 10px; line-height: 22px; float: left; width: 290px; background: #e4e4e4; color: #8c8c8c;}
#popup-newsletter .input-box button.button { float: left; width: 110px; }
#popup-newsletter button.button span span { padding: 12px 22px; background: #333; color: #eee; border-radius: 2px; text-transform: capitalize; font-size: 14px;}
#popup-newsletter button.button:hover span span { background: #cc0000; }
#popup-newsletter .des { margin-top: 10px; font-size: 14px;}

#popup-newsletter .subscribe-bottom { position: absolute; bottom: 30px; left: 30px;}
#popup-newsletter .subscribe-bottom input { margin: -3px 5px 0 0;}*/

.fancybox-nav,
.quickview-index-ajax .themes-demo-wrap { display: none;}
.quickview-index-ajax.page-empty {
    padding: 0;
}
.nopad{ padding-left:0; padding-right:0; }
.nopad_left{ padding-left:0; }
.nopad_right{ padding-right:0; }

#megamenu_catid_122
{
    float: right;
    padding-top: 4px;
}

#megamenu_catid_122 a
{
    color: rgb(255, 255, 255); font-weight: bold; background: rgb(204, 0, 0) none repeat scroll 0% 0%; padding: 1px 10px; font-size: 14px;
}

.option-stock {color:#008000; font-weight: bold;}
.option-date {color:#f8a900; font-weight: bold;}

/* Product stock tips */
.opt-block .tip {
    color:#fff;
    display: none;  /* NEW */
    background: #000;
    padding: 0px 10px;
    position: absolute;
    z-index: 1000;
    width:auto;
    height:20px;
    margin-top: -20px;
}

.prodhandllist .num_options_cont .opt-block{    float: none; display:inline-block; }
.prodhandllist tr td > .input-text.qty{     height: 40px;    margin-right: 11px;}
.prodhandllist tr td > .button.btn-update.ajax-add-btn{     margin-top:0 !important;}
.opt-block
{
    float: left;
}
.opt-block .opt-label
{
    text-align: center;
}
.smallboxes_attr .opt-label
{
    cursor: pointer;
}
.ajax-add-btn
{
    clear:both;
    float:right;
}



.opt-block .tip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    top: 20px;
}
.opt-block .tip-date:after
{
    left: 45px;
}
.opt-block .tip-stock:after
{
    left: 32px;
}
.pgvisible-xs {
    display: none;
}

.clear {
    clear: both;
}

@font-face {
    font-family: "Akrobat";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Regular.otf);
}

@font-face {
    font-family: "Akrobat-Bold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Bold.WOFF);
}

@font-face {
    font-family: "Roboto";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "RobotoSlab";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: "RobotoSlabLight";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/RobotoSlab-Light.ttf);
}

@font-face {
    font-family: "Akrobat-Blackk";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Black.WOFF);
}

@font-face {
    font-family: "Akrobat-Black";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Black.otf);
}

@font-face {
    font-family: "Akrobat-ExtraBold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-ExtraBold.WOFF);
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: "Roboto-Regular-2";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Roboto-Bold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: "Arial-Bold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Arial-Bold.ttf);
}

.new-fa-search {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/serch-new.png);
    background-repeat: no-repeat;
    width: 21px;
    display: block;
    height: 21px;
}

.new-fa-user {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/account-new.png);
    background-repeat: no-repeat;
    width: 22px;
    display: block;
    height: 20px;
}

.new-fa-shopping-cart {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/cart-new.png);
    background-repeat: no-repeat;
    width: 22px;
    display: block;
    height: 20px;
}

div.ajaxcartReponse.ajaxBagAdd {
    width: 400px;
    height: 240px;
    background-color: #18a50e;
    text-align: center;
    padding: 5px 40px;
}

div.ajaxcartReponse.ajaxBagAdd img {
    width: 100%;
    max-width: 190px;
}

div.ajaxcartReponse.ajaxBagAdd p {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 24px;
    color: #fff;
    font-family: "Akrobat-Bold";
    padding: 0;
}

.cycle-pager {
    position: absolute;
    bottom: 17px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.cycle-pager span {
    transition: 0.2s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    margin: 0px 7px;
}

.cycle-pager span:before {
    transition: 0.2s;
    content: "\f1db";
    font-size: 20px;
    color: #ffffff;
}

.cycle-pager span.cycle-pager-active:before {
    transition: 0.2s;
    content: "\f111";
    font-size: 20px;
    color: #ffffff;
}

.cycle-pager span:hover:before {
    transition: 0.2s;
    content: "\f111";
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.img-tech h3 {
    display: none;
}

.images-fottet-400 {
    display: none;
}

.pitanik-transparent {
    float: left;
    width: calc(25% - 3px);
    max-height: 475px;
    overflow: hidden;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 3px;
    margin-bottom: 3px;
}

.pitanik-transparent a {
    display: block;
    width: 100%;
    height: 100%;
}

/*.pitanik-transparent.none-instagram-posts {*/
/*display: none;*/
/*}*/

section.instagram .main {
    padding: 0px;
}

/*#nav_megamenu .megamenu.active div.level-top{*/
/*padding-bottom: 25px;*/
/*}*/

.col-logo .logo img {
    margin-top: -9px;
}

/*div.nav_megamenu div.megamenu div.dropdown {*/
/*top: 23px;*/
/*}*/

/* -------- begin new slider --------- */

.cycle-pager.new span:before, .cycle-pager.new span:after {
    content: '';
    display: none;
}

.cycle-pager.new span {
    margin: 0px 15px;
    height: 2px;
    width: 60px;
    /*background: rgba(255,255,255,0.6);*/
    cursor: pointer;
    transition: 5s;
    padding: 8px 0;
}

.cycle-pager.new span:before{
    content: '';
    display: block;
    height: 2px;
    width: 0px;
    background: rgba(255,255,255,1);
    top: 13px;
    z-index: 1;
    transition: 0.01s;
    position: absolute;
}

.cycle-pager.new span:after{
    content: '';
    display: block;
    height: 2px;
    width: 60px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 13px;
    z-index: 4;
}

.cycle-pager.new span.active-static:after{
    content: '';
    background: rgba(255,255,255,1);
}

.cycle-pager.new span.active-static.cycle-pager-active:after{
    content: '';
    background: rgba(255,255,255,0.6);
}

.cycle-pager.new span.cycle-pager-active:after{
    content: '';
    z-index: 1;
}

.cycle-pager.new span:hover {
    opacity: 1;
    transition: 0.2s;
}

.cycle-pager.new {
    bottom: 28px;
}

.design-slide-new .position-text-slide.text-ros-slid-2 {
    margin-left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    top: 50%;
    margin-top: -90px;
}

.design-slide-new .position-text-slide.text-ros-slid-2.blanimate {
    opacity: 1;
    transition: all .6s ease-out 1s;
}

.design-slide-new .img-slider-top, .design-slide-new .position-text-slide span.button-sl-link {
    display: none;
}

.design-slide-new .position-text-slide p.h-sl {
    text-align: center;
    letter-spacing: 10px;
}

.design-slide-new .position-text-slide p.h-sl:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background: #fff;
    margin: 47px auto 40px;
}

.design-slide-new .position-text-slide p.t-sl {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

/* -------- end new slider ----------- */

@media only screen and (min-width: 1920px) {
    .jarallax img {
        width: 100% !important;
        height: auto !important;
        margin: -100px auto 0px;

    }
}

/*------------ begin header menu -----------------*/
@media only screen and (min-width: 991px) {

    #mini_cart_block .wrap-dropdown.show {
        display: none !important;
    }

    #mini_cart_block .wrap-dropdown.show.active, #mini_cart_block .wrap-dropdown.active {
        display: block !important;
    }

    .fon-cart-top {
        position: fixed;
        background: #000;
        opacity: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: none;
        left: 0;
        top: 0;
    }

    .header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
    }

    .banner-top-container {
        margin-top: 0px;
    }

    .sliderPgItem.paralax-home-slide, .sliderPgItem {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*.cycle-pager span:hover {*/
    /*cursor: pointer;*/
    /*background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/icon-slider-active.png");*/
    /*transition: 0.2s;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 17px;*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*font-size: 0px;*/
    /*padding: 10px;*/
    /*margin: 0px 7px;*/
    /*}*/
    .container-padding {
        padding: 24px 0 0;
        background: rgba(255, 255, 255, 1);
        /*background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));*/
    }

    .cms-index-index .container-padding {
        background: none;
    }

    .cms-index-index .container-padding.menu-fixed {
        background: #ffffff;
        padding-bottom: 6px;
        padding-top: 8px;
    }

    div.nav_megamenu div.megamenu .level-top a {
        padding: 0;
        margin: 0 28px !important;
        font-size: 18px;
        font-family: "Akrobat";
        color: rgb(68, 68, 68);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.333;
        -moz-transform: matrix(0.9996971370061, 0, 0, 1.00787207824788, 0, 0);
        -webkit-transform: matrix(0.9996971370061, 0, 0, 1.00787207824788, 0, 0);
    }

    .cms-home .menu-none-fixed div.nav_megamenu div.megamenu .level-top a {
        line-height: 1;
    }

    .cms-home .menu-fixed .quick-access.lang {
        margin-top: 9px !important;
    }

    .cms-index-index .menu-none-fixed div.nav_megamenu div.megamenu .level-top a {
        color: #fff;
    }

    #nav_megamenu div.col-menu {
        width: 100%;
        float: left;
    }

    .col-menu-container {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .nav_megamenu div.megamenu {
        float: none !important;
        display: inline-block;
        clear: both;
        width: auto;
    }

    .fix-m-content {
        padding: 0 30px;
    }

    #nav_megamenu div.col-logo {
        width: 200px;
        float: left;
    }

    .nav_megamenu .col-links-m #megamenu_link {
        float: right;
    }

    div.nav_megamenu {
        border-bottom: none;
    }

    .fa.header-icons-nav {
        font-size: 24px;
        padding: 0 5px;
        color: #000000;
        margin: 0 2px;
        background-size: 27px 18px;
    }

    .header-icons-nav {
        font-size: 24px;
        padding: 0 5px;
        color: #000000;
        margin: 0 2px;
    }

    .account-menu .links li.first {
        min-width: 67px;
    }

    .account-menu .links li {
        display: block;
        margin: 0 6px 10px 0;
    }

    .links li.last {
        padding-right: 0 !important;
    }

    .cart-qty {
        color: #000000;
    }

    .form-search input.input-text {
        background: #fff;
        width: 100%;
        margin-top: 10px;
        padding-left: 10px;
        border: none;
        font-size: 16px;
        font-weight: bold;
        color: #aaa;
        height: 50px;
        font-family: Questrial;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .close-a-search {
        width: 100%;
        text-align: right;
    }

    .close-search-link {
        line-height: 76px;
        text-decoration: none;
    }

    .close-search-link:hover {
        text-decoration: none;
    }

    .search-close {
        color: #c2c2c2;
        font-size: 12px;
        text-transform: uppercase;
        transition: color .3s linear;
        font-weight: bold;
    }

    .search-close:hover {
        color: #1a1a1a;
    }

    .icon-close-search {
        font-size: 14px;
        margin-left: 5px;
        color: #000;
    }

    .menu-fixed .nav_megamenu div.megamenu .level-top a, .menu-fixed .nav_megamenu div.megamenu .level-top span.block-title, .menu-fixed a.buy-theme {
        padding: 0;
        text-decoration: none;
        display: block;
        line-height: 25px;
        border: none;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 0 28px !important;
        transition: color .4s ease;
    }

    .menu-fixed .col-logo img {
        margin-top: 5px;
        max-width: 200px;
    }

    .menu-fixed .header-icons-nav {
        font-size: 20px;
        padding: 0 6px;
    }

    .menu-fixed #nav_megamenu div.col-menu {
        margin-top: 12px;
    }

    .menu-none-fixed .quick-access.shopping-bag {
        /*margin-top: -5px*/
        margin-top: -2px
    }

    .menu-fixed .quick-access {
        margin-top: 9px;
    }

    .menu-none-fixed .col-menu-container {
        /*margin-top: -8px;*/
        margin-top: 1px;
    }

    .menu-none-fixed .header-icons-nav {
        filter: brightness(0) invert(1);
    }

    .menu-none-fixed .lang .header-icons-nav {
        filter: invert(0);
    }

    .new-fa-shopping-cart.new-cart-custom {
        background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/new-cart-cart.png);
        width: 38px;
    }

    .menu-none-fixed .header-icons-nav.new-cart-custom {
        filter: invert(0);
    }

    .new-cart-custom .cart-qty {
        display: block;
        color: #c00000;
        font-size: 16px;
        text-align: right;
        float: right;
    }

    .shopping-bag {
        width: 40px !important;
        left: -6px;
    }

    .menu-none-fixed .quick-access {
        padding: 0px 0;
        /*margin-top: -7px;*/
        margin-top: -1px;
    }

    .nav_megamenu div.megamenu.active .level-top a,
    .nav_megamenu div.megamenu.act .level-top a,
    .nav_megamenu div.megamenu.active .level-top span.block-title {
        color: rgb(68, 68, 68) !important;
        /*border-bottom: 3px solid;*/
    }

    .nav_megamenu div.megamenu .level-top a:after,
    .nav_megamenu div.megamenu .level-top span.block-title:after,
    .nav_megamenu #megamenu_link ul li a:after {
        background-color: #000;
        content: ' ';
        display: block;
        height: 3px;
        transition: width .3s;
        width: 0;
    }

    .cms-home .menu-none-fixed .nav_megamenu div.megamenu .level-top a:after,
    .cms-home .menu-none-fixed .nav_megamenu div.megamenu .level-top span.block-title:after,
    .cms-home .menu-none-fixed .nav_megamenu #megamenu_link ul li a:after {
        margin-top: 4px;
    }

    .cms-home .menu-none-fixed .nav_megamenu div.megamenu .level-top a:hover:after,
    .cms-home .menu-none-fixed .nav_megamenu div.megamenu .level-top span.block-title:hover:after,
    .cms-home .menu-none-fixed .nav_megamenu #megamenu_link ul li a:hover:after {
        margin-top: 4px;
    }

    .nav_megamenu div.megamenu .level-top a:hover:after,
    .nav_megamenu div.megamenu .level-top span.block-title:hover:after,
    .nav_megamenu #megamenu_link ul li a:hover:after {
        width: 100%;
    }

    body:not(.cms-home) .container-padding {
        padding: 21px 0 2px;
    }

    .logo-not-home {
        margin-top: 7px;
        display: block;
    }

    body:not(.cms-home) div.nav_megamenu {
        border-bottom: none;
        margin-top: 0px;
    }

    body:not(.cms-home) .menu-fixed div.nav_megamenu {
        border-bottom: none;
        margin-top: 5px;
    }

    body:not(.cms-home) .quick-access {
        margin-top: -9px;
        top: 5px;
    }

    .cms-home .quick-access.lang {
        /*margin-top: -5px !important;*/
        margin-top: -1px !important;
    }

    .quick-access.lang {
        margin-top: -9px !important;
    }

    body:not(.cms-home) .menu-fixed .quick-access {
        margin-top: -9px;
        top: 23px;
    }

    body:not(.cms-home) .fix-m-content {
        padding: 0 30px 9px;
    }

    body:not(.cms-home) .container-padding.menu-fixed {
        padding: 3px 0 8px;
    }

    .menu-fixed .logo-not-home {
        margin-top: 5px;
        display: block;
    }

    div.nav_megamenu div.megamenu div.dropdown {
        top: 27px;
    }

    .menu-fixed div.nav_megamenu div.megamenu div.dropdown {
        top: 42px;
    }

}

@media only screen and (min-width: 767px) {

    .customer-account-login footer.footer-wrapper {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .menu-fixed .nav_megamenu div.megamenu .level-top a, .menu-fixed .nav_megamenu div.megamenu .level-top span.block-title, .menu-fixed a.buy-theme {
        line-height: 20px;
        margin: 0 20px !important;
        font-size: 16px !important;
    }

    .menu-fixed .quick-access {
        margin-top: 4px;
    }
}

/* ---------- cookie ------------ */

#v-cookielaw.v-bar.v-top {
    border-bottom: none;
    background-color: rgba(238, 238, 238, 0.8);
    bottom: 0;
    position: fixed;
    z-index: 99999;
    padding: 11px 3px;
    height: 120px;
}

.images-cookie {
    width: 80px;
    float: left;
    vertical-align: middle;
}

.images-cookie img {
    width: auto;
    max-width: 100%;
}

.text-cookie {
    float: left;
    width: 100%;
    max-width: 670px;
    margin-left: 20px;
    margin-top: 15px;
}

.text-cookie p {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1.7;
    text-align: left;
}

div#v-cookielaw.v-bar .v-actions {
    width: 370px;
    margin-top: 24px;
    padding-right: 0;
}

div#v-cookielaw .v-message {
    width: calc(100% - 370px);
    padding: 5px 0;
}

div#v-cookielaw a.v-button.v-accept {
    width: 170px;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(0, 162, 15);
    font-size: 22px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.8;
    text-align: center;
    margin-left: 0;
    padding: 3px 0px;
    display: inline-block;
}

div#v-cookielaw a.v-button.v-more-information {
    width: 170px;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    font-size: 22px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.8;
    text-align: center;
    margin-left: 26px;
    padding: 3px 0px;
    display: inline-block;
}

#v-cookielaw .v-button.v-accept:before {
    display: none;
}

/* ---------- cookie ------------ */

.nivoSlider a.nivo-nextNav .fa:after, .tv-nivoslider > a.nivo-nextNav .fa:after, .nivoSlider a.nivo-prevNav .fa:after, .tv-nivoslider > a.nivo-prevNav .fa:after {
    display: none;
}

.nivo-prevNav {
    margin-left: 30px !important;
}

.nivo-nextNav {
    margin-right: 30px !important;
}

.menu-none-fixed div.nav_megamenu div.megamenu div.dropdown {
    top: 20px;
}

.menu-none-fixed .wrap-dropdown {
    top: 36px;
}

.menu-fixed {
    top: 20px;
}

section.main-wrapper.instagram {
    padding-top: 70px !important;
    padding-bottom: 0px;
    background-color: #fff;
}

section.main-wrapper.instagram .container-fluid {
    padding: 0;
}

.nav_megamenu div.megamenu .level-top a > .fa, .nav_megamenu div.megamenu .level-top span.block-title > .fa {
    display: none;
}

section.main-wrapper.instagram .pitanik-transparent img {
    width: 100%;
}

h2.instagram-title {
    font-size: 48px;
    /*font-family: "Akrobat-Black";*/
    font-family: "Akrobat";
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 27px;
    letter-spacing: 3px;
}

.menu-nav-page .quick-access label:hover {
    cursor: pointer;
}

.search-block {
    position: fixed;
    width: 100%;
    top: 0;
    /*left: 50%;*/
    z-index: 999999;
    height: 70px;
    display: none;
    /*max-width: 1170px;*/
    /*margin-left: -585px;*/
    background: #fff;
}

.fon-search-fixed {
    position: fixed;
    width: 100%;
    background: #000000;
    opacity: 0.3;
    left: 0;
    top: 70px;
    z-index: 99999;
    display: none;
    height: 100%;
}

.account-menu .wrap-dropdown {
    width: 300px;
    left: -162px;
}

/*.wrap-dropdown.account{*/
/*display: block;*/
/*}*/
.menu-relative {
    /*-webkit-transition: all .5s ease;*/
    /*-moz-transition: all .5s ease;*/
    /*transition: all .5s ease;*/
    width: 100%;
}

.menu-relative:hover .nav_megamenu div.megamenu .level-top a, .menu-relative:hover .fa.header-icons-nav {
    /*color: #000 !important;*/
}

.menu-relative.menu-fixed:hover #nav_megamenu div.col-logo a img {
    opacity: 1;
}

.menu-relative.menu-fixed:hover #nav_megamenu div.col-logo {
    background: none;
}

.menu-relative.menu-fixed:hover {
    background: rgba(255, 255, 255, 1)
}

.menu-fixed {
    background: #ffffff;
    position: fixed;
    width: 100%;
    /*left: 50%;*/
    top: 0px;
    /*margin-left: -585px;*/
    z-index: 999;
    padding: 5px 0 3px;
    border-bottom: none;
}

.opc-wrapper-opc .payment-block #co-payment-form dt input#p_method_payone_wallet + label {
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/paypal.png") !important;
    background-position: right 5px !important;
    background-repeat: no-repeat !important;
    background-size: 100px !important;
}

.opc-wrapper-opc .payment-block #co-payment-form dt input#p_method_payone_online_bank_transfer + label {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/sofor.png) !important;
    background-position: right 5px !important;
    background-repeat: no-repeat !important;
    background-size: 100px !important;
}

.opc-wrapper-opc .payment-block #co-payment-form dt input#p_method_payone_creditcard + label {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/cc-logo.png) !important;
    background-position: right 12px !important;
    background-repeat: no-repeat !important;
    background-size: 117px !important;
}

.product_row {
    clear: both;
}

.img_product_description_left {
    float: left;
    width: 50%;
    border-right: solid 1px #9b9faa;
    position: relative;
}

.img_product_description_left:before {
    content: "\f0d9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #eeeeee;
    font-size: 40px;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -20px;
}

.img_product_description_right {
    float: left;
    width: 50%;
    border-left: solid 1px #9b9faa;
    position: relative;
}

.img_product_description_right:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    color: #eeeeee;
    font-size: 40px;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -20px;
}

.img_product_description_left img, .img_product_description_right img {
    max-width: 100%;
}

.text_product_description_right, .text_product_description_left {
    float: left;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    /*padding: 30px;*/
    /*min-height: 300px;*/
    display: inline;
}

.catalog-category-view .product_bottom_viewed .title_prod_w .wear_it_with {
    display: none;
}

.cms-home-teaser {
    padding-left: 15px;
    padding-right: 15px;
}

.lengv {
    height: 11px;
    width: 30px;
    background-repeat: no-repeat;
    margin-top: 4px !important;
}

.menu-nav-page .lengv {
    height: 18px;
    width: 27px;
    background-repeat: no-repeat;
    margin-top: 0px !important;
}

.lengv.fa.fa-caret-down:before {
    content: "\f0d7";
    font-size: 18px;
    position: absolute;
    right: 0;
    margin-top: -4px;
    display: none;
}

a.fa.fa-map-marker.header-icons-nav:hover {
    text-decoration: none;
}

.home-block-b p, .home-block-v p {
    margin-bottom: 0;
}

.home-block-b .blog-content > div {
    width: 100%;
}

.cms-index-index .footer-wrapper .footer-container {
    background: #111;
}

.footer-information {
    background: #f0f0f0 !important;
}

.home-block-b img, .home-block-v img {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    width: 100%;
    -webkit-transition: all .7s ease .2s;
    -moz-transition: all .7s ease .2s;
    transition: all .7s ease .2s;
}

.bx-wrapper {
    margin-bottom: 10px;
    /*transition: all .6s ease;*/
}

.opc-wrapper-opc a.opc-login-trigger {
    border-radius: 2px;
    width: 162px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    height: 53px;
    font-size: 13px;
}

div.review-menu-block a.review-total {
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 56px;
    font-weight: bold;
    height: 53px;
}

div.review-menu-block a.review-total i {
    color: inherit;
    margin-top: 14px;
}

.opc-wrapper-opc button.btn-checkout span span {
    transition: color .3s linear, background-color .3s linear;
    padding: 18px 33px !important;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.opc-wrapper-opc div#opc-review-block {
    top: 60px;
}

.opc-wrapper-opc button.btn-checkout span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    line-height: 53px;
    height: 53px;
    padding: 0;
    display: block;
}

.quick-access {
    margin-right: 0px;
    width: 34px;
    float: right;
}

@media screen and (max-width: 1200px) {
    .header-icons-nav {
        font-size: 18px;
        padding: 0 5px;
        color: #000000;
        margin: 3px 2px;
    }

    .search-block {
        left: 50%;
        max-width: 970px;
        margin-left: -485px;
    }

    .close-a-search {
        padding-right: 11px;
    }

    .account-menu .wrap-dropdown {
        width: 150px;
        left: -70px;
    }

    .account-menu .wrap-dropdown {
        width: 300px;
        left: -162px;
    }

    .gorb2 {
        position: absolute;
        top: -10px;
        left: 158px;
    }

    .nav-container {
        margin-top: 7px;
    }

}

.position-text-slide {
    position: absolute;
    z-index: 99999;
    display: block;
    width: 400px;
    height: auto;
    vertical-align: middle;
    top: 50%;
    margin-top: -180px;
}

.position-text-slide.top-img-text-slider {
    top: 35%;
}

.top-img-text-slider .img-slider-top img {
    max-width: 270px !important;
}

div.top-cart-content li.item {
    margin: 0px 0px 10px 8px;
}

.catalog-product-view #cart-sidebar.mini-products-list li:first-child {
    margin-left: 8px;
}

.position-text-slide.text-ros-slid-1 {
    right: 0;
    margin-right: -450px;
    opacity: 0;
    transition: all .6s ease-out 1s;
}

.position-text-slide.text-ros-slid-1.blanimate {
    right: 0;
    margin-right: 250px;
    opacity: 1;
    transition: all .6s ease-out 1s;
}

.position-text-slide.text-ros-slid-0 {
    left: 0;
    margin-left: -450px;
    opacity: 0;
    transition: all .6s ease-out 1s;
}

.position-text-slide.text-ros-slid-0.blanimate {
    left: 0;
    margin-left: 250px;
    opacity: 1;
    transition: all .6s ease-out 1s;
}

.position-text-slide p.h-sl {
    font-size: 57px;
    font-family: "Akrobat-Black";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.0299;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 26px;
}

.position-text-slide p.t-sl {
    font-size: 17px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: inherit;
    line-height: 1.5556;
    text-align: left;
    letter-spacing: 0px;
}

.position-text-slide span.button-sl-link {
    border: solid 2px #fff;
    font-size: 21px;
    font-family: "Roboto";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    padding: 14px 20px;
    margin-top: 25px;
    display: block;
    max-width: 325px;
    height: 60px;
    margin-left: 4px;
}

.position-text-slide span.button-sl-link:hover {
    cursor: pointer;
}

#tv-inivoslider {
    height: auto;
    max-height: 800px;
}

div.tv-nivoslider > a.nivo-prevNav .fa {
    left: 0px;
}

div.tv-nivoslider > a.nivo-nextNav .fa {
    right: 0px;
}

.cms-home .logo-bleak, .cms-home .menu-fixed .logo-home-scroll {
    display: none;
}

.cms-home .menu-fixed .logo-bleak, .cms-home .logo-home-scroll {
    display: block;
}

/*------------ begin breadcrumbs -------------*/

.breadcrumbs a {
    color: #c2c2c2;
    transition: color .3s linear;
    letter-spacing: .1em;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.breadcrumbs a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.breadcrumbs li span {
    color: #c2c2c2;
    transition: color .3s linear;
    letter-spacing: .1em;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumbs li strong {
    color: #c2c2c2;
    transition: color .3s linear;
    letter-spacing: .1em;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumbs li {
    display: inline;
    /*float: right;*/
}

.breadcrumbs {
    line-height: 15px;
    margin: 22px 0 15px;
    float: right;
}

/*------------ begin tabs -----------------*/

.product-tabs li {
    float: left;
    font-size: 1.1em;
    line-height: 1em;
    border: none;
    margin-left: -1px;
    max-width: 50%;
}

.product-tabs li {
    padding: 10px 20px 10px 0;
    min-height: 49px;
}

.product-tabs a {
    display: block;
    padding: 0px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    color: #acacac;
    transition: color .3s linear;
    text-transform: uppercase;
}

/*.product-tabs a:hover, */
.product-tabs li.active a {
    border-bottom: 1px solid #252525;
    color: #252525;
    cursor: default;
}

.product-tabs-content {
    width: 100%;
    padding: 20px 0;
    margin-top: -1px;
    background: #eeeeee;
    border: none;
    color: #888;
}

.product-tabs-content p {
    letter-spacing: .1em;

}

.data-table tbody tr {
    border-bottom: 1px solid #eeeeee;
}

/*------------ begin product -----------------*/
.cms-home .scnd-main-wrapper.main-wrapper {
    display: none;
}

.home-video-block-content {
    float: left;
    /*width: 770px;*/
    /*margin-right: 30px;*/
    width: 100%;
    margin-right: 0px;
}

.home-text-block-content {
    float: left;
    width: calc(100% - 800px);
    height: 100%;
    min-height: 460px;
    position: relative;
}

section.main-wrapper.paralax-block {
    padding-top: 0px !important;
}

.paralax-home {
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/home-paralax-img.jpg");
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: contain;*/
    transform: translateZ(-1px) scale(1.2);
}

.home-text-block-content h2.text-h2-home {
    font-size: 36px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 37px;
}

.home-text-block-content p {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.333;
}

section.main-wrapper.baner-home-page-info {
    background-color: #000000;
    padding-top: 40px !important;
}

section.main-wrapper.baner-home-page-info div.main {
    padding-bottom: 0px;
}

.block-tech h2 {
    font-size: 48px;
    /*font-family: "Akrobat-Black";*/
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.block-tech h3 {
    font-size: 30px;
    font-family: "Akrobat-Black";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.6;
    text-align: center;
    margin-top: 40px;
}

.block-tech p {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    margin: 20px 3px 0;
}

.bottom-tech div {
    margin-top: 100px;
    margin-bottom: 70px;
}

.bottom-tech img {
    margin: 0 25px;
    vertical-align: middle;
    max-width: 109px;
}

a.home-tech-button {
    width: 270px;
    height: 51px;
    display: block;
    font-size: 22px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.4;
    text-align: center;
    background-color: #ff0000;
    border-radius: 9px;
    position: absolute;
    right: 0;
    margin-top: 28px;
}

section.main-wrapper.home-quote {
    margin: 40px 0 !important;
    background: none;
}

.quote p {
    font-size: 48px;
    /*font-family: "Times New Roman";*/
    font-family: "RobotoSlabLight";
    color: rgb(68, 68, 68);
    line-height: 1.25;
    text-align: center;
    margin: 0 100px;
}

.quote span {
    font-size: 18px;
    /*font-family: "RobotoSlab";*/
    font-family: "RobotoSlabLight";
    color: rgb(68, 68, 68);
    font-weight: bold;
    line-height: 3.333;
    text-align: right;
    float: right;
    margin: 0 100px;
}

.fadeInHome {
    opacity: 0;
    margin-top: 50px;
}

.bx-title:before {
    content: "";
    display: none;
}

.bx-title h2 {
    font-size: 48px;
    /*font-family: "Akrobat-Black";*/
    font-family: "Akrobat";
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    z-index: 9;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 5px;
}

section.main-wrapper.home-product .product-name a {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1;
    text-align: center;
}

section.main-wrapper.home-product .bx-wrapper .bx-controls-direction .bx-next:before,
section.main-wrapper.home-product .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '';
    display: none;
}

.featuredproduct .bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/home-product-next-slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 27px;
    height: 156px;
    top: 78px;
    margin-top: 0;
    margin-left: 10px;
    right: -63px;
}

.featuredproduct .bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/home-product-prev-slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 27px;
    height: 156px;
    top: 78px;
    margin-top: 0;
    left: -63px;
}

section.main-wrapper.home-product .container-inner {
    margin-bottom: 40px;
}

.footer-wrapper .footer-container {
    background: #111;
}

.footer-container .footer ul {
    clear: none;
}

.footer-container .footer ul li {
    float: none;
    margin: 0;
}

.footer {
    border-top: none;
    padding: 30px 0;
    margin-top: 40px;
}

.fot-socials {
    float: right;
    margin-right: 0px;
    margin-top: 70px;
    width: 210px;
}

.fot-socials a {
    margin: 0 6px;
}

.footer-container .footer ul.footer-ul-list {
    float: left;
    width: 200px;
    margin-left: 15px;
}

.footer-wrapper .footer-container .footer a {
    font-size: 18px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.667;
    text-align: left;
    display: inline;
}

.footer-wrapper .footer-container .footer a svg {
    max-width: 48px;
    border: 0;
    vertical-align: top;
    height: auto;
}

section.main-wrapper.home-product {
    padding-top: 40px !important;
    background-color: #eeeeee;
}

section.main-wrapper.home-product .products-grid .box-images, section.main-wrapper.home-product .products-list .box-images {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background: none;
}

.home-text-block-content a.home-video-button {
    width: 270px;
    height: 51px;
    display: block;
    font-size: 22px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.4;
    text-align: center;
    background-color: #ff0000;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 9px;
}

section.main-wrapper {
    /*padding-top: 18px !important;*/
    background-color: #eeeeee;
}

.customer-account-login section.main-wrapper {
    height: 90vh;
}

section.main-wrapper.home-video-block {
    background-color: #000000;
}

/*.catalog-product-view .product_bottom_viewed .title_prod_w .wear_it_with{	display:none;}*/
.catalog-product-view section.main-wrapper {
    padding-top: 0 !important;
}

.product-view .product-shop {
    background: #eeeeee;
}

.product-view .product-img-box .product-image {
    margin-bottom: 10px;
    background: #eeeeee;
}

button.button span span {
    padding: 20px 25px;
    color: #666;
}

.block-associate a, .block-associate li {
    width: 60px;
}

.block-associate img {
    border-radius: 40px;
    width: 60px;
    height: 60px;
    transition: .1s linear;
}

.block-associate img:hover {
    width: 60px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.block-associate .default img {
    width: 60px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.associate-content {
    margin-top: 10px;
}

.product-view .product-shop .product-name h1 {
    margin: 18px 0 0;
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .05em;
}

button.button.red span span, #checkoutSteps li button.button span span {
    color: #fff;
    background-color: #252525;
    border: 1px solid #252525;
    transition: color .3s linear, background-color .3s linear;
    padding: 18px 33px;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

section.main-wrapper.home-video-block .home-content {
    height: 100%;
    min-height: 500px;
    margin: 40px 0;
}

button.button.red {
    margin-right: 20px;
}

button.button.red span span:hover {
    color: #fff;
    background: #575757;
    border: 1px solid #575757;
}

button.wishlist.btn-cart span span {
    color: #575757;
    transition: color .3s linear, background-color .3s linear, border .3s linear;
    padding: 17px 26px 17px 37px;
    border: 2px solid #c2c2c2;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: inherit;
    line-height: normal;
}

button.wishlist.btn-cart span span i {
    color: #c2c2c2;
    font-size: 18px;
    margin-top: -2px;
    position: absolute;
    margin-left: -21px;
    font-weight: bold;
    transition: color .3s linear, background-color .3s linear, border .3s linear;
}

button.wishlist.btn-cart:hover span span {
    color: #575757;
    border: 2px solid #575757;
    background: none;
}

button.wishlist.btn-cart:hover span span i {
    color: #575757;
}

.product-view .product-shop .price-box .regular-price .price {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #1a1a1a;
}

.product-view .product-shop .price-box {
    float: left;
    margin: 0;
    padding-top: 0px;
    padding-right: 10px;
}

.product-view .product-shop .tax-details {
    display: block;
    margin-top: 0px;
}

.product-view .product-shop .product-name {
    margin: 0;
}

.table_fon {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: #000000;
    opacity: 0.2;
    left: 0;
}

.table_size_id {
    position: fixed;
    width: 80%;
    top: 150px;
    height: 500px;
    z-index: 99999;
    background: #fff;
    padding: 15px 40px;
    margin: 0 auto;
    left: 50%;
    margin-left: -40%;
    overflow: auto;
}

.table_size_id .two_tree {
    clear: both;
    margin-bottom: 50px;
}

.table_size_id .two_tree .leftpart {
    float: left;
    width: 240px;
}

.table_size_id .two_tree .leftpart.page-title p {
    clear: both;
    padding-left: 12px;
    margin: 0;
    padding-top: 8px;
}

.table_size_id .two_tree .rightpart {
    float: left;
    width: 74%;
}

.table_size_id .two_tree .rightpart:after {
    clear: both;
}

.table_size_id .two_tree #contactForm input.input-text {
    height: 14px;
}

.table_size_id .two_tree #contactForm .tree {
    width: 112px;
}

.table_size_id .two_tree .twelve.columns {
    width: 692px;
}

.table_size_id .tree_four .leftpart {
    width: 220px;
}

.table_size_id .tree_four .rightpart {
    margin-left: 20px;
    width: 72%;
}

.table_size_id .two_tree .rightpart h2 {
    text-transform: uppercase;
    font-size: 19px;
}

.product-view .tree_four .rightpart {
    width: 71%;
}

.table_size_id .two_tree table.floater {
    float: left;
    margin-right: 15px;
}

.table_size_id .two_tree table.breit {
    width: 78%;
}

.table_size_id .two_tree table th {
    background: #333;
    color: #fff;
}

.table_size_id .two_tree table th, .two_tree table td {
    text-align: center;
    padding: 5px 15px;
}

.table_size_id .two_tree table th, .two_tree table td {
    border-right: 1px solid #ccc;
}

.table_size_id .two_tree table th:last-child, .two_tree table td:last-child {
    border-right: none;
}

.table_size_id .two_tree table tr:nth-child(odd) td {
    background: #d6d6d6;
}

.table_size_id .two_tree table tr:nth-child(even) td {
    background: #eaeaea;
}

.table_size_id .two_tree .col3 {
    float: right;
    width: 220px;
    margin-right: 19px;
}

.table_size_id .table_size_id .two_tree .col3.last {
    margin-right: 0;
}

.table_size_id .two_tree .col3 h3 {
    background-color: #333333;
    color: #FFFFFF;
    float: left;
    margin: 2px 0 24px;
    min-height: 24px;
    min-width: 200px;
    padding: 4px 10px 4px 11px;
    text-align: left;
}

.close_table {
    color: #c2c2c2;
    font-size: 12px;
    text-transform: uppercase;
    transition: color .3s linear;
    font-weight: bold;
}

.close_table span {
    font-size: 15px;
    color: #1a1a1a;
}

.close_table:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.table_close_a {
    text-align: right;
}

/*------ product options ------*/

.product-options {
    position: relative;
    background: none;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
    float: left;
}

.table-size {
    width: 23%;
    float: left;
    text-align: right;
}

.table-size a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #acacac;
    transition: color .3s linear
}

.table-size a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

div.sbHolder {
    background: none;
    border: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    min-height: 35px;
    position: relative;
    width: 100%;
    height: inherit;
}

a.sbToggle {
    display: none;
}

a.sbSelector {
    display: none;
}

ul.sbOptions {
    background: none;
    border: none;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
    display: block !important;
    width: 100%;
    z-index: 1;
    overflow-y: auto !important;
}

ul.sbOptions li {
    padding: 0;
    margin-left: 4px;
    float: left;
}

ul.sbOptions li:first-child {
    padding: 0px;
    margin-left: 0px;
}

ul.sbOptions li:first-child a {
    text-align: left;
    padding: 8px 0;
    color: #000 !important;
}

ul.sbOptions li:first-child a:hover {
    color: #575757;
    border: 2px solid transparent;
    cursor: default;
}

.sbOptions li:nth-child(5n+7) {
    margin-left: 50px;
}

.sbOptions li a {
    border: none;
    display: block;
    outline: none;
    min-width: 46px;
    margin-bottom: 1px;
    padding: 8px 10px;
    border: 2px solid transparent;
    color: #575757;
    line-height: 19px;
    text-align: center;
    font-weight: bold;
    transition: all .3s linear;
}

.sbOptions li a:hover {
    border-color: #575757;
    color: #1a1a1a;
}

.sbOptions li a.sbActive {
    border-color: #c2c2c2;
    pointer-events: none;
    cursor: not-allowed;
    color: #575757;
}

div.associate-title {
    display: block;
    outline: none;
    min-width: 46px;
    margin-bottom: 1px;
    padding: 8px 0px;
    border: 2px solid transparent;
    color: #000;
    line-height: 19px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s linear;
}

span.product-sku, .delivery-time-details {
    margin-bottom: 1px;
    padding: 8px 0px;
    border: 2px solid transparent;
    color: #000;
    line-height: 19px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

div.block-associate {
    clear: both;
    float: left;
    width: 100%;
    min-height: 75px;
    margin: 0px 0 15px;
}

.block .block-content li.item {
    padding: 5px 7px;
    width: 20%;
    float: left;
    min-width: 189px;
}

.product_bottom_viewed {
    background: #fff;
}

.product_bottom_viewed .title_prod_w .block-title a {
    font-size: 22px;
    padding: 10px 20px 20px 0;
    text-decoration: none;
    display: inline-block;
    color: #acacac;
    transition: color .3s linear;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: bold;
}

.product_bottom_viewed .title_prod_w .block-title a:hover {
    color: #1a1a1a;
    cursor: pointer;
}

.product_bottom_viewed .title_prod_w .block-title a.prActive {
    text-decoration: underline;
    color: #1a1a1a;
}

.recently_viewed_div {
    overflow: hidden;
}

.wear_it_with_div {
    overflow: hidden;
}

.blprsliders .prslhiddeen {
    visibility: hidden;
    height: 0;
}

.wear_it_with_div .custSlickNext, .wear_it_with_div .custSlickPrev {
    margin-top: -50px;
}

select.wear-size {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.cwear-size {
    /*opacity: 0;*/
    /*visibility: hidden;*/

    position: relative;
    cursor: pointer;
}

.cwear-size .dcontent .pgditem:hover {
    background: #f3f3f3;
}

.cwear-size .dcontent .pgditem {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;

    text-overflow: ellipsis;
    overflow: hidden;

    white-space: nowrap;
}

.cwear-size .dcontent {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    min-height: 80px;
    max-height: 120px;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
    border: 1px solid #8a8787;
    border-top: none;
}

.cwear-size .dtitle {
    white-space: nowrap;
}

.cwear-size .dtitle {
    padding-left: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 2px solid #252525;
    position: relative;
    padding-right: 24px;

    text-overflow: ellipsis;
    overflow: hidden;
}

.wear_it_with_div .block-content {
    padding-bottom: 0;
}

.wear_it_with_div .block {
    margin-bottom: 0;
}

.emptydtitle {
    height: 62px;
}

.cwear-size .dtitle:after {
    position: absolute;
    right: 7px;
    top: 50%;
    color: #252525;
    margin-top: -5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block .block-content li.item {
    height: 450px;
}

#wear-with button.button {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
    background: #252525;
    margin-bottom: 55px;
}

.pitname {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.pitname a {
    white-space: nowrap;
}

.amxnotif-input-fields, .amxnotif-button-container{
    width: 100%;
}

.amxnotif-email{
    height: 50px;
    border: none;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    font-size: 20px;
}

.product-view .amxnotif-button-container button.btn-cart{
    width: 100%;
}

#options-already-subscribe .amxnotif-block label {
    display: block;
    color: #2F2F2F;
    font-weight: normal;
    float: none;
    font-size: 16px;
    line-height: 1.2;
}

#options-already-subscribe .amxnotif-block label br{
    display: inherit;
}

.alert-stock.link-stock-alert a{
    transition: opacity 0.25s;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    background: red;
    border-radius: 3px;
    height: 58px;
    display: inline-block;
    padding: 17px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
}

.alert-stock.link-stock-alert a:hover {
    opacity: 0.65;
    transition: opacity 0.25s;
}

.amxnotif-stock-index .page-title {
    width: 100%;
    height: 30px;
    background: #444444;
    margin-bottom: 20px;
}

.amxnotif-stock-index .page-title h1 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-family: "Akrobat-Bold";
}
/*----------------*/
.amxnotif-stock-index .data-table {
    background: #fff;
    border: none;
}
.amxnotif-stock-index .data-table thead tr {
    border-top: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    background: #fff;
}
.amxnotif-stock-index .data-table thead th, .amxnotif-stock-index .data-table tbody td {
    border: none;
}
.amxnotif-stock-index .data-table thead tr span {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 19px;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
}
.amxnotif-stock-index .data-table tbody tr td {
    border-bottom: 3px solid #eeeeee;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1.375;
    text-align: left;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
}

.wrapper_inboxCart_productalert {
    position: fixed;
    width: 320px;
    height: auto;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    opacity: 1;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -120px;
    display: block;
    padding: 0;
}

div.ajaxcartReponse.ajaxBagAdd.alredy img {
    width: 100%;
    max-width: 75px;
    margin-top: 30px;
    margin-bottom: 20px;
    filter: invert(100%) sepia(0%);
}
div.test-alr-st p{
    font-size: 16px;
    font-family: "Akrobat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
}
/*------------ media img slider ------*/

#tv-inivoslider a.cycle-slide {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    display: block;
}

.pswp {
    z-index: 9999;
}

.custSlickNext:hover, .custSlickPrev:hover {
    opacity: 0.6;
    transition: opacity 0.25s;
}

.custSlickNext, .custSlickPrev {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 30px;
    top: 50%;
    color: #2f2f2f;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    margin-top: -15px;
    opacity: 0.3;
    transition: opacity 0.25s;
}

.custSlickNext {
    right: 0;
}

.custSlickPrev {
    left: 0;
}

.lpad0 {
    padding: 0;
}

.mediacontainer .mitem {
    padding-bottom: 10px;
    /*text-align: center;*/
}

.mnavig {
    padding-right: 30px;
}

.mediacontainer .mnavig .slick-current img {
    border: 3px solid #dcdcdc;
}

.catalog-product-view .pswp__scroll-wrap {
    background: #eeeeee;
}

.recently_viewed_div .slick-prev {
    left: -15px;
}

.recently_viewed_div .slick-next {
    right: -15px;
}

.recently_viewed_div .slick-prev:before, .recently_viewed_div .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 0.3;
    font-size: 30px;
    color: #2f2f2f;
}

.recently_viewed_div .slick-prev:before {
    content: "\f104";
}

.recently_viewed_div .slick-next:before {
    content: "\f105";
}

.product-view .product-shop span.fa-info-circle {
    display: block !important;
    color: #2f2f2f;
    opacity: 0.3;
    font-size: 14px;
    transition: color .3s linear;
    margin-top: 2px
}

.product-view .product-shop .product-options-bottom span.fa-info-circle {
    display: none !important;
}

.product-view .product-shop span.fa-info-circle:hover {
    cursor: pointer;
    opacity: 1;
}

.product-shop .tax-details {
    transition: color .3s linear;
    margin-left: 75px;
    margin-top: -16px !important;
    visibility: hidden;
}

span.fa-info-circle:hover + span.tax-details {
    visibility: visible;
}

.data-table {
    width: 100%;
    background: #eeeeee;
    border: 1px solid #fff;
}

.data-table thead th, .data-table tbody td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.data-table tbody tr {
    border-bottom: 1px solid #fff;
}

.data-table th.label {
    line-height: 3;
}

.title_prod_w .block-title:first-child {
    margin-top: 35px;
}

/*------------ begin footer -----------------*/

footer {
    background: #f0f0f0;
}

.footer-static-content ul.link-follow li a {
    line-height: 18px;
    color: #acacac;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    background: none;
}

.footer-static-content ul.link-follow li a:hover {
    color: #1a1a1a;
    padding: 0;
}

.footer a {
    color: #575757;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: #1a1a1a;
}

.footer-static-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #575757;
    font-weight: normal;
    margin-bottom: 15px;
}

.footer {
    border-top: none;
    padding: 20px 0;
}

.footer-information {
    padding-bottom: 5px;
}

.block-subscribe .actions button.button span span {
    background-color: #252525;
    color: #fff;
    transition: color .3s linear, background-color .3s linear;
}

.block-subscribe .actions button.button:hover span span {
    background: #575757;
}

.link-follow li a span {
    color: #fff;
    background-color: #252525;
}

.link-follow li a span:after {
    bottom: -4px;
    border-top: 5px solid #252525;
}

.block-subscribe input.input-text {
    font-size: 22px;
    font-family: "Akrobat";
    color: rgb(170, 170, 170);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.091;
    text-align: left;
    /*display: block;*/
    /*width: 100%;*/
    /*max-width: 568px;*/
    margin: 0 0 0px;
    height: 40px;
    padding-left: 9px;
    background: none;
    border: none;
    opacity: 1;
    border-bottom: solid 2px #444444;
    /*float: left;*/
    margin-top: -8px;
}

.block-subscribe .subscribe-content .input-box{
    display: block;
    width: 100%;
    max-width: 568px;
    float: left;
    /*padding-left: 15px;*/
}

.fme-events_land .sorter .view-mode label{
    margin-top: 1px;
}
.fme-events_land .sorter .view-mode {
    padding-top: 2px;
}
.fme-events_land .sorter .view-mode .grid::before, .fme-events_land .sorter .view-mode .calendar::before, .fme-events_land .sorter .view-mode .list::before {
    font-size: 14px ;
}
.fme-events_land .sorter .view-mode .grid, .fme-events_land .sorter .view-mode .calendar{
    margin-left: 6px;
}

.block-subscribe label {
    font-size: 22px;
    font-family: "Akrobat";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.form-subscribe-header {
    margin-right: 20px;
    max-width: 271px;
    width: 271px;
    display: block;
    height: 24px;
    float: left;
}

.form-subscribe-header label.print-test-n {
    opacity: 0;
}

.form-subscribe-header label.print-test-n.active {
    opacity: 1;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 2px solid #000; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    /*letter-spacing: .15em; !* Adjust as needed *!*/
    animation: typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: #000000;
    }
}

div.first-banner-home, div.second-banner-home {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 2px;
}

div.first-banner-home {
    padding-left: 0px;
}

div.first-banner-home img, div.second-banner-home img {
    width: 100%;
    max-width: 100%;
    opacity: 0;
    transition: 0.2s;
}

/*.banner-h.active div.first-banner-home img, .banner-h.active div.second-banner-home img {*/
/*visibility: visible;*/
/*opacity: 1;*/
/*transition: 0.2s;*/
/*}*/

div.first-banner-home .text-banner,
div.second-banner-home .text-banner {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -50px;
    z-index: 999;
    opacity: 0;
}
/*.banner-h.active div.first-banner-home .text-banner,*/
/*.banner-h.active div.second-banner-home .text-banner{*/
/*visibility: visible;*/
/*opacity: 1;*/
/*transition: 0.7s;*/
/*}*/

.first-banner-home:after, .second-banner-home:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.active .first-banner-home:after, .active .second-banner-home:after {
    opacity: 0.4;
    visibility: visible;
    transition: 0.2s;
}

.none-padding-for-banner {
    padding: 0 2px;
}

.home-content.banner-h:after {
    content: '';
    display: block;
    clear: both;
}

span.first-test-home-new-banner {
    font-size: 50px;
    /*font-family: "Akrobat-Bold";*/
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    letter-spacing: 7px;
}

span.first-test-home-new-banner:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 17px;
}

span.second-test-home-new-banner {
    font-size: 18px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 270px;
    float: left;
    margin-left: 20px;
    margin-top: -12px;
}

.subscribe-content .actions button.fot-s-b {
    width: 270px;
    height: 50px;
    background: #ff0000;
    font-size: 22px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.091;
    text-align: center;
    border-radius: 12px;
}

.block-subscribe {
    margin-bottom: 22px;
    margin-top: 12px;
}

.block-subscribe .input-box {
    margin-top: 0px;
}

.block-subscribe input.input-text:focus {
    opacity: 1;
    color: #292828;
}

.lgo-mobile {
    display: none;
}

.mini-products-list {
    margin-left: 5px;
}

div.opc-wrapper-opc input {
    background: #fff;
}

.opc-wrapper-opc .btn-checkout span, .opc-wrapper-opc .btn-checkout span span, a.opc-wrapper-opc .opc-login-trigger {
    background-color: #252525 !important;
}

.mediacontainer .fa.fa-angle-left, .mediacontainer .fa.fa-angle-right {
    background-color: #eeeeee;
    border-radius: 20px;
}

.mediacontainer .fa-angle-left:before {
    content: "\f104";
    padding: 0;
    margin: 0;
    line-height: 1;
    top: -1px;
    position: absolute;
    left: 8px !important;
}

.mediacontainer .fa-angle-right:before {
    content: "\f105";
    padding: 0;
    margin: 0;
    line-height: 1;
    top: -1px;
    position: absolute;
    left: 12px !important;
}

.pt_bundle .product-options {
    width: 100%;
}

.pt_bundle .bundle-info-right {
    width: calc(100% - 110px);
}

.pt_bundle .bundle-info-left {
    width: 100px;
}

.pt_bundle .bundle-custom-options {
    padding-top: 5px;
}

.pt_bundle .configurablebundle-selection-header {
    margin-top: 0;
    font-size: 17px;
}

.pt_bundle .tbd1 + div.sbHolder {
    display: none;
}

.pt_bundle .bundle-option-title {
    padding: 0;
    margin-top: 0;
    font-size: 17px;
}

.pt_bundle .bundle-option {
    margin: 10px 0;
}

.product-view.pt_bundle .product-shop .availability {
    display: none;
}

.product-view.pt_bundle .product-shop .price-box {
    clear: both;
}

.pt_bundle .table-size {
    display: none;
}

.pt_bundle .block-associate {
    display: none;
}

.item-options dt, .item-options dd {
    width: auto;
}

.pt_bundle .sbOptions li:nth-child(5n+7) {
    margin-left: 4px;
}

.wear_it_with_div button.button.red span span:hover {
    width: 100%;
}

.pt_bundle ul.sbOptions li:first-child {
    display: none;
}

.pt_bundle ul.sbOptions li {
    display: block;
    width: 200px;
    float: none;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 !important;
    transition: all 0s;
}

.pt_bundle ul.sbOptions li:hover {
    transition: all 0s;
    background: #f3f3f3;
}

.pt_bundle a.sbSelector {
    display: block;
    width: 200px;
    font-size: 14px;
    /*padding-left: 10px;*/
    color: #575757;
    text-transform: lowercase;
    height: 30px;
    line-height: 30px;
    border: 1px solid #8a8787;
    position: relative;
    padding-right: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
}

.pt_bundle a.sbSelector:after {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pt_bundle ul.sbOptions {
    position: absolute;
    left: 0;
    top: 30px !important;
    min-height: 80px;
    max-height: 120px;
    overflow-x: hidden;
    width: 200px;
    background: #fff;
    border: 1px solid #8a8787;
    border-top: none;
    display: none !important;
    height: 120px;
}

.pt_bundle ul.sbOptions.pbsbopen {
    display: block !important;
}

.pt_bundle .sbOptions li a {
    text-align: left;
    transition: all 0s;
    line-height: 30px;
    padding: 0;
}

.pt_bundle .sbOptions li a.sbActive {
    border-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    cursor: not-allowed;
    color: #575757;
}

.pt_bundle .sbOptions li a:hover, .pt_bundle .sbOptions a:focus {
    transition: all 0s;
    border-color: #f3f3f3;
    color: #575757;
}

.pt_bundle .product-shop .product-name, .price-box-bundle {
    display: none;
}

.pt_bundle .bundle-option-title {
    display: none;
}

.pt_bundle .configurablebundle-selection-header {
    color: #000;
}

.pt_bundle .bundle-description {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pt_bundle .bundle-options .h3 {
    display: none;
}

.pt_bundle .bundle-options {
    min-height: 0;
}

.pt_bundle .bundle-info-right p {
    margin-left: 0;
}

.pt_bundle section {
    padding-bottom: 5px;
}

.product-view.pt_bundle .lppricebundle .price-box {
    display: block;
    float: left;
    clear: none;
    margin-bottom: 1px;
    border: 2px solid transparent;
    color: #000;
    line-height: 19px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.product-view.pt_bundle .lppricebundle + .product-sku {
    display: none;
}

.lppricebundle .lpplabel {
    float: left;
    margin-bottom: 1px;
    border: 2px solid transparent;
    color: #000;
    line-height: 19px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.dtitleempt {
    visibility: hidden !important;
}

.pt_bundle .delivery-time-details {
    margin-top: -25px;
    display: block;
}

.wear_it_with_div li button.button span span {
    padding: 0;
    line-height: 52px;
}

.pt_bundle .delivery-time-details .option-date {
    display: inline !important;

}

.product-options > dl > .bundle-option:last-child {
    border-bottom: none;
}

.shopping-cart-table .item-options .price {
    display: none;
}

.data-table tfoot td {
    background: #fff;
}

.recently_viewed_div .block .block-content li.item {
    height: 270px;
}

.cart button.button.red {
    margin-right: 0;
}

.bffprblock .price-box .price {
    font-size: 14px;
}

.bundspfixprice {
    display: block;
    float: left;
    clear: none;
    margin-bottom: 1px;
    border: 2px solid transparent;
    color: #000;
    line-height: 19px;
    text-align: left;
    /*font-weight: bold;*/
    text-decoration: line-through;
    text-transform: uppercase;
}

.bundspfixprice .price {

}

.catalogsearch-result-index .page-title {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0 0 7px;
}

.cms-index-index .page {
    padding-top: 0;
    background: none;
}

.position-text-slide {
    opacity: 0;
}

.page {
    padding-top: 67px;
    background: #eeeeee;
}

.featuredproduct1 .products-grid .item {
    margin: 0 15px;
}

.featuredproduct1 .slick-prev:before {
    content: '←';
    display: none;
}

.featuredproduct1 .slick-next:before {
    content: '→';
    display: none;
}

.featuredproduct1 .slick-prev {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/home-product-prev-slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 27px;
    height: 156px;
    top: 157px;
    margin-top: 0;
    left: -40px;
}

.featuredproduct1 .slick-next {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/home-product-next-slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    width: 27px;
    height: 156px;
    top: 157px;
    margin-top: 0;
    margin-left: 10px;
    right: -40px;
}

.featuredproduct1 .products-grid .product-shop {
    display: block;
    padding-bottom: 0px;
}

.featuredproduct1 .products-grid .item {
    background: none;
}

.featuredproduct1 .products-grid .product-image {
    background: none;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

/*-------- style fast order page -----*/
.data-table.prodhandllist {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
}

.data-table.prodhandllist tr {
    margin-bottom: 10px;
}

td.first-td-style {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-bottom: none !important;
    border-top: none !important;
    height: 290px;
}

td.first-td-style img {
    transition: transform .2s;
    max-height: 290px;
    max-width: 270px;
}

td.first-td-style img:hover {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari 3-8 */
    transform: scale(2);
    transition: transform .2s;
    z-index: 999;
    position: absolute;
}

.fast-order-product-images {
    height: 270px;
    display: block;
    position: relative;
}

h2.product-name-fast-order a {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

td.product-name-adn-price {
    padding-left: 30px;
    width: 200px;
    padding-right: 0px;
}

.num_options_cont {
    width: 480px;
    text-align: left;
    float: left;
}

.num_options_cont .smallboxes_attr input {
    text-align: center;
    border: none;
    height: 28px;
}

.stock-block .smallboxes_attr {
    background-color: #10ac00;
    border: solid 1px #10ac00;
    padding: 0px 0px 0px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 57px;
}

.stock-block .option-stock {
    color: #ffffff;
    padding: 6px 0;
}

.stock-date-to .smallboxes_attr {
    background-color: #ff8800;
    border: solid 1px #ff8800;
    padding: 0px 0px 0px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 57px;
}

.stock-date-to .option-date {
    color: #ffffff;
    padding: 6px 0;
}

.options-list-three dl {
    display: none;
}

.product-name-adn-price .price-box {
    margin-top: 50px;
}

.product-name-adn-price .old-price .price {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(170, 170, 170);
    text-decoration: line-through;
    line-height: 1.5;
}

.product-name-adn-price .special-price .price {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    text-decoration: line-through;
    line-height: 1.5;
}

.product-name-adn-price .regular-price .price {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    text-decoration: line-through;
    line-height: 1.5;
}

.options-list-three button.btn-fast-order {
    width: 120px;
    height: 160px;
    background-color: #cccccc;
    border: solid 2px #cccccc;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.313;
    text-align: center;
    padding: 70px 10px 0;
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/fast-order-cart.png);
    background-repeat: no-repeat;
    background-position: center 34px;
    transition: 0.2s;
    clear: inherit;
}

.options-list-three button.btn-fast-order:hover {
    border: solid 2px rgb(68, 68, 68);
    background-color: #fff;
}

td.options-list-three {
    padding: 10px 30px;
}

.plus-minus-option .minus-qty, .plus-minus-option .plus-qty {
    position: absolute;
    font-size: 12px;
    color: rgb(0, 0, 0);
    padding: 3px;
    margin-top: 3px;
    opacity: 0;
    transition: 0.2s;
}

.plus-minus-option .plus-qty {
    right: 0px;
}

.plus-minus-option:hover .minus-qty, .plus-minus-option:hover .plus-qty {
    opacity: 1;
    transition: 0.2s;
}

.plus-minus-option .minus-qty:hover, .plus-minus-option .plus-qty:hover {
    cursor: pointer;
}

.plus-minus-option {
    position: relative;
}

.plus-minus-option input {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: center;
}

.product-name-adn-price input.input-text.qty {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: center;
}

/*---------- new design log in ----*/

.customer-account-login h1.log-in-h1 {
    text-align: center;
    font-family: 'Akrobat-Black';
    font-size: 40px;
}

.customer-account-login .account-login .content, .account-login.main-mob .content {
    min-height: auto;
    padding: 0;
    border: none;
    border-bottom: 0;
    background: none;
}

.customer-account-login .label-log-in {
    font-family: 'Akrobat';
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

.customer-account-login .input-style-log-in input {
    width: 100% !important;
    height: 50px !important;
    font-family: 'Roboto';
    font-size: 16px;
    padding-left: 10px;
    border-radius: 4px;
}

.customer-account-login .input-style-log-in li {
    height: 90px;
}

.customer-account-login .forgot-pass-log-in {
    font-family: 'Akrobat';
    font-size: 16px;
    color: #000000;
    margin-top: 0px !important;
    display: block;
    width: 100%;
    text-align: left;
}

.customer-account-login .account-login .buttons-set, .account-login.main-mob .buttons-set {
    background: none;
    border: none;
    padding: 0 !important;
}

.customer-account-login button.button-log-in {
    width: 270px;
    height: 50px;
}

.customer-account-login button.button-log-in span span {
    color: #fff;
    width: 100%;
    background: #fd002c;
    height: 44px;
    font-size: 20px;
    line-height: 1;
    font-family: 'Akrobat';
    padding: 10px 0 !important;
    border: solid 2px #fd002c;
    transition: 0.2s;
}

.customer-account-login button.button-log-in span span:hover {
    color: #fd002c;
    background: #fff;
    transition: 0.2s;
}

.customer-account-login .rigistration-in {
    display: block !important;
    margin: 60px 0 40px;
}

.customer-account-login .rigistration-in p.if-create {
    font-family: 'Akrobat';
    font-size: 18px;
    color: #000000;
}

.customer-account-login .rigistration-in p.if-create a {
    color: #fd002c;
}

.customer-account-login .log-in-none {
    display: none;
}

/*---------- style for download page -------------*/

.category-downloads .itembc span {
    font-size: 36px;
    font-family: "Akrobat-Black";
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    line-height: 0.444;
    text-align: center;
}

.category-downloads .breadcrumbsnew .itembc {
    width: 100%;
    text-align: center;
    margin: 0px 0 15px;
}

.download-page div {
    background: #fff;
    margin: 15px;
    height: 260px;
    max-width: 360px;
    padding: 0;
    text-align: center;
}

.download-page div img {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 186px;
}

.download-page div a {
    text-align: center;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.313;
}

.download-page div.img-last img {
    height: auto;
    margin-bottom: 45px;
}

/*------------ style for firefox -------------*/

.jarallax {
    position: relative;
    z-index: 0;
    min-height: 600px;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* ---------- begin product static block ------------*/
.product-static-block{
    padding: 0;
}

.paralax-block{
    margin: 4px;
}

.product-banner-img{
    width: 100%;
    margin: 4px 0px;
    height: 500px;
    padding: 0 4px;
}
.content-b-i{
    width: 100%;
    position: relative;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-b-i .position-ab-text{
    padding-top: 100px;
    width: 100%;
    max-width: 615px;
}

span.h2-product-banner-title{
    font-size: 50px;
    /* font-family: "Akrobat-Bold"; */
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    letter-spacing: 3px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

span.h4-product-banner-title {
    font-size: 19px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
}

.content-b-i .position-ab-text.left {
    padding-left: 150px;
}

.content-b-i .position-ab-text.right {
    padding-right: 150px;
}

.product-banner-double-img {
    height: 500px;
    background-color: #fff;
    margin: 4px;
}

.banner-double-img {
    width: calc(50% - 2px);
    position: relative;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.banner-double-img:first-child {
    margin-right: 2px;
}

.banner-double-img:last-child{
    margin-left: 2px;
}

.banner-double-img:after {
    content: '';
    display: block;
    clear: both;
}

.product-banner-text-and-img-block{
    height: 500px;
    position: relative;
    margin: 4px 0;
    width: 100%;
    padding: 0 4px;
}

.h2-product-banner-title-text{
    font-size: 50px;
    font-family: "Akrobat-Blackk";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    letter-spacing: 3px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.h4-product-banner-title-text{
    font-size: 20px;
    font-family: "Akrobat";
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
}

.block-text-banner{
    float: left;
    height: 500px;
    width: 50%;
    padding: 70px;
}

.block-img-banner{
    width: 50%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.block-img-banner.left, .block-text-banner.left{
    float: left;
}

.block-img-banner.right, .block-text-banner.right{
    float: right;
}



/* ---------- end product static block ------------*/

div.page {
    background: #fff;
}

.img-slider-top {
    margin-bottom: 45px;
}

.mobile-link-h-sl {
    display: none;
}

.first-banner-home:hover, .second-banner-home:hover{
    cursor: pointer;
}


/* ------------- begin new design eyeweare ----------- */

.showhiderxform{
    background-image: linear-gradient(179deg, #FCE6A3 4%, #B66318 97%);
    border-radius: 4px;
    transition: opacity 0.25s;
    cursor: pointer;
    margin-top: 20px;
    width: 263px;
    font-family: Akrobat-Black;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    height: 58px;
    border: none;
    text-transform: uppercase;
    padding: 14px 0px;
    display: inline-block;
}

.showhiderxform:hover{
    opacity: 0.65;
    transition: opacity 0.25s;
    text-decoration: none;
    color: #FFFFFF;
}

.showhiderxform img{
    width: 30px;
}

.conf-title-opt-G{
    width: 100%;
    border-bottom: 2px solid #979797;
    padding-bottom: 8px;
}

.conf-title-opt-G:after{
    content: '';
    display: block;
    clear: both;
}

.col-xs-6.col-conf-1{
    width: 627px;
    margin-left: 30px;
}
.title-options-config-1{
    width: 50%;
    float: left;
    text-align: left;
}

.title-options-config-2{
    width: 50%;
    float: left;
    text-align: right;
}

.title-options-config-1 h3{
    font-family: Akrobat-ExtraBold;
    font-size: 24px;
    color: #444444;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.title-options-config-2 .ec_more_info_text{
    font-family: Roboto-Regular-2;
    font-size: 16px;
    color: #FF0001;
    letter-spacing: 0;
    text-align: right;
    padding-top: 4px;
}

.ec_more_info_text:hover{
    transition: 0.2s;
    cursor: pointer;
    text-decoration: underline;
}

.radio-btn-hide{
    visibility: hidden;
    height: 0px;
    position: absolute;
}
.ec_container .validate-error label:before{
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 10px;
}
.ec_container .validate-error label{
    color: red;
    font-size: 14px;
    padding: 15px;
}
label.r-conf-options span.radio-btn-opt-conf{
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/radio-noactive.jpg);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    height: 30px;
    display: inline-block;
    float: left;
    width: 66px;
}

label.r-conf-options:hover span.radio-btn-opt-conf{
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/radio-active.jpg");
}

label.r-conf-options:hover{
    cursor: pointer;
}

label.r-conf-options input.radio-btn-hide:checked ~ span.radio-btn-opt-conf{
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/radio-active.jpg");
}

.options_it_first_L{
    height: 76px;
    padding: 0px;
}

.options_it_first_L label{
    padding: 22px 0px 0px;
    transition: 0.2s;
    background: #FFFFFF;
    width: 100%;
    min-height: 75px;
    height: auto;
}

.options_it_first_L label:hover{
    background: #F6F6F6;
    transition: 0.2s;
    cursor: pointer;
}

.options_it_first_L label.js-first-label.active{
    background: #F6F6F6;
}

.display-none{
    display: none;
}

.name-opt-left-con{
    float: left;
    width: calc(100% - 66px);
}

.name-opt-left-con div.ec_option_name{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
}

.name-opt-left-con div{
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
}

.firstblock_ec_container{
    margin-bottom: 60px;
}

/* second opt*/


.options_it_first_L label.js-second-label.active{
    background: #F6F6F6;
}
.options_it_first_L label.js-second-label {
    margin-bottom: 0px;
}

.desctop-none-conf{
    display: none;
}

.secondblock_ec_container .name-opt-left-con{
    width: 315px;
}

.img-opt-left-con{
    float: left;
    width: 70px;
}

.price-opt-left-con{
    float: left;
    width: 116px;
    text-align: right;
    padding-right: 15px;

}
.secondblock_ec_container .options_it_first_L{
    height: auto;
}

.secondblock_ec_container .options_it_first_L label{
    padding: 22px 0px 22px;
    min-height: 75px;
    height: auto;
}

.secondblock_ec_container .name-opt-left-con:after{
    content: '';
    display: block;
    clear: both;
}

.price-opt-left-con span{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    text-align: right;
}

.js-second-label.active .img-opt-left-con img{
    display: none;
}

.js-second-label.active .name-opt-left-con{
    width: 385px;
}

.secondblock_ec_container .js-second-label.active ~ .ec_options_colors_container{
    background: #F6F6F6;
}

.ec_options_colors_container{
    margin-top: -5px;
    padding-left: 66px;
}

.secondblock_ec_container .ec_options_colors_title{
    font-family: Roboto-Bold;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
}

.ec_options_colors{
    position: relative;
    padding-bottom: 20px;
    min-height: 140px;
}

.ec_option_color_item img{
    position: absolute;
    display: none;
}

.color-opt-select-r{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
}

.active-color-Sg{
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: solid 2px #F6F6F6;
}

.js-second-label-group.active .active-color-Sg{
    border: solid 2px #000;
}

.js-second-label-group:hover .active-color-Sg{
    border: solid 2px #000;
} .ec_option_color_desc{
    float: left;
    width: 100px;
    vertical-align: middle;
    display: table-cell;
    min-height: 30px;
    padding: 7px 0;
}

.ec_option_color_desc.s-op-sel{
    padding: 0;
}

.ec_option_color_desc .name-opt-ch{
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1;
}

.js-second-label-group.active .ec_option_color_desc .name-opt-ch{
    font-family: Roboto-Bold;
}


.ec_option_color_desc .desc-opt-ch{
    font-family: Roboto-Regular;
    font-size: 11px;
    color: #000000;
    letter-spacing: 0;
    line-height: 11px;
    display: inline-block;
}

.options_it_first_L .ec_option_color_item label {
    padding: 0px;
    background: #F6F6F6;
    width: 100%;
    height: auto;
    margin-top: 10px;
    min-height: inherit;
    margin-bottom: 0;
}

.ec_option_color_item label input:checked ~ img{
    display: block;
    width: 300px;
    right: 15px;
    top: 30px;
}

.secondblock_ec_container .ec_options{
    margin-bottom: 60px;
}


/*-- third opt --*/

.third_ec_container .options_it_first_L label {
    padding: 22px 0px 22px;
    min-height: 75px;
    height: auto;
}

.options_it_first_L label.js-third-label.active {
    background: #F6F6F6;
}

label.r-conf-options input.radio-btn-hide:checked ~ span.radio-btn-opt-conf {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/radio-active.jpg);
}

.third_ec_container .name-opt-left-con {
    width: 315px;
}

.third_ec_container  .ec_options {
    margin-bottom: 60px;
}

.third_ec_container .name-opt-left-con.non-img {
    width: 385px;
}

.name-opt-left-con.non-Desc{
    height: 38px;
    padding: 6px 0;
}

/*-- fourth opt --*/

.mob-title-fourth{
    display: none;
}

.empty-top-lGS{
    float: left;
    width: 172px;
    margin-right: 25px;
    height: 1px;
}

.col-sd1{
    float: left;
    width: 172px;
    margin-right: 25px;
}

.col-sd2{
    float: left;
    width: 132px;
    margin-right: 40px;
}

.ec_brillenwerte_title{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    text-align: right;
    height: 43px;
    padding: 10px 0;
}

.top-lGS{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
    height: 43px;
    padding: 10px 0;
    float: left;
    width: 132px;
    margin-right: 40px;
}

.ec_brillenwerte_row:after, .first-title-top-fourth:after{
    content: '';
    display: block;
    clear: both;
}

.first-title-top-fourth{
    margin-top: 15px;
}

.ec_brillenwerte_row{
    margin-bottom: 13px;
}

.customselect-opt{

}

.customselect-opt select{
    border: 1px solid #979797;
    border-radius: 4px;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
    height: 43px;
    text-align: right;
    width: 100%;
}

.customselect-opt select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/arrow-selected.png");
    background-position: 5px 17px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
}

.customselect-opt{
    position: relative;
}

.customselect-opt select:hover{
    cursor: pointer;
}

.customselect-opt select:before{
    /*content: "\f107";*/
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*color: #979797;*/
    /*position: absolute;*/
    /*z-index: 5;*/
    /*font-size: 32px;*/
    /*top: 5px;*/
    /*left: 8px;*/
}

.upl-text-1{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
    line-height: 1.9;
}

.upl-text-2{
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
}

label.label-upload-file{
    background: #888888;
    border-radius: 4px;
    font-family: Akrobat-Black;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    display: block;
    width: 263px;
    height: 57px;
    text-transform: uppercase;
    line-height: 3;
    transition: opacity 0.25s;
    z-index: 99;
    position: absolute;
}

label.label-upload-file:hover{
    cursor: pointer;
    /*opacity: 0.65;*/
    transition: opacity 0.25s;
}

.col-label-upl{
    float: left;
    width: calc(100% - 200px);
    position: relative;
}

.upload-btn-hide{
    position: absolute;
    z-index: 1;
    top: 64px;
    left: -97px;
    width: 231px;
}

.upload-btn-hide:focus{
    outline: none !important;
}

.ec_upload_container{
    margin: 40px 0 10px;
}

.ec_upload_container:after{
    content: '';
    display: block;
    clear: both;
}

.product-scroll-static {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    width: 250px;
    float: left;
    margin-left: 15px;
    border: 2px solid #EEEEEE;
}

.product-bottom-CF{
    background: #D8D8D8;
    border: 2px solid #D8D8D8;
    position: relative;
    min-height: 78px;
    padding: 15px 10px;
    margin-top: 22px;
}

.product-bottom-CF span.title-BP{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
}

.product-bottom-CF span.desc-BP{
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19px;
}

.product-bottom-CF img{
    position: absolute;
    width: 115px;
}

.ec_addtocart{
    width: 100%;
    text-align: center;
}

.ec_addtocart button{
    background: #FF0001;
    border-radius: 4px;
    border-radius: 4px;
    font-family: Akrobat-Black;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    border: solid 1px #FF0001;
    width: 167px;
    height: 46px;
    transition: opacity 0.25s;
    margin-top: 25px;
}

.ec_addtocart button:hover{
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.25s;
}

.ec_productname{
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    margin: 20px 0;
}

.ec_summary .ecs_label, .ec_summary .ecs_value{
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
}

.ec_summary .ecs_label{
    float: left;
    width: 70%;
}

.ec_summary .ecs_value{
    float: left;
    width: 30%;
    text-align: right;
}

.ec_summary > div{
    padding: 2px 20px 3px 10px;
}

.ec_summary > div:after{
    content: '';
    display: block;
    clear: both;
}

.ecs_subtotal .ecs_value span{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 14px;
}

.ecs_subtotal span span.tax-details{
    font-family: Roboto-Regular;
    font-size: 10px;
    color: #000000;
    letter-spacing: 0;
    line-height: 14px;
}

.ec_summary .ecs_subtotal .ecs_value{
    float: none;
    width: 100%;
}

.ecs_subtotal{
    text-align: right;
    margin-top: 20px;
}

.ecs_glastonung2 .ecs_label{
    float: none;
    width: auto;
    display: inline;
    padding-right: 2px;
}

.ecs_glastonung2 .ecs_color{
    width: auto;
    display: inline-block;
}

.ecs_glastonung2 .ecs_value{
    width: auto;
    display: inline-block;
    float: right;
}

.ecs_brill4{
    background: #eeeeee;
}
.ecs_brill4 .ecs_label{
    float: none;
    display: inline-block;
    width: auto;
}
.ecs_brill4 .ecs_details{
    display: inline-block;
}
.ecs_brill4 .ecs_details_content{

}
.ecs_brill4 .ecs_details_content .cbfblabel{
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    float: left;
    width: 58px;
}

.ecs_brill4 .ecs_details_content .cbfbcontent{
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 14px;
    float: left;
    width: calc(100% - 58px);
}

.ecbfbleft:after, .ecbfbright:after{
    content: '';
    display: block;
    clear: both;
}

.ecbfbleft, .ecbfbright{
    margin: 10px 0;
}

.ecs_details:hover{
    cursor: pointer;
    text-decoration: underline;
}

.pop-fon{
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.pop-fon-img{
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.ec_more_information_content{
    position: fixed;
    background: #fff;
    border: none;
    border-radius: 5px;
    z-index: 9999;
    width: 900px;
    min-height: 300px;
    display: none;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
}

.popup-img{
    position: fixed;
    background: #fff;
    border: solid 2px #ececec;
    border-radius: 5px;
    z-index: 9999;
    width: 70%;
    height: 60%;
    display: none;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
}

.popup-img img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.popup-img a{
    position: absolute;
    z-index: 99999;
    color: #000;
    font-size: 24px;
    right: 7px;
    cursor: pointer;
    text-decoration: none;
    top: 0;
}

a.close_popup_link_G{
    position: absolute;
    z-index: 99999;
    color: #fff;
    font-size: 24px;
    right: 7px;
    cursor: pointer;
    text-decoration: none;
    top: 3px;
}

.tile-popup-m{
    background-image: -moz-linear-gradient( 11deg, rgb( 51, 51, 51 ) 0%, rgb( 51, 51, 51 ) 100%);
    background-image: -webkit-linear-gradient( 11deg, rgb( 51, 51, 51 ) 0%, rgb( 51, 51, 51 ) 100%);
    height: 140px;
    text-align: left;
    position: relative;
    padding: 50px 50px 0;
}

.tile-popup-m .title-text{
    font-size: 30px;
    font-family: "Arial";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 1;
    margin-top: 32px;
    display: inline-block;
}

.content-popup-m{
    padding: 50px 50px;
    text-align: left;
    max-height: 570px;
    overflow: auto;
}

.name_f_pm{
    font-size: 23.6px;
    font-family: "Arial";
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    line-height: 1.356;
    text-align: left;
    margin-bottom: 30px;
}

.content-popup-m hr{
    margin: 30px 0;
}

.opt_m_popap_f .text-l-f{
    font-size: 23.6px;
    font-family: "Arial";
    line-height: 1.356;
    text-align: left;
    color: #000;
    padding-left: 38px;
}

.opt_m_popap_f .text-l-f-2{
    font-size: 23.6px;
    font-family: "Arial";
    line-height: 1.356;
    text-align: left;
    color: #000;
    margin-top: 30px;
}

.img-text-p-t .col-xs-5{
    width: 286px;
    padding-right: 0;
}

.content-popup-m.second hr {
    margin: 40px 0;
}

a.second-popup-btn{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    height: 36px;
    background: #990000;
    font-size: 16px;
    font-family: "Arial";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 2.2;
    text-align: left;
    padding-left: 15px;
}

a.second-popup-btn:hover{
    cursor: pointer;
    text-decoration: none;
}

.opt_m_popap_f .text-l-f-4{
    font-size: 23.6px;
    font-family: "Arial";
    line-height: 1.356;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}

.text-popup-fourth-block span, .text-popup-fourth-block p{
    font-size: 22px;
    font-family: "Arial";
    color: #000000;
    line-height: 1.356;
    text-align: left;
}

.text-popup-fourth-block{
    margin-bottom: 20px;
}

.f-img-popup-block{
    margin-bottom: 40px;
}

.content-popup-m.fourth hr {
    margin: 10px 0 30px;
}

.logo-2-popup{
    margin-bottom: 25px;
}

a.second-popup-btn.two-popup-block{
    font-size: 15px;
}

.img-popup-b-f4{
    margin-bottom: 15px;
}

.text-bottom-img {
    font-size: 18px;
    font-family: "Arial";
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: #000;
}






.bottom-block-fourth{
    margin-bottom: 20px;
}

.bottom-block-fourth .upl-text-2{
    font-size: 15px;
    padding-top: 10px;
}

.bottom-block-fourth  .col-label-upl .col-xs-3{
    padding-left: 5px;
    padding-right: 5px;
}
.col-label-upl .col-xs-3 img{
    transition: 0.2s;
}

.col-label-upl .col-xs-3 img:hover{
    cursor: pointer;
    box-shadow: 0px 0px 8px 1px;
    transition: 0.2s;
}

.bottom-block-fourth:after{
    content: '';
    display: block;
    clear: both;
}

.bottom-text-for-last-step{
    margin: 30px 0 0px;
    width: 82%;
}

.mar-top-con{
    margin-top: 20px;
}

.bottom-text-for-last-step p{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0;
}

/*-- tech --*/

.fon-tech-product-G{
    /*background-image: radial-gradient(50% 49%, #464646 50%, #1A1A18 95%);*/
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/tech-fon-glass.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 200px;
    position: relative;
    margin-top: 90px;
}

.fon-tech-product-G .container{
    position: relative;
    text-align: center;
}

.title-tech-PG h4{
    font-family: Akrobat-Bold;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}

.fon-tech-product-G div span{
    font-family: Akrobat-ExtraBold;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    z-index: 9;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}

.tech-text-abs-1{
    margin-top: 118px;
    margin-left: -13px;
    width: 150px;
}

.tech-text-abs-2{
    margin-top: -5px;
    margin-left: 155px;
    width: 248px;
}

.tech-text-abs-3{
    margin-top: 176px;
    margin-left: 344px;
    width: 135px;
}

.tech-text-abs-4{
    margin-top: 100px;
    margin-left: 547px;
    width: 155px;
}

.tech-text-abs-5{
    bottom: 5px;
    width: 188px;
    left: 131px;
}

.tech-text-abs-6{
    bottom: 82px;
    width: 188px;
    left: 327px;
}

.tech-text-abs-7{
    bottom: -3px;
    width: 188px;
    left: 520px;
}

.tech-text-abs-8{
    bottom: 55px;
    width: 156px;
    right: 280px;
}

.tech-imh-mobile-GP{
    display: none;
}

.mobile-title-GP-last{
    display: none;
}

.fix-content-up{
    overflow: hidden;
    height: 90px;
}

.js_mobile_close-first{
    display: none;
}
.items-product .button-account-edit{
    display: inline-block;
    width: auto;
    padding: 0px 15px;
    min-width: 170px;
    height: auto;
}

.ec_static_text_GP{
    text-align: center;
    margin: 15px 0 0;
 }

.ec_static_text_GP span{
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 14px;
    display: inline-block;
}
/* ------------- end new design eyeweare ------------- */



/* ------------- start new design rx ----------- */

.container.rx-content{
    background: #EEEEEE 0% 0% no-repeat padding-box;
    padding-bottom: 100px;
}
.rx-container{
    width: 100%;
    max-width: 966px;
    margin: 0 auto;

}

.rx-container span.h1{
    text-align: center;
    letter-spacing: 1.38px;
    color: #383838;
    opacity: 1;
    font-size: 46px;
    font-family: "Akrobat-Black";
    display: inline-block;
    width: 100%;
    margin-bottom: 37px;
    position: relative;
}

.text-span-rx span{
    text-align: left;
    letter-spacing: 0px;
    color: #383838;
    opacity: 1;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
}

.rx-fon-img{
    background: #383838 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 205px;
    padding-top: 39px;
    text-align: center;
    margin: 20px 0 60px;
}

.rx-container-block{
    width: 100%;
}

.rx-container-block:after{
    content: '';
    display: block;
    clear: both;
}


.rx-col-6{
    width: 456px;
    float: left;
}

.rx-margin-left {
    margin-left: 54px;
}

.rx-h2{
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 0px;
    color: #383838;
    opacity: 1;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px;
}

.rx-hr{
    border: 0.5px solid #dbdbdb;
    opacity: 1;
    margin: 0;
    margin-bottom: 45px;
}

.rx-container-block p{
    text-align: left;
    font-family: Arial;
    letter-spacing: 0px;
    color: #383838;
    opacity: 1;
    font-size: 13px;
    margin-bottom: 15px;
}

.rx-container-block img{

}

.rx-table-content{
    width: 100%;
    max-width: 645px;
    margin: 45px auto 60px;
}

.rx-table-content:after{
    content: '';
    display: block;
    clear: both;
}

.rx-div-span-con-red{
    width: 219px;
    background: #9D0000 0% 0% no-repeat padding-box;
    height: 201px;
}

.rx-div-span-con-red span{
    text-align: center;
    letter-spacing: 1px;
    font-family: Acrobat-ExtraBold;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-top: 69px;
}

.rx-div-span-con-red span.rx-big-text{
    font-size: 24px;
    margin-top: -8px;
}

.rx-col-m-6{
    float: left;
    width: 16.6666%;
    text-align: center;
}

.rx-col-m-6 a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: Acrobat-ExtraBold;
    letter-spacing: 0.84px;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0 32px;
}

.rx-col-m-6 img.rx-m-t-b{
    margin-top: 5px;
    margin-bottom: 5px;
}

.rx-col-m-6 a:hover{
    text-decoration: none;
}


.rx-t-6{
    width: 315px;
    float: left;
    min-height: 180px;
    background: #FAFAFA;
    padding: 10px;
}

.rx-t-margin-left{
    margin-left: 15px;
}

.rx-h4{
    font-size: 13px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    color: #383838;
}

.rx-ul{

}
.rx-ul li{
    text-align: left;
    font-family: Arial;
    padding: 2px 0;
    color: #383838;
}

.rx-ul li span{
    text-align: right;
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.rx-big-img-top-margin .rx-img-h2 img, .rx-img-h2 img{
    margin-top: 5px;
}

.rx-m-tile-top{
    margin-top: 35px;
}

.rx-big-img-top-margin img{
    margin-top: 25px;
}

.rx-b-img{
    text-align: center;
    margin-top: 50px;
}

.rx-3-margin{
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.rx-bottom-text-img{
    text-align: left;
    font-family: Arial;
    letter-spacing: 0px;
    color: #383838;
    opacity: 1;
    font-size: 10px;
    display: inline-block;
    margin-top: 8px;
}

.rex-img-6{
    width: 220px;
    float: left;
}

.rx-block-img{
    width: 100%;
    margin-top: 40px;
}

.rx-block-img:after{
    content: '';
    display: block;
    clear: both;
}

.rx-img-m-left{
    margin-left: 16px;
}

.rx-col-12{
    width: 100%;
    margin-top: 25px;
}

.rx-img-full-screan{
    text-align: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 50px;
}

.rx-full-text{
    display: inline-block;
    margin-top: 45px;
}

.rx-f-t-text{
    text-align: right;
    font-family: Arial;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
    size: 13px;
    width: 100px;
    display: inline-block;
    margin: 0 10px;
}

.rx-f-t-procent{
    text-align: center;
    font-family: "Acrobat-ExtraBold";
    font-size: 47px;
    letter-spacing: 1.41px;
    color: #666666;
    opacity: 1;
}

.rx-full-left-text{

}

.rx-full-right-text .rx-f-t-text{
    text-align: left;
}

.rx-img-full-screan img{
    margin: 0 20px;
}

.rx-ul li span.rx-ul-list-left{
    float: left;
    font-size: 10px;
    display: inline-block;
    text-align: left;
}

.rx-ul li span.rx-ul-list-left b{
    font-size: 13px;
}

.rx-ul li:after{
    content: '';
    display: block;
    clear: both;
}

.rx-ul-two li{
    padding: 5px 0;
    margin-bottom: 10px;
}

.rx-price-two-l{
    font-size: 13px;
    padding-top: 10px;
}

.rx-t-6-2{
    min-height: 150px;
}

.rx-ul-two li:first-child{
    margin-bottom: 10px;
}

.rx-block-img.rx-second-block-img{
    margin-top: 10px;
}

.rx-top-m{
    margin-top: 35px;
}

.rx-ar-top{
    margin-top: 15px;
}

.rx-5-m-t{
    margin-top: 17px;
}

.rx-t-6-3{
    min-height: 60px;
    height: 70px;
    margin-bottom: 30px;
    float: none;
}

.rx-t-6-3 .rx-ul li span.rx-ul-list-left{
    font-size: 13px;
}

a.rx-button-back{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 20%;
    bottom: -10%;
    z-index: 999;
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/rx/rx-back.png");
    background-repeat: no-repeat;
    transition: 0.2s;

}

a.rx-button-back.rx-b-active{
    bottom: 10%;
    transition: 0.2s;
}

/*a.rx-button-back img{*/
    /*margin-bottom: 10px;*/
/*}*/

a.rx-button-back:hover{
    text-decoration: none;
}

.rx-fix-float:after, .rx-block-img:after{
    content: '';
    display: block;
    clear: both;
}

.rx-fix-float{
    clear: both;
}

/* ------------- end new design rx ------------- */


@-moz-document url-prefix() {

    .block-subscribe .actions {
        width: 250px;
    }

    .paralax-home {
        transform: inherit;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .block-subscribe input.input-text {
        max-width: 560px;
    }
}

@media not all and (min-resolution: .001dpcm) {
    @media {
        #checkout-payment-method-load .ptncode-bankpayment {
            bottom: -23px;
        }

        .block-subscribe .subscribe-content .input-box{
            padding-left: 15px;
        }

        .block-subscribe input.input-text{
            margin-top: -7px;
        }
    }

}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        #checkout-payment-method-load .ptncode-bankpayment {
            bottom: -23px;
        }

        .block-subscribe .subscribe-content .input-box{
            padding-left: 15px;
        }

        .block-subscribe input.input-text{
            margin-top: -7px;
        }

    }

}

@media screen and (max-width: 1450px) and (min-width: 1200px) {
    div.nav_megamenu .class_customer_4 div.megamenu .level-top a {
        margin: 0 16px !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    div.nav_megamenu .class_customer_4 div.megamenu .level-top a {
        margin: 0px 12px !important;
        font-size: 14px;
    }
}

@media screen and (max-width: 1270px) and (min-width: 1200px) {
    .featuredproduct1 .slick-next {
        right: -20px;
    }

    .featuredproduct1 .slick-prev {
        left: -20px;
    }
}

@media screen and (max-width: 1200px) {
    .pitanik-transparent {
        height: 285px;
    }
}

@media screen and (max-width: 1200px) {

    .block-text-banner {
        padding: 70px 20px 70px 70px;
    }

    .h2-product-banner-title-text {
        font-size: 40px;
    }

    .h4-product-banner-title-text {
        font-size: 16px;
    }

    span.h2-product-banner-title {
        font-size: 44px;
    }

    span.h4-product-banner-title {
        font-size: 18px;
    }

    .form-subscribe-header {
        margin-right: 0px;
    }

    .num_options_cont {
        width: 280px;
    }

    .top-img-text-slider .img-slider-top img {
        max-width: 200px !important;
    }

    .img-slider-top {
        margin-bottom: 10px;
    }

    .product_bottom_viewed .title_prod_w .block-title a {
        font-size: 20px;
    }

    .pitanik-transparent {
        height: 250px;
    }

    div.nav_megamenu div.megamenu .level-top a {
        margin: 0 16px !important;
        font-size: 16px;
    }

    .block .block-content li.item {
        min-width: 195px;
    }

    .sbOptions li:nth-child(5n+7) {
        margin-left: 4px;
    }

    .sbOptions li:nth-child(4n+6) {
        margin-left: 50px;
    }

    .home-video-block-content {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .home-text-block-content {
        float: none;
        width: 100%;
        height: 100%;
        min-height: 250px;
        position: relative;
        text-align: left;
    }

    .footer-wrapper .subscribe-content .form-subscribe-header {
        width: 25%;
        float: left;
    }

    .footer-wrapper .subscribe-content .input-box {
        width: 50%;
        float: left;
    }

    .footer-wrapper .subscribe-content .actions {
        width: 23%;
        float: left;
        margin-left: 2%;
    }

    .home-text-block-content h2.text-h2-home {
        margin-top: 30px;
    }

    .subscribe-content .actions button.fot-s-b {
        width: 210px;
        height: 48px;
        background: #ff0000;
        font-size: 20px;
        font-family: "Akrobat";
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.091;
        text-align: center;
        border-radius: 12px;
    }

    .block-subscribe input.input-text {
        font-size: 18px;
        height: 36px;
        margin-top: -8px;
    }

    .block-subscribe label {
        font-size: 18px;
    }

    .bottom-tech img {
        margin: 0px 15px;
        vertical-align: middle;
        max-width: 132px;
    }

    a.home-tech-button {
        width: 225px;
        height: 51px;
        display: block;
        font-size: 22px;
        font-family: "Akrobat";
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 2.4;
        text-align: center;
        background-color: #ff0000;
        border-radius: 9px;
        /* position: absolute; */
        right: auto;
        margin-top: 28px;
        float: right;
    }

    .position-text-slide {
        margin-top: -150px;
    }

    .position-text-slide.text-ros-slid-1.blanimate {
        right: 0;
        margin-right: 70px;
    }

    .position-text-slide.text-ros-slid-0.blanimate {
        right: 0;
        margin-left: 70px;
    }

    .position-text-slide p.h-sl {
        font-size: 38px;
    }

    .position-text-slide p.t-sl {
        font-size: 16px;
    }

    .position-text-slide span.button-sl-link {
        font-size: 18px;
        max-width: 300px;
        height: 56px;
    }

    .text-cookie {
        float: left;
        width: 100%;
        max-width: calc(100% - 100px);
        margin-left: 20px;
        margin-top: 0px;
    }

    .footer-wrapper .subscribe-content .form-subscribe-header {
        width: 23%;
        margin-right: 2%;
    }

    @media not all and (min-resolution: .001dpcm) {
        @media {
            .block-subscribe input.input-text{
                margin-top: -6px;
            }
        }
    }

    @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
        @media {
            .block-subscribe input.input-text{
                margin-top: -6px;
            }
        }
    }

    .tech-text-abs-1 {
        margin-top: 120px;
        margin-left: 0px;
    }

    .tech-text-abs-2 {
        margin-top: 0px;
        margin-left: 167px;
    }

    .tech-text-abs-3 {
        margin-top: 178px;
        margin-left: 350px;
    }

    .tech-text-abs-4 {
        margin-top: 101px;
        margin-left: 547px;
    }

    .tech-text-abs-5 {
        bottom: 10px;
        left: 34px;
    }

    .tech-text-abs-6 {
        bottom: 79px;
        left: 224px;
    }

    .tech-text-abs-7 {
        bottom: 0px;
        left: 419px;
    }

    .tech-text-abs-8 {
        bottom: 54px;
        right: 179px;
    }

    .rx-container {
        max-width: 900px;
    }

    a.rx-button-back{
        right: 5%;
    }

    .rx-col-6 {
        width: 423px;
    }

    .rex-img-6 {
        width: 203px;
        min-height: 211px;
    }
}

@media only screen and (max-width: 1024px) {
    .jarallax {
        min-height: 500px;
    }
}

@media only screen and (min-width: 991px) {

    .catalogsearch-result-index .products-grid li.col-md-3 {
        width: 24%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }

}

@media only screen and (max-width: 991px) {

    .banner-slideshow .table-visible-md-sm{
        display: block !important;
    }

    .banner-slideshow .pgvisible-xs{
        display: none !important;
    }

    .content-b-i .position-ab-text.left {
        padding-left: 50px;
        padding-right: 50px;
    }

    .content-b-i .position-ab-text.right {
        padding-right: 50px;
    }

    .block-text-banner {
        padding: 30px 30px 30px 30px;
    }

    .account-menu .wrap-dropdown {
        width: 300px;
        left: -110px;
    }

    .gorb2 {
        position: absolute;
        top: -10px;
        left: 107px;
    }

    .subscribe-text-act .footer-information .container{
        width: 100%;
        padding: 0 20px;
    }

    span.first-test-home-new-banner {
        font-size: 30px;
    }

    span.second-test-home-new-banner {
        font-size: 14px;
    }

    span.first-test-home-new-banner:after {
        content: '';
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .footer-wrapper .subscribe-content .input-box {
        width: calc(73% - 224px);
    }
    .footer-wrapper .subscribe-content .form-subscribe-header {
        width: 224px;
        margin-right: 2%;
    }
    .customer-account-login section.main-wrapper {
        margin-top: 0px;
    }

    table.prodhandllist, table.prodhandllist tbody, table.prodhandllist tr, table.prodhandllist tr td {
        display: block;
        float: left;
    }

    td.first-td-style img:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: transform .2s;
        z-index: 999;
        position: absolute;
    }

    .first-td-style {
        float: left;
        width: 270px !important;
    }

    td.product-name-adn-price {
        width: calc(100% - 270px);
        float: left;
        height: 290px;
        padding: 0;
        padding-left: 30px;
        padding-top: 12px;
    }

    td.options-list-three {
        width: 100%;
        margin-top: 5px;
    }

    .num_options_cont {
        width: 480px;
    }

    .options-list-three:after {
        content: '';
        display: block;
        clear: both;
    }

    #tv-inivoslider {
        height: auto !important;
    }

    .position-text-slide.top-img-text-slider {
        top: 50%;
    }

    .top-img-text-slider .img-slider-top img {
        max-width: 150px !important;
    }

    div#v-cookielaw.v-bar .v-actions {
        width: 370px;
        margin-top: 24px;
        padding-right: 0;
        margin: 24px auto 0;
        float: none;
        text-align: center;
        display: block;
    }

    div#v-cookielaw .v-message {
        width: 100%;
        padding: 5px 0;
    }

    .pitanik-transparent {
        height: 200px;
    }

    .featuredproduct1 .slick-prev {
        display: none !important;
    }

    .featuredproduct1 .slick-next {
        display: none !important;
    }

    .catalogsearch-result-index .products-grid li.col-md-3 {
        width: 50%;
        display: inline-block;
        float: left;
        vertical-align: top;
    }

    .mobile-none {
        display: none;
    }

    .sbOptions li:nth-child(4n+6) {
        margin-left: 4px;
    }

    .block .block-content li.item {
        min-width: 267px;
    }

    .title_prod_w {
        margin-top: 45px;
    }

    .table_size_id {
        position: fixed;
        width: 80%;
        top: 10%;
        height: 80%;
        z-index: 99999;
        background: #fff;
        padding: 15px 20px;
        margin: 0 auto;
        left: 50%;
        margin-left: -40%;
        overflow: auto;
    }

    section.main-wrapper {
        margin-top: 70px;
    }

    .sbOptions li:nth-child(4n+6) {
        margin-left: 4px;
    }

    .sbOptions li:nth-child(3n+5) {
        margin-left: 50px;
    }

    /*------- begin mobile menu -------*/
    #mibile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;
        height: 55px;
    }

    .cart-qty {
        color: #2f2f2f;
        display: none;
    }

    .menu-nav-page {
        position: fixed;
        top: 0;
        z-index: 99999;
        right: 10px;
        height: 57px;
        margin-top: 13px;
    }

    .shopping-bag .wrap-dropdown {
        width: 250px;
        left: -111px;
        right: 0;
    }

    #mibile-menu .navbar-toggle {
        float: right;
        right: 10px;
    }

    #mibile-menu .navbar .btn-navbar {
        margin: 13px -10px 0 0;
    }

    .search-block .container {
        width: 100%;
    }

    .search-block {
        left: 50%;
        max-width: 100%;
        margin-left: -50%;
    }

    .lgo-mobile {
        display: block;
        position: fixed;
        height: auto;
        width: 130px;
        top: 0;
        z-index: 99999;
        left: 0;
        margin-left: 15px;
        margin-top: 30px;
    }

    .menu-box-left .mobile-m-app .fix-menu-mobile {
        display: block;
        position: relative;
        top: unset;
        width: 100%;
        margin-left: 10px;
        margin-top: 0px;
    }

    .mobile-m-app {
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        float: none;
        height: 400px;
    }

    .quick-access {
        margin-right: 0px;
        width: 43px;
        float: right;
    }

    .menu-box-left {
        text-align: center;
    }

    #mibile-menu .navbar .btn-navbar {
        margin: 18px -10px 0 0;
    }

    .menu-box-left {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        margin-left: -100%;
        z-index: 9999;
        /*border-top: 1px solid;*/
        overflow-y: scroll;
    }

    .navbar-inner {
        transition: 0.4s;
    }

    .navbar .navbar-active {
        background: rgba(0, 0, 0, 0.8);
        height: 50px;
        transition: 0.4s;
    }

    .mobile-m-app .quick-access label {
        filter: brightness(10);
    }

    .mobile-m-app .quick-access.lang label {
        filter: brightness(1);
        display: block;
    }

    .menu-box-left #nav-mobilemenu {
        display: block !important;
        margin: 30px 0;
    }

    .menu-active-fixed-mobile {
        display: none;
        z-index: 999;
        position: fixed;
        top: 70px;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0;
        left: 0;
    }

    .menu-active-fixed-mobile:hover {
        cursor: pointer;
    }

    .menu-box-left .mobilemenu a {
        text-decoration: none;
        border-bottom: none;
        font-size: 36px;
        font-family: "Akrobat-Black";
        line-height: 40px;
        font-weight: normal;
        color: #ffffff;
        margin: 0;
        letter-spacing: .2em;
        font-weight: bold;
        display: block;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
    }

    ul.mobilemenu li {
        background: none;
    }

    .menu-box-left .mobilemenu li {
        margin-bottom: 30px;
    }

    .menu-box-left .mobilemenu ul {
        float: none;
    }

    .menu-box-left .mobilemenu span.head {
        right: 35px;
    }

    .menu-box-left .mobilemenu ul a {
        padding-left: 0px;
    }

    .menu-box-left .mobilemenu ul ul a {
        padding-left: 0px;
    }

    .menu-box-left .mobilemenu span.head a {
        color: #1a1a1a;
        height: 20px;
        width: 20px;
    }

    .menu-box-left .active-li li.active {
        margin-bottom: 0px;
    }

    .menu-box-left .active-li li.active a {
        color: #fff;
        text-decoration: underline;
        margin-bottom: 30px;
    }

    .menu-box-left .active-li li.active ul li {
        margin-bottom: 0px;
    }

    .menu-box-left .active-li li.active ul li:last-child {
        margin-bottom: 30px;
    }

    .menu-box-left .active-li li.active ul li a {
        margin-bottom: 0px;
        font-size: 14px;
        color: #c7c2c2;
        text-decoration: none;
    }

    .menu-box-left .active-li li a {
        color: #c2c2c2;
    }

    .menu-box-left .active-li li.active ul li.active a {
        text-decoration: underline;
    }

    .menu-box-left .active-li li.active ul li.active ul li a {
        text-decoration: none;
    }

    .menu-box-left .active-li li.active ul li ul li a {
        margin-bottom: 0px;
        font-size: 12px;
        color: #fffefe;
        text-decoration: none;
    }

    #nav-mobilemenu span.head {
        display: none;
    }

    section.main-wrapper.home-video-block .home-content {
        height: 100%;
        min-height: 549px;
        padding-bottom: 50px;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content {
        width: 100% !important;
    }

    .block-tech h3 {
        font-size: 18px;
    }

    .block-tech p {
        font-size: 12px;
    }

    a.home-tech-button {
        width: 190px;
    }

    .bottom-tech img {
        margin: 0 20px;
        vertical-align: middle;
        max-width: 92px;
    }

    .quote p {
        font-size: 34px;
        /*font-family: "Times New Roman";*/
        font-family: "RobotoSlabLight";
        color: rgb(68, 68, 68);
        line-height: 1.25;
        text-align: center;
        margin: 0 50px;
    }

    quote span {
        font-size: 16px;
        margin: 0 50px;
    }

    .home-text-block-content a.home-video-button {
        width: 192px;
        height: 48px;
        font-size: 20px;
    }

    .paralax-home {
        height: 300px;
        background-size: cover;
    }

    .subscribe-content .actions button.fot-s-b {
        width: 100%;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content iframe {
        width: 100% !important;
    }

    .navbar-active .menu-mobile a {
        background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/icon-close-mobile-menu.png) no-repeat 50% 50%;
        transition: 0.4s;
    }

    div.navbar .navbar-active .btn-navbar:hover {
        background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/icon-close-mobile-menu.png) no-repeat 50% 50%;
    !important;
    }

    .position-text-slide {
        margin-top: -160px;
    }

    .position-text-slide.text-ros-slid-1.blanimate {
        right: 0;
        margin-right: 50px;
    }

    .position-text-slide.text-ros-slid-0.blanimate {
        right: 0;
        margin-left: 50px;
    }

    .position-text-slide p.h-sl {
        font-size: 30px;
    }

    .position-text-slide p.t-sl {
        font-size: 14px;
    }

    .position-text-slide span.button-sl-link {
        font-size: 16px;
        max-width: 300px;
        height: 50px;
    }

    .tech-text-abs-1 {
        margin-top: 90px;
        margin-left: -15px;
    }

    .tech-text-abs-2 {
        margin-top: -9px;
        margin-left: 112px;
    }

    .tech-text-abs-3 {
        margin-top: 129px;
        margin-left: 271px;
    }

    .tech-text-abs-4 {
        margin-top: 73px;
        margin-left: 435px;
    }

    .tech-text-abs-5 {
        bottom: 0px;
        left: 0px;
    }

    .tech-text-abs-6 {
        bottom: 60px;
        left: 148px;
    }

    .tech-text-abs-7 {
        bottom: -17px;
        left: 304px;
    }

    .tech-text-abs-8 {
        bottom: 37px;
        right: 115px;
    }

    .col-xs-6.col-conf-1 {
        width: 500px;
         margin-left: 0px;
    }

    .secondblock_ec_container .name-opt-left-con {
        width: 217px;
    }

    .js-second-label.active .name-opt-left-con {
        width: 288px;
    }

    .ec_option_color_item label input:checked ~ img {
        width: 235px;
    }

    .third_ec_container .name-opt-left-con {
        width: 218px;
    }

    .third_ec_container .name-opt-left-con.non-img {
        width: 288px;
    }

    .col-sd2 {
        float: left;
        width: 115px;
        margin-right: 21px;
    }

    .empty-top-lGS {
        width: 170px;
    }

    .top-lGS {
        width: 113px;
        margin-right: 20px;
    }

    label.label-upload-file {
        width: 191px;
    }

    .upload-btn-hide {
        right: -53px;
    }

    .rx-container {
        max-width: 700px;
    }

    .rx-container span.h1 {
        font-size: 36px;
    }

    .img-svg svg {
        width: 90% !important;
    }

    .rx-col-6 {
        width: 323px;
    }

    .rex-img-6 {
        width: 153px;
        min-height: 180px;
    }

    .rx-img-full-screan img {
        width: 250px;
    }

    .rx-fon-img:after{
        content: '';
        display: block;
        clear: both;
    }

    .rx-col-m-6 {
        width: 33.333%;
        margin: 15px 0;
    }

    .rx-fon-img {
        height: auto;
        margin: 20px 0 60px;
        padding-bottom: 39px;
    }
}

@media only screen and (max-width: 950px){
    .ec_more_information_content {
        width: 600px;
    }

    .opt_m_popap_f .text-l-f {
        font-size: 18px;
    }

    .tile-popup-m .title-text {
        font-size: 24px;
    }

    .name_f_pm {
        font-size: 22px;
    }

    .img-text-p-t .col-xs-5 {
        width: 255px;
        padding-right: 0;
    }

    .opt_m_popap_f .text-l-f-2 {
        font-size: 20px;
    }

    .text-popup-fourth-block span, .text-popup-fourth-block p {
        font-size: 20px;
    }

}

@media only screen and (max-width: 830px) {
    .footer-wrapper .subscribe-content .input-box {
        /*width: 42%;*/
        /*margin-left: 3%;*/
    }
}

@media only screen and (max-width: 800px) {
    .block .block-content li.item {
        min-width: 255px;
    }

    body {
        margin-top: 70px;
    }

    .product-scroll-static {
        width: 228px;
    }

    .category-rx-information .container{
        padding: 0;
    }

    .container.rx-content{
        padding: 0 15px 100px 15px !important;
    }

}

@media only screen and (max-width: 767px) {

    .block-text-banner {
        padding: 70px;
    }

    .block-img-banner, .block-text-banner{
        width: 100%;
        float: none;
    }
    .block-img-banner.left, .block-text-banner.left{
        float: none !important;
    }

    .rx-col-m-6 a {
        padding: 0 15px;
    }

    .block-img-banner.right, .block-text-banner.right{
        float: none !important;
    }

    .product-banner-text-and-img-block{
        height: auto;
    }

    .block-text-banner{
        height: auto;
    }

    .content-b-i .position-ab-text.right {
        padding-right: 50px;
        float: left !important;
        padding-left: 50px;
    }

    .banner-double-img:last-child {
        margin-left: 0;
    }

    .banner-double-img:first-child {
        margin-right: 0;
    }

    .banner-double-img {
        width: 100%;
        position: relative;
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        float: none;
        margin: 4px 0;
    }

    .product-banner-double-img{
        height: auto;
    }

    .num_options_cont {
        width: calc(100% - 120px);
    }

    .featuredproduct1 .products-grid .product-shop {
        display: none;
    }

    section.main-wrapper.home-product {
        padding-top: 0px !important;
    }

    .bx-title {
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 10px;
    }

    section.main-wrapper.home-product .container-inner {
        margin-bottom: 30px;
    }

    section.main-wrapper.home-product div.main {
        padding-bottom: 0px;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content {
        width: 100% !important;
        height: 385px;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content iframe {
        width: 100% !important;
        height: 100% !important;
    }

    section.main-wrapper.home-video-block .home-content {
        height: 100%;
        min-height: 385px;
        /* padding-bottom: 50px; */
        margin: 0 auto;
    }

    .mobile-link-h-sl {
        display: inline;
    }

    .dis-none-mobile {
        display: none !important;
    }

    .position-text-slide.top-img-text-slider {
        top: 50%;
    }

    /*.position-text-slide {*/
    /*margin-top: -30px;*/
    /*}*/
    .pitanik-transparent {
        margin-left: inherit;
    }

    .cms-index-index #mibile-menu {
        /*background: none !important;*/
    }

    .pitanik-transparent {
        height: 250px;
    }

    .jarallax {
        min-height: 400px;
    }

    .featuredproduct1 .products-grid .item {
        margin: 0 5px;
    }

    .featuredproduct1 .products-grid .product-shop {
        display: none;
    }

    section.main-wrapper.instagram {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }

    section.main-wrapper.instagram .container-fluid {
        padding: 0;
    }

    section.main-wrapper.instagram .pitanik-transparent img {
        width: 100%;
    }

    h2.instagram-title {
        font-size: 36px;
        line-height: 1.333;
    }

    .pitanik-transparent {
        float: left;
        width: 33%;
        margin-bottom: 0.5%;
    }

    .pitanik-transparent:nth-child(3n+1) {
        margin-right: 0.5%;
    }

    .pitanik-transparent:nth-child(3n+2) {
        margin-right: 0.5%;
    }

    .pitanik-transparent.none-instagram-posts {
        display: block;
    }

    .search-block {
        position: fixed;
        width: 100%;
        top: unset;
        /* left: 50%; */
        z-index: 999999;
        height: 70px;
        display: none;
        /* max-width: 1170px; */
        /* margin-left: -585px; */
        background: #fff;
        bottom: 0;
    }

    button.button span span {
        padding: 10px 15px;
    }

    .form-search button.button span span {
        margin-top: 0;
    }

    .form-search button.button {
        top: 8px;
    }

    .wrap-dropdown.account li {
        margin: 5px 0;
        padding: 3px 0;
    }

    .close-a-search {
        padding-right: 11px;
        text-align: right;
        vertical-align: middle;
        margin-top: 18px;
    }

    a.sliderPgItem {
        background: none !important;
    }

    .cms-home section.main-wrapper {
        margin-top: 0;
    }

    .pgvisible-xs {
        display: block;
    }

    .lgo-mobile {
        display: block;
        position: fixed;
        height: auto;
        width: 130px;
        top: 12px;
        z-index: 99999;
        left: 0;
        margin-left: 15px;
        margin-top: 15px;
    }

    .cms-index-index .lgo-mobile {
        top: 12px;
    }

    #mibile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 9999;
        height: 50px;
    }

    .table-size {
        width: 100%;
        text-align: left;
        padding-left: 3px;
    }

    .product-view div.col-sm-12 {
        width: 100%;
        float: left;
    }

    .title_prod_w .block-title {
        width: 50%;
        float: left;
    }

    .product_bottom_viewed .title_prod_w .block-title a {
        font-size: 16px;
    }

    .title_prod_w .block-title:first-child {
        margin-top: 0px;
    }

    .sbOptions li:nth-child(3n+5) {
        margin-left: 4px;
    }

    section, .container-fluide, .footer-wrapper {
        padding: 0px 15px;
    }

    .img_product_description_left {
        float: left;
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #9b9faa;
    }

    .img_product_description_right {
        float: right;
        width: 100%;
        border-left: none;
        border-bottom: solid 1px #9b9faa;
    }

    .img_product_description_left img, .img_product_description_right img {
        width: 100%;
    }

    .text_product_description_right, .text_product_description_left {
        float: left;
        width: 100%;
        padding: 20px;
    }

    .img_product_description_left:before {
        content: "\f0d8";
        font: normal normal normal 14px/1 FontAwesome;
        color: #ffffff;
        font-size: 40px;
        position: absolute;
        right: 50%;
        margin-right: -11px;
        top: 100%;
        margin-top: -28px;
    }

    .img_product_description_right:before {
        content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome;
        color: #ffffff;
        font-size: 40px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -11px;
        margin-top: -13px;
    }

    .footer-container .footer ul.footer-ul-list {
        float: left;
        width: 150px;
        margin-left: 15px;
        text-align: left;
    }

    .footer-wrapper .footer-container .footer a {
        font-size: 14px;
        font-family: "Akrobat";
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.667;
        text-align: left;
    }

    .footer-wrapper .footer-container .footer a {
        margin: 0px 10px;
    }

    .block-subscribe label {
        font-size: 22px;
        font-family: "Akrobat";
        float: none;
        margin: 0px 0;
    }

    .block-subscribe {
        margin-bottom: 22px;
        margin-top: 0;
    }

    .footer-wrapper .subscribe-content .form-subscribe-header {
        width: 270px;
        float: none;
        text-align: center;
        margin: 0px auto 20px;
    }

    .design-slide-new .position-text-slide.text-ros-slid-2 {
        max-width: 500px;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: -70px;
    }

    .design-slide-new .position-text-slide p.h-sl {
        text-align: center;
        letter-spacing: 7px;
        font-size: 24px;
    }
    .design-slide-new .position-text-slide p.h-sl:after {
        content: '';
        display: block;
        width: 200px;
        height: 2px;
        background: #fff;
        margin: 30px auto 20px;
    }

    .design-slide-new .position-text-slide p.t-sl {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    .footer {
        margin-top: 17px;
    }

    .footer-wrapper .subscribe-content .input-box {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .block-subscribe input.input-text {
        font-size: 22px;
        height: 36px;
        margin-top: -8px;
        float: none;
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .footer-wrapper .subscribe-content .actions {
        width: 100%;
        float: none;
        margin-left: 0;
        text-align: center;
        margin: 20px 0 30px;
    }

    .subscribe-content .actions button.fot-s-b {
        width: 170px;
        float: none;
        text-align: center;
        margin: 0 auto;
        height: 32px;
        font-size: 18px;
        border-radius: 7px;
    }

    .block-tech div img.fadeInHome {
        max-height: 227px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .img-tech div {
        text-align: center;
    }

    a.home-tech-button {
        width: 100%;
        float: none;
        position: relative;
    }

    .bottom-tech img {
        margin: 12px 11px 0;
        vertical-align: middle;
        max-width: 90px;
    }

    .img-tech h3 {
        display: block;
        margin: 30px 0 40px;
    }

    .bottom-tech div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-text-block-content a.home-video-button {
        width: 192px;
        height: 48px;
        font-size: 20px;
        bottom: -20px;
    }

    .block-tech h2 {
        font-size: 36px;
        font-family: "Akrobat-Black";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        margin-bottom: 35px;
    }

    section.main-wrapper.baner-home-page-info {
        padding-top: 0px !important;
    }

    section.main-wrapper.home-quote {
        margin: 20px 0 0px !important;
        background: none;
    }

    .none-mobile {
        display: none;
    }

    #mibile-menu .navbar-toggle {
        float: right;
        right: 10px;
    }

    #mibile-menu .navbar .btn-navbar {
        margin: 13px -10px 0 0;
    }

    .mobile-m-app {
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        float: none;
        height: 400px;
    }

    .menu-box-left .mobile-m-app .fix-menu-mobile {
        display: block;
        position: relative;
        top: unset;
        width: 100%;
        margin-left: 10px;
        margin-top: 0px;
    }

    .menu-box-left {
        text-align: center;
    }

    .quick-access {
        margin-right: 0px;
        width: 43px;
        float: right;
    }

    section, .container-fluide, .footer-wrapper {
        padding: 0px 0px;
    }

    .cms-home .banner-slideshow > div {
        padding: 0;
    }

    .customer-account-login .page {
        padding-top: 0px;
    }

    .showhiderxform {
        width: 100%;
    }

    .tech-imh-mobile-GP {
        display: block;
        width: 320px;
        margin: 0 auto;
    }

    .tech-img-desc-GP{
        display: none;
    }

    .fon-tech-product-G .container {
        width: 350px;
    }

    .fon-tech-product-G {
        background-image: none;
        padding: 50px 0 20px;
        position: relative;
        margin-top: 90px;
        background: #000000;
    }

    .fon-tech-product-G div span {
        text-align: left;
        letter-spacing: -0.18px;
        line-height: 22px;
    }

    .tech-text-abs-1 {
        margin-top: 1px;
        margin-left: -85px;
    }

    .tech-text-abs-2 {
        margin-top: 76px;
        margin-left: -60px;
        width: 160px;
    }

    .tech-text-abs-3 {
        margin-top: 159px;
        margin-left: -32px;
    }

    .tech-text-abs-4 {
        margin-top: 241px;
        margin-left: 7px;
    }

    .tech-text-abs-5 {
        bottom: 215px;
        left: 172px;
        width: 119px;
    }

    .tech-text-abs-6 {
        bottom: 152px;
        left: 137px;
    }

    .tech-text-abs-7 {
        bottom: 65px;
        left: 114px;
    }

    .tech-text-abs-8 {
        bottom: 0px;
        right: 113px;
    }

    .title-tech-PG h4 {
        font-family: Akrobat-Bold;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
    }

    .col-xs-6.col-conf-1 {
        width: 350px;
        margin: 0 auto;
        float: none;
        background: #F6F6F6;
        border-bottom: 1px solid #979797;
        padding-bottom: 20px;
    }

    .product-scroll-static {
        width: 320px;
        margin: 0 auto;
        float: none;
        border: none;
    }

    .product-bottom-CF img {
        position: relative;
        width: 115px;
        display: block;
        margin: 22px auto 0;
    }

    .product-bottom-CF span.title-BP {
        font-family: Roboto-Bold;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0;
        line-height: 25px;
    }

    .product-bottom-CF span.desc-BP{
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        line-height: 25px;
    }

    .ec_addtocart button {
        max-width: 290px;
        width: 100%;
        height: 57px;
        text-transform: uppercase;
    }

    .left-block-img{
        width: 70px;
        float: right;
    }

    .ec_productname {
        font-family: Akrobat-Black;
        font-size: 37px;
        color: #444444;
        letter-spacing: 0;
        float: left;
        margin: 6px 0;
    }

    .ec_summary{
        clear: both;
        padding-top: 10px;
    }

    .ec_more_information_content {
        width: calc(100% - 100px);
    }

    .mobile-title-GP-last {
        margin: 10px 0 20px;
    }

    .mobile-title-GP-last span{
        font-family: Roboto-Bold;
        font-size: 20px;
        color: #444444;
        letter-spacing: 0;
    }

    .bottom-text-for-last-step p {
        font-size: 17px;
    }

    .upload-btn-hide {
        position: relative;
        z-index: 1;
        top: 0px;
        right: 0px;
        width: 231px;
        right: 0;
    }

    label.label-upload-file {
        width: 100%;
        position: relative;
    }

    .ec_upload_container .col-sd1{
        float: none;
        width: 100%;
    }

    .col-label-upl {
        float: none;
        width: 100%;
        position: relative;
    }

    .bottom-block-fourth .col-label-upl{
        padding: 0 10px;
    }

    .bottom-block-fourth .col-sd1 {
        float: none;
        width: 183px;
        margin-right: 25px;
        margin-bottom: 10px;
    }

    .bottom-block-fourth .upl-text-2 {
        font-size: 16px;
        padding-top: 10px;
    }

    .ec_brillenwerte_title {
        display: none;
    }

    .price-opt-left-con {
        float: left;
        width: 75px;
        text-align: right;
        padding-right: 3px;
    }

    label.r-conf-options span.radio-btn-opt-conf {
        width: 50px;
    }

    .img-opt-left-con {
        float: none;
        width: 70px;
        position: absolute;
    }

    .price-opt-left-con span {
        font-size: 14px;
    }

    .name-opt-left-con div.ec_option_name {
        font-size: 14px;
    }

    .name-opt-left-con div {
        font-size: 11px;
        line-height: 14px;
    }

    .secondblock_ec_container .options_it_first_L label {
        padding: 22px 0px 102px;
        position: relative;
    }

    .img-opt-left-con {
        float: none;
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: left;
        padding-left: 50px;
        height: 70px;
    }

    .ec_option_color_item label input:checked ~ img {
        display: none;
    }

    .options_it_first_L label.js-second-label.active {
        padding-bottom: 20px;
    }

    .js-second-label.active .name-opt-left-con {
        width: 190px;
    }

    .ec_options_colors_container {
        padding-left: 50px;
    }

    .secondblock_ec_container .name-opt-left-con {
        width: 190px;
    }

    .ec_options_colors:after{
        content: '';
        display: block;
        clear: both;
    }

    .ec_options_colors .ec_option_color_item{
        float: left;
        width: 33.3%;
    }

    .options_it_first_L .ec_option_color_item label {
        padding-bottom: 10px !important;
    }

    .ec_option_color_desc.s-op-sel {
        padding: 7px 10px;
    }

    .ec_option_color_desc {
        float: none;
        padding: 7px 10px;
    }

    .options_it_first_L .ec_option_color_item label {
        padding-bottom: 10px !important;
        text-align: center;
    }

    .active-color-Sg {
        margin-right: 27px;
        margin-left: 27px;
    }

    .third_ec_container .name-opt-left-con.non-img {
        width: 195px;
        padding-bottom: 0px;
    }

    .third_ec_container .name-opt-left-con {
        width: 195px;
        padding-bottom: 70px;
    }

    .third_ec_container .options_it_first_L {
        min-height: 76px;
        padding: 0px;
        height: auto;
    }

    .third_ec_container .img-opt-left-con{
        display: flex;
    }

    .third_ec_container .options_it_first_L label {
        position: relative;
    }

    .upl-text-2 {
        margin-bottom: 15px;
    }

    .col-sd2 {
        float: left;
        width: 139px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .top-lGS {
        width: 139px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .title-options-config-2 {
        width: 100%;
        float: none;
        position: absolute;
        bottom: 0;
    }

    .title-options-config-2 .ec_more_info_text {
        text-align: center;
    }

    .firstblock_ec_container, .secondblock_ec_container, .third_ec_container, .fourthblock_ec_container {
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 30px;
    }

    .secondblock_ec_container .ec_options {
        margin-bottom: 10px;
    }

    .title-options-config-1 {
        width: 100%;
        float: left;
        text-align: left;
        padding-top: 10px;
    }

    .third_ec_container .ec_options {
        margin-bottom: 10px;
    }

    .secondblock_ec_container .title-options-config-2, .third_ec_container .title-options-config-2{
        display: none;
    }

    .title-options-config-1 h3 {
        width: 90%;
        float: left;
    }

    .js_mobile_close-first {
        width: 10%;
        display: block;
        text-align: right;
        float: right;
        padding: 1px 3px;
        font-size: 30px;
        line-height: 24px;
        text-decoration: none;
    }

    .firstblock_ec_container.hActive, .secondblock_ec_container.hActive, .third_ec_container.hActive, .fourthblock_ec_container.hActive {
        margin-bottom: 0px;
        position: relative;
        padding-bottom: 0px;
    }

    .js_mobile_close-first:hover, .js_mobile_close-first:focus{
        cursor: pointer;
        text-decoration: none;
    }

    .fourthblock_ec_container.hActive  .ec_options, .fourthblock_ec_container.hActive .js_popup_button{
        display: none;
    }

    .customselect-opt select {
        padding-left: 25px;
        background-position: 5px 17px;
        background-size: 15px;
    }

}

@media only screen and (max-width: 740px) {

    .img-text-p-t .col-xs-5 {
        width: 50%;
    }

    .top-img-text-slider .img-slider-top img {
        max-width: 100px !important;
    }

    .position-text-slide p.h-sl {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .position-text-slide span.button-sl-link {
        margin-top: 15px;
    }

    .position-text-slide.text-ros-slid-0.blanimate {
        right: 0;
        margin-left: 70px;
    }
}

@media only screen and (max-width: 729px) {

    .rx-col-6 {
        width: 100%;
    }

    .rx-margin-left {
        margin-left: 0;
        margin-top: 20px;
    }

    .rx-img-m-left {
        margin-left: 4%;
    }

    .rex-img-6 {
        width: 48%;
        min-height: auto;
    }

    .rex-img-6 img{
        width: 100%;
    }
}

@media only screen and (max-width: 717px){
    .rx-f-t-procent {
        font-size: 37px;
    }

    .rx-img-full-screan img {
        width: 200px;
    }

    .rx-full-text {
        margin-top: 20px;
    }

    .rx-t-6 {
        width: 100%;
        margin-bottom: 15px;
    }

    .rx-t-margin-left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 700px) {

    .bottom-tech img {
        margin: 12px 11px 0;
        vertical-align: middle;
        max-width: 70px;
    }

    .instagram-f img {
        height: 37px;
        width: 33px;
    }

    .facebook-f img {
        height: 33px;
        width: 13px;
    }

    .yuotybe-f img {
        height: 32px;
        width: 43px;
    }

    .img-tech div {
        text-align: center;
        height: 300px;
    }
}

@media only screen and (max-width: 665px) {

    .tile-popup-m .title-text {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 0px;
    }

    .text-popup-fourth-block span, .text-popup-fourth-block p {
        font-size: 14px;
    }

    .name_f_pm {
        font-size: 20px;
    }

    .opt_m_popap_f .text-l-f-4 {
        font-size: 20px;
    }


}

@media only screen and (max-width: 638px){
    .rx-img-full-screan img {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 630px) {
    .block .block-content li.item {
        min-width: 5px;
    }

    .product-tabs li {
        min-height: 63px;
    }

    .position-text-slide {
        margin-top: -140px;
    }

    .position-text-slide {
        margin-top: -100px;
    }

}

@media only screen and (max-width: 620px){
    .rx-full-text {
        margin-top: 10px;
    }

    .rx-img-full-screan img {
        width: 150px;
    }
}

@media only screen and (max-width: 600px) {

    .first-td-style {
        float: left;
        width: 270px !important;
        margin: 0 auto;
    }

    td.product-name-adn-price {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
        padding-left: 30px;
        padding-top: 12px;
    }

    td.options-list-three {
        padding: 10px 30px;
        text-align: left !important;
    }

    td.options-list-three {
        width: 100%;
        margin-top: 5px;
    }

    .bottom-tech img {
        margin: 12px 11px 0;
        vertical-align: middle;
        max-width: 66px;
    }

    a.home-tech-button {
        width: 100%;
        float: none;
        position: relative;
        height: 32px;
        font-size: 14px;
        margin-top: 32px;
    }

    .bottom-tech div {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0;
    }

    .footer-container .footer ul.footer-ul-list {
        float: left;
        width: 135px;
        margin-left: 0px;
        text-align: left;
    }

    .bottom-tech {
        padding: 0 10px;
        margin: 0;
    }

    .position-text-slide {
        margin-top: -120px;
        width: 260px;
        top: 50%;
    }

    .position-text-slide.top-img-text-slider {
        top: 50%;
    }

    .position-text-slide.text-ros-slid-1.blanimate {
        left: 0;
        margin-left: 25px;
    }

    .position-text-slide.text-ros-slid-0.blanimate {
        left: 0;
        margin-left: 25px;
        width: 260px;
    }

    .top-img-text-slider .img-slider-top img {
        max-width: 60px !important;
    }

    .position-text-slide p.h-sl {
        font-size: 31px;
    }

    .position-text-slide p.t-sl {
        font-size: 12px;
    }

    .position-text-slide span.button-sl-link {
        font-size: 14px;
        max-width: 250px;
        height: 40px;
        padding: 10px 40px;

    }

    .nivo-prevNav {
        margin-left: 10px !important;
    }

    .nivo-nextNav {
        margin-right: 10px !important;
    }

    div.first-banner-home, div.second-banner-home {
        width: 100%;
        float: none;
        position: relative;
        padding: 0 0px;
        margin-bottom: 3px;
    }

    .design-slide-new .position-text-slide.text-ros-slid-2 {
        max-width: 300px;
    }

}

@media only screen and (max-width: 570px) {

    .banner-slideshow .table-visible-md-sm{
        display: none !important;
    }

    .banner-slideshow > div {
        padding: 0;
        max-height: 320px;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content iframe {
        width: 100% !important;
        height: 295px !important;
    }

    section.main-wrapper.home-video-block .main {
        padding: 20px 15px;
    }

    .home-text-block-content h2.text-h2-home {
        margin-top: 15px;
        font-size: 26px;
        padding-right: 18%;
        margin-bottom: 25px;
    }

    .home-text-block-content p {
        font-size: 13px;
    }

    .home-text-block-content a.home-video-button {
        width: 165px;
        height: 32px;
        bottom: 0;
        position: relative;
        margin-top: 21px;
        float: right;
        font-size: 14px;
        border-radius: 4px;
    }

    .home-text-block-content {
        float: none;
        width: 100%;
        height: 100%;
        min-height: 200px;
        position: relative;
        text-align: left;
    }

    .cycle-pager {
        display: none;
    }

    .unsere_technologien {
        font-size: 36px;
        font-family: "Akrobat";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
    }

    section.main-wrapper.baner-home-page-info {
        background-color: #444444;
        padding-top: 0px !important;
    }

    .block-tech h2 {
        margin-bottom: 30px;
    }

    .img-tech h3 {
        font-size: 24.67px;
        font-family: "Akrobat";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 1.946;
        text-align: center;
        -moz-transform: matrix(0.97442143727162, 0, 0, 0.97284392474186, 0, 0);
        -webkit-transform: matrix(0.97442143727162, 0, 0, 0.97284392474186, 0, 0);
        margin: 20px 0 40px;
    }

    .img-tech div {
        text-align: center;
        height: 322px;
    }

    .bottom-tech div {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        max-width: 335px;
        min-width: 160px;
    }

    section.main-wrapper.baner-home-page-info .main {
        padding: 30px 0 20px;
    }

    .bottom-tech img {
        margin: 12px 8px 0;
        vertical-align: middle;
        max-width: 57px;
    }

    a.home-tech-button {
        float: none;
        position: relative;
        height: 30px;
        font-size: 14px;
        margin-top: 29px;
        width: 160px;
        line-height: 2.1;
        border-radius: 5px;
    }

    .quote p {
        font-size: 20px;
        font-family: "RobotoSlabLight";
        color: rgb(68, 68, 68);
        line-height: 1.25;
        text-align: center;
    }

    section.main-wrapper.home-quote .main {
        padding: 0;
    }

    section.main-wrapper.home-quote {
        margin: 32px 0 30px !important;
        background: none;
    }

    .quote span {
        font-size: 14px;
        font-family: "RobotoSlabLight";
        /*font-family: "RobotoSlab";*/
        color: rgb(68, 68, 68);
        font-weight: bold;
        line-height: 2.286;
        text-align: right;
        margin: 0 20px 0 0;
    }

    .footer-information {
        padding: 0px 0;
        font-weight: normal;
        font-size: 13px;
        padding-bottom: 0;
    }

    .footer-wrapper .subscribe-content .form-subscribe-header {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0px auto 18px;
    }

    .block-subscribe {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .block-subscribe label {
        font-size: 22px;
        font-family: "Akrobat";
        color: rgb(68, 68, 68);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
    }

    .deine_email_adresse {

        position: absolute;
        left: 1138px;
        top: 3339px;
        width: 183px;
        height: 16px;
        z-index: 11;
    }

    .block-subscribe input.input-text {
        font-size: 22px;
        font-family: "Akrobat";
        color: rgb(170, 170, 170);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.091;
        text-align: center;
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }

    .subscribe-content .actions button.fot-s-b {
        width: 160px;
        float: none;
        text-align: center;
        margin: 0 auto;
        height: 30px;
        font-size: 16px;
        border-radius: 4px;
        line-height: 1.3;
    }

    .footer {
        border-top: none;
        padding: 0px 0;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .footer-container .footer ul.footer-ul-list {
        float: left;
        width: 135px;
        margin-left: 0px;
        text-align: left;
        margin-top: 0px;
    }

    .instagram-f img {
        height: 34px;
        width: 34px;
    }

    .fot-socials {
        float: right;
        margin-right: 0px;
        margin-top: 50px;
        display: flex;
    }

    .yuotybe-f img {
        height: 30px;
        width: 43px;
    }

    .facebook-f img {
        height: 33px;
        width: 16px;
    }

    .block-tech {
        padding-top: 30px;
    }

    .pgvisible-xs {
        display: none !important;
    }

    .mobile-baners {
        display: block !important;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #tv-inivoslider {
        height: 320px !important;
    }

    .rx-full-text {
        margin-top: 10px;
        width: 100%;
    }

    .rx-img-full-screan img {
        width: auto;
        max-width: 100%;
    }

}

@media only screen and (max-width: 535px) {

    .bottom-tech div {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        max-width: 335px;
        min-width: 160px;
    }

    .bottom-tech div.col-xs-9 {
        width: 65%;
    }

    .bottom-tech div.col-xs-3 {
        width: 35%;
    }

    .bottom-tech img {
        margin: 10px 6px 0;
        vertical-align: middle;
        max-width: 53px;
    }

    .img-tech h3 {
        font-size: 20px;
        margin: 20px 0 30px;
    }
    .firstblock_ec_container .ec_more_information_content .opt_m_popap_f .col-xs-4{
        text-align: center;
    }
    .firstblock_ec_container .ec_more_information_content .opt_m_popap_f .col-xs-4,
    .firstblock_ec_container .ec_more_information_content .opt_m_popap_f .col-xs-8{
        width: 100%;
    }

    .opt_m_popap_f .text-l-f-2 {
        font-size: 18px;
    }

    .img-popup-b-f4 {
        margin-bottom: 0;
    }

    .text-bottom-img {
        font-size: 12px;
    }

    .ec_more_information_content {
        width: calc(100% - 30px);
    }

    .ec_more_information_content {
        min-height: 200px;
        max-height: 560px;
        top: 9%;
        overflow-x: hidden;
    }

    .content-popup-m {
        padding: 50px 15px;
    }

    .img-text-p-t .col-xs-5 {
        width: 48%;
    }

}

@media only screen and (max-width: 500px) {

    .account-login {
        padding: 0 20px;
    }

    .options-list-three button.btn-fast-order {
        height: 60px;
        background-color: #cccccc;
        border: solid 2px #cccccc;
        font-size: 16px;
        font-family: "Roboto";
        color: rgb(68, 68, 68);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.313;
        text-align: center;
        padding: 10px;
        background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/fast-order-cart.png);
        background-repeat: no-repeat;
        background-position: 61px center;
        transition: 0.2s;
        clear: inherit;
        float: none;
        width: 100%;
    }

    .num_options_cont {
        width: 100%;
    }

    td.first-td-style {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        border-bottom: none !important;
        border-top: none !important;
        height: auto;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .product-name-adn-price input.input-text.qty {
        width: 100%;
    }

    .jarallax {
        min-height: 300px;
    }

    .bottom-tech div.col-xs-9 {
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 0 15px;
    }

    .bottom-tech div.col-xs-3 {
        width: 100%;
        margin-top: 30px;
        max-width: 100%;
        padding: 0 15px;
    }

    a.home-tech-button {
        float: none;
        position: relative;
        height: 50px;
        font-size: 22px;
        width: 100%;
        line-height: 2.1;
        border-radius: 5px;
        margin-top: 0;
    }

    .footer-wrapper .footer-container .footer a {
        font-size: 12px;
        font-family: "Akrobat";
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.667;
        text-align: left;
    }

    .footer-container .footer ul.footer-ul-list {
        float: left;
        width: 120px;
        margin-left: 0px;
        text-align: left;
        margin-top: 0px;
    }

    .instagram-f img {
        height: 22px;
        width: 32px;
    }

    .facebook-f img {
        height: 22px;
        width: 14px;
    }

    .yuotybe-f img {
        height: 22px;
        width: 43px;
    }

    div.featuredproduct {
        padding: 0 20px;
    }

    .bx-title h2 {
        font-size: 34px;
    }

    .featuredproduct1 .products-grid {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }

    .featuredproduct1 ul.products-grid li {
        width: 95%;
    }

    .bottom-tech div.col-xs-9 {
        margin-top: 0px;
    }

    .bottom-tech div.col-xs-3 {
        margin-bottom: 25px;
    }

    section.main-wrapper.home-quote {
        margin: 32px 0 30px !important;
        background: none;
    }

    h2.instagram-title {
        font-size: 26px;
        line-height: 1.333;
        margin-top: 25px;
    }

    .cms-home section.main-wrapper {
        margin-top: 0;
        padding-top: 0px !important;
        padding-bottom: 0;
    }

    .cms-home section.main-wrapper.home-product {
        padding-top: 10px !important;
    }

    section.main-wrapper.home-product .container-inner {
        margin-bottom: 50px;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content {
        width: 100% !important;
        height: 260px;
    }

    section.main-wrapper.home-video-block .home-content {
        height: 100%;
        min-height: 210px;
        height: 370px;
        padding-bottom: 10px;
        padding-top: 40px;
    }

    .jarallax {
        min-height: 320px;
    }

    .block-tech {
        padding-top: 0px;
    }

    .block-tech h2 {
        font-size: 24px;

    }

    .featuredproduct1 .products-grid {
        margin-bottom: 2px;
    }

    .cms-home section.main-wrapper.home-product div.container {
        padding: 0 0px;
        margin-left: -1px;
        margin-right: -1px;
    }

    .featuredproduct1 .products-grid .item {
        margin: 0 0px;
    }

    .featuredproduct1 ul.products-grid li {
        width: 100%;
    }

    section.main-wrapper.home-product .products-grid .box-images, section.main-wrapper.home-product .products-list .box-images {
        position: relative;
        overflow: hidden;
        margin-bottom: 0px;
        background: none;
    }

    .cms-home section.main-wrapper.home-product .products-grid > li {
        padding-left: 1px;
        padding-right: 1px;
    }

    .none-display-mobile-pr, .none-instagram-posts {
        display: none !important;
    }

    .pitanik-transparent {
        height: 160px;
    }

    .customer-account-login button.button-log-in {
        width: 100%;
    }

    .customer-account-login button.button-log-in span span {
        height: 50px;
        padding: 12px 0 !important;
    }

    .customer-account-login .forgot-pass-log-in {
        display: none;
    }

    .customer-account-login .forgot-pass-log-in.mobile-block {
        display: block;
        margin-top: 30px !important;
    }

    .customer-account-login .rigistration-in {
        display: block !important;
        margin: 20px 0 40px;
    }

    .rx-col-m-6 img.rx-m-t-b {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .rx-col-m-6 {
        width: 50%;
        margin: 15px 0;
    }

}

@media only screen and (max-width: 470px) {

    .img-tech div {
        text-align: center;
        height: 240px;
    }

    .quote p {
        font-size: 15px;
    }

    .footer-wrapper .footer-container .footer a {
        margin: 0px 5px;
    }

    .instagram-f img {
        height: 22px;
        width: 22px;
    }

    .yuotybe-f img {
        height: 22px;
        width: 33px;
    }

    .footer-container .footer ul.footer-ul-list {
        width: 103px;
    }

    .position-text-slide p.h-sl {
        font-size: 31px;
    }

    .nivo-prevNav, .nivo-nextNav {
        display: none !important;
    }

    .position-text-slide span.button-sl-link {
        font-size: 10px;
        max-width: 140px;
        height: 28px;
        padding: 5px 0px;
    }

}

@media only screen and (max-width: 410px) {

    section.main-wrapper.home-video-block .home-content {
        height: 100%;
        min-height: 210px;
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .img-tech h3 {
        font-size: 18px;
    }

    div#v-cookielaw a.v-button.v-more-information {
        width: 150px;
        margin-left: 20px;
    }

    div#v-cookielaw a.v-button.v-accept {
        width: 150px;
    }

    div#v-cookielaw.v-bar .v-actions {
        width: 100%;
    }

    .content-b-i .position-ab-text.left{
        padding-top: 50px;
    }

}

@media only screen and (max-width: 400px) {
    .menu-box-left {
        width: 100%;
    }

    .pitanik-transparent {
        height: 120px;
    }

    .position-text-slide p.h-sl {
        font-size: 31px;
    }

    .position-text-slide span.button-sl-link {
        font-size: 10px;
        max-width: 140px;
        height: 28px;
        padding: 5px 0px;
    }

}

@media only screen and (max-width: 400px) {
    .title_prod_w .block-title {
        width: 100%;
        margin: 10px 0;
    }

    .block .block-content li.item {
        height: auto;
        padding: 0;
        margin-left: 5px;
        margin-right: 5px;
    }

    #wear-with button.button {
        margin-bottom: 57px;
    }

    .catalogsearch-result-index .products-grid li.col-md-3 {
        width: 100%;
        display: inline-block;
        float: left;
        vertical-align: top;
    }

    .images-fottet-400 {
        display: block;
        margin-top: 15px;
    }

    .col-400-d-none {
        display: none;
    }

    .fot-socials {
        float: right;
        margin-right: 0px;
        margin-top: 0px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer-wrapper .footer-container .footer a {
        margin: 0px 5px;
        text-align: center;
        display: inline;
        float: none;
    }

    .footer-container .footer ul.footer-ul-list {
        width: 50%;
    }

    .div-400-full-width {
        width: 100%;
        margin-top: 50px;
    }

    .footer-wrapper .footer-container .footer a {
        font-size: 15px;
    }

    .footer {
        border-top: none;
        padding: 0px 0;
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .footer-wrapper .subscribe-content .actions {
        width: 100%;
        padding: 0 15px;
        float: none;
        margin-left: 0;
        text-align: center;
        margin: 30px 0 50px;
    }

    .subscribe-content .actions button.fot-s-b {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
        height: 50px;
        font-size: 22px;
        border-radius: 9px;
        line-height: 1.3;
    }

    .block-subscribe input.input-text {
        width: 100%;
        max-width: 100%;
    }

    .footer-wrapper .subscribe-content .form-subscribe-header {
        margin: 0px auto 20px;
    }

    section.main-wrapper.home-quote {
        margin: 32px 0 30px !important;
        background: none;
    }

    h2.instagram-title {
        font-size: 26px;
        line-height: 1.333;
        margin-top: 25px;
    }

    .footer-wrapper .subscribe-content .input-box {
        padding: 0 15px;
    }

    .quote p {
        font-size: 24px;
        margin: 0 20px;
    }

    section.main-wrapper.baner-home-page-info .main {
        padding: 30px 0 30px;
    }

    .img-tech div {
        text-align: center;
        height: 166px;
        margin-bottom: 15px;
    }

    .bottom-tech div.col-xs-9 {
        margin-top: 0px;
    }

    .bottom-tech div.col-xs-3 {
        margin-bottom: 25px;
    }

    .bottom-tech div.col-xs-3 {
        padding: 0 25px;
    }

    .img-tech {
        padding: 0 10px;
        margin: 0;
    }

    .img-tech h3 {
        font-size: 14px;
    }

    .home-text-block-content a.home-video-button {
        width: 100%;
        height: 50px;
        bottom: 0;
        position: relative;
        margin-top: 30px;
        float: none;
        font-size: 19px;
        border-radius: 9px;
    }

    section.main-wrapper.home-video-block .main {
        padding: 0px 0 20px;
    }

    .home-video-block div.container {
        padding: 0px;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content iframe {
        width: 100% !important;
        height: 190px !important;
    }

    .home-text-block-content {
        float: none;
        width: 100%;
        height: 100%;
        min-height: 200px;
        position: relative;
        text-align: left;
        padding: 0 30px;
    }

    .home-text-block-content h2.text-h2-home {
        margin-top: 30px;
    }

    .cms-home section.main-wrapper {
        margin-top: 0;
        padding-top: 0px !important;
        padding-bottom: 0;
    }

    .cms-home section.main-wrapper.home-product {
        padding-top: 10px !important;
    }

    section.main-wrapper.home-product .container-inner {
        margin-bottom: 50px;
    }

    section.main-wrapper.home-video-block .home-content .home-video-block-content {
        width: 100% !important;
        height: 260px;
    }

    section.main-wrapper.home-video-block .home-content {
        height: 100%;
        min-height: 210px;
        height: 260px;
        padding-bottom: 10px;
        padding-top: 40px;
    }

    .jarallax {
        min-height: 320px;
    }

    .block-tech {
        padding-top: 0px;
    }

    .block-tech h2 {
        font-size: 24px;

    }

    .images-fottet-400 .fot-socials a {
        margin: 0 12px !important;
    }

    .featuredproduct1 .products-grid {
        margin-bottom: 2px;
    }

    .cms-home section.main-wrapper.home-product div.container {
        padding: 0 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .featuredproduct1 .products-grid .item {
        margin: 0 0px;
    }

    .featuredproduct1 ul.products-grid li {
        width: 100%;
    }

    section.main-wrapper.home-product .products-grid .box-images, section.main-wrapper.home-product .products-list .box-images {
        position: relative;
        overflow: hidden;
        margin-bottom: 0px;
        background: none;
    }

    .cms-home section.main-wrapper.home-product .products-grid > li {
        padding-left: 1px;
        padding-right: 1px;
    }

}

.product-view .add-to-box {
    margin: 0;
    padding: 0;
}

.customer_category_menu {
    display: none;
    position: fixed;
    top: 75px;
    height: 300px;
    width: 700px;
    right: 13%;
    /* left: 50%; */
    margin-left: -200px;
    background: #ffffff;
}



@media(max-width:992px) {
    #popup-newsletter {
        overflow: hidden;
        background: #333333;
        position: relative;
        width: 100% !important;
        max-width: 500px;
    }

    .fancybox-close {
        position: absolute;
        top: -11px;
        right: -9px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
    }


}


@media(max-width:450px) {
    #popup-newsletter-validate-detail .input-box {
        text-align: center;
        padding: 0 30px;
    }

    #popup-newsletter-validate-detail .input-box input {
        border: solid 2px #000;
        border-radius: 39px;
        height: 50px;
        width: 100% !important;
        text-align: center;
        font-size: 13px !important;
        color: #000;
    }

    #popup-newsletter-validate-detail .input-box button {
        border: solid 2px #000;
        background: #000000;
        border-radius: 39px;
        height: 50px;
        width: 100% !important;
        text-align: center;
        font-size: 12px !important;
        color: #fff;
        margin-top: 20px;
    }

    #popup-newsletter button span span {
        background: none !important;
        font-size: 15px !important;
    }

    .fancybox-opened {
        z-index: 99999 !important;
        margin-top: 30px !important;
    }

    div.block-title.title-h1 h1 {
        color: #000000;
        font-size: 24px !important;
        margin: 34px 0 10px;
        text-align: center;
        font-weight: bold;
    }

    .form-subscribe-header .text1 {
        text-align: center;
        font-size: 13px !important;
        padding: 0 30px;
        color: #000;
    }
    .wrap-dropdown {
         left: -37px;
    }
    .lengv {
        height: 11px;
        width: 30px;
        background-repeat: no-repeat;
        margin-top: 8px !important;
        display: none;
    }
    .menu-box-left .lengv {
        height: 18px;
        width: 27px;
        background-repeat: no-repeat;
        margin-top: 5px !important;
        display: none;
    }
    .menu-none-fixed .wrap-dropdown {
         top: 51px;
    }
    .fancybox-outer, .fancybox-inner {
        position: relative;
        height: 600px !important;
    }

    #popup-newsletter {
        height: 600px !important;
    }
}

ul.cat_menu_cus li.item{
    float: left;
    width: 33%;
}
ul.cat_menu_cus li.item a{
    text-align: left;
}

ul.menu-left-list{
    padding: 0 20px;
}

ul.menu-left-list li{
    text-align: left;
}

.fancybox-lock .fancybox-overlay {
    z-index: 99999;
}

#popup-newsletter {
    background: #fff !important;
}

div.block-title.title-h1 h1 {
    color: #000000;
    font-size: 32px;
    margin: 34px 0 10px;
    text-align: center;
    font-weight: bold;
}

.form-subscribe-header .text1 {
    text-align: center;
    font-size: 14px;
    padding: 0 80px;
    color: #000;
}

#popup-newsletter-validate-detail .input-box{
    text-align: center;
}

#popup-newsletter-validate-detail .input-box input {
    border: solid 2px #000;
    border-radius: 39px;
    height: 50px;
    width: 320px;
    text-align: center;
    font-size: 17px;
    color: #000;
}

#popup-newsletter-validate-detail .input-box button {
    border: solid 2px #000;
    background: #000000;
    border-radius: 39px;
    height: 50px;
    width: 320px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
}

#popup-newsletter button span span {
    background: none !important;
    font-size: 20px;
}

.content-footer p {
    margin-top: 28px;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.content-footer p a{
    text-decoration: underline;
}

.fancybox-close {
    z-index: 99999999 !important;
}

.fancybox-lock .fancybox-overlay {
    z-index: 9999999;
}

.fancybox-opened {
    z-index: 8030;
    transform: translateZ(100px); /* added */
    margin-top: 80px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.ridejohndoe.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0a263c;
    line-height: 1.35;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-stories .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-stories .menu-categories UL LI {
    margin-left: 10px;
}

.block-stories .menu-recent UL LI {
    margin-left: 10px;
}

.block-stories .menu-recent UL LI a, .block-stories .menu-categories UL LI a, .block-stories .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-stories .head h4 {
    padding-left: 20px;
}

.block-stories .block-title strong {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/aw_stories/images/icon_stories.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-stories-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-stories .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awstories_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/*----DEFAULT COLUMNS STYLES FOR CONTENT TYPES----*/
.ct-clear {
    clear: both;
}
.ct-column-top {
    margin-bottom: 1em;
}
.ct-column-bottom {
    margin-top: 1em;
}
.ct-column-middle {
    margin-bottom: 1em;
    margin-top: 1em;
}
.ct-column-main-left-50 {
    width: 49%;
    float: left;
}
.ct-column-main-right-50 {
    width: 49%;
    float: right;
}
.ct-column-main-left-25 {
    width: 25%;
    float: left;    
}
.ct-column-main-center-50 {
    width: 48%;
    margin: 0 1%;
    float: left;    
}
.ct-column-main-right-25 {
    width: 25%;
    float: right;    
}
.ct-column-main-left-33 {
    width: 32%;
    float: left;    
}
.ct-column-main-center-33 {
    width: 32%;
    margin: 0 2%;
    float: left;    
}
.ct-column-main-right-33 {
    width: 32%;
    float: right;    
}
.block-ct-filter-content {
    padding: 5px 10px;
}
#contenttype-results-filter-list li a {
    display: inline-block;
    padding-left: 16px;
    background: url(https://www.ridejohndoe.com/skin/frontend/base/default/images/blackbird/acm/cb1.gif) no-repeat left center;
}

#contenttype-results-filter-list li.item-active a {
    background: url(https://www.ridejohndoe.com/skin/frontend/base/default/images/blackbird/acm/cb2.gif) no-repeat left center;
}



/*----DEFAULT COLUMNS STYLES FOR CONTENT LIST----*/
.cl-clear {
    clear: both;
}
.cl-column-top {
    margin-bottom: 1em;
}
.cl-column-bottom {
    margin-top: 1em;
    border-bottom:1px solid;
}
.cl-column-middle {
    margin-bottom: 1em;
    margin-top: 1em;
}
.cl-column-main-left-50 {
    width: 49%;
    float: left;
}
.cl-column-main-right-50 {
    width: 49%;
    float: right;
}
.cl-column-main-left-25 {
    width: 25%;
    float: left;    
}
.cl-column-main-center-50 {
    width: 48%;
    margin: 0 1%;
    float: left;    
}
.cl-column-main-right-25 {
    width: 25%;
    float: right;    
}
.cl-column-main-left-33 {
    width: 32%;
    float: left;    
}
.cl-column-main-center-33 {
    width: 32%;
    margin: 0 2%;
    float: left;    
}
.cl-column-main-right-33 {
    width: 32%;
    float: right;    
}

h3 a {
    color: #0A263C;
    float: right;
    font-size: 13px;
}
.event_social_wdgt{
}
.twitter-share-button{
  width: 80px !important;
  height:50px !important;
}

#example-2 .inner .noclass{
    
    
}
.eventlist-item a.underline{ text-decoration:underline;  color: #000;    font-size: 1.2em;}
.fme-events_land{
    /*width: 800px;*/
}
.fme-events_land ul.products-grid{
   /* width:480px !important;*/
}
.opentip .header{
     margin: 0 auto;
    padding: none;
    position: none;
    text-align: none;
    width: auto;
    z-index: none;
}
.event-sblock{
        border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}
.event-sblock .block-title strong {
    background-image: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/i_block-list.gif");
    background-position: 0 1px;
    background-repeat: no-repeat;
}
.event-sblock .block-title span{
     margin-left: 21px;
    color: #E26703;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.mapThis{ color: rgb(0, 0, 0); font-size: 1.4em; margin-bottom: 35px; display: block; }
.event-sblock .block-title{
     background: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}
.event-sblock .block-content{
    padding: 10px;
    background: none repeat scroll 0 0 #F8F7F5;
}
.event-contents{
	 margin-top: 81px;
    width: auto;
    min-width: 400px;
}

.calendar-day {}

.calendar-day a { color:#FFF; font-weight:bold; text-decoration:none; }

td.calendar-day { height:120px; }


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 458px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
}
.searchautocomplete .sprite {
  background: url('https://www.ridejohndoe.com/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('https://www.ridejohndoe.com/skin/frontend/base/default/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 340px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('https://www.ridejohndoe.com/skin/frontend/base/default/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  right: 48px;
  top: 42px;
  width: 318px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 10px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wrapper_inboxCart {
    position: fixed;
    width: 320px;
    height: auto;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    opacity: 1;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -120px;
    display: block;
    padding: 0;
}
#product_info_box { /* display: none; */}

.wrapper_inboxCart p.info {
    color: #262626;
    font-size: 13px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 12px 10px;
    text-align: center;
    margin: 0;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.51);
    }
.header-cart-mini .cart-mini-title {
    width: 20px;
    height: 50px;
}

/* top cart  */

.header-cart-mini .top-cart-content {
    width:270px;
    position: absolute;
    top: 50px;
    right: 0;
    border: 1px solid #eee;
    background:#fff;
    padding: 15px;
    text-align: left;
    display: none;
    overflow: visible !important;
}
.header-cart-mini:hover .top-cart-content {
    
}

.top-subtotal {
    margin: 15px 0 0;
    font-size: 14px;
    border-top: 1px solid #eee;
    clear: both;
    padding: 10px 0 0;
    text-align: left;
    color: #666;
}
.top-cart-content li.item{ float:left; width:100%; margin:0 0 10px; }
.top-cart-content .product-details { position:relative; color: #ababab;}
.top-cart-content .product-details strong { font-weight: normal;}
.top-cart-content .product-details .btn-remove{ position:absolute; right: 0;top: 0; }
.top-cart-content .product-details .btn-edit{ position:absolute; right: 10px;top: 0; }

.top-cart-content .actions {
    padding: 0;
    margin:10px 0 0;
    text-align: center;
}
.top-cart-content .actions .view-cart { margin-right: 15px;}
.top-cart-contain .product-details .price {width: auto;font-size: 15px;font-weight: bold;}
.top-subtotal span{ font-weight: bold; font-size: 13px; float: right; color: #e24545;} 

.postWrapper {
    margin-bottom: 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.postTitle {
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color:#666;
}

.postTitle h3 {
    font-size: 11px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    color: #888;
    font-weight: normal;
}
.blog-index-list .sorter .sort-by { margin: 0;}
.postTitle a { color: #666;}

.postTitle a:hover {
    text-decoration: underline;
}
.postContent {
    padding-bottom: 10px;
}
.postContent a.aw-blog-read-more { padding: 5px 10px; border: 1px solid #eee;}
.postDetails { }

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 0;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}
.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {

}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0 0 15px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
nav {
    position: relative;
    z-index: 1000;
}
.nav_megamenu {
    position:relative;
    font-size: 13px;
    margin: 0 auto;
    padding: 0 ;
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #efeff0;
    
}
.nav_megamenu div.megamenu  {
    float: left;
}
.nav_megamenu div.megamenu .level-top { position: relative; }
.nav_megamenu div.megamenu .hot {
  display: none;
  position: absolute;
  top: -15px;
  right: 10px;
  background: #e24545;
  padding: 0 8px;
  height: 16px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.nav_megamenu div.megamenu .new {
  display: none;
  position: absolute;
  top: -15px;
  right: 10px;
  background: #333;
  padding: 0 6px;
  height: 16px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.nav_megamenu div.megamenu:hover .level-top .new,
.nav_megamenu div.megamenu:hover .level-top .hot,
.nav_megamenu div.megamenu.active .level-top .new,
.nav_megamenu div.megamenu.active .level-top .hot {
  top: -10px;
}
.fix-nav div.megamenu .hot,
.fix-nav div.megamenu .new { top: 0;}

.nav_megamenu div.megamenu .new:before,
.nav_megamenu div.megamenu .hot:before{
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  left: calc(50% - 10px);
  bottom: -5px;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}
.nav_megamenu div.megamenu .hot:before {
  border-color: #e24545 transparent transparent transparent;
}
.nav_megamenu #megamenu_extra { }

.nav_megamenu div.megamenu .level-top a,
.nav_megamenu div.megamenu .level-top span.block-title, a.buy-theme {
    padding: 8px 15px;
    text-decoration: none;
    display:block;
    line-height: 32px;
    color: #444;
    border: none;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px; 
    font-weight: normal;
    letter-spacing: 1px;
}
.nav_megamenu div.megamenu .level-top a:first-child{ padding-left:0; }
a.buy-theme {position: absolute; right: 0; padding: 0;text-decoration:underline;top: 8px;}
a.buy-theme:hover {color: #e24545;}
.nav_megamenu #megamenu_home .level-top a{padding-left:0}
@media  (max-width: 1200px) {
   .nav_megamenu div.megamenu .level-top a,
    .nav_megamenu div.megamenu .level-top span.block-title, a.buy-theme  { font-size: 13px;}
}
.nav_megamenu div.megamenu .level-top a > .fa,
.nav_megamenu div.megamenu .level-top span.block-title > .fa {
    margin-left: 10px;
    font-size: 13px;
    color: #aaa;
}
.nav_megamenu div.megamenu.active .level-top a,
.nav_megamenu div.megamenu.act .level-top a,
.nav_megamenu div.megamenu.active .level-top span.block-title,
.nav_megamenu div.megamenu .level-top a:hover,
.nav_megamenu div.megamenu .level-top span.block-title:hover,
.nav_megamenu #megamenu_link ul li a:hover {color: #e75850;}


.nav_megamenu div.megamenu.megamenu_no_child .level-top a >.fa { display: none;}
.nav_megamenu div.megamenu div.dropdown {
    position:absolute;
    background-color:#fff;
    text-align:left;
    margin: 0;
    z-index: 9;
    top: 48px;
    border: 1px solid #efefef;
    margin-left: -1px;
    width: 1085px;
    display: none;
}

.nav_megamenu div.megamenu:hover div.dropdown {
    display: block;
}
.nav_megamenu div.dropdown a {
    display:block;
    line-height: 25px;
}

.nav_megamenu .itemMenu h4.level1,
.nav_megamenu .itemMenu a.level1{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    color: #333; 
}
.nav_megamenu .itemMenu h4.level1:hover,
.nav_megamenu .itemMenu a.level1:hover {
  text-decoration: underline;
}
.nav_megamenu .itemMenu h4.level1 > span,
.nav_megamenu .itemMenu a.level1 > span {
  padding: 0 30px 5px 0;
}

.nav_megamenu .itemSubMenu h4.level2,
.nav_megamenu .itemSubMenu a.level2,
.nav_megamenu .itemSubMenu h4.level3,
.nav_megamenu .itemSubMenu a.level3,
.nav_megamenu .itemMenu a.level1.nochild{
    color: #666;
    font-weight: normal;
    font-size: 13px;
}
.nav_megamenu .itemSubMenu a.level2:hover,
.nav_megamenu .itemMenu a.level1.nochild:hover{
    
}
.nav_megamenu div.dropdown a.actParent {
    
}
.nav_megamenu div.dropdown a.act {
    
}
.nav_megamenu div.column {
    float:left;
    width: 170px; /* column width */
    margin-right: 10px;
    padding-right: 5px;
}

.nav_megamenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
.nav_megamenu div.itemSubMenu {
  padding-top: 5px;
  margin-bottom: 15px;
}
.nav_megamenu .block2{
    float: left;
    padding-bottom: 25px;
}
.nav_megamenu div.dropdown .block1{
    overflow: hidden;
    float: left;
    
}
.nav_megamenu div.dropdown .block1 .block-contain {
    padding: 25px;
}
.nav_megamenu div.dropdown .block1 .column{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.nav_megamenu div.dropdown .blockright img{
    max-width: 100%;
}
.nav_megamenu div.dropdown .blockright { float: right; width: 300px;}
.block-menu { position: relative;}
.block-menu .des { padding: 15px 30px; background: rgba(255, 255, 255, 0.9); position: absolute; bottom: 30px; left: 0; text-align: center;}
.block-menu:hover .des { bottom: 40px; }
.block-menu .des h4 { font-size: 26px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; margin: 0;}
.block-menu .des h4 span { color: #e24545;}
.block-menu .des span.text { display: block; font-size: 13px; letter-spacing: 2px;;}

.block-menu2 .des { text-align: left; bottom: 40px; padding: 10px 20px;}
.block-menu2:hover .des { bottom: 30px;}

.nav_megamenu div.megamenu .level-top p{
    margin: 0;
    padding: 0;
}
.nav_megamenu #megamenu_link {
    padding: 0;
}
.nav_megamenu #megamenu_link p a { float: left; }
.nav_megamenu #megamenu_link .level-top ul li{
    float: left;
    list-style: none;
}
.nav_megamenu #megamenu_link .level-top ul li a{
    float: left;
    padding: 0 10px;
    display: block;
}
.nav_megamenu .clearBoth {
    clear:both;
}

.navbar { border-radius: 0; margin: 0; z-index: 99; border: none; }
#navbar-inner.navbar-inactive .mobilemenu { display: none;}
#navbar-inner.navbar-active .mobilemenu { display: block; }

.nav-collapse {
    text-align: left;
}
.navbar .nav > li {
    padding: 10px 30px 20px 0;
}
#nav-mobilemenu {
    height: auto;
    display: none;
    float: left;
    width: 100%;
    margin:0;
}
.nav-collapse, .nav-collapse.collapse {

}
.navbar-inner {
    background:#fff;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
    
}
.menu-mobile {

}
.navbar .btn-navbar {
    margin: 10px -10px 0 0;
    border: 0 !important;
    box-shadow: none !important;
    background: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/megamenu/images/bg-menu-mobile.png") no-repeat 50% 50%;
    transition: 0.4s;
}
/*.navbar .btn-navbar:hover {background:url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/megamenu/images/bg-menu-mobile.png") no-repeat 50% 50% !important;  }*/
.navbar .btn-navbar .icon-bar {
    box-shadow:none !important;
    border-radius:0 !important;
    background-color:inherit !important;
}
.mobilemenu>li.last a {
     
}
.navbar .brand {
    color: #333;
    text-transform: capitalize;
    height: auto;
    line-height: 20px;
    text-shadow: none;
    font-size: 19px; 
    padding: 15px 0;
}
.mobilemenu {
  list-style-type: none;
  padding: 0;
    margin: 0;

}
.collapse.in {

}
.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
    background: #fff;
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.mobilemenu li.level0.last {
   
}
.mobilemenu li.active>a {
  
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  border-bottom: 1px solid #e0d8d8;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #666;
  margin: 0;
  display: block;
  text-transform: capitalize;
  cursor: pointer;
     
}
.mobilemenu li.blog a { border: none;}

.mobilemenu ul a {
  color: #262626;
}

.mobilemenu a:hover {
    text-decoration: underline;
}


.mobilemenu li.parent>a {
  /*background: url('https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/megamenu/images/open.gif') no-repeat center right;*/
}

.mobilemenu li ul li {
    font-size: 0.9em;
}
.mobilemenu li.active>ul {

}

.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 8px;
  right: 3px;
}
.mobilemenu span.head a { 
  background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/megamenu/images/menu_down.png) no-repeat 50% 50%;
  color:#333333;
  display:block;
  height:15px;
  padding:0;
  width:15px;
  border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active>span.head a {
  background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/megamenu/images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/themevast/megamenu/images/menu_up.png) no-repeat 50% 50%;
}
/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 4px 10px; text-align: left; width:66%; float:left;}
#v-cookielaw .v-actions { }
#v-cookielaw .v-button {
    /*background-color: #ececec;*/
    /*background-image: linear-gradient(#f4f4f4, #ececec);*/
    /*border: 1px solid #d4d4d4;*/
    /*color: #222;*/
    /*display: inline-block;*/
    /*padding: 1px 5px;*/
    /*text-decoration: none;*/
    /*text-shadow: 1px 1px 0 #fff;*/
}
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
/*#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }*/
/*#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }*/

#v-cookielaw.v-bar { display: table; width: 100%; padding: 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 33%; float:right; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top {
    border-bottom: 1px solid #000;
    bottom: 0;
    position: fixed;
    z-index: 99999; padding: 11px 3px;
}
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 960px) {
	#v-cookielaw .v-message { width:55%; float:left;}
	#v-cookielaw.v-bar .v-actions { width: 44%; float:right;  }
	#v-cookielaw.v-bar .v-actions .v-button.v-accept { margin-bottom:20px; }
}
@media (max-width: 480px) {
	
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
	
	#v-cookielaw.v-bar .v-actions,#v-cookielaw .v-message { width:100%; float:none;   display: block !important; text-align: center;}
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important;  }
#v-cookielaw.v-dark-clean .v-button {
    background: #fff none repeat scroll 0 0;
    color: #000; border: medium none;
    font-size: 11px;
    margin-left: 10px;
    padding: 4px 15px;
    text-shadow: none;
    text-transform: uppercase;
} 
#v-cookielaw.v-dark-clean .v-button:hover, #v-cookielaw.v-dark-clean .v-button:focus {
    /*background-color: #cc0000;*/
    /*border: medium none;*/
    /*color: #fff;*/
}
/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

.ridecatcontainer {
    text-align: center;
}

.ridecatcontainer .rideitem {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

@font-face {
    font-family: "Akrobat-Bold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Bold.otf);
}

@font-face {
    font-family: "Akrobat-Black";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Black.otf);
}

@font-face {
    font-family: "Akrobat-Regular";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Regular.otf);
}

@font-face {
    font-family: "Acrobat-ExtraBold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-ExtraBold.otf);
}

@font-face {
    font-family: "Acrobat-ExtraLight";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-ExtraLight.otf);
}

@font-face {
    font-family: "RobotoSlabRegular";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: "RobotoSlabBold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/RobotoSlab-Bold.ttf);
}

@font-face {
    font-family: "RobotoSlabLight";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/RobotoSlab-Light.ttf);
}

@font-face {
    font-family: "Akrobat-ExtraBold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-ExtraBold.otf);
}

@font-face {
    font-family: "Akrobat-Light";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-Light.otf);
}

@font-face {
    font-family: "Akrobat-ExtraLight";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Akrobat-ExtraLight.otf);
}

@font-face {
    font-family: "Roboto-Black";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: "Roboto-Bold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: "RobotoBold";
    src: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/rid-fonts/Roboto-Bold.ttf);
}

.ridecatcontainer .rideitem a span {
    border: 20px solid #888888;
    transition: all 0.25s;
}

.ridecatcontainer .rideitem a:hover span {
    border-color: #444444;
    transition: ball 0.25s;
}

.ridecatcontainer .rideitem a img {
    opacity: 0.85;
    transition: opacity 0.25s;
}

.ridecatcontainer .rideitem a:hover img {
    opacity: 1;
    transition: opacity 0.25s;
}

.ridecatcontainer .rideitem a span, .ridecatcontainer .rideitem a img {
    display: inline-block;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.ridecatcontainer .rideitem a span {
    border-radius: 50%;
}

.catalog-category-view section.main-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;

}

.breadcrumbsnew {
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "Roboto";
}

.category-products .regular-price .price {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    color: rgb(68, 68, 68);
}

.breadcrumbsnew div.itembc {
    background: #444444;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 20px;
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 5px 8px;

}

.breadcrumbsnew div.itembc a {
    color: #fff;
}

.category-title {
    display: none;
}

.products-grid .item {
    background: #fff;
    margin-bottom: 30px;
}

.products-grid .product-shop {
    /*display: none;*/
    background: #eee;
    padding-top: 7px;
    height: 67px;
}

.products-grid .box-images, .products-list .box-images {
    margin-bottom: 0px;
}

.category-products .toolbar-bottom .sorter {
    text-align: center;
}

.category-products .toolbar-bottom .sorter .pager .pages > strong {
    display: none;
}

.category-products .toolbar-bottom .sorter .pager {
    display: inline-block;
    float: none !important;
}

.category-products .toolbar-bottom .sort-by,
.category-products .toolbar-bottom .limiter {
    display: none;
}

.catalog-category-view .footer-information {
    display: none;
}

.breadcrumbsnew div.itembc i {
    display: none;
}

.breadcrumbsnew div.itembc {
    margin-right: 0;
    font-size: 18px;
    font-family: "Akrobat-Regular";
    color: rgb(68, 68, 68);
    line-height: 1.333;
    text-align: left;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    background: inherit;
}

.breadcrumbsnewi {
    display: none;
    font-family: "Akrobat-Regular";
    font-size: 18px;
}

.breadcrumbsnewi {
    display: block;
    float: left;
    line-height: 1.3;
    padding: 5px 0;
}

.breadcrumbsnew div.itembc a {
    color: rgb(68, 68, 68);
}

.catalog-product-view .mnavig {
    width: 100px;
}

.catalog-product-view .mnavigmobile {
    display: none;
}

.catalog-product-view #SlickPhotoswipGallery {
    width: calc(100% - 100px);
}

.product-view .product-shop .product-name h1 {
    font-size: 36px;
    font-family: "Akrobat-ExtraBold";
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
}

.catalog-product-view .product-view .product-shop .price-box .price {
    font-size: 36px;
    font-family: "Akrobat-Light";
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    line-height: 0.7;
}

.product-view .product-shop .price-box {
    margin-top: 15px;
    margin-right: 10px;
}

.product-view .product-shop .tax-details {
    visibility: visible;
    margin-top: 30px !important;
    margin-left: 0;
}

.product-view .product-shop span.fa-info-circle {
    display: none !important;
}

.passItem {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.25s;
    margin-top: 10px;
}

.passItem:hover {
    opacity: 1;
    transition: opacity 0.25s;
}

.passformitemtext {
    border: 10px solid #373737;
}

.technologies a:hover {
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.25s;
}

.technologies a {
    opacity: 0.85;
    transition: opacity 0.25s;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
}

.technologies a img {
    height: 75px;
}

.tehnologytile {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.7;
    text-align: left;
    margin-top: 30px;
    margin-bottom: -5px;
}

.product-shop br {
    display: none;
}

.block-associate .default img {
    /*transform: scale(1);*/
}

.block-associate img {
    border-radius: 5px;
}

.product-view .mini-products-list li {
    margin-left: 25px;
}

.product-view .table-size {
    display: none;
}

.newSizeBlockr > div {
    display: inline-block;
}

.product-sku {
    display: none;
}

.asaasttt {
    font-size: 10pt;
    font-family: "Roboto-Bold";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.7;
    text-align: left;
}
.technologiesName{
    font-size: 11px;
    text-align: center;
}
.technologies a:hover{
    opacity: 1;
    transition: all 0.2s;
}
.technologies a{
    opacity: 0.8;
    transition: all 0.2s;
}
.custaddtocart > div {
    display: inline-block;
    margin-bottom: 10pt;
}

.boxattribute_size {
    position: relative;
    width: 170px;
    margin-right: 20px;
}

.custqtyblock {
    position: relative;
    width: 70px;
}

div.sizeattrblock {
    display: none;
}

.assaqqwe .delivery-time-details > * {
    font-size: 0;
}

.assaqqwe .delivery-time-details {
    line-height: 50px;
    font-size: 0;
}

.assaqqwe .delivery-time-details span {
    display: inline !important;
    font-size: 14px;
}

.product-view button.btn-cart span, .product-view button.btn-cart span span {
    background: red;
    color: #fff;
    border: none;
}

.product-view button.btn-cart:hover {
    opacity: 0.65;
    transition: opacity 0.25s;
}

.product-view button.btn-cart.wishlist span,
.product-view button.btn-cart.wishlist span span,
.product-view button.wishlist.btn-cart span i {
    background: #888888;
    color: #fff;
}

button.wishlist.btn-cart:hover span span i {
    color: #fff;
}

button.wishlist.btn-cart span span i {
    margin-left: -20px;
    position: RELATIVE;
    MARGIN-RIGHT: 7PX
}

.product-view .product-shop .tax-details {
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(136, 136, 136);
}

.assaqqwe .delivery-time-details span {
    font-size: 20px;
    font-family: "Roboto";
    line-height: 1;
    text-align: left;
    text-transform: none;
}

.product-view button.btn-cart.wishlist {
    width: 170px;
    background: #888888;
}

.catalog-product-view .mini-products-list li:first-child {
    margin-left: 25px;
}

.associate-content {
    margin-top: 0;
}

.mini-products-list {
    margin-left: -15px;
}

body.catalog-product-view .main-container > .main {
    padding-bottom: 0;
}

.product-view button.btn-cart {
    transition: opacity 0.25s;
    cursor: pointer;
    margin-top: 20px;
    width: 263px;
    background: red;
    border-radius: 3px;
    color: #fff;
}

div.associate-title {
    font-size: 10pt;
    font-family: "Roboto-Bold";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.7;
    text-align: left;
    /*margin-top: 30px;*/
    margin-top: 10px;
    margin-bottom: -3px;
}

.product-view .mini-products-list li {
    margin-top: 15px;

}

button.wishlist.btn-cart:hover span span {
    color: #fff;
    border: none;
    background: none;
}

.newSizeBlockr .boxattribute_size::before, .custqtyblock::before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 16px;
    top: 17px;
    left: 10px;
}

.custqtyblock::before{
    display: none;
}

a.qty_select{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 16px;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 50px;
    text-align: center;
}

a.qty_select:hover{
    text-decoration: none;
}

a.qty_select.fa-angle-down:before{
    margin-top: 17px;
    display: block;
}

.ul-qty-list-select{
    position: absolute;
    width: 70px;
    height: auto;
    max-height: 220px;
    overflow: auto;
    background: #fff;
    padding: 0px;
    top: 50px;
    border: 1px solid #428bca;
    text-align: center;
    display: none;
    z-index: 9;
}

.ul-qty-list-select.active{
    display: block;
}

.ul-qty-list-select li {
    color: #000;
}

.ul-qty-list-select li:hover{
    background: #428bca;
    color: #fff;
    cursor: pointer;
}

.input_combo_box{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height: 50px;
    padding-left: 25px;
    width: 100%;
    border: none;
    padding-right: 5px;
}

.custaddtocart > div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height: 50px;
    padding-left: 25px;
    width: 100%;
}

.assaqqwe > div {
    display: none
}

.assaqqwe .delivery-time-details {
}

.assaqqwe .delivery-time-details span {

}

.catalog-product-view .block-subscribe {
    display: none;
}

.ascdescriptatr {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: right;
    width: 530px;
    float: right;
}

.ascdescriptaas {
    width: calc(100% - 530px);
    position: relative;
    z-index: 1;
}

.ascdescript {
    float: left;
    width: calc(100% - 560px);
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 50px;
    /*position: absolute;*/
    z-index: 2;
}

.custattrstr .strgh span.prcnt {
    background: red;
    display: block;
    height: 10px;
    max-width: 100%;
}

.strgh i.fa-caret-down {
    position: absolute;
    left: calc(50% - 4px);
    font-size: 12px;
    color: red;
    top: -11px;
}

.apostit {
    position: absolute;
    font-size: 8pt;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    bottom: -18px;
    text-transform: uppercase;
}

.tehnologytile h4 {
    font-size: 10pt;
    font-family: "Roboto-Bold";
}

.asswlwliu {
    margin-left: -220px;
    margin-right: -220px;
    padding-top: 130px;
}

.asdkptyup {
    padding-bottom: 140px;
}

.asdaaqwease {
    /*margin-top: 140px;*/
}

.bottimh3 {
    margin-left: 80px;
    margin-top: 40px;
    max-width: 60%;
}

.bottimh1 {
    margin-top: -270px;
}

.sjkpvideo, .asflpoiuhb {
    margin-top: 60px;
    margin-bottom: -100px;
}

.catalog-product-view .technologiesqwe {
    padding-top: 90px;
    min-height: 2100px;
}

.catchildnamea {
    font-size: 18px;
    font-family: "Akrobat-Bold";
    line-height: 1.2;
    margin-top: 5px;
}

.babsasqwej {
    background: #333333;

}

.catalog-product-view {
    overflow-x: hidden;
}

.tkdpremleft {
    left: 0;
}

.tkdpremcenter {
    left: calc(50% - 20px);
}

.tkdpremright {
    right: 0;
}

.custattrstr .strgh {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 310px;
    max-width: 100%;
    background: #eaeaea;
    margin-left: 20px;
}

.custattrstr .lbl {
    font-size: 13px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
}

.custattrstr {
    height: 55px;
    white-space: nowrap;
}

.cms-home .nav_megamenu div.megamenu.act .level-top a
{
    color:#fff !important;
    border-bottom: transparent;
}

.asdfggas {
    height: 220px;
    position: absolute;
    width: 320px;
    background: #333333;
    bottom: 0;
    left: calc(50% - 160px);
    opacity: 0.6;
    display: none;
}

.product-options-bottom > .delivery-time-details {
    display: none;
}

.quotecontainer {
    margin-top: 60px;
    padding-bottom: 60px;
}

.quotecontainer span {
    font-size: 18px;
    font-family: "RobotoSlabBold";
    color: rgb(68, 68, 68);
    font-weight: bold;
    line-height: 3.3;
    text-align: right;
    -moz-transform: matrix(0.99987554595633, 0, 0, 1.00018233029436, 0, 0);
    -webkit-transform: matrix(0.99987554595633, 0, 0, 1.00018233029436, 0, 0);
    float: right;

}

.quotecontainer quote {
    padding: 0 95px;
    display: block;
    font-size: 48px;
    font-family: "RobotoSlabLight";
    color: rgb(68, 68, 68);
    line-height: 1.25;
    text-align: center;
    -moz-transform: matrix(0.99987554595633, 0, 0, 1.00018233029436, 0, 0);
    -webkit-transform: matrix(0.99987554595633, 0, 0, 1.00018233029436, 0, 0);
}

.asflpoiuhb {
    font-size: 18px;
    font-family: "Roboto";
    line-height: 1.6;
    color: #fff;
}

.technologiesqwe {
    /*position: relative;*/
    text-align: center;
    /*background: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/backgroundtech3.jpg");*/
    background-color: #000;
    /*background-size: 100% auto;*/
    /*background-repeat:no-repeat;*/
    /*background-position: center center;*/
    min-height: 1850px;
    overflow: hidden;
}

.techlogoce {
    display: none;
    position: absolute;
    top: 150px;
    right: 0px;
}

.techbodajnjd {
    margin-top: 100px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.technologitem .texnconta h5 {
    font-size: 26px;
    font-family: "Akrobat-Bold";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    -moz-transform: matrix(1.3528350222407, 0, 0, 1.35410527030626, 0, 0);
    -webkit-transform: matrix(1.3528350222407, 0, 0, 1.35410527030626, 0, 0);
}

.technologitem {
    color: #fff;
    width: 500px;
    text-align: left;
}

.technologitem .texnconta span {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1.6;
    text-align: center;
    display: block;

}

.technologiesqwett {
    margin-bottom: -100px;
}

.technologiesqwett h3 {
    font-size: 60px;
    font-family: "Akrobat-Bold";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.8;
    -moz-transform: matrix(0.99937539038101, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(0.99937539038101, 0, 0, 1, 0, 0);
    text-align: center;
    margin-top: 110px;

}

.technologiesqwe > .container {
    position: relative;
}

.technologitem {
    opacity: 1;
}

.technologitem1 {
    display: none;
    position: absolute;
    top: 10px;
    left: 75px;
}

.technologitem3 {
    position: absolute;
    top: 440px;
    left: 121px;
}

.technologitem3 .texnconta {
    margin-right: 45px;

}

.technologitem5 {
    position: absolute;
    top: 955px;
    left: 110px;
}

.technologitem2 {
    position: absolute;
    top: 175px;
    right: 70px;
}

.technologitem4 {
    position: absolute;
    top: 764px;
    right: 68px;
}

.technologitemlft .technologitem .texnconta {
    float: left;
}

.technologitem6 {
    position: absolute;
    top: 1230px;
    right: 65px;
}

.technologitem img {
    transition: all 0.25s;
}

.technologitem img:hover {
    cursor: pointer;
    transition: all 0.25s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.technologitemrgt .technologitem img:hover {
    margin-left: 12px;
}

.technologitemlft .technologitem img:hover {
    margin-left: -12px;
}

.texnconta {
    width: 360px;
    float: right;
}

.catalog-product-view .footer-information {
    display: none;
}

.technologitem2 .texnconta {
    margin-left: 0px;
}

.technologitem5 .texnconta {
    margin-right: 12px;
}

.technologitem6 .texnconta {
    margin-left: 0px;
}

.technologitem4 .texnconta {
    margin-left: 0px;
}

.techmobileversion {
    display: none;
}

.pkjbibhhns i.fa-caret-right {
    display: inline;
}

.pkjbibhhns i.fa-caret-down {
    display: none;
}

.pkjbibhhns.lsactivee i.fa-caret-right {
    display: none;
}

.pkjbibhhns.lsactivee i.fa-caret-down {
    display: inline;
}

.mtexnconta img {
    margin-top: 10px;
    height: 200px;
}

.mtexnconta {
    display: none;
    padding-bottom: 30px;
}

.mtechnologitem.lastpe {
    border-bottom: 2px solid #fff;
}

.pkjbibhhns i {
    margin-right: 7px;
}

.mtechnologitem .mtexnconta span {
    font-size: 20px;
    color: #fff;
    font-family: "Roboto";
    line-height: 1.286;
    -moz-transform: matrix(0.69896103096151, 0, 0, 0.70458704269115, 0, 0);
    -webkit-transform: matrix(0.69896103096151, 0, 0, 0.70458704269115, 0, 0);
}

.mtechnologitem .mtexnconta h5 {
    font-size: 24px;
    font-family: "Akrobat-Bold";
    color: rgb(255, 254, 254);
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.pkjbibhhns {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 2px solid #fff;
    font-size: 24px;
    font-family: "Akrobat-Bold";
    color: rgb(255, 254, 254);
    text-transform: uppercase;
    text-align: center;
}

.asrejkfg {
    margin-left: 25px;
    /*width: 100%;*/
}

.catalog-product-view button.button.red span span:hover {
    background: red;
    color: #fff;
    border: none;
}

.cms-technologies .footer-information {
    display: none;
}

.cms-technologies .technologitem .texnconta span {
    display: none;
}

div.product-view button.btn-cart span span {
    font-family: "Acrobat-ExtraBold";
    font-size: 18px;
    font-family: "Akrobat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;

}

.itemrightrogasd {
    margin-right: -120px;
}

.itemleftrogasd {
    margin-right: 0;
    margin-left: -120px;
}

.asasdldlk span {
    font-size: 30px;
    font-family: "Akrobat-Bold";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
    text-align: left;
}

.itemrightrogasd p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-family: "Roboto";
    line-height: 1.28;
}

.asdasqwdk {
    margin-top: 30px;
}

.asdasqwdk2 {
    margin-bottom: 25px;
}

.asasdldlk {
    margin-top: 60px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.asdaskmin2 {
    margin-top: 160px;
}

.asdaskmin3 {
    margin-top: 120px;
}

.asdaskmin4 {
    margin-top: 160px;
}

.asdaskmin5 {
    margin-top: 180px;
}

.techbotdecstop {
    overflow: hidden;
    padding-bottom: 100px;
}

.PopapForTablet {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    z-index: 99999;
}

.popasdkmu {
    position: absolute;
    top: -10%;
    text-align: center;
    width: 100%;
}

.contentTabletPopap p {
    font-size: 18px;
    font-family: "Roboto";
    line-height: 1.6;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}

.contentTabletPopap span {
    display: none;
}

.contentTabletPopap {
    max-width: 460px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 9999;
    margin: 0 auto;
    top: 34%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}

.PopapForTablet .asplmbya i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 13px;
    display: inline-block;
    z-index: 99999999;
}

.technologitemimageefect1, .technologitemimageefect2 {
    position: relative;
}

.thumbnormhover {
    display: none !important;
}

.ridecatcontainer .rideitem a:hover .thumbnormhover,
.ridecatcontainer .rideitem.activeitemcat .thumbnormhover {
    display: inline-block !important;
}

.ridecatcontainer .rideitem a:hover .thumbnormalneedhover,
.ridecatcontainer .rideitem.activeitemcat .thumbnormalneedhover {
    display: none;
}

footer.footer-wrapper,
.footer-wrapper .footer-container {
    background: #111;
}

.ascdescript {
    /*column-count: 2;*/
}
.catalog-product-view .mnavig{
    overflow-y: hidden;
    position: relative;
}
.lpritfo.opn .foopenclose .fa-angle-right{
    display: none;
}
.lpritfo .foopenclose .fa-angle-down{
    display: none;
}
.lpritfo.opn .foopenclose .fa-angle-down{
    display: inline;
}
.itemtilinf > div{
    /*float: left;*/
}
.foopenclose{
    height: 31px;
    line-height: 31px;
    width: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}
.itemtilinf{
    background: #888888;
    min-height: 31px;
    margin-top: 3px;
    cursor: pointer;
}
.itemtilinf:hover,
.lpritfo.opn  .itemtilinf{
    background: #444444;
}
.lpritfo.opn  .itemtilinf:hover{
    background: #333;
}
.fopname{
    width: 330px;
    float: left;
    color: #fff;
}
h2.product-name-fast-order,
h2.product-name-fast-order a{
    line-height: 31px;
    color: #fff;
}
.itemtilinf .old-price .price{
    color: #e2e2e2;
}
.fopsku{
    width: 250px;
    float: left;
    font-size: 16px;
    font-family: "Roboto";
    color: #fff;
    line-height: 31px;
}
.fofavorite{
    width: 40px;
    float: left;
    text-align: center;
}
.fofavorite a{
    line-height: 31px;
    font-size: 16px;
    color: #fff;
}
.fopprice{
    text-align: right;
    font-size: 16px;
    font-family: "Roboto";
    color: #fff;
    float: left;
    width: 512px;
    line-height: 31px;
    padding-right: 7px;
}
.fopprice .price-box{
    color: #fff;
    display: inline;
    font-size: 16px;
    font-family: "Roboto";
}
.fopprice .special-price .price,
.fopprice .regular-price .price{
    color: #fff;
}
.category-fast-order-option .data-table.prodhandllist{
    background-color: transparent;
}
.foridecatcontainer{
    margin-bottom: 25px;
}
.cathead{
    margin-top: 10px;
}
.itemcontentinf{
    background: #fff;
    padding: 15px;
}
.lpritfo.opn .itemcontentinf{
    /*display: block;*/
}
.foprimage{
    width: 270px;
    float: left;
}
.fopropt{
    width: calc(100% - 270px);
    float: left;
    position: relative;
}
.fopropt .num_options_cont{
    width: calc(100% - 190px);
}
.foprimagea img{
    transition: all 0.25s;
}

.foprimagea img:hover{
    transition: all 0.25s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 999;
}
.foclearfilt{
    opacity: 0.7;
    transition: opacity 0.25s;
}
.foclearfilt:hover{
    opacity: 1;
    transition: opacity 0.25s;
}
.rideitemfoclearfilt{
    display: inline-block;
}
.foclearfilt{
    margin-left: 15px;
}
.itemcontentinf .error-msg{
    display: inline-block;
    max-width: 160px;
}
.fopprice .cart-price, .itfinalprice{
    display: inline-block;
}
.customer-backorder-index .col-main p{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1.375;
    text-align: left;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
}
body.customer-backorder-index .pager .amount {
    margin-top: 6px;
}
.customer-backorder-index .pager .pages{
    margin-top: 4px;
}
@media only screen and (max-width: 1600px) {
    .asswlwliu {
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media only screen and (max-width: 1400px) {
    .asswlwliu {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 1200px) {
    .fopprice{
        width: 312px
    }
    .ascdescript {
        column-count: 1;
    }

    .techbotdecstop {
        display: none;
    }

    .asdfggas {
        display: none;
    }

    .breadcrumbsnew {
        margin-top: 10px;
    }

    .technologitem .texnconta span {
        display: none;
    }

    .techbodajnjd {
        width: 900px;
        margin-left: -450px
    }

    .technologitem img {
        height: 160px;
    }

    .technologitem .texnconta h5 {
        font-size: 26px;
        font-family: "Akrobat";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        -moz-transform: matrix(0.64999513047236, 0, 0, 0.65002968639872, 0, 0);
        -webkit-transform: matrix(0.64999513047236, 0, 0, 0.65002968639872, 0, 0);
    }

    .technologiesqwett h3 {
        text-align: center;
        font-size: 36px;
        line-height: 1.3;
        text-align: center;
        -moz-transform: matrix(0.99937539038101, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(0.99937539038101, 0, 0, 1, 0, 0);
        margin-bottom: 20px;
    }

    .technologitem {
        width: 260px;
    }

    .texnconta {
        width: 230px;
    }

    .technologitem1 {
        top: 62px;
        left: 43px;
    }

    .technologitem3 {
        top: 395px;
        left: 78px;
    }

    .technologitem5 {
        top: 785px;
        left: 89px;

    }

    .technologitem2 {
        top: 200px;
        right: 32px;
    }

    .technologitem4 {
        top: 640px;
        right: 47px;
    }

    .technologitem6 {
        top: 945px;
        right: 47px;
    }

    .technologitemrgt .technologitem img:hover {
        margin-left: 6px;
    }

    .technologitemlft .technologitem img:hover {
        margin-left: -6px;
    }

    .technologitem2 .texnconta {
        margin-left: -23px;
    }

    .technologitem4 .texnconta {
        margin-left: -27px;
    }

    .technologitem6 .texnconta {
        margin-left: -27px;
    }

    .technologitem1 .texnconta {
        margin-right: -4px;
    }

    .technologitem3 .texnconta {
        margin-right: 9px;
    }

    .technologitem5 .texnconta {
        margin-right: 0;
    }

    .technologiesqwe {
        min-height: 1400px !important;
    }
}

@media only screen and (max-width: 991px) {
    .catalog-product-view .breadcrumbsnew {
        display: none;
    }
    .fopropt .num_options_cont{
        width: calc(100% - 170px);
    }
    .fopname {
        width: 290px;
    }
    .fopsku {
        width: 150px;
    }
    .fofavorite {
        width: 34px;
    }
    .fopprice {
        width: 235px;
    }
    .cms-technologies section.main-wrapper {
        margin-top: 0;
        padding-top: 0 !important;
    }

    .breadcrumbsnew {
        margin-top: -20px;
    }

    .cms-technologies .page {
        padding-top: 0;
    }

    .popasdkmu.protektoren {
        /*left: 23%;*/
    }

    .asflpoiuhb {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .ascdescriptatr {
        float: none;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 100%;
    }

    .ascdescriptaas {
        width: calc(100%);
    }

    .ascdescript {
        margin-top: 30px;
        width: 100%;
        margin-bottom: 10px;
    }

    .asdkptyup {
        padding-bottom: 40px;
    }

    .catalog-product-view section.main-wrapper {
        margin-top: 0;
    }

    .technologitem3 {
        top: 330px;
        left: 66px;
    }

    .technologitem5 {
        top: 658px;
        left: 69px;
    }

    .technologitem2 {
        top: 200px;
        right: 50px;
    }

    .technologitem4 {
        top: 540px;
        right: 38px;
    }

    .technologitem6 {
        top: 815px;
        right: 38px;
    }

    .techbodajnjd {
        width: 750px;
        margin-left: -375px;
    }
}

@media only screen and (min-width: 801px) {
    .fopropt input.qty{
        margin-right: 10px;
        margin-top: 7px;
    }
}
@media only screen and (max-width: 800px) {
    .itemcontentinf .error-msg{
        display: inline-block;
        max-width: 100%;
    }
    .catalog-product-view .page {
        padding-top: 0;
    }

    .catalog-category-view .page {
        padding-top: 0;
    }
    .fopname {
        width: calc(100% - 40px);
    }
    .fopsku {
        width: 160px;
        margin-left: 36px;
    }
    .fopprice {
        width: calc(100% - 235px);
    }
    .fopropt .num_options_cont {
        width: 100%;
    }
    .options-list-three button.btn-fast-order {
        height: 60px;
        background-color: #cccccc;
        border: solid 2px #cccccc;
        font-size: 16px;
        font-family: "Roboto";
        color: rgb( 68, 68, 68 );
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.313;
        text-align: center;
        padding: 10px;
        background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/fast-order-cart.png);
        background-repeat: no-repeat;
        background-position: 61px center;
        transition: 0.2s;
        clear: inherit;
        float: none;
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .foclearfilt img{
        width: 15px;
    }
    .mtechnologitem.lastpe {
        border-bottom: 0;
    }
    .container-fluide.asdkptyup > div.container{
        padding: 0px !important;
    }
    .category-products .regular-price .price {
        font-size: 12px;
    }

    .products-grid .product-name a {
        font-size: 12px;
    }

    .product-view button.btn-cart, .product-view button.btn-cart.wishlist {
        width: 100%;
    }

    .techmobileversion {
        display: block;
    }

    .asrejkfg {
        margin-left: 0;
        width: 100%;
    }

    .techmobileversion > h3 {
        margin-top: 40px;
        font-size: 24px;
        font-family: "Akrobat-Bold";
        color: rgb(255, 254, 254);
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .quotecontainer quote {
        font-size: 34px;
    }

    div.associate-title {
        margin-top: 0;
    }

    .catalog-product-view .footer-wrapper {
        padding: 0;
    }

    .technologiesqwe {
        background-image: none;
        min-height: 0 !important;
        padding-top: 0px !important;
    }

    .techbodajnjd {
        display: none;
    }

    .babsasqwej {
        display: none;
    }

    .quotecontainer quote {
        padding: 0 15px;
    }

    .ridecatcontainer .rideitem a span, .ridecatcontainer .rideitem a img {
        display: inline-block;
        width: 50px;
        height: 50px;
    }

    .custattrstr .lbl {
        font-size: 11px;
    }

    .custattrstr .strgh {
        margin-left: 10px;
        width: calc(100% - 130px);
    }

    .custattrstr .lbl {
        font-size: 11px;
    }

    .apostit {
        font-size: 8px;
    }

    .apostit.tkdpremcenter {
        display: none;
    }

    .catalog-product-view .mnavigmobile {
        display: block;
    }

    .catalog-product-view .breadcrumbsnew {
        display: none;
    }

    .catalog-product-view #SlickPhotoswipGallery {
        width: 100%;
    }

    .ridecatcontainer .rideitem {
        margin-left: 4px;
        margin-right: 4px;
    }

    .products-grid .item {
        margin-bottom: 10px;
    }

    .products-grid > li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .products-grid.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .breadcrumbsnew {
        margin-top: 10px;
        text-align: center;
    }

    .breadcrumbsnew div.itembc {
        display: inline-block;
        float: none;
    }

    .breadcrumbsnewi {
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width: 620px) {
    .fopropt {
        width: 100%;
    }
    .foprimage {
        width: 270px;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 530px) {
    .fopprice {
        width: calc(100% - 36px);
        text-align: left;
        margin-left: 36px;
    }
    .fopsku {
        width: calc(100% - 75px);
        margin-left: 36px;
    }
}

.opcpagcont {
    width: 100%;
}

.opcpagcont1 {
}

.opcpagcont2 {
    display: none;
}

.opcpagcont3 {
    display: none;
}

.opc-wrapper-opc div#opc-review-block {
    position: inherit;
    width: 100%;
}

.rideprogressblock {
    text-align: center;
    padding-left: 90px;
    padding-right: 90px;
    height: 150px;
    background: #fff;
    padding-top: 27px;
}

.rideprogressblock > div {
    height: 70px;
    float: left;
}

.rideprogressblock .pegbl {
    width: 70px;
    color: #fff;
    background: #ccc;
    font-size: 36px;
    font-family: "Akrobat-ExtraBold";
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}

.rideprogressblock .pegbline i {
    color: #ccc;
    font-size: 10px;
    top: calc(50% - 5px);
    right: -1px;
    position: absolute;
}

.rideprogressblock .pegbline span.line {
    border-top: 1px solid #ccc;
    top: 50%;
    right: 0;
    width: 100%;
    position: absolute;
}

.rideprogressblock .pegbline.actve span.line {
    border-top-color: #00ccff;;
}

.rideprogressblock .pegbline.actve i {
    color: #00ccff;
}

.rideprogressblock .pegbline {
    position: relative;
    width: calc((100% - (130px * 3)) / 2);
}

.rideprogressblock .pegbl .phgittitle {
    font-size: 18px;
    font-family: "Akrobat-ExtraBold";
    color: #444444;
    position: absolute;
    text-align: center;
    bottom: -52px;
    white-space: nowrap;
    text-transform: uppercase;
    width: 200px;
    margin-left: -100px;
    left: 50%;
}

.rideprogressblock .pegbl.actve {
    background: #00ccff;
    transition: background-color .25s;
}

.rideprogressblock .pegbl.actve:hover {
    cursor: pointer;
    background: #00b6e8;
    transition: background-color .25s;
}

.opcpagcont > h4 {
    font-family: "Akrobat-Black";
    font-size: 36px;
    color: #444444;
    border-top: 1px solid #888;
    text-align: center;
    margin-top: 15px;
    padding-top: 5px;

}

.sichebestel {
    font-size: 18px;
    font-family: "Acrobat-ExtraBold";
    color: #fff;
    line-height: 60px;
    margin: 0;
    text-transform: uppercase;
}

.asdopcheader a img {
    margin-top: 13px;
    max-height: 60px;
}

.opc-index-index div.page {
    padding-top: 60px !important;
}

.opc-index-index section.main-wrapper {
    margin-top: 0;
}

.asdopcheader.header a.logo {
    margin-top: 0;
}

.asdopcheader.header {
    padding: 0;
}

.asdopcheader {
    height: 60px;
    background: #888888;
}

.opcpagcont1 .md-modal-header .close {
    display: none;
}

.asikklty {
    margin-top: 60px;
}

.asjirpppprtit {
    font-family: Roboto-Black;
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 20px;
    display: inline-block;
}

.opc-index-index #login-form {
    max-width: 370px;
    display: block;
}

.opc-index-index textarea {
    min-height: 35px;
}

.opc-index-index select,
.opc-index-index input {
    height: 35px !important;
}

#payment_form_payone_creditcard iframe {
    min-height: 40px;
}

.opc-wrapper-opc div.opcpagcont1 label {
    font-family: Roboto;
    margin-top: 12px;
    margin-bottom: 3px;
}

.opcpagcont1 div.asdghjkugvbj {
    width: calc(50% - 5px);
    float: left;
}

.opcpagcont1 div.asdghjkugvbj2 {
    margin-left: 10px;
}

.loihjsg {
    max-width: 370px;
    text-align: right;
    margin-top: 25px;
}

.form-list .customer-name-prefix .name-firstname {
    width: 190px;
}

.form-list .field.name-lastname {
    width: calc(100% - 265px);
    margin-left: 10px;
}

.opcpagcont1 .form-list li {
    margin: 0;
}

body.opc-index-index button.butt span {
    color: #fff;
    font-family: RobotoBold;
    font-size: 18px;
}

body.opc-index-index button.butt:hover {
    transition: background-color .25s;
    background: #484848 !important;
}

body.opc-index-index button.butt.butt2 {
    width: 100%;
    text-transform: none;
    background: #00ccff !important;
}

body.opc-index-index button.butt.butt2:hover {
    background: #00b6e8 !important;
}

body.opc-index-index button.butt {
    transition: background-color .25s;
    background: #888 !important;
    min-height: 50px;
    min-width: 170px;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 5px;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt.ptncode-bankpayment label {
    font-size: 18px;
    font-family: Roboto-Black;
    color: #888888 !important;
    text-transform: uppercase;
    padding-top: 23px !important;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt label {
    height: 100px;
    border: none;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt input#p_method_payone_wallet + label {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/paymentlogo/paypall.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 90% !important;
    font-size: 0;
    color: transparent;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .75;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt input#p_method_payone_online_bank_transfer + label {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/paymentlogo/sofort.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 90% !important;
    font-size: 0;
    color: transparent;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .75;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt input#p_method_payone_creditcard + label {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/paymentlogo/carts.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 90% !important;
    font-size: 0;
    color: transparent;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .75;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt input#p_method_bankpayment + label {
    background-image: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/paymentlogo/vorkase.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 90% !important;
    font-size: 0;
    color: transparent;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .75;
}

.discount-form .buttons-set {
    max-width: 370px;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt.active input#p_method_payone_wallet + label {

}

div.opc-wrapper-opc .payment-block #co-payment-form dt.ptncode-bankpayment.active label,
div.opc-wrapper-opc .payment-block #co-payment-form dt.ptncode-bankpayment:hover label {
    color: #00aeff !important;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt label,
div.opc-wrapper-opc .payment-block #co-payment-form dt label {
    border: 2px solid #fff !important;
    transition: all .25s;
}

div.opc-wrapper-opc .payment-block #co-payment-form dt.active label,
div.opc-wrapper-opc .payment-block #co-payment-form dt:hover label {
    filter: none !important;
    opacity: 1 !important;;
    border: 2px solid #00aeff !important;
    background: #fff !important;
    color: #ffffff !important;
    box-sizing: border-box;
    transition: all .25s;
}

.discount-form .buttons-set button {
    width: calc(50% - 4px);
}

.opc-wrapper-opc .comment-block {
    margin-top: 30px;
}

.opc-wrapper-opc .comment-block textarea {
    min-height: 160px;
}

.opcpagcont2 {
    padding-top: 20px;
}

#co-billing-form h3 {
    display: none;
}

#opc-address-form-shipping h3 {
    margin-top: 25px;
    display: block;
    border: none;
    margin-bottom: -5px
}

.opcbilshipright {
    max-width: 470px;
}

#checkout-shipping-method-load dd,
#checkout-shipping-method-load dt {
    display: inline-block;
    font-family: Roboto;
    font-weight: normal;
}

.asfghjufdghjk {

}

.opcpagcont2 input,
.opcpagcont2 textarea {
    width: 100%;
    max-width: 370px;
}

#checkout-payment-method-load {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.paimmethdt {
    margin: 9px 14px !important;
    width: calc(50% - 30px);
    height: 100px;
    display: inline-block;
    border: none;
}

.paimmethdd {
    position: absolute;
    left: 15px;
    top: 270px;
}

.opcpagcont2 {
    font-family: Roboto;
}

#payment_form_payone_online_bank_transfer {
    min-height: 210px;
}

/* Base for label styling */
.opc-index-index [type="checkbox"]:not(:checked),
.opc-index-index [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.opc-index-index [type="checkbox"]:not(:checked) + label,
.opc-index-index [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
.opc-index-index [type="checkbox"]:not(:checked) + label:before,
.opc-index-index [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #888;
    border-radius: 3px;
    background: #fff;
}

.opc-index-index [type="checkbox"]:checked + label:before {
    background: #00ccff;
    border: 2px solid #00ccff;
}

/* checked mark aspect */
.opc-index-index [type="checkbox"]:not(:checked) + label:after,
.opc-index-index [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0.25em;
    left: 0.1em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #fff;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}

/* checked mark aspect changes */
.opc-index-index [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.opc-index-index [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.opc-index-index [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.opc-index-index [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.opc-index-index [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */
.opc-index-index [type="checkbox"]:checked:focus + label:before,
.opc-index-index [type="checkbox"]:not(:checked):focus + label:before {
    /*border: 2px dotted blue;*/
}

/* hover style just for information */
.opc-index-index label:hover:before {
    border: 2px solid #18b5ea !important;
}

#billing-new-address-form {
    margin-bottom: 20px;
}

.asjirpppprtit i {
    display: none;
    margin-right: 15px;
}

#payment_form_payone_online_bank_transfer select,
#payment_form_payone_online_bank_transfer input {
    width: 370px;
    max-width: 100%;
}

.opcrecfield {
    position: absolute;
    right: 15px;
    top: 0px;
    font-family: Roboto;
    font-size: 14px;
}

/*new style*/
.nav_megamenu div.megamenu:hover div.dropdown {
    display: none !important;
}
.products-grid .item {
    background: #fff0 !important;
}
/*end new style*/
.toolbar{
    padding: 7px 10px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #444444;
    font-family: "Roboto";
    line-height: 16px;
    margin: 0 0 40px;
}
.sorter .view-mode{
    margin: 0;
}
.sorter .sort-by {
    margin-right: 50px;
}
.sorter .sort-by select, .sorter .limiter select{
    background: #fff;
    border: none;
    font-weight: 900;
    font-family: Acrobat-ExtraBold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.sorter .view-mode .grid, .sorter .view-mode .calendar, .sorter .view-mode .list{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2px 3px 1px 3px;
    float: none;
    position: relative;
    top: 3px;
    margin: 0 3px;
}
.sorter .view-mode .grid:before, .sorter .view-mode .calendar:before, .sorter .view-mode .list:before{
    background: none;
    font-size: 14px;
    color: #565655;
    transition: all .2s;
}
.sorter .view-mode strong.list:before, .sorter .view-mode a.list:hover:before,
.sorter .view-mode strong.grid:before, .sorter .view-mode a.grid:hover:before,
.sorter .view-mode strong.calendar:before, .sorter .view-mode a.calendar:hover:before{
    color: #fff;
    transition: all .2s;
}
.sorter .view-mode strong.list, .sorter .view-mode a.list:hover,
.sorter .view-mode strong.grid, .sorter .view-mode a.grid:hover,
.sorter .view-mode strong.calendar, .sorter .view-mode a.calendar:hover{
    color: #fff;
    background: #565655;
    transition: all .2s;
}
.sorter .view-mode .grid:before{
    content: "\f009";
}
.sorter .view-mode .list:before{
    content: "\f039";
}
.sorter .view-mode .calendar:before{
    content: "\f133";
}
.eventlistimage{
    width: 275px;
    display: block;
    float: left;
}
.eventlist-item-content{
    margin-left: 25px;
    width: calc(100% - 300px );
    float: left;
}
.eventlist-item-content h2 a{
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #444444;
    font-family: "Akrobat-ExtraBold";
    font-weight: 800;
}
.eventvenu{
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    font-family: "Roboto";
    font-weight: 700;
    margin-bottom: 5px;
}
.eventdate{
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    font-family: "Roboto";
    font-weight: 700;
}
.eventdateto{
    margin-left: 20px;
}
.eventshortdesc{
    font-size: 14px;
    line-height: 1.6;
    color: #444444;
    font-family: "Roboto";
    margin-top: 6px;
}
.eventdatehr{
    border-color: #565655;
}
.products-list li.item{
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.eventgriditem .eventlistimage,
.eventgriditem .eventlist-item-content{
    width: 100%;
    float: none;
    margin-left: 0;
}
.eventgriditem .eventdate span{
    display: block;
    margin-left: 0;
}
.eventgriditem{
    text-align: center;
    margin-bottom: 30px;
    min-height: 310px;
}
.eventgriditem .eventlist-item-content h2{
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.events-index-index .page-title h1{
    font-size: 36px;
    letter-spacing: 6px;
    color: #444444;
    font-family: "Akrobat-ExtraBold";
    font-weight: 800;
    text-align: center;
}
.sorter .view-mode label {
    margin: 3px 18px 0 0;
}
.flagshiptitle{
    font-size: 36px;
    letter-spacing: 7px;
    line-height: 36px;
    color: #444444;
    font-family: Acrobat-ExtraBold;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}
.flagshipcont{
    margin-top: 75px;
    max-width: 680px;
    margin: 0 auto;
}
.flagshipcont div{
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    font-family: Roboto;
    font-weight: 700;
    margin-top: 60px;
}
.flagshipcont div.flagshipconttext{
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    font-weight: 500;
    font-family: "Roboto";
}
.flagshipimages{
    margin-top: 70px;
    padding: 4px;
}
.flagshipbig1{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagshipbig1.jpg);
}
.flagshipbig2{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagshipbig2.jpg);
}
.flagshipbig3{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagshipbig3.jpg);
}
.flagshiptwo1-1{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagship21.jpg);
}
.flagshiptwo1-2{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagship22.jpg);
}

.flagshiptwo2-1{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagship31.jpg);
}
.flagshiptwo2-2{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagship32.jpg);
}

.flagshiptwo3-1{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagship41.jpg);
}
.flagshiptwo3-2{
    background: url(https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/images/flagship/flagship42.jpg);
}
.flagshipbig, .flagshiptwo > div{
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.flagshipbig{
    margin-top: 4px;
}
.flagshiptwo > div{
    float: left;
    width: calc(50% - 4px);
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 2px;
}
.flagshiptwo{
    margin-left: -2px;
    width: calc(100% + 4px)
}
.flagshiptwo div{
    padding-top: 6px;
}

.customer-backorder-index .page-title h1{
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-family: "Akrobat-Bold";
}
.customer-backorder-index .page-title{
    width: 100%;
    height: 30px;
    background: #444444;
    margin-bottom: 20px;
}
.backorderaddrinfo{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1.375;
    text-align: left;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    float: left;
    margin-bottom: 20px;
}
.backorderloadcsv a{
    height: 40px;
    background: #888888;
    border: solid 1px #888888;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.625;
    display: block;
    letter-spacing: 1px;
    transition: 0.2s;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.backorderloadcsv a:hover {
    cursor: pointer;
    transition: 0.2s;
    background: #ffffff;
    color: #888888;
    text-decoration: none;
}
.backorderloadcsv{
    float: right;
}

.customer-backorder-index .pager .amount,
.customer-backorder-index .pager .amount strong,
.customer-backorder-index .limiter,
.customer-backorder-index .pager .pages strong,
.customer-backorder-index .pager .pages li a,
.customer-backorder-index .pager .pages li ,
.customer-backorder-index .limiter label{
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: normal;
}
.customer-backorder-index .pager .amount {
    margin-top: 0;
}
.backorder-top-main-wrapper{
    position: fixed;
    left: 0;
    top: 65px;
    /*background: #fff;*/
    width: 100%;
    display: none;
    z-index: 9;
}
.backorder-top-main-wrapper.bvisible{
    display: block;
}
.customer-backorder-index .data-table {
    background: #fff;
    border: none;
}
.customer-backorder-index .data-table thead tr{
    border-top: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    background: #fff;

}
.customer-backorder-index .data-table thead tr span{
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 19px;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
}

.customer-backorder-index .data-table tbody tr td{
    border-bottom: 3px solid #eeeeee;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1.375;
    text-align: left;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
}
.customer-backorder-index .data-table thead th,
.customer-backorder-index  .data-table tbody td{
    border: none;
}
.customer-address-index .page-title.title-buttons h1{
    display: none;
}

.customer-account-index .accdeftitle{
    display: none;
}
.customer-address-index .button.button span span{
    background: #888888;
    border: solid 1px #888888;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    transition: 0.2s;
    padding: 10px 20px;
}
.customer-address-index .button.button:hover span span{
    cursor: pointer;
    transition: 0.2s;
    background: #ffffff;
    color: #888888;
    text-decoration: none;
}
.customer-account-index .accwelkometitle{
    display: inline-block !important;
}
.addresses-list h2{
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-family: "Akrobat-Bold";
    height: 30px;
    background: #444444;
    margin-bottom: 20px;
}
.addresses-list li.item{
    width: 33.3333%;
    background: transparent;
    float: left;
    padding-left: 0;
    margin-bottom: 25px;
}
.addresses-list h3{
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 19px;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
}
.addresses-list address{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(68, 68, 68);
    line-height: 1.375;
    text-align: left;
    -moz-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
    -webkit-transform: matrix(0.99999941648605, 0.00108029049483, -0.00108029049483, 0.99999941648605, 0, 0);
}
.addresses-list a.linkbtn{
    height: 40px;
    background: #888888;
    border: solid 1px #888888;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.625;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.2s;
    margin-top: 20px;
    padding: 0 30px;
    min-width: 160px;
}
.addresses-list a.linkbtn:hover{
    cursor: pointer;
    transition: all 0.2s;
    background: #ffffff;
    color: #888888;
    text-decoration: none;
}

.addresses-list .link-remove{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(111, 110, 110);
    display: block;
    margin-top: 8px;
    transition: color 0.2s;
    margin-bottom: 20px;
}
.addresses-list .link-remove:hover{
    color: rgb(29, 28, 28);
    text-decoration: none;
    transition: color 0.2s;
}
.customer-address-form .page-title{
    display: none;
}
.customer-account .fieldset{
    background: transparent;
}
.customer-account  .fieldset{
    margin-top: 0;
    padding: 0;
}
.customer-account  .fieldset .form-list{
    padding: 5px 20px;
}
.form-list label{
    color: #393939;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    text-transform: none;
    background: none
    font-family: Roboto;
    margin-top: 12px;
    margin-bottom: 3px;
}
.customer-account  .fieldset h2.legend{
    margin: 0;
    position: initial;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-family: "Akrobat-Bold";
    width: 100%;
    height: 30px;
    background: #444444;
    margin-bottom: 25px;
    float: none;
    border: none;
}
.customer-account  input.input-text,
.customer-account  textarea,
.customer-account select{
    min-height: 35px;
    font-family: 'Roboto';
    font-size: 16px;
    padding-left: 10px;
    /*border-radius: 4px;*/
}
.customer-account .form-list .name-prefix select{
    padding-left: 1px;
}
.customer-account .accfieldfax{
    margin-top: 6px;
}
.fields2inline .field.fields2inline2{
    margin-left: 14px;
}
.fields2inline .field{
    width: calc(50% - 7px);

}








/* Base for label styling */
.customer-account [type="checkbox"]:not(:checked),
.customer-account [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.customer-account [type="checkbox"]:not(:checked) + label,
.customer-account [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
.customer-account [type="checkbox"]:not(:checked) + label:before,
.customer-account [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #888;
    border-radius: 3px;
    background: #fff;
}

.customer-account [type="checkbox"]:checked + label:before {
    background: #00ccff;
    border: 2px solid #00ccff;
}

/* checked mark aspect */
.customer-account [type="checkbox"]:not(:checked) + label:after,
.customer-account [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0.25em;
    left: 0.1em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #fff;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}

/* checked mark aspect changes */
.customer-account [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.customer-account [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.customer-account [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.customer-account [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.customer-account [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */
.customer-account [type="checkbox"]:checked:focus + label:before,
.customer-account [type="checkbox"]:not(:checked):focus + label:before {
    /*border: 2px dotted blue;*/
}

/* hover style just for information */
.customer-account label:hover:before {
    border: 2px solid #18b5ea !important;
}

.opcrecfield2 {
    position: absolute;
    right: 0px;
    top: 50px;
    font-family: Roboto;
    font-size: 13px;
}
.customer-account-edit .buttons-set button.button span span,
.customer-address-form .buttons-set button.button span span{
    height: 40px;
    background: #888888;
    border: solid 1px #888888;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.625;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.2s;
    padding: 0 30px;
    min-width: 160px;
}
.customer-account-edit .buttons-set button.button:hover span span,
.customer-address-form .buttons-set button.button:hover span span{
    cursor: pointer;
    transition: all 0.2s;
    background: #ffffff;
    color: #888888;
    text-decoration: none;
}
.customer-account-edit .buttons-set button.button,
.customer-address-form .buttons-set button.button{
    float: none;
    margin-left: 5px;
    display: block;
}
.customer-account-edit .buttons-set .back-link,
.customer-address-form .buttons-set .back-link{
    float: none;
    display: block;
}
.customer-account-edit .buttons-set,
.customer-address-form .buttons-set{
    border-top: none;
    margin-top: -15px;
    margin-left: 15px;
}
.customer-account  .form-list .customer-name-prefix .name-firstname input.input-text{
    width: 100%;
}
.meanbee-infinitescroll-button.button{
    margin: 0 auto;
    display: block;
}
#bigMediaView{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99998;
    background: #ffff;
    text-align: center;
    left: 0;
    top: 0;
    overflow: auto;
}
#bigMediaView.showbMV{
    display: block !important;
}
#bigMediaView img{
    max-width: 100%;
}
.bigMediaViewClose{
    z-index: 99999;
    position: fixed;
    top: 20px;
    right: 30px;
    height: 40px;
    width: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    text-align: center;
    color: #c2c2c2;
    cursor: pointer;
    transition: all .25s;
    background: #fff;
}
.overflowhidden{
    overflow: hidden;
}
.bigMediaViewClose i{
    font-size: 18px;
    display: inline-block;
    margin-top: 11px;
}
.bigMediaViewClose:hover{
    color: #1a1a1a;
    border-color: #1a1a1a;
}
#bigMediaView div.itms{
    margin: 0 auto;
    padding-bottom: 30px;
}
.pgvisible-xs {
    display: none;
}
.pgopthtml{
    height: 50px;
    border: none;
    padding-left: 5px;
    box-sizing: border-box !important;
    width: 70px;
    text-align: center;
    padding-right: 5px;
}

.symbol-slide-coupon{
    font-size: 12pt;
    font-family: "Roboto-Bold";
    color: rgb(68, 68, 68);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.7;
    text-align: left;
    margin-left: 5px;
    display: inline-block;
    top: 3px;
    position: relative;
}
.giftContent{
    margin-bottom: 25px;
    margin-top: 55px;
}
.giftSliderContent{
    max-width: 440px;
}
#mincontentSlider, #maxcontentSlider{
    width: 35px;
    height: 35px;
    background: #252525;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
    float: left;
}
#mincontentSlider{

}
#maxcontentSlider{

}
#pgwgslidercontent{
    width: calc(100% - 70px);
    height: 35px;
    border-top: 2px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    float: left;

}
.giftSliderContent #pgwgslidercontent #pgwgslider{
    margin: 0;
    height: 33px;
    background: transparent;
    width: calc(100% - 33px);
    border: none;
}
#pgwgslider span{
    height: 35px;
    width: 35px;
    top: -2px;
    border: 3px solid #000;
    border-radius: 0;
    margin-left: -1px;
    background: none;
    text-align: center;
    background: #c3c3c3;
}
#pgwgslider span:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    font-size: 20px;
    margin-top: 5px;

}
.giftpriceblock .delivery-time-details{
    display: none;
}
.gift-product-shop span.product-sku, .gift-product-shop .delivery-time-details {

    padding: 2px 0;
}
.product-view .gift-product-shop .add-to-box-cart{
    padding-top: 0;
}
.gift-product-shop h4{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.rxformcontainer .validation-advice{
    display: block;
}
.customer-account .data-table tbody td .item-options dt:after {
    content: '';
}

.rxtopbaner1{
    height: 280px;
    background: #444444;
    color: #EEEEEE;
    align-items: center;
    justify-content: center;
    display: flex

}
.rxtopbaner1 div{
    display: flex;
}
.rxtb1text{
    font-family: Acrobat-ExtraBold;
    font-size: 42px;
    margin-left: 20px;
    margin-right: 20px;
}
.rxtb1btn a{
    color: #EEEEEE;
    background: url("https://www.ridejohndoe.com/skin/frontend/ridejohndoe/tv_nast2/css/img/buttonbg.svg") no-repeat;
    background-size: 100%;
    width: 170px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: Akrobat-Bold;
    transition: all 0.25s;
}
.rxtb1btn a i{
    margin-left: 10px;
}
.rxtb1btn a:hover{
    text-decoration: none;
    transform: scale(1.1);
    transition: all 0.25s;
}
@media only screen and  (max-width: 1200px) {
    .customer-backorder-index .data-table thead tr span{
        font-size: 13px;
    }
    .customer-backorder-index .data-table th{
        padding: 10px 5px;
    }
}
@media only screen and  (max-width: 1030px) {
    .rxtopbaner1 .rxtb1icon img{
        width: 105px;
    }
    .rxtopbaner1{
        height: 220px;
    }
    .rxtb1text{
        font-size: 28px;
    }
}
@media only screen and  (max-width: 600px) {
    .rxtb1btn a {
        margin-left: 30px;
    }
    div.rxtb1text{
        display: none;
        font-size: 28px;
    }
}
@media only screen and  (min-width: 991px) {
    .customer-address-index .page-title.title-buttons{
        position: relative;
        overflow: initial;
        margin: 0;
    }
    .customer-address-index .page-title.title-buttons button{
        position: absolute;
        top: -75px;
        right: 0;
    }
}
@media only screen and  (max-width: 991px) {
    #bigMediaView div.itms{
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 0;
    }
    #bigMediaView {
        overflow-x: auto;
        overflow-y: hidden;
    }
    #bigMediaView img{
        max-width: none;
        /*max-height: 943px;*/
    }
    #bigMediaViewImages{
        width: max-content;
    }
    .opc-index-index div.page {
        padding-top: 0 !important;
    }

    .opcpagcont1 div.asdghjkugvbj {
        width: 100%;
        float: none;
    }

    .opcpagcont1 div.asdghjkugvbj2 {
        margin-left: 0;
    }

    .form-list .customer-name-prefix .name-firstname {
        width: calc(100% - 65px);
    }

    .form-list .field.name-lastname {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 800px) {
    body.opc-index-index {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .addresses-list li.item {
        width: 50%;
    }
    .customer-account .fieldset .form-list{
        padding: 0;
    }
    .customer-backorder-index .data-table {
        overflow: auto;
        max-width: 100%;
    }

    .customer-backorder-index .backorder-top-container .data-table {
        overflow: hidden;
    }

    .eventlistimage {
        width: 100%;
    }

    .sorter .sort-by {
        margin-right: 20px;
    }

    .eventlist-item-content h2 {
        margin-top: 15px;
    }

    .eventlist-item-content {
        width: 100%;
        margin-left: 0;
    }

    .products-list li.item {
        text-align: center;
    }

    .flagshiptwo > div {
        width: calc(100% - 4px);
    }

    .flagshipbig, .flagshiptwo > div {
        height: 500px;
    }

    .opcrecfield {
        top: 53px;
    }

    .asdshipaasd {
        margin-bottom: 35px;
    }

    .asdproomaasd {
        margin-bottom: -10px;
    }

    .asjirpppprtit i {
        display: inline-block;
    }

    .hidemobdef {
        display: none;
    }

    .jirpppprticntnt {
        /*display: none;*/
    }

    .isopenasd + .jirpppprticntnt {
        /*display: block;*/
    }

    .isopenasd i:before {
        content: "\f0d7";
    }

    .jirpppprticntnt {
        /*display: none;*/
    }

    body.opc-index-index button.butt {
        min-width: 0px;
    }

    .rideprogressblock .pegbline {
        display: none;
    }

    .rideprogressblock {
        padding-left: 0;
        padding-right: 0;
        height: 150px;
        background: #fff;
        padding-top: 5px;
    }

    .rideprogressblock > div {
        height: 70px;
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width: 550px) {
    .flagshiptitle{
        font-size: 30px;
    }
    .addresses-list li.item {
        width: 100%;
    }
    .flagshipcont div{
        margin-top: 40px;
        text-align: justify;
    }
    .flagshipimages{
        margin-top: 40px;
    }
    .flagshipcont .flagshipcont{
        width: 50%;

        padding: 0;
    }
    .flagshipconttext{
        padding: 0;
    }

}
@media only screen and (max-width: 460px) {
    .rideprogressblock .pegbl {
        margin-left: 12px;
        margin-right: 12px;
    }

    .quotecontainer quote {
        font-size: 28px;
    }

    .quotecontainer span {
        padding-right: 20px;
    }
    .quotecontainer {
        margin-top: 20px !important;
    }
    .flagshipcont .flagshipcont{
        width: 100%;
    }
}

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(https://www.ridejohndoe.com/skin/frontend/base/default/css/slider/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.meanbee-infinitescroll-busy {
    padding: 20px;
    text-align: center;
}

.meanbee-infinitescroll-showall {
    text-align: right;
    display: block;
    width: 100%;
}

