section {
    margin-bottom: 15px
}
.img {
    vertical-align: middle !important;
}

.stick {
    position:fixed !important;
    top:0px;
}

p.benefit {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    padding-bottom: 5px;
}

table tr.mobile-view td p {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    line-height: 17px;
}


table tr.entry td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    color: #f6912a;
    font-size: 20px;
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 700;
}

table tr.entry td a {
    display: block;
    font-size: 16px;
    background: #71c23b;
    width: auto;
    padding: 10px 0px;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5% 0 5%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

table tr.entry td.apr  {
	vertical-align: middle;
}
table tr.entry td.total  {
	vertical-align: middle;
}
table tr.entry td.payment  {
	vertical-align: middle;
}

table tr.entry td a.more {
    display: block;
    font-size: 16px;
    background: none;
    color: #444;
    text-align: left;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
    padding-top: 10px;
}

span.small {
    display: block;
        line-height: 19px;
    font-size: 15px;
    font-weight: 300;
    padding-top: 5px;
    text-align: center;
}

span.month {
	display: block;
    line-height: 19px;
    font-size: 15px;
    font-weight: 300;
    padding-top: 5px;
    text-align: center;
    color: #444;
}

span.feat {
    line-height: 19px;
    font-size: 15px;
    font-weight: 300;
    padding-top: 5px;
    text-align: center;
    color: #444;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 5px solid #f7941e!important;
    font-size: 25px;
    color: #f7941e!important;
    border-radius: 50%!important;
    cursor: pointer
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 4px 5px 5px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px!important
}

.ui-widget-header {
    border: 1px solid #fff!important;
    background: #5c558b!important;
    color: #222;
    font-weight: 700
}

.ui-widget-content {
    border: 1px solid #fff!important;
    background: #fff!important;
    color: #222!important
}

.no-margin {
    margin: 0!important
}

#LoadingImage,
.center-block {
    margin-left: auto;
    margin-right: auto
}

.span3 {
    width: 25%
}

#slide,
#slide div,
#slider,
#slider div,
#slider-year,
#slider-year div {
    width: 100%;
    padding: 0
}

.choice {
    background: #ceebfb;
    margin-bottom: 30px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

#LoadingImage {
    position: absolute;
    padding-top:30px;
    padding-bottom:30px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    opacity: 0.3;
}

.load_more,
.load_more_ajax {
    width: 100%;
    margin-top: 15px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 0;
    background: #f7941e
}

.center-block {
    display: block
}

.load_more {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px
}

.load_more_ajax {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

div.filter div p.money #bar,
div.filter div p.money #borrow,
div.filter div p.money #yeartotal {
    border: 0 solid #fff;
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    overflow: hidden
}

div.filter div p.money #bar,
div.filter div p.money #borrow {
    width: 65%
}

div.filter div p.money #yeartotal {
    width: 20%
}

@media screen and (max-width:767px) and (min-width:500px) {
    #slide,
    #slider,
    #slider-year {
        margin-top: 20px
    }
}

@media screen and (max-width:499px) and (min-width:250px) {
    #slide,
    #slider,
    #slider-year {
        margin-top: 20px
    }

    p.title strong {
    color: #f69029;
    padding-bottom: 0px;
    font-size: 24px;
    }
    p.title {
        padding-bottom: 0px !important;
    }
}