/***************************************************************************************************
base
***************************************************************************************************/
/*
.m::before
{
	content:'';
	position:absolute;
	top:0;
	left:10px;
	height:100%;
	width:1px;
	background:rgba(255,0,0,0.4);

	z-index:100000;
}


.m::after
{
	content:'';
	position:absolute;
	top:0;
	right:10px;
	height:100%;
	width:1px;
	background:rgba(255,0,0,0.4);

	z-index:100000;
}

p[style]
{
	color:#d22 !important;
	text-decoration:line-through;
}


*/

/*
.items_c
{
	background:rgba(200,0,0,0.1);
}
*/


pre {
    overflow: hidden;
    overflow-x: auto;
    margin: 10px;
    text-align: left;
    background: #fff;
    color: #555;
    border: 1px solid #d22;
}


/***************************************************************************************************
base
***************************************************************************************************/

* {
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    line-height: 1.45;
}

body {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Ubuntu', arial;
    text-align: center;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 1;
    -webkit-font-smoothing: subpixel-antialiased;
}

.acc,
header,
#nav,
#mode,
#mixer,
#mixer_f,
.action,
label,
.items,
#p_gal,
#variants {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

#fk,
#messages,
.hide,
body.loaded .items_prev.hide,
body.loaded .items_next.hide {
    display: none;
}

#fk {
    position: relative;
    z-index: 1;
}

/***************************************************************************************************
elements
***************************************************************************************************/

a,
span.action {
    text-decoration: none;
    color: #9c3;
    cursor: pointer;
}

a:hover,
span.action:hover {
    color: #666;
}


p {
    margin: 10px;
}

figure {
    margin: 10px;
    position: relative;
}

figcaption {
    display: block;
    padding: 5px 0 0 0;
}

img {
    display: block;
    max-width: 100%;
}

.img_a {
    display: block;
}

ul,
ol {
    margin: 10px;
    padding: 0 0 0 18px;
}

ul {
    list-style-type: square;
}

li {

}

strong {
    font-weight: 500;
}

hr {
    height: 1px;
    margin: 20px 10px;
    background: #ddd;
}

/***************************************************************************************************
headlines
***************************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px;
    font-family: 'Ubuntu', arial;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    margin: 20px 10px;
    font-size: 24px;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin: 20px 10px;
}

h3 {
    font-size: 16px;
    /*padding-top:20px;*/
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}


/***************************************************************************************************
headline
***************************************************************************************************/

.headline {
    overflow: hidden;
}

.headline h3 {
    float: left;
    margin: 0 10px;
}

.headline .action {
    float: left;
    margin: 0 10px 0 0;
    height: 20px;
    line-height: 20px;
    background: none;
    color: #9c3;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0;
}

.headline .action:hover {
    background: none;
    color: #666;
}

/***************************************************************************************************
classes
***************************************************************************************************/

.m {
    max-width: 470px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.c {
    clear: both;
    display: block;
}

.al,
.al h1 {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.fl {
    float: left;
}


.cg,
.green {
    color: #9c3;
}

.orange {
    color: #f60;
}


.small {
    font-size: 12px;
}

.actions {
    margin: 5px;
    overflow: hidden;
}

.actions button,
.actions a,
.actions span {
    float: left;
    margin: 5px;
}

form .g.mw570 {
    max-width: 570px;
}

.pl0 {
    padding-left: 0;
}


/***************************************************************************************************
list
***************************************************************************************************/

ul.list {
    list-style-type: none;
    padding: 0;
}

ul.list li {
    position: relative;
    padding: 3px 0 3px 16px;
    font-weight: 500;
}

ul.list li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #9c3;
    height: 8px;
    width: 8px;
}

/***************************************************************************************************
dl
***************************************************************************************************/

dl {
    margin: 10px;
    max-width: 500px;
}

dt {
    float: left;
    width: 170px;
    font-weight: 500;
    padding: 5px 0;
}

dd {
    margin: 0 0 0 170px;

    padding: 5px 0;
}

dd.c {
    margin: 0;
    padding: 0;
}

/***************************************************************************************************
box
***************************************************************************************************/

.box {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 10px 20px 10px;
}

.box_c_address {
    height: 160px;
}

/***************************************************************************************************
table
***************************************************************************************************/

.table {
    margin: 10px;
    overflow: hidden;
    overflow-x: auto;
}

.box .table {
    margin: 0;
}

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

th {
    font-weight: 500;
}

th,
td {
    padding: 5px 10px;
}

th.min,
td.min {
    width: 1px;
    white-space: nowrap;
}

th.first,
td.first {
    padding-left: 0;
}

th.last,
td.last {
    padding-right: 0;
}

td.td_actions {
    padding-top: 4px;
    padding-bottom: 4px;
}

/***************************************************************************************************
block
***************************************************************************************************/

.block {
    margin: 0 0 20px 0;
}

/***************************************************************************************************
font
***************************************************************************************************/

.f3,
.f3 h1,
.f3 h2,
.f3 h3,
.f3 h4,
.f3 h5,
.f3 h6 {
    font-weight: 300;
}

.f4,
.f4 h1,
.f4 h2,
.f4 h3,
.f4 h4,
.f4 h5,
.f4 h6 {
    font-weight: 400;
}

.f5,
.f5 h1,
.f5 h2,
.f5 h3,
.f5 h4,
.f5 h5,
.f5 h6 {
    font-weight: 500;
}

.f7,
.f7 h1,
.f7 h2,
.f7 h3,
.f7 h4,
.f7 h5,
.f7 h6 {
    font-weight: 700;
}

.fp,
.fp h1,
.fp h2,
.fp h3,
.fp h4,
.fp h5,
.fp h6 {
    font-weight: 400;
    font-family: 'Pacifico';
}


/***************************************************************************************************
size
***************************************************************************************************/

.s1,
.s1 h1,
.s1 h2,
.s1 h3,
.s1 h4,
.s1 h5,
.s1 h6 {
    font-size: 65px;
}

.s2,
.s2 h1,
.s2 h2,
.s2 h3,
.s2 h4,
.s2 h5,
.s2 h6 {
    font-size: 48px;
}

.s3,
.s3 h1,
.s3 h2,
.s3 h3,
.s3 h4,
.s3 h5,
.s3 h6 {
    font-size: 35px;
}

.s4,
.s4 h1,
.s4 h2,
.s4 h3,
.s4 h4,
.s4 h5,
.s4 h6 {
    font-size: 24px;
}

.s5,
.s5 h1,
.s5 h2,
.s5 h3,
.s5 h4,
.s5 h5,
.s5 h6 {
    font-size: 20px;
}

.s6,
.s6 h1,
.s6 h2,
.s6 h3,
.s6 h4,
.s6 h5,
.s6 h6 {
    font-size: 18px;
}

.s7,
.s7 h1,
.s7 h2,
.s7 h3,
.s7 h4,
.s7 h5,
.s7 h6 {
    font-size: 14px;
}

.s8,
.s8 h1,
.s8 h2,
.s8 h3,
.s8 h4,
.s8 h5,
.s8 h6 {
    font-size: 12px;
}

.s9,
.s9 h1,
.s9 h2,
.s9 h3,
.s9 h4,
.s9 h5,
.s9 h6 {
    font-size: 10px;
}

/***************************************************************************************************
indent
***************************************************************************************************/

.indent {
    margin: 0 auto;
}

.indent_800 {
    max-width: 800px;
}

/***************************************************************************************************
mw
***************************************************************************************************/

.mw640 {
    margin: 0 auto;
    max-width: 640px;
}

.mw720 {
    margin: 0 auto;
    max-width: 720px;
}

.mw960 {
    margin: 0 auto;
    max-width: 960px;
}


/***************************************************************************************************
space
***************************************************************************************************/

.space {
    height: 10px;
}

.space_2 {
    height: 20px;
}

.space_3 {
    height: 30px;
}

.space_4 {
    height: 40px;
}

.space_5 {
    height: 50px;
}

.space_6 {
    height: 60px;
}

.space_7 {
    height: 70px;
}

.space_8 {
    height: 80px;
}


/***************************************************************************************************
hide
***************************************************************************************************/

@media (max-width: 767px) {
    .hide_s {
        display: none;
    }
}


/***************************************************************************************************
fix
***************************************************************************************************/

.mt0 {
    margin-top: 0;
}

.body_mixer footer,.category-mixen footer{
    display:none;
}