html, body {
    margin: 0;
    padding: 0;
}

a:hover {
    outline: none;
}

body {
    background: #2fb1dc;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #fff;
    font-size: 16px;
}

/* START PAGE */
#start-page {
    position: relative;
    height: 100%;
    min-height: 100%;
}

#main-logo {
    background: #fff;
    height: 272px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -136px 0 0 -50%;
    text-align: center;
    padding: 10px 0;
}

#main-logo a {
    outline: none;

}

#main-entry {
    display: block;
    position: relative;
    color: #fff;
    font-size: 26px;
    top: 50px;
    outline: none;
}

#main-entry:hover {
    text-decoration: none;
}

/* HEADER */

#header {
    height: 185px;
    width: 100%;
    background: #fff;
}

#header .container {
    padding: 0;
}

#logo {
    position: relative;
    top: 20px;
    display: block;
    height: 141px;
    width: 139px;
    float: left;
    z-index: 1001;
    left: 100px;
}

#slogan {
    background: #b80619;
    font-size: 20px;
    color: #fff;
    width: 600px;
    height: 40px;
    line-height: 40px;
    float: right;
    padding: 0 5px;
    position: relative;
    top: 72px;
    z-index: 1000;
}

#slogan-bar {
    background: #b80619;
    font-size: 20px;
    color: #fff;
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: right;
    padding: 0 5px;
    position: absolute;
    top: 72px;
    right: 0;
    z-index: 100;
}

/* MENU */

.container {
    width: 1000px;
    padding: 0;
}

#menu {
    background: url("../img/top.png") no-repeat scroll center center transparent;
    font-size: 18px;
    height: 102px;
    margin: 20px 0 0;
    padding: 20px 70px;
    width: 1000px;
    text-align: center;
}

#menu ul {
    display: inline;
}

#menu li {
    padding: 0 8px;
}

#menu a {
    color: #fff;
    outline: none;
}

#menu a:hover, #menu a.active {
    text-decoration: none;
    color: #b80619;
}

#menu a:link, #menu a:visited {
    text-decoration: none;
}

#content-page {
    background: url("../img/center.png") repeat-y scroll center center transparent;
    padding: 10px 100px;
}

/* FOOTER */

#footer {
    background: url("../img/bottom.png") no-repeat scroll center center transparent;
    height: 102px;

}

#maps_wrapper {
    float: right;
}

#maps, #maps2 {
    width: 380px;
    height: 250px;
    margin: 0 0 20px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.row {
    margin: 0 0 30px 0;
}

.references-info {
    text-align: center;
    font-size: 24px;
    padding: 25px 0 0 0 !important;
}

.references-pdf, .references-pdf:visited, .references-pdf:hover {
    color: #b80619;
    text-decoration: underline;
    margin: 20px 0 0;
    display: block;
}

.bxslider {
    width: 500px;
}

.bxslider img {
    display: block;
    max-width: 100%;
}

.bx-wrapper img {
    margin: 0 auto;
}

.bx-wrapper, .bx-viewport {
}

.vcenter-parent {
    display: table;
    table-layout: fixed;
}

.vcenter-child {
    display: table-cell;
    vertical-align: middle;
}

.gradient {
    background: #2fb1dc url('../img/gradient.png') repeat-x 0 0; 
}

.slider {
    width: 480px;
    height: 270px;
    margin: 0 0 10px 10px;
}

.cv-form input[type="text"]{
    margin:2px 0;
    border:2px solid #1a496f;
    color:#000;
    padding:3px;
}

.cv-form input[type="submit"]{
    background: #b80619;
    color:#fff;
    border:0;
    padding:5px 30px;
    float:right;
    margin:50px 0 0;
}

.cv-form{
    margin-top:50px;
}

.error, .success{
    font-size:18px;
    color: #fff;
    background: #b80619;
    margin:20px 0;
    padding:10px 20px;
    border-radius: 5px;
}

.success{
    background: rgb(27, 98, 22);
}