/* CSS Document */
* {
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}
html, body {
}
body {
	background:#ffffff;
	color:#000000;
	margin:0px;
	padding:0px;
	font:0.9em/1.2 Roboto, sans-serif;
    font-weight:400;
}
.clearer {
	clear:both;
}
.all {
	position:relative;
	margin:auto;
	max-width:1080px;
	width:100%;
	background:#ffffff;
	box-shadow:5px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
header {
	display:block;
	position:relative;
    width:100%;
}
header .logo {
	display:block;
    float:left;
    padding:40px 50px;
}
header .menubutton {
    display:block;
    position:relative;
    width:90px;
    height:90px;
    margin:15px;
    float:right;
    padding:5px;
    cursor:pointer;
}
header .menubutton .line1, header .menubutton .line2, header .menubutton .line3, header .menubutton .line4 {
    display:block;
    width:70px;
    height:12px;
    background:#ffffff;
    border:1px solid #000000;
    border-radius:6px;
    margin-top:2px;
}
header .menubutton .line1 {
    margin-left:3px;
}
header .menubutton .line2 {
    margin-left:2px;
}
header .menubutton .line3 {
    margin-left:1px;
}
header .menubutton .line4 {
    
}
header .menu {
    display:block;
    max-height:0px;
    width:100%;
    overflow:hidden;
    position:absolute;
    transition:all 0.50s;
    margin-top:-10px;
}
header .menu.open {
    max-height:300px;
}
header .menu nav {
    display:block;
    width:100%;
    border:none;
	box-shadow:5px 3px 10px 0px rgba(0, 0, 0, 0.5);
    background:#fff;
    margin:10px 0px;
}
header .menu nav ul {
    display:block;
    margin:0px;
}
header .menu nav ul li {
    font-weight:500;
	font-size:1.2em;
    display:block;
}
header .menu nav ul li a {
    display:block;
    background:#fff;
    border-bottom:1px solid #f2f1f6;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:all 0.50s;
}
header .menu nav ul li a:hover {
    background:#f2f1f6;
    color:#cb6580;
}
header .menu nav ul li:last-child a {
    border-bottom:none;
}
footer {
	text-align:center;
	padding:5px;
}
footer p {
	margin:0px;
}
footer a {
	color:#aaaaaa;
	font-size:0.8em;
}
.content {
	display:block;
	width:100%;
}
.hide {
    display:none !important;
}
.mobilepx {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	visibility:hidden;
	width:1px;
	height:1px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.align-left {
    text-align:left;
}
.align-right {
    text-align:right;
}
.align-center {
    text-align:center;
}
@media screen and (max-width:640px) {
	.mobilepx {
		display:block;
		visibility:visible;
	}
}

/* Grid - System - Start */
.grid0-xs, .grid1-xs, .grid1_5-xs, .grid2-xs, .grid3-xs, .grid4-xs, .grid4_5-xs, .grid5-xs, .grid5th-xs, .grid6-xs, .grid7-xs, .grid8-xs, .grid9-xs, .grid10-xs, .grid11-xs, .grid12-xs,
.grid0-sm, .grid1-sm, .grid1_5-sm, .grid2-sm, .grid3-sm, .grid4-sm, .grid4_5-sm, .grid5-sm, .grid5th-sm, .grid6-sm, .grid7-sm, .grid8-sm, .grid9-sm, .grid10-sm, .grid11-sm, .grid12-sm,
.grid0-md, .grid1-md, .grid1_5-md, .grid2-md, .grid3-md, .grid4-md, .grid4_5-md, .grid5-md, .grid5th-md, .grid6-md, .grid7-md, .grid8-md, .grid9-md, .grid10-md, .grid11-md, .grid12-md,
.grid0-lg, .grid1-lg, .grid1_5-lg, .grid2-lg, .grid3-lg, .grid4-lg, .grid4_5-lg, .grid5-lg, .grid5th-lg, .grid6-lg, .grid7-lg, .grid8-lg, .grid9-lg, .grid10-lg, .grid11-lg, .grid12-lg {
	position:relative;
	min-height:1px;
	padding:0px 10px;
	display:block;
}
.grid0-xs, .grid1-xs, .grid1_5-xs, .grid2-xs, .grid3-xs, .grid4-xs, .grid4_5-xs, .grid5-xs, .grid5th-xs, .grid6-xs, .grid7-xs, .grid8-xs, .grid9-xs, .grid10-xs, .grid11-xs, .grid12-xs {
	float:left;
}
.grid0-xs {
	display:none;
}
.grid1-xs {
	width:8.33%;
}
.grid1_5-xs {
	width:12.25%;
}
.grid2-xs {
	width:16.66%;
}
.grid3-xs {
	width:25%;
}
.grid4-xs {
	width:33.33%
}
.grid4_5-xs {
	width:37.5%;
}
.grid5-xs {
	width:41.66%
}
.grid5th-xs {
	width:20%
}
.grid6-xs {
	width:50%;
}
.grid7-xs {
	width:58.33%;
}
.grid8-xs {
	width:66.66%
}
.grid9-xs {
	width:75%;
}
.grid10-xs {
	width:83.33%;
}
.grid11-xs {
	width:91.66%;
}
.grid12-xs {
	width:100%;
}
.not-xs {
    display:none;
}
@media screen and (min-width:650px) {
    .not-xs {
        display:block;
    }
	.grid0-sm, .grid1-sm, .grid1_5-sm, .grid2-sm, .grid3-sm, .grid4-sm, .grid4_5-sm, .grid5-sm, .grid5th-sm, .grid6-sm, .grid7-sm, .grid8-sm, .grid9-sm, .grid10-sm, .grid11-sm, .grid12-sm {
		float:left;
		display:block;
	}
	.grid0-sm {
		display:none;
	}
	.grid1-sm {
		width:8.33%;
	}
	.grid1_5-sm {
		width:12.25%;
	}
	.grid2-sm {
		width:16.66%;
	}
	.grid3-sm {
		width:25%;
	}
	.grid4-sm {
		width:33.33%;
	}
	.grid4_5-sm {
		width:37.5%;
	}
	.grid5-sm {
		width:41.66%;
	}
	.grid5th-sm {
		width:20%;
	}
	.grid6-sm {
		width:50%;
	}
	.grid7-sm {
		width:58.33%;
	}
	.grid8-sm {
		width:66.66%;
	}
	.grid9-sm {
		width:75%;
	}
	.grid10-sm {
		width:83.33%;
	}
	.grid11-sm {
		width:91.66%;
	}
	.grid12-sm {
		width:100%;
	}
}
@media screen and (min-width:1000px) {
	.grid0-md, .grid1-md, .grid1_5-md, .grid2-md, .grid3-md, .grid4-md, .grid4_5-md, .grid5-md, .grid5th-md, .grid6-md, .grid7-md, .grid8-md, .grid9-md, .grid10-md, .grid11-md, .grid12-md {
		float:left;
		display:block;
	}
	.grid0-md {
		display:none;
	}
	.grid1-md {
		width:8.33%;
	}
	.grid1_5-md {
		width:12.5%;
	}
	.grid2-md {
		width:16.66%;
	}
	.grid3-md {
		width:25%;
	}
	.grid4-md {
		width:33.33%;
	}
	.grid4_5-md {
		width:37.5%;
	}
	.grid5-md {
		width:41.66%;
	}
	.grid5th-md {
		width:20%;
	}
	.grid6-md {
		width:50%;
	}
	.grid7-md {
		width:58.33%;
	}
	.grid8-md {
		width:66.66%;
	}
	.grid9-md {
		width:75%;
	}
	.grid10-md {
		width:83.33%;
	}
	.grid11-md {
		width:91.66%;
	}
	.grid12-md {
		width:100%;
	}
}
@media screen and (min-width:1200px) {
	.grid0-lg, .grid1-lg, .grid1_5-lg, .grid2-lg, .grid3-lg, .grid4-lg, .grid4_5-lg, .grid5-lg, .grid5th-lg, .grid6-lg, .grid7-lg, .grid8-lg, .grid9-lg, .grid10-lg, .grid11-lg, .grid12-lg {
		float:left;
		display:block;
	}
	.grid0-lg {
		display:none;
	}
	.grid1-lg {
		width:8.33%;
	}
	.grid1_5-lg {
		width:12.5%;
	}
	.grid2-lg {
		width:16.66%;
	}
	.grid3-lg {
		width:25%;
	}
	.grid4-lg {
		width:33.33%;
	}
	.grid4_5-lg {
		width:37.5%;
	}
	.grid5-lg {
		width:41.66%;
	}
	.grid5th-lg {
		width:20%;
	}
	.grid6-lg {
		width:50%;
	}
	.grid7-lg {
		width:58.33%;
	}
	.grid8-lg {
		width:66.66%;
	}
	.grid9-lg {
		width:75%;
	}
	.grid10-lg {
		width:83.33%;
	}
	.grid11-lg {
		width:91.66%;
	}
	.grid12-lg {
		width:100%;
	}
}

.fullimg {
    display:block;
    clear:both;
    float:none;
    width:100%;
}
.fullimg .subline {
    font-size:0.75em;
}

.margint0 {
    margin-top:0px;
}
.marginb0 {
    margin-bottom:0px;
}
.margint50 {
    margin-top:50px;
}
.marginb50 {
    margin-bottom:50px;
}
.container {
	margin:auto;
	padding:0px 130px;
	clear:both;
}
@media only screen and (min-width: 1000px) {
	.container {
    	padding:0px 130px;
	}
}
@media only screen and (min-width: 650px) and (max-width: 1001px) {
	.container {
    	padding:0px 100px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 651px) {
	.container {
    	padding:0px 50px;
	}
}
@media only screen and (max-width: 479px) {
	.container {
    	padding:0px;
	}
}
p, ul, ol, h1, h2, h2, h3, h4, h5, h6 {
    margin:20px 0px;
    
}
h1 {
    font-weight:900;
	font-size:2.4em;
}
h2 {
    font-weight:500;
	font-size:1.6em;
}
h3 {
    font-weight:500;
	font-size:1.2em;
}
h4 {
    font-weight:500;
	font-size:0.9em;
}
strong {
    font-weight:700;
}
img {
    display:block;
	max-width:100%;
	height:auto;
}
a {
    color:#cb6580;
}
a:hover {
    color:#653240;
}

.recall {
    display:none;
    position:fixed;
    top:80px;
    left:50%;
    width:300px;
    margin-left:-150px;
    border:1px solid #f2f1f6;
    background:#fff;
    border-radius:6px;
    padding:0px 10px;
	box-shadow:5px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.recallclose {
    position:absolute;
    display:block;
    right:0px;
    top:0px;
    width:32px;
    height:32px;
    text-align:center;
    line-height:32px;
    cursor:pointer;
    font-size:20px;
}
/* Formulare - Start */
fieldset {
	border:none;
}
legend {
	border-bottom:1px solid #653240;
	display:inline-block;
	font-family:Roboto, sans-serif;
	font-size:14px;
	font-weight:600;
	letter-spacing:0.2px;
	line-height:35px;
	margin-bottom:-1px;
	max-width:100%;
	text-transform:uppercase;
	width:auto;
	color:#cccccc;
}
.formline {
	margin:10px 0px;
}
.input {
	margin:10px 0px;
}
.input.submit {
	float:right;
}
input[type="text"], input[type="password"], textarea, select {
	margin:0px;
	padding:5px;
	width:100%;
	height:38px;
	background:#f7f7f7;
	border:1px solid #f7f7f7;
}
select[multiple] {
	height:auto;
}
select[multiple] option {
	padding:10px;
	width:100%;
	height:38px;
}
.minusdel input[type="text"], .minusdel input[type="password"], .minusdel textarea, .minusdel select, .multiselects select {
	width:calc(100% - 38px);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background:#ffffff;
	border-color:#aaaaaa;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}
button, .button, input[type=button], input[type=submit] {
	background:#464646 none repeat scroll 0 0;
	border:none;
	border-radius:1px;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:700;
	letter-spacing:1.6px;
	line-height:1;
	padding:14px 28px;
	position:relative;
	text-decoration:none;
	text-transform:none;
	transition:all 0.28s ease 0s;
}
button.small, .button.small, input.small[type=button], input.small[type=submit] {
	font-size:12px;
	font-weight:600;
	letter-spacing:2px;
	padding:10px 20px;
}
.button.deleter {
	width:38px;
	height:38px;
	line-height:36px;
	padding:0px;
	text-align:center;
	display:block;
	float:right;
}
button.large, .button.large, input.large[type=button], input.large[type=submit] {
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	padding:19px 40px;
	position:relative;
}
button.large:after, .button.large:after, input.large[type=button]:after, input.large[type=submit]:after {
	color:inherit;
	content:"\f061";
	font-family:"FontAwesome";
	font-size:12px;
	font-style:normal;
	font-weight:400;
	line-height:1;
	margin-top:-6px;
	opacity:0;
	position:absolute;
	right:17px;
	text-transform:none;
	top:50%;
	transition:all 0.33s ease 0s;
}
button.large:hover:after, .button.large:hover:after, input.large[type=button]:hover:after, input.large[type=submit]:hover:after {
	opacity:1;
	right:10px;
}
button.large:hover, .button.large:hover, input.large[type=button]:hover, input.large[type=submit]:hover {
	padding-left:30px;
	padding-right:50px;
}
button.border, .button.border, input.border[type=button], input.border[type=submit] {
	background:rgba(0, 0, 0, 0);
	color:#4b4f5a;
	border:3px solid #4b4f5a;
}
button:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover {
	background:#008bd0;
	border-color:#008bd0;
	color:#ffffff;
	box-shadow:0 0 4px rgba(0,0,0,0.2) inset;
}
button.border:hover, .button.border:hover, input.border[type=button]:hover, input.border[type=submit]:hover {
	box-shadow:none;
}
button.blue, .button.blue, input.blue[type=button], input.blue[type=submit] {
	background:#128abc;
}
button.blue:hover, .button.blue:hover, input.blue[type=button]:hover, input.blue[type=submit]:hover {
	background:#32a6d6;
}
button.pink, .button.pink, input.pink[type=button], input.pink[type=submit] {
	background:#e64883;
}
button.pink:hover, .button.pink:hover, input.pink[type=button]:hover, input.pink[type=submit]:hover {
	background:#ea598f;
}
button.green, .button.green, input.green[type=button], input.green[type=submit] {
	background:#1fa79e;
}
button.green:hover, .button.green:hover, input.green[type=button]:hover, input.green[type=submit]:hover {
	background:#34b7ae;
}
button.orange, .button.orange, input.orange[type=button], input.orange[type=submit] {
	background:#f98805;
}
button.orange:hover, .button.orange:hover, input.orange[type=button]:hover, input.orange[type=submit]:hover {
	background:#eb9634;
}
/* Formulare - Stop */
