body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif
}
#owl-custom .item img{
    display: block;
    width: 100%;
    height: auto;
}
a.logo
{
    text-decoration: none;
    font-size: 4.5em;
    letter-spacing: 0.01em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.infomail
{
    width: 157px;
    height: 19px;
    border: none;
}
.slogan
{
    color: #FFF;
    float: right;
}
.text-slogan
{
    color: #18acfb;
}
ul.nav li
{
    font-size: 2em;
}
.hide {
  display: none;
}
.read-more-toggle
{
    background: #dedede;
    border:1px solid #878787;
    padding: 0.5em 1em;
    width: 27%;
    cursor: pointer;
}
.read-more-toggle:hover
{
    background: #d8d8d8;
}
.greenText
{
    color: #008406;
}
.redText
{
    color: #c11300;
}
.grayText
{
    color: #919191;
}
#contactFormSendStatus
{
    float: right;
    font-size: 2em;
}
@media all and (max-width: 950px) {
    ul.nav li
    {
        font-size: 1.2em;
    }
    .read-more-toggle
    {
        width: 100%;
        text-align: center;
    }
    #contactFormSendStatus
    {
        font-size: 1em;
    }
}
.mp2 li a {margin: 0px 2px}