/* 
    Document   : style
    Created on : 20 oct. 2013, 13:29:46
    Author     : nicolasktorza
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@font-face {
    font-family: 'BAUHS93';
    src: url('../fonts/BAUHS93.eot');
    src: url('../fonts/BAUHS93.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BAUHS93.woff') format('woff'),
        url('../fonts/BAUHS93.ttf') format('truetype'),
        url('../fonts/BAUHS93.svg#BAUHS93') format('svg');
    font-weight: normal;
    font-style: normal;
}
h2{
    font-size: 35px;
}
h3{
    font-size: 20px;
    margin-top:0;
    font-family: Arial;
    text-transform: uppercase;
}
h4{
    font-size: 16px;
    margin-top:0;
    margin-bottom: 0;
    font-family: Arial;
}
.bold{
    font-weight: bold;
}
.black{
    color:black;
}
.police{
    font-family: 'BAUHS93';
    font-weight:normal;
    line-height: 50px;
}
.police2{
    font-family: 'BAUHS93';
    font-weight:normal;
    line-height: 32px;
}
.arial{
    font-family: Arial;
}
.color{
   color:#3853a1;
   text-decoration: none; 
}
a{
   color:#3853a1;
   text-decoration: none; 
}

.uppercase{
    text-transform: uppercase;
}

.float_left{
    float:left;
}
.float_right{
    float:right;
}
.center{
    text-align:center;
}
.radius{
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.font_mini{
    font-size:0.75em;
    margin-bottom:0;
}
.font_mini2{
    font-size:13px;
    margin-bottom:0;
    line-height: 12px;
}
.font_middle{
    font-size:1.5em;
}
.black{
    color:#000;
}
.white{
    color:#fff;
}
img.logo{
  padding:0;
  margin:0;
}
.container{
    width:90%;
    margin:0px auto 50px auto;
    /*background-color: red;*/
}
#photo{
    width:80%;
    margin:0 auto;
    margin-bottom: 20px;
}
.wrapper{
    max-width:800px;
    width:100%;
    display:block;
    margin:0 auto;
    /*background-color: blue;*/
}
.colection{
    padding-top:15px;
    cursor:pointer;
}
.colection:hover{
    cursor:pointer;
    color:#000; 
}
.section{
    margin:11px auto 9px;
    overflow:hidden;
    display:none;
    font-size:10px;
}
@media only screen and (max-width: 800px) { 

    h2{
        font-size: 33px;
        margin:0;
        line-height: 26px;
    }
    h3{
        font-size: 13px;
    }
    h4, p{
        font-size: 14px;
    }
    .police {
    line-height: 34px;
    margin-bottom: 20px;
    }

}







