@import url(http://fonts.googleapis.com/css?family=Lato:400,900,300,100);
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans:400);

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body {
    font-family: Lato, sans-serif;
    /* padding: 20px 0; */
}

#header {
    position: relative;
}

#logo {
  width: 70px;
  margin: 0 auto 30px;
  display: block;
  font-weight: 800;
  font-size: 26px;
}

#logo img {
    display: block;
    width: 100%;
}

#menu {
    font-size: 12px;
    text-align: center;
    letter-spacing: .5px;
}

#menu > li {
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    display: inline-block;
}

#menu > li a {
    padding: 5px 10px;
    display: block;
}

#menu li.selected {
    color: #006792;
    border-bottom: 12px solid #006792;
}

#menu > li > a:hover {
    color: #006792;
}

#menu li.separator {
    display: none;
}

#menu li.search {
    color: #B9B9B9;
    border-left: 2px solid #B9B9B9;
}

#menu li.member {
    color: #D80000;
    padding: 0;
}

#menu li.member > a {
    border: 1px solid #D80000;
}

#menu li.member a {
    display: block;
    padding: 10px 15px;
}

#menu li.member a:hover {
    background: #d80000;
    color: #fff;
}


#menu li.member ul {
    text-transform: none;
    position: absolute;
    display: none;
    background: #f0f0f0;
    margin-top: -1px;
}

#menu li.member:hover ul {
    display: block;
}

#menu li.member ul a {
    display: block;
    color: #D80000;
}

#menu li.member ul a:hover {
    background: none;
    color: #333;
}


#menu li.member ul a:hover:after {
    content: " ›";
}

#page {
    font-size: 16px;
}

#page h1 {
    color: #B8B8B8;
    font-size: 36px;
    margin-bottom: 50px;
    font-family: Ropa Sans, sans-serif;
    font-weight: 400;
}

/*
 * Stili aggiuntivi per form
 */

.form-group.required label:after {
    content: " *";
    color: #006694;
}

.has-error .help-block {
    color: #737373;
}

.has-error .error {
    font-weight: bold;
    color: #a94442;
}

.btn-vacook {
  color: white;
  background-color: #713c8a;
  border-color: #6f358b;
}

/* MAIL */
.vertical-center {
min-height: 100%;
min-height: 100vh;

display: -webkit-box;

display: -ms-flexbox;

display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.jumbotron {
margin: auto;
}

.jumbotron .besser {
 height: 10vw;
 width: 10vw;
 max-width: 132px;
 max-height: 132px;
 min-height: 85px;
 min-width: 85px;
 background-repeat: no-repeat;
 background-size: cover;
 opacity: 1;
 background-image: url("http://vacook.infofactory.it/static/img/besser.jpg");
 background-repeat: no-repeat;
 background-size: cover;
}

.btn-vacook {
color: white;
background-color: #713c8a;
border-color: #6f358b;
-webkit-transition: 1s ease all;
transition: 1s ease all;
}

.btn-vacook:hover {
color: white;
border-radius: 10px;
-webkit-transition: 1s ease all;
transition: 1s ease all;
}
