@font-face {
    font-family: 'FranklinGothic-MediumCond';
    src: url('../font/framdcn.eot');
    src: url('../font/framdcn.eot?#iefix') format('embedded-opentype'),
         url('../font/framdcn.woff') format('woff'),
         url('../font/framdcn.ttf') format('truetype'),
         url('../font/framdcn.svg#framdcn') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
body {
    background-color: #f7f9f9;
    font-family: arial;
    font-size: 12px;
}

h1, h2, h3 {
    color: #232323;
}

#page-wrap {
	width: 783px;
	margin: 0 auto;
    padding: 30px;
}

#header {
    position: relative;
}

#header h1 {
    width: 322px;
    height: 85px;
}

#header h1 a {
    display: block;
    width: 322px;
    height: 85px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../img/rmandoo-logo.png) no-repeat center center;
}

#header ul {
    position: absolute;
    top: 0;
    right: 0;
}

#header ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 28px 0 30px;
    background: transparent url(../img/icons.png) no-repeat center center;
    color: #949494;
    font-weight: bold;
}

#header ul li a {
    color: #949494;
    text-decoration: none;
}

#header ul li a:hover {
    color: #5f5f5f;
}

#header ul li.mail {
    background-position: 0px 0px;
}

#header ul li.phone {
    background-position: 0px -25px;
}

#header ul li.home {
    background-position: 0px -51px;
}

#menu {
    background: #232323;
    height: 52px;
    line-height: 52px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    width: 156px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent url(../img/line.png) no-repeat center right;
}

#menu li a:hover, #menu li a.active {
    background-color: #1ec7eb;
}

#menu li a.first {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#menu li a.last {
    width: 159px;
    background-image: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#content {
    padding: 20px 20px 40px 20px;
    color: #a3a1b1;
}

#content a {
    font-weight: bold;
    text-decoration: none;
    color: #0d6fa2;
}

#content a:hover {
    text-decoration: underline;
}

#content h2, #content h3 {
    font-family: 'FranklinGothic-MediumCond', arial;
}

#content h2 {
    font-size: 40px;
    padding: 10px 0 5px 0;
}

#content h3 {
    font-size: 22px;
    padding: 10px 0 10px 0;
}

#content p, #content ul, #content ol {
    font-size: 14px;
    line-height: 20px;
}

#content p {
    padding: 10px 0 20px 0;
}

#content ul {
    list-style-type: disc;
    padding-left: 5px;
}

#content.domov {
    padding: 20px 0 40px 0;
}

#content h2.hide {
    display: none;
}

#content.kontakti p {
    padding: 0;
}

#content.povezave ul {
    padding-left: 5px;
}

#content.povezave ul li {
    padding: 5px 0;
}

#content.povprasevanje p.err {
    font-weight: bold;
    color: #ff0000;
    margin-left: 210px;
    padding-bottom: 0;
}

#content.povprasevanje p.ok {
    font-weight: bold;
    color: #6a9f1f;
    margin-left: 210px;
    padding-bottom: 0;
}

#content .frontBox {
    float: left;
    color: #a3a1b1;
    width: 180px;
    height: 215px;
    padding: 20px 0 0 0;
    margin: 0 10px 0 5px;
}

#content .frontBox h2 {
    padding: 0 0 10px 0;
    font-size: 28px !important;
}

#content .frontBox ul {
    list-style-type: disc;
    padding: 0 0 0 5px;
}

#content .frontBox p {
    margin: 0;
    padding: 0;
}

#content .frontBox a.more {
    display: block;
    background-color: #1ec7eb;
    width: 60px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#content .frontBox a.more:hover {
    background-color: #232323;
}

#content .frontMore {
    color: #a3a1b1;
    padding: 0 5px;
    overflow: hidden;
    height: 0px;
}

#content .frontMore p {
    margin: 0 0 5px;
    padding: 0;
}

#content .frontMore ul {
    list-style-type: disc;
    padding-left: 5px;
}

#footer {
    clear: both;
    background-color: #d9dbdb;
    height: 42px;
    line-height: 42px;
}

#footer p {
    text-align: center;
    color: #5f5f5f;
}

#ask {
    padding: 20px 0 0 0;
}

#ask p {
    padding: 0;
    clear: both;
}

#ask p.cbgroup {
    float: left;
    clear: none;
}

#ask p.cbgroup label {
    float: none;
    clear: none;
    width: auto;
}

#ask input.submit {
    margin: 0 0 0 458px;
    padding: 2px 10px;
}

#ask input.text {
    width: 300px;
}

#ask input.checkbox {
    margin-right: 10px;
}

#ask label {
    clear: both;
    float: left;
    width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    padding: 0 10px 0 0;
}

#ask textarea {
    width: 300px;
}


.nivo-controlNav {
    margin: 20px 0 0 0;
    padding-top: 12px;
    background: transparent url(../img/nivo/navbar.png) no-repeat center center;
}

@-moz-document url-prefix() {
    .nivo-controlNav {
        padding-top: 14px;
    }
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .nivo-controlNav {
        padding-top: 14px;
    }
}

.nivo-control {
    width: 41px;
    height: 18px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
}

.nivo-control.active {
    background: transparent url(../img/nivo/dot.png) no-repeat center center;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .nivo-control.active {
        background: transparent url(../img/nivo/dot.png) no-repeat 12px center;
    }
}

