@font-face {
      font-family: 'caviar_dreamsregular';
      src: url(../fonts/CaviarDreams-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Aller_Bd';
    src:url(../fonts/Aller_Bd.ttf) format('truetype');
}
body{
    font-family:Arial, Helvetica, sans-serif;
    background-color:#F0F0F0;
}

header#top {
    background-color: #CABBCA;
}
header#menu {
    background-color: #B9CCB6;
}
.menu{
    display: inline-block;
    text-align: right;
    float:right;
}
.menu ul li {
    list-style: none;
    height: 60px;
    float:left;
    padding:0px 15px;
    font-family: 'Aller_Bd';
}
.menu ul li a {
    padding: 15px 15px 30px 15px;
    /*height: 35px;*/
    /*line-height: 28px;*/
    text-transform: uppercase;
    color: #fff;
    font-size:1.2em;
    font-weight:900;
    text-align:center;
    text-decoration: none;
    display: block;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
}
.menu li.active a, .menu li a:hover {
    color:#fff;
    border-bottom:2px solid #fff;
    height: 0px;
}

div#page {
    width: 100%;
    box-shadow: inset 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

.content-section {
    display: block;
    margin-top: 10px;
}

.service {
    text-align: center;
}

footer#contact {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #CABBCA;
}
footer#contact span{
    color:#8F648F;
    line-height: 1.5em;
    font-family: 'caviar_dreamsregular';
    font-size: 1.1em;
}
footer#contact span img {
    position: relative;
    top:3px;
}
footer#contact address {
    text-align: right;
}
footer#contact phonenumber {
    text-align: left;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom:10px;
    right: 10px;
    overflow: hidden;
    width:32px;
    height:32px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-move.png) no-repeat right top;
}

.field-validation-error {
    color: darkred;
    padding-left: 10px;
}

.input-validation-error {
    border-color: darkred;
}

#slogan {
    font-family: 'Aller_Bd';
    float: right;
    margin-top: 20px;
}