@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Encode+Sans:300,400,600,700&subset=latin-ext');

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Encode Sans', sans-serif;
}

body
{
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
}

a
{
	color: #2d3c8b;
}

a:hover
{
	color: #000;
}

strong
{
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	padding: 0;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

h1
{
	font-size: 34px;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 25px;	
}

h2
{
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 30px;
}

h3
{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 40px;
}

h4
{
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 30px;
}

hr
{
	border: 0 none;
	height: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #DDD;
}

form
{
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea
{
	background-color: #fff;
	color: #666;
	font-size: 13px;
	padding: 6px;
	border: 1px solid rgba(0,0,0,0.3);
}

input[type="button"],
input[type="submit"],
button,
.button
{
	border:0 none;
	color: #FFF;
	background-color: #2d3c8b;
	display: inline-block;
	padding: 11px 24px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover
{
	background-color: #3647A7;
	color: #FFF;
}

img
{
	max-width: 100%;
}

.colGroup
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.colGroup:after
{
	display: block;
	content: '';
	clear: both;
}



.left
{
	float: left;
}

.right
{
	float: right;
}

.textLeft
{
	text-align: left;
}

.textCenter
{
	text-align: center;
}

.textRight
{
	text-align: right;
}

.toUpper
{
	text-transform: uppercase;
}

.link-goto-white
{
	display: inline-block;
	background-image: url(../../images/cersanit.cz/arrow-small-right.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 3px 0;
	padding-right: 25px;
	text-transform: uppercase;
}

.hide
{
	display: none;
}

.clear
{
	clear: both;
}

::-webkit-input-placeholder
{
  color: #AAA;
}

::-moz-placeholder
{
  color: #AAA;
}

:-ms-input-placeholder
{
  color: #AAA;
}

:-moz-placeholder
{
  color: #AAA;
}

.box,
.box-w
{
	margin: auto;
	position: relative;
}

.content
{
	padding: 20px;
}

.sidebar
{
	margin-bottom: 40px;
}

.sidebar ul.menu
{
	list-style:none outside;
	margin: 0;
	padding: 0;
}

.sidebar ul.menu li
{
	margin: 0;
	padding: 0;
}

.sidebar ul.menu li a
{
	display: block;
	padding: 10px 12px;
	margin-bottom: 8px;
	text-decoration: none;
	font-weight: 400;
	font-size: 17px;
	color: #000;
	border:1px solid #ddd;
}

.sidebar ul.menu li a.back
{
	background-image: url(../../images/default/icons/ic_arrow_back_black_18dp.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 15px;
	padding-left: 40px;	
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 13px;
}

.sidebar ul.menu li a.active
{
	background-color: #2d3c8b;
	color: #FFF;
}

.annotation
{
	display: block;
	margin-bottom: 60px;
}

.search-form
{
	background-color: #fff;
	border:1px solid #AAA;
	text-align: left !important;
	position: relative;
}

.search-form input[name="search"]
{
	background-color: #fff;
	border:0 none;
	padding: 8px;
	font-size: 15px;
	width:100%;
	padding-right: 50px;
}

.search-form button
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../../images/cersanit.cz/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	width: 40px;
	padding: 0;
}

.banner-box
{
	margin-bottom: 20px;
}

.banner-box .banner
{
	position: relative;
	overflow:hidden;
	height: 250px;
}

.banner-box .banner div
{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.banner-box .pager
{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	font-size: 0;
}

.banner-box .pager div
{
	display: inline-block;
	margin-left: 12px;
	width: 13px;
	height: 13px;
	border:3px solid white;
}

.banner-box .pager div.active
{
	background-color: #fff;
}

.banner-box .arrow
{
	position: absolute;
	top: 100px;
	height: 45px;
	width: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 20;
}

.banner-box .arrow.left
{
	background-image: url(../../images/cersanit.cz/arrow-left.png);
	left: 15px;
}

.banner-box .arrow.right
{
	background-image: url(../../images/cersanit.cz/arrow-right.png);
	right: 15px;
}

.tags
{
	margin-top: 15px;
	font-size: 0;
}

.tags span
{
	display: inline-block;
	font-size: 11px;
	padding: 4px 8px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	font-weight: 600;
	background-color: #fff;
	color: #555;
	border:1px solid #CCC;
}

.strip-catalog
{
	background-color: #eeeeee;
	color: #666;
	padding: 30px;
	margin-bottom: 20px;
}

.strip-catalog .col-1
{
	font-size: 38px;
	margin-bottom: 10px;
}

.strip-catalog .col-2
{
	font-size: 15px;
	line-height: 20px;
}

.strip-dealers
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.strip-dealers .photo
{
	height: 200px;
	background-image: url(../../images/cersanit.cz/photo/01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.strip-dealers .content
{
	background-color: #DDD;
	padding: 20px;
	text-align: center;
}

.strip-dealers .content .button
{
	font-weight: 300;
	padding: 15px 20px;
	font-size: 22px;
	padding-right: 50px;
	background-image: url(../../images/cersanit.cz/arrow-right.png);
	-webkit-background-size: 12px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center right 17px;
}

.strip-categories
{
	margin-bottom: 30px;
	font-size: 0;
	display: none;
	text-align: center;
}

.strip-categories .item
{
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #fff;
	position: relative;	
	text-decoration: none;
}

.strip-categories .item .photo
{
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
}

.strip-categories .item .name
{
	position: relative;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #2d3c8b;
	display: block;
	padding: 15px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	min-height: 90px;
}

.strip-categories .item.active .name
{
	background-color: #0d174c;
}

.strip-categories .item.active:after
{
	content: "";
	position: absolute;
	bottom: -12px;
	left: calc(50% - 16px);
	width: 0;
	border-top: 12px solid #0d174c;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
}

.strip-navigation
{
	padding: 14px;
	background-color: #DDD;
	margin-bottom: 20px;
	color: #333;
}

ul.navigation
{
	list-style:none outside;
	margin: 0;
	padding: 0;
	font-size: 0;
	white-space:nowrap;
	overflow:auto;
}

ul.navigation li
{
	display: inline-block;
	font-size: 13px;
	margin: 0 3px;
	padding: 5px;
	vertical-align: middle;
}

ul.navigation li:after
{
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 15px;
	vertical-align: middle;
	background-image: url(../../images/cersanit.cz/arrow-navi.png);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.navigation li a
{
	color: #333;
	text-decoration: none;
}

ul.navigation li a:hover
{
	color: #000;
	text-decoration: underline;
}


.pagingWrapper
{
	float: right;
	margin: 4px;
	margin-top: 40px;
}

.pagingWrapper .paging
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	display: block;
	padding: 8px 12px;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	margin-bottom: 3px;
}

.pagingWrapper .paging.navi
{
	background-color: #FFF;
	color: #666;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}

.pagingWrapper a.paging:hover,
.pagingWrapper a.paging.active
{
	background-color: #2d3c8b;
	color: #FFF;
	border-top-color: #2d3c8b;
	border-right-color: #2d3c8b;
	border-bottom-color: #2d3c8b;
	border-left-color: #2d3c8b;
}

.pagingWrapper .pwLabel
{
	padding-top: 6px;
	color: #999;
	float: left;
	margin-right: 15px;	
}

.category-item
{
	margin: 20px;
	padding: 15px;
	border:1px solid #DDD;
}

.category-item .photo
{
	display: block;
	margin-bottom: 20px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../images/cersanit.cz/logo-watermark.png);
	border-bottom: 1px solid #ddd;
	-webkit-background-size: contain;
	background-size: contain;
}

.category-item h2
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
}

.category-item h2 a
{
	vertical-align: middle;
}

.category-item h2:after
{
	content:'';
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #666;
	background-image: url(../../images/cersanit.cz/arrow-small-right.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.category-item h2 a
{
	text-decoration: none;
	color: #666;
}

.category-item p
{
	font-size: 15px;
}

.product-item
{
	font-size: 0;
	border:1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px;
	overflow:hidden;
}

.product-item .photo
{
	height: 150px;
	width: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../images/cersanit.cz/logo-watermark.png);
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.product-item .title
{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	padding-left: 20px;
}

.product-item h2
{
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.product-item a
{
	color: #333;
	text-decoration: none;
}

.table-attributes
{
	width: 100%;
	border-top:1px solid #ddd;
	font-size: 13px;
}

.table-attributes th,
.table-attributes td
{
	padding: 5px;
	border-bottom:1px solid #ddd;
}

.table-attributes th
{
	text-align: left;
}

.table-attributes td
{
	text-align: right;
}

ul.menu.documents
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	list-style:none outside;
	margin: 0;
	padding: 0;
}

ul.menu.documents li
{
	margin: 0;
	padding: 0;
	background-image: url(../../images/cersanit.cz/icons/ic_file_download_black_18dp.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
}



.filterBox
{
	padding: 7px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.filterBox .filterContent .itemSlider
{
	margin: 10px 8px;
}

.filterBox .filterContent .itemSlider .ui-widget-content
{
	background: rgba(0,0,0,0.8) !important;
}

.filterBox .filterContent .sliderText
{
	width: 80px;
	margin: 2px;
	font-size: 13px;
	padding: 5px;
	background-color: rgba(0,0,0,0.2);
	box-shadow:none;
	color: #FFF;
	border-color: rgba(255,255,255,0.1);
}

.filterBox .filterContent label
{
	display: block;
	cursor:pointer;
	padding: 1px;
	font-size: 13px;
}

.filterBox .filterContent label:hover
{
	text-decoration: underline;
}

.filterBox .filterContent label.active
{
	font-weight: bold;
	color: #2d3c8b;
}

.filterBox .filterContent label.hide
{
	display: none !important;
}

.filterBox .filterContent .more
{
	display: block;
	margin-top: 10px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: rgba(255,255,255,0.7);
	cursor: pointer;
}

.filterBox .buttons
{
	margin-top: 30px;
}

.filterBox .button
{
	background-color: #fff;
	border:1px solid #2d3c8b;
	color: #2d3c8b;
}


#catalogFilterBox
{
	display: none;
}

#catalogFilterBox .filterBox
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#catalogFilterBox h3
{
	font-size: 17px;
}

#catalogFilterBox .filterBox .filterContent .sliderText
{
	background-color: #FFF;
	color: #555;
	border:1px solid #ddd;
}

#dialog
{
	background-color: rgba(0,0,0,0.45);
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	display: none;
}

#dialog .dialog
{
	background-color: #EEF2FB;
	position: absolute;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
}

#dialog .dialog .close
{
	background-color: #e30010;
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	box-sizing: border-box;
	background-image: url(../../images/default/delete-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 50;
}

#dialog .dialog .close:hover
{
	background-color: #D11F31;
}

#popupinfo
{
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #FFF;
	position: absolute;
	box-shadow: 0px 0px 5px #666;
	left: 0px;
	top: 0px;
	z-index: 20;
	max-width: 300px;
	display: none;
}

#popupinfo h1
{
	font-size: 25px;
	font-weight: bold;
	margin-top: 0px;
}

.address
{
	padding: 30px;
	font-size: 15px;
	background-color: #EEE;
	margin-bottom: 10px;
}

.address h3
{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.address .logo
{
	height: 30px;
	margin-bottom: 20px;
}

#header
{
	height: 135px;
}

#header .logo
{
	position: absolute;
	top: 15px;
	left: 15px;
}

#header #menu-button
{
	background-image: url(../../images/cersanit.cz/icons/ic_menu_black_48dp.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 12px;
	right: 15px;
}

#header #menu
{
	z-index:9999;
	background-color: #2d3c8b;
	position: relative;
	top: 70px;
	padding: 15px;
	display: none;
}

#header ul.menu
{
	padding: 0;
	margin: 0;
	list-style:none outside;
}

#header ul.menu li
{
	padding: 0;
	margin: 0;
}

#header ul.menu li a
{
	display: block;
	color: #FFF;
	padding: 10px;
	font-size: 17px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

#header ul.menu li a.active
{
	font-weight: 700 !important;
	color: #AECBFB;
}

#header ul.menu li ul
{
	padding: 0;
	margin: 0;
}


#header ul.menu li ul li a
{
	font-size: 14px;
	font-weight: 400 !important;
	text-transform: none;
}

#header .search-form
{
	position: absolute;
	top: 80px;
	left: 15px;
	right: 15px;
}

#footer
{
	background-color: #444;
	color: #FFF;
	padding: 20px;
}

#footer h2
{
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#footer a
{
	color: #FFF;
}

#footer .search-form
{
	border:0 none;
}

#footer .col-1,
#footer .col-2,
#footer .col-3
{
	border-bottom:1px solid rgba(0,0,0,0.3);
	padding: 20px 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #DDD;
}

#footer .col-3
{
	border-bottom:0 none;
	text-align: center;
	padding: 30px 0;
}

#copyright
{
	padding: 20px 30px;
	text-align: center;
	font-size: 12px;
	color: #777;
}

#pageProduct table.props
{
	text-transform: uppercase;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	color: #2d3c8b;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 14px;
}

#pageProduct table.props td
{
	padding: 5px;
	padding-right: 15px;
}

#pageProduct table.props td .code
{
	font-size: 28px;
}


#pageProduct h1
{
	margin: 0;
	margin-bottom: 40px;
}

#pageProduct .buttonHeaderBack
{
	border:1px solid #ddd;
	background-color: #F5F5F5;
	padding: 14px 20px;
	padding-left: 40px;
	background-image: url(../../images/cersanit.cz/arrow-small-left-blue.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #2d3c8b;
	font-weight: 700;
	font-size: 14px;
}

#pageProduct .buttonHeaderBack:hover
{
	background-color: #EEE;
}

#pageProduct .colGroup .photo-border
{
	border:1px solid #ddd;
	padding: 20px;
	margin-right: 15px;
	margin-bottom: 15px;	
	float: left;
}

#pageProduct .colGroup .photo-border:hover
{
	border-color:#CCC;
}

#pageProduct .colGroup .photo
{
	width: 105px;
	height: 105px;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#pageProduct .colGroup .photo-border.main
{
	float: none;
}

#pageProduct .colGroup .photo-border.main .photo
{
	width: 100%;
	height: 300px;
}

#pageProduct .colGroup .photo-border.main.top
{
	margin-bottom: 30px;
}

#pageProduct .colGroup .photo-border.main.bottom
{
	display: none;
}

#pageProduct .colGroup .photo img
{
	display: none;
}

#pageProduct .colGroup .description img
{
	max-width: 100%;
	height: auto;
}

#pageProduct .colGroup  .video
{
	text-align: center;
	border: 1px solid #DDD;
	padding: 0px 20px;
}

#pageProduct .colGroup .video iframe,
#pageProduct .colGroup .video video
{
	height: 300px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333;
	margin: 20px 0;
	border: 1px solid #DDD;
}


@media (max-width: 400px) {

#MEDIA-MOBILE-SMALL------------------------------
{
}


}

@media (max-width: 767px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}


}


@media (min-width: 768px) {

#MEDIA-TABLET------------------------------
{
}


}

@media (max-width: 991px) {

#MEDIA-TABLET-ONLY------------------------------
{
}


}


@media (min-width: 992px) {

#MEDIA-DESKTOP------------------------------
{
}

.mobile
{
	display: none !important;
}

.col-4,
.col-5,
.col-6,
.col-7,
.col-8
{
	width: 50%;
	display: block;
	float: left;
}

.col-4
{
	width: 33.33%;
}

.col-5
{
	width: 41.66%;
}

.col-7
{
	width: 58.33%;
}

.col-8
{
	width: 66.66%;
}

.col-left
{
	float: left;
}

.col-right
{
	float: right;
}

.box-w
{
	max-width: 1600px;
}

.box
{
	width: 980px;
}

.sidebar
{
	width: 250px;
	float: left;
	margin: 0;
}

.sidebar ul.menu li a
{
	padding: 12px;
	font-size: 15px;
}

.sidebar ul.menu li a:hover
{
	border:1px solid #CCC;
	background-color: rgba(0,0,0,0.03);
}

.sidebar-page
{
	padding-left: 280px;
	width: 100%;
}

.wide-page
{
	margin: auto;
	width: 100%;
}

.wide-page .product-item
{
	width: 235px;
}

.banner-box .banner
{
	height: 400px;
}

.banner-box .arrow
{
	top: 175px;
}

.banner-box .arrow.left
{
	left: 30px;
}

.banner-box .arrow.right
{
	right: 30px;
}

.strip-catalog
{
	padding: 50px;
	font-size: 0;
}

.strip-catalog .col-1
{
	font-size: 50px;
	margin-bottom: 0;
	display: inline-block;
	width: 500px;
	vertical-align: middle;
}

.strip-catalog .col-2
{
	font-size: 17px;
	line-height: 22px;
	display: inline-block;
	width: 470px;
	vertical-align: middle;
}

.category-item
{
	margin: 10px;
	padding: 20px;
	width: 305px;
	float: left;
	height: 500px;
	overflow:hidden;
}

.category-item:last-child:after
{
	display: block;
	content:'';
	clear: both;
}

.category-item a:hover
{
	color: #000;
	text-decoration: underline;
}

.strip-dealers
{
	position: relative;
	height: 350px;
}

.strip-dealers .photo
{
	position: absolute;
	width: 350px;
	height: 300px;
}

.strip-dealers .content
{
	padding: 40px 20px;
	text-align: left;
	position: absolute;
	top: 60px;
	left: 350px;
	right: 0;
}

.strip-dealers .content p
{
	width: 260px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

.strip-dealers .content .button
{
	display: inline-block;
	vertical-align: middle;
}

.strip-categories
{
	display: block;
}

.strip-categories .item:not(.active):hover .name
{
	background-color: #243071;
}

.product-item
{
	width: 210px;
	height: 340px;
	display: inline-block;
	margin: 0;
	padding: 25px;
	border:0 none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	white-space:normal !important;
}

.product-item .photo
{
	width: 90%;
	height: 200px;
	margin-bottom: 20px;
}

.product-item .title
{
	width: 100%;
	padding: 0;
	max-height: 72px;
	overflow:hidden;
}

.product-item:hover a
{
	color: #000;
}
.scrollableProducts
{
	margin: 0 50px;
	margin-bottom: 80px;
	position: relative;
}

.scrollableProducts > .items
{
	overflow: hidden;
	white-space:nowrap;
}

.scrollableProducts > .items > .product-item
{
	overflow:visible;
	float: none;
	display: inline-block !important;
	vertical-align: top;
	border-bottom: 0 none !important;
	border-right:1px solid #ddd !important;
}

.scrollableProducts > .navPrev,
.scrollableProducts > .navNext
{
	display: block;
	position: absolute;
	top: 160px;
	left: -65px;
	background-color: #2d3c8b;
	width: 40px;
	height: 60px;
	right: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../images/default/icons/ic_arrow_back_white_24dp.png);
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.scrollableProducts > .navPrev:not(.disabled):hover,
.scrollableProducts > .navNext:not(.disabled):hover
{
	background-color: #2d3c8b;
}

.scrollableProducts > .navPrev.disabled,
.scrollableProducts > .navNext.disabled
{
	opacity:0.3;
}


.scrollableProducts > .navNext
{
	left: auto;
	right: -65px;
	background-image: url(../../images/default/icons/ic_arrow_forward_white_24dp.png);
	border-radius:0;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}

.address
{
	float: left;
	width: 290px;
	height: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#header
{
	height: 110px;
	position: relative;
	z-index: 30;
}

#header .logo
{
	top: 35px;
}

#header #menu-button
{
	display: none;
}

#header #menu
{
	top: 0;
	padding: 0;
	background-color: transparent;
	display: block !important;
}

#header .search-form
{
	top: 38px;
	left: 240px;
	right: auto;
	width: 300px;
}

#header ul.menu
{
	display: block;
	margin: 0;
	padding: 0;
	list-style:none outside;
	font-size: 0;
	position: absolute;
	top: 38px;
	right: 15px;
}

#header ul.menu li
{
	display: inline-block;
	padding: 0;
	margin: 0;
}

#header ul.menu li a
{
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	padding: 8px;
	margin: 0 4px;
	display: inline-block;
}

#header ul.menu li ul
{
	display: none;
}

#header ul.menu.top li a:hover
{
	text-decoration: underline;
	color: #000;
}

#header ul.menu.categories
{
	position: absolute;
	top: 110px;
	left: 60px;
	right: auto;
	z-index: 20;
	background-color: #2d3c8b;
	padding: 20px;
}

#header #menu:not(.title) ul.menu.categories
{
	display: none !important;
}

#header ul.menu.categories li
{
	display: block;
}

#header ul.menu.categories li a
{
	display: block;
	color: #FFF;
	padding: 8px;
	padding-right: 50px;
	font-weight: 600;
}

#header ul.menu.categories li a:hover
{
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}


#footer
{
	padding: 50px 20px;
}

#footer .col-1,
#footer .col-2,
#footer .col-3
{
	border-bottom:0 none;
	border-right:1px solid rgba(0,0,0,0.3);
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 320px;
	min-height: 250px;
	padding: 0 30px;
}

#footer .col-3
{
	border-right:0 none;
	padding-top: 90px;
}

#copyright
{
	text-align: left;
	padding-bottom: 40px;
	font-size: 13px;
}

#copyright .col-1
{
	float: left;
}

#copyright .col-2
{
	float: right;
}

#copyright:after
{
	clear: both;
	content:'';
	display: block;
}

#pageProduct .colGroup .col-content
{
	padding-left: 50px;
}

#pageProduct .colGroup .photo-border.main .photo
{
	height: 450px;
}

#pageProduct .colGroup .photo-border.main.top
{
	display: none;
}

#pageProduct .colGroup .photo-border.main.bottom
{
	display: block;
}


}


@media (min-width: 992px) and (max-width: 1250px) {

#MEDIA-DESKTOP-ONLY------------------------------
{
}

.sidebar-page .product-item:nth-child(3n+0)
{
	border-right:0 none;
}

.wide-page .product-item:nth-child(4n+0)
{
	border-right:0 none;
}

}


@media (min-width: 1250px) {

#MEDIA-LARGE------------------------------
{
}

.box
{
	width: 1240px;
}

.banner-box .arrow
{
	top: 215px;
}

.banner-box .banner
{
	height: 500px;
}

.strip-catalog .col-1
{
	width: 600px;
	margin-left: 30px;
}

.category-item
{
	width: 600px;
	height: 240px;
}

.category-item .photo
{
	width: 200px;
	float: left;
	margin-bottom: 0;
	margin-right: 30px;
	border-bottom:0 none;
}

.strip-dealers .content p
{
	width: 450px;
	padding-left: 50px;
	padding-right: 50px;
}

.strip-categories .item
{
	width: 9.8%;
}

.product-item
{
	width: 230px;
}

.address
{
	width: 350px;
}


.sidebar-page .product-item:nth-child(4n+0)
{
	border-right:0 none;
}

.wide-page .product-item:nth-child(5n+0)
{
	border-right:0 none;
}

#header ul.menu.categories
{
	left: 15px;
}

#footer .col-1,
#footer .col-2,
#footer .col-3
{
	width: 400px;
	min-height: 210px;
}

#footer .col-3
{
	padding-top: 65px;
}

}


@media (min-width: 1440px) {

#MEDIA-ULTRA------------------------------
{
}


}
