@charset "UTF-8";
/* CSS Document */

.foto{
    max-width: 100%;
}

tr { 
	vertical-align: top;
}

/*
	STRUCTURE
*/
.post { 
	width: 1300px; 
}

.cromos {
	
    float: left;
    width: 224px;
    height: 280px;
    margin: 15px;	

}

.foto {
	position:relative;
    float: left;
	margin: 1px;
	display: inline-block;
 	
}

.tumb {
	
	float: rigth;

    margin: 5px;

}

.pos_fixed {
    position: fixed;

    width: 75%;
    height: 30px;
    margin: 0px;
	bottom: 40px;
	z-index: 10;
	
}

/* MENUS */



.menuback {
    position: fixed;
	width: 60px;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 10;
	background-color: #000;
	
}

.menuhome {
    position: fixed;
	width: 450px;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 10;
	background-color: #000;
	
}






/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Globals
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
button {
    font-family: apex-light, Arial, Helvetica, sans-serif;
    font-size: 40px;
    cursor: pointer;
	border-width:0px;
	background-color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Toggle Buttons
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.buttons {
    margin-bottom: 30px;
    text-align: center;
	
}
.buttons button {
    display: inline-block;
    margin: 0 0 0px 0;
    padding: 0px 0px;
    color: #fff;
    background-color: #000;
	
}
.buttons button:hover,
.buttons button.active {
   outline: none;
	
	
	
}
.buttons button:focus {
    outline: none;
	
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
    position: fixed;
    z-index: 20;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu a {
    font-weight: 300;
    color: #fff;
}
button.close-menu {
    background-color: #000;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}
/* slide menu right */
nav.slide-menu-right
{
    top: 0px;
    width: 265px;
    height: 100%;
}
nav.slide-menu-right li
{
    display: block;
    text-align: center;
    border-bottom: solid 0px #fff;
    border-top: solid 0px #fff;
}
nav.slide-menu-right li:first-child
{
    border-top: none
}
nav.slide-menu-right li:last-child
{
    border-bottom: none
}

nav.slide-menu-right a
{
    display: block;
    padding: 0px;
    font-size: 18px;
}
nav.slide-menu-right button.close-menu
 {
    margin: 0px 0;
}

/* POSICAO INICIAL */
nav.slide-menu-right
{
    right: 00px
}

body.smr-open nav.slide-menu-right
{
    right: -300px
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media all and (max-width: 860px) { 
	.buttons br {
	  	display: none
	}
	.buttons button {
	  	padding: 10px 20px
	}

}
@media all and (max-width: 330px) { 

	nav.slide-menu-right
{
	  	top: 0;
	  	width: 100%;
	}

	nav.slide-menu-right
{
	  	right: -100%
	}
	
	body.smr-open nav.slide-menu-right
{
	  	right: 0
	}
	body.pml-open #wrapper {
	  	left: 100%
	}
	body.pmr-open #wrapper {
	  	left: -100%
	}
}


√