* {
    box-sizing: border-box;
}

html {
    font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.starter {
    padding: 10px 10px;
    text-align: center;
    position: relative;
}
.starter-sub {
    margin: 0 auto;
    padding-top: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
.middle {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 18px;
    text-align: center;
    color: white;
    background-color: #b18847;
}
.middle-sub {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 800px;
}
.linea {
    margin: 40px 0;
    border: 1px solid #cccccc;
}
.punto {
    color:#b18847;
    font-weight: bolder;
}
.bottone {
    color: #fff;
    background-color: #a0a0a0;
    border-color: #a0a0a0;
}
.bottone:hover {
    background-color: #b18847;
    border-color: #b18847;
}
.ink:link {
    color: #b18847;
    background-color: transparent;
    text-decoration: none;
}
.ink:visited {
    color: #b18847;
    background-color: transparent;
    text-decoration: none;
}
.ink:hover {
  color: #333;
  background-color: transparent;
  text-decoration: none;
}
.clear {
	clear: both;
}
.flag {
	width: 22px;
	height: 15px;
	border: 1px solid #e5e5e5;
}
.scatola {
	margin: 40px 0;
}


div.top {
	float: right;
	margin: 10px 5px;
}

div.row .box{
	margin-bottom: 40px
}

div.row .box2{
	margin-top: 40px
}

div.container .row .flags a:hover, p.pull-right a.back-to-top:hover{
  color:#333;
}

