/* Ylly 2014 - Kevin Carnaille */

.container-fluid{
    max-width:1200px;
}
header#header{
    background:url('../images/bg.png') repeat;
    padding-top:5px;
}
a, a:hover, a:active, a:focus{
    outline:none;
    text-decoration: none;
}
*{
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
}
#bs-example-navbar-collapse-2, .navbar-default{
    background:none;
    border:0;
    margin-bottom: 0;
}
#logo{
    display: block;
    margin: auto;
    width: 20%;
    position: relative;
}
ul.navbar-nav {
    width: 100%;
    float:none;
}
.navbar-nav > li{
    display:inline-block;
    display:inline;
    zoom:1;
    float:none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display:block;
}
.navbar-default .navbar-nav > li > a:after{
    display:block;
    height:3px;
    background:transparent;
    width:2px;
    content:"";
    margin:auto;
    top:15px;
    position:relative;
    -moz-transition:width 0.2s ease;
    -webkit-transition:width 0.2s ease;
    -o-transition:width 0.2s ease;
    transition:width 0.2s ease;
    -ms-transition:width 0.2s ease;
}
.navbar-default .navbar-nav > li > a:hover:after{
    width:100%;
    background:#ffffff;
}
.navbar-default .navbar-nav > li > a.active:after, .navbar-default .navbar-nav > li > a.focus:after, .navbar-default .navbar-nav > li > a.visited:after{
    display:block;
    height:3px;
    content:"";
    margin:auto;
    top:15px;
    position:relative;
    width:100%;
    background:#ffffff;
}
.content{
    margin-top:50px;
    background:url('../images/bg2.png') repeat;
    padding: 25px;
    text-align: left;
    margin-bottom:75px;
}
.content h1{
    text-transform: uppercase;
    color:#2f2e2e;
    text-align: center;
    font-weight: 300;
}
.content h1 span{
    font-weight: bold;
}
.content h2:before{
    content:url('../images/arrow.png');
    position: relative;
    top: -4px;
}
.content h2{
    text-transform: uppercase;
    color:#2f2e2e;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    /*border:1px solid #2f2e2e;*/
    background: url('../images/bg2.png') repeat;
    padding:10px 0;
}
.content ul{
    padding:0;
    font-size:15px;
}
.home {
    padding: 0 20px;
}
.content h3{
    font-size:17px;
    line-height: 20px;
    display:inline-block;
    width: auto;
    margin-top:10px;
    font-weight:bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#4d4d4d;
}
.massdio{
    font-weight: bold;
}
h2.bigger{
    font-size:28px;
}
#logo .hover{
    position: absolute;
    top:0;
    left:0;
    opacity:1;
    filter:alpha(opacity=100);
    -moz-transition:opacity 0.2s ease;
    -webkit-transition:opacity 0.2s ease;
    -o-transition:opacity 0.2s ease;
    transition:opacity 0.2s ease;
    -ms-transition:opacity 0.2s ease;
}
#logo .first:hover{
    opacity:0.7;
    filter:alpha(opacity=70);
}
#lang{
    z-index:9999;
    color:#ffffff;
}
#lang a{
    color:#ffffff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}