@import url('editor.css');




.graterBox {
    padding: 0;
    margin:0;
    padding: 2px;
    width: 390px;

    position: fixed;
    z-index: 99999;
    bottom: 5px;
    left: -555px;
    text-align: right;
    background-color: rgba(255,255,255,0.9);border:1px solid #ddd;
}

@media (max-width:768px){
	.graterBox{
	display:none !important;

	}
}

.graterBox .contactContactCards .card {
    border:0;
}
.graterBox h3{
    text-align: left;
    margin-left:10px;
}

.message.good{
    position: auto;
    padding: 5px 10px;
    border-radius: 0;
    display: block;display: block !important;
    box-shadow: none;
    color: red !important;
    margin-bottom: 20px;
    top: 0;
    background: none;
}
form .message.good::after {
    display: none;
}

.message {
    color: red;
    padding-bottom: 20px;
    padding-left: 10px;
    display: block;
    font-size: 12px;
}

#wycenSwitcher > div[data-switchersection] > a{
    font-size: 18px;
    display: block;
}

.valid{
    /*border:1px solid green !important;*/
}
.rightLayoutColumn .valid{
    /*border:0px solid green !important;*/
}

.invalid{
    border:1px solid red !important;
}

label.valid{
    border-width:0 !important;
}

label.invalid{
    border-width:0 !important;
}

label.invalid:before{
    border:1px solid red !important;
}

.hidden{
    display: none;
}


.specialOffer2,
.specialOffer {
    display: block;
    width: 157px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    text-indent: 36px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 35px;
    right: -30px;
    z-index: 2;
    padding: 4px 0px 2px;
    font-size: 13px;
    font-weight: 600;
    background: #942425 none repeat scroll 0% 0%;
    color: #FFF;
	height: 12px;
	line-height: 11px;
    text-transform: uppercase;
}
.NewSKODA .specialOffer2,
.NewSKODA .specialOffer{
    background: #4BA82E none repeat scroll 0% 0%;
}
.NewVW .specialOffer2,
.NewVW .specialOffer{
    background: #2274AC none repeat scroll 0% 0%;
}
.seat .specialOffer2,
.seat .specialOffer{
    background: #942425 none repeat scroll 0% 0%;
}

.specialOffer2 div,
.specialOffer div {
    text-align: center;
    margin-left: 0px;
    text-indent: 0px;
}
.specialOffer2 {
    right: -32px;
    top: 33px;
    background: #9DC3E6 none repeat scroll 0% 0%;
    width: 150px;
}
