@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
    font-family: 'Dosis', sans-serif;
}

img
{
    padding:0px;
    margin:0px;
}

p
{
    padding: 0px;
    margin: 0px;
}

p.red
{
    color: #E94272;    
}

p.orange
{
    color :#F69D25;
}

p.green
{
    color: #AFCB38;
}

p.blue
{
    color: #9085BF;
}

p.blue2
{
    color: #00aec4;
}

a.blue2
{
    color:#00aec4;
}

a.green
{
    color:#AFCB38;
}

a
{
    color:#aeaeae;
}

a:hover
{
    color:#555555;
    text-decoration: none;
}

a:hover p
{
    color:#555555;
    text-decoration: none;
}

a:hover p.orange
{
    color :#F69D25;
    font-weight: bold;
}

ul
{
    list-style-type: none;
    margin:0px;
    padding:0px;
}

li
{
    padding-bottom: 10px;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
}

p.bigred
{
    font-size: 30px;
    line-height: 48px;
    color: #E94272;
}

p.biggreen
{
    font-size: 30px;
    line-height: 48px;
    color: #AFCB38;
}

p.bigblue
{
    font-size: 30px;
    line-height: 48px;
    color: #9085BF;
}

p.bigorange
{
    font-size: 30px;
    line-height: 48px;
    color: #F69D25;
}
p.biggray
{
    font-size: 30px;
    line-height: 48px;
    color: #a2a2a2;
}
p.bigblue2
{
    font-size: 30px;
    line-height: 48px;
    color:#00aec4;
}
hr
{
    border-color :#F69D25;
}

td
{
    padding:5px;
    border-width:0px;
}

table
{
    border-width: 0px;
}

table hr
{
    border-color: #00aec4;
    border-width: 2px;
}

.crop {
    height: 140px;
    width: 100%;
    overflow: hidden;
}

.crop img {
    height: auto;
    width: 100%;
}
