﻿.m-compareheader .m-compareitem.empty-col
{
	background-color: #e6e6e6;
	background: url("../../img/supergraphic-gray-light.svg");
}

.m-dealerlocatorproductteaser
{
	background: url("../../img/supergraphic-gray-light.svg") 50% 50%/cover;
}
/*
.o-footer:after
{
	background: url("../../img/shape_horizontal.svg") no-repeat;
	background-size: cover;
	background-position: center center
}

.o-header:before
{
	background: url("../../img/shape_horizontal.svg") no-repeat;
	background-size: cover;
	background-position: center center
}
*/
.o-header .nav-sticky:before
{
	background: url("../../img/shape_horizontal.svg") no-repeat;
	background-size: cover;
	background-position: center center
}

.o-headershop:before
{
	background: url("../../img/shape_horizontal.svg") no-repeat;
	background-size: cover;
	background-position: center center
}

.o-myprofileforms .addresses .address.primary
{
	background: url("../../img/supergraphic-gray-light.svg") no-repeat center
}

.o-productdetail .description .image-list:after,.m-productsetitemdetail .description .image-list:after
{
	background: url("../../img/shape_horizontal.svg") no-repeat;
	background-size: cover;
	background-position: center center
}

.o-serviceteaserarea
{
	background: url("../../img/shape_vertical.svg") 50% 50%/cover;
}

@media (min-width: 600px)
{
	.m-carousel
	{
		background-image: url("../../img/supergraphic-gray-light.svg");
		background-size: cover;
		background-position: center center;
		padding: 20px 0;
	}
	.m-mediagallery .mediagallery-thumbnailcarousel
	{
		margin: auto;
	}
	
	.m-contenttextmedia
	{
 		float: right; 
		margin-bottom: 10px;
	}
	.m-contenttextmedia:first-child {
		margin-bottom: 45px;
	}
}

@media (min-width: 900px)
{
	.o-header .a-logo {
	    margin-top: 0px;
	}
}


div.js-content div.g-col {
	padding-left: 15px;
	padding-right: 15px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #00639a;
    border-color: #00639a;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.search-result-title a {
	color: #00639a;
	text-decoration: none;
}

.search-result-title a:hover {
	color: #000;
}

.search-result-title a,
.search-result-content {
    font-size: .875em;
}

.search-results-pager.top > .pagination {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagination a.arrow-left:before {
    content: '\e007';
    font-family: 'icons';
    font-size: 12px;
}

.pagination a.arrow-right:before {
    content: '\e008';
    font-family: 'icons';
    font-size: 12px;
}