body{
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #99a;
    line-height:1.6;
}
p{
    font-size: 15.84px;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url('../images/body-background-s.jpg') no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1,h2,h3,h4,h5{
    margin: 0;
    color: #444449;
}
.spacer{
    margin-top: 20px;
}
.spacer-large{
    margin-top: 60px;
}
.spacer-bottom-large{
    margin-bottom: 60px;
}
.spacer-bottom{
    margin-bottom: 20px;
}
.clear{
    clear: both;
}
.round{
    border-radius: 50%;
}
textarea{
    resize: none;
}
#header{
    background-color: #ffffff;
    margin-bottom: 200px;
    padding: 10px 0 0 0;
}
a{
    color: inherit;
    text-decoration: underline;
}
a:hover{
    color: inherit;

}
#header ul.nav{
    display:table;
    height:100px;
    width: 100%;
    margin-top: 15px;
}
#header ul.nav li{
    display: table-cell;
    padding: 0 10px;
    float: left;
    clear: both;
    width: 100%;
}
.navbar-nav{
    margin: 0;
}
#header ul.nav li a{
    border-radius:0;
    font-size: 1.3em;
    margin-bottom:10px;
    text-align:center;
    color: #444449;
    text-decoration:none;
    text-transform: uppercase;
    width: 100%;
}
#header ul.nav li a:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 3px;
}
#header ul.nav li a:hover:before {
    background: #444449;
}
#header ul.nav li a.active{
    background-color: transparent;
}
#header ul.nav li a.active:before{
    background: #444449;
}

#bs-example-navbar-collapse-1{
    border: 0px;
}
#logo{
    padding: 7px 0px;
}
.main-content{
    background-color: #ffffff;
    position: relative;
}
#footer{
    padding: 50px 0 30px;
    clear: both;
    text-align: center;
    background: #444449;
    color: #eee;
}
.footer .footer-content{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.section-heading {
    position: relative;
    margin: 50px 0 40px 0;
    padding: 0 0 30px;
    text-align: center;
    line-height: 1.2;
    font-size: 2.5em;
    text-transform: uppercase;
}
.section-heading:before {
    content: ' ';
    position: absolute;
    background: #bbb;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
}
.teaser{
    margin-bottom: 30px;
    clear:both;
    line-height: 1.8em;
    font-style: italic;
}
.feature-content{
    margin: 0;
    padding: 20px 0px;
    font-size: 1em;
    line-height: 1.8;
}
.feature-title{
    margin: 5px 0;
    font-size: 1.2em;
    text-transform: uppercase;
}
.mail-link{
    color: white;
    text-decoration:none;
}
.footer-content{
    font-size: 1em;
}
.mail-link:hover{
    color: white;
    text-decoration:none;
}
.btn-theme{
    background-color: #444449;
    border-radius:0px;
    color:white;
}
.btn-theme:hover{
    color:white;
}
.btn-theme-neutral{
    background-color: #F8F8F8;
    border-radius:0;
    padding: 15px;
    font-style: normal;
    color: #444449;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.contact-success-notice{
    margin: 15px 0px 25px 0px;
    font-size: 1.2em;
    display:none;
}
.realisation{
    margin-bottom: 40px;
    text-align:center;
}
.realisation img{
    width: 90%;
    margin-top: 5px;
}
.realisation-title{
    margin-bottom: 15px;
}
.circle:before {
    content: ' \25CF';
    font-size: 1em;
}
.icon-wrapper{
    text-align:center;
}
.theme-icon{
    margin:auto;
    display:block;
    height: 90px;
    width: 90px;
    border: 1px solid #a99;
    border-radius: 50%;
    margin-bottom: 25px;
}
.theme-icon:before{
    font-size: 40px;
    margin-top: 25px;
    color: #444449;
}
.blog-article h1{
    margin-bottom: 25px;
    font-size: 26px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #444449;
}
.blog-article .blog-point{
    color: #99a;
}

.blog .blog-article{
    position: relative;
    padding: 50px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.blog .article-info{
    margin-top: 20px;
    font-style: italic;
}
.no-border{
    border-bottom: none !important;
}

.read-further-link:hover .read-further{
    opacity: 1;
}
.read-further-link:hover .inner{
    opacity: 0;
    color: transparent;
}
.blog .blog-article .inner{
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.read-further-link:hover .blog-article{
    background-color: #F8F8F8;
    cursor:pointer;
}
.read-further{
    opacity: 0;
    position:absolute;
    top: 40%;
    font-style: normal;
    font-size: 27px;
    color: #444449;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    text-transform: uppercase;
    right: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.no-style-link, .no-style-link:hover, .no-style-link:active, .no-style-link:focus{
    text-decoration: none;
}
@media (min-width: 768px){
    #header ul.nav{
        width: auto;
        margin-top: 0px;
        margin-right: -20px;
    }
    #header ul.nav li{
        width: 140px;
        float: none;
        vertical-align: bottom;
    }
    #header ul.nav li a{
    }
}