html {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #8a8a8a;
        font-family: OpenSans, helvetica, arial, sans-serif;
        color: black;
        font-size: 17px;
        line-height: 1.2em;
}

@font-face {
    font-family:"cocogoose";
    src: url('/design/font/COCOGOOSELETTERPRESS.eot');
    src: url('/design/font/COCOGOOSELETTERPRESS.woff2') format('woff2');
    src: url('/design/font/COCOGOOSELETTERPRESS.woff') format('woff');
    src: url('/design/font/COCOGOOSELETTERPRESS.ttf') format('truetype');
}
@font-face {
    font-family:"OpenSans";
    src: url('/design/font/OpenSans.eot');
    src: url('/design/font/OpenSans.woff2') format('woff2');
    src: url('/design/font/OpenSans.woff') format('woff');
    src: url('/design/font/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family:"OpenSansBold";
    src: url('/design/font/OpenSans-Bold.eot');
    src: url('/design/font/OpenSans-Bold.woff2') format('woff2');
    src: url('/design/font/OpenSans-Bold.woff') format('woff');
    src: url('/design/font/OpenSans-Bold.ttf') format('truetype');
}



a {
    color: black;
}
img {
	border: 0;
}

strong {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 28px;
    color: #ae1d3a;
}

.txtonly {
	display: none;
}

div#header {
    top: 0;
    margin-top: 0;
    width: 100%;
    min-width: 1786px;
    height: 557px;
    background-color: #8a8a8a;
    background-image: url('/design/img/header2.gif');
    background-repeat: no-repeat;
    background-position: center; 
}


div#header h1 {
    width: 1000px;
    margin: 188px auto 0 auto;
    text-align: center;
    font-family: 'cocogoose', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 78px;
    color: #ffffff;
}

div#header h1 a {
    text-decoration: none;
    color: #ffffff;
}

div#header h2 {
    width: 1000px;
    margin: 48px auto 0 auto;
    text-align: center;
    font-family: 'OpenSans', helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    color: #ae1d3a;
}

span#pomagajte {
    display: block;
    margin: 90px auto 30px auto;

}

.coco {
    font-family: 'cocogoose', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    color: #ae1d3a;
}

div.kv_sm,
input.kv_sm {
    width: 115px;
    height: 120px;
    background-color: #ae1d3a;
    border-radius: 7px;
    border: 3px solid #ae1d3a;
    float: left;
    font-family: 'OpenSansBold', helvetica, Arimo, arial, sans-serif;
    color: #ffffff;
    font-size: 72px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 42px;
    margin-left: 20px;
}
input.kv_sm {
    padding: 0;
}
input.kv_sm.big {
    width: 230px;
    font-size: 28px;
    color: #ffffff;
    
}

label {
    cursor: pointer;
    font-size: 1.1em;
}
div.kv_sm:hover,
input:hover {
    cursor: pointer;
}

input.kv_sm.big:hover {
    cursor: text;
}

input[type=checkbox] {
    display:none;
}

input[type=checkbox] + label {
    display:inline-block;
    margin-left: 15px;
    overflow: visible;
    padding: 0 0 0 38px;
    background:url("/design/img/chk_off.gif") no-repeat;
    height: 29px;
    background-size: 34px 29px;
}

input[type=checkbox]:checked + label {
    background:url("/design/img/chk_on.gif") no-repeat;
    height: 29px;
    overflow: visible;
    display:inline-block;
    background-size: 34px 29px;
}

div.enojni_kvadrat input[type=submit],
#checkout-button,
div.enojni_kvadrat input[type=button],
div#kb_doniraj input[type=button],
div#kv_doniraj input[type=submit]{
    width: 164px;
    height: 48px;
    background-color: #ae1d3a;
    border: 1px solid #ae1d3a;
    border-radius: 7px;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    font-size: 1.2em;
    
}

div.enojni_kvadrat input[type=submit],
div.enojni_kvadrat input[type=button]{
    margin-right: 50px;
    
}

div.enojni_kvadrat input.cestitka {
    margin-left: 490px;
    margin-top: 50px;
    float: left;
    width: 220px;
}
div#kv_doniraj {
    width: 760px;
    height: 352px;
    margin: 15px 20px 0 0px;
    float: left;
    border: 3px solid #ae1d3a;
    border-radius: 7px;
}
div#kv_stanje {
    width: 385px;
    height: 352px;
    margin: 15px 0 0 22px;
    float:left;
    border: 3px solid #ae1d3a;
    background-color: #ae1d3a;
    border-radius: 7px;    
    color: #ffffff;
    font-family: 'OpenSansBold';
    font-size: 24px;
}
div#kv_stanje p {
    padding: 0;
}

div#footer {
    background-color: #ffffff;
    padding-top: 45px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
div#footer div.p25f {
    background-color: #ffffff;    
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div#main div.vrsta {
    width: 100%;
    clear: both;
    display: block;
    margin: 0;
    box-sizing: border-box;
}


div#main div.dvojni_kvadrat{
    height: 335px;
    clear: both;
    display: block;
    margin: 0 auto 0 auto;
}

div#main div.enojni_kvadrat{
    font-size: 1.1em;
    height: 496px;
    width: 1200px;
    clear: both;
    display: block;
    margin: 0;
    border: 3px solid #ae1d3a;
    border-radius: 8px;
}

div#main div.enojni_kvadrat.nobg {
    background-image: none;

}
div#main div.enojni_kvadrat.nobg.low {
    height: 200px;

}



div#main {
    width: 1786px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    font-family: OpenSans;
}

.content {
    width: 1205px;
    margin: 0 auto 0 auto;
    padding-top: 85px;
    font: helvetica, arial, sans-serif;
    background-color: #ffffff;
}


div#main div#content p {
    width: 100%;
    text-align: justify;
    margin: 0 auto 0 auto;
}

div.opozorilo {
    width: 100%;
    height: 31px;
    text-align: center;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background: darkred;
    color: #ffffff;
    font-family: 'helvetica neue', helvetica, Arimo, arial, sans-serif;
    font-size: 20px;
    padding-top: 5px;
    display: none;
}


div.enojni_kvadrat div.vrsta input[type=text] {
	width: 385px;
}

div.enojni_kvadrat span {
    float: left;
}

span.pmta,
span.pmtb,
span.pmtc {
        font-family: 'helvetica neue', helvetica, Arimo, arial, sans-serif;
	background: url("/design/img/chk_off.gif") no-repeat 0 0;
        padding-left: 60px;
        line-height: 40px;

}

span.pmta {
    width: 185px;
}

span.pmtb {
    width: 160px;
}

span.pmtc {
    width: 190px;
}

span.pmtd {
    width: 80px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}


ul {
  margin: 0 0 0 15px;
  padding: 5px;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "- ";
  text-indent: 5px;
}


div#footer div.content div {
    font-size: 1.2em;
    color: #ae1d3a;
    line-height: 1.2em;
}
div#footer div.content div a, ul li a, p a {
    color: #ae1d3a;
    text-decoration: none;
}

div#footer div.content div a:hover, ul li a:hover, p a:hover {
    text-decoration: underline;
}

div#trr {
	background: url('/parts/QR_600.png');
	background-repeat: no-repeat;
	background-size: 250px;
	background-position: top right;
	min-height: 1000px;
}
