/*
    Document   : styles.css
    Created on : 08/12/2015, 09:01:15 PM
    Author     : cesarmejia
    Description:
*/

/* Util */
body {
    color: #666666;
    font-size: 13px;
    font-family: 'Conv_Verb-Regular';

    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.holder {
    margin: 0 auto;
    /*max-width: 1010px;*/
    max-width: 1300px;
    width: 100%;
}

.align-top,
.align-middle,
.align-bottom {
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}

.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }


.table-layout {
    display: table;
    width: 100%;
}

.table-cell-layout { display: table-cell; }

.relative { position: relative; }

.fit-screen { min-height: calc(100vh - 150px); }

/* Mobile navigation */
.mobile-navigation {
    display: none !important;
    visibility: hidden !important;
}

/* Navigation */
.navigation {
    background: #ffffff;
    /*height: 60px;*/
    height: 140px;
    padding: 0 0 5px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;

    -webkit-transition: box-shadow 350ms;
    -moz-transition: box-shadow 350ms;
    -ms-transition: box-shadow 350ms;
    -o-transition: box-shadow 350ms;
    transition: box-shadow 350ms;
}

.navigation.with-shadow {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .21);
}

/* Navigation - Info Ribbon */
.navigation .info-ribbon {
    background-color: #CF2149;
    /*margin-bottom: 5px;*/
    padding: 5px 0;
}

.centro-ribbon{
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

.navigation .info-ribbon .info {
    color: #fff;
    float: right;
    margin-left: 15px;
    text-decoration: none !important;
}

.navigation .info-ribbon .info:last-child {
    margin-left: 0;
    /*margin-right: 50px;*/
}

.navigation .info-ribbon .icon {
    width: 20px;
}

.navigation .info-ribbon .icon img {
    display: block;
    height: auto;
    max-width: 100%;

}

.navigation .info-ribbon .text {
    font-size: 15px;
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 29px;
    font-family: Conv_Verb-Regular-Bold;

}

.navigation .info-ribbon .info .table-cell-layout { vertical-align: middle; }

/* Navigation - Logo */
.navigation .logo {
    float: left;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 8px;
    /*width: 101px;*/

}

/* Navigation - List */
.navigation .list {
    float: right;
    list-style: none;
    margin: 20px;

}

.navigation .list li {
    float: left;
    /*margin: 0 13px;*/
    margin: 0 24px;
}

.navigation .list li:first-child { margin-left: 0; }
.navigation .list li:last-child { margin-right: 0; }

.navigation .list li a {
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 64px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Conv_Verb-Regular', sans-serif;
    display: flex;
    align-items: center;
}

.navigation .list li a.button {
    background-color: #CF2149;
    border-radius: 3px;
    color: #fff;
    line-height: 45px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
    padding: 0 40px;
    font-family: 'Conv_Verb-Regular-Bold';
}

/* Navigation - List - Hover state */
.navigation .list li a.selected:after,
.navigation .list li a:hover:after {
    background-color: #CB2449;
    bottom: 13px;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    /*top: -7px;*/
    /*width: 100%;*/
    width: 25px;
}



.navigation .list li a.button.selected:after,
.navigation .list li a.button:hover:after {
    content: normal;
}

/* Navigation - User */
.navigation .user {
    float: right;
    margin-top: 8px;
    /*TODO: Implement user support*/
    display: none;
}

.navigation .user .link {
    color: #333333;
    display: block;
    font-size: 12px;
    text-decoration: none;
}

.navigation .user .link .icon,
.navigation .user .link .text {
    display: inline-block;
    vertical-align: middle;
}

.navigation .user .link .icon {
    width: 14px;
}

.navigation .user .fav.link .icon .icon-star:before {
    color: #ff9900;
    font-size: 14px;
    margin: 0;
}

.navigation .user .link:hover .text { text-decoration: underline; }

.navigation .navigation-toggle {
    background-color: transparent;
    border: none;
    display: none !important;
    float: right;
    margin-left: 25px;
    margin-top: 6px;
    outline: none;
    padding: 10px;
    padding-right: 0;
    visibility: hidden !important;
    width: 40px;
}

.navigation .navigation-toggle .bar {
    background-color: #CF2149;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 100%;
}

.navigation .navigation-toggle .bar:last-child {
    margin-bottom: 0;
}


/* Outer wrapper */
.outer-wrapper{
    background: #ffffff;
    padding-top: 130px;
    position: relative
}

/* Block */
.block { }

.block .header { margin-bottom: 30px; }

.block .header .title {
    color: #2B2B2B;
    font-size: 24px;
    /*margin: 0 0 20px;*/
    margin: 0;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

/*.block .header .title:after {
    background-color: #CB2449;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    width: 120px;
}*/

/* Block Cover */
.block.cover {
    /*background: url(../imgs/cover-background.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    height: 530px;
    position: relative;
    z-index: 1;
}

/* Block Cover - Slider */
.block.cover .slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.block.cover .slider:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .45;
    position: absolute;
    top: 0;
    width: 100%;
}

.block.cover .container-fluid {
    height: 100%;
}

.block.cover .wrapper {
    margin: -60px auto 0;
    max-width: 760px;
    position: relative;
    top: 50%;

}

.block.cover .wrapper .title {
    color: #ffffff;
    font-family: 'Conv_Verb-Regular-Bold', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.block.cover.wrapper .caja-botones{


}

.boton-central{
    font-size:14px;
    font-family:'Conv_Verb-Regular', sans-serif;
    color:white;
    background:#000000;
    opacity: 0.6;
    border:0px;
    width:140px;
    height:41px;
    outline: none;
}

.boton-central:hover{
    background-color: #000000;
    opacity: 1;

    border-bottom: solid 5px #ffffff;
    border-top: solid 5px #000000;
}

.block.cover .wrapper .categories {
    margin-left: -2px;
    margin-right: -2px;
    max-width: 760px;
}

.block.cover .wrapper .category-wrapper {
    float: left;
    padding: 0 2px;
    /*width: 20%;*/
    width: 16.666666%;
}

.block.cover .wrapper .category {
    background: rgba(0, 0, 0, .54);
    border-bottom: 4px solid rgba(51, 51, 51, .31);
    border-top: 4px solid transparent;
    color: #fff;
    display: block;
    /*font-size: 14px;*/
    font-size: 13px;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: background-color 350ms, border 350ms;
    -moz-transition: background-color 350ms, border 350ms;
    -ms-transition: background-color 350ms, border 350ms;
    -o-transition: background-color 350ms, border 350ms;
    transition: background-color 350ms, border 350ms;
}

.block.cover .wrapper .category:hover {
    background: rgba(0, 0, 0, .93);
    border-bottom: 4px solid rgba(255, 255, 255, 1);
}

/* Block Place */
.block.places {
    padding: 40px 0;
}

/* Override */
.block.places > .holder {
   /* max-width: 1280px;*/
    max-width: 970px;
}

.block.places .content {
    /*min-height: 500px;*/
    /*max-width: 980px;*/
    width: 100%;
    position: relative;
    /*display: flex;
    justify-content: center;
    align-items: center;*/

}

.block.places .content.loading {
    background: url("../imgs/loader-bg-white.gif") center center no-repeat;
    min-height: 362px
}

.block.places .content .align-middle {
    margin-right: -4px;
}

/* Block Ribbon */
.block.home-ribbon {
    background: url(../imgs/DMGym.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;

}
.block.home-ribbon:before {
    background-color: rgba(0, 0, 0,0.20);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
   z-index: -1;
}


.block.home-ribbon .table-layout {
    height: 340px;
    padding: 15px 0;
}

.block.home-ribbon .table-cell-layout {
    vertical-align: middle;
}

.block.home-ribbon .html {
    color: #fff;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}

.block.home-ribbon .html .small {
    font-family: 'Conv_Verb-Regular-Bold',sans-serif;
    font-size: 36px;
}

.block.home-ribbon .html .small2 {
    font-family: 'Conv_Verb-Regular',sans-serif;
    font-size: 38px;
}


/* Block Us */
.block.us {
    padding: 85px 0 130px;
}

.block.us .card { }

.block.us .card .image {
    margin: 0 auto 45px ;
    width: 107px;
    height: 102px;
}

.block.us .card .image img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.block.us .card .name {
    color: #CF2149;
    font-size: 24px;
    line-height: normal;
    margin: 0 auto 25px;
    max-width: 200px;
    text-align: center;
}

.block.us .card .desc {
    color: #666666;
    font-size: 14px;
    font-family: 'Conv_Verb-Regular', sans-serif;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

/* Block Contact */
.block.contact {
    background: #000 url(../imgs/DM_recamara.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 60px 0 65px;
    position: relative;
    z-index: 1;
}

.block.contact:before {
    background-color: rgba(0, 0, 0, .45);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.block.contact .header {
    font-size: 14px;
    margin-bottom: 45px;
    text-align: center;
    color: #FFFFFF;
}

.block.contact .header .title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 15px;
    text-transform: uppercase;
}



.block.contact .content {
    margin: 0 auto;
    max-width: 800px;
}

.block.contact .contact-info {
    font-size: 12px;
    margin-bottom: 45px;
}

.block.contact .phones,
.block.contact .address {
    display: table;
}

.block.contact .phones .icon-wrapper,
.block.contact .address .icon-wrapper {
    display: table-cell;
    vertical-align: top;
}

.block.contact .address .icon-location:before {
    font-size: 18px;
    margin: 0;
}

.block.contact .phones .icon-phone:before {
    font-size: 17px;
    margin: 0;
}

.block.contact .phones .text,
.block.contact .address .text {
    display: table-cell;
    line-height: normal;
    padding-left: 10px;
    vertical-align: middle;
}

.block.contact .contact-form {
    min-height: 200px;
}

.block.contact .contact-form input[type=text],
.block.contact .contact-form textarea {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 13px;
    width: 100%;
}

.block.contact .contact-form textarea {
    height: 106px;
    resize: none;
}

/* Chrome/Opera/Safari */
.block.contact .contact-form ::-webkit-input-placeholder { color: #fff; }
/* Firefox 19+ */
.block.contact .contact-form ::-moz-placeholder { color: #fff; }
/* IE 10+ */
.block.contact .contact-form :-ms-input-placeholder { color: #fff; }
/* Firefox 18- */
.block.contact .contact-form :-moz-placeholder { color: #fff; }

.block.contact .contact-form input[type=submit] {
    background: #CF2149;
    border: none;
    color: #ffffff;
    display: block;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: auto;
    max-width: 220px;
    padding: 13px 83px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}

/* Map Section */
.map-section{
    background: #fff;
    height: 365px;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.map-section .overlay,
.map-section .map{
    height: 100%;
    position: absolute;
    width: 100%;
}

.map-section .overlay{
    background-color: #fff;
    background-color: rgba(255, 255, 255, .80);
    bottom: 0;
    cursor: pointer;
    z-index: 1;

    -webkit-transition: height 350ms;
    -moz-transition: height 350ms;
    -ms-transition: height 350ms;
    -o-transition: height 350ms;
    transition: height 350ms;
}

.map-section .overlay .text{
    background: url('../imgs/map-section-marker.png') no-repeat center top;
    color: #CB2449;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 11px;
    height: 85px;
    left: 50%;
    letter-spacing: 1px;
    margin-left: -75px;
    margin-top: -45px;
    padding: 70px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 150px;
}

.map-section .overlay.map-displayed{
    height: 10%;
}

.map-section .map{
    background: url('../imgs/map-section-background.jpg') no-repeat center center;
    background-size: cover;
}

/* Footer */
.footer {
    background: #2B2B2B;
    height: 45px;
    padding: 5px 0;
}

.footer .privacy { }

.footer .privacy .image {
    margin-bottom: 5px;
    width: 90px;
}

.footer .privacy a {
    color: #fff;
    font-size: 12px;
}

.footer .text {
    color: #ffffff;
    padding-top: 10px;
}

.footer .goplek-logo {
    background: url(../imgs/footer-logo-goplek.png) no-repeat center center;
    display: block;
    height: 30px;
    margin-left: auto;
    text-indent: -9999em;
    width: 55px;
}

/* Category Layout */
.category-layout { }

/* Category Layout - Cover */
.category-layout .block.cover {
    background-image: url(../imgs/category-cover-background.jpg);
    height: 475px;
}

/* Category Layout - Main */
.category-layout .main {
    padding: 35px 0 75px;

    /* -webkit-transition: margin-top 300ms;
    -moz-transition: margin-top 300ms;
    -ms-transition: margin-top 300ms;
    -o-transition: margin-top 300ms;
    transition: margin-top 300ms; */
}

/* Override */
.category-layout .main .holder {
    max-width: 1200px;
}

/* Category Layout - Sidebar */
.category-layout .sidebar {
    color: #666666;
    font-size: 14px;
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 220px;
}

.category-layout .sidebar .header {
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 15px;
}

.category-layout .sidebar .header h4 {
    color: #FF2C40;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
}


/* Category Layout - Filters */

.category-layout .sidebar:after {
    content:'.';
    visibility:hidden;
    display:block;
    height:0;
    clear:both;
}

.category-layout .filter {
    /*margin-bottom: 2px;*/
}


.category-layout .filter label {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.category-layout .filter-label {
    margin-left: 0px !important;
    font-weight: bold !important;
}

/* Category Layout - Content */
.category-layout .main .content {
    /*margin-left: 230px;*/
}

.category-layout .main .content .align-top {
    margin-right: -4px;
}


/* Content Layout */
.content-layout { }

/* Override */
.content-layout .holder {
    max-width: 1230px;
}

.content-layout .heading {
    padding: 15px 0;
    /*margin-top: 170px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100 */
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(left,  #ececec 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ececec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ececec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.content-layout .heading .fav,
.content-layout .heading .return {
    color: #666666;
    float: left;
    font-size: 20px;
    line-height: 20px;
}

.content-layout .heading .return i:before {
    margin: 0;
}

.content-layout .heading .wrapper {
    margin-left: 30px;
    margin-right: 30px;
    float: left;
}

.content-layout .heading .fav.link {
    cursor: pointer;
    font-size: 13px;
    float: right;
    padding: 0 10px;
}

.content-layout .heading .imprime {
    font-size: 14px;
    float: right;
    padding: 5px 20px;
    color: #333333;
}

.redessociales {
    font-size: 14px;
    float: right;
    padding: 5px 20px;
    color: #333333;
}


.content-layout .heading .fav.link .icon .icon-star:before {
    color: #ff9900;
    font-size: 14px;
    margin: 0;
}

.content-layout .heading .title {
    color: #3c3c3c;
    font-size: 24px;
    margin: 0 0 3px;
}

.content-layout .heading .title .code {
    color: #ACACAC;
    font-size: 17px;
    margin-left: 65px;
}

.content-layout .heading .price {
    color: #333333;
    font-size: 22px;
    font-family: 'Conv_Verb-Regular-Bold';
    margin-bottom: 15px;
}

.content-layout .heading .price .labl {
    color: #666666;
    font-family: 'Conv_Verb-Regular';
    font-size: 13px;
    margin-left: 0px;
}

.content-layout .heading .price .labl2 {
    color: #000000;
    font-family: 'Conv_Verb-Regular';
    font-size: 15px;
    margin-left: 8px;
}

.mstitulo {
    color: #000000;
    font-size: 15px;
    font-family: 'Conv_Verb-Regular-Bold';
    margin-bottom: 25px;
}

.resms {
    color: #000000;
    font-size: 14px;
    font-family: 'Conv_Verb-Regular';
    margin-bottom: 15px;
}

.content-layout .heading .services {

}

.content-layout .heading .service {
    float: left;
    margin-left: 25px;
    width: 60px;
}

.content-layout .heading .service:first-child {
    margin-left: 0;
}

.content-layout .heading .service:after{
    content: '';
    clear: both;
    display: table;
}

.content-layout .heading .service .icon {
    float: left;
    width: 25px;
}

.content-layout .heading .service .icon img {
    display: block;
    height: auto;
    max-width: 100%;
}

.content-layout .heading .service .text {
    color: #666666;
    font-size: 20px;
}

/* Content Layout - Main */
.content-layout .main {
    padding-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

/* Content Layout - Gallery */
.content-layout .gallery {
    margin-bottom: 30px;
}

.content-layout .gallery .slider .slides .previous-slide,
.content-layout .gallery .slider .slides .next-slide {
    background-image: none;
    background-color: rgba(255, 255, 255, .80);
    height: 50px;
    width: 50px;
}

.content-layout .gallery .slider .slides .previous-slide:before,
.content-layout .gallery .slider .slides .next-slide:before {
    color: #ff0000;
    display: inline-block;
    font-family: "fontello";
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 50%;
    line-height: 1em;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 50%;
    width: 1em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-layout .gallery .slider .slides .previous-slide:before { content: '\e803'; }
.content-layout .gallery .slider .slides .next-slide:before { content: '\e804'; }

.content-layout .gallery .slider .thumbs {
    height: 77px;
    margin: 10px 0;
}

.content-layout .gallery .slider .thumbs .inner {
    height: 100%;
}

.content-layout .gallery .slider .thumbs .thumb {
    height: 100%;
    margin: 0 7px;
    width: 116px;
}


/* Content Layout - Info */
.content-layout .info {
    margin-bottom: 30px;
}

.content-layout .info .title {
    border-bottom: 2px solid #CCCCCC;
}

.content-layout .info .title h2 {
    background-color: #CCCCCC;
    display: inline-block;
    color: #ffffff;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 15px;
    margin: 0;
    padding: 7px 10px;
}


/* Content Layout - Ubicación */

.content-layout .info .title2 {
    border-bottom: 2px solid #CCCCCC;
    max-width: 383px;
}

.content-layout .info .addressmap {
    max-width: 383px;
    font-family: 'Conv_Verb-Regular-Bold';
    margin-top: 4px;
}

.content-layout .info .title2 h2 {
    background-color: #CCCCCC;
    display: inline-block;
    color: #ffffff;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 15px;
    margin: 0;
    padding: 7px 10px;
}

.content-layout .info .info-content {
    color: #666666;
    font-size: 13px;
    max-width: 670px;
    padding: 13px 0 30px;
}

.content-layout .info .info-content img {
    display: block;
    height: auto;
    max-width: 100%;
}

.content-layout .info .info-content table { width: 100%; }

.content-layout .info .info-content h5,
.content-layout .info .info-content .unique-style b {
    color: #333333;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 15px;
    margin: 0;
}

/* Content Layout - Recommended */
.content-layout .recommended {  }

.content-layout .recommended h4 {
    color: #333333;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 17px;
    margin: 0 0 10px;
}

.titulo-inm {
    color: #000000;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 20px;
}

.content-layout .recommended .place {
    margin-bottom: 0;
}

/* Content Layout - Contact widget */
.contact-widget {
    background: #F2F2F2;
    padding: 15px 10px 10px;
}

.contact-widget.popup {
    padding: 45px 20px 20px;
    width: 315px;
}

.contact-widget h4 {
    color: #333333;
    font-family: 'Conv_Verb-Regular-Bold';
    /*font-size: 20px;*/
    font-size: 17px;
    margin: 0 0 10px;
    text-align: center;
}

.button.btn-export {
    width: 120px;
}

.button.btn-export,
.contact-widget .button {
    background-color: #CF2149;
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 13px;
    line-height: normal;
    margin-left: auto;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.contact-widget .call-us {
    color: #333333;
    /*font-size: 13px;*/
    font-size: 12px;
    margin: 0 auto 15px;
    max-width: 245px;
    text-align: center;
}

.contact-widget .call-us a {
    /*font-size: 16px;*/
    font-size: 14px;
    margin: 0 auto 10px;
    max-width: 195px;
    /*padding: 11px;*/
    padding: 8px 11px;
    text-transform: capitalize;
}

.contact-widget .call-us span {
    display: block;
}

.contact-widget .contact-form input[type=text],
.contact-widget .contact-form textarea {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    color: #999999;
    display: block;
    font-size: 12px;
    margin: 0 0 7px;
    padding: 11px;
    width: 100%;
}

.contact-widget .contact-form textarea {
    height: 115px;
    resize: none;
}

.contact-widget .contact-form input[type=submit] {
    font-size: 12px;
    max-width: 105px;
    padding: 10px;
    outline: none;
}

.contact-widget .contact-form .contact-response {
    color: #333;
    display: block;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}


/* Plain Layout */
.plain-layout {  }
.plain-layout h1 { color: #CF2149; font-size: 25px; }
.plain-layout h2 { color: #CF2149; font-size: 25px; }
.plain-layout h3 { color: #CF2149; font-size: 23px; }
.plain-layout h4 { color: #CF2149; font-size: 21px; }
.plain-layout h5 { color: #CF2149; font-size: 18px; }
.plain-layout p {  }
.plain-layout a { color: #CF2149; }

/*
JM: For temporal solution
*/
.outer-wrapper.category-layout h1{
    color: #CF2149;
    max-width: 1200px;
    margin: 55px auto 0 auto;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.fragment.body{
    margin-bottom: 50px;
}

div.full-settings:after{
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

div.full-settings .row{
    margin-bottom: 5px;
}

div.full-settings .name {
    color: #333;
}

div.full-settings .value{
    /*color: black;*/
    padding-left: 5px;
}

.sidebar-fluid .header{
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 15px;
}

.sidebar-fluid .header h4{
    color: #CF2149;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.sidebar-fluid .filters {
    margin-bottom: 25px;
}

.property-listing{
 /*margin: 0 auto;
 max-width: 287px;
    width: 100%;*/
}

h4.call-number{
    color: #CF2149 !important;
    margin: 20px 0 !important;
}

div.no-hits{
    text-align: center;
    padding: 20px 285px 0 0;
    font-family: 'Conv_Verb-Regular-Bold', sans-serif;
    color: #000000;
}

.square1 b,
.square2 b,
.square3 b{
    color: #CF2149
}

.wrap-print {
    border-top: 2px solid #CF2149;
    padding: 20px 0;
}

.wrap-print .btn-export {
    width: 200px;
}


.form-search {
    padding: 0 10px;
}

.form-search input[type="number"],
.form-search input[type="text"],
.form-search select {
    display: block;
    outline: none;
}

.form-search input[type=range] {
    width: 150px;
}

.form-search .filter {
    margin-bottom: 10px;
}

.form-search .filter .filter-control {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    font-size: 11px;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
}

.form-search .filter select {
    width: 100%;
}

.form-search .button {
    border: none;
    outline: none;
    background-color: #CF2149;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
    padding: 5px 15px;
}

.nothing-to-show {
    text-align: center;
    padding: 30px 0;
}

.contact-us {
    background-color: #CF2149;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    bottom: 45px;
    color: #fff !important;
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 10px 5px;
    position: fixed;
    right: 0;
    width: 180px;
}

.contact-us .icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 20px;
}

.rsocial{
    width: 100%;
    max-width: 100px;
    float: right;
}
