@charset "utf-8";
/* CSS Document */


h1
{
font-size: 24px;
font-weight: normal;
padding: 15px 0px;
text-transform:uppercase;
}

.service-block
{
width: 255px;
border-radius: 6px;
float:left;
margin-right: 15px;
background-color: #f1f1f1;
max-height: 258px;
}

.last-block
{
margin-right: 0px;
}

.service-block h3
{
color: #169fe7;
font-size: 20px;
padding: 20px 0px 0px 25px;
text-transform: uppercase;
font-weight: normal;
}

.service-block h4
{
color: #a0a0a0;
font-size: 15px;
padding: 0px 0px 10px 25px;
font-weight: normal;
}

.content-block
{
margin-bottom: 30px;
}

.content-block p
{
line-height: 24px;
text-align:justify;
}

.content-block h2
{
padding: 40px 0px 10px 0px;
font-size: 16px;
}

.slide-block
{
background-color: #f6f7fb;
border-top: 1px solid #e6e9ee;
border-bottom: 1px solid #e6e9ee;
padding: 60px 0px;
}