.ct-topBar .ct-panel--user li {
    width: auto;
}
.ct-topBar ul li a {
    padding-left: 10px;
    padding-right: 10px;
}
nav.navbar .navbar-nav .dropdown-menu li a.extMenuForceBorder {
    border-bottom:1px solid #5a5a5a;
}
.headroom--top.navbar {
    z-index: 9999;
}
#maingDeskLogo {
    width: 130px;
}

.saludMenu .active a {color: #82b540;}
.saludMenu .ct-divider--dark {height:2px;}

.extMenu-coachingSessions {
    font-weight: 600;
    font-style: italic;
}
.cursosWrapper .ct-productImage {
    border-right:1px solid #dde2d7;
}

.cursosWrapper .ct-productImage img {
    width: 316px;
    height: 194px;
}

.courseSingleWrapper .ct-productImage {
    border-bottom: 1px solid #dde2d7;
}

.courseSingleWrapper .ct-sidebarProducts .ct-productDescription h4 {
    border-bottom: 0px;
}

.coachingImageBadge  {
    text-align: center;
    border-radius: 100%;
}
.coachingImageBadge img {
    border-radius: 100%;
    width: 200px;
    height: 200px;

    /*-webkit-box-shadow:  12px 12px 15px #000 inset;
    -moz-box-shadow:  12px 12px 15px #000 inset;
    box-shadow:  12px 12px 15px #000 inset;*/

    -webkit-transition: filter 1s; /* Safari */
    -moz-transition: filter 1s; /* Safari */
    transition: filter 1s;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.coachingImageBadge img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    -moz-filter: none;
    -webkit-box-shadow:  0px 0px 0px #333333 inset;
    -moz-box-shadow:  0px 0px 0px #333333 inset;
    box-shadow:  0px 0px 0px #333333 inset;
}
.dropdown.yamm-fw {
}
.ct-prefooter {
    background-color: #111111;
    background-image: url("images/content/special/cerbino2.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
.floatingDownBlock {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
    -moz-box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
    box-shadow: 1px 2px 5px 0px rgba(139, 151, 183, 0.35);
    border-bottom: 1px solid #dbe4ed;
}
#contactForm textarea {resize: vertical;}

.sloganSubtitle {
    font-weight: lighter;
}
.footerCustomTitle {
    text-align: center;
    line-height: 50px;
}

.ct-prefooter .form-control {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 1s; /* Safari */
    -moz-transition: all 1s; /* Safari */
    transition: all 1s;
}
.ct-prefooter .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
}
.ct-prefooter .contactSend {
    opacity: 0.5;
    position: relative;
    left: -1000px;
    -webkit-transition: all 0.5s ease; /* Safari */
    -moz-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}


nav.navbar { border-right: 0px; border-left: 0px;}

.publicacionesWrapper .ct-productBox .ct-productDescription span.introCnt p {
    color: #666666;
    line-height: 2em;
    font-size: 15px;
    text-align: justify;
}
.publicacionesWrapper .ct-productBox .ct-productDescription {
    padding-left: 25px;
    padding-right: 30px;
}

.publicacionesWrapper .ct-productBox .ct-productMeta a {
     display: inline;
 }
.publicacionesWrapper .ct-productBox .ct-productMeta  {
    font-size: 15px;
    text-align: left;
    padding-left: 20px;
}
.publicacionesWrapper .ct-productBox .ct-productMeta .linkCnt {
    margin-left: 25px;
}
.publicacionesWrapper .ct-productBox .ct-productMeta .linkCnt a {
    color:#6CACFF;
}
.publicacionesWrapper .ct-productBox .ct-productMeta .linkCnt a:hover {
    text-decoration: underline;
}


@media (min-width: 768px) {
    nav.navbar .navbar-nav li a {
        font-size: 17px;
    }

    #maingDeskLogo {
        width: 130px;
    }

    .navbar-wrapper {
        height: 201px;
    }
}
@media (min-width: 992px) {
    nav.navbar .navbar-nav li a {
        font-size: 20px;
    }

    .navbar-wrapper {
        height: 142px;
    }
}
@media (min-width: 1200px) {
    #maingDeskLogo {
        width: 200px;
    }
    .ct-prefooter {
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
    }
}
@media (max-width: 768px) {
    .cursosWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable {
        height: auto;
    }

    .cursosWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable .ct-productImage {
        display: block;
        height: auto;
        width: 100%;
    }
    .cursosWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable .ct-productImage img {
        display: block;
        height: auto;
        width: 100%;
    }
    .cursosWrapper .ct-productImage {border-right: 0px; border-bottom: 1px solid #dde2d7; }

    .publicacionesWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable {
        height: auto;
        padding-top:15px;
    }

    .publicacionesWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable .ct-productImage {
        text-align: center;
        display: block;
        height: auto;
        padding-bottom:15px;
        border-bottom: 1px solid #dde2d7;
    }

    .publicacionesWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable {
        display: inherit;
    }

    .ct-prefooter .ct-list-default a, .ct-list-hyperlink a {
        width: 80%;
        display: inline-block;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .cursosWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable {
        height: auto;
    }
    .cursosWrapper .ct-productBox--inline > .ct-u-displayTableCell {
        display: table-cell;
    }

    .cursosWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable .ct-productImage {
        display: block;
        width: 316px;
        height: 194px;
    }

    .cursosWrapper .ct-productBox .ct-productDescription {
        padding-bottom: 62px;
    }

    .cursosWrapper .ct-productBox--inline .ct-productMeta {
        position: absolute;
        bottom: 0;
    }

    .publicacionesWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable {
        height: auto;
        padding-top:15px;
    }

    .publicacionesWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable .ct-productImage {
        text-align: center;
        display: block;
        height: auto;
        padding-bottom:15px;
        border-bottom: 1px solid #dde2d7;
    }

    .publicacionesWrapper .ct-productBox.ct-productBox--inline.ct-u-displayTable {
        display: inherit;
    }
}

.text-a-left {
    text-align: left !important;
}


.ct-productBox.ct-productBox--inline.ct-u-displayTable {
    height: 194px;
}
.ct-productBox.ct-productBox--inline.ct-u-displayTable .ct-productImage {
    height: 194px; vertical-align: middle;
}
.ct-widget-categories li a.active {
    color: #82b540;
}

.extHighlightBold {
    font-weight:bold;
    color: #82b540;
}

.hidden {
    display: !important none;
}