@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}


ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul li a {
		display: block;
		float: left;
		height: 50px;
		padding: 0;
		overflow: hidden;
	}
	
		ul li a img {
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	}

	ul li a:hover img {
		margin-top: -50px;
	}


#roqstore {background-image:url(imagem/opaci.png);  position: fixed;  z-index: 500; width: 100%; height: auto; 
padding-top: 0; top: 0; left: 0;}
.container {width: 100%; margin: auto;}
 
nav {float: right; } /*alinha o menu a direita*/
nav ul li {display: inline; margin-left: 2px;} /*menu em linha e espaço entre os itens*/


a:link {
    text-decoration: none;color:#000;
	
}

a:visited {
    text-decoration: none;color:#000;
}

a:hover {
    text-decoration: underline;color:#000;
}

a:active {
    text-decoration: underline; color:#000;
}


.roq-animated {
                        
             -webkit-animation-duration: 10s; 
            animation-duration: 10s; 
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both; 
         }
         
         @-webkit-keyframes bounceInLeft {
            0% {
               
               -webkit-transform: translateX(-2000px);
            }
            60% {
               
               -webkit-transform: translateX(30px);
            }
            80% {
               -webkit-transform: translateX(-10px);
            }
            100% {
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes bounceInLeft {
            0% {
               
               transform: translateX(-2000px);
            }
            60% {
               
               transform: translateX(30px);
            }
            80% {
               transform: translateX(-10px);
            }
            100% {
               transform: translateX(0);
            }
         }
         
         .bounceInLeft {
            -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
         }

li[id="roqs3"] { color:#000; font-size: 16px;  max-width: 560px; padding:20px;   display:block; }
li[id="roqs4"] {  max-width: 200px;  font-size: 16px;  margin-left: 10px; margin-right: 10px; display:block; }
li[id="roqs9"] {   font-size: 16px; text-align:left;   margin-left: 30px; margin-right: 30px; display:block; }

 body {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
		color:#000;
      }

#contato {
         font-family: 'Raleway', sans-serif;
        font-size: 16px;
		color:#000;
		
}
 
#contato input, #contato textarea {
        
        
		
		padding: 12px 20px 12px 20px;
		width: 80%;
	    display: block;
	    height: auto;
		margin-top:6px;
		background: transparent;
		 font-family: 'Raleway', sans-serif;
        font-size: 16px;
		color:#000;
		border: 1px solid #000;
		
}

::-webkit-input-placeholder {
   color: #000;
    font-family: 'Raleway', sans-serif;
}

:-moz-placeholder {
   color: #000;
    font-family: 'Raleway', sans-serif;
}

::-moz-placeholder {
   color: #000;  
   font-family: 'Raleway', sans-serif; 
}

:-ms-input-placeholder {  
   color: #000;  
   font-family: 'Raleway', sans-serif;
}


.button{
        
		width: 100%;
		display: block;
	    height: auto;
	    background-color:#000;
		border: 1px solid #000;
		border-radius:2px;
		margin-top:10px;
	    cursor: pointer;
	    padding: 12px 20px 12px 20px;
		font-family: 'Raleway', sans-serif;
        font-size: 14px;
		color:#FFF;
	-moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
		
	}
	.button:hover {
   background-color:#F4B21C;
	border: 1px solid #F4B21C;
	border-radius:2px; 
    color: #000;
	-moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}



#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 75px;
	display: block;
	height: auto;
	margin-top: ;
	
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
#TOPO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}


}
