/*************************************************************************
*
* Zoey, Inc.
* __________________
*
*  COPYRIGHT 2016,2017 Zoey, Inc.
*  All Rights Reserved.
*
* NOTICE: You are granted a non-exclusive and non-transferable license
* to use the Source Code of the Software provided under this License.
* This License is applicable to a single domain and server installation.
* Licensee may not resell, rent, lease or distribute the Source Code separately.
* Licensee may not use this Source Code to develop or distribute
* products that would compete with products marketed by the Licensor.
* All information contained herein is, and remains,
* the property of Zoey, Inc. and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Zoey, Inc. and its suppliers and may
* be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret and/or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Zoey, Inc.
* Licensor's copyright notices must not be removed from the Source Code.
*/

#header {
	max-width: none;
}

#search {
	height: 30px;
}

.page-header-container {
	max-width: 1260px;
	margin:0 auto;
	padding:0 30px;
}

.main-container,
.footer-container {
	max-width: none;
	padding:0;
}

.main-container .main{
	max-width: 1260px;
	padding: 30px 0;
	margin:0 auto;
}

.footer-container {
	border-top: 1px solid #ccc;
}

.footer-container .footer {
	max-width: 1260px;
	padding: 30px 0;
	margin:0 auto;
	border:0;
}

body.cms-home .main-container {
	padding-top:0;
}

/*.wrapper {
	margin-bottom: -294px;
}

.wrapper:after{
	content: '';
	display: block;
	height: 294px;
}*/

/* 
	ICONS
*/

.skip-account .icon,
.skip-cart .icon,
#search_mini_form .search-button:before,
.skip-search .icon,
.skip-nav .icon,
.btn-remove2
{
	background: transparent;
	text-indent: 0;
}

.sorter > .sort-by .sort-by-switcher--asc,
.sorter > .sort-by .sort-by-switcher--desc,
.sorter > .view-mode .grid,
.sorter > .view-mode a.grid:hover,
.sorter > .view-mode .list,
.sorter > .view-mode a.list:hover,
#search_mini_form .btn-search{
	background: transparent;
	overflow: hidden;
	vertical-align: middle;
}

.skip-nav .icon:before,
.skip-cart .icon:before,
.skip-account .icon:before,
#search_mini_form .search-button:before,
.skip-search .icon:before,
.skip-nav .icon:before,
.sorter > .sort-by .sort-by-switcher--asc:after,
.sorter > .sort-by .sort-by-switcher--desc:after,
.sorter > .view-mode .grid:after,
.sorter > .view-mode .list:after,
#search_mini_form .btn-search:after,
.btn-remove2:after {
    display:inline-block;
    font-family:'icomoon';
    speak:none;
    font-style:normal;
    font-variant:normal;
    text-transform: initial;
    font-weight:normal;
    line-height:1;
    font-size: 20px;
    vertical-align: super;
    -webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.skip-cart .icon:before												{content:"\e602";}
.skip-account .icon:before											{content:"\e61b";}
#search_mini_form .search-button:before,
#search_mini_form .btn-search:after,
.skip-search .icon:before											{content:"\e615"; margin-top: 5px; text-indent: 9960px;}
.skip-nav .icon:before												{content:"\e610"; font-size: 16px;}
.sorter > .sort-by .sort-by-switcher--asc:after						{content:"\e601";text-indent: 9864px;font-size: 13px;vertical-align: baseline;}
.sorter > .sort-by .sort-by-switcher--desc:after					{content:"\e600";text-indent: 9872px;font-size: 13px;vertical-align: baseline;}
.sorter > .view-mode .grid:after									{content:"\e60f";text-indent: 9980px; vertical-align: middle; font-size: 15px;}
.sorter > .view-mode .list:after									{content:"\e60e";text-indent: 9980px; vertical-align: sub; font-size: 15px;}
.btn-remove2:after													{content:"\e618";}

/*
	RESPONSIVE
 */

@media all and (min-width: 500px) and (max-width: 770px){
	.skip-account,
	.skip-cart,
	#header-search {
		right: inherit;
	}
}