/**
 * Modules css rewrite
*/

#slider-side-layout .slider-switchers {
    border-radius: 0;
    background: #eaeaea;
    height: auto;
}

#slider-side-layout .slider-switchers > button.slider-type-switcher {
    display: block;
    float: none;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #999;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
}

#slider-side-layout .slider-switchers > button.slider-type-switcher:last-of-type {
    border: 0;
}

#slider-side-layout .slider-switchers > button.slider-type-switcher.slider-active {
    color: #e74c3c;
    border-bottom: 2px solid #e74c3c;
    position: relative;
}

#slider-side-layout .slider-switchers > button.slider-type-switcher.slider-active:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #e74c3c;
    content: "\e013";
    font-family: 'Glyphicons Halflings';
}

#slider-side-layout form {
    margin: 0;
}

#slider-side-layout .slider-form-block {
    background: #eaeaea;
    color: #333;
    border-radius: 0;
    padding: 0 10px 10px 10px;
}

#slider-side-layout .slider-gpl-container {
    background: #555;
    color: #efefef;
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 3px 3px;
    padding-right: 0;
}

#slider-side-layout .slider-gpl-container .slider-gpl-block {
    padding: 0;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #444;
    width: 33.333%;
}

#slider-side-layout .slider-gpl-container .slider-gpl-block:first-child {
    border: 0;
}

#slider-side-layout .slider-gpl-container .slider-gpl-block:nth-child(3) {
    background: #e74c3c;
    padding-right: 15px;
    border-radius: 0 0 3px 0;
}

#slider-side-layout .slider-gpl-container .slider-gpl-block > span {
    border-radius: 0;
    border: 0;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
}

#slider-side-layout .slider-gpl-container .slider-gpl-block > span:nth-child(2) {
    font-weight: bold;
    text-align: right;
}

#slider-side-layout a[data-value-id] {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
    text-align: center;
    color: #999;
}

#slider-side-layout .slider-line {
    border-radius: 3px;
    height: 10px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 10px 0;
}

#slider-side-layout .slider-line .slider-line-bg {
    display: none;
}

#slider-side-layout .slider-main-row {
    height: auto;
}

#slider-side-layout .slider-side-block {
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
}

#slider-side-layout a[data-slider-action] {
    margin: 5px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: #999;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

#slider-side-layout a[data-slider-action] i {
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    top: 0;
}

#slider-side-layout a[data-slider-action]:after,
#slider-side-layout a[data-slider-action]:before {
    display: none;
}

#slider-side-layout .slider-middle-block {
    padding: 0 10px;
    height: 30px;
}

#slider-side-layout .slider-line > .slider-cursor {
    height: 20px;
    line-height: 20px;
    border: 0;
    border-radius: 3px;
    background: #e74c3c;
    top: -6px;
}

#slider-side-layout .wic-slider {
    height: auto;
    margin-bottom: 0;
}

#slider-side-layout .slider-meta {
    width: 200px;
    max-width: 100%;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #ccc;
    float: none;
    clear: both;
    margin: 0 auto;
}

#slider-side-layout .slider-input {
    text-align: right;
}

#slider-side-layout .slider-meta > div {
    float: none;
    display: inline-block;
    line-height: 20px;
    padding: 0;
    margin: 0;
    height: 20px;
    font-size: 12px;
    width: auto;
    text-align: left;
}

#slider-side-layout .slider-meta > .slider-value-block {
    width: 60px;
    top: -1px;
    /*float: left;*/
}

#slider-side-layout .slider-value-block > input {
    padding: 0;
    line-height: 16px;
    font-weight: bold;
}

#slider-side-layout .sliderComment {
    position: relative;
    left: 0;
    top: 0;
}

#slider-side-layout .slider-form-buttons button {
    border-radius: 3px;
    display: inline-block;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: #555;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

#slider-side-layout .slider-form-buttons button:hover {
    background: #e74c3c;
}

#slider-side-layout .slider-form-buttons #compare-top {
    background: #e74c3c;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    float: right;
}

#slider-side-layout .slider-form-buttons #compare-top:hover {
    background: #e04030;
}

#slider-side-layout .wic-slider[data-name="term"] {
    margin-top: -20px;
}

#slider-side-layout .wic-slider[data-name="sum"] .slider-meta {
    position: relative;
    padding-right: 150px;
    top: 0;
    border-radius: 4px 0 0 4px;
}

/*

#slider-side-layout .wic-slider[data-name="term"] .slider-meta {
    left: 50%;
    position: relative;
    margin-left: 0;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    margin-bottom: 10px;
}*/

#slider-side-layout .wic-slider .slider-meta {
    border: 0;
    background: 0;
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0;
    padding-right: 30px;
}

#side-mobile-slider {
    padding: 20px;
    background: #eaeaea;
}

#side-mobile-slider .input-group-addon {
    color: #fff;
    background: #e74c3c;
    border-color: #e04030;
}

#side-mobile-slider select.form-control {
    border-color: #e04030;
    color: #e74c3c;
    font-weight: bold;
}

#side-mobile-slider select.form-control option {
    color: #333;
    font-weight: normal;
}

#side-mobile-slider #compare-top {
    margin: 0 auto !important;
    float: none !important;
    display: block;
}

form.mobile-slider {
    display: none !important;
}

form.mobile-slider.slider-active {
    display: block !important;
}

@media screen and (min-width: 801px) {
    form.mobile-slider {
        display: none !important;
    }

    form.mobile-slider.slider-active {
        display: none !important;
    }
}

/**
 * Table style rewrite
*/

.btn-accept-loan {
    background: #e74c3c;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
}

.btn-accept-loan:hover {
    background: #e04030;
}

/**
 * Rewrite widget styles
 */

.top-loaner-row:last-child {
    border: 0;
}

.top-loaner-row .loaner-img {
    line-height: 50px;
}

.top-loaner-row .loaner-img img {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    margin-top: 8px;
}

#site-sidebar .top-loaner-row .loaner-btn > button {
    background: #555;
    font-size: 14px;
    line-height: 49px;
}

#site-sidebar .top-loaner-row .loaner-btn > button:hover {
    background: #e74c3c;
}

/**
 * Template styles
*/
.row.aside {
    margin-left: 0;
}

#site-sidebar .panel-body,
#site-sidebar .panel-heading {
    padding: 8px;
}

#site-sidebar h2 {
    font-size: 24px;
    margin: 0;
}

.header-nav {
    overflow: hidden;
}

.c404 {
    font-weight: bold;
    font-size: 10em;
}

.p404 {
    font-size: 1.5em;
    background: #ddd;
}

.post-list h2 {
    font-size: 1.4em;
    margin: 0;
    padding: 0;
}

.post-list h2 i {
    position: relative;
    top: 5px;
    margin-right: 6px;
}

.post-list .post-heading {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.post-list .post-heading:last-child {
    border: 0;
}

a {
    cursor: pointer;
}

/** Soft Slider */

.ui-widget-content {
    border: 0px;
}

.drosiba-info {
    text-align: center;
    color: #929292;
    font-size: 15px;
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-widget-content {
    background-color: #666;
}

.ui-slider .ui-slider-range {
    background-color: #e74c3c;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #e74c3c;
    border-color: #e74c3c;
    top: -0.6em;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.ui-slider .ui-slider-handle {
    width: 3.5em;
    height: 1.5em;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.soft-slider {
    margin: 20px 0 40px 0;
}

.soft-comment {
    font-size: 22px;
    margin-top: 20px;
}

.soft-accept {
    margin-top: 20px;
    background: #e74c3c;
    border-radius: 10px;
    border: 0;
    text-transform: uppercase;
}

.soft-accept:hover {
    background: #333;
}

.price-box {
    padding: 10px;
    background: #333;
    color: #ddd;
    font-size: 28px;
    border-radius: 10px 0 0 10px;
    margin-right: -16px;
    line-height: 36px;
    vertical-align: middle;
}

.price-box .price {
    font-weight: bold;
    font-size: 30px;
}

.price-box .term-name {
    font-size: 20px;
}

#soft-slider-switchers li {
    vertical-align: top;
    background: rgba(51, 51, 51, .8);
    /* height: auto; */
	height: 88px;
    padding: 10px 0;
}

#soft-slider-switchers li a {
    line-height: inherit;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 0;
    color: #ddd;
    padding: 0 10px;
}

#soft-slider-switchers li:hover {
    border-color: rgba(51, 51, 51, .8);
    background: rgba(68, 68, 68, .8);
}

#soft-slider-switchers li a:hover {
    border-color: transparent;
}

#soft-slider-switchers li.active {
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(68, 68, 68, .8);
    border-bottom: 0;
}

#soft-slider-switchers li.active a {
    border: 0;
    color: #333;
}

#soft-slider-switchers li.active a:hover {
    border-color: rgba(68, 68, 68, .8);
}

#soft-slider-switchers li.active:first-child a,
#soft-slider-switchers li.active:last-child a {
    border-color: rgba(68, 68, 68, .8);
}

#soft-slider-forms {
    padding-bottom: 15px;
    border: 1px solid rgba(68, 68, 68, .8);
    border-top: 0;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
}

.soft-math {
    margin-top: 16px;
    display: inline-block;
    height: 14px;
    width: 14px;
    font-size: 8px;
    border-radius: 7px;
    background: #e74c3c;
    color: #eee;
}

#soft-slider {
    box-shadow: rgba(0, 0, 0, 0.4) 0 4px 10px 0;
}

.soft-math i {
    line-height: 12px;
}

@media screen and (max-width: 967px) {
    .row.aside {
        margin-right: 0;
        margin-left: 0;
    }

    #slider-side-layout .slider-switchers > button.slider-type-switcher.slider-active:after {
        right: 10px;
    }

    .container h2 {
        padding: 0 15px;
    }
}

#site-head-sidebar h2 {
    margin: 0;
    font-size: 18px;
}

#site-head-sidebar .col-md-4 .panel {
    border: 0;
}

.copyrights {
    background: #333;
    color: #ddd;
    padding: 15px;
}

.panel .panel-heading:last-child {
    border: 0;
    background: #fff;
    padding: 0;
}

.panel .panel-heading:last-child .apply-to-loan-button-side,
.panel .panel-heading:last-child .calc-widget {
    margin: 0;
}

#site-head-sidebar .top-loaner-row .loaner-btn > button {
    background: #efefef;
    color: #666;
}

#site-head-sidebar .top-loaner-row .loaner-btn > button:hover {
    background: #dfdfdf;
}

.header-nav .navbar {
    margin-bottom: 0;
}

body > header {
    padding: 30px 0;
    background-image: url('../images/kredits-atrais.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand {
    padding: 0;
	margin-right: 20px;
}

.navbar-brand img {
    height: 100%;
}

.navbar-default {
    background: #8fc400;
    border-color: #5f8200;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #5f8200;
    color: #fff;
}

.price-box {
    background: #5f8200;
    color: #333;
}

.soft-accept,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #8fc400;
    border-color: #5f8200;
}

.btn-accept-loan,
.btn-accept-loan:active,
.btn-accept-loan:focus,
.soft-math,
.ui-slider .ui-slider-range {
    background: #8fc400;
}

.soft-slider.ui-slider .ui-slider-handle {
    top: -8px;
}

.header-nav {
    overflow: inherit;
}

.menu-item.wpml-ls-item {
    float: right;
}

.dropdown-menu {
    min-width: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}

.dropdown-menu li.menu-item.wpml-ls-item {
    float: none;
    padding: 15px 0;
    box-sizing: border-box;
}

#compareLoanersButton {
    color: #8fc400 !important;
}

#compareLoanersButton > span {
    background: #8fc400 !important;
    color: #fff !important;
}

#compareLoanersButton.act {
    background: #8fc400 !important;
    color: #fff !important;
}

#compareLoanersButton .glyphicon {
    line-height: inherit;
}

.sidebar-slider {
    padding: 0;
}

.slider-switchers {
    border-radius: 0;
}

.sidebar-slider .slider-switchers > button.slider-type-switcher.slider-active {
    color: #8fc400;
    border-color: #8fc400;
}

.slider-gpl-container {
    display: none;
}

.sidebar-slider a[data-slider-action] {
    text-decoration: none;
    background: #8fc400;
    border-radius: 0;
}

.sidebar-slider .slider-line > .slider-cursor {
    background: #8fc400;
    border-radius: 0;
}

.slider-line > .slider-line-bg {
    border-radius: 0;
}

.sidebar-slider .slider-value-block {
    vertical-align: middle;
}

.sidebar-slider input.slider-form-submit {
   /* display: none; */
}

.sidebar-slider #customPriceSelect {
    display: none;
}

.slider-form-submit.compare-top {
    background: #8fc400;
}

#soft-slider-switchers {
    background: transparent;
}

#soft-slider-switchers li:hover,
#soft-slider-switchers li.active,
#soft-slider-switchers li.pse-active,
#soft-slider-switchers li.active.pse-active {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #333;
}

#soft-slider-switchers li,
#soft-slider-switchers li.active.pse-disabled,
#soft-slider-switchers li.pse-disabled {
    background: rgba(95,130,0, 0.9) !important;
    border: 0;
}

@media (max-width: 768px) {
    #soft-slider-switchers a div {
        display: none;
    }

    #soft-slider-switchers a {
        text-align: left;
    }

    #soft-slider-switchers a img {
        margin-right: 6px;
    }

    #soft-slider-switchers li.pse-disabled,
    #soft-slider-switchers li.pse-disabled a,
    #soft-slider-switchers li {
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        padding: 0;
    }
    body > header {
    	padding: 0px;
    }
    #soft-header-slider-mobile-select-container {
    	color: #ffffff;
    }
}

@media (max-width: 354px) {
    .col-xs-10 {
        width: 78% !important;
    }
}

/* flags */
#flags-row {
    background: #5e5e5e;
    color: #eee;
    line-height: 60px;
}

#flags-row .flag {
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

#flags-row .flag a {
    display: inline-block;
    height: inherit;
}

#flags-row .flag img {
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    #flags-row .row .col-xs-12 {
        text-align: center;
    }

    #flags-row .flag {
        float: none;
        display: inline-block;
    }
}

.soft-slider.ui-slider .ui-slider-handle { margin-left: -30px !important; }

@media screen and (max-width: 992px) and (min-width: 768px) {
	.container {
		width: 100% !important;
	}
	#soft-slider-switchers li a {
		font-size: 12px;
	}
	#soft-slider-switchers li a {
		padding: 0 4px 0 4px !important;
	}
}
