* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
  font-size: 62.5%;	
}

/* ----------------------------------------------- Size 1100 ----------------------------------------------- */
html, body {
  height: 100%;
}
body {
	background: #F1F0F0 none repeat scroll 0 0;
	font-family: 'Raleway', sans-serif;
	color: #001A25;
	display: flex;
   flex-direction: column;
}

/*----------------------------------------- testi ----------------------------------------------------*/
p {
	font-size: 1.6rem;
	color: #323232;
	line-height: 2.2rem;
	padding-top: 1rem;
}
p.colonna {
	padding: 1rem 2rem 5rem 2rem;
}
p.just {
	text-align: justify;
}
p.interlinea {
	font-size: 1.6rem;
	color: #323232;
	line-height: 2.5rem;
}
p.cookie {
	margin-top: 5rem;
}
.ico {
	color: #001A25;
	font-size: 3.5rem;
	line-height: 1.5em;
	padding-top: 0;
}
.ico2 {
	line-height: 2em;
	padding-top: 1rem;
}
span.em {
	font-size: 1.6rem;
	color: #323232;
	line-height: 2.2rem;
	padding-top: 1rem;
	font-style: oblique;
}
.grassetto {
	font-weight: bold;
	font-size: 1.6rem;
}
span.red {
	font-size: 1.6rem;
	color: #BC5D00;
	line-height: 2.2rem;
	padding-top: 1rem;
	font-weight: bold;
}

h1 {font-size: 2.4rem;}
h2 {font-size: 1.8rem;}
h3 {font-size: 1.6rem;}
h4 {font-size: 1.4rem;}
h5 {font-size: 1.2rem;}
h6 {font-weight: normal;font-size: 1rem;}

.in-costruzione>h1, .errorwrap>h1 {
	color: #F1F0F0;
	font-size: 5rem;
}

.page-title>h1 {
	color: #F1F0F0;
	font-size: 3.5rem;
}
.page-title>h2, .errorwrap>h2 {
	color: #F1F0F0;
}
.hero-text>h1 {
	color: #F1F0F0;
	font-size: 3.5rem;
}
.hero-text>h2, .errorwrap>h2 {
	color: #F1F0F0;
}
.in-costruzione>p, .errorwrap>p {
	color: #F1F0F0;
	margin-bottom:10px;
}
.in-costruzione>p.social {
	margin-top: 20px;
}
.in-costruzione>p.social a, .errorwrap>a {
	color: #F1F0F0;
	font-size: medium;
}

a {
	font-size: 1.4rem;
	color: #323232;
	text-decoration: none;
}
table#cookie{
    border-collapse: collapse;
    width: 100%;
	 margin-top: 2rem;
}
#cookie td, #cookie th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
	font-size: 1.4rem;
	color: #323232;
}

#cookie tr:nth-child(odd){background-color: #f2f2f2;}

#cookie th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}
ul.cookie {
	list-style: none;
	padding: 10px 0 30px 0;
	margin: 0;
}
ul.cookie li {
	margin-top: 15px;
	font-size: 1.4rem;
}


/*--------------------------------------------------- colonne ----------------------------------------------------*/
[class*="col-"] {
    float: left;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/*---------------------------------------------- separatori pagina ---------------------------------------------*/
.separatore {
	display: block;
	margin: 0px auto;
	text-align: center;
	max-width: 100%;
	padding-bottom: 1.5rem;
}
hr.style {
    border: 0;
}
hr.style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.style-title {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	margin: 10px 35% 0 35%;
}
hr.hero {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	margin: 10px 35% 0 35%;
}
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 3rem;
	font-size: 2rem;
	font-weight: 600;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline;
	padding: 0 .5em;
	line-height: 3rem;
	color: #0D2931;
	background-color: #F1F0F0;
}

/*---------------------------------------------- liste ---------------------------------------------*/
ul.list {
font-size: 2.2rem;
position: relative;
padding: 0.5em 1em 0.5em 1em;
}
ul.list > li {
  line-height: 1rem;
	 padding: 0.5em 0;
  list-style-type: none!important;
}

ul.list > li:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
	left: 0;
}

/* --------------------------------------------------- Header ------------------------------------------------------*/
header {
	width: 100%;
	height: 9.5rem;
	background-color: rgba(0,0,0,0.5);
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
.no-rgba header {
	background: #262420;
}
.logo {
	width: 51.2rem;
	height: 12.7rem;
	background: url(../images/brand.png);
	background-position: 0 -127px;
	float: left;
	position: relative;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
img.logomobile {
	display: none;
	position: relative;
	z-index: 999;
}

header nav {
	float: right;
	line-height: 9.5rem;
	margin-right: 2%;
}
header nav a {
	color: rgba(250,240,21,0.5);
	margin-left: 0.8rem;
	text-shadow: none;
	font-weight: 500;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header.smaller {
	height: 6rem;
}
header.smaller .logo {
	height: 5.5rem;
	background: url(../images/brand.png) no-repeat;
	background-position: 0 -355px;
	float: left;
}
header.smaller  nav {
	line-height: 6rem;
}



/*------------------------------------------------------- inizio contenuti centrali --------------------------------------------*/
#main-content {
	width: 100%;
	text-align: center;
	height: auto !important;
	margin: 0 auto;
	background-color: #F7F7F7;
	flex: 1 0 auto;
}

.hero-image {
  height: 35%;
  border-bottom: solid #0D2931 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.hero-text {
  height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	padding-top: 15rem;
}

.half-bg-image {
	height: 35%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.full-bg-image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#no-image {
	padding-top: 12rem;
	padding-bottom: 5rem;
	height: 15rem;
}
.page-title {
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	padding-top: 15rem;
	border-bottom: solid #0D2931 6px;
}
.in-costruzione, .errorwrap {
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 15%;
	text-align: center;
}

.in-costruzione form{
	display: inline-block;
}

.in-costruzione form input{
	background-color: rgba(255,255,255,0);
	border: 1px solid;
	resize: none;
	font: inherit;
	font-size: 1.2rem;
	font-weight: normal;
	color: #F1F0F0;
	width: 250px;
	padding: 1.5rem;
	height: 2rem;
	margin: 1rem;
}
.in-costruzione ::-webkit-input-placeholder {
	color: #F1F0F0;
}
.in-costruzione ::-moz-placeholder {
	color:  #F1F0F0;
	opacity: 1;
}
.in-costruzione :-ms-input-placeholder{
	color:  #F1F0F0;
}
.in-costruzione form button{
	background-color: rgba(255,255,255,0);
	border: 1px solid;
	color: #F1F0F0;
	padding: 8px 30px;
	float: right;
	font-size: 1.2rem;
	margin: 1rem;
}

#googlemap {
	overflow: hidden;
	padding-bottom: 60%;
	margin-top: 3rem;
	margin-bottom: 3rem;
	position: relative;
	height: 50%;
   border: solid 1px #d1d2d2;
}
.googlemap_wrap {
	width: 90%;
	margin-left: 5%;
}
.map {
	padding-right: 20px;
	padding-top: 2.5rem;
}
.contenuti {
	width: 100%;
	margin-left: 5%;
	padding-bottom: 8rem;
	padding-top: 5rem;
}
.wrap {
	padding-top: 2rem;
	width: 90%;
	margin-left: 5%;
}
.wrap2{
	background-color: #fff;
	text-align: center;
	margin-bottom: 0;
}

table {
	width: 80%;
	margin-left: 10%;
	font-size: 6rem;
	caption-side: top;
}
.cap {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 15px;
}
th {
	padding: 5px;
	background-color: #cbcbcb;
}

tbody td {
	padding: 5px;
}

ul.breadcrumb {
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 1.2rem;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "\003E";
}
ul.breadcrumb li a {
  color: #0D2931;
  text-decoration: none;
  font-size: 1.2rem;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}

.link {
	height: 2rem;
	margin: 0;
	text-align: left;
}
/*
.link ul, .link ul li {
	list-style: none;
	float: left;
	font-size: 1.2rem;
	padding-right: 10px;
}
.link ul li a {
	font-size: 1.2rem;
	text-decoration: none;
}
.link ul li.corrente {
	font-size: 1.2rem;
	text-decoration: underline;
}
*/

.main {
	background-color: #fff;
	padding-left: 10%;
	padding-right: 10%;
	text-align: justify;
	margin-bottom: 40rem;
	padding-bottom: 30px;
}
.main2 {
	background-color: #fff;
	padding-left: 10%;
	padding-right: 10%;
	text-align: justify;
	margin-bottom: 0;
	padding-bottom: 10rem;
}
.textarea {
padding: 20px;
padding-bottom: 30px;
}
.line-white {
	background-color: #fff;
	text-align: justify;
}
.box {
	background: #f0f0f0;
	margin: 2rem;
	padding: 0 2rem 1rem 2rem;
	height: 220px;
}
/*------------------------------- gallery loading on-scroll animato ------------------------*/
#gallery {
	max-width: 90%;
	margin: 20px auto;
	padding: 0;
}

.griglia {
	padding: 0;
    margin: 0;
}

.griglia li {
	display: block;
	float: left;
	padding: 13px;
	width: 33%;
	opacity: 0;
}

.griglia li.shown,
.no-js .griglia li,
.no-cssanimations .griglia li {
	opacity: 1;
}

.griglia li a,
.griglia li img {
	outline: none;
	display: block;
	max-width: 100%;
	border: 1px solid #0D2931;
}
/*
.griglia li{
	display: inline-block;
	padding: 13px;
	opacity: 0;
}
.griglia li.shown,
.no-js .griglia li,
.no-cssanimations .griglia li {
	opacity: 1;
}
.griglia li a,
.griglia li img {
	outline: none;
	border: 1px solid #0D2931;
	display: block;
	max-width: 100%;
}
*/
.griglia.effect {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.griglia.effect li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}


/*-------------------------------------------------- barra info index -----------------------------------------------*/
#main-info {
	background-color: #0D2931;
	margin: auto;
	height: 7rem;
	width: 100%;
	position: relative;
	top: -50px;
}
#main-info .contenuto {
	text-align: center;
	width: 100%;
	margin:auto;
}
.blocco { 
	display: table;
	float: left; 
	height: 7rem;
} 
.testo { display: table-cell;
     vertical-align: middle;
	 text-align:center;
	 font-size: 1.5rem;
	 color:#F1F0F0;
}
#facebook,#google #insta {
	font-weight: 800;
}
#facebook a {
	text-decoration: none;
	font-size: 2.5rem;
	font-weight: 800;
	padding: 1rem 2rem;
	color:#F1F0F0
}
#google a {
	text-decoration: none;
	font-size: 2.5rem;
	font-weight: 800;
	padding: 1rem;
	color:#F1F0F0
}
#insta a {
	text-decoration: none;
	font-size: 2.5rem;
	font-weight: 800;
	padding: 1rem 1.5rem;
	color:#F1F0F0
}
#facebook a:hover {
	background-color: #3B5998;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
}
#insta a:hover {
  background-color: #A933A7;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
}
#google a:hover{
	background-color: #C6473E;
	border-radius: 10%;
}

.arrow {
	font-size: 5rem;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated {-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0); transform: translateY(0);}
	40% {-webkit-transform: translateY(-15px); transform: translateY(-15px);}
	60% {-webkit-transform: translateY(-10px); transform: translateY(-10px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0); transform: translateY(0);}
	40% {-moz-transform: translateY(-15px); transform: translateY(-15px); }
	60% {-moz-transform: translateY(-10px); transform: translateY(-10px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0); transform: translateY(0);}
	40% {-o-transform: translateY(-15px); transform: translateY(-15px);}
	60% {-o-transform: translateY(-10px); transform: translateY(-10px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-15px);}
	60% {transform: translateY(-10px);}
}


/*----------------------------------------------------- slider news e promo index --------------------------------------------------*/
#news, #about{
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 3rem;
	text-align: center;
}
.slider {
	width: 90%;
	margin-left: 5%;
	margin-top: 4rem !important;
	padding: 0 3rem 0 3rem;
}
.owl-theme .owl-nav {
	margin-top: 1rem;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 1.4rem;
	margin: 0.5rem;
	padding: 0.4rem 0.7rem;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 0.3rem;
}
.owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-carousel .owl-item .imageslides {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(250,240,21, 0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.owl-carousel .owl-item:hover .overlay {
  width: 100%;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overlay h2 {
    text-transform: uppercase;
    color: #F1F0F0;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 0 0 0;
}
.overlay p {
    font-style: italic;
    font-size: 1.2rem;
    position: relative;
	 color: #0D2931;
    padding: 1rem 2rem 2rem;
    text-align: center
}
.overlay a.info {
    display: inline-block;
    text-decoration: none;
    padding: 0.7rem 1.4rem;
    background: #000;
    color: #F1F0F0;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.overlay a.info:hover {
    box-shadow: 0 0 0.5rem #000
}

/*---------------------------------------------------- griglia prodotti index -----------------------------------------------*/
.content {
	width: 90%;
	height: auto;
	margin-left: 5%;
	float: left;
}
.prodotti {
	padding-top: 2rem;
	width: 90%;
	margin-left: 5%;
}
.picbox {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 2rem 4rem 2rem;
}
.pic {
	position: relative;
	overflow: hidden;
}

.pic img {
    width: 100%;
    height: auto;
	 -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pic:hover img {
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.desc {
	padding: 1.5rem;
	text-align: center;
	font-size: 2rem;
}
.desc p.promo-title {
	font-size: 2rem;
}
.desc p.promo {
	font-size: 1.5rem;
}
.desc p.promo-link, .promo-link a {
	font-size: 1.5rem;
	color: #4D0305;
	text-align: right;
}
.desc p.promo-link a:after {
	font-size: 1.5rem;
	content: '\00BB';
	padding-left: 5px;
}

.clear {
    clear: left;
}

#pagetitle-box {
    opacity: 0.5;
}




/*---------------------------------------------------------- form contatti --------------------------------------------------------*/
.contatti {
	background-color: #fff;
	text-align: justify;
}

form {
	min-width: 280px;
	max-width: 700px;
	margin: auto;
	padding-left: 15px;
}
fieldset {
	border: none;
}
legend {
	font-weight: bold;
	font-size: 2rem;
	padding-bottom: 10px;
	text-align: center;
}
label {
    display: block;
	 font-size: 1.3rem;
	 text-align: left;
    padding-bottom: 5px;
	 padding-top: 10px;
}

.row > div {
	padding-right:15px;
	box-sizing: border-box;
}
.col_half {
	width: 50%;
	float: left;
}
input[type=text], input[type=email], textarea, select{
	display: block;
	resize: none;
	font: inherit;
	font-size: 1.5rem;
	font-weight: normal;
	width: 100%;
	padding: 0.8rem;
	border: 1px solid #d1d2d2;
}

input[type=checkbox]{
	padding: 1rem;
	margin: 2rem 0 0 50%;
	text-align: center;
	width: 20px;
	height: 20px;
}
input[type="submit"] {
	background-color: #FFF;
	height: 50px;
	line-height: 50px;
	width: 30%;
	color: #001a25;
	border: 1.2px solid #0d2931;
	margin: 2rem 35% 2rem 35%;
	outline: none;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: bolder;
}
input[type=submit]:hover{
	background-color: #faf015;
}
textarea {
    width: 100%;
    height:200px;
}
.error{
	color: Red;
	font-size: 2.2rem;
	line-height: 1em;
}
ul.parsley-errors-list{
    margin:0;
    padding:0;
	 font-size: 2rem;
}
ul.parsley-errors-list li{
    margin:0 0 0 5px;
    padding:0;
    list-style-type: none;
    color: #CC0000;
}
.g-recaptcha {
	margin-left: 2rem;
	margin-top: 1.5rem;
}



/*--------------------------------------------------------- sezione marchi trattati ------------------------------------------------*/
.brand-wrapper {
	width: 100%;
	background-color: #fff;
	padding-bottom: 3rem;
	position: relative;
}

ul#brand{
	list-style: none;
	margin-left: 10%;
	padding: 0;
	text-align: center;
	width: 80%;
}
ul#brand li{
	display: inline;
}
ul#brand li a {
	width: 12rem;
	height: 12rem;
	line-height: 12rem;
	margin: 1rem 1rem 0 0;
	border: 1px solid #F1F0F0;
	display: inline-block;
}
ul#brand img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} 

ul#brand a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


/*--------------------------------------- back to top -----------------------------------------------*/
.scrollup {
	width: 32px;
	height: 32px;
	position: fixed;
	bottom: 80px;
	right: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/if_65-Arrow_up_2123884.png) no-repeat;
}

/*----------------------------------------------------- footer -------------------------------------------------*/

footer {
	background: #faf015;
	width: 100%;
	flex-shrink: 0;
}

footer .wrapp {
	width: 90%;
	margin-left: 5%;
	margin-top: 2rem;
}
footer .col-4 {
	padding: 1rem;
}
footer img {
	float: left;
	max-width: 100%;
}
footer .col-4 > p {
	text-align: justify;
	line-height: 1.8rem;
}
footer p, footer a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #323232;
	text-align: center;
	padding-top:0;
}
footer p.title {
	font-size: 1.8rem;
	font-weight: 700;
}
span.bold {
	font-size: 1.4rem;
	font-weight: 700;
	color: #323232;
}
hr.style-foot {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,  rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

table.foot, th, tr {
	width: 70%;
	font-size: 2rem;
	margin-left: 0;
}


.copyright {
	background:  #0D2931;
	width: 100%;
	height: auto;
}
.copyright p, .copyright a {
	text-align: center;
	color: #F1F0F0;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:visited, .copyright a:active {
	color: #F1F0F0;
}

.copyright a.un-sin-des {
display: inline-block;
}
.copyright a.un-sin-des:after {
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.copyright a.un-sin-des:hover:after {
width: 100%;
background: #F1F0F0;
}



