
/* GLOBAL */

	body {
		font-family: Lato;
	}

	.container {
		max-width: 1280px !important; /* overrides the default (1200) from the compiled css file (grid_default.css) */
	}

	.page-title h1 {
		text-transform: uppercase;
		font-size: 2.5em;
	}

/* HEADER */

	.header .logo-wrapper {
		text-align: center;
	}

	.header .hp-block {
		padding: 5px 0;
	}

	.header .logo-wrapper .logo {
		max-width: 100%;
		margin: 0;
	}

	.header .logo-wrapper .logo img {
		max-width: 75%;
	}

	.header .user-menu #header-search {
		margin-top: 50px;
	}

	.header #mini-cart-wrapper-regular {
		float: left;
	}

	.header #header-signin {
		display: inline-block;
		height: 38px;
		line-height: 38px;
	}

	.header #header-signin a {
		border-left: 1px solid #bbb;
		padding-left: 10px;
	}

	.header #mini-cart .count {
		margin: 0;
	}

/* MAIN NAVIGATION */

	#header-nav {
		border: 1px solid #bbb;
		border-left: 0;
		border-right: 0;
	}

	#header-nav #nav {
		text-align: center;
	}

	#header-nav #nav > li {
		display: inline-block;
		text-align: center;
		float: none;
		letter-spacing: 3px;
	}

	#header-nav #nav > li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header-nav #nav .nav-panel ul.dd-itemgrid {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
	}

	#header-nav #nav #megamenu-mens .nav-panel ul {
		width: 34%;
	}

	#header-nav #nav .nav-panel ul.dd-itemgrid li {
		text-align: left !important;
		margin-bottom: 5px;
	}

	#header-nav #nav .nav-panel ul.dd-itemgrid a {
		padding: 0;
	}

	#header-nav #nav .nav-block.nav-block--right {
		text-align: right;
	}

	#header-nav .nav-regular .nav-submenu--mega > li > ul > li,
	#header-nav .nav-regular .nav-submenu--mega > li > ul > li:hover {
		background-position: 3px 9px;
	}

/* LEFT SIDEBAR */

	#vertnav .vertnav-cat {
		background: none !important;
	}

	#vertnav li {
		line-height: 2em;
	}

/* CATEGORY PAGE */

	body.catalog-category-view .price {
		font-size: 2em;
		color: inherit !important;
	}

	body.catalog-category-view .swatchLabel-category {
		display: none;
	}

	body.catalog-category-view .swatch-category-container {
		text-align: center;
	}

	body.catalog-category-view .swatch-category {
		float: none;
		border: none;
		margin: 0 5px 0 0;
	}

	body.catalog-category-view .sidebar {
		display: none;
	}

	body.catalog-category-view .col-main {
		width: 100% !important;
	}

/* PRODUCT PAGE */

	body.catalog-product-view .section-title,
	body.catalog-product-view .price-box,
	body.catalog-product-view .container2-wrapper {
		border: none !important;
	}

	body.catalog-product-view .product-name h1 {
		font-size: 30px;
	}

	body.catalog-product-view h4 {
		font-size: 1em;
		font-weight: bold;
	}

	body.catalog-product-view .price {
		font-size: 2em;
		color: inherit !important;
	}

	body.catalog-product-view .availability {
		display: none;
	}

	body.catalog-product-view .box-description,
	body.catalog-product-view .message-boxes {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 1px;
	}

		body.catalog-product-view .message-boxes {
			margin: 20px 0;
		}

	body.catalog-product-view .swatch {
		border: none;
		margin: 0 5px 0 0 ;
	}

	body.catalog-product-view .img-box .product-image {
		margin: 0;
		padding: 0;
		border: none;
	}

	body.catalog-product-view .block-related .product-image > img {
		border: 1px solid #eeeeee;
		margin-right: 10px;
		padding: 3px;
	}

	body.catalog-product-view .more-images .thumbnails {
		text-align: left !important;
	}

	body.catalog-product-view .box-related .itemslider .item {
		padding-left: 0;
		padding-right: 0;
	}

	body.catalog-product-view #product-options-wrapper .float-clearer {
		display: none;
	}

	#addtocart-stockmessage-backorder,
	body.catalog-product-view #addtocart-stockmessage-nobackorder {
		background: lightblue;
		margin-bottom: 15px;
		padding: 10px;
	}

	body.catalog-product-view .breadcrumbs {
		text-align: left;
	}

/* CART SCREEN */

	body.checkout-cart-index .block_cart_below_totals {
		background: #f5f5f5;
		text-align: center;
		padding: 10px 0;
	}

	body.checkout-cart-index .block_cart_below_totals h4 {
		display: none;
	}

	body.checkout-cart-index .item-options {
		position: relative;
	}

	body.checkout-cart-index .truncated .truncated_full_value {
		position: absolute;
		top: 0;
		left: 0;
	}

	body.checkout-cart-index .truncated .truncated_full_value .item-options {
		margin: 0;
		width: auto;
		white-space: nowrap;
	}

/* CONTACT US PAGE */

	#contact-us-form {
		margin-bottom: 30px;
	}

	#contact-us-info p {
		margin-bottom: 1.5em;
		font-size: 16px;
	}

	#contact-us-info > div {
		/*border-bottom: 1px solid #e5e5e5;*/
		margin-bottom: 20px;
	}

	#contact-us-form .buttons-set button.button,
	#contact-us-form .buttons-set p.required {
		float: none;
	}

	#contact-us-form .buttons-set button.button {
		margin-top: 30px;
	}

	#contact-us-form .buttons-set p.required {
		text-align: left;
		font-size: inherit;
	}

	#contact-us-form .form-list .field {
		float: none;
	}

/* FOOTER */

	#footer-free-shipping-message {
		text-align: center;
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: 3px;
		margin-top: 50px;
	}

	.footer-container {
		margin-top: 100px;
	}

	.footer-secondary-container {
		position: relative;
	}

	.footer-secondary-container .inner-container {
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	.footer-secondary-container .block-title {
		padding-top: 0 !important;
		position: relative;
		z-index: 1;
		font-size: 17px !important;
		font-weight: bold !important;
		color: #fff;
	}

	.footer-secondary-container .block-content li {
		background-image: none;
		padding-left: 0;
		line-height: 2em;
	}

	#footer-secondary-header-stripe {
		background: #979999;
		height: 40px;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 0;
	}

/* HOMEPAGE */

	#homepage-hero-full {
		text-align: center;
	}

	#homepage-feature-panel {
		margin-top: 30px;
	}

	#homepage-feature-center {
		overflow: hidden;
	}

	#homepage-feature-left img:first-child,
	#homepage-feature-right img:first-child {
		margin-bottom: 30px;
	}

	#homepage-subfeature-panel {
		border: 1px solid #bbb;
		border-left: 0;
		border-right: 0;
		margin: 30px 0;
		padding: 30px 0;
	}

	#homepage-subfeature-panel > div {
		font-size: 18px;
		font-weight: 300;
		text-align: center;
	}

	#homepage-subfeature-panel > div h2 {
		font-family: 'Roboto Slab';
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 0;
	}

	#homepage-subfeature-panel > div p {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	#homepage-subfeature-left img,
	#homepage-subfeature-right img {
		margin: 20px 0;
	}

		#homepage-subfeature-right img {
			width: 300px;
		}

	#homepage-subfeature-panel .video-feature {
		position: relative;
		margin-top: 20px;
	}

	#homepage-subfeature-panel .video-feature img {
		border: 1px solid #bbb;
		border-radius: 5px;
	}

	#homepage-subfeature-panel .video-feature a {
		position: absolute;
		display: block;
		height: 100%;
		width: 100%;
		top: 0;
	}

	#homepage-subfeature-panel .video-feature button {
		height: 40px;
		width: 80px;
		background: rgba(50, 50, 50, 0.75);
		border: 0;
		border-radius: 5px;
	}

	#homepage-subfeature-panel .video-feature svg {
		width: 25%;
		fill: #fff;
	}

/* VIDEO LIGHTBOX */

	.tbox {
		display: none;
		padding: 14px 17px;
		position: absolute;
		z-index: 5000;
	}

	.tinner {
		background: url("/js/tinybox2/images/preload.gif") no-repeat scroll 50% 50% #ffffff;
		border-bottom: 1px solid #333333;
		border-radius: 5px;
		border-right: 1px solid #333333;
		padding: 15px;
	}

	.tmask {
		background: none repeat scroll 0 0 #000000;
		display: none;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 4999;
	}

	.tclose {
		background: url("/js/tinybox2/images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		cursor: pointer;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
	}

	.tclose:hover {
		background-position: 0 -30px;
	}

	#bluemask {
		background: none repeat scroll 0 0 #120900;
		opacity: 0.8 !important;
	}

	.tbox #frameless {
		box-shadow: 0 0 20px 8px #000000;
		padding: 0;
	}

/* BLOG STYLES */

	.post-list li.item {
	    border-bottom: 1px solid #bbbbbb;
	    padding-bottom: 20px;
	}

/* NEWSLETTER MODAL STYLES */

	#esns_box_layer.esns_theme_default {
		width: 750px;
		border: 10px solid #fff;
		padding: 0;
		background: #fff url('http://www.rancourtandcompany.com/media/wysiwyg/features/newsletter-popup-2.jpg') no-repeat;
		position: relative;
	}

	#esns_box_layer #esns_box_close {
		position: absolute;
		top: 0;
		right: 0;
	}

	.esns_theme_default .esns_box_lines {
		margin: 5px 0 0 490px;
	}

	.esns_theme_default #esns_box_title {
		background-image: none;
		/*background-color: lime;*/
		padding: 0 0 0 490px;
		width: auto !important;
	}

	.esns_theme_default #esns_box_block_3 {
		/*background-color: red;*/
		padding: 10px 0 10px 490px;
	}

	.esns_theme_default #esns_box_subscribe {
		/*background-color: pink;*/
		padding: 0 0 0 490px;
	}

	.esns_theme_default #esns_box_subscribe_form {
		text-align: left;
		margin: 15px 0 0 0;
	}

	.esns_theme_default #esns_box_block_1,
	.esns_theme_default #esns_box_block_2,
	.esns_theme_default #esns_box_block_3,
	.esns_theme_default #esns_box_subscribe_input,
	.esns_theme_default #esns_box_subscribe_input input,
	.esns_theme_default #esns_box_subscribe_response_success,
	.esns_theme_default #esns_box_subscribe_response_error {
		font-family: inherit !important;
		text-align: left !important;
		width: auto !important;
		display: block;
		margin-left: 0 !important;
		font-size: inherit !important;
	}

	.esns_theme_default #esns_box_block_1 {
		font-size: 16px !important;
		line-height: 1em !important;
	}

	.esns_theme_default #esns_box_block_2 {
		font-size: 24px !important;
		line-height: 1em !important;
		margin: 10px 0;
	}

	.esns_theme_default #esns_box_subscribe_input #esns_email {
		font-size: inherit;
		width: 218px !important;
		margin: 0 0 15px 0;
	}

	.esns_theme_default #esns_box_subscribe_submit {
		display: block;
	}

	.esns_theme_default #esns_box_subscribe_submit a {
		background: #333;
		color: #fff;
		font-size: inherit;
		height: 30px;
		line-height: 26px;
		text-align: center;
	}

/* RESPONSIVE STYLES */

	@media only screen and (min-width: 960px) and (max-width: 1059px) {

		.nav-regular .nav-item.level0 > a {
			font-size: 16px;
			letter-spacing: 2px;
		}

	}

	@media only screen and (min-width: 960px) and (max-width: 1279px) {

	}

	@media only screen and (min-width: 767px) {

		.hide-above-768 {
			display:none !important;
		}

	}

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

		#esns_box_layer.esns_theme_default {
			width: 90%;
			background-image: none;
		}

		.esns_theme_default .esns_box_lines {
			margin-left: 0;
		}

		.esns_theme_default #esns_box_title {
			padding-left: 0;
		}

		.esns_theme_default #esns_box_block_3 {
			padding-left: 0;
		}

		.esns_theme_default #esns_box_subscribe {
			padding-left: 0;
		}

		.esns_theme_default #esns_box_subscribe_submit a {
			margin: 0;
		}

		.esns_theme_default #esns_box_subscribe_input #esns_email {
			width: 95% !important;
		}

		#homepage-feature-panel {
			margin-top: 0;
		}

		#homepage-feature-center {
			height: auto;
		}

		#homepage-hero-panel img,
		#homepage-feature-panel img {
			width: 100%;
			margin-bottom: 20px;
		}

		#affirm_promo {
			width: 100% !important;
		}

	}

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

		.header .logo-wrapper {
			text-align: left;
		}

		.header .logo-wrapper .logo {
			max-width: 75%;
		}

		#header-nav #nav > li {
			text-align: left;
		}

		#header-nav #nav > li .nav-item.level1 > a {
			line-height: 1.5em;
		}

		#header-nav #nav .nav-panel-inner {
			margin-left: 20px;
		}

		#header-nav #nav .opener:before {
			content: '' !important;
		}

		#header-nav #nav .opener {
			background-image: url("../images/infortis/_shared/dropdown/arrow-dropdown.png") !important;
		}

	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.img-box .product-image {
			width: auto !important;
		}
	}



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

		#header-nav #nav #megamenu-mens .nav-panel ul {
		width: 100% ;
		}

	}