﻿.naviga li:last-child a::before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 5px 0px 0px;
    text-decoration: none;
    color: rgb(237, 28, 36);
}

.searchactive {
    color:#ed1c24;
    font-size:18px;
    -ms-transform: rotate(9s0deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.fa-search-mobile:before {
    content: "\f002";
}

.fa-search-mobile {
     color:#000;
}

.searchactivemobile {
    color:#ed1c24;
    -ms-transform: rotate(9s0deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.mobile-src .form-group input {
    width:100%;
}

.dropdown-menu a.selected {
    color:#ed1c24 !important;
}

.panel-default .panel-heading1:last-child {
    display:none;
}

@media (max-width: 768px) {
    .panel-heading1 a {
        font-weight:normal;
    }
}

.panel-default .panel-heading1:first-child {
    display:block;
}

.fa-angle-right {
    margin-right:5px;
}

.breadcrumb .fa {
    font-size:24px;
}



#toTop {
    z-index:9999;
}

/*******************************

         KONTAKTNA FORMA

*******************************/
.contactform input {
    margin-bottom: 10px;
    height: 38px;
    border: 1px solid #d7d7d7;
    box-shadow: none;

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #868686;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contactform textarea {
    margin-bottom: 10px;
    height: 92px !important;
    border: 1px solid #d7d7d7;
    box-shadow: none;

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #868686;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contactform select,
.contactform option {
    margin-bottom: 10px;
    height: 38px;
    border: 1px solid #d7d7d7;
    box-shadow: none;

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #868686;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contactform span {
   display:none;
}

.sent-btn a,
.sent-btn button {
    text-shadow: none;
    background-color: #ed1c24;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 24px;
    border: 1px solid #ed1c24;
}

.sent-btn a:hover,
.sent-btn button:hover {
    text-shadow: none;
    background-color: #fff;
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 24px;
    border: 1px solid #ed1c24;
    text-decoration:none;
}

.error,
.Error {
   border:1px solid #ed1c24 !important;
}

@media (max-width: 767px) {
    .no-padd-left {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-padd-right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .panel-heading1:nth-child(6) {
        background-color:#ed1c24 !important;
        color:#fff !important;
        background:#ed1c24 !important;
    }

    .panel-heading1:nth-child(6) a:hover {
        color:#000 !important;
    }
	.testimonials-image {
        margin:0 auto;
    }
	.news-notification {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: #ed1c24;
        color: #fff;
        float: left;
        font-size:12px;
        text-align: center;
        line-height: 20px;
        position: absolute;
    }
}

@media (min-width: 769px) {
    .no-padd-left {
        padding-left:0px !important;
        padding-right:5px !important;
        height:45px;
    }
    .no-padd-right {
        padding-left:5px !important;
        padding-right:0px !important;
        height:45px;
    }
    .no-padd-bott {
        height:45px;
        float:left;
        width:100%;
    }
    .contactform div.no-padd-bott {
        padding: 0px !important;
    }
	.news-notification {
		width: 20px;
		height: 20px;
		border-radius: 10px;
		background-color: #ed1c24;
		color: #fff;
		float:right;
		margin-top:-13px;
		text-align: center;
		line-height: 20px;
	}
}

@media (min-width: 767px) {
    .navbar-nav li.dropdown:last-child {
        float: right;
        background-color: #ed1c24;
        color: #fff !important;
        position: absolute;
        right: 0px;
        height: 100%;
    }
    .navbar-default .navbar-nav > li.dropdown:last-child > a {
        color:#fff !important;
		text-decoration:none;
    }
    .navbar-nav li.dropdown:last-child > a::after {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        margin-left: 10px;
        text-decoration: none;
        color: #fff;
    }
    .navbar-default .navbar-nav > li.dropdown:last-child > ul.dropdown-menu {
        width:100% !important;
        background-color:#ed1c24 !important;
        background:#ed1c24 !important;
    }
    .navbar-default .navbar-nav > li.dropdown:last-child > ul.dropdown-menu a {
        color:#fff !important;
    }
    .navbar-default .navbar-nav > li.dropdown:last-child > ul.dropdown-menu a:hover {
        color:#222 !important;
    }
    .navbar-default .navbar-nav > li.dropdown:last-child > ul.dropdown-menu li > a:before {
        color:#fff !important;
    }

}

.content li:before {
    position:relative;
    left:-10px;
}

.content ol li {
    /*text-indent: -0.5em;*/
     text-indent: 0em;
}

.content li {
    text-indent: -0.5em;
}

.testimonials-image {
	height:140px;
	width:140px;
	border-radius: 150px;
}

@media (min-width: 992px) and (max-width : 1196px) {
    .testimonials-image {
	    height:130px;
	    width:130px;
    }
}

@media (min-width: 767px) and (max-width : 992px) {
    .testimonials-image {
	    height:120px;
	    width:120px;
        margin-top:60px;
    }
}

.h-content .icon-red img {
    margin-top:10px;
}

.no-link a {
    cursor:default;
}


.no-link .jumbo-reed:hover h4 {
    color:#fff !important;
}

.content {
    font-size: 13px;
    line-height:1.8em;
}

.content ol li {
    padding: 0 0 0px 10px;
}

.content li {
    line-height: 2;
    padding: 0 0 0px 30px;
	list-style-type:none;
}

.content li a {
    color:#ed1c24;
}

.content li:before {
    margin-top: 8px;
}

.content ul {
    padding: 10px 0;
}

.side-body ul a {
    cursor:pointer;
}

.podatek {
    font-weight:bold;
}

.content ol  {
   margin-left:-20px;
}

.content ol li::before {
    content:none;

    font-size: 6px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    height: 0px;
    left: 15px;
    color: #ed1c24;
}

#contactform {
    clear: both;
    margin-bottom: 20px;
}

/******************************

        SEARCH

*******************************/
#tabs-navi {
    float: left;
    width: 100%;
    border-top: solid 2px #F1F1F2;
    border-bottom: solid 2px #F1F1F2;
    margin: 0px;
    padding: 0px;
}

#tabs-navi li:before {
    content: none;
}

#tabs-navi li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#tabs-navi li a {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0px 10px;
    background: #f1f1f2;
}

.red #tabs-navi li a.current {
    background: #E4202D;
    color: #ffffff;
}

.blue #tabs-navi li a.current {
    background: #2A3479;
    color: #ffffff;
}

.tabs-src {
    display: none;
}

#tabs-panes {
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
}

#tabs-panes ul li a {
    font-weight: bold;
}

#tabs-panes ul li p {
    margin: 5px 0px 10px 10px;
    padding: 0px;
}

.error-text {
    color:#ed1c24 !important;
}

.error-text:before {
    content: "\f062";
    font-family: FontAwesome;
    margin-right:10px;
}

.table-responsive {
    margin: 20px 0;
}

.dropdown:hover .dropdown-menu {
    display:block !important;
}

.dropdown-menu {
 background: rgba(232,234,234,1);
background: -moz-linear-gradient(top, rgba(232,234,234,1) 0%, rgba(201,201,201,1) 5%, rgba(229,229,229,1) 32%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,234,234,1)), color-stop(5%, rgba(201,201,201,1)), color-stop(32%, rgba(229,229,229,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(232,234,234,1) 0%, rgba(201,201,201,1) 5%, rgba(229,229,229,1) 32%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(232,234,234,1) 0%, rgba(201,201,201,1) 5%, rgba(229,229,229,1) 32%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(232,234,234,1) 0%, rgba(201,201,201,1) 5%, rgba(229,229,229,1) 32%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(232,234,234,1) 0%, rgba(201,201,201,1) 5%, rgba(229,229,229,1) 32%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eaea', endColorstr='#f3f3f3', GradientType=0 );
}

.navbar-nav > li > .dropdown-menu {
    opacity: 1 !important;
    margin-top: -1px;
}

.novica-datum {
    color:#868686
}

.novica-cela h2 {
    margin-top:0px !important;
    margin-bottom:5px !important;
}

.novica-cela hr {
    margin-top:5px !important;
    margin-bottom:5px !important;
}

.novica-cela {
    margin-top:40px;
}

.novica-cela .btn-action {
    width: 30%;
}

.novica-cela:first-child {
    margin-top: 40px;
}

/*.c-news-r {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 20%,  rgba(255, 255, 255, 0) 80%);
}*/

.jumbo-red {
    padding-bottom: 55px !important;
	margin-top:40px;
}

a.jumbo-reed {
    border-bottom: 0px solid #fff;
}

.testimony-firs-page .caroufredsel_wrapper {
    max-width: 1199px! important;
}

.testimony-firs-page h2 {
    margin:0 auto;
    text-align:center;
    margin:40px 0;
}

.testimony-firs-page {
    background: url(/html/default/library/images/quotes.png) right center no-repeat;
    background-size: contain;
    background-color:#ebebeb;
}

.testimony-firs-page .arrows-holder {
    position: absolute;
    top: 100px !important;
    left: 87% !important;
}

.invert {
    color: #ed1c24;
    background-color:#ffffff;
    border: 1px solid #ed1c24;
}

.invert:hover {
    color: #ffffff;
    background-color:#ed1c24;
    border: 1px solid #ed1c24;
}

.contactform,
.contact-form {
    background-color:#eee;
    padding: 0 20px !important;
}

.AddPadding {
    padding:10px !important;
}

.contactform .marTop20 .sent-btn,
.contact-form .marTop20 .sent-btn {
    margin-bottom:20px;
    padding-bottom: 20px;
}

.contact {
    background-color:#ed1c24;
    color:#fff;
}

.contact h2 {
    color:#fff;
}

.contact a {
    color:#fff;
}

.contact  {
    padding:15px;
    min-height:220px;
}


/*.react-expandable .expandable-indicator.expandable-indicator-light {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
    rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(100%, #fff));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=0 );
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

.expandable-indicator {
    position: absolute;
    width: 100%;
    height: 4em;
    bottom: 77px;
    border:1px solid red;
    background: rgba(245,245,245,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
    rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(100%, #ffffff));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#fff5f5f5',GradientType=0 );
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #ffffff 100%);
}*/

.banner-sub {
    height:350px;
    overflow:hidden;
    /*background-size:cover;*/
    background-repeat:no-repeat;
    background-position: center center;
}

@media (min-width: 1920px) {
    .banner-sub {
        height:350px;
        overflow:hidden;
        background-size:cover;
        background-repeat:no-repeat;
        background-position: center center;
    }
}

@media and (min-width: 768px) and (max-width: 1150px) {
    .banner-sub {
        height:350px;
        overflow:hidden;
        background-size:cover;
        background-repeat:no-repeat;
        background-position: center center;
    }
}

#video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1; /* for accessing the video by click */
}

#debug {
    position: absolute;
    top: 0;
    z-index: 100;
    font-size: 12pt;
    color:red;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none !important;
}

label.error{
    border: none !important;
}

.kontakt {
    padding-right:5px !important;
    padding-left: 5px !important;
}

/******************************

        GALERIJA NOVICE

*******************************/

.c-news-r img {
    height:100px;
    margin:0 10px 10px 0px;
    float:left;
}



#epristop-form span.error:before {
    content: "\f062";
    font-family: FontAwesome;
    margin-right:10px;
    color:#ed1c24;
}

#epristop-form span.error {
    border:0px solid #fff !important;
}

.naviga ul li {
    margin: 0 0 0 40px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .naviga ul li {
        margin: 0px 0px 0px 25px;
    }
}

.cube {
    font-size:15px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    a.cube {
        font-size: 13px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
	a.cube {
		font-size: 12px;
	}
}

@(max-width: 700px) and (min-width: 650px) {
	a.cube {
		font-size: 22px;
	}
}

@media (max-width: 649px) and (min-width: 600px) {
	a.cube {
		font-size: 18px;
	}
}

@media (max-width: 599px) and (min-width: 550px) {
	a.cube {
		font-size: 15px;
	}
}

#pristop-panel input[type="radio"],
#pristop-panel input[type="checkbox"] {
    position:relative;
    left:0;
}

#pristop-panel select,
#pristop-panel input[type="text"] {
    border:1px solid #ed1c24;
    background-color:#e7e7e7;
}

#pristop-panel input.error {
    background-color:#ed1c24;
}

#pristop-panel input.error {
    color:#fff;
}

.pristop-title {
    color:#ed1c24;
    margin:20px 0;
    font-size:20px;
    font-weight:bold;
    line-height:70px;
}

.pristopna-podnalov {
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:50px;
}

#pristop-panel .lh {
    line-height:38px;
}

.modal-content {
    position: relative;
    background-color: #eee;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-footer {
    border-top:none;
}

.modal-footer button {
    border: 1px solid #fff;
    background-color: #ed1c24;
    border-radius: 0px;
    display: inline-block;
    padding: 5px 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

/******************************

        PASICA

*******************************/
.lezeca .pasica-holder {
    background-color: rgba(0, 0, 0, 0.6);
    width: 97%;
    height: 107px;
    position: absolute;
    top: 135px;
    left: 13px;
}

.landing .pasica-holder {
    background-color: rgba(0, 0, 0, 0.6);
    width: 944px;
    height: 107px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left:-472px;
}

.boxsize {
    max-height:540px;
	overflow:hidden;
}

.pokoncna .pasica-holder {
    background-color: rgba(0, 0, 0, 0.6);
    width: 86%;
    height: 295px;
    position: absolute;
    top: 292px;
    left: 21px;
}

.pasica-field a::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
    text-decoration: none;
    color: #fff;
    font-size:12px;
}

.lezeca .krogec {
    position:absolute;
    right:165px;
    top:5px;
    z-index:1000;
}


.pasica-select select {
   background: transparent;
   width: 229px;
   padding: 8px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   /*height: 34px;*/
   -webkit-appearance: none;
   -moz-appearance:none;
}

.pasica-select select::-ms-expand {
    display: none;
}

.pasica-select {
   width: 229px;
   /*height: 34px;*/
   overflow: hidden;
   background: url(library/images/arr-down.png) no-repeat right transparent;
   border:1px solid #fff;
   border-radius:5px;
   background-color:#fff;
}

.pokoncna .pasica-select select {
   background: transparent;
   width: 222px;
   padding: 6px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   /*height: 34px;*/
   -webkit-appearance: none;
}

.pokoncna .pasica-select {
   width: 222px;
   overflow: hidden;
   background: url(library/images/arr-down.png) no-repeat right transparent;
   border:1px solid #fff;
   border-radius:5px;
   background-color:#fff;
   margin-bottom:7px
}

.landing-click {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 5px; color: #fff;
    padding: 8px 53px;
}

.pasica-field a:hover {
    color:#fff;
	text-decoration:none;
}

@media (min-width: 1500px) and (max-width: 2200px) {
	.boxsize {
		max-height:640px !important;
	}
}

@media screen and (min-width: 2201px) {
	.boxsize {
		max-height:740px !important;
	}
}

@media screen and (min-width: 1100px) {
    .landing .pasica-holder {
        width: 1030px;
        height: 160px;
		left: 50%;
        margin-left:-515px;
    }
	.padd-d-f {
		left:60px !important;
		top:25px !important;
    }
	.padd-d-s {
        left:60px !important;
		top:60px !important;
    }
}

@media (min-width: 768px) and (max-width: 930px) {
    .landing .pasica-holder {
        width: 730px;
        height: 107px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left:-365px;
        overflow:hidden;
    }
    .pasica-select {
       width: 175px;
    }
    .pasica-select select {
        width: 175px;
    }
    .landing-click {
        padding: 8px 28px;
    }
}

@media screen and (max-width: 767px) {
    .landing .pasica-holder {
        width: 100% !important;
        height: 135px;
        position: absolute;
        bottom:20px;
        top:initial;
        margin-left:0px;
        left:0;
    }
    .pokojnina {
        position:relative;
        overflow:hidden;
    }
    .pokoncna .pasica-select {
        margin-right:5px;
    }
    .pasica-select {
       width: 100% !important;
    }
    .pasica-select select {
        width: 100% !important;
    }
    .landing-click {
        padding: 0px !important;
    }
    .izracun-padd {
        margin-bottom:20px !important;
    }
    .izracun-holder {
        width:24%;
        margin-right:5px;
    }
    .izracun-link {
        width:85%;
        background-color:#ed1c24;
        border-radius:5px;
        height:32px;
        line-height:32px;
        text-align:center;
    }
    .izracun-link a {
        color:#fff;
    }
    .izracun-rubrika {
        font-size: 12px;
        color: #ccc;
        height: 20px;
    }
    .pasica-options {
        position: absolute;
        top: 55px;
        left: 20px;
        width: 100%
    }
    .izracun-bg-d {
        display:block;
    }
    .izracun-bg-m {
        display:none;
    }
	/*.fullwidthbanner  {
        max-height: 466px;
        height: 466px;
    }*/
}

@media (min-width: 551px) and (max-width: 660px) {
    .pokojnina {
        height:600px;
        background-color:#b99875;
    }
    .landing .pasica-holder {
        bottom:10px !important;
        height:330px;
        top:initial;
    }
    .izracun-bg-m {
        display:none;
    }
    .izracun-bg-d {
        display:block;
    }
    /*.fullwidthbanner {
        height:900px;
        min-height:900px;
    }*/
    .izracun-holder {
        width:90%;
    }
    .izracun-link {
        width: 40%;
    }
}

@media screen and (max-width: 550px) {
    .pokojnina {
        height:995px;
    }
    .landing .pasica-holder {
        bottom:10px !important;
        height:330px;
        top:initial;
    }
    /*.fullwidthbanner {
        height:800px;
        min-height:800px;
    }*/
    .izracun-bg-m {
        display:block;
    }
    .izracun-bg-d {
        display:none;
    }
    .izracun-holder {
        width:90%;
    }
    .izracun-link {
        width: 40%;
    }
}

@media (min-width: 450px) and (max-width: 500px) {
    .pokojnina {
        height:920px;
    }

}

@media (min-width: 400px) and (max-width: 450px) {
    .pokojnina {
        height:870px;
    }

}

@media screen and (max-width: 400px) {
    .pokojnina {
        height:820px;
    }

}

/******************************

    PASICA ZNIŽAJ DOHODNINO

*******************************/
.section-masthead {
    width: 100%;
    height: 600px;
    background-image: url(http://www.skupna.si/Files/img/1623.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.section-masthead h1, .section-masthead .h3 {
    color: #fff !important;
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
.h1, h1 {
    font-size: 58px;
    line-height: 1;
}
}

@media screen and (min-width: 1200px) {
.h3, h3 {
    font-size: 22px;
    line-height: 1.25;
}
}

.masthead-text {
    margin-top: 100px;
}

.masthead-text {
    width: 520px;
    text-align: left;
    float: right;
    margin-right: 55px;
    margin-top: 140px;
}

.section-masthead .primary {
    color: #fff !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.75;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn--brand-primary {
    background-color: #ed1c24;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
}

.btn {
    text-transform: uppercase;
    padding: 10px 28px;
    letter-spacing: 0.3px;
    max-width: 100%;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn--brand-primary:hover {
    color: #fff;
}

.modal.fade {
  top: 0px !important;
}

.hamburger-v2 {
    margin-top: 17px !important;
}

.fa-search {
    line-height: 0.7 !important;
}

.glyphicon-pencil {
  display:none;
}

.archive-results {
    background-color: #e7e7e7;
    margin-bottom: 18px;
    padding: 22px 30px;
	margin-top:40px;
}

.form-control:focus {
    border-color: #2b3b93;
    box-shadow: 0px 1px 1px rgba(43,59,147, 0.075) inset, 0px 0px 8px rgba(43,59,147, 0.6);
}

.input-validation-error {
    border:1px solid #ed1c24;
}

.validation-summary-errors {
    width: 100%;
    /* border: 1px solid #80c342; */
    border: 1px solid #de1c22;
    /* background: rgba(138,195,97, 0.9); */
    background: rgba(222, 28, 34, 0.7);
    border-radius: 0px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
	padding:10px 10px 10px 10px;
}

.validation-summary-errors:before {
    content: url(/assets/default/library/images/icon_warning.svg);
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}

.validation-no-icon .validation-summary-errors:before {
    content: "";
	display:none;
}

.validation-no-icon .validation-summary-errors ul {
    padding:0px !important;
	margin-bottom:0px !important;
}

.validation-no-icon .validation-summary-errors ul li:before {
    content: url(/assets/default/library/images/icon_warning.svg);
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}