.container{
    background-color:#000000;
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
}
.whiteColor{
    color:#9d9d9d;
}
.superWhiteColor{
    color:#f7f7f7;
}
.breadcrumb{
    background-color:#000000;
    border-radius: 0;
    color:#9d9d9d;
}
.footer{
    color:#9d9d9d;
    text-align:center;
    font-size:0.9em
}
.redColor{
    color:#ff0000;    
}
.top-buffer { 
    margin-top:20px; 
}
.classWithPad { 
    margin:10px; 
    padding:10px; 
}
.cms-img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.cms-img-rounded{
    border-radius: 6px;
}
.cms-img-circle{
    border-radius: 50%;
}
.cms-img-thumbnail{
display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.cms-text-muted{
    color: #777;
}
.cms-text-primary{
    color: #337ab7;
}
.cms-text-white{
    color: #eeeeee;
}
.cms-text-success{
    color: #3c763d;
}
.cms-text-info{
    color: #31708f;
}
.cms-text-warning{
    color: #8a6d3b;
}
.cms-text-danger{
    color: #a94442;
}
.cms-bg-primary{
    background-color: #337ab7;
}
.cms-bg-success{
    background-color: #dff0d8;
}
.cms-bg-info{
    background-color: #d9edf7;
}
.cms-bg-warning{
    background-color: #fcf8e3;
}
.cms-bg-danger{
    background-color: #f2dede;
}
.cms-text-smaller{
   font-size: 85%;
}
.cms-text-bigger{
   font-size: 125%;
}
.cms-text-padding{
   padding:0 40px ;
}
.cms-text-stabilo{
   background-color: #ffff00;
   color: #000000;
}
.cms-marge-top{
   margin:60px 0 20px 0;
}
/* Stylesheet: main Modified On 2016-04-15 19:44:20 */
