/**
 * CSS for maxbrands.cz
 *
 * @author (c) 2018 Jiri Marek, VESTERON s.r.o.
 */

/******************************************************************************/
/* Basic config ***************************************************************/
/******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #e6e9ec;
}

body {
	min-width: 1200px;
	color: #4d5360;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	overflow-x: hidden;
	position: relative;
}

h1 {
	display: none;
}

h2 {
	width: 100%;
	color: #1389a0;
	display: block;
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	margin: 20px 0px 10px 0px;
}

h3 {
	width: 100%;
	color: #1389a0;
	display: block;
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	margin: 20px 0px 5px 0px;
}

h4 {
	width: 100%;
	color: #292c33;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
	margin: 0px 0px 10px 0px;
}

p {
	padding: 0px 0px 20px 0px;
	text-align: justify;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}

img {
	border: none;
}

img:not(div#cweb_lightbox img):hover {
	opacity: 0.65;
}

strong {
	color: #292c33;
	font-weight: 700;
}

em {
	font-style: italic;
}

.clr {
	clear: both;
}

div.container {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

a.hidden,
div.hidden {
	display: none !important;
}

/* Link */

a,
a:visited {
	color: #1389a0;
	text-decoration: underline;
}

a:hover {
	color: #126373;
	text-decoration: none;
}

a:active,
a.active {
	color: #fdc730;
	text-decoration: none;
}

a.button,
a.button:visited,
button,
button:visited {
	height: 35px;
	background-color: #1389a0;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 35px;
	padding: 0px 40px 0px 40px;
	text-decoration: none;
	text-transform: uppercase;
}

a.button:hover,
button:hover {
	background-color: #126373;
	color: #ffffff;
	text-decoration: none;
}

a.button:active,
a.button.active,
button:active,
button.active {
	background-color: #fdc730;
	color: #ffffff;
	text-decoration: none;
}

a.button.orange {
	background-color: #fdc730;
	color: #292c33;
}

a.button.big {
	height: 50px;
	font-size: 22px;
	line-height: 50px;
}

a.button.left {
	float: left;
	margin: 0px 80px 0px 0px;
}

a.button.right {
	float: right;
	margin: 0px 0px 0px 80px;
}

a > img {
	border: none;
}

a:hover > img {
	opacity: 0.65;
}

/******************************************************************************/
/* Advanced config ************************************************************/
/******************************************************************************/

/* Header *********************************************************************/

header {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	position: relative;
}

header.homepage {
	height: 125px;
}

/* Logo */

header div.logo {
	width: 240px;
	height: 50px;
	background: transparent url('../img/logo_header.png') center left no-repeat;
	float: left;
}

header.homepage div.logo {
	width: 300px;
	height: 125px;
	background: transparent url('../img/logo_header_homepage.png') center center no-repeat;
	float: left;
}

header div.logo > a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

/* Nav */

header nav {
	width: 960px;
	height: 50px;
	float: right;
	font-size: 0px;
}

header.homepage nav {
	width: 900px;
	padding: 37px 0px 38px 0px;
}

header nav > ul {
	width: 100%;
	height: 50px;
	list-style: none;
	text-align: right;
}

header nav > ul > li {
	height: 50px;
	border-left: 1px solid #d8dce1;
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	position: relative;
}

header.homepage nav > ul > li {
	font-size: 20px;
}

header nav > ul > li:nth-child(1),
header.homepage nav > ul > li:nth-child(2) {
	border-left: none;
}

header.homepage nav > ul > li:nth-child(1) {
	display: none;
}

header nav > ul > li > a {
	height: 50px;
	background-color: transparent;
	color: #292c33;
	display: inline-block;
	line-height: 50px;
	padding: 0px 28px 0px 28px;
	text-decoration: none;
}

header.homepage nav > ul > li > a {
	padding: 0px 24px 0px 24px;
}

header nav > ul > li:first-child > a {
	margin-left: 0px;
}

header nav > ul > li:last-child > a {
	margin-right: 0px;
}

header nav > ul > li > a:visited {
	background-color: transparent;
	color: #292c33;
}

header nav > ul > li > a:hover {
	background-color: #eaf0f9;
	color: #292c33;
}

header nav > ul > li > a:active {
	background-color: #eb6600;
	color: #292c33;
}

header nav > ul > li.active > a {
	background-color: #ffffff;
	color: #292c33;
	font-weight: 700;
}

/* Content ********************************************************************/

div.content > div.container {
	width: 1200px;
}

div.content div.box {
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	padding: 30px 0px 30px 0px;
	position: relative;
}

div.content div.box ul {
	list-style: square outside;
	margin: 0px 0px 0px 20px;
}

div.content div.box ul > li {
	line-height: 34px;
}

/* Footer *********************************************************************/

footer {
	width: 100%;
	height: 100px;
	background-color: #4d5360;
	margin: 40px 0px 0px 0px;
	position: relative;
    font-size: 0.95rem;
    padding: 10px 0 0 0;
}

footer div.copyright {
	width: 50%;
    float: left;      
    color: #E6E9EC;
}

footer div.webdesign {
	width: 50%;
    float: left;
    text-align: right;  
    color: #E6E9EC;
}

footer div.webdesign a {
    color: #E6E9EC;  
    text-decoration: underline;
}

footer div.webdesign a:hover {
    color: #E6E9EC;
    text-decoration: none;
}