/*
 * wp reset
 */

.entry-content #vrp a, .entry-summary #vrp a, .page-content #vrp a  {
    border:none !important;
    box-shadow: none;
}

/**********************************
 BOOTSTRAP GRID & TYPOGRPAHY RESET
 **********************************
*/

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=342a3b2f8d9eccbe7902)
 * Config saved to config.json and https://gist.github.com/342a3b2f8d9eccbe7902
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
#vrp .hide { display:none; }
#vrp .show { display:block; }
#vrp article,
#vrp aside,
#vrp details,
#vrp figcaption,
#vrp figure,
#vrp footer,
#vrp header,
#vrp hgroup,
#vrp main,
#vrp menu,
#vrp nav,
#vrp section,
#vrp summary {
    display: block;
}
#vrp audio,
#vrp canvas,
#vrp progress,
#vrp video {
    display: inline-block;
    vertical-align: baseline;
}
#vrp audio:not([controls]) {
    display: none;
    height: 0;
}
#vrp [hidden],
#vrp template {
    display: none;
}
#vrp a {
    background-color: transparent;
}
#vrp a:active,
#vrp a:hover {
    outline: 0;
}
#vrp abbr[title] {
    border-bottom: 1px dotted;
}
#vrp b,
#vrp strong {
    font-weight: bold;
}
#vrp dfn {
    font-style: italic;
}
#vrp h1 {
    margin: 0 0 0.67em;
}
#vrp mark {
    background: #ff0;
    color: #000;
}
#vrp small {
    font-size: 80%;
}
#vrp sub,
#vrp sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
#vrp sup {
    top: -0.5em;
}
#vrp #vrpresults sup {
    font-weight: 600;
}
#vrp sub {
    bottom: -0.25em;
}
#vrp img {
    border: 0;
}
#vrp svg:not(:root) {
    overflow: hidden;
}
#vrp figure {
    margin: 1em 40px;
}
#vrp hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
#vrp pre {
    overflow: auto;
}
#vrp code,
#vrp kbd,
#vrp pre,
#vrp samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
#vrp button,
#vrp input,
#vrp optgroup,
#vrp select,
#vrp textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#vrp button {
    overflow: visible;
}
#vrp button,
#vrp select {
    text-transform: none;
}
#vrp button,
#vrp input[type="button"],
#vrp input[type="reset"],
#vrp input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
#vrp button[disabled],
#vrp input[disabled] {
    cursor: default;
}
#vrp button::-moz-focus-inner,
#vrp input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#vrp input {
    line-height: normal;
}
#vrp input[type="checkbox"],
#vrp input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#vrp input[type="number"]::-webkit-inner-spin-button,
#vrp input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
#vrp input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#vrp input[type="search"]::-webkit-search-cancel-button,
#vrp input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
#vrp fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
#vrp legend {
    border: 0;
    padding: 0;
}
#vrp textarea {
    overflow: auto;
}
#vrp optgroup {
    font-weight: bold;
}
#vrp table {
    border-collapse: collapse;
    border-spacing: 0;
}
#vrp td,
#vrp th {
    padding: 0;
}
#vrp input,
#vrp button,
#vrp select,
#vrp textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#vrp a {
    color: #de6d1d;
    text-decoration: none;
}
#vrp a:hover,
#vrp a:focus {
    color: #BE5D19;
}
#vrp a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#vrp figure {
    margin: 0;
}
#vrp img {
    vertical-align: middle;
}
#vrp .vrp-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#vrp .vrp-img-rounded {
    border-radius: 6px;
}
#vrp .vrp-img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
#vrp .vrp-img-circle {
    border-radius: 50%;
}
#vrp hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
#vrp .vrp-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    #vrp .vrp-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #vrp .vrp-container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #vrp .vrp-container {
        width: 1170px;
    }
}
#vrp .vrp-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#vrp .vrp-row {
    margin-left: -15px;
    margin-right: -15px;
	position: relative;
}
#vrp .vrp-col-xs-1, #vrp .vrp-col-sm-1, #vrp .vrp-col-md-1, #vrp .vrp-col-lg-1, #vrp .vrp-col-xs-2, #vrp .vrp-col-sm-2, #vrp .vrp-col-md-2, #vrp .vrp-col-lg-2, #vrp .vrp-col-xs-3, #vrp .vrp-col-sm-3, #vrp .vrp-col-md-3, #vrp .vrp-col-lg-3, #vrp .vrp-col-xs-4, #vrp .vrp-col-sm-4, #vrp .vrp-col-md-4, #vrp .vrp-col-lg-4, #vrp .vrp-col-xs-5, #vrp .vrp-col-sm-5, #vrp .vrp-col-md-5, #vrp .vrp-col-lg-5, #vrp .vrp-col-xs-6, #vrp .vrp-col-sm-6, #vrp .vrp-col-md-6, #vrp .vrp-col-lg-6, #vrp .vrp-col-xs-7, #vrp .vrp-col-sm-7, #vrp .vrp-col-md-7, #vrp .vrp-col-lg-7, #vrp .vrp-col-xs-8, #vrp .vrp-col-sm-8, #vrp .vrp-col-md-8, #vrp .vrp-col-lg-8, #vrp .vrp-col-xs-9, #vrp .vrp-col-sm-9, #vrp .vrp-col-md-9, #vrp .vrp-col-lg-9, #vrp .vrp-col-xs-10, #vrp .vrp-col-sm-10, #vrp .vrp-col-md-10, #vrp .vrp-col-lg-10, #vrp .vrp-col-xs-11, #vrp .vrp-col-sm-11, #vrp .vrp-col-md-11, #vrp .vrp-col-lg-11, #vrp .vrp-col-xs-12, #vrp .vrp-col-sm-12, #vrp .vrp-col-md-12, #vrp .vrp-col-lg-12 {
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
#vrp .vrp-col-xs-1, #vrp .vrp-col-xs-2, #vrp .vrp-col-xs-3, #vrp .vrp-col-xs-4, #vrp .vrp-col-xs-5, #vrp .vrp-col-xs-6, #vrp .vrp-col-xs-7, #vrp .vrp-col-xs-8, #vrp .vrp-col-xs-9, #vrp .vrp-col-xs-10, #vrp .vrp-col-xs-11, #vrp .vrp-col-xs-12 {
    float: left;
}
#vrp .vrp-col-xs-12 {
    width: 100%;
}
#vrp .vrp-col-xs-11 {
    width: 91.66666667%;
}
#vrp .vrp-col-xs-10 {
    width: 83.33333333%;
}
#vrp .vrp-col-xs-9 {
    width: 75%;
}
#vrp .vrp-col-xs-8 {
    width: 66.66666667%;
}
#vrp .vrp-col-xs-7 {
    width: 58.33333333%;
}
#vrp .vrp-col-xs-6 {
    width: 50%;
}
#vrp .vrp-col-xs-5 {
    width: 41.66666667%;
}
#vrp .vrp-col-xs-4 {
    width: 33.33333333%;
}
#vrp .vrp-col-xs-3 {
    width: 25%;
}
#vrp .vrp-col-xs-2 {
    width: 16.66666667%;
}
#vrp .vrp-col-xs-1 {
    width: 8.33333333%;
}
#vrp .vrp-col-xs-pull-12 {
    right: 100%;
}
#vrp .vrp-col-xs-pull-11 {
    right: 91.66666667%;
}
#vrp .vrp-col-xs-pull-10 {
    right: 83.33333333%;
}
#vrp .vrp-col-xs-pull-9 {
    right: 75%;
}
#vrp .vrp-col-xs-pull-8 {
    right: 66.66666667%;
}
#vrp .vrp-col-xs-pull-7 {
    right: 58.33333333%;
}
#vrp .vrp-col-xs-pull-6 {
    right: 50%;
}
#vrp .vrp-col-xs-pull-5 {
    right: 41.66666667%;
}
#vrp .vrp-col-xs-pull-4 {
    right: 33.33333333%;
}
#vrp .vrp-col-xs-pull-3 {
    right: 25%;
}
#vrp .vrp-col-xs-pull-2 {
    right: 16.66666667%;
}
#vrp .vrp-col-xs-pull-1 {
    right: 8.33333333%;
}
#vrp .vrp-col-xs-pull-0 {
    right: auto;
}
#vrp .vrp-col-xs-push-12 {
    left: 100%;
}
#vrp .vrp-col-xs-push-11 {
    left: 91.66666667%;
}
#vrp .vrp-col-xs-push-10 {
    left: 83.33333333%;
}
#vrp .vrp-col-xs-push-9 {
    left: 75%;
}
#vrp .vrp-col-xs-push-8 {
    left: 66.66666667%;
}
#vrp .vrp-col-xs-push-7 {
    left: 58.33333333%;
}
#vrp .vrp-col-xs-push-6 {
    left: 50%;
}
#vrp .vrp-col-xs-push-5 {
    left: 41.66666667%;
}
#vrp .vrp-col-xs-push-4 {
    left: 33.33333333%;
}
#vrp .vrp-col-xs-push-3 {
    left: 25%;
}
#vrp .vrp-col-xs-push-2 {
    left: 16.66666667%;
}
#vrp .vrp-col-xs-push-1 {
    left: 8.33333333%;
}
#vrp .vrp-col-xs-push-0 {
    left: auto;
}
#vrp .vrp-col-xs-offset-12 {
    margin-left: 100%;
}
#vrp .vrp-col-xs-offset-11 {
    margin-left: 91.66666667%;
}
#vrp .vrp-col-xs-offset-10 {
    margin-left: 83.33333333%;
}
#vrp .vrp-col-xs-offset-9 {
    margin-left: 75%;
}
#vrp .vrp-col-xs-offset-8 {
    margin-left: 66.66666667%;
}
#vrp .vrp-col-xs-offset-7 {
    margin-left: 58.33333333%;
}
#vrp .vrp-col-xs-offset-6 {
    margin-left: 50%;
}
#vrp .vrp-col-xs-offset-5 {
    margin-left: 41.66666667%;
}
#vrp .vrp-col-xs-offset-4 {
    margin-left: 33.33333333%;
}
#vrp .vrp-col-xs-offset-3 {
    margin-left: 25%;
}
#vrp .vrp-col-xs-offset-2 {
    margin-left: 16.66666667%;
}
#vrp .vrp-col-xs-offset-1 {
    margin-left: 8.33333333%;
}
#vrp .vrp-col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    #vrp .vrp-col-sm-1, #vrp .vrp-col-sm-2, #vrp .vrp-col-sm-3, #vrp .vrp-col-sm-4, #vrp .vrp-col-sm-5, #vrp .vrp-col-sm-6, #vrp .vrp-col-sm-7, #vrp .vrp-col-sm-8, #vrp .vrp-col-sm-9, #vrp .vrp-col-sm-10, #vrp .vrp-col-sm-11, #vrp .vrp-col-sm-12 {
        float: left;
    }
    #vrp .vrp-col-sm-12 {
        width: 100%;
    }
    #vrp .vrp-col-sm-11 {
        width: 91.66666667%;
    }
    #vrp .vrp-col-sm-10 {
        width: 83.33333333%;
    }
    #vrp .vrp-col-sm-9 {
        width: 75%;
    }
    #vrp .vrp-col-sm-8 {
        width: 66.66666667%;
    }
    #vrp .vrp-col-sm-7 {
        width: 58.33333333%;
    }
    #vrp .vrp-col-sm-6 {
        width: 50%;
    }
    #vrp .vrp-col-sm-5 {
        width: 41.66666667%;
    }
    #vrp .vrp-col-sm-4 {
        width: 33.33333333%;
    }
    #vrp .vrp-col-sm-3 {
        width: 25%;
    }
    #vrp .vrp-col-sm-2 {
        width: 16.66666667%;
    }
    #vrp .vrp-col-sm-1 {
        width: 8.33333333%;
    }
    #vrp .vrp-col-sm-pull-12 {
        right: 100%;
    }
    #vrp .vrp-col-sm-pull-11 {
        right: 91.66666667%;
    }
    #vrp .vrp-col-sm-pull-10 {
        right: 83.33333333%;
    }
    #vrp .vrp-col-sm-pull-9 {
        right: 75%;
    }
    #vrp .vrp-col-sm-pull-8 {
        right: 66.66666667%;
    }
    #vrp .vrp-col-sm-pull-7 {
        right: 58.33333333%;
    }
    #vrp .vrp-col-sm-pull-6 {
        right: 50%;
    }
    #vrp .vrp-col-sm-pull-5 {
        right: 41.66666667%;
    }
    #vrp .vrp-col-sm-pull-4 {
        right: 33.33333333%;
    }
    #vrp .vrp-col-sm-pull-3 {
        right: 25%;
    }
    #vrp .vrp-col-sm-pull-2 {
        right: 16.66666667%;
    }
    #vrp .vrp-col-sm-pull-1 {
        right: 8.33333333%;
    }
    #vrp .vrp-col-sm-pull-0 {
        right: auto;
    }
    #vrp .vrp-col-sm-push-12 {
        left: 100%;
    }
    #vrp .vrp-col-sm-push-11 {
        left: 91.66666667%;
    }
    #vrp .vrp-col-sm-push-10 {
        left: 83.33333333%;
    }
    #vrp .vrp-col-sm-push-9 {
        left: 75%;
    }
    #vrp .vrp-col-sm-push-8 {
        left: 66.66666667%;
    }
    #vrp .vrp-col-sm-push-7 {
        left: 58.33333333%;
    }
    #vrp .vrp-col-sm-push-6 {
        left: 50%;
    }
    #vrp .vrp-col-sm-push-5 {
        left: 41.66666667%;
    }
    #vrp .vrp-col-sm-push-4 {
        left: 33.33333333%;
    }
    #vrp .vrp-col-sm-push-3 {
        left: 25%;
    }
    #vrp .vrp-col-sm-push-2 {
        left: 16.66666667%;
    }
    #vrp .vrp-col-sm-push-1 {
        left: 8.33333333%;
    }
    #vrp .vrp-col-sm-push-0 {
        left: auto;
    }
    #vrp .vrp-col-sm-offset-12 {
        margin-left: 100%;
    }
    #vrp .vrp-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    #vrp .vrp-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    #vrp .vrp-col-sm-offset-9 {
        margin-left: 75%;
    }
    #vrp .vrp-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    #vrp .vrp-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    #vrp .vrp-col-sm-offset-6 {
        margin-left: 50%;
    }
    #vrp .vrp-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    #vrp .vrp-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    #vrp .vrp-col-sm-offset-3 {
        margin-left: 25%;
    }
    #vrp .vrp-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    #vrp .vrp-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    #vrp .vrp-col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    #vrp .vrp-col-md-1, #vrp .vrp-col-md-2, #vrp .vrp-col-md-3, #vrp .vrp-col-md-4, #vrp .vrp-col-md-5, #vrp .vrp-col-md-6, #vrp .vrp-col-md-7, #vrp .vrp-col-md-8, #vrp .vrp-col-md-9, #vrp .vrp-col-md-10, #vrp .vrp-col-md-11, #vrp .vrp-col-md-12 {
        float: left;
    }
    #vrp .vrp-col-md-12 {
        width: 100%;
    }
    #vrp .vrp-col-md-11 {
        width: 91.66666667%;
    }
    #vrp .vrp-col-md-10 {
        width: 83.33333333%;
    }
    #vrp .vrp-col-md-9 {
        width: 75%;
    }
    #vrp .vrp-col-md-8 {
        width: 66.66666667%;
    }
    #vrp .vrp-col-md-7 {
        width: 58.33333333%;
    }
    #vrp .vrp-col-md-6 {
        width: 50%;
    }
    #vrp .vrp-col-md-5 {
        width: 41.66666667%;
    }
    #vrp .vrp-col-md-4 {
        width: 33.33333333%;
    }
    #vrp .vrp-col-md-3 {
        width: 25%;
    }
    #vrp .vrp-col-md-2 {
        width: 16.66666667%;
    }
    #vrp .vrp-col-md-1 {
        width: 8.33333333%;
    }
    #vrp .vrp-col-md-pull-12 {
        right: 100%;
    }
    #vrp .vrp-col-md-pull-11 {
        right: 91.66666667%;
    }
    #vrp .vrp-col-md-pull-10 {
        right: 83.33333333%;
    }
    #vrp .vrp-col-md-pull-9 {
        right: 75%;
    }
    #vrp .vrp-col-md-pull-8 {
        right: 66.66666667%;
    }
    #vrp .vrp-col-md-pull-7 {
        right: 58.33333333%;
    }
    #vrp .vrp-col-md-pull-6 {
        right: 50%;
    }
    #vrp .vrp-col-md-pull-5 {
        right: 41.66666667%;
    }
    #vrp .vrp-col-md-pull-4 {
        right: 33.33333333%;
    }
    #vrp .vrp-col-md-pull-3 {
        right: 25%;
    }
    #vrp .vrp-col-md-pull-2 {
        right: 16.66666667%;
    }
    #vrp .vrp-col-md-pull-1 {
        right: 8.33333333%;
    }
    #vrp .vrp-col-md-pull-0 {
        right: auto;
    }
    #vrp .vrp-col-md-push-12 {
        left: 100%;
    }
    #vrp .vrp-col-md-push-11 {
        left: 91.66666667%;
    }
    #vrp .vrp-col-md-push-10 {
        left: 83.33333333%;
    }
    #vrp .vrp-col-md-push-9 {
        left: 75%;
    }
    #vrp .vrp-col-md-push-8 {
        left: 66.66666667%;
    }
    #vrp .vrp-col-md-push-7 {
        left: 58.33333333%;
    }
    #vrp .vrp-col-md-push-6 {
        left: 50%;
    }
    #vrp .vrp-col-md-push-5 {
        left: 41.66666667%;
    }
    #vrp .vrp-col-md-push-4 {
        left: 33.33333333%;
    }
    #vrp .vrp-col-md-push-3 {
        left: 25%;
    }
    #vrp .vrp-col-md-push-2 {
        left: 16.66666667%;
    }
    #vrp .vrp-col-md-push-1 {
        left: 8.33333333%;
    }
    #vrp .vrp-col-md-push-0 {
        left: auto;
    }
    #vrp .vrp-col-md-offset-12 {
        margin-left: 100%;
    }
    #vrp .vrp-col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    #vrp .vrp-col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    #vrp .vrp-col-md-offset-9 {
        margin-left: 75%;
    }
    #vrp .vrp-col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    #vrp .vrp-col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    #vrp .vrp-col-md-offset-6 {
        margin-left: 50%;
    }
    #vrp .vrp-col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    #vrp .vrp-col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    #vrp .vrp-col-md-offset-3 {
        margin-left: 25%;
    }
    #vrp .vrp-col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    #vrp .vrp-col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    #vrp .vrp-col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    #vrp #vrp .vrp-col-lg-1, #vrp .vrp-col-lg-2, #vrp .vrp-col-lg-3, #vrp .vrp-col-lg-4, #vrp .vrp-col-lg-5, #vrp .vrp-col-lg-6, #vrp .vrp-col-lg-7, #vrp .vrp-col-lg-8, #vrp .vrp-col-lg-9, #vrp .vrp-col-lg-10, #vrp .vrp-col-lg-11, #vrp .vrp-col-lg-12 {
        float: left;
    }
    #vrp .vrp-col-lg-12 {
        width: 100%;
    }
    #vrp .vrp-col-lg-11 {
        width: 91.66666667%;
    }
    #vrp .vrp-col-lg-10 {
        width: 83.33333333%;
    }
    #vrp .vrp-col-lg-9 {
        width: 75%;
    }
    #vrp .vrp-col-lg-8 {
        width: 66.66666667%;
    }
    #vrp .vrp-col-lg-7 {
        width: 58.33333333%;
    }
    #vrp .vrp-col-lg-6 {
        width: 50%;
    }
    #vrp .vrp-col-lg-5 {
        width: 41.66666667%;
    }
    #vrp .vrp-col-lg-4 {
        width: 33.33333333%;
    }
    #vrp .vrp-col-lg-3 {
        width: 25%;
    }
    #vrp .vrp-col-lg-2 {
        width: 16.66666667%;
    }
    #vrp .vrp-col-lg-1 {
        width: 8.33333333%;
    }
    #vrp .vrp-col-lg-pull-12 {
        right: 100%;
    }
    #vrp .vrp-col-lg-pull-11 {
        right: 91.66666667%;
    }
    #vrp .vrp-col-lg-pull-10 {
        right: 83.33333333%;
    }
    #vrp .vrp-col-lg-pull-9 {
        right: 75%;
    }
    #vrp .vrp-col-lg-pull-8 {
        right: 66.66666667%;
    }
    #vrp .vrp-col-lg-pull-7 {
        right: 58.33333333%;
    }
    #vrp .vrp-col-lg-pull-6 {
        right: 50%;
    }
    #vrp .vrp-col-lg-pull-5 {
        right: 41.66666667%;
    }
    #vrp .vrp-col-lg-pull-4 {
        right: 33.33333333%;
    }
    #vrp .vrp-col-lg-pull-3 {
        right: 25%;
    }
    #vrp .vrp-col-lg-pull-2 {
        right: 16.66666667%;
    }
    #vrp .vrp-col-lg-pull-1 {
        right: 8.33333333%;
    }
    #vrp .vrp-col-lg-pull-0 {
        right: auto;
    }
    #vrp .vrp-col-lg-push-12 {
        left: 100%;
    }
    #vrp .vrp-col-lg-push-11 {
        left: 91.66666667%;
    }
    #vrp .vrp-col-lg-push-10 {
        left: 83.33333333%;
    }
    #vrp .vrp-col-lg-push-9 {
        left: 75%;
    }
    #vrp .vrp-col-lg-push-8 {
        left: 66.66666667%;
    }
    #vrp .vrp-col-lg-push-7 {
        left: 58.33333333%;
    }
    #vrp .vrp-col-lg-push-6 {
        left: 50%;
    }
    #vrp .vrp-col-lg-push-5 {
        left: 41.66666667%;
    }
    #vrp .vrp-col-lg-push-4 {
        left: 33.33333333%;
    }
    #vrp .vrp-col-lg-push-3 {
        left: 25%;
    }
    #vrp .vrp-col-lg-push-2 {
        left: 16.66666667%;
    }
    #vrp .vrp-col-lg-push-1 {
        left: 8.33333333%;
    }
    #vrp .vrp-col-lg-push-0 {
        left: auto;
    }
    #vrp .vrp-col-lg-offset-12 {
        margin-left: 100%;
    }
    #vrp .vrp-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    #vrp .vrp-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    #vrp .vrp-col-lg-offset-9 {
        margin-left: 75%;
    }
    #vrp .vrp-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    #vrp .vrp-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    #vrp .vrp-col-lg-offset-6 {
        margin-left: 50%;
    }
    #vrp .vrp-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    #vrp .vrp-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    #vrp .vrp-col-lg-offset-3 {
        margin-left: 25%;
    }
    #vrp .vrp-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    #vrp .vrp-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    #vrp .vrp-col-lg-offset-0 {
        margin-left: 0%;
    }
}
#vrp .vrp-clearfix:before,
#vrp .vrp-clearfix:after,
#vrp .vrp-container:before,
#vrp .vrp-container:after,
#vrp .vrp-container-fluid:before,
#vrp .vrp-container-fluid:after,
#vrp .vrp-row:before,
#vrp .vrp-row:after {
    content: " ";
    display: table;
}
#vrp .vrp-clearfix:after,
#vrp .vrp-container:after,
#vrp .vrp-container-fluid:after,
#vrp .vrp-row:after {
    clear: both;
}
#vrp .vrp-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#vrp .vrp-pull-right {
    float: right !important;
}
#vrp .vrp-pull-left {
    float: left !important;
}
#vrp .vrp-hide {
    display: none !important;
}
#vrp .vrp-show {
    display: block !important;
}
#vrp .vrp-invisible {
    visibility: hidden;
}
#vrp .vrp-text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
#vrp .vrp-hidden {
    display: none !important;
}
#vrp .vrp-affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
#vrp .vrp-visible-xs,
#vrp .vrp-visible-sm,
#vrp .vrp-visible-md,
#vrp .vrp-visible-lg {
    display: none !important;
}
#vrp .vrp-visible-xs-block,
#vrp .vrp-visible-xs-inline,
#vrp .vrp-visible-xs-inline-block,
#vrp .vrp-visible-sm-block,
#vrp .vrp-visible-sm-inline,
#vrp .vrp-visible-sm-inline-block,
#vrp .vrp-visible-md-block,
#vrp .vrp-visible-md-inline,
#vrp .vrp-visible-md-inline-block,
#vrp .vrp-visible-lg-block,
#vrp .vrp-visible-lg-inline,
#vrp .vrp-visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    #vrp .vrp-visible-xs {
        display: block !important;
    }
    #vrp table.visible-xs {
        display: table;
    }
    #vrp tr.visible-xs {
        display: table-row !important;
    }
    #vrp th.visible-xs,
    #vrp td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    #vrp .vrp-visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    #vrp .vrp-visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    #vrp .vrp-visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #vrp .vrp-visible-sm {
        display: block !important;
    }
    #vrp table.visible-sm {
        display: table;
    }
    #vrp tr.visible-sm {
        display: table-row !important;
    }
    #vrp th.visible-sm,
    #vrp td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #vrp .vrp-visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #vrp .vrp-visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #vrp .vrp-visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    #vrp table.visible-md {
        display: table;
    }
    #vrp tr.visible-md {
        display: table-row !important;
    }
    #vrp th.visible-md,
    #vrp td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #vrp .vrp-visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #vrp .vrp-visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #vrp .vrp-visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    #vrp .vrp-visible-lg {
        display: block !important;
    }
    #vrp table.visible-lg {
        display: table;
    }
    #vrp tr.visible-lg {
        display: table-row !important;
    }
    #vrp th.visible-lg,
    #vrp td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    #vrp .vrp-visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    #vrp .vrp-visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    #vrp .vrp-visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    #vrp .vrp-hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #vrp .vrp-hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #vrp .vrp-hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    #vrp .vrp-hidden-lg {
        display: none !important;
    }
}
#vrp .vrp-visible-print {
    display: none !important;
}
@media print {
    #vrp .vrp-visible-print {
        display: block !important;
    }
    #vrp table.visible-print {
        display: table;
    }
    #vrp tr.visible-print {
        display: table-row !important;
    }
    #vrp th.visible-print,
    #vrp td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    #vrp .vrp-visible-print-block {
        display: block !important;
    }
}
#vrp .vrp-visible-print-inline {
    display: none !important;
}
@media print {
    #vrp .vrp-visible-print-inline {
        display: inline !important;
    }
}
#vrp .vrp-visible-print-inline-block {
    display: none !important;
}
@media print {
    #vrp .vrp-visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    #vrp .vrp-hidden-print {
        display: none !important;
    }
}



/*
 **********************************
 SPECIALIZED INPUT STYLING
 **********************************
*/

#vrp #vrpresults select {
    -webkit-appearance: button;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    border: 1px solid #AAA;
    font-size: inherit;
    margin:3px 0 0;
    overflow: hidden;
    padding: 5px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 2.5rem;
}


#vrpresults .ui-widget.ui-widget-content {
border: none;
}

#vrp a.vrp-btn { text-decoration:none !important;}
#vrp .vrp-btn {

    background-color:#DE6D1D;
    color:#fff !important;
    text-decoration: none !important;
    border-radius: 2px;    
    padding: 12px 30px;
    font-weight: 600;
}

#vrp .vrp-btn:hover span, #vrp .vrp-btn.active span {
    background-color:#111;
    border-right: 1px solid  rgba(0,0,0,0.3);
}

#vrp .vrp-btn:active {
    margin-top: 2px;
    margin-bottom: 13px;

    -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:0px 1px 0px rgba(255,255,255,0.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}
.vrp-epink, .vrp-kiwi, .vrp-orange, .vrp-purple, .vrp-turquoise, .vrp-red {
    padding:3px 5px;
    color:#fff;
}
#vrp .vrp-btn.epink, .vrp-epink {
    background:#ba4581 !important;
}
#vrp .vrp-btn.kiwi, .vrp-kiwi {
    background:#45ba63 !important;
}
#vrp .vrp-btn.orange, .vrp-orange {
    background: #FF7F00 !important;
}

#vrp .vrp-btn.purple, .vrp-purple {
    background: #8e44ad !important;
}

#vrp .vrp-btn.turquoise, .vrp-turqoise {
    background: #1abc9c !important;
}

#vrp .vrp-btn.red, .vrp-red {
    background: #e74c3c !important;
}

#vrp .vrp-btn.red, #vrp .vrp-blue {
    background-color: #DE6D1D;
    color: #fff!important;

}

#fullscreen-cta {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 9;
    font-size: 1.3em;
    padding: 4px 10px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 4px;
}
#fullscreen-cta:hover {
    transition-property: color,background-color,border-color;
    transition-duration: .25s;
    background-color: rgba(255,255,255,0.8);
    cursor: pointer;
}
/*
 **********************************
 PAGINATION STYLING
 **********************************
*/


#vrp .vrp-cd-pagination {
    width: 90%;
    max-width: 768px;
    margin: 2em auto 0;
    text-align: center;
}
#vrp .vrp-cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .2em;
}
#vrp .vrp-cd-pagination li.button {
    /* make sure prev next buttons are visible */
    display: inline-block;
}
#vrp .vrp-cd-pagination a, #vrp .vrp-cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: .4em .8em;
    font-size: 1.2rem;
}
#vrp .vrp-cd-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    font-weight: 600;
    text-decoration:none!important;
}
.no-touch #vrp .vrp-cd-pagination a:hover {
    background-color: #f2f2f2;
}
#vrp .vrp-cd-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
#vrp .vrp-cd-pagination a.disabled {
    /* button disabled */
    color: rgba(46, 64, 87, 0.4);
    pointer-events: none;
}
#vrp .vrp-cd-pagination a.disabled::before, #vrp .vrp-cd-pagination a.disabled::after {
    opacity: .4;
}
#vrp .vrp-cd-pagination .button:first-of-type a::before {
    content: '\00ab  ';
}
#vrp .vrp-cd-pagination .button:last-of-type a::after {
    content: ' \00bb';
}
#vrp .vrp-cd-pagination .current {
    /* selected number */
    background-color:#FAE9DD;
    color: #333;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    #vrp .vrp-cd-pagination li {
        display: inline-block;
    }
}
@media only screen and (min-width: 1170px) {
    #vrp .vrp-cd-pagination {
        margin: 2em auto 0;
    }
}

/* --------------------------------

No space - remove distance between list items

-------------------------------- */
#vrp .vrp-cd-pagination.no-space {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    border: 1px solid #e6e6e6;
}
#vrp .vrp-cd-pagination.no-space:after {
    content: "";
    display: table;
    clear: both;
}
#vrp .vrp-cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6;
}
#vrp .vrp-cd-pagination.no-space li:last-of-type {
    border-right: none;
}
#vrp .vrp-cd-pagination.no-space a, #vrp .vrp-cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    padding: .8em 1em;
    border: none;
}
#vrp .vrp-cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}
#vrp .vrp-cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0;
}

/* --------------------------------

move buttons - move prev and next buttons to the sides

-------------------------------- */
#vrp .vrp-cd-pagination.move-buttons:after {
    content: "";
    display: table;
    clear: both;
}
#vrp .vrp-cd-pagination.move-buttons .button:first-of-type {
    float: left;
}
#vrp .vrp-cd-pagination.move-buttons .button:last-of-type {
    float: right;
}

#vrp .vrp-cd-pagination.no-space.move-buttons {
    width: 90%;
    max-width: 768px;
    display: block;
    overflow: hidden;
}
#vrp .vrp-cd-pagination.no-space.move-buttons li {
    float: none;
    border: none;
}
#vrp .vrp-cd-pagination.no-space.move-buttons a, #vrp .vrp-cd-pagination.no-space.move-buttons span {
    float: none;
}

/* --------------------------------

custom icons - customize the small arrow inside the next and prev buttons

-------------------------------- */
#vrp .vrp-cd-pagination.custom-icons .button a {
    position: relative;
}
#vrp .vrp-cd-pagination.custom-icons .button:first-of-type a {
    padding-left: 2.4em;
}
#vrp .vrp-cd-pagination.custom-icons .button:last-of-type a {
    padding-right: 2.4em;
}
#vrp .vrp-cd-pagination.custom-icons .button:first-of-type a::before,
#vrp .vrp-cd-pagination.custom-icons .button:last-of-type a::after {
    content: '';
    position: absolute;
    display: inline-block;
    /* set size for custom icons */
    width: 16px;
    height: 16px;
    top: 50%;
    /* set margin-top = icon height/2 */
    margin-top: -8px;
    background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center;
}
#vrp .vrp-cd-pagination.custom-icons .button:first-of-type a::before {
    left: .8em;
}
#vrp .vrp-cd-pagination.custom-icons .button:last-of-type a::after {
    right: .8em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* --------------------------------

custom buttons - replace prev and next buttons text with a custom icon

-------------------------------- */
#vrp .vrp-cd-pagination.custom-buttons a, #vrp .vrp-cd-pagination.custom-buttons span {
    vertical-align: middle;
}
#vrp .vrp-cd-pagination.custom-buttons .button a {
    /* set custom width */
    width: 40px;
    /* image replacement */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-image: url("../img/cd-icon-arrow-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
#vrp .vrp-cd-pagination.custom-buttons .button:last-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-touch #vrp .vrp-cd-pagination.custom-buttons .button:last-of-type a:active {
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    -ms-transform: scale(0.9) rotate(180deg);
    -o-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
}

#vrp .vrp-cd-pagination.no-space.custom-buttons .button:last-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}

/* --------------------------------

animated buttons - animate the text inside prev and next buttons

-------------------------------- */
#vrp .vrp-cd-pagination.animated-buttons a, #vrp .vrp-cd-pagination.animated-buttons span {
    padding: 0 1.4em;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
#vrp .vrp-cd-pagination.animated-buttons .button a {
    position: relative;
    padding: 0 2em;
}
#vrp .vrp-cd-pagination.animated-buttons .button:first-of-type a::before,
#vrp .vrp-cd-pagination.animated-buttons .button:last-of-type a::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
#vrp .vrp-cd-pagination.animated-buttons .button:last-of-type a::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
#vrp .vrp-cd-pagination.animated-buttons i {
    display: block;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.vrp-no-touch #vrp .vrp-cd-pagination.animated-buttons .button a:hover i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.vrp-no-touch #vrp .vrp-cd-pagination.animated-buttons .button:first-of-type a:hover::before {
    -webkit-transform: translateX(-50%) translateY(-50px);
    -moz-transform: translateX(-50%) translateY(-50px);
    -ms-transform: translateX(-50%) translateY(-50px);
    -o-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
}

.vrp-no-touch #vrp .vrp-cd-pagination.animated-buttons .button:last-of-type a:hover::after {
    -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
    transform: translateX(-50%) rotate(180deg) translateY(50px);
}




























/**********************************
 ********** ITEM RESULT STYLING **********
 **********************************/

/*#vrp .vrp-item {*/
/*min-height:280px;*/
/*}*/

.vrp-item {
    min-height:230px;
    display:block;
    overflow:hidden;
}
.vrp-item .vrp-thumbnail {
    /*min-height:200px !important;*/
    /*max-height:285px !important;*/
    height:190px;
    background:#fff;
    background-repeat:no-repeat;
    background-position:50% 50%;
    padding: 4px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    max-width: 100%;
    background-size:97%;
    position:relative;
}
.vrp-item .vrp-caption {
    padding:5px;
}
.vrp-item .vrp-caption h4 {
    color:#383838;
    margin:0 0 10px 15px!important;
    padding:0 !important;
    font-weight:bold !important;
    overflow-y: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vrp-item .vrp-thumbnail:hover .vrp-actions {
    top:0;
}

.vrp-item-wrap {
    padding: 8px;
    vertical-align: top;
    position: relative;

}
.vrp-actions {
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    position:absolute;
    top:-101%;
    right:0;
    left:0;
    width:100%;
    height:95%;
    background:rgba(0,0,0,0.5);
    padding:5px 10px;
}
.vrp-actions a { margin:0!important; display:block !important;}
.vrp-actions a:first-child { margin-top:2.7em!important; margin-bottom:1em!important;}
.vrp-meta-wrapper {
    margin-right:1em;
}



.vrp-item .result-list {
    max-width: 1400px;
    margin: 0 auto;
    clear: both;
}

#vrp .result-wrap {
    width: 100%;
    overflow: hidden;
}

#vrp .vrp-result-image-container {
    position: relative;
    width: 100%;
    /*height: 340px;*/
    background-color: #eee;
    background-position: 50% 50%;
    background-size: 120px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1);
    -moz-transform: translateZ(0) scale(1,1);
    -ms-transform: translateZ(0) scale(1,1);
    -o-transform: translateZ(0) scale(1,1);
    transform: translateZ(0) scale(1,1);
}


#vrp .vrp-result-image-container a  {
    position: relative;
    height: 0;
    display: block;
    padding-top: 63%;
    width: 100%;
    overflow: hidden;
}

#vrp .vrp-result-image-container a img {
    width: 102%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1%;
    right: -1%;
    height: 100%; 
}

#vrp .vrp-result-bg {
    background-size: cover;
    background-repeat: no-repeat;

}

#vrp .vrp-result-bg:hover {
    opacity: .75;
transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;

}



#vrp .resultsFavorite {
    position: relative;
    display: inline-block;
    right: 0px;
    top: 9px;
}
#vrp .resultsFavorite, #vrp-favorite-button {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 46px;
    height: 46px;
    z-index: 9999;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
    background-image: url('../images/addfav.png');
    background-repeat: no-repeat;
}
#vrp-list-fav-results h3 { margin-left: 2%; }
#vrp-favorite-button {
    top: 0;
}

#vrp .active-fav {

    background: url('../images/fav.png');
    background-repeat: no-repeat;
}
.fav-wrap, .request-info { clear: both; text-align: center; width: 100%; height: 40px; padding-top: 6px; margin: 8px auto 0; border: 1px solid #333; }
#checkavailbox #vrp-favorite-button { position: relative; right: 0; width: 140px; height: 40px; padding: 7px 6px 5px 40px; margin: 0 auto; background-position-y: -3px; }
#checkavailbox #vrp-favorite-button:hover, .request-info a:hover { color: #000 !important; }
.request-info a { display: inline-block; color: #58595b !important; padding-left: 30px; background: #eee url(../images/ico-letter.png) 0 4px no-repeat; }

#vrp .vrp-results-description{

    position: relative;
    min-height: 70px;
    padding: 10px;
    background-color: #fff;
    border: #eee solid 1px;
    border-top: none;
    overflow: hidden;
    width: 100%;
}
#vrp .vrp-results-description h3 {
    margin: 0 0 2px 0;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 400;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#vrp .vrp-results-description .vrp-result-line{
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;

    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#vrp .vrp-results-description .rate {
    color: #DE6D1D;
    font-size: 18px;
    font-weight: bold;
    margin-top: 7px;
    float: left;
}
#vrp .vrp-results-description .trip {
    float: right;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .03em;
    color: #DE6D1D;
}
#vrp .vrp-results-description .trip:hover {
    text-decoration: underline;
}
#vrp .vrp-results-more {
    display: inline-block;
    vertical-align: top;
    top: 0;
    width: 100%;
    background-color: #428BCA;
    text-align: center;
}


#vrp .vrp-results-description .details a  {
    color: #999999;
}

#vrp .vrp-results-description {
    padding-bottom: 2px !important;
}

#vrp .vrp-results-description .rate{
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}


.fav-flyout {
    width: 0px;
    height:30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    right:68px;
    top:20px;
    overflow:hidden;
    font-size:.8em;
    border-radius:8px;
}

.fav-flyout-txt{
    position:absolute;
    width:100%;
    text-align:center;
    margin:0;
    top:50%;
    transform:translate(0,-50%);
    white-space: nowrap;
}

#vrp .vrp-results-more a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;

}

#vrp .vrp-results-more a:hover {

    text-decoration: none;
}

#results-tabs .tab-content {
border: 0

}
#resultsTabs, #results-tabs {
    border: 0;
    padding: 0;
}
#resultsTabs {
    border: 0;
    background-color: transparent;
    color: #e6e6e6;
    font-size: 18px;
    margin: 0;
    float: right;
    vertical-align: top;
}
#resultsTabs li {
    border: 0;
    list-style: none;
  float: left;
  font-size: 14px;
  position: relative;
  top: 0;
  margin: 1px 0 0 0;
  border-right: 1px solid #d9d9d9;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
#resultsTabs li:last-child { border-right: none; }
#resultsTabs li.current {
    background-color: #FAE9DD;
    background-image: none;
    border: 0;

}
#resultsTabs .fa { display: block !important; font-size: 24px; color: #afafaf; margin: 0 auto 6px; }
#resultsTabs .current .fa { color: #242424; }

#resultsTabs a, #vrp-tabs a {
    text-decoration: none;
    color: #999;
    box-shadow:none;

}

#resultsTabs a {
float: left;
padding: 1.1em 1em 0.6em;
}


#resultsTabs a:hover {
    text-decoration: none;
    color: #000000;
    background: #f5f5f5;
}

#resultsTabs .current a  {
    color: #111;
}
.vrp-form-filter-action select {
    padding: 2%
}
#vrp-list-results {
    padding: 0 15px;
}
#vrp-fav-loader {
    width: 46px;
    height: 46px;
    z-index: 99999;
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    top: 180px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url('../images/ajaxloader.gif');
    background-repeat: no-repeat;
}


    /**********************************
     ********** OTHER STYLING **********
     **********************************/

#vrpresults { padding: 30px 15px 0; }
#vrpresults h1 { padding-top: 0; margin: 0 0 0.67em; }
#vrp .vrp-unit_thumbnail {
    width:100%;
}

#vrp .vrp-vrpPages li {
    list-style-type:none;
    float:left;
    padding: 5px;
    border: 1px solid #333;
}

#vrp .vrp-highlighted {
    background:#BDBDBD;
}

#vrp .vrp-vrp-favorite-button {
    display: none;
}

.vrpsidebar .advanced-search {
    display: inline-block;
}

.vrpsidebar { display: inline-block; padding-top: 11px; }
#vrpresults input#arrival, #vrpresults input#depart, #vrpresults .vrpsidebar select, .vrpsidebar .vrp-blue { width: 194px; }
.vrpsidebar .vrp-blue { height: 40px; border: none !important; }
#sidebar-wrap { background: #fff; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; z-index: 9999; width: 100%;}
.lSAction > a { opacity: 1 !important; }
#unit-menu { display: none; position: fixed; top: 0; text-align: center; width: 100%; margin: 0; background: #333; z-index: 999999; }
#unit-menu li { list-style-type: none; display: inline-block; font-size: 12px; text-transform: uppercase; }
#unit-menu li a { display: inline-block; color: #F7F7F7; padding: 20px; }
#unit-menu li a:hover { color: #fff !important; }

#vrp input, #vrp select {
    border-radius: 0;
    padding: 3px 6px;
}
#closeContract {
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #DE6D1D !important;
    color: #fff!important;
    position: fixed;
	z-index: 100;
}
/**********************************
 Unit Page Styles
 **********************************/
 #vrp .unit .vrp-row .unit-name {
 margin-top: 5px;
 margin-bottom: 0;
 }

 #vrp .vrp-container-fluid.unit {
 max-width: 77%;
 margin-left: 12%;
 }

.vrp-photo-container .caption {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
#vrp #unit-data { margin-top: 25px; }
.unit-info { float: right; margin-top: -40px; }
.info-item { display: inline-block; font-size: 14px; text-align: center; margin: 0 10px; }
.info-item .fa { display: block; color: #909090; margin: 0 auto; }
.info-item .fa.fa-bed.picto, .info-item .fa.fa-user.picto, .info-item .fa.fa-paw.picto { font-size: 30px; }
.info-item .fa.fa-bath.picto { font-size: 28px; margin-bottom: 2px; }
#unit-wrapper .vrp-row.name-wrap { width: 70%; padding-bottom: 10px; margin: 20px 0 0 1%; border-bottom: 1px solid #d9d9d9; }
#overview .vrp-row { padding: 0 15px; }
#vrpinquire .vrp-inquire-field { margin-bottom: 10px; }
#vrpinquire textarea { width: 100%; height: 100px; }
#rates .rate { width: 60%; margin-bottom: 15px; }
#rates .rate .rate-header th, #rates .rate td { text-align: right; }
#rates .rate .rate-header th:first-child, #rates .rate td:nth-child(1) { text-align: left; }
#rates .rate td { text-align: right; }
#amenities { margin-bottom: 30px; }
#gmap { margin: 30px 0; }

#vrp .thumb {
    height:60px;
    float:left;
    margin: 3px;
}

#vrp .lSSlideOuter .lSPager.lSGallery li {
    max-height: 55px;
    overflow: hidden;
}


#vrp-tabs {

    border: 0;
}
#vrp-tabs  a{
text-decoration: none;
}
#vrp-tabs  a:hover{
    text-decoration: none;
}
#vrp-tabs .ui-widget-header {
border: 0;
    background-color: transparent;
}


#vrp-tabs .ui-state-active, #vrp-tabs .ui-widget-content .ui-state-active, #vrp-tabs .ui-widget-header .ui-state-active
{
    background-color: #F8F8F8!important;
    color: #666;
    border:0;
}
#vrp-tabs .ui-corner-all, #vrp-tabs .ui-corner-top,#vrp-tabs  .ui-corner-right, #vrp-tabs .ui-corner-tr {
    border-radius: 0!important;
}

#vrp-tabs .ui-state-default, #vrp-tabs .ui-widget-content .ui-state-default, #vrp-tabs .ui-widget-header .ui-state-default {
    color: #666;
    background-color: #e6e6e6;
    border: 0;
}
#vrp-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
#vrp-tabs h4 { margin-bottom: 10px; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #5399ae;
    background: #DE6D1D;
    color: #fff;
}

.vrp-inquire-field input, .vrp-inquire-filed select{
width: 100%;
}
.vrp-inquire-field #icheckin, .vrp-inquire-field #inights {
    display: inline-block;
}
.vrp-inquire-field #icheckin { margin: 0 20px 10px 0; }
#vrp .vrp-book-button-sm {
    display:none;
}
#vrp .vrp-book-button-sm:active{
   margin: 0;
}
.vrp-pad {
    padding-left: 30px;
    padding-right: 30px;
}
.vrp-amen-wrapper {
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.vrp-amen-name {
    background: url(../images/bullet.png) 0 10px no-repeat;
    padding-left: 12px;
    flex: 0 0 33%;
}


#vrp .vrp-details-wrap {
    display: flex;
    margin-top: 1%;
}

.vrp-details-wrap .details {
    margin-right: 2%;
    margin-left: 1%;
}

.details fa {
    margin-right: .5%;
}
.vrp-inquire-button {
text-align: center;
}

#checkbutton, #iqbtn
{
    color: #fff;
    display: inline;
    font-size: 1.1em;
    margin: 0 5px;
    padding: 8px 20px !important;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    font-weight: bold;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
#bookingform #checkbutton { margin-bottom: 30px; }

/*Book Sidebar*/
#vrp .heading-bar {

    overflow: hidden;
    padding: 16px 0;
    color: #DE6D1D;
    font-size: 1.4em;
}
#checkavailbox {
    margin: 10px 0 16px;
    z-index: 9999;

}
.check-avail-field {
    margin-bottom: 3%;

}
.rate-breakdown-value {
    text-align: right;
}

.check-avail-field.buttons {
    margin-top: 15px;
    text-align: center;
}
.check-avail-field.arrive, .check-avail-field.depart, .check-avail-field.children, .check-avail-field.adults {
    display:inline-block;
    width: 48%;
}
.check-avail-field.arrive, .check-avail-field.adults { margin-right: 2%; }
.check-avail-field input, .check-avail-field select {
     width: 100%
}

.alert-error {
    color: red!important;

}
#vrp .getratesbtn, #vrp #booklink, #vrp #iqbtn{
    width: 100%!important;
    font-size: 1em;
    color: #fff;
    margin-bottom: 1%;
}

#booklink {
    background: #DE6D1D;
    display: inline;
    font-size: 1.1em;
    margin: 0 5px;
    padding: 8px 20px !important;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}
#ratebreakdown tr.even, tr.alt, tr:nth-of-type(even) {
    background: #ffffff;

}
#rate tr.even, tr.alt, tr:nth-of-type(even) {
    background: #efefef;

}

#rate .rate-header {
background: #E6E6E6;
}


#ratebreakdown thead, #ratebreakdown th {
    text-transform: uppercase;
    text-align: left;
}
.align-right {
    text-align: right !important;
}

#ratebreakdown thead {
    background-color: whitesmoke;
    font-weight: bold;
}
.ratebreakdown {
    display: none;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 0.3125em;
    background: #f2f2f2;
    margin-top: 2%;
}

td.alert.alert-error {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    color: darkgoldenrod;
}

img.mfp-img {
    padding: 0;
    background-color: black;
}
.mfp-bg {
    opacity: 1;
}
.mfp-preloader {
    color: #fff;
}
.mfp-image-holder .mfp-content {
    min-width: 200px;
}
.mfp-image-holder .mfp-close {
    right: 10px;
}
.mfp-iframe-holder .mfp-content {
    min-width: 200px;
    max-width: 100%;
}

    #vrp.vrp-small .vrp-check-avail, #vrp.vrp-small .vrp-unit-info{
        width: 100%;
        margin-left: 0;
    }
    #vrp.vrp-small  #vrp-tabs .book-now-tab {
        display: block;
        background-color: #23527C!important;
    }
    #vrp.vrp-small  .book-now-tab a {
       color: #fff;
        font-weight:bold;
    }
    #vrp.vrp-small .vrp-container-fluid {
         display: block;
    }

.vrp-checkout#vrp { width: 70%; margin: 2% 15% 0; }
.table.table-striped.payments.vrp-booking-payment-schedule th { text-align: left; }
.paymenttable tr { background: none; }
#unit-wrapper .vrp-col-md-3.vrp-col-sm-12.vrp-check-avail, #unit-wrapper .vrp-col-md-8.vrp-unit-info { float: right !important; }

/**********************************
 CALENDAR STYLING
 **********************************/
table.calendar {
    float: left;
    margin: 10px;
    width: 45%;
    height: 360px;
}
.calendar caption { font-weight: 700; padding: 4px; background: #DCDCDC; }
.calendar thead { font-size: 12px; font-weight: 300 !important; border-bottom: 1px solid #D9D9D9; }
.calendar tr { background: unset; }
.calendar td { text-align: center !important; border: 1px solid white; padding: 3px !important; }
.cal-rate {font-size: 13px; font-weight: 400;}
.calendar tbody, .calkey .isavailable {
  background: #DE6D1D;
}

.calendar tbody, .calkey .isavailable, .calendar .highlighted.aDate, .calendar .highlighted.dDate {
    color: #fff;
    font-weight: 700;
}
.calkey { padding: 15px 0 20px 15px; }
    .calendar .pad {
        background: #fff;
    }

    .calendar .dDate, .calendar .highlighted.dDate, .calkey .isavailable.dDate {
        background: rgb(214,214,214);
        background: -moz-linear-gradient(45deg,  rgba(214,214,214,1) 0%, rgba(214,214,214,1) 51%, rgba(214,214,214,1) 51%, rgba(222,109,29,1) 51%, rgba(222,109,29,1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(214,214,214,1)), color-stop(51%,rgba(214,214,214,1)), color-stop(51%,rgba(214,214,214,1)), color-stop(51%,rgba(222,109,29,1)), color-stop(100%,rgba(222,109,29,1)));
        background: -webkit-linear-gradient(45deg,  rgba(214,214,214,1) 0%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 51%,rgba(222,109,29,1) 51%,rgba(222,109,29,1) 100%);
        background: -o-linear-gradient(45deg,  rgba(214,214,214,1) 0%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 51%,rgba(222,109,29,1) 51%,rgba(222,109,29,1) 100%);
        background: -ms-linear-gradient(45deg,  rgba(214,214,214,1) 0%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 51%,rgba(222,109,29,1) 51%,rgba(222,109,29,1) 100%);
        background: linear-gradient(45deg,  rgba(214,214,214,1) 0%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 51%,rgba(222,109,29,1) 51%,rgba(222,109,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f5', endColorstr='#7fffd4',GradientType=1 );
    }

    .calendar .aDate, .calendar .highlighted.aDate, .calkey .isavailable.aDate {
        background: rgb(222,109,29);
        background: -moz-linear-gradient(45deg,  rgba(222,109,29,1) 0%, rgba(222,109,29,1) 49%, rgba(214,214,214,1) 49%, rgba(214,214,214,1) 49%, rgba(214,214,214,1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(222,109,29,1)), color-stop(49%,rgba(222,109,29,1)), color-stop(49%,rgba(214,214,214,1)), color-stop(49%,rgba(214,214,214,1)), color-stop(100%,rgba(214,214,214,1)));
        background: -webkit-linear-gradient(45deg,  rgba(222,109,29,1) 0%,rgba(222,109,29,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 100%);
        background: -o-linear-gradient(45deg,  rgba(222,109,29,1) 0%,rgba(222,109,29,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 100%);
        background: -ms-linear-gradient(45deg,  rgba(222,109,29,1) 0%,rgba(222,109,29,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 100%);
        background: linear-gradient(45deg,  rgba(222,109,29,1) 0%,rgba(222,109,29,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 49%,rgba(214,214,214,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffd4', endColorstr='#fff0f5',GradientType=1 );
    }

    .calendar .highlighted, .calendar .aDate.dDate, .calkey .highlighted {
      background: rgb(214,214,214);
      color: #fff;
    }

    td.passed, td.today.selected {
        background: #DADADA;
        color: #ABABAB;
    }

    td.today {
        -webkit-box-shadow: inset 0px 0px 0px 2px rgba(225,174,127,1);
        -moz-box-shadow: inset 0px 0px 0px 2px rgba(225,174,127,1);
        box-shadow: inset 0px 0px 0px 2px rgba(225,174,127,1);
    }

/**********************************
 FAVORITES PAGE
 **********************************/

.results-action-wrap {
    padding: 3px 2% 0;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
}
.results-action-wrap select { height: 40px; }
.vertical-search-result {
    width: 16em;
    margin: 2em 1em 0 0;
    border: 1px solid #e6e6e6;
    vertical-align: top !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.vertical-search-result .image-container {
    margin-bottom: 0.6em;
        height: 150px;
    overflow: hidden;

}

.vertical-search-result .image-container img {
height: 100%;
width: 100%;
}
.favorites-wrapper { padding: 0 2%; }
.favorites-wrapper .vrp-favorite-button.vrp-blue {
   background-color: #DE6D1D;
   border: none;
   margin-top: 6px;
}
.vertical-search-result .header {
    padding: 0 0.2em 0.5em 0.2em;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.vertical-search-result .detail-row {
    margin-bottom: .5em;
    text-align: center;
}

.detail-row.avail {
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    background-color: #EBEBEB;}

.detail-row.padding {
    margin-bottom: 1em;}

#fav-arrival, #fav-depart {
background-color: #fff;
    display:inline-block;
    width: 33%;
}

.favorites-wrapper .vrp-favorite-button {
    color: #fff;
}

.advanced-search {
    margin-bottom: 1%;
}

#search-favorites {
    display: inline-block;

}

.fav-search {
    color: #fff;
}

.fav-wrapper .advanced-search {
padding: 2%;
}

/**********************************
 Main Search Form
 **********************************/
#vrp-search-form input {
    display: inline;
    margin: 0 2px;

    background-color: #fff;
    min-height: 36px;
}

.vrpsearch-widget #vrp-search-form input,.vrpsearch-widget #vrp-search-form select {
      margin-bottom: 1em;
}

.vrp-search-submit {
color: #fff;
display: inline;
margin: 0 2px;
padding: 9px 15px !important;
text-decoration: none;
white-space: nowrap;
width: auto;
height: 2.5rem;
border-radius: 2px;
box-shadow: none;
border: none;
cursor: pointer;
outline: none;
font-weight: 400;
font-size: 15px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    color: #111;
    background-color: #fff;
    border: 1px solid rgba(17,17,17,0.15);
    height: 2.5rem;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    padding-left: 4px;
}
.vrp-search-button {

    display: inline-block;
    vertical-align: middle;

}

/* Adding Calendar icon Datepicker Fields */
.vrpsidebar .hasDatepicker,   .vrpsearch-widget .hasDatepicker,
#vrp-advanced-search-form .hasDatepicker,
#vrp .hasDatepicker {
    background-image: url('../images/cal.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer!important;
}

/* Step3.php */

.booktable th {
    text-align: right;
}

#theContract {
    display:none;
    z-index: 99999;
    margin:auto;
    width:50%;
    position:fixed;
    top:25%;
    right:25%;
    background-color:#FFF;
    border: 3px solid grey;
    padding: 10px;
    overflow-y:auto;
    height: 350px;
}
#theContract .n2-section-smartslider  {display: none}
#ui-datepicker-div {
    z-index: 10!important;
}

#vrp-share-activator {
    color: #4a4a4a !important;
    position: absolute;
    right: 30px;
    top: 30px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 3px rgba(17,17,17,0.25);
}
#vrp-share-activator  div {
    display: inline-block;
}
#vrp-share-activator:hover {
    background-color: #e0e0e0 !important;
}

.vrp-share-btn {
    color: #fff !important;
}

.vrp-share-wrapper {
    display: none;
    position: absolute;
    top: 150px;
    z-index: 99999;
    padding: 20px;
    left: 20%;
    width: 60%;
}

.vrp-share-close {
    float: right;
    cursor: pointer;
    padding-left: 10px;
}

.vrpsearch-modal-wrapper {
    display: inline-block;
}
.vrpsearch-modal-activator {
    display: none;
    width: 100px;
    padding: 23px 20px;
    background: #DE6D1D;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.vrpsearch-modal-close {
    display: none;
}
.as-row {display: inline-block}
/**********************************
Install Specfic Colors
 **********************************/


/* Unit slider */

 #vrp-slider { padding: 0; margin: 0; }
 #vrp-slider li { list-style-type: none; border-right: 1px solid #fff; border-left: 1px solid #fff; }

/* Search Results Page Functionality */
#vrp-filter {
    display: inline-block;
    width: 100px;
    padding: 23px 20px;
    background: #DE6D1D;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.vrp-filter-wrapper {
    position: absolute;
    top: 71px;
    background: #fff;
    padding: 20px;
    left: 10%;
    width: 80%;
    min-height: 490px;
    overflow-y: scroll;
    z-index: 99;
    overflow-x: hidden;
    margin-top: -1400px;
    transition-duration: .35s;
}

.vrpsorter {
    width: 100% !important;
}

.bedroom-slider input,
.occupancy-slider input {
    width: 100%;
    margin-top: 7px !important;
}

.bedroom-slider-wrapper .label,
.occupancy-slider-wrapper .label {
    font-size: 16px;
    margin: 0px;
}

.bedroom-slider-wrapper,
.occupancy-slider-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.amenity-wrapper {
    margin-left: 30px;
}

.amenity-wrapper input {
    height: 20px;
}

.attr-item,
.type-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
}


.type-item {
    margin-left: 30px;
}

.amenity-groups,
.type-groups {
    padding-left: 20px;
    clear: both;
}

.mr-1 {
    margin-right: 5px !important;
}

.mt-4 {
    margin-top: 20px;
}

.vrp-btn-bella,
.vrp-btn-bella:active {
    max-width: 170px;
    margin-top: 20px !important;
    margin-left: 20px;
    margin-bottom: 0px !important;
    cursor: pointer;
}

#apply-filters {
    clear: both;
}

.vrp-filter-close {
    text-align: right;
}

.vrp-filter-close i {
    margin: 10px;
    cursor: pointer;
}

.split {
    width: 49% !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 0 5px;
}

#vrp-list-map-results.split {
    display: none;
    position: absolute;
    right: 20px;
    left: 50%;
    width: 50% !important;
}

#vrp-list-map-results {
    display: none;
}



#description {
    height: 300px;
    overflow: hidden;
}

#description::after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,white 0%,rgba(255,255,255,0) 30%);
    pointer-events: none;
    padding-bottom: 5px;
    border-bottom: 5px solid #fff;
}

.read-more-toggle {
    color: #DE6D1D;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
}

#description.open,
#description.open::after {
    background: initial;
    height: auto;
    overflow: initial;
}

#map {
    min-height: 500px;
}
.search-bar-fixed {
    transition: 0.35s;
    z-index: 99;
    position: fixed !important;
    background: #fff;
    top: 0 !important;
    left: 0;
}

.map-fixed {
    transition: 0s;
    z-index: 9;
    position: sticky !important;
    width: 50%;
    height: 100%;
    right: 0;
}
a.delete {
    background-color: rgba(10,10,10,.2) !important;
}

#inquire-close {
    float: right;
}

.box.inquiry-wrapper {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    z-index: 9999;
}

#detailed-quote-activator {
    display: none;
    text-align: center;
    border: 1px solid;
    padding: 10px;
    cursor: pointer;
}

.star-rating, .back-stars, .front-stars {
    display: flex;
}

.star-rating {
    font-size: 1em;
}

.back-stars {
    color: #55585A;
    position: relative;
}

.front-stars {
    color: #5F8D9F;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.ratebreakdown-quote {
    text-align: center;
}

.trips-wrapper .detailed-quote-wrapper {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    background: #fff;
    right: 10%;
    padding: 10px;
}

.detailed-quote-wrapper table {
    width: 100%;
}

.quote-activator {
    display: none;
    cursor: pointer;
}

.trip-create.button {
    display: none;
    text-align: center;
    border: 1px solid;
    padding: 10px;
    cursor: pointer;
}

.p-3 {
    padding: 15px;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.delete-trip {
    position: absolute !important;
    right: 20px;
    top: 20px;
}

.box.infobox {
    display: none;
    position: absolute;
    top: 20%;
    width: 30%;
    left: 40%;
}

.trips-wrapper .unit {
    position: relative;
}

/**********************************
 MEDIA QUERY BREAKPOINTS STYLING
 **********************************/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .vrp-favorite-text {
        display:none;
    }
   

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    #vrp .vrp-container-fluid.unit {
        min-width: 700px;

    }

    #vrp .vrp-check-avail {
        min-width: 250px;
        margin-left: 5%;
    }

}
@media only screen and (min-width: 1023px) {
    .vrpsearch-modal-wrapper {
        /* reset bulma box if someone start with the popup and rotate his ipad */
        padding: unset;
        border-radius: unset;
        box-shadow: unset;
        color: unset;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
#vrp .book-now-tab {
    display: none;
}
}

@media only screen and (max-width: 1440px) {
    #vrpresults input#arrival, #vrpresults input#depart, #vrpresults .vrpsidebar select, #vrpresults .vrpsidebar .vrp-blue  { width: 160px; }
}

@media only screen and (max-width: 1200px) {

    #vrpresults input#arrival, #vrpresults input#depart, #vrpresults .vrpsidebar select { width: 120px; }
    #unit-wrapper .vrp-check-avail { margin-top: 0; }
    #unit-wrapper .vrp-row.name-wrap { width: 100%; margin-left: 0; }
    #vrp .heading-bar { text-align: center; }
    .check-avail-field.arrive, .check-avail-field.adults { margin-right: 1%; }
    .check-avail-field.arrive, .check-avail-field.depart, .check-avail-field.children, .check-avail-field.adults { width: 49%; }
    #vrp .vrp-check-avail, #vrp .vrp-unit-info{
        width: 100%;
        margin-left: 0;
    }
    #vrp #vrp-tabs .book-now-tab {
        display: block;
        background-color: #23527C!important;
    }
    #vrp .book-now-tab a {
       color: #fff;
        font-weight:bold;
    }
    #vrp .vrp-container-fluid {
         display: block;
    }
    #vrp-filter {
        width: 80px;
        padding: 23px 10px;
    }
}

@media only screen and (max-width: 1023px) {

    .info-item { margin: 0 0 0 10px; }
    #vrp .vrp-container-fluid.unit { max-width: 87%; margin-left: 6%; }
    .vrp-checkout#vrp { width: 90%; margin: 2% 5% 0; }
    #theContract { width: 90%; top: 10%; right: 5%; height: 250px; }

    #resultsTabs {
        margin-top: 0;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        float: none !important;

    }
    #sidebar-wrap {
        text-align: center;
    }
    .vrpsearch-modal-activator {
        display: inline-block;
    }

    .vrpsearch-modal-wrapper {
        position: absolute;
        top: 71px;
        background: #fff;
        padding: 20px;
        left: 10%;
        width: 80%;
        min-height: 230px;
        overflow-y: scroll;
        z-index: 99;
        overflow-x: hidden;
        margin-top: -1400px;
        transition-duration: .35s;
    }

    .vrpsearch-modal-wrapper.show {
        margin-top: 0;
    }
    .vrpsearch-modal-wrapper .as-row {
         display: block;
    }
    .vrpsearch-modal-close {
        text-align: right;
        display: block;
        padding: 10px;
    }

    #vrp-filter {
        width: 100px;
    }
    #vrpresults input#arrival, #vrpresults input#depart, #vrpresults .vrpsidebar select, #vrpresults .vrpsidebar .vrp-blue  { width: 200px; }
}

@media only screen and (max-width: 768px) {
    .vrpsidebar { padding-bottom: 11px; }
    .unit-name { text-align: center; margin-bottom: 14px !important; }
    .unit-info { float: none; width: 235px; margin: 0 auto; }
    .info-item { margin: 0 5px 0; }
    #rates .rate { width: 100%; }
    #vrp-list-results .vrp-item-wrap { margin-bottom: 2%; }
    #vrpresults h1 { font-size: 20px; margin-bottom: 1em;}
    #vrp-share-activator {top: 15px;right: 20px;}

}

@media only screen and (max-width: 767px) {

    .vrpsidebar .vrp-blue {
        width: 246px;
        margin-top: 4px !important;
    }
    #resultsTabs li:nth-child(2) { display: none }

}

@media only screen and (max-width: 600px) {
    #vrp-search-form input, #vrp-search-form select {
        width: 48%;
          margin-bottom: 6px;
    }
    .vrp-search-button {
        width: 100%;
    }
    .vrp-amen-name { flex: 0 0 50%; } 
    #checkavailbox { margin: 10px -28px 0; }
    #unit-wrapper .vrp-row.name-wrap { width: 114%; margin: 20px -7% 0; }    
    table.calendar { width: 95%; }
    #unit-menu li a { padding: 10px 10px 7px; }
    #vrpresults input#arrival, #vrpresults input#depart, #vrpresults .vrpsidebar select, #vrpresults .vrpsidebar .vrp-blue  { width: 160px; }
}

@media only screen and (max-width: 480px) {
    #vrpresults { padding: 20px 9% 0 !important; }
    .check-avail-field.arrive, .check-avail-field.depart, .check-avail-field.children, .check-avail-field.adults { width: 48.5%; }
    #vrpresults input#arrival, #vrpresults input#depart, #vrpresults .vrpsidebar select, #vrpresults .vrpsidebar .vrp-blue { width: 200px; }
}

@media only screen and (max-width: 412px) {

}

.vrp-filter-wrapper.show {
    margin-top: 0;
}

.sort-wrapper {
    overflow: hidden;
}

.vrpsorter {
    float: right;
    display: block;
    width: 200px !important;
    margin-right: 10px !important;
}