/* === NON FRIEND FRIENDLY === */
.a24-hidden {
	display: none !important;
}

/* === COMMON CLASS === */
.a24-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: 0;
}

/**********************************************************************


    CART & SOCIAL


**********************************************************************/
#a24-news {
	position:fixed;
	top: 30%;
	left: 0;
	z-index: 5;
	border-top: 1px solid #ea030a;
	border-right: 1px solid #ea030a;
	border-bottom: 1px solid #ea030a;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f48184;
}

#a24-news-content {
	width: 570px;
	background-color: white;
	padding: 15px;
	float: left;
	display: none;
}

#a24-news-content h1 {
	margin: 0 0 5px 0;
}

#a24-news-content-img {
	float: left;
}

#a24-news-content-text {
	float: right;
	width: 415px;
}

#a24-news-flag {
	float:right;
	height: 150px;
	width: 35px;
	background-repeat: no-repeat;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	background-position: 1px -2px;
	background-color: #f48184;
	cursor: pointer;
}
#a24-news-flag.a24-news-flag-toggle-off {
	background-image: url('/public/img/aktuality_rozbalit.png');
}

#a24-news-flag.a24-news-flag-toggle-on {
	background-image: url('/public/img/aktuality_zabalit.png');
}

#a24-cart-share {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 5;
}
#a24-cart-share .a24-side {
    position: relative;
}
#a24-cart-share .a24-side:before {
    content: '';
    position: absolute;
    top: -14px;
    right: 0;
    width: 54px;
    height: 40px;
    -o-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    z-index: 1;
    -o-transform: skew(0, -27deg);
    -moz-transform: skew(0, -27deg);
    -webkit-transform: skew(0, -27deg);
    -ms-transform: skew(0, -27deg);
    transform: skew(0, -27deg);
}
#a24-cart-share .a24-side:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 54px;
    height: 40px;
    -o-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    z-index: 1;
    -o-transform: skew(0, 27deg);
    -moz-transform: skew(0, 27deg);
    -webkit-transform: skew(0, 27deg);
    -ms-transform: skew(0, 27deg);
    transform: skew(0, 27deg);
}
#a24-cart {
    margin: 0;
    position: fixed;
	top: 40%;
	right: 0;
	display: block;
	height: 140px;
	width: 100px;
	overflow: hidden;
}
#a24-cart a {
	right: 0;
	height: 140px;
	display: block;
	position: fixed !important;
}
#a24-share {
    margin: 80px 0 0;
}
#a24-share:before {
    background: #f2f2f2;
}
#a24-share:after {
    background: #dedede;
}
#a24-cart-share .a24-item {
    clear: right;
    float: right;
    position: relative;
    min-height: 40px;
    -o-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin: 2px 0 0;
    padding: 18px 0 0 54px;
    background: #dedede url('../../images/homepage/icon-a.png') no-repeat;
    background-image: url('../../images/homepage/icon-a.png'), -o-linear-gradient(bottom, #dedede 0%, #f2f2f2 100%);
    background-image: url('../../images/homepage/icon-a.png'), -moz-linear-gradient(bottom, #dedede 0%, #f2f2f2 100%);
    background-image: url('../../images/homepage/icon-a.png'), -webkit-linear-gradient(bottom, #dedede 0%, #f2f2f2 100%);
    background-image: url('../../images/homepage/icon-a.png'), -ms-linear-gradient(bottom, #dedede 0%, #f2f2f2 100%);
    background-image: url('../../images/homepage/icon-a.png'), -webkit-gradient( linear, left bottom, left top, color-stop(0, #dedede), color-stop(1, #f2f2f2) );
    background-image: url('../../images/homepage/icon-a.png'), linear-gradient(bottom, #dedede 0%, #f2f2f2 100%);
    z-index: 2;
}
#a24-cart-share .a24-content {
    display: inline-block;
    width: 0;
    margin: 0 -200px 0 0;
    color: #414141;
    white-space: nowrap;
    overflow: hidden;
    -o-transition: width 0.5s, margin 0.5s;
    -moz-transition: width 0.5s, margin 0.5s;
    -webkit-transition: width 0.5s, margin 0.5s;
    -ms-transition: width 0.5s, margin 0.5s;
    transition: width 0.5s, margin 0.5s;
}
#a24-cart-share .a24-item:hover .a24-content,
#a24-cart-share .a24-item.show .a24-content {
    width: auto;
    margin: 0 16px 0 5px;
    overflow: visible;
}
#a24-cart-share .sCart {
    background: url(../../../../public/img/cart-flag.png) no-repeat 100% 0;
}
#a24-cart-share .sCart:hover {
    background: url(../../../../public/img/cart-flag-hover.png) no-repeat 100% 0;
}
#a24-cart-share .sFacebook {
    background-position: 12px -600px, 50% 50%;
}
#a24-cart-share .sTwitter {
    background-position: 12px -700px, 50% 50%;
}
#a24-cart-share .sGoogle {
    background-position: 12px -800px, 50% 50%;
}
#a24-cart-share .sEmail {
    background-position: 12px -900px, 50% 50%;
}
#a24-cart-share .a24-count {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 1.2em;
    height: 1.2em;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    line-height: 1.1;
    text-align: center;
    font-weight: 900;
    color: #414141;
    background: #c8e142;
    background-image: -o-linear-gradient(bottom, #b3cd2b 0%, #c8e142 100%);
    background-image: -moz-linear-gradient(bottom, #b3cd2b 0%, #c8e142 100%);
    background-image: -webkit-linear-gradient(bottom, #b3cd2b 0%, #c8e142 100%);
    background-image: -ms-linear-gradient(bottom, #b3cd2b 0%, #c8e142 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #b3cd2b), color-stop(1, #c8e142) );
    background-image: linear-gradient(bottom, #b3cd2b 0%, #c8e142 100%);
}
/* hide facebook widgets */
#a24-cart-share .a24-item .fb_iframe_widget {
    display: block;
    height: 0;
    overflow: hidden;
}
#a24-cart-share .a24-item:hover .fb_iframe_widget {
    height: auto;
    overflow: visible;
}

/**********************************************************************


    LINKS


**********************************************************************/
#a24-links {
    margin: 0;
    padding: 40px 0 25px;
    font-family: 'titillium', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 88%;
    font-weight: 900;
    color: #000000;
    background: #e9e9e9 url('../../images/homepage/a24-bg-links.png') no-repeat 50% 0;;
}
#a24-links a {
    display: inline-block;
}
#a24-links .a24-list > .a24-item > a {
    color: #000000;
}
#a24-main-links {
    float: left;
    width: 680px;
}
#a24-main-links > .a24-item {
    float: left;
    max-width: 132px;
    margin: 0 0 0 30px;
}
#a24-main-links .a24-item:first-child {
    margin: 0;
}

#a24-active-links {
    float: right;
    width: 270px;
}
#a24-active-links > .a24-item {
    width: 120px;
}
#a24-active-links > :nth-child(odd) {
    clear: left;
    float: left;
}
#a24-active-links > :nth-child(even) {
    float: right;
    margin: 0 0 0 30px;
}

#a24-links .a24-sublevels {
    margin: 10px 0;
    font-weight: 600;
}
#a24-links .a24-sublevels .a24-item {
    margin: 7px 0 0;
}
#a24-links .a24-sublevels .a24-item a {
    padding: 0 0 0 11px;
    background: url('../../images/homepage/icon-a.png') no-repeat 0 0;
}


/**********************************************************************


    PARTNERS


**********************************************************************/
#a24-partners {
    margin: 0;
    font-family: 'titillium', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 92%;
    color: #000000;
    background: #e9e9e9;
}
#a24-partners .a24-list {
    border-top: 1px solid #cfcfcf;
    padding: 25px 0;
    text-align: center;
}
#a24-partners a {
    margin: 0 4px;
}
#a24-partners img {
    vertical-align: middle;
}

/**********************************************************************


    FOOTER


**********************************************************************/
#a24-footer {
    margin: 0;
    padding: 25px 0;
    font-family: 'titillium', Arial, Tahoma, Helvetica, sans-serif;
    color: #000000;
    background: #ffffff;
}
#a24-copy {
    width: 600px;
    margin: 0;
}
#a24-cognito {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/**********************************************************************
	DOCUMENTS
***********************************************************************/
body#homepage p.documentPerex {
	margin: 0px !important;
}
body#homepage .documentText {
	margin: 0px !important;
}