@charset "utf-8";
/* CSS Document */

html {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    vertical-align: middle;
    background: #000000;
    height: 85%;	
}

/*body header*/ 
	 
	 
@media (max-width : 2200px ) {
.body {
    background: #000000;
    width: 95%;
    height: 92%;
!important;
}
}

@media (min-width : 2200px ) {
@media (max-width : 3800px ) {
.body {
background:#000000;
width: 80%;
height: 95%;
!important;
}}}

.header {
    margin-top: 2.5%
}

*Font Famyly*/
	 
@font-face {
    font-family: rdrlogofont;
    src: url("font/rdr-rob-da-rin.woff2");
}

@font-face {
    font-family: conduit;
	 src: url("font/conduit.woff2");
	 }

@font-face {
    font-family: rdrtechfont;
	 src: url("font/rdr-rob-da-rin-tech.woff2");
	 }

/*Pencil border*/
	 
.penciltopleft {
    height: auto;
    width: 2%;
    margin: auto 3% auto auto;
    transform: rotate(0deg);
    float: left;
}
.penciltopright {
    height: auto;
    width: 2%;
    margin: auto auto auto 3%;
    transform: rotate(0deg);
    float: right;
}
.pencilmiddleleft {
    height: 100.3%;
    width: 2%;
    margin: auto 3% auto auto;
    transform: rotate(0deg);
    float: left;
	z-index: 80
}
.pencilmiddleright {
    height: 101%;
    width: 2%;
    margin: auto auto auto 3%;
    transform: rotate(180deg);
    float: right;
	z-index: 80
}
.pencilbottomleft {
    height: 101%;
    width: 2%;
    margin: auto 3% auto auto;
    transform: rotate(180deg);
    float: left;
	z-index: 90;
}
.pencilbottomright {
    height: auto;
    width: 2%;
    margin: auto auto auto 3%;
    transform: rotate(180deg);
    float: right;
	bottom: 5%;
	z-index: 90;
}
.internal {
    height: 102%;
    width: 100%;
    margin: auto auto auto auto;
    display: inline-block;
}


.footer {
    width: 95%;
    color: #fff;
    position:absolute;
    text-align: center;
}


@media (min-width : 2200px ) {
@media (max-width : 3800px ) {
.footer {
    width: 80%;
    color: #fff;
    position:absolute;
    text-align: center;
}}}
	
table {
//STILE DELLA TABELLA 
	border:none;
    width: 80%;
    height: 80%;
    table-layout: center;
// CELLE A LARGHEZZA AUTOMATICA
}

/*Logo Menù*/
	 
@media (min-width : 1200px ) {


.logomenu {
    width: 300%;
    height: auto;
    margin: 450% auto auto auto;
    content: url("../images/rdr-rob-da-rin-logo-menu.png");
}}

@media (max-width : 1200px ) {
@media (min-width: 700px) {
.logomenu1200 {
width: 250%;
height: auto;
margin: auto auto auto auto;
content:url("../images/rdr-rob-da-rin-logo-menu.png");
vertical-align: top;
}}}
	
/*TILT*/
.tilt {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	transform-origin: center;
}
.tilt:hover {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
	transform-origin: center;
}

/*Vertical Menù*/
		 
@media (min-width : 1200px ) {
.vertical-menu {
    width: 90%;
    height: auto;
    background-color: black;
    float: right;
    margin-top: 0%;
    font-family: rdrlogofont;
    font-size: 3em;
}}

@media (max-width : 1200px ) {
.vertical-menu {
    width: 90%;
    height: auto;
    background-color: black;
    float: right;
    font-family: rdrlogofont;
    font-size: 3em;
}
}
.vertical-menu a {
    background-color: black;
	height: auto;
    color: black;
    padding: 1%;
    text-decoration: none;
    font-family: rdrlogofont;
}
.vertical-menu a:hover {
    background-color: #0000000;
    height: auto;
    width: 90%;
    background-image: url("../images/rdr-rob-da-rin-highlight-menu.png");
    background-repeat: no-repeat;
    background-size: 6.5%;
    background-position-x: 10%;
	background-position-y: 0%;
    font-family: rdrlogofont;
}
.graficahtc {
    height: auto;
    width: 90%;
    margin: auto auto auto auto;
    float: right;
}
	
	/*Side Menù*/
	@media (min-width : 1200px ) {
	.th-sidemenu{
	width: 30%;
    height: auto;

   
}}

@media (max-width : 1200px ) {
    @media (min-width: 700px) {
	.th-sidemenu{
	width: 20%;
    height: auto;
 
}}}

@media (max-width : 700px ) {

	.th-sidemenu{
  display: none;
		
		}}

		
	.sidemenu {
    width: 100%;
    height: auto;
	margin: 0px;	
	list-style:none;
    transition: 1.3s;
	-webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
	}
		
		
	@media (min-width : 1200px ) {
	.sidemenubutton {
    width: 90%;
    height: auto;
    text-decoration: none;
    font-family: rdrlogofont;
    font-size: 3.1vw;
		line-height: 180%
		transition: 1.3s;
	-webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
		}}
	
	@media (max-width : 1200px ) {
    @media (min-width: 700px) {
	.sidemenubutton {
    width: 95%;
    height: auto;
    text-decoration: none;
    font-family: rdrlogofont;
    font-size: 3.4vw;
	line-height: 150%
		transition: 1.3s;
	-webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
		}}}
	
	@media (max-width : 700px ) {
	.sidemenubutton {
  display: none
		}}


.sidemenubutton:hover {
    transition-duration: 1s;
    font-size: 3.5vw;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}



@media (min-width : 1200px ) {
.sidelogomenu {
width: 60%;
height: auto;
margin: 30% auto 15% auto;
content:url("../images/rdr-rob-da-rin-logo-menu.png");
text-decoration: none;
  transition: 1.3s;
	-webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
}}

@media (max-width : 1200px ) {
    @media (min-width: 700px) {
.sidelogomenu {
width: 70%;
height: auto;
margin: 25% auto 10% auto;
content:url("../images/rdr-rob-da-rin-logo-menu.png");
text-decoration: none;
 transition: 1.3s;
	-webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
}}}

.sidelogomenu:hover {
content:url("../images/rdr-rob-da-rin-highlight-menu.png");
text-decoration: none;
 transition: 0.3s;

}


.sideHomebutton{
	
	color: whitesmoke;
    font-family: rdrlogofont;
    font-size: 3vw;
	bottom:5%;
	disply:none;
	line-height: 300%;
	text-decoration-color: antiquewhite
	transition: 1.3s;
	-webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
		
}

//*Social Bar*//

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}



