/* page structure */
body {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Montserrat', Arial, sans-serif;
}

#bodyTag {
	background: #efefef;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: font-weight: 400;
	color: #666;
	font-family: 'Roboto Slab', 'Times New Roman', Georgia, serif;
}

a {
  color: #08368E;
}
a:hover,
a:focus {
  color: #2C70F3;
  text-decoration: none;
}

/* Bootstrap modifications */
.img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.container-fluid
{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    width: 1085px;
  }
}

.form-control {
  border-radius: 0px;
}

.dropdown-menu {
  min-width: 200px;
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0;
  border: transparent;
}

.dropdown-menu .divider {
  margin: 0;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
  font-size:13px;
}

.nav-tabs > li > a {
	border-radius: 0;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar-header {
    border-bottom:1px solid rgba(0,0,0,.1);
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 15px 8px 25px;
    background:#fff;
  }
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	.navbar-nav.navbar-right:last-child {
		padding-top:15px;
	}
}

@media (min-width: 768px) {
  .navbar-right {
    width:25%;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0,0,0,.05);
}

/* Base css overrides */
.group-header {
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: bold;
}

.form-control {
	border-radius:0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #666;
	border-color: #666;
}

.cart-price {
	color: #FF3A00;
}

.medium-image{
	cursor: pointer;
}

.list-item{
	margin-bottom: 27px;
	padding-bottom: 18px;
}

.list-item-name-wrap{
	font-size: 18px;
	margin-bottom: 22px;
}

.product-landing-page .price-wrap
{
	font-size: 25px;
}

.description-heading
{
	font-weight: bold;
	font-family: 'Roboto Slab', Georgia, serif;
}

/* Fix some common problems with set widths in admin entered data*/
.responsive-content-fix img, .responsive-content-fix div, .responsive-content-fix table, .responsive-content-fix p {
	max-width: 100%;
}

.responsive-content-fix {
	max-width: 100%;
	overflow: auto;
}

.header-right-wrap {
	background: #F4F4F4;
}
.billboard-wrapper picture > img
{
    width:100%;
}
.main-content-wrapper {
	background: #fff;
}

.contact-us-page {
	max-width: 450px;
}

#product-tabs {
	margin-bottom: 32px;
}

.medium-image-wrap {
	margin-bottom: 24px;
}
.home-news-header
{
    text-align:center;
}
.breadcrumb
{
	padding: 0;
	background: Transparent;
	font-size: 12px;
    color:#ccc;
}
.list-item-price-wrap .price-wrap
{
    font-size: 23px;
    margin-bottom: 23px;
}
.image-controls a {
	color: #666;
	text-shadow: 1px 1px 0px rgba(255,255,255,.1);
}
.recent-additions-page
{
    margin-bottom:40px;
    text-align: center;
}
.related-products {
	margin-bottom: 32px;
}

.related-items-header, .upsell-items-header {
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 8px;
	border-bottom: 1px solid #ddd;
}

.contact-form {
	max-width: 500px;
}

#product-tabs .rating-header {
	display: none;
}

h1.entity-page-header {
	font-size: 28px;
}
.welcome-text-wrapper
{
	margin-bottom:40px;
}
.featured-products-header
{
	text-align:center;
}
.featured-entities 
{
	margin-bottom:40px;
}
.copyright
{
	margin-top:32px;
}
.grid-promo-wrap {
	position: relative;
}

.promo-bg {
	position: absolute;
	width: 80px;
	height: 80px;
}

.grid-inner-frame {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.grid-inner-frame:hover {
	}

.grid-item-name-wrap {
	margin-bottom: 14px;
}

a.logo {
	display: block;
	position: relative;
	z-index: 1000;
}

.top-navigation-wrap {
	position: relative;
	z-index: 980;
	font-family: 'Roboto Slab', 'Times New Roman', serif;
	float: left;
	width: 100%;
}
/* min-height for larger screens */
@media (min-width: 767px) {
	.body-wrapper {
		min-height: 500px;
	}
}

/* adnsf grid system */
@media (max-width: 767px) {
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth {
		width: 100%;
		float: none;
		display: block;
		margin-left: 0;
	}
}

/* buttons */



.btn,
.featured-entities-shop-now {
	border: 0;
	border-radius: 0;
	padding: 12px 32px;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 -3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -3px rgba(0,0,0,0.1);
	box-shadow: inset 0 -3px rgba(0,0,0,0.1);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.btn:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.btn:active,
	.btn.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.btn.disabled,
	.btn[disabled],
	fieldset[disabled] .btn {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

a.btn {
	text-decoration: none;
}

.btn-default{
	background: #efefef;
	color: #666;
}
	.btn-default:hover,
	.btn-default:focus,
	.featured-entities-shop-now:hover {
		color: #fff;
		background-color: #666;
		text-decoration: none;
	}

.btn-primary {
	color: #ffffff;
	background: #FF7C00;
	border-color: #FF7C00;
}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.open .dropdown-toggle.btn-primary {
		color: #ffffff;
		background-color: rgba(255,0,0, .8);
		border-color: rgba(255,0,0, .8);
	}

.close-minicart-button, 
.minicart-checkout-button,
.close-miniwish-button{
	font-size: 14px;
	padding: 10px 16px;
}

.input-group-btn .btn{
	padding: 5px 12px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.input-group-btn .btn:hover{
	border-top: solid 1px #5C5C5C;
	border-right: solid 1px #5C5C5C;
	border-left: solid 1px #5C5C5C;
	border-bottom: solid 1px #5C5C5C;
}

.add-to-wishlist {
	margin-left: 8px;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	padding-left: 12px;
}
.add-to-wishlist:hover
{
	background-color:Transparent;
	color:orange;
}

.choose-payment-method-button{
	width: 228px;
}

.featured-entity-name-wrap
{
	font-family:'Roboto Slab', Georgia, serif;
	font-weight:bold;
	font-size:20px;
	border-bottom: 1px dotted #C9D1CD;
	padding-bottom: 12px;
}
.smallest-text
{
	font-size:11px;
}
.featured-entity-name-wrap a
{
	color: #666;
}
.search-go {
	padding: 6px 8px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 0px;
	color: #fff;
	background: #666;
}
.search-form-group .form-control{
	margin: 0;
}

/* header elements */
.header-cart {
	margin: 10px 0 0 0;
}

.logo-wrap img {
	max-width: 100%;
}
/* horizontal navigation */

.topnav, .footernav {
	margin: 0px;
}

	.footernav .navbar-nav {
		margin: 0;
	}

.nav-input-pad {
	padding: 9px 15px 0 15px;
}

.nav-button-pad {
	padding: 5px 15px 0 15px;
}

.main-content-wrapper {
	padding-top: 24px;
	padding-bottom: 32px;
}

@media (min-width: 768px) {
	.navbar-form.navbar-right:last-child {
		margin-right: 0;
	}

	.navbar-form.search-wrap {
		padding-top: 8px;
		margin-top: 0;
	}

	.main-content-wrapper {
		min-height: 600px;
	}
}

.order-details, .shipping-estimator {
    border-radius: 0;
}

.opc-wrap .opc-page-left-column {
	width: 60%;
}

.opc-wrap .opc-page-right-column {
	width: 38%;
}

.opc-wrap .shipping-methods-wrap {
	width: 100% !important;
}

#shippingMethodListWrap label {
	display: inline;
}

@media (max-width: 767px) {
	.cart-title {
		clear: both;
	}

	.opc-wrap .opc-page-left-column {
		width: 100%;
		float: none;
	}

	.opc-wrap .opc-page-right-column {
		width: 100%;
		float: none;
	}
}


/* product page */
.variant-options-label {
	font-weight: bold;
}

.product-image-wrap .product-image {
	display: inline-block;
	max-width: 100%;
	height: auto;
}


/* kit product */
.kit_group img[id$='_imgFile'] {
	display: block;
	max-width: 100%;
	height: auto;
}

.kit-sidebar {
	position: static;
	z-index: 0;
	width: 190px;
	background-color: #fff;
	text-align: left;
}

.kit-sidebar {
	width: 100%;
}

@media (max-width: 767px) {
	.kit-group-content select {
		width: 90%;
	}

	.kit-group-content input[type='text'] {
		width: 90%;
	}

	.kit-groups .kit-column-content {
		width: auto;
		display: block;
	}

	.kit-groups .kit-column-sidebar {
		display: block;
		width: auto;
		padding-left: 0;
	}

	.kit-group-item-image {
		display: block;
		max-width: 100%;
		height: auto;
	}



	.kit-groups {
		width: 100%;
	}
}

/*grid item styles for entity pages, related, upsell etc. */

.grid-item {
	padding-bottom: 16px;
	text-align: center;
}

.grid-item-image {
	margin: 0 auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */

.entity-image {
	margin: 0 8px 8px 0;
}

.entity-page-description {
	margin-bottom: 8px;
}

.sub-entity-list {
	margin-bottom: 16px;
}

/* narrow forms */

@media (max-width: 767px) {
	.payment-page .credit-card-form, .signin-page .login-form, .signin-page .forgot-password-email, .advanced-search-form-wrap {
		width: 100%;
	}
}

/* account page and create account page */

.okay-to-email input {
	margin: 2px;
}

.okay-to-email label {
	margin-right: 4px;
}

.over-thirteen input {
	margin-right: 4px;
	;
}

/* product ratings */
.rating-form .one-fifth {
	width: 20%;
	display: inline;
}

/* Add To Cart Form Styles */
.table-order {
	text-align: right;
}

.visa {
	background: url(../images/visa.png) no-repeat top left;
}

.mastercard {
	background: url(../images/mastercard.png) no-repeat top left;
}

.amex {
	background: url(../images/amex.png) no-repeat top left;
}

.discover {
	background: url(../images/discover.png) no-repeat top left;
}

.paypal {
	background: url(../images/paypal.png) no-repeat top left;
}

.amazon {
	background: url(../images/amazon.png) no-repeat top left;
}

.cards-accepted {
	padding-top: 12px;
}

.cardname {
	display: inline-block;
	margin-right: 4px;
	min-height: 32px;
	width: 51px;
}

.home-image-links-wrapper {
	background: rgba(0,0,0,.02);
}

.home-chunks {
	margin: 0 auto;
	margin-bottom: 32px;
	max-width: 1584px;
}

.home-top-block {
	padding: 0px;
}

.home-block {
	padding: 0px;
}

.category-link-box {
	text-align: center;
	position: relative;
	padding: 10px;
	max-width: 263px;
	margin: 0 auto;
}

a.category-link-button,
.featured-item-image-wrap .featured-entities-shop-now {
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 45px;
}

.category-link-box img {
	margin: 0 auto;
}

.category-box {
	padding: 0px;
}

.footer-menu-wrap ul {
	list-style: none;
	line-height: 32px;
}

.main-header {
	background: #B5B5B5;
	box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	position: relative;
	z-index: 10;
}

.tfg-radio-link {
	position: absolute;
	right: 12px;
}

.header-row {
}

.search-static {
	padding-top: 12px;
	padding-bottom: 12px;
}

.footer-wrapper {
	padding: 100px 0px;
}

.footerHeading {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-menu-wrap a {
	color: #666;
}

.social-links {
	margin-bottom: 32px;
}

.category-link-row {
	margin-bottom: 32px;
}

.big-heading-categories, .featured-items-header, .instagram-handle {
	font-size: 32px;
	margin-bottom: 24px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 34px;
	border-bottom: none;
	font-weight: 900;
	padding-bottom: 8px;
	margin-bottom: 38px;
	color: #333;
	font-family: 'Roboto Slab', serif;
}

.big-heading-categories {
	margin-bottom: 27px;
	margin-top: 22px;
}

.instagram-wrap, .billboard-image, .category-link-row {
	margin-bottom: 80px;
}

.social-links img, .middle-line img {
	border-radius: 100%;
}

.category-link-heading,
.customer-favorites .featured-item-name-wrap {
	padding: 20px;
	background: rgba(255,0,0,.6);
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
}

.new-bug {
	color: #d69811;
}

.featured-item {
}

.featured-item-inner-wrap {
	text-align: center;
	position: relative;
	box-shadow: 0px 24px 32px rgba(0,0,0,.1);
	border: 11px solid #fff;
	min-height: 400px;
}

.tavarua {
	display: block;
	font-size: 31px;
	line-height: 44px;
	font-weight: 900;
}

a.logo {
	color: #F4F4F4;
	font-size: 31px;
	font-weight: Bold;
}

	a.logo:hover {
		text-decoration: none;
	}

.logo-wrap {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-family: 'Roboto Slab', Georgia, serif;
}

	.logo-wrap img {
		margin: 0 auto;
	}

.surfco {
	font-weight: 900;
	font-size: 14px;
}

.minicart-link, .account-nav-wrapper{
	float: right;
	width: 50%;
}
a.minicart-link {
	color: #fff;
	padding: 13px;
	text-align: center;
	background: #B30000;
	font-size: 12px;
}
a.minicart-link:hover {
	background: #900;
}
.minicart-icon {
	font-size:1.2em;
}

.account-nav-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.top-account-nav {
	background: rgba(255,255,255,.2);
	font-size: 12px;
	border: none;
	border-right: 1px solid rgba(0,0,0,.05);
}

.navbar-nav {
	margin-left: 0px;
	margin-right: 0px;
}

.search-box {
	width: 85%;
	display: inline-block;
}

.search-static {
}

.search-go {
	background: #666;
	;
}

.popcart-dropdown .caret-wrapper {
	display: inline-block;
	background: rgba(255,255,255,.3);
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 100%;
	padding-top: 0px;
	margin-left: 6px;
	box-shadow: 1px 1px 0px rgba(0,0,0,.1);
	cursor: pointer;
	float: right;
	color: #fff;
}

.cart-items {
	display: inline-block;
	padding: 0px 0px 0px 4px;
}

.popcart-dropdown .caret {
	margin-left: 0px;
}

.glyphicon-shopping-cart {
	color: #fff;
}

.pop-cart-menu {
	padding: 14px;
}

.dropdown-menu > li > a.button {
}

.dropdown-menu > li > a.btn-primary {
	color: #fff;
}

.dropdown-menu > li > a.button:hover {
	color: #333;
}

.template-top-right {
	text-align: center;
}

.header-right-info {
	padding-right: 0px;
	padding-left: 0px;
}

.pop-cart-menu {
	right: 0px;
	left: inherit;
}

.top-account-nav {
	background: rgba(0,0,0,.5);
}

	.top-account-nav a.dropdown-toggle {
		text-align: center;
		padding: 13px;
		color: #fff;
	}

	.top-account-nav > li > a:hover, .top-account-nav > li > a:focus {
		background: rgba(0,0,0,.3);
	}

	.top-account-nav .open > a, .top-account-nav .open > a:hover, .top-account-nav .open > a:focus {
		color: #333;
	}

.popcart-label {
	padding-left: 4px;
	display: inline-block;
}

.tab-content {
	padding: 18px;
	border: 1px solid #ebebeb;
	border-top: none;
}

.product-image-wrap {
	margin-bottom: 32px;
}

.product-page-top {
	background: #F4F4F4;
	padding: 32px;
	margin-bottom: 32px;
}

h1.product-page-header {
	margin-top: 0px;
	font-size: 22px;
	text-shadow: 1px 1px 0px rgba(255,255,255, .1);
	padding: 34px 0px;
}

.brand-section-wrapper {
	padding-right: 32px;
	min-height: 100px;
}

a.brand-links {
	display: block;
}

.brand-list-heading {
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 12px;
	color: rgba(255,0,0,.6);
}

.brands-sidebar {
	width: 34px;
	right: 0px;
	padding: 8px 6px;
	font-size: 10px;
	background: rgba(0,0,0,.1);
	position: fixed;
	right: -34px;
	top: 1%;
	top: 244px;
	text-align: center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: rgba(19, 190, 247, .8);
}

.nav-hint {
	background: rgba(19, 190, 247, .8);
	padding: 10px 6px 11px 6px;
	color: #fff;
	font-weight: bold;
}

.nudge-menu {
	right: 0px;
}

.brands-sidebar a {
	display: block;
	height: 25px;
	font-weight: bold;
	color: #fff;
}

.brand-section-wrapper {
	margin-bottom: 32px;
}
/*<<<<<<<<<<<   CUSTOM MEDIA QUERIES HERE   >>>>>>>>>>>>*/
@media (min-width: 768px) {
	.brands-sidebar {
		top: 150px;
	}

	.search-box {
		width: 90%;
	}

	.image-placement {
	}

	.logo-wrap {
		padding: 18px 18px;
	}

		.logo-wrap img {
			margin: inherit;
		}

	.navbar-nav {
	}

	.template-top-right {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.search-box {
		width: 80%;
	}
}

@media (min-width: 1200px) {
}
.brandbar .featured-entities-shop-now {
	display:none;
}
.brandbar .featured-item-name-wrap {
	display:none;
}
.featured-entities-shop-now {
	width:60%;
	display: none;
	margin:auto;
}

@font-face {
  font-family: 'socicon';
  src: url('fonts/socicon.eot');
  src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'), url('fonts/socicon.woff') format('woff'), url('fonts/socicon.ttf') format('truetype'), url('fonts/socicon.svg#glyphicons-halflingsregular') format('svg');
}
.socicon {
  color: #fff;
  font-family: 'socicon' !important;
  -webkit-font-smoothing: antialiased;
}

.socicon:empty{
    width: 1em;
}

.icon
{
  border-radius:100%;
  width:32px;
  height:32px;
  font-size:18px;
  text-align:center;
  line-height:18px;
  padding-top:6px;
  display:inline-block;
  color:#fff;
  box-shadow: 1px 1px 0px rgba(0,0,0,.4);
  background: #ccc;
}


/*common background colors*/
.facebook-icon
{
  background-color: #436DBA;
}
.twitter-icon
{
  background-color: #3AC3FF;
}
.instagram-icon
{
  background-color: #B57A37;
}
.google-plus-icon
{
  background-color: #FF4D00;
}
.youtube-icon
{
  background-color: #F00;
}
.blogger-icon
{
  background-color: #FF7E00;
}


a.icon
{
  color:#fff;
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.icon:hover
{
  text-decoration:none;
  box-shadow:none;
}


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.menu-list
{
    padding:0px 15px;
}
.menu-list li {
	list-style-type: none;
    font-weight: normal;
    font-size: 13px;
}
.menu-list > li > a:hover
{
    background:#f4f4f4;
    text-decoration:none;
}
.menu-list a
{
    padding: 10px 20px;
    display:block;
    color:#fff;
}

.menu-list
{
}
.menu-heading {
	font-weight: bold;
}

.menu-section {
	padding-bottom: 8px;
}
.ymm-content .row
{
    margin:0px;
}
.menu-list .viewAllItem a
{
    background:#f4f4f4;
    border-top:1px solid rgba(0,0,0,.1);
}
@media (min-width: 768px) {
    .menu-list a {
    color:#333;
    }
    .ymm-content .row
    {
        margin-left:-15px;
        margin-right:-15px;
    }
	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .dropdown {
		position: static;
	}

	.yamm .container {
		position: relative;
	}

	.yamm .dropdown-menu {
		left: auto;
	}

	.yamm .yamm-content {
		
	}

	.yamm-content {
		padding:18px;
	}

	.yamm .dropdown.yamm-fw .dropdown-menu {
		left: 0;
		right: 0;
	}

	.menu-list {
		min-width: 250px;
		line-height: 22px;
	}

	
	
    .two-column-menu
    {
        width:600px;
    }
    .three-column-menu
    {
        width:394px;
    }
}
@media (min-width: 992px) {
    .brand-menu {
		left: -285px;
	}
    .two-column-menu
    {
        width:700px;
        padding:18px;
    }
    .category-menu {
		
	}
    .three-column-menu
    {
        width:950px;
        padding:18px;
    }
        .viewAllItem
    {
      
        text-align:right;
    }
      .menu-list .viewAllItem a
        {
            display:inline-block;
            background:#baf4ed;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-top:0px;
        }
        .menu-list .viewAllItem a:hover
        {
            padding-right:32px;
            padding-left:32px;
        }
}
.terms-and-conditions .form-group, .terms-and-conditions .checkbox-label{
	margin-bottom: 0;
}
.terms-link{
	margin-left: 18px;
}