/* =============================================================================
  General layout elements
  ========================================================================== */

.mobile-only{
	display: none !important;
}

body
{
	background-color: #ffffff; /* slightly off white */
}

	body p{
		font-size:16px;
		line-height:1.6;
		color:#4c4d4f;
	}

	body #block-system-main .node li{
		font-size:16px;
		line-height:1.1;
		color:#4c4d4f;
		margin-bottom: 15px;
	}

a{
	color:#444444;
	text-decoration:none;
}

	a:hover{
		text-decoration:underline;
	}
* { outline: none; }
.content-container,
.footer-element-2-of-2{
	width:980px;
	margin:0 auto;
}

.footer-element-2-of-2{
	border-top: 1px solid #ddd;
	padding-top:28px;
}

.footer-tagline {
	float: left;
	width: 100%;
	padding: 20px 0 10px;
	text-align: center;
	font-style: italic;
	border-top: 1px solid #ddd;
	margin-top: 25px;
    position: relative;
    font-family: "ltc-bodoni-175",serif;
    font-size: 24px;
}

.footer-tagline .tagline {
    position: relative;
}

.footer-tagline .trademark {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 8px;
    font-style: normal;
    font-family: Arial, sans-serif;
}

.placeholder { color: #aaa; }

div[role="main"]{
	/*margin-top:10px;*/
}

body.drupal .block.shinola_customer_service  a,
body.drupal  div[role="main"] article a{
	color: #000000;
	font-weight: bold;
}

body.drupal div[role="main"] article .fa{
	color: #a6a6a6 !important;
	font-weight: normal !important;
}
body.drupal div[role="main"] article .social-media.mobile-only .fa{
	color: #FFFFFF !important;
}

ul.social-media.mobile-only{
	margin-bottom: 15px !important;
}

input[type="submit"]{
	-webkit-appearance: none;
}

input{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

input[type="submit"],
.button{
	background-color:#000;
	font-weight: normal!important;
	padding:0.4em 0.8em;
	text-decoration:none!important;
	color: #fff;
	border: 1px solid #000;
	letter-spacing: 2px;
	font-family: "akzidenz-grotesk",sans-serif;
	transition: background-color 0.3s, border 0.3s;
}

input[type="submit"].button-yellow,
.button-yellow{
	font-family: "ltc-bodoni-175",serif;
	background-color:#fca311;
	font-weight: normal!important;
	padding:0.4em 0.8em;
	text-decoration:none!important;
	color: #363636;
	border: 1px solid #CF9D0A;
	text-transform: uppercase;
}

input[type="submit"]:hover,
.button:hover {
	background-color: #626262;
	border: 1px solid #626262;
}

input[type="submit"].button-yellow:hover,
.button-yellow:hover {
	background-color:#fca311;
	border: 1px solid #CF9D0A;
}

.cta-hero.yellow {
	font-family: "ltc-bodoni-175",serif;
	background: #fca311;
	border: 1px solid #CF9D0A;
	color: #000 !important;
	font-size: 15px !important;
	padding: 0.4em 0.8em !important;
	letter-spacing: normal !important;
}

.cta-hero {
	font-family: "akzidenz-grotesk",sans-serif;
	font-size: 11px !important;
	color: black;
	border: 1px solid black;
	padding: 7px 10px;
	text-decoration: none;
	font-weight: normal !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
}

.cta-hero.hide {
    visibility: hidden;
}

.cta-hero:hover {
	text-decoration: none;
}

@media (max-width: 767px){
	.cta-hero {
		position: relative;
		background: black!important;
		color: white!important;
	}
}

.carousel-teaser-cta-dark .cta-hero {
	color: #000 !important;
	border: 1px solid #000;
}

.element-invisible{
  display:none;
}

#user-login{
	margin:40px 0;
}

	#user-login label{
	  display:block
	}

	#user-login .form-text{
	  margin-bottom:5px
	}

#block-system-main a{
	color: black;
	font-weight: bold;
}

.fieldset-toggle.button{
	font-weight: normal!important;
}

/* admin "tabs" */
#tabs{
	position: fixed;
	left: 15px;
	top:140px;
	background: rgba(0,0,0,0.4);
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

	#tabs ul{
		padding: 0;
		margin: 0;
	}

		#tabs ul li{
			list-style-type: none;
			padding:0;
			margin: 0 0 5px 0;
		}

			#tabs ul li a{
				color: white;
				font-size: 13px
			}

/*  drupal messages  */

.messages{
	font-size: 13px;
	margin:10px auto;
	padding:10px;
	border:1px solid;
}

	body.page-careers #block-system-main #messages{
		width:337px;
	}

	.messages.error{
		color:red;
		border:1px solid red;
		background-color: pink;
		padding: 10px;
	}

	.messages li.success-msg,
	.messages.success,
	.messages.status{
		color:green;
		border-color:green!important;
		background-color: #eeffee;
	}


	.messages ul{
		margin:0;
		padding:0;
	}
		.messages li{
			list-style-type:none;
		}

/*  header elements  */

header{
	/* margin-top:31px; */
}

header #standard-header-callout{
	background:#000;
        padding:0;
        text-align:center;
}

footer{
	margin-top: 20px;
	margin-bottom:41px;
}

#footer-left {
	float:left;
	width:40%;
}

footer .newsletter-footer {
	width:300px;
	float:left;
	display:block;
	height:auto;
}
footer .newsletter-footer #newsletter-footer {
	float:none;
	text-align:left;
	margin-bottom:20px;
}
footer .newsletter-footer #newsletter-footer-email-form {
	padding-bottom: 20px;
}
footer .newsletter-footer #newsletter-footer-email-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
}
footer .newsletter-footer #newsletter-footer-email-form fieldset .email-field-container label {
	display: none;
}
footer .newsletter-footer #newsletter-footer-email-form fieldset .email-field-container input {
	float: left;
	font-size: 14px;
}
footer .newsletter-footer #newsletter-footer-email-form fieldset input[type="email"] {
	padding: 5px;
	width: 225px;
	border: 1px solid #ccc;
	line-height: 19px;
}
footer .newsletter-footer #newsletter-footer-email-form fieldset input[type="submit"] {
	line-height: 18px;
}
footer .newsletter-footer #newsletter-footer-email-form fieldset .throbber-container {
	position: absolute;
	top: 0;
	right: -30px;
	height: 30px;
	width: 30px;
	background: url(/bridge/newsletter-loader.gif) no-repeat center center transparent;
}
footer .newsletter-footer .feedback, footer .newsletter-footer .messages, footer .newsletter-footer .messages li {
	float: left;
	width: 100%;
	border: none;
	font-size: 12px!important;
	font-family: "akzidenz-grotesk",sans-serif;
	text-transform: uppercase;
	color: red;
	margin: 0;
	padding: 5px 0;
}
footer .newsletter-footer .messages {
	padding: 0;
}
.amazon-footer {
	width: 100%;
	display: block;
	float: left;
	margin-top: 40px;
	font-size: 12px;
}
.amazon-footer a {
	display: inline-block;
	color: #999;
	padding: 10px 30px 10px 45px;
	position: relative;
	border: 1px solid #ddd;
}
.amazon-footer a:hover {
	text-decoration: underline;
}
.amazon-footer a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 5px;
	height: 25px;
	width: 25px;
	background: url(/shop/skin/frontend/base/default/images/shinola/amazonpayments/icon/amazon_icon_knockout_white_bg.png) center center no-repeat black;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	opacity: 0.7;
}
footer .copyright {
	float:left;
}

footer .social-media.no-mobile {
	float:left;
	clear:left;
}

#footer-right {
	float:left;
	width:60%;
}

#footer-right ul {
	float:left;
	width:28%;
	margin:0 2%;
}

#footer-right ul li {
	display:block;
	list-style-type:none;
	text-align:center;
	margin-bottom:8px;
}
@media screen and (max-width: 699px) {
	.amazon-footer {
		text-align: center;
	}
}
/*  slogan element  */

#slogan{
	width:178px;
	float:left;
	font-size:16px;
	font-style:italic;
	margin-top:55px;
}

	#slogan span{
		font-size:11px;
	}

#content-area {
	margin-top: 140px;
}

#cart-contents {
	border: 1px solid #c4c4c4;
	background-color: white;
    font-size: x-small;
}

#cart-contents .empty {
    padding: 1em;
}

#cart-contents .empty p {
    font-size: small;
    font-style: italic;
    line-height: 1.4;
}

#cart-contents table {
    border-collapse: collapse;
}

#cart-contents table thead th {
    background-color: #f2f2f2;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 0;
}

#cart-contents table thead th:first-child {
    padding-left: 1em;
}

#cart-contents table thead th:last-child {
    padding-right: 1em;
    text-align: right;
}

#cart-contents table tbody td {
    text-align: left;
    vertical-align: top;
}

#cart-contents table tbody tr td > div {
    border-top: 1px solid #ccc;
    padding: 1em 0;
}

#cart-contents table tbody tr:first-child td > div {
    border-top: none;
    padding-top: 0;
}

#cart-contents table tbody tr:first-child td {
    padding-top: 1em;
}

#cart-contents .product-image {
    padding-left: 1em;
}

#cart-contents .product-image a {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    overflow: hidden;
}

#cart-contents .product-image img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

#cart-contents .product-title div {
    padding-left: 1em;
    padding-right: 1em;
}

#cart-contents .product-title a {
    display: block;
    font-family: "ltc-bodoni-175",serif;
    text-transform: uppercase;
}

#cart-contents .product-price {
    padding-right: 1em;
    text-align: right;
}

#cart-contents .product-price div {
    width: 52px;
    overflow: hidden;
}

#cart-contents tfoot td {
    text-align: right;
    padding: 0 1em;
}

#cart-contents tfoot td > div {
    display: inline-block;
    padding-bottom: 1em;
}

#cart-contents .subtotal {
    font-size: small;
    font-weight: bolder;
    text-align: center;
}

#cart-contents .checkout {
    margin-bottom: .4em;
}

#cart-contents .checkout a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    border: 1px solid #000;
    background-color: #000;
    font-family: "akzidenz-grotesk",sans-serif;
    font-size: 11px !Important;
    letter-spacing: 2px;
    color:#fff;
}

#cart-contents .checkout a.yellow {
		text-align: center;
		display: block;
		text-transform: uppercase;
		border: 1px solid #CF9D0A;
		background-color: #fca311;
		font-family: "ltc-bodoni-175",serif;
		font-size: small !Important;
		color:#000;
		letter-spacing: normal;
}

#cart-contents .checkout a:hover {
	text-decoration: none;
	background-color: #626262;
  border: 1px solid #626262;
}

#cart-contents .checkout a.yellow:hover {
  text-decoration: none;
	background-color: #fca311;
  border: 1px solid #CF9D0A;
}

#cart-contents .view-cart a {
  text-align: center;
  display: block;
  text-transform: uppercase;
  border: 1px solid black;
  font-family: "akzidenz-grotesk",sans-serif;
  font-size: x-small !Important;
}

#cart-contents .view-cart a:hover {
	text-decoration: none;
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
}

/*  newsletter forms  */

form input[type="email"].error,
form input[type="text"].error{
	border-color:red;
}

.result.error,
.result.error p,
form .error{
	color:red;
}


/*  header newsletter form  */

#header-newsletter{
 	position: absolute;
    right: 0;
    top: -15px;
    width: 315px;
    display:none;
}

	#header-newsletter label{
		float:right;
	}

	#header-newsletter input{
		float:right;
	}

	#newsletter-footer .result,
	#header-newsletter .result{
		position:absolute;
		top:15px;
		right:0;
	}

		#newsletter-footer .result p,
		#header-newsletter .result p{
			padding:10px;
			width:203px;
			font-size: 11px;
			background: #ffffff;
			z-index: 190;
			line-height: 1.1;
			border: 1px solid #C4C4C4;
			position: relative;
			text-align: left;
		}

		#newsletter-footer .result p span,
		#header-newsletter .result p span{
			text-transform: uppercase;
			font-weight: bold;
			display: block;
			color: #000;
		}

		#newsletter-footer .result.error p,
		#header-newsletter .result.error p{
			border-color: red;
		}

		#newsletter-footer .result p a,
		#header-newsletter .result p a{
			font-size: 11px;
		}

			#newsletter-footer .result p .close,
			#header-newsletter .result p .close{
				position: absolute;
				top: 5px;
				right: 6px;
				background:url(../../media/sprites.png) no-repeat -125px -58px;
				width:10px;
				height:10px;
				display: block;
				text-indent: -9999px;
				text-align: left;
			}

			#newsletter-footer .result p a:not(.close),
			#header-newsletter .result p a:not(.close){
				display: block;
				margin-top: 10px;
			}

			#newsletter-footer .result p .close:hover,
			#header-newsletter .result p .close:hover{
				background-position: -114px -58px;
			}


#header-newsletter-reveal{
 	position: absolute;
    right: 0;
    top: -12px;
    width: 200px;
    text-decoration:none;
    z-index:1;
}

input#header-email{
	width: 150px;
}
input#keys{
	width: 125px;
}
/* footer newsletter form */

	footer [for="footer-email"] #footer-email{
		margin-bottom:4px;
		width: 233px;
	}


#newsletter-footer{
	margin-top:-5px;
	position:relative;
}

	#newsletter-footer .result{
		bottom:19px;
		top: auto;
	}

/*  home page product category elements  */

#block-views-home_page_grid-block{
	margin-top:0;
}

	#block-views-home_page_grid-block ul{
		padding:0;
		margin-left:-11px;
	}

		#block-views-home_page_grid-block li{
			list-style-type:none;
		}

			#block-views-home_page_grid-block li h2{
				text-align:center;
				text-transform:uppercase;
				font-size:29px;
				font-weight:normal;
				margin:14px 0 5px;
			}

				#block-views-home_page_grid-block h2 .icon{
					width:30px;
					height:34px;
					display:inline-block;
					vertical-align:bottom;
				}

				#block-views-home_page_grid-block h2 .watches{
					background:url(../../media/sprites.png);
					background-position:-82px -111px;
					margin-right: 7px;
				}

				#block-views-home_page_grid-block h2 .bicycles{
					background:url(../../media/sprites.png);
					background-position:0 -111px;
					margin-right:5px;
				}

				#block-views-home_page_grid-block h2 .leather{
					background:url(../../media/sprites.png);
					background-position:-45px -111px;
				}

				#block-views-home_page_grid-block h2 .journals{
					background:url(../../media/sprites.png);
					background-position:-139px -111px;
				}

			#block-views-home_page_grid-block .img-wrapper{
				width: 330px;
				height: 358px;
			}

			#block-views-home_page_grid-block li img{
				position: absolute;
				margin-left:11px;
				z-index: 50;
			}

				#block-views-home_page_grid-block li .grayscale{
					z-index: 49;
				}


/* home page product grid */
#block-views-home_page_grid-block .field-name-field-image-block{}

	#block-views-home_page_grid-block li{
		position: relative;
	}

		#block-views-home_page_grid-block .product-category-images .img-wrapper{
			float: left;
		}

	#block-views-home_page_grid-block .product-overlay {
		position: absolute;
		bottom: 0;
        left: -9999px;
		z-index: 180;
		width: 978px;
		height: 358px;
	}

        #block-views-home_page_grid-block .product-overlay .context-wrapper-bg {
            position: relative; /* positioning context for background overlay */
            height: 100%;
        }

        /* NOTE: Can't use generated content because IE8 filter isn't compatible with generated context. */
        #block-views-home_page_grid-block .product-overlay .product-overlay-bg {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: white;

            /* Poopy browser transparency support (cough – IE8) */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

            /* Good browsers. */
            opacity: .6;
        }

		#block-views-home_page_grid-block .product-overlay .container {
			width: 500px;
			margin: 0 auto;
			text-align: center;
            position: relative;
		}

			#block-views-home_page_grid-block .product-overlay .container .field-name-field-product-title{
				text-transform: uppercase;
				font-size: 26px;
				margin-bottom: 25px;
			}

			#block-views-home_page_grid-block .product-overlay .container .field-name-field-product-description{
				font-size: 16px;
				line-height: 1.4;
				margin-bottom: 30px;
			}

			#block-views-home_page_grid-block .field-name-field-link a {
				font-size: 15px;
				background-color:#000;
				padding:11px 30px;
				text-decoration:none!important;
				color: #fff;
				text-transform: uppercase;
				border: 1px solid #000;
				display: inline-block;
				font-family: "akzidenz-grotesk",sans-serif !important;
				letter-spacing: 2px;
				transition: background-color 0.3s, border 0.3s;
			}

			#block-views-home_page_grid-block .field-name-field-link a.yellow {
				font-size: 20px;
				background-color:#fca311;
				padding:0.4em 0.8em;
				text-decoration:none!important;
				color: #363636;
				text-transform: uppercase;
				border: 1px solid #CF9D0A;
				display: inline-block;
				font-family:"ltc-bodoni-175",serif !important;
				letter-spacing:normal !important;
			}

				#block-views-home_page_grid-block .field-name-field-link a:hover{
					text-decoration: none;
					background-color: #484848;
					border: 1px solid #484848;
				}

				#block-views-home_page_grid-block .field-name-field-link a.yellow:hover {
					background-color:#fca311;
					border: 1px solid #CF9D0A;
				}

  article#stories-and-interviews .slides,
  article#the-driving-tour .slides
  {
    height:440px;
  }

  article .slides > li{
    width:980px;
  }

.ajax-progress .throbber{
  background-image:url(/sites/all/themes/shinola/media/loader.gif);
  background-position:0 -10px;
  width: 28px;
  height: 28px;
}

.ajax-progress .message {
  display:none;
}

#newsletter-header .ajax-progress .throbber,
#newsletter-footer .ajax-progress .throbber{
  display:none;
}


/*  field collection styles  */

.action-links-field-collection-add,
.field-collection-view-links{
	display:none;
}

/*  image carousel node styles  */
.node .image-carousel{

}

	.node .image-carousel .bx-wrapper{

	}

	.node .image-carousel ul{
		padding:0;
		margin:0;
	}

		.node .image-carousel li{
			list-style-type:none;
		}

	.node .image-carousel .main-image{
		float:left;
		width:980px;
		height:500px;
		overflow:hidden;
	}

	.node .image-carousel .main-image li{
		clear:none;
		float:left;
	}

	.node .image-carousel .thumbnails{

	}

		.node .image-carousel .thumbnails li{
			width:72px;
			height:73px;
			margin:5px 5px 5px 0;
			overflow:hidden;
			display:inline-block;
		}

			.node .image-carousel .thumbnails img{
				width:auto;
				height:73px;
				margin-left:-27px;
				opacity:0.6;
				filter:alpha(opacity=60);
			}

			.node .image-carousel .thumbnails .active img{
				opacity:1;
				filter:alpha(opacity=100);
			}

div[role="main"]{

}
.breadcrumbs{
	padding-top: 15px;
}
  #breadcrumb{
    /*padding:3px 0 4px;*/
    margin:10px 0 0;
  }

  #breadcrumb .breadcrumb{
    padding:17px 0 0;
  }

  #breadcrumb,
  #breadcrumb a{
    background-color: #ffffff;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    color:#a6a6a6;
  }

  #breadcrumb a{
    color:#a6a6a6;
  }

  body.home.with-sidebar section .content-container article{
  	width: 980px;
  }

  .with-sidebar section .content-container article{
    width:645px;
    float:left;
  }

  .with-sidebar section .content-container aside#primary{
    width:300px;
    float:right;
    margin-top:32px;
    margin-left:35px;
  }

  .with-sidebar section .content-container aside#secondary{
    width:285px;
    float:left;
    margin-top:7px;
    margin-right:50px;
  }


    aside .block{
      padding-bottom:20px;
      margin-bottom:20px;
    }

      aside .block h2{
        font-size:10px;
        text-transform:uppercase;
        margin-bottom:5px;
      }

        aside .block .node img{
          margin-bottom:6px;
        }

        aside .block .node p{
          font-size:11px;
          color:#292928;
          margin-top:0;
        }

    aside .block:last-child{
      border-bottom:none;
      padding-bottom:0;
      margin-bottom:0;
    }

    aside fieldset{
    	width:91%;
    	margin-bottom:10px;
    }

    aside .form-file,
    aside .form-text{
    	width:90%;
    }

	/*  managed file elements  */

    .form-managed-file{
    	margin-bottom:10px;
    }

/* home page modal */
#home-page-modal-wrapper{
	display: none;
}

#home-page-modal{
	padding: 30px 30px 50px 30px;
	width: 600px;
}

#home-page-modal.home-page-modal-variation {
	padding: 0 250px 0 0;
        width: 450px;
        background:transparent url(../../media/modal-watch.jpg) no-repeat right top;
}

#home-page-modal.home-page-modal-variation #webform-component-intro p {
	padding: 0 60px;
}

#home-page-modal.home-page-modal-variation #webform-component-outro{
	margin: 0 120px 0 0;
}

#home-page-modal.home-page-modal-variation .messages{
	margin: 0 60px;
	width: auto;
}

#home-page-modal.home-page-modal-variation h2{
	margin-bottom: 0px;
}

#home-page-modal.home-page-modal-variation #webform-component-email-address--mailchimp-email-address{
	text-align: center;
	margin: 30px auto 30px;
}

#home-page-modal.home-page-modal-variation #webform-component-email-address--mailchimp-email-address input{
	width: 160px;
}

#home-page-modal.home-page-modal-variation .form-actions{
	margin: 0 0 0 144px;
}

#home-page-modal.home-page-modal-variation .form-actions #edit-submit{
	margin-right: 0;
}

#home-page-modal .social-media{
	display: none;
}

	#home-page-modal .messages{
		width: 470px;
		text-align: center;
	}

	#home-page-modal h2{
		text-transform: uppercase;
		text-align: center;
		font-size: 32px;
		margin-top: 0;
	}

	#home-page-modal #webform-component-intro{
		text-align: center;
		width: 490px;
		margin: 0 auto;
	}

		#home-page-modal #webform-component-intro p:before,
		#home-page-modal #webform-component-intro p:after{
			content: '';
			display: block;
			height:3px;
		  background-image:url(../../media/sprites.png);
  		background-position:0 0;
		}

		#home-page-modal #webform-component-intro p:before{
			margin-bottom:10px;
		}

		#home-page-modal #webform-component-intro p:after{
			margin-top:10px;
		}


	#home-page-modal #webform-component-outro{
		float: right;
		margin: 0 200px 0 0;
	}

		#home-page-modal #webform-component-outro p{
			margin: 0;
		}

	#home-page-modal #webform-component-email-address--mailchimp-email-address{
		width: 430px;
		margin: 30px 20px 30px 100px;
	}

		#home-page-modal #webform-component-email-address--mailchimp-email-address label{
			display: block;
			display: inline-block;
			text-transform: uppercase;
			margin-right: 10px;
			font-size: 14px;
		}

			#home-page-modal #webform-component-email-address--mailchimp-email-address label .form-required{
				display: none;
			}

		#home-page-modal #webform-component-email-address--mailchimp-email-address input{
			width: 282px;
			display: inline-block;
		}

	#home-page-modal .form-actions{
		text-align: center;
		margin: 0 0 0 256px;
		float: left;
		position: relative;
	}

		#home-page-modal .form-actions #edit-submit{
			margin-right: 20px
		}

		#home-page-modal .form-actions .throbber{
			position: absolute;
			background-position: 0 0;
			left: 99px;
			top: 8px;
			background-image: url(/bridge/newsletter-loader.gif);
		}

/*  mailing list modal  */
#modal-mailinglist-wrapper{}

	#modal-mailinglist-wrapper .messages{
		padding: 10px 20px;
		margin-left: 0;
		width: 372px;
	}

		#modal-mailinglist-wrapper .messages p{
			margin: 0;
			padding: 0;
		}

	#modal-mailinglist-form-wrapper{
		display: inline-block;
	}

	#modal-mailinglist-wrapper	#modal-mailinglist-form-email{
		width: 250px;
		font-size: 17px;
		padding: 6px;
		margin:0 5px;
	}

	#modal-mailinglist-wrapper .form-actions{
		position: relative;
		display: inline-block;
	}

		#modal-mailinglist-wrapper .form-actions .ajax-progress{
			position: absolute;
			left: 95px;
			top: 6px;
		}

			#modal-mailinglist-wrapper .form-actions .ajax-progress .throbber{
				width: 16px;
				height: 16px;
				background-image: url(/bridge/newsletter-loader.gif);
				background-position: 0 0;
			}


/* =============================================================================
  403 & 404 Pages
  Styles beginning with .page-not-found are for the Drupal 404 page.
  Styles beginning with body.cms-no-route are for the Magento 404 page.
  ========================================================================== */

.page-not-found{

}

    .page-not-found div[role="main"] .node,
    body.cms-no-route .no-route {
        overflow: hidden;
    }

    .page-not-found #block-system-main > .node,
    body.cms-no-route .page {
        margin-bottom: 0;
    }

    .page-not-found .content-container + footer,
    body.cms-no-route #footer-container > footer {
        margin-top: 0 !Important;
    }

    .page-not-found .breadcrumbs,
    .page-not-found #breadcrumb,
    body.cms-no-route .breadcrumbs {
        display: none;
    }

    body.cms-no-route .no-route {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-not-found div[role="main"] .node h2{
        display: none;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item p,
    body.cms-no-route .no-route p {
        font-family: "ltc-bodoni-175",serif;
        font-size: 48px;
        text-align: center;
        line-height: 1.2;
        text-transform: uppercase;
        padding: 0 0 .85em 0;
        margin: .75em 0 1.6em 0 !Important;
        border-bottom: 3px double #ccc;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item:after,
    body.cms-no-route .no-route:after {
        content: " ";
        clear: both;
        display: block;
        font-size: 48px;
        height: 1.6em;
    }

    /* Normalize body field */
    .page-not-found div[role="main"] .node .field-name-body .field-item dl,
    .page-not-found div[role="main"] .node .field-name-body .field-item dl dt,
    .page-not-found div[role="main"] .node .field-name-body .field-item dl dd,
    .page-not-found div[role="main"] .node .field-name-body .field-item ul,
    .page-not-found div[role="main"] .node .field-name-body .field-item ul li,
    body.cms-no-route .no-route dl,
    body.cms-no-route .no-route dl dt,
    body.cms-no-route .no-route dl dd,
    body.cms-no-route .no-route ul,
    body.cms-no-route .no-route ul li{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item dl,
    .page-not-found div[role="main"] .node .field-name-body .field-item ul,
    body.cms-no-route .no-route ul,
    body.cms-no-route .no-route dl {
        float: left;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item p + dl,
    body.cms-no-route .no-route p + dl {
        width: 20%;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item p + dl + dl,
    body.cms-no-route .no-route p + dl + dl {
        width: 32%;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item p + dl + dl + dl,
    body.cms-no-route .no-route p + dl + dl + dl {
        width: 28%;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item p + dl + dl + dl + dl,
    body.cms-no-route .no-route p + dl + dl + dl + dl {
        width: 20%;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item dl dt,
    body.cms-no-route .no-route dl dt {
        font-family: "ltc-bodoni-175",serif;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .page-not-found #block-system-main .node .field-name-body .field-item ul li,
    body.cms-no-route .no-route ul li {
        margin-bottom: 0;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item ul li ~ li,
    body.cms-no-route .no-route ul li ~ li {
        padding-top: .5em;
    }

    .page-not-found #block-system-main .node .field-name-body .field-item ul a,
    body.cms-no-route .no-route ul a {
        font-family: "ltc-bodoni-175",serif;
        font-weight: normal;
        text-transform: uppercase;
    }

    .page-not-found div[role="main"] .node .field-name-body .field-item dl dd ~ dd,
    body.cms-no-route .no-route dl dd ~ dd {
        margin-top: .75em;
    }

    .page-not-found #block-system-main .node .field-name-body .field-item dl dd a,
    body.cms-no-route .no-route dl dd a {
        font-weight: normal;
    }

    @media screen and (max-width: 699px) {

        .page-not-found #block-system-main .node .field-name-body.field-type-text-with-summary .field-item p,
        body.cms-no-route .no-route p {
            font-size: 1.5em;
            margin: 0 0 1em 0;
            padding: 0 0 1em 0;
        }

        .page-not-found div[role="main"] .node .field-name-body .field-item:after,
        body.cms-no-route .no-route:after {
            font-size: 1em;
        }

        .page-not-found #block-system-main .node .field-name-body .field-item p + dl,
        .page-not-found #block-system-main .node .field-name-body .field-item p + dl + dl,
        .page-not-found #block-system-main .node .field-name-body .field-item p + dl + dl + dl,
        .page-not-found #block-system-main .node .field-name-body .field-item p + dl + dl + dl + dl,
        body.cms-no-route .no-route p + dl,
        body.cms-no-route .no-route p + dl + dl,
        body.cms-no-route .no-route p + dl + dl + dl,
        body.cms-no-route .no-route p + dl + dl + dl + dl {
            float: none;
            width: auto;
            margin: 1em 0 0 0;
            padding-left: 1em;
            padding-right: 1em;
        }

        .page-not-found #block-system-main .node .field-name-body .field-item dl,
        body.cms-no-route .no-route p + dl {
            margin-top: 0;
        }

        .page-not-found #block-system-main .node .field-name-body .field-item dl dt,
        body.cms-no-route .no-route dl dt {
            border-bottom: 1px solid black;
        }

        .page-not-found div[role="main"] .node .field-name-body .field-item ul,
        body.cms-no-route .no-route ul {
            margin: 2em 0 0 0;
            padding-left: 1em;
            padding-right: 1em;
        }

    }

.access-denied{

}

	.access-denied div[role="main"] .node{
		padding: 43px 47px 0 47px;
		margin-top: 50px;
		background: url(../../media/backgrounds/404-background.jpg) no-repeat;
		min-height: 818px;
	}

		.access-denied div[role="main"] .node h2{
			display: none;
		}

		.access-denied div[role="main"] .node .field-name-body .field-item p{
			font-size: 48px;
			text-align: center;
			line-height: 1.2;
			text-transform: uppercase;
		}

		.access-denied div[role="main"] .node .field-name-body .field-item p:after{
			content: '403 Error';
			font-size: 13px;
			font-weight: bold;
			font-style: italic;
			text-align: center;
			display: block;
			margin-top: 25px;
		}


/* landing teaser image and video */

#block-system-main > .node{
  margin-bottom:37px;
}

	.where-american-is-made #where-american-is-made-left {
		float:left;
		width:480px;
		margin-right:20px;
		margin-bottom:20px;
		clear:both;
	}

	.where-american-is-made #where-american-is-made-right {
		float:left;
		width:480px;
		margin-bottom:20px;
	}

	.where-american-is-made #where-american-is-made-right p {
		margin:0 0 20px 0 !important;
		padding:0;
	}

	.where-american-is-made #where-american-is-made-right ul {
		margin:0;
		padding:0;
	}

	.where-american-is-made #where-american-is-made-right li.social-media {
		float:left;
		margin-top:8px;
		margin-right:4px;
	}

	.where-american-is-made #block-system-main h2,
	.video-landing-page #block-system-main h2 {
		float: left;
		margin-top:4px;
	}

	.where-american-is-made #breadcrumb,
	.video-landing-page #breadcrumb { display:none; }

	.our-story-about-shinola #block-system-main h2 {
		margin-top:20px;
	}

	.where-american-is-made #block-system-main h2 {
		margin-top:20px;
	}

	.where-american-is-made #block-system-main h3 {
		text-transform:uppercase;
		clear:both;
	}

	.where-american-is-made #block-system-main h2,
	.video-landing-page #block-system-main h2,
	.our-story-about-shinola #block-system-main h2 {
		margin-bottom:12px;
	}

	.where-american-is-made #block-system-main h3 {
		font-size:34px;
		margin:0;
	}

	.video-landing-page #block-system-main h3 {
		margin:0 0 12px 0;
		display:inline !important;
		font-size:40px !important;
		float:left;
	}

	.where-american-is-made #block-system-main h4,
	.video-landing-page #block-system-main h4 {
		height:30px;
		margin:0;
		padding:2px 0;
		font-size:24px;
	}

	.video-landing-page-social-media {
		float: right;
		font-size:12px;
	}

	.video-landing-page-social-media img {
		padding-top:4px;
		margin-right:10px;
		width:22px;
	}

	.video-landing-page #block-system-main .video-landing-page-newsletter {
		float:right;
		width:500px;
		text-align:right;
	}

	.video-landing-page #block-system-main .video-landing-page-newsletter form {
		padding-top:10px;
	}

	.video-landing-page #block-system-main .video-landing-page-newsletter form #result {
		padding: 6px 0 0 26px;
		text-align:left;
		font-size: 12px;
	}

	.video-landing-page #block-system-main .video-landing-page-newsletter form input#video-landing-page-newsletter-email {
		font-family:"ltc-bodoni-175",serif;
		font-size:20px;
		border:1px solid #000;
		padding:6px 10px;
		width:356px;
		margin-right:10px;
	}

	.video-landing-page #block-system-main .video-landing-page-newsletter form input#video-landing-page-newsletter-submit {
		-webkit-box-shadow:none;
		box-shadow:none;
		padding:8px 12px;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products,
	.video-landing-page #block-system-main .video-landing-page-products {
		border-top:1px solid #C4C4C4;
		clear:both;
		padding-top: 20px;
		margin-top: 20px;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-product,
	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-product {
		float:left;
		width:480px;
		height:310px;
		margin:0 20px 20px 0;
	}

	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-product #video-landing-page-overlay-1 {
		background: transparent url(/sites/default/files/the-runwell-hover.jpg) no-repeat left top;
	}

	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-product #video-landing-page-overlay-2 {
		background: transparent url(/sites/default/files/the-brakeman-hover.jpg) no-repeat left top;
	}

	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-product #video-landing-page-overlay-3 {
		background: transparent url(/sites/default/files/the-birdy-hover.jpg) no-repeat left top;
	}

	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-product #video-landing-page-overlay-4 {
		background: transparent url(/sites/default/files/the-gomelsky-hover.jpg) no-repeat left top;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-product #where-american-is-made-overlay-1 {
		background: transparent url(/sites/default/files/where-american-is-made/the-runwell-hover.jpg) no-repeat left top;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-product #where-american-is-made-overlay-2 {
		background: transparent url(/sites/default/files/where-american-is-made/the-leather-hover.jpg) no-repeat left top;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-product #where-american-is-made-overlay-3 {
		background: transparent url(/sites/default/files/where-american-is-made/the-bixby-hover.jpg) no-repeat left top;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-product #where-american-is-made-overlay-4 {
		background: transparent url(/sites/default/files/where-american-is-made/the-journals-hover.jpg) no-repeat left top;
	}


	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-product p,
	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-product p {
		padding:7px 0 0 0;
		margin:0;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products span.button {
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-product-last,
	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-product-last {
		margin: 0 0 20px 0;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products img,
	.video-landing-page #block-system-main .video-landing-page-products img {
		width:480px;
		height:276px;
	}

	.where-american-is-made #block-system-main .preload,
	.video-landing-page #block-system-main .preload {
		line-height:1px;
		height:1px;
	}

	.where-american-is-made #block-system-main .preload img,
	.video-landing-page #block-system-main .preload img {
		width:0;
		height:0;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-overlay,
	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-overlay {
		display: none;
		position: absolute;
		width:460px;
		height:176px;
		/* background:#fff; */
		/* opacity:0.8; */
		text-align:center;
		text-decoration:none;
		font-weight:normal;
		line-height:32px;
		text-transform:uppercase;
		padding: 100px 10px 0;
	}

	.where-american-is-made #block-system-main .where-american-is-made-products .where-american-is-made-overlay span,
	.video-landing-page #block-system-main .video-landing-page-products .video-landing-page-overlay span {
		margin-top: 14px;
	}

	#block-system-main h2{
		font-size:40px;
		margin-top: 30px;
	}

	#block-system-main.about-shinola p{
		font-size:22px;
	}

#block-system-main > .node ol li{
	font-size: 13px;
	color: #444;
}


.landing-page-teasers{
  margin:0;
  padding:0;
}

  .landing-page-teasers > li{
    list-style-type:none;
    margin:0;
    padding:0 0 20px 0;
    border-top:2px solid #f1eee6;
  }

 	.landing-page-teasers li h2{
		font-size:45px;
		margin-bottom:10px;
 	}

    .landing-page-teasers .node p{
      margin: 10px 0 0 0;
    }

      .landing-page-teasers .node .learn-more-text{
        margin:0 0 11px 0;
      }

        .landing-page-teasers .learn-more-text a{
          text-transform:uppercase;
          font-weight:bold;
          color:#48443e;
        }

    .landing-page-teasers .teaser-image{
      position:relative;
    }

      .landing-page-teasers .teaser-image img{
        padding-top:40px;
      }

      .landing-page-teasers .teaser-image .play-video-link{
        top:164px;
        left:266px
      }

      .landing-page-teasers .teaser-image .media-vimeo-outer-wrapper{
        display:none;
      }

.play-video-link{
  position:absolute;
  width:116px;
  height:96px;
  background-image:url(../../media/sprites.png);
  background-position:0 -170px;
  text-indent:-9999px;
  overflow:hidden;
}

  .play-video-link:hover{
    background-position:-118px -170px;
  }


/* masthead image and video */
div.media-video{
  clear:both;
}

div.media-video,
#masthead {
  position:relative;
}

p.media-video {
  position:relative;
  clear:both;
  height:550px;
  width:980px;
}

  div.media-video .media-vimeo-video,
  #masthead .media-vimeo-video{
    display:none;
  }

  .media-video .play-video-link,
  #masthead .play-video-link{
    top:50%;
    margin-top: -48px;
    left:50%;
    margin-left: -58px;
    display: none;
  }

  div.media-video.active img,
  div.media-video.active .play-video-link,
  #masthead.active img,
  #masthead.active .play-video-link{
  	display:none!important;
  }

  div.media-video.active .media-vimeo-video,
  #masthead.active .media-vimeo-video{
  	display: block;
  }

/* views pager */

div[role="main"] article .pager{
	margin:0;
	padding:0;
	display:block;
	text-align:center;
	clear:both;
}

	div[role="main"] article .pager li{
		list-style-type:none;
		margin:0;
		padding:0;
		display:inline;
		color:#989990;
		font-size:11px;
		font-weight:bold;
	}

	div[role="main"] article .pager li:after{
		content: " - ";
	}

	div[role="main"] article .pager.secondary li:after{
		content: " / ";
	}

	div[role="main"] article .pager li:last-child:after{
		content:none;
	}

		div[role="main"] article .pager li a{
			background-image:none;
		}

		div[role="main"] article .secondary li a{
			color:#48443e;
			font-size:9px;
			font-weight:bold;
		}


/* home page hero slider */

#block-views-hero_carousel-hero_items{
	margin-top:7px;
}

	#block-views-hero_carousel-hero_items ol{
		overflow:hidden;
		width:980px;
		height: 470px;
		margin: 0;
		padding: 0;
	}

		#block-views-hero_carousel-hero_items ol li {
			width:980px;
			height:500px;
			float:left;
			clear:none;
			margin:0;
			padding:0;
			position:relative;
		}

		#block-views-hero_carousel-hero_items ol li .field img {
			position: relative;
			z-index: 0;
		}

        #block-views-hero_carousel-hero_items ol li:hover {
            cursor: pointer;
        }

			#block-views-hero_carousel-hero_items .video-hero-item .hero-video{
				display:none;
				width:980px;
				height:408px;
				background-color:#000000;
			}

				#block-views-hero_carousel-hero_items .video-hero-item .hero-video .media-vimeo-outer-wrapper{
					width:727px;
					margin:0 auto;
				}

			#block-views-hero_carousel-hero_items .video-hero-item .play-video-link{
        		top:50%;
        		margin-top: -48px;
        		left:439px;
        		display: none;
    		}

			#block-views-hero_carousel-hero_items .active.video-hero-item .hero-video{
				display:block;
			}

			#block-views-hero_carousel-hero_items .active.video-hero-item .play-video-link,
			#block-views-hero_carousel-hero_items .active.video-hero-item img,
			#block-views-hero_carousel-hero_items .active.video-hero-item .carousel-teaser{
				display:none!important;
			}



			#block-views-hero_carousel-hero_items .carousel-teaser{
				position: absolute;
				bottom: 10px;
				left: 10px;
				padding: 10px;
				width: 39%;
				z-index: 2;
			}

				#block-views-hero_carousel-hero_items .carousel-teaser h2{
					text-align: left;
					font-size: 36px;
					margin: 0 0 10px 0;
					line-height: 1;
					padding-bottom: 5px;
					border-bottom: 1px solid;
				}

				#block-views-hero_carousel-hero_items .carousel-teaser p{
					font-size: 15px;
					/* text-align: left; */
					/* margin: 0; */
					line-height: 1.2;
					font-family: "akzidenz-grotesk",sans-serif;
				}

				#block-views-hero_carousel-hero_items .carousel-teaser a{
					font-size: 15px;
					/* float: left; */
					/* margin-top: 10px; */
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
					box-shadow: none;
				}

				#block-views-hero_carousel-hero_items .carousel-teaser.light h2,
				#block-views-hero_carousel-hero_items .carousel-teaser.light p{
					color: white;
					border-color: white;
					/* -moz-text-shadow: 1px 1px 5px #000; */
					/* -webkit-text-shadow: 1px 1px 5px #000; */
					/* text-shadow: 1px 1px 5px #000; */
				}

				#block-views-hero_carousel-hero_items .carousel-teaser.dark h2,
				#block-views-hero_carousel-hero_items .carousel-teaser.dark p{
					color: black;
					border-color: black;
					/* -moz-text-shadow: 1px 1px 5px #fff; */
					/* -webkit-text-shadow: 1px 1px 5px #fff; */
					/* text-shadow: 1px 1px 5px #fff; */
				}

				#block-views-hero_carousel-hero_items .carousel-teaser.hidden h2,
				#block-views-hero_carousel-hero_items .carousel-teaser.hidden div{
					display:none;
				}

				#block-views-hero_carousel-hero_items ol li .no-mobile .field .field-items .field-item img {
					width: 980px;
					height: 470px;
				}

.container-hero-video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.container-hero-video .ie8 {
	display: none;
}
/*  hero carousel form */

#carousel-form-wrapper{
	width: 400px;
}
#carousel-form-wrapper #carousel-form-email {
	width: 100%;
	margin: 10px 0;
    box-sizing: border-box;
}
#carousel-form-wrapper .form-actions {
	position: relative;
	float: right;
}
#carousel-form-wrapper .messages{
	width: initial;
}
#carousel-form-wrapper .form-actions .ajax-progress .throbber{
	background: url(/shop/skin/frontend/enterprise/shinola/onestepcheckout/images/ajax-loader.gif) no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: -25px;
	top: calc(50% - 5px);
}

#carousel-form-wrapper .product-title {
    font-family: "ltc-bodoni-175", serif;
    font-size: 20px;
    color: black;
    margin-bottom: 0;
}

#carousel-form-wrapper .options-container ul {
    font-size: 12px;
    line-height: 1.6;
    color: #444;;
}

#carousel-form-wrapper .options-container ul span.label {
    text-transform: uppercase;
}

@media all and (max-width: 699px) {

	#block-views-hero_carousel-hero_items ol li { text-align: center; font-family: "akzidenz-grotesk",sans-serif; }
	#block-views-hero_carousel-hero_items ol li h2 { padding: 20px 10px 0!important; line-height: 1.3!important; font-size: 24px; text-align: center; margin: 0!important; }
	#block-views-hero_carousel-hero_items ol li .field-item p { margin: 10px 0; padding: 0 40px; }
	#block-views-hero_carousel-hero_items ol li .field-item p span { font-size: 18px!important; text-align: center!important; padding: 0; display: inline-block; width: 100%; box-sizing: border-box; line-height: 28px!important; }
	#block-views-hero_carousel-hero_items ol li .link .button { font-size: 16px!important; margin-top: 20px; }
	#carousel-form-wrapper { width: inherit; }

}

/*


#carousel-form-wrapper{
	position: absolute;
	bottom: 10px;
	right: 27px;
	width:480px;
}

	#carousel-form-wrapper .messages{
		width: 257px;
		margin-left: 101px;
		padding: 0 10px;
	}

		#carousel-form-wrapper .messages .close{
			display: none;
		}

		#carousel-form-wrapper .messages p{
			font-size: 13px;
		}

	#carousel-form-wrapper [for="carousel-form-email"]{
		color: #ffffff;
		text-transform: uppercase;
		font-size: 26px;
		margin-right: 8px;
		-moz-text-shadow: 3px 3px 3px #454b4c;
		-webkit-text-shadow: 3px 3px 3px #454b4c;
		text-shadow: 3px 3px 3px #454b4c;
	}

	#carousel-form-email-wrapper{
		float:left;
	}

		#carousel-form-email{
			width: 255px;
			padding: 6px 10px 4px 10px;
			font-size: 20px;
		}

		#carousel-form-wrapper .form-actions{
			float: right;
		}

	#carousel-form-submit{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 7px 15px;
	}

	#carousel-form-wrapper .form-actions .ajax-progress{
		position: absolute;
	}

		#carousel-form-wrapper .form-actions .ajax-progress .throbber{
			background-position: 3px 6px;
			background-image: url(/sites/all/themes/shinola/media/carousel-form-loader.gif);
		}
*/

/* hero slider pager */
#hero-pager {
	text-align: center;
	height: 60px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
#hero-pager a {
	width: 33%;
	margin: 25px 0 0;
	box-sizing: border-box;
	padding: 10px;
	display: inline-block;
	height: 40px;
	position: relative;
	border-left: 1px solid #ddd;
	overflow: visible;
	text-indent: 0;
	font-family: 'LTC-Bodoni-175', serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	outline: 0;
}
#hero-pager a:first-child {
	border: none;
}
#hero-pager a:before {
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	border: 1px solid #000;
	content: '';
	left: 50%;
	margin-left: -5px;
	top: -10px;
	background: white;
}
#hero-pager a.activeSlide {
	background: none;
}
#hero-pager a.activeSlide:before {
	background: #000;
	border: 1px solid white;
}
#hero-pager a span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 8px 15px 0;
	box-sizing: border-box;
	line-height: 18px;
}

/*  video overlay for swiping on top of video iframes  */

.video-overlay{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 980px;
	height: 450px;
}

.active .video-overlay{
	z-index: 9999;
}

/** Home Story Vimeo Section **/
#home-story {
	box-sizing: border-box;
	padding: 15px 0 35px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 38px;
	overflow: auto;
}
#home-story h2 {
	font-size: 29px;
}
#home-story > p {
	padding: 0 180px;
	margin: 10px 0;
}
#home-story > ul {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
#home-story > ul li {
	float: left;
	width: 239px;
	margin-left: 8px;
	box-sizing: border-box;
	opacity: 1;
	transition: 0.7s all ease;
}
#home-story > ul li:first-child {
	margin-left: 0;
}
#home-story > ul li > a {
	display: block;
	position: relative;
	box-sizing: border-box;
}
#home-story > ul li > a.vimeo-th {
	background-size: cover!important;
	height: 160px;
	width: 100%;
}
#home-story > ul li:hover {
	opacity: 0.8;
	transition: 0.7s all ease;
}
#home-story > ul li > a.vimeo-th:before {
	content: '';
	position: absolute;
	height: 28px;
	width: 28px;
	bottom: 15px;
	right: 15px;
	background: url('/shop/skin/frontend/enterprise/shinola/images/icon-play-wh.png') center center no-repeat;
	background-size: 28px 28px;
}
#home-story > ul li > a.vimeo-title {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 25px;
	font-family: "akzidenz-grotesk", sans-serif;
	text-decoration: none;
}
#home-story > ul li > a img {
	width: 100%;
	height: auto;
}

/* Home Story Colorbox */
#colorbox.home-story-cbox, .home-story-cbox #cboxContent, .home-story-cbox #cboxWrapper { overflow: visible; }
.home-story-cbox #cboxContent {
   background: black;
}
.home-story-cbox #cboxTitle {
	height: 25px;
	font-family: "akzidenz-grotesk", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	letter-spacing: 1px;
	font-size: 12px;
	bottom: -40px;
}
.home-story-cbox #cboxPrevious, .home-story-cbox #cboxNext { bottom: -35px; margin-left: -20px; }
.home-story-cbox #cboxCurrent {
	bottom: 15px;
	font-family: "akzidenz-grotesk", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	letter-spacing: 0.5px;
	font-size: 10px;
	left: 60px!important;
	bottom: -30px;
}
.home-story-cbox .cboxIframe {
   background: black;
}

@media all and (max-width: 699px) {
	#home-story > ul { padding-left: 3%; }
	#home-story > p { padding: 0 20px; }
	#home-story > ul li { width: 47%!important; margin: 0 3% 10px 0; }
	#home-story > ul li > a.vimeo-title { padding: 5px 15px; }
}

/*  home page menu links below product category grid  */


#block-menu_block-5{

}

	#block-menu_block-5 .menu{
		padding:0;
		margin:38px 0 50px;
	}

		#block-menu_block-5 .menu li{
			list-style-type:none;
			display:inline-block;
			margin:0 10px 0 0;
		}

			#block-menu_block-5 .menu li:after{
				content:" / ";
			}

			#block-menu_block-5 .menu li:last-child:after{
				content:"";
			}

		#block-menu_block-5 .menu li,
		#block-menu_block-5 .menu a{
			text-transform:uppercase;
			font-size:28px;
		}


/*  customer care sidebar menu  */

body.customer-service #secondary:before{
	content: 'Overview';
	background: url(../../media/sprites.png) 0 24px;
	display:block;
	font-size:13px;
	color: #444444;
	font-style:italic;
	padding:0 0 12px 0;
	margin:0 0 12px 0 ;
}

	body.customer-service .content-container h1{
		font-size: 52px;
		color: #444444;
		margin:20px 0 12px 0;
	}

#block-menu_block-6{

}

	#block-menu_block-6 a{
		font-size:13px;
		display:block;

	}

	#block-menu_block-6 > .menu > li{
		position:relative;
	}

		#block-menu_block-6 > .menu > .expanded .menu{
			display:none;
		}

		#block-menu_block-6 > .menu > .active-trail .menu{
			display:block;
		}

		#block-menu_block-6 > .menu > li > a{
			width:265px;
			color:#444444;
		}

		#block-menu_block-6 > .menu > li .toggle-link{
			height:9px;
			width:9px;
			position:absolute;
			left:-13px;
			top:2px;
			text-indent:-9999px;
			background:url(../../media/sprites.png) -160px -58px;
		}

			#block-menu_block-6 > .menu > li.open .toggle-link{
				background-position:-148px -58px;
			}

	#block-menu_block-6 .menu{
		padding:0;
		margin:0;
	}

		#block-menu_block-6 .menu li{
			list-style-type:none;
			margin-bottom:2px;
			text-transform:uppercase;
			font-weight:bold;
		}

			#block-menu_block-6 .menu .menu{
				margin:5px 0 17px 20px;
			}

			#block-menu_block-6 .menu .menu li{
				text-transform:none;
				font-weight:normal;
				border:none;
				font-style: italic;
			}

				#block-menu_block-6 .menu .menu li.active a{
					font-weight: bold;
				}



/* top FAQs block */
#block-shinola_faqs-popular_faqs h2{
	margin:7px 0 0 0;
	font-size:13px;
	color: #444444;
	font-style:italic;
	text-transform:none;
	background:url(../../media/sprites.png) 0 24px;
	padding-bottom:12px;
}

/*  faqs page style  */

.customer-service #block-shinola_faqs-faqs .faqs-list-wrapper h3{
	font-size: 13px;
	font-style: italic;
	color: #444444;
	text-transform: none;
	background: url(../../media/sprites.png) 0 25px;
	padding-bottom: 13px;
	margin-bottom: 21px;
}




/*

.modal-container.shipping-info ul li{
	list-style-type: disc;
	margin-bottom: 5px;
}
.modal-container .method{
		padding-left:20px;
}
.modal-container .price{
		text-transform:uppercase;
		vertical-align:middle;
}

	.modal-container h3 span{
			display:block;
			text-transform:none;
		}

	.modal-container .callout{
		background-color:#f5f4f0;
	}

	.modal-container label p{
			text-transform:none;
			padding-left:0;
			font-weight:normal;
		}
	.modal-container .checkbox-wrapper{
	margin:0;
	position:relative;
	margin-top:5px;
}

		.modal-container .checkbox-wrapper input{
			width:inherit;
			position:absolute;
			left:0;
			top:2px;
		}

		.modal-container .checkbox-wrapper span{
			padding-left:20px;
			display:block;
		}

.modal-container label[for="terms"] > span{
		margin-top:15px;
		display:block;
	}

	.modal-container #form-submit{
		float:left;
		clear:both;
		width:inherit;
		margin:15px 0 0 0;
	}

	.modal-container .button{
		display:inline-block;
		margin-bottom:10px;
	}

*/



/* DEFAULT modal styles DO NOT EDIT */

.modal-container h1, h2, h3{
	text-transform:uppercase;
	color:#444444;
}

.modal-container section{
	border-top:1px solid #d4d5d0;
	padding-top:10px;
}

.modal-container table{
	border-top:1px solid #dadad8;
	width:100%;
}

.modal-container tr{
	border-bottom:1px solid #dadad8;
	background-color:#f3f4ef;
}

.modal-container label{
	text-transform:uppercase;
	margin-bottom:5px;
	font-size:14px;
	text-transform:none;
}
.modal-container label em{
	font-size:10px;
	display:block;
}
.modal-container input{
	display:block;
	width:93%;
	margin:2px 0 10px;
}
.modal-container textarea{
	display:block;
	width:100%;
}




/*  our craftspeople view block  */

.field-name-field-craftspeople-collection{

}

	.field-name-field-craftspeople-collection .field-items{
		padding-left:0;
		margin:0 0 0 -1.224489795918%
	}

		.field-name-field-craftspeople-collection .field-item{
			list-style-type:none;
			display:inline-block;
			width:31.738979591837%;
			margin-left:1.224489795918%;
			border:none;
			position: relative;
			font-size: 13px;
		}

			.field-name-field-craftspeople-collection .field-item .img-wrapper{
				width: 318px;
				height: 358px;
			}

				.field-name-field-craftspeople-collection .field-item .img-wrapper img{
					position: absolute;
					z-index: 50;
				}

					.field-name-field-craftspeople-collection .field-item .img-wrapper .grayscale{
						z-index: 49;
					}


	.field-name-field-craftspeople-collection .field{
		margin-bottom: 7px;
	}

	.field-name-field-craftspeople-collection .media-item .field-label-above{
		display: block;
	}

		.field-name-field-craftspeople-collection .media-item .field-label-above .field-label{
			display: inline-block;
		}

		.field-name-field-craftspeople-collection .media-item .field-label-above .field-items{
			display: inline-block;
		}

			.field-name-field-craftspeople-collection .media-item .field-label-hidden .field-item,
			.field-name-field-craftspeople-collection .media-item .field-label-above .field-item{
				width: 100%;
				font-weight: bold;
			}

	.field-name-field-craftspeople-collection .field-name-field-craftsman-name{
		margin-bottom: 15px;
	}

		.field-name-field-craftspeople-collection .field-name-field-craftsman-name .field-item{
			font-size: 17px;
			font-weight: normal!important;
		}

	.field-name-field-craftspeople-collection .field-name-field-job-title{
		font-weight: bold;
	}

	.field-name-field-craftspeople-collection .craftsman-details{
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,0.8);
		color: rgb(0,0,0);
		padding: 12px;
		width: 294px;
		display: none;
		z-index: 51;
	}



/*  FAQs styles  */

.block.shinola_faqs{

}

	.block.shinola_faqs .navigation{
		padding:0;
		float: right;
		margin-top: 6px;
	}

		.block.shinola_faqs .navigation li{
			display:inline-block;
			list-style-type:none;
		}

			.block.shinola_faqs .navigation li a{
				color: #c1c1c1;
			}

				.block.shinola_faqs .navigation li.active a{
					color:#444444;
				}

				.block.shinola_faqs .navigation a{
					padding:5px 0;
					display:block;
					margin-left: 5px;
				}

		.block.shinola_faqs .navigation li a:after{
			content: ' | ';
			display:inline-block;
			margin-left: 5px;
		}

			.block.shinola_faqs .navigation li:last-child a:after{
				content: '';
			}

.block.shinola_faqs section{
	clear: both;
}

	.block.shinola_faqs section > a{
		margin-bottom:30px;
		display: inline-block;
	}


	.block.shinola_faqs section.inactive{
		display:none;
	}

	.block.shinola_faqs section.active{
		display:block;
	}

	.block.shinola_faqs .faqs-list-wrapper{
		margin-bottom: 30px;
	}

	.block.shinola_faqs .faqs-list-wrapper ul{
		padding:0;
	}

			.block.shinola_faqs .faqs-list-wrapper li{
				list-style-type:none;
			}

				.block.shinola_faqs .faqs-list-wrapper li .node{
					/*border: 1px solid;*/
				}


				.block.shinola_faqs .faqs-list-wrapper .question{
					text-transform:none;
					position:relative;
					font-size: 13px;
					font-weight:bold;
					margin-bottom:2px;
					/*border: 1px solid;*/
				}

				.block.shinola_faqs .faqs-list-wrapper .answer{
					/*border: 1px solid;*/
				}

				.block.shinola_faqs .faqs-list-wrapper .open .answer{
					/*display:block;*/
				}

				.block.shinola_faqs .faqs-list-wrapper .answer p{
					font-size:13px;
					line-height:1.5;
				}

				.block.shinola_faqs .faqs-list-wrapper .closed .answer{
					display:none;
				}

				.block.shinola_faqs .faqs-list-wrapper .toggle-link{

				}

					.block.shinola_faqs .faqs-list-wrapper .open .toggle-link{
					}

/* customer service footer block */

#customer-service-blocks-wrapper:before,
#customer-service-blocks-wrapper:after{
	height: 3px;
	content: '';
	display: block;
	background: url(../../media/sprites.png) 0 0;
}

	#customer-service-blocks-wrapper ul{
		padding: 0;
		margin-bottom: 0;
	}

		#customer-service-blocks-wrapper .customer-service-block{
			display: table-cell;
			vertical-align: top;
			list-style-type: none;
			margin: 0 0 0 50px;
			float: left;
			padding: 0;
			width: 207px;
		}

			#customer-service-blocks-wrapper ul .customer-service-block:first-child {
				margin-left: 0;
			}

			#customer-service-blocks-wrapper .customer-service-block h3{
				margin: 0 0 10px 0;
				font-size: 14px;
				text-transform: uppercase;
			}

#customer-service-footer-photo{
	margin-top: 29px;
}

#customer-service-footer-content{
	color: #9a9a99;
}

	#customer-service-footer-content h3{
		font-size: 28px;
		text-transform: uppercase;
		margin: 7px 0 10px 0;
	}

		#customer-service-footer-content h3:after{
			height: 3px;
			margin-top: 7px;
			content: '';
			display: block;
			background: url(../../media/sprites.png) 0 0;
		}

	#customer-service-footer-content p{
		color: #9a9a99;
	}

body.customer-service #block-system-main .node:before{
	height: 3px;
	margin-top: 30px;
	content: '';
	display: block;
	background: url(../../media/sprites.png) 0 0;
}


body.customer-service #block-system-main h2{
	font-size: 18px;
}

/* jobs styles */

.careers-landing{

}

	.careers-landing div[role="main"] section article{
		width: 980px;
	}

		.careers-landing #block-shinola_cats-job_list{
			float:left;
			width:550px;
		}

			.careers-landing #block-shinola_cats-job_list ul{
				margin: 0;
				padding: 0;
			}

				.careers-landing #block-shinola_cats-job_list li{
					list-style-type: none;
					padding: 0;
					margin-bottom: 3px;
				}

					.careers-landing #block-shinola_cats-job_list li a{
						font-size: 13px;
					}

						.careers-landing #block-shinola_cats-job_list li a span{
							text-transform: uppercase;
							font-weight: bold;
							padding-right: 5px;
						}
			#block-shinola_cats-jobs_sidebar_apply_button {
				margin-bottom: 10px;
				padding-bottom: 10px;
			}


			.careers-landing #block-shinola_cats-job_list h2{
				border-bottom: 1px solid #bebcb9;
				padding-bottom: 7px;
			}

		.careers-landing div[role="main"] section article aside#primary{
			float:right;
			width:380px;
			margin: 0;
		}

			.careers-landing div[role="main"] section article aside#primary h3{
				margin-bottom: 0;
			}

			.careers-landing div[role="main"] section article aside#primary p{
				margin-top: 0;
			}

            .careers-landing div[role="main"] section article aside#primary > div:first-child {
                margin-bottom: 0;
                padding-bottom: 0;
            }

        .careers-landing #block-shinola_cats-jobs_sidebar_events h2 {
            font-size: 1.5em;
            border-bottom: 1px solid #bebcb9;
            padding-bottom: 7px;
        }

        .careers-landing div[role="main"] section article aside#primary #block-shinola_cats-jobs_sidebar_events h3 {
            margin: 1em 0;
        }

        .careers-landing #block-shinola_cats-jobs_sidebar_events ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .careers-landing #block-shinola_cats-jobs_sidebar_events ul li {
            padding-bottom: 3px;
        }

/*  job detail page  */
.page-careers [role="main"] section .content-container > h1{
	font-size: 52px;
}

.page-careers.with-sidebar section .content-container aside#primary{
	margin-top: 0;
}

.page-careers #block-shinola_cats-jobs_sidebar_content{

}

	.page-careers #block-shinola_cats-jobs_sidebar_content h2{
		display:none;
	}

	.page-careers #block-shinola_cats-jobs_sidebar_content .social-media-wrapper{
		margin-bottom: 20px;
	}

		.page-careers #block-shinola_cats-jobs_sidebar_content .social-media{
			padding:0;
			margin:0;
		}

			.page-careers #block-shinola_cats-jobs_sidebar_content .social-media li{
				display: inline-block;
			}

.page-careers #block-shinola_cats-jobs_sidebar_content .field-name-field-image{
	margin-top: 25px
}


.page-careers #job-details{
	font-size: 16px;
	line-height: 1.4em;
	color: #4c4d4f;
}

.page-careers #job-details h2 {

	line-height:42px;
	margin:15px 0px 15px 0px;
}

.page-careers #job-details u {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.page-careers #job-details li u {
	font-size: 14px;
}

.page-careers #job-details .location{
	margin-top: 0;
	text-transform: none;
	font-size: 18px;
}

.page-careers #job-details ul{
	margin-top: 4px;
	margin-bottom: 4px;
}

	.page-careers #job-details ul li{
		font-size: 14px;
		color: #4c4d4f;
	}

/*  job application form  */

.page-careers #messages .messages.status{
/*	padding:0;
	margin:0;
*//*	font-size: 25px;
	font-style: italic;
	color:#444444;*/
	/*text-transform: uppercase;*/
	/*border:none;*/
	/*background:none;*/
}

#shinola-cats-job-application-form{
	position: relative;
}

	#shinola-cats-job-application-form .disclaimer p{
		font-size: 13px;
		font-style: italic;
		margin-top: 0;
	}


	#shinola-cats-job-application-form fieldset{
		border: none;
		margin: 0;
		padding: 10px 0;
	}

		#shinola-cats-job-application-form fieldset legend{
			font-size: 20px;
			margin-top: 10px;
			width: 100%;
			padding-bottom: 15px;
			background: url(../../media/sprites.png) 0 30px;
		}


	#shinola-cats-job-application-form #edit-personal{
		margin-bottom: 30px;
	}

	#shinola-cats-job-application-form .toggle-fieldset-container{
		margin: 0 0 30px 0;
		float: left;
		clear:both;
	}

	#shinola-cats-job-application-form .form-submit{
		clear:both;
		float: left;
		margin-top: -4px;
	}

	#shinola-cats-job-application-form .form-item{
		margin: 0 0 13px 0;
		font-size: 13px;
		color: #444444;
	}

		#shinola-cats-job-application-form .form-item.form-item-state{
			float:left;
			width:155px;
		}

		#shinola-cats-job-application-form .form-item.form-item-zip-code{
			float:left;
			width:183px;
		}

			#shinola-cats-job-application-form .form-item.form-item-zip-code input{
				width:154px;
			}

		#shinola-cats-job-application-form .form-item label{
			margin-bottom: 9px;
			/*width: 309px;*/
			display: block;
		}

		#shinola-cats-job-application-form .form-text{
			display: block;
			width: 309px;
		}


	#shinola-cats-job-application-form .ajax-progress .throbber{
		background:url(/bridge/newsletter-loader.gif) no-repeat 0 0;
		width:16px;
		height:16px;
		bottom: 4px;
		left: 98px;
		position: absolute;
	}

/*  watch manuals block  */
.product-manuals-block{
	margin-top: 30px;
}

		.product-manuals-block .downloads-links-block:before{
			content: '';
			display: block;
			height: 3px;
			background: url(../../media/sprites.png) 0 0;
		}

		.product-manuals-block .downloads-links-block h2{
			margin: 13px 0 0 0;
			font-size: 13px;
			font-style: italic;
			text-transform: none;
		}

		.product-manuals-block .downloads-links-block ul{
			padding: 0;
			margin: 22px 0 0 -49px;
		}

			.product-manuals-block .downloads-links-block ul li{
				list-style-type: none;
				width:122px;
				height:124px;
				padding: 0;
				margin: 0 0 34px 48px;
				display: table-cell;
				float: left;
			}

				.product-manuals-block .downloads-links-block li h3{
					font-size: 13px;
					text-transform: none;
					margin:0;
				}

			.product-manuals-block .downloads-links-block ul li a{
				font-size: 13px;
				font-style: italic;
			}

/*  blog styles  */

body.page-blog [role="main"] > section{
	margin-top:30px;
}

#block-views--exp-blog-page,
body.page-blog aside#primary{
	margin-top: 0!important;
}

#blog ul{
	padding: 0;
	margin: 0;
}

	#blog > ul > li{
		list-style-type: none;
		padding: 0 0 20px 0;
		margin: 10px 0;
		border-bottom: 1px solid #C4C4C4;
	}

	#blog > ul > li:first-child{
		border-top: 1px solid #C4C4C4;
	}

		#blog-loader{
			background: url(/bridge/newsletter-loader.gif) no-repeat 40px 0;
			width: 92px;
			height: 17px;
			font-size: 11px;
			text-align: center;
			color: #444;
			margin: 10px auto;
			padding-top: 20px;
		}

	.blog h2{
		width: 100%;
		font-size: 40px!important;
		margin: 0 0 13px 0 !important;
		line-height: 1;
		float: left;
	}

	.node.blog > h2 a{
		font-weight: normal!important;
	}

		.node.blog > h2 a:hover{
			text-decoration: none;
			cursor: pointer;
		}


	.blog .social-media{
		float: right;
		margin-top: 20px!important;
		padding:0;
		clear:none;
	}

		.blog .social-media li{
			display: inline-block;
		}

	.blog .field-name-field-date{
		font-size: 16px;
		width: 880px;
		text-transform: uppercase;
		margin: 20px 0 9px 0;
		float:left;
		color: #a6a6a6;
	}

	.blog .media-vimeo-outer-wrapper{
		clear:both;
	}

	.blog .read-more.button{
		display: inline-block;
	}

	.blog .loading{
		font-size: 11px;
		height:17px;
		padding-top:20px;
		background: url(/bridge/newsletter-loader.gif) no-repeat 480px 0;
		text-align: center;
	}

	.read-more{
		/*color: #ff8901;*/
		color: #000000;
		text-transform: uppercase;
		font-weight: normal!important;
	}

/*  Unpublished content styling  */

	.node.unpublished{
		background-color: #fffce5;
		border: 1px solid #ed5;
		padding: 20px;
		width: 980px;
		margin: 10px 0 10px -20px;
	}

	.node.unpublished:before{
		content: 'THIS CONTENT IS NOT PUBLISHED';
		display: block;
		color: #840;
		font-style: italic;
		background: url(../../media/icons/message-24-warning.png) no-repeat 0 0;
		padding: 3px 0 2px 30px;
	}

/*  FAQs page  */

.page-node-374 div[role="main"] section .content-container > h1{
	text-transform: none!important;
}

/*  Contact us page  */
.page-node-9{

}

.page-node-9 #block-system-main .node h2{
	margin-bottom:20px;
}

	.page-node-9 .field-name-body p{
		font-style: italic;
		margin-bottom:8px;
	}

	.page-node-9 .field-name-body:after{
		background:url(../../media/sprites.png) repeat-x 0 0;
		content: ' ';
		height: 3px;
		display: block;
		margin-bottom:49px;
	}

	.page-node-9 .form-item{
		margin-bottom: 18px;
	}

		.page-node-9 .form-item label{
			font-size: 13px;
			color: #444444;
			margin-bottom: 8px;
			display: inline-block;
		}

	.page-node-9 .form-select,
	.page-node-9 .form-text{
		display: block;
	}

	.page-node-9 .form-email,
	.page-node-9 .form-textarea,
	.page-node-9 .form-text{
		width:317px;
		padding:2px;
		height: 15px;
		border: 1px solid #C4C4C4;
		font-size: 13px;
	}

	.page-node-9 .form-textarea{
		width:322px;
		height: auto;
	}

	body.page-node-9 .messages{
		width:302px;
		margin:0 0 20px 0;
	}

	#webform-wrapper-9 .form-actions{
		position: relative;
		float:right;
		margin: 0 323px 0 0;
	}

	#webform-wrapper-9 .ajax-progress{
		position: absolute;
		left:-30px;
		top:5px;
	}

		#webform-wrapper-9 .ajax-progress .throbber{
			background:url(/bridge/newsletter-loader.gif) no-repeat 0 0;
			width:16px;
			height:16px;
		}

	#webform-wrapper-9 .social-media{
		padding: 0;
		float: left;
		margin: 10px 0 20px 0;
	}

		#webform-wrapper-9 .social-media li{
			display: inline-block;
		}

/* landing page form styles */

.landing-page .landing-node{
	padding-top: 40px;
	margin-top: 20px;
	position: relative;
}


.field-name-field-our-story-headings {font-size:40px;
font-family: "ltc-bodoni-175",serif;
/*border-top:1px solid #B0B0B0;*/
margin:0 0 12px;
/*padding:11px 0 0;*/

}
.views-row-1 .field-name-field-our-story-headings  { border:none !important;}
.field-name-field-our-story-headings a {font-weight:100 !important;}
#block-system-main .our-story-list h2 { display:none;margin-top:60px; margin-bottom:12px; font-weight:100; }
#block-system-main h2 a{font-weight:100 !important;}
ul.our-story-list .views-row-1 h2 {border:none !important; padding-top:0px !important;}

	ul.our-story-list h2 {
	border-top:1px solid #B0B0B0;
	padding:10px 0 0 !important;
	margin:20px 0 0 0;
  }

#block-system-main .views-row-1 {

	margin-top:-30px; !important;
}


#block-system-main .our-story-list .node-readmore {
	display:none;
}

ul.our-story-list {
        clear: both;
	list-style-type: none;
	margin:0 0 0 -40px;
}

ul.our-story-list li {
        border-bottom: 1px solid rgb(196, 196, 196);
        padding: 0 0 20px 0;
        margin: 20px 0 10px 0 !important;
}
ul.our-story-list li.views-row-last {
	border-bottom: none;
}

#block-system-main .field-name-field-blurbimage {
	float:left; padding:0 20px 0 0;
}

#block-system-main .field-name-field-non-video-thumbnail { float:left; padding:0px 20px 0px 0;}

#block-system-main .field-type-text-with-summary p{
	margin:7px 0 0 0;
	display:block;
}

#block-system-main .field-type-text-with-summary .read-more-our-story {
	font-family: "ltc-bodoni-175",serif;
	font-weight:100;
	padding:2px;
	line-height:2;


}



.views-row-3 {margin:63px 0 70px 0;}

.landing-page .landing-node.no-sidebar .landing-node-inner-wrapper{
	width: 460px;
	float: right;
	margin-right: 20px;
}


	.landing-page .landing-node hr{
		background-color: #c4c4c4;
		height: 1px;
		border: none;
	}

	.landing-page .landing-node .landing-node-inner-wrapper{
		background-color: rgba(255,255,255,0.85);
		width: 940px;
		margin: 0 auto;
	}

	.landing-page .landing-node .title-wrapper{
		width: 96%;
		margin: 0 auto;
		padding: 10px 0;
	}

		.landing-node .title-wrapper h1,
		.landing-page .landing-node .title-wrapper h1{
			border-top:1px solid #979696;
			border-bottom: 1px solid #979696;
			width:100%;
			text-align: center;
			margin:10px auto;
			font-size: 36px;
		}

		.landing-page .landing-node .title-wrapper h1{
			width: 90%;
		}

	.landing-page .landing-node .field-name-field-description{
		padding: 20px;
		width: 418px;
		float: left;
		margin-right: 19px;
	}

		.landing-page .landing-node .field-name-field-description .field-items{
				/* border-bottom:1px solid #979696; */
				padding: 20px 0;
				display: inline-block;
				width: 100%;
		}

	.landing-page .landing-node .outer-form-wrapper{
		/* border-bottom:1px solid #979696; */
		padding: 20px;
		width: 418px;
		float: right;
	}

			.landing-page .landing-node .webform-client-form{
				padding: 20px 0 0px 0;
				display: inline-block;
				width: 100%;
			}

				.landing-page .landing-node .webform-client-form .webform-component{
					margin-bottom: 10px;
				}

					.landing-page .landing-node .field-name-field-description h1,
					.landing-page .landing-node .field-name-field-description h2,
					.landing-page .landing-node .field-name-field-description h3,
					.landing-page .landing-node .field-name-field-description h4,
					.landing-page .landing-node .field-name-field-description p,
					.landing-page .landing-node .webform-client-form .webform-component-markup h1,
					.landing-page .landing-node .webform-client-form .webform-component-markup h2,
					.landing-page .landing-node .webform-client-form .webform-component-markup h3,
					.landing-page .landing-node .webform-client-form .webform-component-markup h4,
					.landing-page .landing-node .webform-client-form .webform-component-markup p{
						margin-top: 0;
					}

					.landing-page .landing-node .webform-client-form .webform-component-checkboxes{

					}
						.landing-page .landing-node .webform-client-form .webform-component-checkboxes input{
							margin-top: 10px;
						}

					.landing-page .landing-node .webform-client-form .webform-component-checkboxes.webform-container-inline input{
						margin: 0 5px 0 10px;
					}


					.landing-page .landing-node .webform-client-form .webform-component .form-text{
						width: 250px;
						font-size: 14px;
						border: 1px solid #c4c4c4;
						padding: 3px 20px 3px 6px!important;
					}

						.landing-page .landing-node .webform-client-form .webform-component .form-text.error{
							background-color: pink;
							border-color: red;
							color: #000;
						}


					.landing-page .landing-node .webform-client-form .webform-component label{
						display: block;
						margin: 5px 5px 5px 0;
						color: #2e2c2d;
					}

					.landing-page .landing-node .webform-client-form .webform-component-checkbox input,
					.landing-page .landing-node .webform-client-form .webform-component-checkbox label{
						display: inline-block;
					}


				.landing-page .landing-node .webform-client-form .webform-container-inline{

				}

					.landing-page .landing-node .webform-client-form .webform-container-inline label{
						display: inline-block;
					}

	.landing-page .landing-node .ajax-progress{
		position: absolute;
		left: -30px;
		bottom: 9px;
		width: 16px;
		height: 16px;
	}

		.landing-page .landing-node .ajax-progress .throbber{
			background-image: url(/sites/all/themes/shinola/media/landing-page-loader.gif);
			background-position: 0 0;
		}


	.landing-page .landing-node .form-actions{
		float: right;
		position: relative;
		margin-top: -39px;
	}

	.landing-page .landing-node .social-media{}

		.landing-page .landing-node .social-media {
			padding: 0;
			margin: 8px 0 0 0;
			float: left;
		}

			.landing-page .landing-node .social-media li{
				display: inline-block;
			}

.landing-page .landing-node .field-name-field-disclaimer p{
	font-size:10px
}

div.mini-loading-ajax {
    height: 60px;
    text-align: center;
    background-image: url('/shop/skin/frontend/enterprise/shinola/onestepcheckout/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

/* ************************************ */
/* GLOBAL COLORBOX OVERIDES DO NOT EDIT */

#colorbox {
	z-index: 999999 !important;
}
#cboxOverlay{
	z-index: 999998 !important;
}
#colorbox .close-big {
	position: absolute;
	top: -2px;
	right: 3px;
	font-size: 26px;
	color: #DDDDDD;
	display: block;
	padding: 5px;
}
#colorbox .close-big:hover {
	color: #808080;
}
#cboxClose {
	display: none !important;
}

/* END GLOBAL COLORBOX OVERIDES DO NOT EDIT */
/* **************************************** */


/* REMOVE SEARCH FORM
#cart-links .search {
	display: none;
}
.primary-navigation-shrunk #cart-links {
	margin-right: 18px;
}
#cart-contents {
	right:0;
}
 END: REMOVE SEARCH FORM */



.mobile-footer-message {
	text-align: center;
	margin: 25px 15px 10px 15px;
	font-size: 12px;
}
.mobile-footer-message img.paypal-logo {
	width: 75px !important;
	vertical-align: top;
}

.mobile-footer-message img.payment-logo {
	width: 34px !important;
	vertical-align: middle;
	opacity: 0.7;
}
.mobile-footer-message img.payment-logo.mc {

}
.mobile-footer-message img.payment-logo.ax {
	width: 21px !important;
}
.mobile-footer-message img.payment-logo.di {

}
.mobile-footer-message img.payment-logo.vi {

}
.mobile-footer-message img.payment-logo.pp {

}

/***************************************
	Add To Cart Modal
*/
#adc-modal-container {
    display: none;
}

#colorbox #adc-modal-container {
    display: block;
}

.modal-container {
	width: 700px; /* Desktop */
	max-width: 93%; /* Mobile */
	margin: 0 auto 10px;
	color: #ddd;

}

.modal-container .message {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	opacity: 0;
	min-height: 20px;
	padding-bottom: 8px;
}

.modal-container .message.error {
	background-color: #FCA311;
	border: 1px solid #000 !important;
	color: #000;
	font-weight: bold;
	font-family: Berthold Azkidenz Grotesk, Arial, sans-serif;
	font-size: 11px;
	padding: 10px;
}

.modal-container .add-product {
	margin-bottom: 15px;
}

.modal-container .add-product .product-image {
	float: left;
	border: 1px solid #444;
	margin-right: 30px;
	margin-bottom: 2px;
	width: 120px;
}

.modal-container .add-resubmit {
    display: none;
}

.modal-container.status-fail .add-product,
.modal-container.status-fail .add-footer,
.modal-container.status-fail .related-items-container,
.modal-container.status-fail .message {
    display: none;
}

.modal-container.status-fail .add-resubmit {
    display: block;
}

.modal-container.status-fail .add-resubmit.mobile {
    display: none;
}

.modal-container .add-product h2 {
	font-family: ltc-bodoni-175, serif;
	font-size: 20px;
	margin-bottom: 18px;
}

.modal-container .related-items-container {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	margin: 10px 0;
}

.modal-container .related-items-container .related-title {
	font-weight: bold;
	margin-bottom: 0;
}

.modal-container .related-items-container .related-sub-title {
	margin: 0;
	font-size: 13px;
}

.modal-container .related-items-container .items-scroll {
	overflow-x: scroll;
	height: 228px;
}
/* Force visible scroll bar in OS X browsers */
	.modal-container .related-items-container .items-scroll::-webkit-scrollbar {
	    -webkit-appearance: none;
	    width: 7px;
	    background-color: #eee;
	    height: 6px;
	}
	.modal-container .related-items-container .items-scroll::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: #ccc;
	}
.modal-container .related-items-container .grid {
	padding: 5px;
	margin: 0 -999em 0 0;
	float: left;
}
.modal-container .grid .product-image img {
	margin: 10px 0;
}
.modal-container .related-items-container .item {
	float: left;
	margin: 0 12px;
	padding: 0 10px 0;
	text-align: center;
	/* display: inline; */
	width: 110px;
}

.modal-container .related-items-container .item .product-name {
	height: 40px;
	overflow: hidden;
	font-family: ltc-bodoni-175, serif;
	line-height: 13px;
	margin: 0;
}

.modal-container .related-items-container .item .product-name img {
	width: 100px;
}
.modal-container .related-items-container .item .price-box {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #444;
	height: 15px;
	margin: 0 0 3px 0;
	padding: 3px 0;
}

.modal-container .related-items-container .item .add-to-cart {
	border: 2px solid #444;
	display: none;
	padding: 2px 10px;
	font-family: ltc-bodoni-175, serif;
	font-size: 11px;
	text-transform: uppercase;
}

.modal-container .add-footer {
	position: relative;
}

.modal-container .add-footer .cart-controls {
    overflow: auto;
    margin-top: 20px;
    padding-left: 0;
}

.modal-container .add-footer .cart-controls li {
	margin-bottom: 10px;
	float: right;
}

.modal-container .add-footer .cart-controls .btn-viewcart a {
    border: none;
    font-size: 10px;
    padding: 0;
    width: auto;
    line-height: 44px;
    text-decoration: underline;
    margin-right: 20px;
}

.modal-container .add-footer .cart-controls .btn-amazon {
  clear: both;
}

.modal-container .add-footer .checkout-link, .modal-container .add-footer .view-cart-link {
	width: 250px;
	padding: 10px 0;
	border: 1px solid #000;
	display: inline-block;
	text-align: center;
	font-family: "akzidenz-grotesk",sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: background-color .3s, color .3s, border .3s;
}

.modal-container .add-footer .checkout-link:hover {
	border: 1px solid #626262;
}

.modal-container .add-footer .view-cart-link:hover {
	text-decoration: none;
	background: #fff;
	border: 1px solid #a8a8a8;
	color: #a8a8a8;
}

.modal-container .add-footer .checkout-link {
	font-size:16px !important;
}

.modal-container .add-footer .button-yellow.checkout-link {
	border: 1px solid #FCA311;
	font-family: "ltc-bodoni-175", serif;
	background:#FCA311;
}

.modal-container .add-footer .view-cart-link {
	border: none!important;
	width: auto;
	line-height: 24px;
	font-size: 11px;
	padding: 10px 20px;
}

.modal-container .add-footer .cart-data {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
	text-align: right;
	text-transform: uppercase;

}

.modal-container .add-footer .cart-data li, .add-product .product-data li {
	color: #444;
	font-size: 12px;
	margin: 5px 0;
}

.modal-container .add-footer .cart-data li span.shipping-message {
	font-weight: bold;
	width: initial;
	text-indent: 0;
	margin: 8px 0 0;
	font-size: 12px;
}

.modal-container #ajax-loading {
	background:
		url(/shop/skin/frontend/enterprise/shinola/onestepcheckout/images/ajax-loader.gif)
		no-repeat;
	/*position: absolute;
	right: -32px;
	top: calc(50% - 9px);*/
    display: inline-block;
	width: 16px;
	height: 16px;
}

.modal-container .loader {
	/*padding: 7px 22px;*/
	font-style: italic;
	color: #B6B6B6;
	/*position: absolute;
	text-align: right;*/
	font-size: 16px;
	right: 0px;
    padding-bottom: 8px;
    min-height: 20px;
}

.modal-container .add-resubmit {
    text-align: center;
    max-width: 300px;
    border: 1px solid black;
    padding: 1em;
}

.modal-container .add-resubmit p {
    margin: 0 0 1em 0;
}

.modal-container .add-resubmit ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.modal-container .add-resubmit ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.modal-container .add-resubmit ul li:first-child {
    margin-right: .5em;
}

.modal-container .add-resubmit a {
    font-family: "akzidenz-grotesk",sans-serif;
    color: white;
    text-transform: uppercase;
    background-color: black;
    padding: 4px 20px 4px 20px;
    border: 0;
    letter-spacing: 2px;
    display: block;
}

.modal-container .add-resubmit a:hover {
    text-decoration: none;
    opacity: .6;
}

@media screen and (max-width: 400px) {

    .modal-container.status-fail .add-resubmit {
        display: none;
    }

    .modal-container.status-fail .add-resubmit.mobile {
        display: block;
    }

    .modal-container .add-resubmit {
        width: auto;
        padding: 0;
        border: none;
        box-sizing: border-box;
    }

    .modal-container .add-resubmit ul li {
        display: block;
    }

    .modal-container .add-resubmit ul li:first-child {
        margin-right: 0;
        margin-bottom: .5em;
    }
}

@media screen and (max-width: 699px) {
	.modal-container .add-footer .cart-controls li {
		width: 100%;
		margin-bottom: 3px;
	}
}

.modal-container .help-slider {
	background-color: #F2F2F2;
	font-family: ltc-bodoni-175, serif;
	font-size: 13px;
	color: #000;
	position: absolute;
	padding: 20px;
	right: -800px;
	top: 62px;
	z-index: 9;
	width: 660px;
}

.modal-container #help-slider-control {
	position: absolute;
	background-color: #000;
	display: inline-block;
	text-align: center;
	padding: 14px 8px;
	color: #FFF;
	top: 0px;
	left: -24px;
	line-height: 15px;
	font-size: 11px;
	font-family:Berthold Akzidenz Grotesk, Arial, sans-serif;
	text-decoration: none;
	transition: background-color .3s, color .3s, border .3s;
}
.modal-container #help-slider-control:hover {
	text-decoration: none;
	background-color: #515151;
}

.modal-container .help-slider h2 {
	font-size: 21px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
.modal-container .help-slider a {
	text-decoration: underline;
}

.modal-container .help-slider h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

.modal-container .help-slider p {
	margin: 0 0 8px 0;
	line-height: 18px;
	font-size: 16px;
	font-family:Berthold Akzidenz Grotesk, Arial, sans-serif;
}
.modal-container .help-slider button.live-chat {
	padding: 6px 50px;
	font-family: Berthold Akzidenz Grotesk, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	border: none;
	transition: background-color .3s, color .3s, border .3s;
}

.modal-container .help-slider button.live-chat:hover {
	background-color:#FFC25E !important;


}

.modal-container .help-slider section {
	margin: 0 0 20px 0;
	border: none;
}

.modal-container .vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}
/*
	END Add To Cart Modal
/***************************************/

/** Fit Guide **/
.modal-container.product-img-box {
	width: 100%;
	margin: 0;
	max-width: none;
	color: black;
}
.fit-modal-title { font-family: "ltc-bodoni-175", serif; margin-top: 0; }
.modal-container .fit-table { width: 700px; }
.fit-table tr { background: none; }
.fit-table th { font-weight: bold; padding: 0 10px; line-height: 30px; font-size: 14px; background: #eee; }
.fit-table td { font-size: 14px; padding: 0 10px; line-height: 24px; }

@media all and (max-width: 699px) {
	.modal-container .fit-table { width: 100%; }
}

.website-eu .nav_category li[class^='shinola-salutes']{
	display: none;
}
.website-eu .nav_category li[class^='the-great-americans']{
	display: none;
}
.website-eu .widget-header .widget-nav-primary .root-item.oscar-de-la-renta{
	display: none !important;
}
.website-eu .widget-header .widget-nav-primary .root-item.henry-ford{
	display: none !important;
}
.website-eu .nav_category .vintage-watches{
	display: none;
}

body.website-eu .eu-nodisplay { display: none !important; }
body.website-na .na-nodisplay { display: none !important; }

/*
 * ------------------------------------------------------------------------------------------
 * Home page SEO block
 * ------------------------------------------------------------------------------------------
 */
#block-shinola_mods-shinola_hp_seo {
    clear: both;
}
#block-shinola_mods-shinola_hp_seo p{
    color: #4c4d4f;
    text-align: justify;
    line-height: 21px;
}
#block-shinola_mods-shinola_hp_seo a{
    font-weight: normal;
    color: #4c4d4f;
}

#block-shinola_mods-shinola_hp_seo h2 {
    text-align: center;
    padding: 0 0 5px 0;
    font-size: 29px;
    margin: 0;
}

#block-shinola_mods-shinola_hp_seo .seo-title {
	font-style: italic;
	margin-top: 50px;
	position: relative;
	text-transform: none;
	font-size: 48px;
}

#block-shinola_mods-shinola_hp_seo .seo-title span {
	position: relative;
}

#block-shinola_mods-shinola_hp_seo .seo-title .tm {
	font-family: Arial, sans-serif;
	font-size: 8px;
	position: absolute;
	top: 0;
	right: -10px;
	font-style: normal;
}

#block-shinola_mods-shinola_hp_seo h3 {
    margin: 22px auto 0 auto;
    /* IE8 work-around for typekit weights -n* @see: http://help.typekit.com/customer/portal/articles/6855-using-multiple-weights-and-styles */
    font-family: akzidenz-grotesk-condensed-n5,akzidenz-grotesk-condensed;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
}

#block-shinola_mods-shinola_hp_seo .block-content {
    width: 693px;
    padding-bottom: 38px;
    margin: 0 auto;
}

#block-shinola_mods-shinola_hp_seo .block-content .content-expand {
    overflow: hidden;
}

#block-shinola_mods-shinola_hp_seo .block-content .content-expand {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .25s ease-in-out;
    -moz-transition: max-height .25s ease-in-out;
    -o-transition: max-height .25s ease-in-out;
    transition: max-height .25s ease-in-out;
}

#block-shinola_mods-shinola_hp_seo .block-content.expanded .content-expand {
    max-height: 1000px;
}

#block-shinola_mods-shinola_hp_seo .block-content.expanded .control-expand {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3;
}

#block-shinola_mods-shinola_hp_seo .control-expand,
#block-shinola_mods-shinola_hp_seo .control-collapse {
    /* IE8 work-around for typekit weights -n* @see: http://help.typekit.com/customer/portal/articles/6855-using-multiple-weights-and-styles */
    font-family: "akzidenz-grotesk-n5","akzidenz-grotesk";
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    font-size: 12px;
    display: inline-block;
    line-height: 0;
    padding-bottom: 6px;
    text-decoration: none;
    border-bottom: 1px solid black;
}

#block-shinola_mods-shinola_hp_seo .control-collapse {
    letter-spacing: .05em;
}

#block-shinola_mods-shinola_hp_seo .control-expand:hover,
#block-shinola_mods-shinola_hp_seo .control-collapse:hover,
#block-shinola_mods-shinola_hp_seo .block-content.expanded .control-expand {
    border: none;
}

#block-shinola_mods-shinola_hp_seo .block-content.expanded .control-expand {
    cursor: default;
}

#block-shinola_mods-shinola_hp_seo .block-content .content-expand p:first-child {
    margin-top: 0;
}

@media all and (max-width: 699px) {

    #block-shinola_mods-shinola_hp_seo {
        margin: 0 3%;
    }
    #block-shinola_mods-shinola_hp_seo p{

	    text-align: left;
	    line-height: 21px;
	    padding: 0px 21px;
		}

    #block-shinola_mods-shinola_hp_seo h2 {
        font-size: 22px;
    }

    #block-shinola_mods-shinola_hp_seo h3 {
        width: auto;
        text-align: center;
    }

	#block-shinola_mods-shinola_hp_seo .seo-title {
		font-size: 38px;
	}

    #block-shinola_mods-shinola_hp_seo .block-content {
        width: auto;
        padding-bottom: 0;
    }

    #block-shinola_mods-shinola_hp_seo .block-content p {
        margin-bottom: 0;
    }

    #block-shinola_mods-shinola_hp_seo .block-content .content-expand p {
        margin-top: .5em;
    }

    #block-shinola_mods-shinola_hp_seo .block-content p {
        margin-top: 1em;
    }

    #block-shinola_mods-shinola_hp_seo .block-content .content-expand p:first-child {
        margin-top: 1em;
    }

}

#content-1018 .cta-hero {
	border: 1px solid #acacac!important;
	color: #acacac!important;
}

/** Video Hero BG Styles **/
/*
#content-973 { opacity: 0; }
#content-973.video-bg { opacity: 1; transition: all 0.7s ease; }
*/
#content-973.video-bg .carousel-teaser { left: 0; }
#content-973.video-bg .carousel-teaser > div { display: none; }
#content-973.video-bg .carousel-teaser h2 { border: none; letter-spacing: 1.5px; font-family: 'akzidenz-grotesk-condensed'; font-weight: 500; padding-bottom: 15px; font-size: 42px; }
#content-973.video-bg .carousel-teaser { width: 100%; padding: 0; }
#content-973.video-bg .carousel-teaser .cta-hero { font-size: 18px!important; letter-spacing: 3px; border: none; font-weight: 100!important; position: relative; margin-left: -4px; }
#content-973.video-bg .carousel-teaser .cta-hero:after { content: ''; background: url('/sites/all/themes/shinola/media/video/detroit-arrow/icon-watch.svg') center center no-repeat transparent; height: 20px; width: 20px; position: absolute; right: -15px; top: 7px; }

.field-name-field-image-description .field-label { display: none; }

/***** UTILITIES *****/
.no-display { display: none; }
