@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*--------------*/
/*BODY 		RATS2
BAD RATS SHOW
--------------*/
body{
	/*background: #153216;
	 background: 
        linear-gradient(
            to bottom, 
            rgba(255,255,255,1) 0%, 
            rgba(255,255,255,0) 100%
        );
	*/	
	margin: 0;
	padding: 0;
	/*font-family: Tahoma, arial, verdana;*/
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	width: 100%;
	height: auto;
	
	-webkit-animation: bodymove 30s infinite; 
    animation: bodymove 30s infinite;
	
	/*imagem fundo */
	/*background-color: #04020c;*/
	background-color: #000;
	/*background-image: url(../fundo01p.jpg);*/
	background-image: url(../back-rats01.jpg);
    background-repeat: no-repeat;
	/*
    background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    background-origin: content-box;
	background-clip: content-box;
	*/
	background-attachment: fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	
	
}

@-webkit-keyframes bodymove {
	0%  {background-image: url(../back-rats01.jpg);}
    33%  {background-image: url(../back-rats02.jpg);}
    66%  {background-image: url(../back-rats03.jpg);}
}

@keyframes bodymove {
	0%  {background-image: url(../back-rats01.jpg);}
    33%  {background-image: url(../back-rats02.jpg);}
    66%  {background-image: url(../back-rats03.jpg);}
}

/*--------------*/
/*LINKS 		*/
/*--------------*/
a{
	text-decoration: none;
	color: #FFF;
}

h1{ 
	text-shadow: 5px 5px 10px #293f56;
	margin: 5px 5px;
	color: #FFF;
	z-index:4;
}

h2{ 
	font-size: 18px;
	text-align: left; 
	color: #FFF;
	text-shadow: 3px 3px 6px #777;
	margin: 10px;
}
h3{ 
	font-size: 16px;
	text-align: left; 
	text-shadow: 3px 3px 6px #777;
	margin: 4px;
	color: #FFF;
}
h4{ 
	font-size: 12px;
	text-align: left; 
	color: #111;
	margin: 5px;
}
ul{
	list-style: none;
	margin-top: 0px;
	padding: 0;
}
p{
	color: #FFF;
	margin: 5px 5px;
}

/*--------------*/
/*CONTAINER		*/
/*--------------*/
.container{
	margin: 0 auto;
	position: relative;
	display: block;
	float: center;
	width: 1000px;
	/*
	height: auto;
	width: 70%;
	*/
	height: auto;
	color: #111;
	/*
	background: #CCCCCC;
	border-top:solid 3px #111;
	border-bottom:solid 3px #111;
	border-left:solid 3px #111;
	border-right:solid 3px #111;
	border-radius: 15px;
	*/
	margin-top: 0px;
	/*transition: left 0.3s ease-in-out;*/
	
	align-content: center;
	align-self: center;
	align-items: center;
	
	-webkit-animation: mymove 2s 1; /* Chrome, Safari, Opera */
    animation: mymove 2s 1;
}

@-webkit-keyframes mymove {
    from {opacity: 0;}
    to {opacity: 0.5;}
}

@keyframes mymove {
    from {opacity: 0;}
    to {opacity: 0.5;}
}
/*--------------*/
/*logo IV4  		*/
/*--------------*/
.logo{
	/*display: block;*/
	position: absolute;
	top: 55px;
	left: 375px;
	width: 251px;
	height: 211px;
	background-image: url(../logoiv4.png);
	z-index: 2;
}

/*--------------*/
/*TOPO  		*/
/*--------------*/
.Topo{
	float: center;
	position: relative;
	width: 1000px;
	height: 300px;
	
	margin: 0px;
	display: block;
	text-align: left;
	border-radius: 5px;
	/*background: #444;*/
	/*imagem fundo topo*/
	background-image: url(../barra_nova.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: content-box;
	background-clip: content-box;
	
	/*
	border-radius: 15px;
	background-image: url('topo.gif');
	background: transparent;
	*/
	
	/*
	-webkit-transition: topmove 1s infinite;
	animation: topmove 1s infinite;
	*/
	transition-property:  background-color;
	/*
	-moz-transition: topmove 1s infinite;
	-o-transition: topmove 1s infinite;
	transition-property:  background-size;
	transition-duration: 4s;
	transition-delay: 0s;
	*/
}

.TopoXX:hover{
	background-size: 110% 110%;
	transition-duration: 4s;
	/*
	background-color: 18395b;
	background-image: url('topo.jpg');
	*/
	
	/* applies to the transition *to* the :hover state */
/*
	-webkit-transition: topomove 1s ease-in-out;
	-moz-transition: topomove 1s ease-in-out;
	-o-transition: topomove 1s ease-in-out;
	transition: topomove 1s ease-in-out;
	
	transition-property: background, left;
	transition-duration: 1s, 1s;
	transition-delay: 0s, 1s;
*/

}
/*
#cima {
	background-image: url('topo.gif');
}
*/

@-webkit-keyframes topmove {
    10% {background-color: #000;}
    30% {background-color: #333;}
	60% {background-color: #222;}
	80% {background-color: #111;}
}
@keyframes topmove {
    10% {background-color: #000;}
    30% {background-color: #333;}
	60% {background-color: #222;}
	80% {background-color: #111;}
}

@-webkit-keyframes topomove {
    from {background: yellow}
    to {background: black}
} 

/* Standard syntax */ 
@keyframes topomove {
    from {background: yellow}
    to {background: black}
}
/*
.Topo#cima {
	position: flex;
	align-self: center;
	color: #000;
}
*/
/*--------------*/
/*IDIOMAS INGLES / PORTUGUES */
/*--------------*/
.ingles{
	display: block;
	position: absolute;
	top: 220px;
	left: 930px;
	width: 20px;
	height: 13px;
	z-index: 1;
	background-image: url(../img/ingles.png);
}
.portugues{
	display: block;
	position: absolute;
	top: 220px;
	left: 960px;
	width: 20px;
	height: 13px;
	z-index: 1;
	background-image: url(../img/portugues.png);
}


/*--------------*/
/* MENU TOPO	*/
/*--------------*/
.menu{
	/*margin: 20px 10px 0 0;*/
	position: absolute;
	top: 265px;
	width: 100%;
	height: 30px;
	float: center;
	/*box-shadow: 3px 3px 3px #333;
	border-radius: 3px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	/*
	background: #333;
	transition: background-color linear 1s;
	opacity: 50%;
	*/
}
/*
.menu:hover{
	background: #000;
	transition: background-color linear 1s;
}
.menu:onpageshow{
	background: #888;
	transition: background-color linear 1s;
}
*/

/*--------------
CORPO : index
--------------*/
.corpo{
	width: 980px;
	/*height: 500px;*/
	height: auto;
	padding: 4px 4px;
	margin: 4px;
	float: center;
	/*background: #CCCCCC;*/
	background-image: url('topo.gif');
	transition: background-color linear 1s;
}
.corpo:hover{
	/*background: #001;*/
	background: rgba(54, 25, 25, .5);
	transition: background-color linear 1s;
}

.corpovideo{
	display: block;
	width: 980px;
	height: 1000px;
	padding: 4px 4px;
	margin: 4px;
	float: center;
	background: #CCCCCC;
}



/* ID é chamado assim, tipo classe*/
#meulink {
	display: block;
	color: #43688e;
	/*background: #123e12;*/
	width: 200px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
	float: right;
	
}
#meulink:hover {
	color: #3a6ea3;
	text-shadow: 2px 2px 5px #1e344b;
}
.menu li {
	display: inline;
	width: 250px;
	height: 20px;
	float: center;
	margin-top: 50px;
	z-index: 4;
}
/*OS LINKS NA LISTA .menu */
.menu li a{
	color: #BBB;
	width: 250px;
	height: 20px;
	padding: 5px 25px;
	margin: 10px;
	float: center;
	font-size: 18px;
	z-index: 5;
	text-shadow: 0px 2px 3px #666;
	/*
	background: #bbb;
	transition: background-color linear 3s;
	*/
}
/*QUANDO SOBRE O LINK*/
.menu li a:hover{
	width: 250px;
	height: 20px;
	padding: 5px 25px;
	margin: 10px;
	float: center;
	text-shadow: 0px 2px 5px #111;
	color: #FFF;
	/*border-left: solid 2px #AAA;*/
	border-bottom: solid 2px #AAA;
	border-top: solid 2px #AAA;
	/*background: #000;*/
	cursor: pointer;
}

/*--------------*/
/*FOOTER 		*/
/*--------------*/
.footer{

	/*imagem fundo */
	background-image: url(../baixo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: content-box;
	background-clip: content-box;
	
	width: 990px;
	height: 200px;
	display: block;
	vertical-align: bottom;
	padding: 4px 4px;
	margin: 4px;
	float: center;
	
	/*align-self: center;
	color: #FFF;*/
	
	color: #FFF; 
	
	/*text-align: center;*/
	text-shadow: 0px 3px 1px #111;
	border-top:solid 3px #245486;
	border-bottom:solid 3px #245486;
	border-left:solid 3px #245486;
	border-right:solid 3px #245486;
	border-radius: 3px;
	
	/*
	background: #203a55;
	transition: background-color linear 1s;
	*/
}
