.myTheme  a {color: #000;text-shadow:none; text-decoration: none;}
.myTheme  a:hover {color: #333;text-shadow:none;}
.row .myRow { margin:0;padding:0;}
.myFloatRight { float: right; }
.myFooter a { color: #000; }
.myFooter a:hover { color: #333; }
.myPadding10 { padding:10px;}
.thumbnail { border: none;}

/*.carousel-indicators {
        left:0;
        width:auto;
        padding:5px 30px 5px 30px;
        margin-left:0;
        background:rgba(0,0,0,0.7);
}
.carousel-indicators li {
        border-radius:0;
        width:8px;
        height:8px;
        background:#fff;
}
.carousel-indicators .active {
        width:10px;
        height:10px;
        background:#39b3d7;
        border-color:#39b3d7;
}*/
.news-carousel-controls {
    background:#eeeeee;
    color:#fff;
    padding: 6px;
    width:50px;
    opacity:0.85;
    position: relative;
}

.mybreadcrumb{
    display: block;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.mybreadcrumb.inline{
    display: inline-block;
}
.mybreadcrumb > li,
.mybreadcrumb > div{
    display: inline-block;
    list-style: none;
    margin-right: -15px;
}

.mybreadcrumb .step,
.mybreadcrumb > li > div{
    display: inline-block;
    background-color: #999;
    margin: 2px;
    padding: 0 2px 0 2px;
    margin-right: 15px;
    margin-left: 15px;
    color: #fff;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.mybreadcrumb.clear-initial-trail > li:first-child > div,
.mybreadcrumb.clear-initial-trail > div:first-child .step{
    margin-left: 0;
    padding-left: 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.mybreadcrumb.clear-initial-trail > li:first-child > div::before,
.mybreadcrumb.clear-initial-trail > div:first-child .step::before{
    display: none;
}
.mybreadcrumb .step::after,
.mybreadcrumb > li > div::after{
    display: block;
    position: absolute;
    top:0;
    left: 100%;
    content: '';
    border: 15px solid transparent;
    border-left-width: 15px;
    border-right-width: 0px;
    z-index: 10;
    border-left-color: #999;
}
.mybreadcrumb .step::before,
.mybreadcrumb > li > div::before{
    display: block;
    position: absolute;
    top:0;
    right: 100%;
    content: '';
    background-color: #999;
    border: 15px solid transparent;
    border-left-width: 15px;
    border-right-width: 0px;
    border-left-color: #fff;
}