.strong {
    font-weight: bold;
}

.g-blur-20 {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.g-blur-10 {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.g-blur-5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.sortable {
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.sortable li {
    border: 1px solid #ddd;
    list-style: none outside none;
    margin: 4px;
    padding: 8px;
}

.sortable .handle {
    cursor: move;
}


ul.list-styled {
    list-style: none;
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 15px;
    margin-left: 5px;
    list-style-position: outside;
}

ul.list-styled li {
    padding-bottom: 5px;
}

.list-group-item {
    border: none;
}

ul.list-styled > li:before {
    font: normal normal normal 8px/1 FontAwesome;
    content: "\f14a";
    color: #38823F;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 15px;
    font-size: 15px;
    height: 18px;
    width: 18px;
    /*border: 1px solid #d9534f;*/
    display: inline-block;
    text-align: center;
    /* border-radius: 50%; */
    left: -16px;
    /*position: absolute;*/
    top: 9px;
}

.red-bg {
    background-color: #d9534f;
    color: #cdcdcd;
}

.text-pink {
    color: #e81c62 !important;
}


.text-theme {
    color: #38823F !important;
}

.text-theme2 {
    color: #F1B45E !important;
}

.crimson-text-font {
    font-family: 'Crimson Text', serif;
}

.crimson-text-font-banner {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    font-style: italic;
}

.opacity50 {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.opacity60 {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.opacity70 {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.row-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-same-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.js-sticky-block ul li.active a {
    background-color: #e81c62 !important;
}

.gray-transparent-bg-for-text {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.white-transparent-bg-for-text {
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
}

.vendor-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.7%; /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.vendor-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.file-preview-image {
    height: 140px;
}

.img120 {
    height: 120px;
}

.img294 {
    height: 294px;
    width: 100%
}

.img380 {
    height: 380px;
}

.img-center {
    margin: 0 auto;
}


.header-banner {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 80%), url('../images/epmh2.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}


@media only screen and (min-width: 768px) {
    .header-rose-compass {
        background-image: url('../images/rose_compass_3.png');
        background-position: 0% 50%;
        background-repeat: no-repeat;
        overflow: visible;
        height: 600px;
        margin-left: -310px;
        margin-top: -90px;
    }

    .footer-bg {
        background-image: url('../images/footer_bg.png');
        background-position: 100% 0%;
        background-repeat: no-repeat;
    }
}


@media only screen and (max-width: 1600px) {
    .header-rose-compass {
        background-image: url('../images/rose_compass_1.png');
        background-position: 0% 50%;
        background-repeat: no-repeat;
        overflow: visible;
        height: 400px;
        margin-left: -210px;
        margin-top: 0px;
    }

}


body {
    background: url(../images/riogrande3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.nom {
    margin: 0;
}

.nom-tb {
    margin-top: 0;
    margin-bottom: 0;
}

.bg-white {
    opacity: 0.9;
}

.u-go-to-v2:hover, .u-go-to-v2:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #F1B45E;
}


.form-control {
    border-color: #999;
    background-color: #eee;
}

.breadcrumb-bg {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url("../images/trousset_view_of_el_paso_1_small.jpg");
    color: #ffffff;
}

.redactor-editor {
    border: 1px solid #ccc;
}

.redactor-toolbar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


.g-bg-primary a {
    color: #ffffff;
}

.three-column-count {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.three-column-count ul li {

    padding: 10px;

    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-fill: auto;
    column-fill: auto;
}


.file-preview-image {
    font: 20px Impact, Charcoal, sans-serif;
    color: #008000;
}