/* Enter Your Custom CSS Here */
.tc-header {
    min-height: 45px;
    background: #e9eaee;
    /*border-bottom: 10px solid  #fff;*/
}

close, h1, h2, h3, h4, h5, h6 {
     text-shadow: none; 
}






a {
    color: #1b8b8d;
    text-decoration: none;
}

.tc-sidebar .widget li a {
    text-shadow: none;/*0 1px 0 #FFF;*/
}

.round-div {
  
    border: 104px solid #ccc;
    
}

.tc-header {
    border-top: 1px solid #e9eaee;/* #27cbcd;*/
}

body, .navbar .nav>li>a {
    font-size: 16px;
    line-height: 1.6em;
}

body {
    padding-bottom: 0;
    color: #5a5a5a;
    background: #ccc;
}

@media (max-width: 979px){
.widget-front .round-div {
    width: 150px;
    height: 150px;
    border: 94px solid #ccc;
    top: -44px;
    left: -65px;
}
}

@media (max-width: 979px){
.span9.article-container .round-div {
    width: 125px;
    height: 125px;
    border: 92px solid #ccc;
    top: -38px;
    left: -67px;
}
}

@media (max-width: 767px){
.span12.article-container .round-div, .span6.article-container .round-div, .span9.article-container .round-div , a.round-div {
    width: 100px;
    height: 100px;
    border: 94px solid #CCC;
    top: -46px;
    left: -78px;
} 
}

@media (max-width: 480px){
.span12.article-container .round-div, .span6.article-container .round-div, .span9.article-container .round-div, a.round-div  {
    width: 125px;
    height: 125px;
   border: 94px solid #ccc;
    top: -68px;
    left: -57px;
}
}
