/*************************************************************************
*
* 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.
*/

img {
	max-width: 100%;
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

a.block-link {
	display: block;
}

.container {}

.float-container:before,
.float-container:after {
	content:'';
	display: block;
	clear: both;
}

.float-container .left {
	float: left;
}

.float-container .right {
	float: right;
}

.container.tight {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.container.shaddow {
	box-shadow: 0 0 10px 0 #333;
}

.overlay-text {
	position: absolute;
	width: 100%;
	padding: 5%;
	opacity: 0.5;

	-moz-box-sizing:border-box;
		 box-sizing:border-box;

	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.content:not(:hover) .overlay-text {
	background-color: rgba(0,0,0,0.6) !important;
}

.content:hover .overlay-text {
	opacity: 1;
}

.cms-index-index .std .widget ul {
	list-style: none;
}
.cms-index-index .std .widget p {
	margin-bottom: 0;
}

.cms-index-index .std .products-grid .product-info {
	padding-bottom: 0;
}

.homepage-modern .main-container .main {
	max-width: 1500px;
	width: 100%;
	padding:0;
	overflow: hidden;
}

.homepage-showcase .main-container .main {
	padding-bottom: 0;
}

.homepage-showcase .col-main .tight.shaddow {
	z-index: 5;
	margin-top:-10%;
	background-color: #fff;
	padding:20px;
}

.homepage-multi-promo .col-main .float-container .left{
	width: 80%
}

.homepage-multi-promo .col-main .float-container .right{
	width: 20%
}

.homepage-traditional .std > p,
.homepage-vertical .std > p,
.homepage-modern .std > p {
	display: none;
}

.main-container .main.semi-slide .pixSlider {
	width: 66%;
}

.pixSlider {
	background-color: #efefef;
}

.col5-row,
.col4-row,
.col3-row,
.col2-row,
.col1-row {
	text-align: center;
	width: 102%;
	margin:20px 0 20px -1%;
}

/*.col5-row.first,
.col4-row.first,
.col3-row.first,
.col2-row.first,
.col1-row.first {
	margin-top:0;
}*/

.col5-row.last,
.col4-row.last,
.col3-row.last,
.col2-row.last,
.col1-row.last {
	margin-bottom:0;
}

.col5-row img,
.col4-row img,
.col3-row img,
.col2-row img,
.col1-row img {
	margin-left: auto;
	margin-right: auto;
}

.col5-row .col1,
.col4-row .col1,
.col3-row .col1,
.col2-row .col1,
.col1-row .col1{
	float: left;
	-moz-box-sizing:border-box;
		 box-sizing:border-box;
}

.col5-row .col1 .content,
.col4-row .col1 .content,
.col3-row .col1 .content,
.col2-row .col1 .content,
.col1-row .col1 .content {
	min-height: 100%;
}

.col5-row .col1 .content:hover a.block-link,
.col4-row .col1 .content:hover a.block-link,
.col3-row .col1 .content:hover a.block-link,
.col2-row .col1 .content:hover a.block-link {
	box-shadow: 0 0 10px 0 #333;
	cursor: pointer;
} 

.col5-row .col1 .content > *,
.col4-row .col1 .content > *,
.col3-row .col1 .content > *,
.col2-row .col1 .content > *,
.col1-row .col1 .content > * {
	margin: 0 auto;
}

body:not(.homepage-modern) .col5-row .col1 .content > *,
body:not(.homepage-modern) .col4-row .col1 .content > *,
body:not(.homepage-modern) .col3-row .col1 .content > *,
body:not(.homepage-modern) .col2-row .col1 .content > *,
body:not(.homepage-modern) .col1-row .col1 .content > * {
	max-width:100%;
}

.col1 {
	padding:0 1%;
}

.col5-row .col1 {
	width: 20%;
}

.col4-row .col1 {
	width: 25%;
}

.col3-row .col1{
	width: 33.333333%;
}

.col2-row .col1{
	width: 50%;
}

.col1-row .col1{
	width: 100%;
}

.homepage-modern .content > a {
	display: inline-block;
	max-width: 100%;
}


.col5-row:after,
.col4-row:after,
.col3-row:after,
.col2-row:after,
.col1-row:after {
	content: '';
	display: table;
	clear: both;
}

@media all and (max-width: 770px){
	.homepage-multi-promo .col-main .float-container .left,
	.homepage-multi-promo .col-main .float-container .right,
	.col5-row .col1,
	.col5-row .col1 > .content > a > img,
	.col4-row .col1,
	.col4-row .col1 > .content > a > img,
	.col3-row .col1,
	.col3-row .col1 > .content > a > img,
	.col2-row .col1,
	.col2-row .col1 > .content > a > img,
	.col1-row .col1,
	.col1-row .col1 > .content > a > img {
		width: 100%;
		float: none;
	}

	.col5-row,
	.col4-row,
	.col3-row,
	.col2-row,
	.col1-row {
		margin: 0;
	}

	.col1 {
		margin:20px 0;
	}

	.col1:last-child {
		margin-bottom: 0;
	}

}