b, strong {
    font-weight: bold;
    color: #717171;
}
header {
    z-index: 2;
    position: relative;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
.webinar-article{
    margin-bottom: 25px;
}
.text-left {
    text-align: left;
}

img.margin-center {
    margin: 0 auto;
}
.seznam-org h2{
    color: #f5b417;
}
.seznam-org h3{
    color: #717171;
}
.widget-icon-box .icon-box .fa {
    color: #f5b417;
}
.breadcrumbs{}
.breadcrumbs ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.breadcrumbs ul li{
    display: inline-block;
    font-size: 11px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.breadcrumbs ul li a{}
.icon-box > .fa {
    width: 20%;
    padding-right: 15px;
    margin-right: initial;
}

.icon-box__text {
    float: left;
    width: 80%;
}
a.no-underline:hover, a.no-underline:focus {
    text-decoration: none !important;
}
.tab.link:hover{
    background: #eaeaea;
}
.footer-bottom__right {
    font-size: 11px;
}

.omogocili img {
    max-height: 60px;
    border-radius: 10px;
}

.omogocili {
    display: inline-block;
    margin-right: 10px;
}

.omogocili:last-child {
    margin-right: 0;
}

/* MESSAGE DESIGN */
.compose-message .form-response {
    padding: 0 15px;
}
.compose-message {
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 999;
    background: #ffffff;
    width: 500px;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
    display: none;
}

.compose-message .toolbar {
    padding: 10px 15px;
    background: #0188cb;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.compose-message form {
    padding: 15px;
}

.compose-message form input {
    border-bottom: 1px solid #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
}

.compose-message form textarea {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.compose-message form input:focus, .compose-message form textarea:focus {
    outline: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.compose-message .toolbar .title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #FFF;
    float: left;
    margin-right: 18px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.compose-message .toolbar .minimize {
    color: #FFF;
    float: right;
    font-size: 14px;
    opacity: 1;
    line-height: initial;
    margin-top: 6px;
}

.compose-message .toolbar .close {
    color: #FFF;
    float: right;
    font-size: 14px;
    opacity: 1;
    margin-left: 15px;
    line-height: initial;
}

.msg-wrapper {
    border-bottom: 5px solid #e2e2e2;
    border-left: 5px solid #e2e2e2;
    margin-bottom: 25px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.msg-wrapper:hover{
    border-bottom: 5px solid #bdbdbd;
    border-left: 5px solid #bdbdbd;
}

.msg-wrapper .timedate {
    text-transform: uppercase;
    background: #e2e2e2;
    text-align: center;
    color: #868686;
    font-weight: bold;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.msg-wrapper h4{
    margin-top: 0;
    font-family: "Merriweather", Helvetica, Arial, sans-serif;
    line-height: inherit;

}
.msg-wrapper .main-message, .msg-wrapper .timedate, .msg-wrapper .message-btns{
    display: table;
    height: 60px;
    overflow: hidden;
    width: 100%;
}
.hidden{
    display: none;
}
.msg-wrapper .main-message .inner, .msg-wrapper .timedate .inner, .msg-wrapper .message-btns .inner{
    display: table-cell;
    vertical-align: middle;
}
.msg-wrapper .message-btns{
    text-align: right;
    padding-right: 15px;
    font-size: 20px;
}
.msg-wrapper .message-btns a{
    color: #fd7062;
}
.msg-wrapper .replies{
    display: none;
}
.msg-wrapper a.replysection, .msg-wrapper a.replysection:hover{
    text-decoration: none;
}
.msg-wrapper a.replysection .main-message{
    color: initial;
}
.reply-wrapper .message.main{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fb6f65;
}
.msg-wrapper .reply-wrapper{
    padding: 15px;
    border-top: 5px solid #e2e2e2;
}
.msg-wrapper .reply-wrapper small{
    font-size: 10px;
    float: right;
}
.msg-wrapper form.reply{
    margin-top: 25px;
    background: #e2e2e2;
    padding: 15px;
}
.msg-wrapper form.reply textarea{
    min-height: 100px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.msg-wrapper form.reply textarea:focus {
    outline: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.message.reply{
    margin-top: 25px;
}
.label{
    font-size: 10px;
    display: inline-block;
    line-height: 10px;
    padding: 3px 5px;
    border-radius: 3px;
}
.label.label-success{
    color: #FFF;
    background: #359854;
}
.msg-wrapper.new .timedate{
    background: #3b9659;
    color: #ffffff;
}
.msg-wrapper.new{
    border-bottom: 5px solid #3B9659;
    border-left: 5px solid #3B9659;
}
.message.reply.me{
    padding: 15px;
    margin-left: 80px;
    border-radius: 10px;
    background: #fd7062;
    color: #FFF;
    border-bottom-right-radius: 0;
}
.message.reply.other{
    padding: 15px;
    margin-right: 80px;
    border-radius: 10px;
    background: #0188CB;
    color: #FFF;
    border-bottom-left-radius: 0;
}
/* END MESSAGE DESIGN */
.my-icon-box {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 15px;
    background: #fbfbfb;
}

.my-icon-box h4 {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.my-icon-box p {
    margin-bottom: 0;
}

.my-icon-box i {
    float: left;
    font-size: 42px;
    padding-right: 15px;
    color: #f5b417;
}

.my-icon-box .my-icon-text {
    font-size: 11px;
}

.logo img {
    width: 100%;
    height: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-danger {
    color: #FFF;
    background-color: #c63f1d;
    border-color: #c63f1d;
}

.alert-success {
    color: #FFF;
    background-color: #349854;
    border-color: #349854;
}

.alert-info {
    color: #FFF;
    background-color: #26a0b1;
    border-color: #26a0b1;
}

.alert-warning {
    color: #FFF;
    background-color: #c48f00;
    border-color: #c48f00;
}
.alert-warning a{
    color: #FFF;
    text-decoration: underline;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .7;
}

.trakec:hover {
    opacity: 0.7;
}

.trakec {
    background: url("../images/trakec.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 30px 20px 70px 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: 25px;
}

.bm-50 {
    margin-bottom: 50px;
}

.tm-50 {
    margin-top: 50px;
}

.pomoc-registracija {
    display: none;
    margin-top: 50px;
}

.pomoc-registracija .white-box {
    padding: 25px;
    background: #FFF;
}

.pomoc-registracija h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.prijava-wrapper {
    background: url("../images/registracija-bg.png");
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border: 15px solid #FFF;
    padding: 30px 50px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 70px;
    opacity: 0.9;
    position: fixed;
    right: 20px;
    top: 20px;
    text-shadow: 0px 3px 10px #000;
}

.reg-images {
    margin-bottom: 50px;
}

.reg-logo {
    display: inline-block;
    float: right;
}

.lock-img {
    display: inline-block;
    float: left;
    max-height: 200px;
}

.reg-text {
    color: #000;
    line-height: 24px;
    font-size: 14px;
}

.register {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.register form {
    padding: 20px;
    background: rgba(2, 21, 39, 0.85);
}

.btn-blue, .btn-blue:focus, .btn-blue:active, .btn-blue:visited {
    background: #36ABF1;
    border-color: #36ABF1;
    color: #FFF;
}

.btn-blue:hover {
    background: #2b7baf;
    border-color: #2b7baf;
    color: #FFF;
}

.btn-orange, .btn-orange:focus, .btn-orange:active, .btn-orange:visited {
    background: #FB6F65;
    border-color: #FB6F65;
    color: #FFF;
}

.btn-orange:hover {
    background: #bc544c;
    border-color: #bc544c;
    color: #FFF;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    height: initial;
}

.btn-xs .fa {
    font-size: inherit;
    margin-right: initial;
}

.btn .fa {
    font-size: inherit;
    margin-right: initial;
    vertical-align: initial;
}

.register h4 {
    color: #FFF;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.widthfull-textcenter {
    width: 100%;
    text-align: center;
}

.footer-socials a {
    color: #ffffff;
    background: #1289c7;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}

.footer-socials a:last-child {
    color: #ffffff;
    background: #1289c7;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: normal;
    margin-right: 0;
    font-weight: bold;
    padding: 7px 15px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.registracija-form .naziv {
    border: 1px solid #FFF;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    display: block;
    margin-bottom: 15px;
}

.prijava-oseba {
    text-align: center;
    padding: 25px;
    background: rgba(197, 197, 197, 0.5);
    margin-bottom: 25px;
}

.prijava-oseba.zaposleni figure {
    margin-top: 15px;
    margin-bottom: 27px;
}

.prijava-oseba.promotorji figure {
    margin-top: -34px;
    margin-bottom: 27px;
}

.prijava-oseba figure {
}

.prijava-oseba img {
    margin: 0 auto;
}

.prijava-oseba h1 {
    font-size: 26px;
    min-height: 56px;
    margin-bottom: 30px;
}

.prijava-oseba .btn {
    font-size: 20px;
    line-height: 40px;
    height: auto;
}

.prijava-oseba .registracija {
    padding: 15px 0 0 0;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 900;
}

.prijava-oseba .front {
    position: relative;
    z-index: 1;
}

.prijava-oseba .back {
    display: none;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    padding: 30px;
    height: 100%;
    z-index: 2;
    color: #FFF;
    background-color: rgba(2, 21, 39, 0.88);
}

.prijava-oseba .back .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
}

.prijava-oseba .back h3, .prijava-oseba .back p {
    color: #FFF;
    margin-bottom: 15px;
}

.main-title {
    position: relative;
    padding-right: 120px;
}

.main-title a.btn {
    position: absolute;
    right: 0;
    top: 0;
}

.tab {
    display: block;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 25px;
}

.tab .tab-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    color: #000;
}

.tab .tab-content {
    margin-top: 15px;
    display: none;
}

.content-details img {
    padding: 0 10px;
    width: auto;
}

.content-wrapper {
    margin-top: 25px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}

.content-wrapper a:hover {
    text-decoration: none;
}

.content-wrapper img {
    width: 100%;
}

.content-wrapper img:hover {
    opacity: 0.7;
}

.content-wrapper h3 {
    margin-top: 0;
    font-size: 18px;
    min-height: 57px;
}

.content-wrapper .content {
    padding: 15px;
    background: #ececec;
}

.content-wrapper .content p {
    font-size: 12px;
    min-height: 135px;
}

.rating {
    padding: 20px;
    background: #f9f9f9;
}

.rating .stars {
    margin-bottom: 25px;
}

.rating .stars > .alert {
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    margin-left: 20px;
}

.rating .ocena-tekst {
    color: #fd7062;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.pagination {
    list-style: none;
    margin-top: 30px;
}

.pagination li {
    display: inline-block;
}

.pagination li.active span {
    display: inline-block;
    width: 45px;
    padding: 12px 0;
    border-radius: 2px;
    margin-right: 2px;
    background: #f5b417;
    color: #ffffff;
}

.svetovanja .banner {
    background-color: #f5b417;
}

.webinarji .banner {
    background-color: #0188cb;
}

.gradivo .banner {
    background-color: #fd7062;
}

.banner .banner__title {
    color: #FFF;
    font-size: 18px;
}

.banner .banner__content {
    color: #FFF;
    font-size: 14px;
}

.banner:hover .banner__title, .banner:focus .banner__title, .banner:hover .banner__content, .banner:focus .banner__content {
    color: #f1f1f1;
}

.nav-slike img:hover {
    opacity: 0.8;
}

ol.vprasalnik > li {
    margin-bottom: 25px;
}

.nav-slike > div:first-child {
    padding-left: 0;
    padding-right: 20px;
}

.nav-slike > div:last-child {
    padding-right: 0;
    padding-left: 20px;
}

.seznam-organizacij-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f3f3+50,e7e8e9+50,d4d6d7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f3f3 50%, #e7e8e9 50%, #d4d6d7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f3f3 50%, #e7e8e9 50%, #d4d6d7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f2f3f3 50%, #e7e8e9 50%, #d4d6d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d6d7', GradientType=0); /* IE6-9 */
    border-radius: 20px;
    padding: 25px;
}

.seznam-organizacij-wrapper p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 20px;
    margin-bottom: 80px;
}

a.nasvet:hover, a.nasvet:active, a.nasvet:focus {
    text-decoration: none;
}

a.nasvet:hover {
    opacity: 0.7;
}

a.nasvet {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 20px;
    background: #fd7062;
    font-size: 12px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    line-height: initial;
    padding: 15px;
    font-weight: bold;
    color: #FFF;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.svetovanja-okence {
    display: none;
    position: fixed;
    width: 470px;
    background: #1f89c3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
    color: #FFF;
    padding: 20px;
    bottom: 0;
    right: 20px;
    z-index: 9999;
}

.svetovanja-okence.open {
    display: inline-block;
}

.svetovanja-okence h4 {
    color: #FFF;
}

.svetovanja-okence > a.close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #FFF;
}

.svetovanja-okence .inner-form {
    float: left;
    width: 63%;
    margin-bottom: 25px;
}

.svetovanja-okence form > img {
    float: right;
    width: 37%;
    padding-left: 20px;
}

.svetovanja-okence .modra-stevilka {
    width: auto;
    max-height: 50px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.quiz-wrapper a:hover {
    text-decoration: none;
}
.question-result{
    display: block;
    background: #58a774;
    padding: 16px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    font-size: 26px;
    color: #FFF;
    margin-bottom: 30px;
}
.quiz-wrapper {
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    margin-bottom: 30px;
}
.trditev{
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}
.trditev h3{
    font-size: 18px;
    color: #fd7062;
    font-weight: bold;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
}
.trditev .txtarea-num{
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #fd7062;
}
.trditev .txtarea{
    font-size: 16px;
    color: #fd7062;
    display: block;
    padding-left: 25px;
}
.trditev .txtarea strong{
    color: #fd7062;
}
.trditev .oznaci-odgovor{
    display: block;
    font-weight: bold;
    margin-top: 10px;
    color: #1e8ac3;
}
.trditev .trditev-odgovori{
    margin-bottom: 7px;
    display: inline-block;
    margin-right: 15px;
}
.trditev .trditev-odgovori:last-child{
    margin-right: 0;
}
.quiz-wrapper h3 {
    margin-top: 0;
}

.quiz-wrapper a.btn {
    margin-bottom: 0;
}

.btn-blue .fa {
    font-size: inherit;
    vertical-align: initial;
    margin-right: 0;
}
.webinar-video iframe{
    width: 100%;
    height: 600px;
}
.quiz-wrapper .content {
    padding: 30px;
    background: rgba(241, 241, 241, 0.85);
    margin-left: 20%;
}
.anketa-vprasanje{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.anketa-vprasanje .stevec{
    color: #fd7062;
    font-weight:bold;
    display: inline-block;
    font-size: 16px;
    position: absolute;
}
.anketa-vprasanje .vprasanje strong{
    color: inherit;
}
.anketa-vprasanje .vprasanje {
    display: inline-block;
    color: #fd7062;
    font-size: 16px;
    padding-left: 30px;
}
.anketa-vprasanje .ocene-wrapper .yes_and_no_choice span{
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    color: #1d89c3;
}
.anketa-vprasanje .ocene-wrapper .free-text{
    min-height: 160px;
    width: 100%;
    border: none;
    padding: 15px
}
.anketa-vprasanje .ocene-wrapper{
    padding-left: 30px;
}
.anketa-vprasanje .yes{
    margin-top: 15px;
    background: #f3f3f3;
    padding: 15px;
}
.anketa-vprasanje .yes:last-child{
    margin-top: 0;
}
.anketa-vprasanje .yes .radio-ratings{
    color: #268ABF;
}
.anketa-vprasanje .yes .radio-ratings .radio-wrapper{
    display: block;
    margin-bottom: 10px;
}
.anketa-vprasanje .yes .radio-ratings .radio-wrapper:last-child{
    margin-bottom: 0;
}
.kviz .vprasanje {
    font-size: 18px;
    color: #fd7062;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

.kviz .odgovori {
    display: block;
    padding-left: 15px;
    margin-bottom: 35px;
}

.kviz .navigacija a {
    margin-right: 10px;
}

.counter-box {
    background: #f1f1f1;
    padding: 20px;
}

.counter-box h3 {
    margin-top: 0;
}

.counter-box.points {
    text-align: center;
    background: #1289c7;
    color: #FFF;
    padding: 40px;
    min-height: 240px;
}

.counter-box.points h3 {
    color: #b6e6ff;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 3px solid #b6e6ff;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
}

.counter-box.points .result {
    font-size: 40px;
    line-height: 42px;
}

.counter-box.points .result strong {
    font-weight: 900;
}
.counter-box.points.quiz .result strong {
    color:#FFF;
}

.counter-box.desc {
    margin-top: 25px;
    margin-bottom: 25px;
}

.vprasanje-wrapper {
    background: white;
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 20px;
}

.vprasanje-wrapper h4 {
    margin-top: 0;
    color: #FB6F65;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.vprasanje-wrapper .odgovori .answer {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.vprasanje-wrapper .odgovori .answer.pravilen::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: green;
    position: absolute;
    top: 50%;
    margin-top: -14.5px;
    left: 0;
}

.vprasanje-wrapper .odgovori .answer.nepravilen::before {
    content: "\f00d";
    color: red;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    margin-top: -14.5px;
    left: 0;
}

.vprasanje-wrapper .odgovori .answer.izbran {
    font-weight: 900;
    color: #1E8AC3;
}

.vprasanje-wrapper .preberi-vec {
    display: none;
    word-break: break-word;
    background: rgba(251, 111, 100, 0.05);
    padding: 10px;
    font-size: 12px;
}

.webinar-oseba {
    background: #eaebef;
    padding: 15px;
    min-height: 100px;
}

.webinar-oseba:hover {
    background: #cbccd0;
}

.webinar-oseba img {
}

.webinar-oseba h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.menu-item .unread-count{
    background: #ff3824;
    display: inline-block;
    line-height: 11px;
    padding: 2px 3px;
    text-align: center;
    border-radius: 3px;
    font-size: 11px;
}
.svetovanja-boxes {
    margin-bottom: 35px;
}

.svetovanja-boxes .enasvet:hover {
    cursor: pointer;
}

.svetovanja-box {
    padding: 15px;
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 25px;
}

.svetovanja-box img {
    height: 60px;
    margin: 0 auto;
    width: auto;
}

.svetovanja-box p {
    display: block;
    min-height: 70px;
}

.svetovanja-box h4 {
}
#modal-ankete{}
#modal-ankete .inner{
    background: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    border: 10px solid #f5b417;
    padding: 40px;
    position: relative;
}
#modal-ankete img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-top: 10px;
}
#modal-ankete h3{
    font-size: 22px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#modal-ankete p{}
#modal-ankete .close-ankete-modal{
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 24px;
    color: #545454;
}
#modal-ankete .close-ankete-modal:hover{
    color: #000000;
}
@media (min-width: 480px) {
    .logo {
        margin: 25px 0;
    }
}

@media (min-width: 1200px) {
    .register .container {
        width: 960px;
    }
}

@media (max-width: 1280px) {
    .svetovanja-box p {
        min-height: 90px;
    }

    .webinar-video iframe{
        width: 100%;
        height: 470px;
    }

    .svetovanja-box h4 {
        min-height: 40px;
    }

    .prijava-oseba h1 {
        font-size: 18px;
        min-height: 38px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .prijava-oseba .btn {
        font-size: 16px;
        line-height: 30px;
    }

    .prijava-oseba.promotorji figure {
        margin-top: -25px;
        margin-bottom: 9px;
    }

    .prijava-oseba.zaposleni figure {
        margin-bottom: 9px;
    }
}

@media (max-width: 992px) {
    .svetovanja-box p, .svetovanja-box h4 {
        min-height: initial;
    }
    .webinar-video iframe{
        width: 100%;
        height: 380px;
    }
    .prijava-wrapper {
        padding: 20px;
    }

    .lock-img {
        display: none;
    }

    .reg-logo {
        float: none;
    }

    .header-widgets .widget_nav_menu {
        display: none;
    }

    .widget_nav_menu ul > li > a {
        line-height: initial;
    }
}

@media (max-width: 768px) {
    .nav-slike > div {
        padding: 0 !important;
        margin-bottom: 25px;
    }

    .nav-slike img {
        width: 100%;
    }

    .seznam-organizacij-wrapper p {
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .webinar-video iframe{
        width: 100%;
        height: 320px;
    }
    .compose-message{
        width: 95%;
        bottom: 0;
        right: 50%;
        margin-right: -47.5%;
    }
    .svetovanja-okence {
        position: fixed;
        width: 95%;
        bottom: 0;
        right: 50%;
        margin-right: -47.5%;
    }

    .svetovanja-okence .inner-form label {
        padding-right: 25px;
    }

    .svetovanja-okence .inner-form {
        float: none;
        width: 100%;
    }

    .svetovanja-okence form > img {
        display: none;
    }
}

@media (max-width: 505px) {
    .omogocili img {
        max-height: 35px;
    }
    .webinar-video iframe{
        width: 100%;
        height: 250px;
    }
    .top__background {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .trakec {
        background: #E9DFD6;
        padding: 20px;
    }

    .main-title {
        position: relative;
        padding-right: 0;
    }

    .main-title a.btn {
        position: relative;
        display: inline-block;
    }

    .top {
        background: #1E8AC3;
    }
}