﻿/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1481px) {


	/* GLOBAL STYLES */


	.master-wrapper-content {
		width: 1400px;
	}

	.center-2 {
		width: 1040px;
	}
	.side-2 {
		width: 335px;
	}

	/* NOTIFICATIONS & POPUPS */
	/* HEADER */


	.admin-header-links .center {
		width: 1400px;
	}
	.header .center {
		width: 1400px;
	}
	.category-navigation-title {
		width: 335px;
		padding: 0 24px;
	}
	.category-navigation-list-wrapper {
		width: 335px;
	}
	.category-navigation-list>li>a,
	.category-navigation-list>li>span {
		padding: 13px;
	}
  .category-navigation-list > li > .sublist-wrap {
    /*this is the flyout panel*/
    left: 335px;
    width: 1070px;
  }
	.header-menu>ul>li>.sublist-wrap {
		width: 1400px;
		margin: 0 0 0 -240px;
		/*depends on logo cell width, which is always fixed*/
	}

	.store-search-box.full-width input.search-box-text {
		width: 1138px;
	}

	/* HOMEPAGE CAROUSELS */
	/* FOOTER */

	.footer .center {
		width: 1400px;
	}

  .two-columns-area > .center {
    width: 1400px;
  }
}