/**
 * Custom CSS ported from old Thesis site.
 */


/*--------------------------------------*\
	PORTED STYLES
\*--------------------------------------*/

.left, img[align="left"] {
	display: block;
	float: left;
}
.right, img[align="right"] {
	display: block;
	float: right;
}
.center, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}


.wp-caption, .frame {
    background-color: inherit;
    color: #777777;
    font-style: italic;
    padding: 13px;
    text-align: center;
}

/*---:[ columns (shared) ]:---*/
.columns-three .col {
	margin-left: 2.5%;
	width: 31.667%;
}
.columns-two .col {
	margin-left: 2.5%;
	width: 48.5%;
}

/*---:[ content blocks (shared) ]:---*/
.mini-blocks li {
	background-color: #fff;
	border: 1px solid #inherit;
	color: #777777;
	float: left;
	font-size: 13px;
	margin-bottom: 13px;
	text-align: center;
	width: 48.5%;
}
	.mini-blocks li:nth-of-type(even) { margin-left: 3%; }
.blocks-list li:not(:last-child) {
	border-bottom: 1px solid #inherit;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

.blocks-list ul, .full-blocks ul, .mini-blocks ul {
    list-style: none;
    margin: 0;
}

/*---:[ buttons ]:---*/
.md-button, .post_box .md-button, .sidebar .md-button, .md-form input[type='submit'], #cancel-comment-reply-link {
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 3px;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
}
.md-button.color-red, .md-button.color-green, .md-button.color-orange, .md-button.color-blue, .md-button.color-dark, #cancel-comment-reply-link, .menu .md-button:not(.color-gray) a {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
.md-button.color-gray, .menu .md-button.color-gray a {
    color: #777777;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}
.sidebar .md-button {
    padding: 10px 19px;
}

/*---:[ colors ]:---*/
.color-red, #cancel-comment-reply-link { background-color: #ae2525; }
	.color-red:hover, #cancel-comment-reply-link:hover { background-color: #921717; }
.color-green, .md-form input[type='submit'] { background-color: #30a146; color: #fff; }
	.color-green:hover, .md-form input[type='submit']:hover { background-color: #03821b; }
.color-orange { background-color: #f99015; }
	.color-orange:hover { background-color: #e37b01; }
.color-blue { background-color: #16a4c8; }
	.color-blue:hover { background-color: #127ea7; }
.color-dark { background-color: #2e2e2e; }
	.color-dark:hover { background-color: #010101 }
.color-gray { background-color: #dadada; }
	.color-gray:hover { background-color: #ccc; }

.gsc-search-button {
	padding: inherit;
}


/*---:[ sidebar ]:---*/
/* spotlight */
.spotlight-widget { text-align: center; }
	.spotlight-widget img { display: inline-block; }

/* popular posts */
.popular-widget .comment-text {
	color: #777777;
	font-size: 13px;
}
.popular-widget .icon-comment {
	color: grey;
	line-height: 7px;
	padding: 0 3px 0 6px;
}
.quote-widget blockquote { margin-bottom: 0; }
.quote-source {
	color: #777777;
	padding: 10px 80px 0 0;
	text-align: right;
}

/* box style */

.box-style,
.sidebar .widget_text,
.sidebar .widget.woocommerce {
	background-color: #fff;
	border: 1px solid lightpink;
	border-radius: 3px;
	padding: 26px;
}





/*--------------------------------------*\
	REVIEW BOX
\*--------------------------------------*/

.review_date {display: none;}

.review_meta_box {
    background: none repeat scroll 0 0 #FFFF99;
    border: 2px solid #FFCC66;
    display: block;
    margin: 10px 0;
    padding: 10px;
}

.review_affiliate {
	display:none !important;
}

.review_meta_rating {
    /*float: left;*/
}
.review_affiliate a {
    background: none repeat scroll 0 0 #30A146;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.review_affiliate a:hover {
    background: none repeat scroll 0 0 #03821b;
}
.review_image_box {
    border: 2px solid;
    float: left;
    line-height: 0;
    margin-left: 15px;
}

	.buy-today {
	height: 200px;
	position:relative;
	margin-bottom:25px;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-book-pullout-cycling.jpg') no-repeat center top;
	width:595px;
	clear:both;
}
.buy-today a {
	display:block;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-btn-buy-now.png') no-repeat 0px 0px;
	height: 67px;
	width: 256px;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	bottom:20px;
	right:30px;
}
.buy-today a:hover {
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-btn-buy-now.png') no-repeat 0px -67px;
}





/*--------------------------------------*\
	TWITTER BUTTONS
\*--------------------------------------*/

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}





/*--------------------------------------*\
	TIMS CODE
\*--------------------------------------*/

.sales-interrupt{
font-size: inherit;
color: #303030;
background-color: #fff3df;
padding: 10px;
margin-bottom: 1.2em;
font-family: Helvetica, Arial, sans-serif;
border: 1px dashed #000000;

}

/* === ACCOMMODATION LISTINGS === */

.AL-holder
{
display: block;

}

.premiumListing
{
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid purple;
	background-color: #F2DDF1;
	width: 100%;
}

.standardListing
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fcfcfc;
	width: 100%;
}

.AL-meta
{
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	margin-left: 0px;
        display: inline-block;
	width: 33%;
}

.AL-venuename
{
	font-family: inherit;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	margin-top: 0px;
        display: block;
}

.AL-address
{
	font-family: inherit;
	font-size: 0.98em;
	color: #404040;
        float: inherit;
        line-height: 0.98em;
        margin-top: 5px;
        display: block;
}

.AL-mgtcomment
{
	font-family: Georgia, Times, Serif;
	font-size: 0.87em;
	color: #404040;
        float: inherit;
        padding-top: 1.2em;
        display: block;
	font-style: italic;
	line-height: 1.1em;
	padding-bottom: 1.2em
}

.AL-miscmeta
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #909090;
        line-height: 1.1em;
        display: block;
        float: inherit;
	margin-top: .5em;
}

.AL-map
{
	float: left;
	display: inline-block;
	margin-left: 20px;
	height: 280px;
}

.AL-map iframe
{
      height: 100%;
}

.listingImages
{
	display: inline-block;
	float: right;
	vertical-align: top;
	width: 30%;
        margin-left: 10px;
		position: relative;
		top: 10px;
	}

.AL-featuredImage
{

	/*max-width: 150px;*/
	float: inherit;
        display: block;
        overflow: hidden;
        max-height: 200px;
        padding-left: 10px;
	margin-bottom: 10px;
}

.AL-featuredImage img
{
       width: 100%;
	max-height: 40%;
}

.AL-thumbholder
{
       width: 100%;
       float: inherit;
       display: block;
       overflow: hidden;
       max-height: 100px;
}

.AL-thumbholder-STD
{
       width: 100%;
       float: inherit;
       display: block;
       overflow: hidden;
       max-height: 4em;
}

.AL-thumb
{
	float: inherit;
        display: inline-block;
	width: 46%;
        overflow: hidden;
}

.AL-thumb img
{
       width: 100%;
       max-height: 100px;
}

.AL-button {
   border-top: 1px solid #962abd;
   background: #b39ac4;
   background: -webkit-gradient(linear, left top, left bottom, from(#943e9c), to(#b39ac4));
   background: -webkit-linear-gradient(top, #943e9c, #b39ac4);
   background: -moz-linear-gradient(top, #943e9c, #b39ac4);
   background: -ms-linear-gradient(top, #943e9c, #b39ac4);
   background: -o-linear-gradient(top, #943e9c, #b39ac4);
   padding: 14.5px 29px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(242,221,241,1) 3px 3px 3px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 23px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }

.AL-button a
{
color: white;
   font-size: 23px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
}

.AL-button:hover {
   border-top-color: #c73232;
   background: #c73232;
   color: #ccc;
   }
.AL-button:active {
   border-top-color: #8ae685;
   background: #8ae685;
   }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }


/* *************************** MAILCHIMP *************************** /




/* *************************** IN POST STYLING ************************** /
*/
.centerelement
{
margin: 0 auto !important;
    width: 80% !important;
    float: none !important;
}

.center-main
{
 margin: 0 auto !important;
 float: none;
}

.content-bg
{
margin-top: 50px !important;
padding: 50px 50px 50px 50px;
background: white;
border: 1px solid #CCC;
}

.footer-highlight {
color: #fff;
padding: 10px;
border: 1px dashed #404040;
}

.footer-highlight h3
{
color: #fff;
}

/* *** CALLOUTS *** */

p.callout {
color: #A78432;
background: #F7F8F9;
border: 1px dashed #CCC;
margin: 1.3em 0 1.3em 0;
}

.blue {
color: #3A5971;
background: #E7F4FD;
border: 1px dashed #C5D7E3;
margin: 1.3em 0 1.3em 0;
padding: 1.2em 1.4em 1.2em 1.5em;
font-size: 1.1em;
}

.grey {
color: #404040;
background: #F7F8F9;
border: 1px dashed #CCC;
margin: 1.3em 0 1.3em 0;
padding: 1.2em 1.4em 1.2em 1.5em;
font-size: 1.1em;

}


.red_tm {
color: #404040;
background: #F7F8F9;
border: 1px dashed #CCC;
margin: 1.3em 0 1.3em 0;
padding: 1.2em 1.4em 1.2em 1.5em;
font-size: 1.1em;
}

.aside-comment {
font-size: 0.9em;
color: #303030;
background-color: #ffe8bf;
padding: 10px;
margin-bottom: 1.2em;
font-family: Helvetica, Arial, sans-serif;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(255,181,127,1) 3px 3px 3px;

}


/*  *** END CALLOUTS *** */


.estimate-reading
{
color: #606060;
font-family: Helvetica, Arial, Sans-Serif;
font-style: italic;
font-size: 0.9em;
}

.interview-response {
color: #9F0019;
padding-left: 1.0em;
margin-top: -0.5em;
margin-bottom: 1.1em;
font-size: 1em;
line-height: 1.2em;
font-family: Helvetica, Arial, Sans-Serif;

}

.headline-page {
	color:#505575!important;
	font-size: 18px!important;
}

.ticks li {

	background-image: url('//mydy.s3.amazonaws.com/green-tick.png');
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-left:30px;
	padding-bottom:5px;

}

.questions li {

	background-image: url('//velonomad.s3.amazonaws.com/images/questionmark.png');
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-left:35px;
	padding-bottom:5px;
	margin-left: -20px;
}


.tdf-quote {
	/* color:#d95f0b; */
color:#434a9f;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdft-blockquote.jpg') no-repeat left top;
	padding-left: 70px;
	margin-bottom:20px;
	min-height:70px;
}
.tdf-quote-q {
	color:#d95f0b;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdft-blockquote-q.jpg') no-repeat left top;
	padding-left: 70px;
	margin-bottom:20px;
	min-height:70px;
}
.tdf-quote-qa {
	color:#d95f0b;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdft-blockquote-qa.jpg') no-repeat left top;
	padding-left: 100px;
	margin-bottom:20px;
	min-height:70px;
}
.reader-quote {
	color:#d95f0b;
	background: url('//tdftips.s3.amazonaws.com/assets/images/TDF-reader-quote.jpg') no-repeat left top;
	padding-left: 70px;
	margin-bottom:20px;
	min-height:70px;
	font-size:14px;
}
.reader-tips {
	padding-left: 70px;
	margin-bottom:20px;
	min-height:70px;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6f6f6f;
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-reader-quote.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.tdf-quote span, .tdf-quote-q span, .tdf-quote-qa span {
	font-size:14px;
	color:#489817;
	font-weight:bold;
}


.auto-margin {
margin-left: auto !important;
margin-right: auto !important;
margin: 0 auto !important;

}

.image-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.buy-today {
	height: 200px;
	position:relative;
	margin-bottom:25px;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-book-pullout-cycling.jpg') no-repeat center top;
	width:595px;
	clear:both;
}
.buy-today a {
	display:block;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-btn-buy-now.png') no-repeat 0px 0px;
	height: 67px;
	width: 256px;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	bottom:20px;
	right:30px;
}
.buy-today a:hover {
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-btn-buy-now.png') no-repeat 0px -67px;
}

.theyall
{
font-family: Helvetica, Arial, Sans-Serif;
font-weight: bold;
font-size: 1.5em;
line-height: 1.3em;
}

.butnow {
color: #E73743;
font-size: 1.5em;
line-height: 1.3em;
margin-top: 1em;
display: block;

}

.free-today a {
	display:block;
	background: url('//tdftips.s3.amazonaws.com/assets/pullouts/download-free.png') no-repeat 0px 0px;
	height: 67px;
	width: 256px;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	bottom:20px;
	right:30px;
}
.download-preview {
	text-align:left;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-download-arrow.gif') no-repeat left center;
	margin-left:10px;
	margin-right:10px;
       padding-left: 15px;
	float: inherit;
	/*width: 100%;*/
}

.please-note {
	color:#d12b14;
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-red-arrow-small.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}
.guarantee {
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-guarantee.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
	color:#d12b14;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.pullout-dl {
	padding-top:10px;
}


.pullout-quote {
	padding:20px;
	padding-bottom:20px;
	background: #f7f7f7;
	margin-bottom:25px;
	position:relative;
}
.pullout-quote p {
	position:relative;
	z-index:10;
}
.pullout-quote span {
	text-align:right;
	font-size:16px;
	font-style:italic;
	float:right;
}
.pullout-quote-top {
	display:block;
	width:50px;
	height:41px;
	position:absolute;
	top:0px;
	left:0px;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-quote-marks.gif') 0px 0px;
	z-index:5;
}
.pullout-quote-bottom {
	display:block;
	width:50px;
	height:41px;
	position:absolute;
	bottom:0px;
	right:0px;
	background: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-quote-marks.gif') -50px 0px;
	z-index:5;
}

.post-intro {
font-family: Georgia, Times, Serif;
	font-size: 0.87em;
	color: #404040;
        float: inherit;
        padding-top: 1.2em;
        display: block;
	font-style: italic;
	line-height: 1.1em;

}

.sales-interrupt{
font-size: inherit;
color: #303030;
background-color: #fff3df;
padding: 10px;
margin-bottom: 1.2em;
font-family: Helvetica, Arial, sans-serif;
border: 1px dashed #000000;

}

.disclosure-interrupt{
font-size: inherit;
font-style: italic;
color: #303030;
padding-left: 10px;
border-left: 4px solid #a0a0a0;
margin-bottom: 1.2em;
font-family: Georgia, serif;
padding-top: 5px;
padding-bottom: 5px;
}

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
    margin-top: 20px;
margin-bottom: 20px;
}

hr.dotted {
border-top: 1px dotted #BBB;

}




/*PULLOUT UL FOR SALES PAGES*/

.pulloutsales {
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-grey-gradient-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
	/*font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f6f6f6;
	border-right-color: #e4e4e4;
	border-bottom-color: #cecece;
	border-left-color: #e4e4e4;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	margin-bottom:25px;
	float:left !important;
	width:100%
}
.pulloutsales h2 {
	font-size:22px!important;
	margin-bottom:20px;
}
.pulloutsales ul {
	width:auto;
	/*float:left;*/
	margin:0px!important;
}

.pulloutsales li {
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-right:10px;
	margin:0px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}
.pulloutsales td {
	text-align:center;
	width:25%;
	vertical-align: top;
}
.pulloutsales p {
	margin-bottom:15px;
}

pullout3 {
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-grey-gradient-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f6f6f6;
	border-right-color: #e4e4e4;
	border-bottom-color: #cecece;
	border-left-color: #e4e4e4;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	margin-bottom:25px;
}
.pullout3 h2 {
	font-size:22px!important;
	margin-bottom:20px;
}
.pullout3 ul {
	width:290px;
	float:left;
	margin:0px!important;
}

.pullout3 li {
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}
.pullout3 td {
	text-align:center;
	width:25%;
	vertical-align: top;
}
.pullout3 p {
	margin-bottom:15px;
}




/* TICK LIST WIDE */
.pullout4 {
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-grey-gradient-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f6f6f6;
	border-right-color: #e4e4e4;
	border-bottom-color: #cecece;
	border-left-color: #e4e4e4;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	margin-bottom:25px;
	width: 600px;
	float:left;

}
.pullout4 h2 {
	font-size:22px!important;
	margin-bottom:20px;
}

.pullout4 h3 {
	font-size:20px!important;
	margin-bottom:20px;
padding-top:-10px;
}



.pullout4 ul {
	/*float:left;*/
	margin:0px!important;
}

.pullout4 li {
	background-image: url('//tdftips.s3.amazonaws.com/assets/images/tdf2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}
.pullout4 td {
	text-align:center;
	width:25%;
	vertical-align: top;
}
.pullout4 p {
	margin-bottom:15px;
}


/* *************************** ACCOM LISTINGS ***************************  */


/* STANDARD LISTING */


.standardListing
{
    border-radius: 7px;

}

.standardListing {
     border-radius: 7px 7px 7px 7px;
     box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
     padding-bottom: 40px;
     position: relative;
}


.standardListing div.listingImages {
     background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.3);
     margin: 3px;
     padding: 10px;
    margin-right: 15px;
float: right;
position: absolute;
top: 25px;
right: 15px;
}

.standardListing .listingImages
{
  height: 100px;
}

.standardListing .AL-thumb
{
  width: 50%;
  padding: 0;
  text-align: center;
}

.standardListing .AL-thumb img
{
        height:     100px !important;
        width:       auto;
}

body .standardListing .AL-thumbholder-STD
{

height: 500px;
overflow: visible;
}


.standardListing .AL-meta
{
	float: left;
	width: 350px;
}


/* PREMIUM LISTING */

.premiumListing {
     border-radius: 7px 7px 7px 7px;
     box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
     padding-bottom: 40px;
}

.premiumListing .AL-meta {
     width: 260px;
}

.premiumListing div.listingImages {
     background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.3);
     border-radius: 4px 4px 4px 4px;
     border: 1px solid #bbb;
	 margin: 0 auto;
     width: 600px;
	clear: both;
}

.premiumListing div.listingImages div.AL-featuredImage
{
    text-align: center;
}

.premiumListing div.listingImages div.AL-featuredImage img {
     height: 200px !important;
     width: auto;
     max-height: 100%;
}

.premiumListing .AL-featuredImage
{
    width: 100%;
    height: 205px;
    overflow: visible;

}

.premiumListing .AL-thumbholder
{
        overflow: visible;
        text-align: center;
		padding: 10px 0 0 0;
		min-height: 217px;
		margin-top: 10px;
}

.premiumListing .AL-thumb
{
	width: 33%;
		height: 190px;
		overflow: hidden;
}

.premiumListing .AL-thumb img
{
        height:     auto !important;
        width:       190px; !important;
	box-radius: 3px;

}

.premiumListing div.listingImages div.AL-thumb img {
     height: auto;
     max-height: 100%;
     max-width: 100%;
}

.AL-map iframe, .AL-map
{
    width: 250px !important;
    height: 180px;
	float: right;
    }

.AL-map
{
    margin: 10px 0 10px 20px;
}

.AL-map small
{
    width: 100%;
    display: block;
    text-align: center;
    background: rgba(255,255,255,0.5) !important;
    border-radius: 4px;
    border: 1px solid #BBB;
    clear: both;
    padding: 4px 0;
	position: relative;
	top: 5px;
}

.AL-map small a
{
    color: #000000 !important;
    text-decoration: none;
    background: rgba(255,255,255,0.2);
    clear: both;
}

 .AL-map iframe
 {
     border-radius: 10px;
     border: 1px solid #BBB;
 }

.premiumListing  .AL-miscmeta
{
margin-right: 10px;
width: 100%;
}

.premiumListing .AL-miscmeta .AL-metaTitle
{
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.AL-miscmeta .AL-metaField
{
	color: #555;
	display: inline-block;
	margin-bottom: 5px;
}

.premiumListing .premium-features
{
	list-style-type: none;
	width: 600px;
	clear: both;
	font-size: 13px;
}

.premiumListing .premium-features li
{
	display: block;
	width: 33%;
	float: left;
	position: relative;
	text-indent: 10px;
}

.premiumListing .premium-features li:before
{
	content: '\2713 ';
	position: absolute;
	left: -20px;
	top: 0px;
}



/* ***************************  END ACCOM LISTINGS ***************************  */



/* menu waypoints */

.sticky-wrapper
{
height: auto;
}

#menu.stuck
{
position: fixed;
z-index:10;
top:0;
width: 100em;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px 0px;
}

#menu.stuck
{
position: fixed;
z-index:10;
top:0;
width: 100em;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px 0px;
background: black;
}

.navigation.stuck
{
position: fixed;
z-index:10;
top:0;
width: 100em;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px 0px;
}

#mainmenu-block-bg.stuck
{
position: fixed;
z-index:10;
top:0;
width: auto;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 4px 0px;

}