/* CSS used here will be applied after bootstrap.css 
Ref: http://www.bootply.com/d8RMa03wW7
*/
html,body {
    height:100%;
    padding-top:70px;
  font-family: 'Arimo', sans-serif;
  background-color: white;
}


section {
  height:calc(90% - 50px);
}

.affix {
  padding:0px;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  

}
#tresc > div> div > div.ratings {
display: none;
}


.affix-top {
  padding-top:15px;
  padding-bottom:15px;
  -webkit-transition:padding 0.5s linear;
  -moz-transition:padding 0.5s linear;  
  -o-transition:padding 0.5s linear;         
  transition:padding 0.5s linear;  
}
#navbar > div > ul > li> a:hover {

color: red;
  text-decoration: none;
background-color: white;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: black;
    background-color: black;
}
#navbar > div > ul > li> a {
color: black;
 padding: 10px 20px 10px 20px;
 font-size: 12px;
}
.breadcrumb {
  background-color: white !important;
  color: black;
}
#navbar > div > ul > li:nth-child(1) > a {
 
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  background: white;
  padding: 10px 20px 10px 20px;
  border-bottom: solid #db0b0b 2px;
  text-decoration: none;
}
#content >.tlo{

    background-image: url("tlo.jpg");
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}




#tresc > div> div {
border: none !Important;
}
.thumbnail {
  padding: 0px !important;
}
#tresc > div> div > div.caption > h4 > a {
padding: 10%;
color: #818892;
}
.navbar-nav>li>a {
  line-height: 10px;
}
.navbar-nav {
    margin: 0px !Important;
}
#nav > div {
background-color: white;
}

 .row {
    margin-right: 15px;
    margin-left: 15px;
    background-color: white;
}
#tresc > section > p {
font-size: 16px;
}
#tresc > div > div > img {
height:250px;
}
#tresc > section > p {
text-align: center;
}
#tresc > section > p > a {
color: red;
}
#tresc > div {
margin-top: 20px;
}
#tresc > div.posts.view > p {
text-align: center;
}
a {
  color: red;
}
#tresc > div:nth-child(3n+1) > div > img {
height:250px;
}
#content > div > div > ol > li:nth-child(1) > a > span {
color: red;
}
#tresc > h1 {
display: none;
}
a:hover {
  text-decoration: none !important;
}
footer {
  display:block;
  clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
  padding: 10em 0;
  text-align: center;
}
body > footer > div > p:nth-child(2) {
  color: #e11515;
}

#navbar {

    background-repeat: no-repeat;
    background-size: 10%;
}
#nav > div > div > div.navbar-header {
margin-left: 0px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 3px;
    padding-top: 4px;
    font-size: 120%;
}

    

