/* CSS Document */

#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/spin.gif) 50% 50% no-repeat #fff;
}

/* Básico */

html, body {
	height:99.9%;
} 
body {
	font-size: 62.5%;
}
* {
	margin: 0px;
	padding: 0px;
}
*, *: before, *: after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
#tudo { 
	width: 100%;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
}
#conteudo {
	max-width: 1024px;
	width: 53,33333333333333%; /* 1024px / 1920px */
	margin: 60px auto auto;
	padding: 0 15px 0 15px;
}
* html #tudo {
	height: 100%;
}

/* /Básico */

/* side bar *************************************************************/
#sidebartoggler{
	display:none;
}
.hamb{
	width: 25px;
	height: 3px;
	background: #000;
	margin-bottom: 5px;
	display: none;
}
#navbar{
	height: 45px;
	width: 45px;
	position: absolute;
	z-index: 500;
	right: 0px;
}
.page-content {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	background: #000000;
	display: none;
	transition: .8s;
}
.toggle {
	text-decoration: none;
	font-size: 30px;
	color: black;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	cursor: pointer; 
	transition: .8s;
}

.sidebar {
	position: absolute;
	top: 0;
	bottom: 0px;
	right: -240px;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	width: 180px;
	padding: 30px;
	padding-top: 75px;
	background: #ffffff;
	z-index: 3;
	overflow: auto;
	transition: .6s;
}  
.sidebar ul {
    list-style: none;
}
.sidebar li{
	margin-bottom: 15px;
}
.sidebar li, li a{
    color: #000;
    font-family: "Raleway", sans-serif;
	font-size: 16px;
}
.sidebar li a:hover {
      color: #aaa;
}
.sidebar .mostras, .imprensa{
	margin-top: 15px;
}
.sidebar .m_lateral {
	margin: 12px auto auto 15px;
}
.sidebar .m_lateral, .m_lateral a{
	font-size: 13px;
}
#sidebartoggler {
  	display: none; 
}
#sidebartoggler:checked + .page-wrap .sidebar {
    right: 0px; 
    transition: .6s;
}
#sidebartoggler:checked + .page-wrap {
    right: -240px; 
    transition: .6s;
}
#sidebartoggler:checked + .page-wrap .page-content {
	display: block;
    opacity: .5;   
}

/* /sidebar */

/* Galeria */

.my-gallery {
	width: 102.5%;
	margin: auto;
	display: table;
}
.my-gallery img {
	width: 90%;
	height: auto;
	border: 2px solid rgba(0,0,0, 0);
	border-radius: 50%;

}
.my-gallery img:hover {
	border: 2px solid #000;

}
.my-gallery figure {
	float: left;
	margin: 0 6px 30px 0px; /* 0 8 30 0***************************************** */
	width: 24.16%;
	overflow: hidden;
}
.my-gallery figcaption {
  	display: none;
}

/* /Galeria */

/* Topo */

#topo {
	width: 100%;
	height: 100px;
}
.header_cont {
	position:relative;
	padding-top: 15px;
	margin: auto;
	max-width: 1024px;
	width: 53,33333333333333%; /* 1024px / 1920px */
}
.logo {
	width: 95px;
	height: 100px;
	float: left;
	background: url(../images/logo.svg) center center;
	background-size: cover;
}
.area_menu {
	width: 700px;
	height: 100px;
	float: right;
	position: relative;
	display: table;
}
#menu ul {
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 0;
	display: inline-block;
}
#menu ul li {
	float: left;
	margin-right: 20px;
	text-align: center;
}
#menu ul li:last-child {
	margin-right: 0px;
}
.menu_span {
	position: relative;
	top: 41px;
}
#menu ul li div{
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	color: #000;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin: 0 auto auto;
	border: 2px solid rgba(0, 0, 0, 0.0);
}
#menu ul li div:hover{
	border: 2px solid #000;
}

/* /Topo */

/* Conteúdo */

#conteudo {
	max-width: 1024px;
	width: 53,33333333333333%; /* 1024px / 1920px */
	margin: 60px auto auto;
	padding: 0 15px 0 15px;
	padding-bottom: 60px;
}

#principal {
	position: relative;
	width:70%; /* 100%***************************************** */
	height: auto;
	margin: auto 0 auto auto; /* auto***************************************** */
	overflow: hidden;
	/*background: #ddd;*/
}

/* /Conteúdo */

/* Rodapé */

#rodape {
	width: 100%;
	height: 38px;
	position: absolute;
	bottom: 0;
	margin-bottom: 15px;
}
.footer_cont {
	max-width: 1024px;
	margin: 0 auto;
	width: 53,33333333333333%; /* 1024px / 1920px */
}
.creditos {
	width: 440px;
	height: 38px;
	float: left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
}
.creditos p {
	padding-top: 15px;
}
.social {
	width: 176px;
	height: 38px;
	margin-top: 0;
	float: right;
}
.assinatura {
	text-decoration: none;
	color: #000;
}
.assinatura:hover{
	color: #ccc;
}
.btn_insta, .btn_twitt, .btn_flickr, .btn_blogg {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	float: left;
	margin-left: 8px;
	border: 2px solid rgba(0, 0, 0, 0.0);
}
.btn_insta {
	background: url(../images/instagram_p.png) center center no-repeat;
	margin-left: 0;
}
.btn_twitt {
	background: url(../images/twitter_p.png) center center no-repeat;
}
.btn_flickr {
	background: url(../images/flickr_p.png) center center no-repeat;
}
.btn_blogg {
	background: url(../images/blogger_p.png) center center no-repeat;
}
.btn_insta:hover, .btn_twitt:hover, .btn_flickr:hover, .btn_blogg:hover {
	border: 2px solid #000;
	display: block;
}

/* /Rodapé */

/* Media Queries*/

@media screen and (max-width: 1056px){
.my-gallery figure {
	width: 24.15%;
}
.logo {
	margin-left: 5px;
}
.area_menu {
	margin-right: 5px;
}
.creditos {
	margin-left: 5px;
}
}
@media screen and (max-width: 1044px){
.my-gallery figure {
	width: 24.13%;
}
.logo {
	margin-left: 15px;
}
.area_menu {
	margin-right: 15px;
}
.creditos {
	margin-left: 15px;
}
.social {
	margin-right: 15px;
}
}
@media screen and (max-width: 1019px){
.my-gallery figure {
	width: 24.10%;
}
}
@media screen and (max-width: 988px){
.my-gallery figure {
	width: 24.05%;
}
}
@media screen and (max-width: 938px){
.my-gallery figure {
	width: 24%;
}
}
@media screen and (max-width: 894px){
.my-gallery figure {
	width: 23.95%;
}
}
@media screen and (max-width: 853px){
.my-gallery figure {
	width: 23.9%;
}
}
@media screen and (max-width: 845px){
#topo {
	height: 84px;
}
.logo {
	width: 80px;
	height: 84px;
}
.area_menu {
	width: 580px;
	height: 84px;
	/*background: #ccc;*/
}
#menu ul li {
	margin-right: 15px;
}
.menu_span {
	top: 33px;
}
#menu ul li div{
	font-size: 12.5px;
	width: 80px;
	height: 80px;
}
}
@media screen and (max-width: 818px){
.my-gallery figure {
	width: 23.85%;
}
}
@media screen and (max-width: 784px){
.my-gallery figure {
	width: 23.8%;
}
}
@media screen and (max-width: 753px){
.my-gallery figure {
	width: 23.75%;
}
/*.creditos {
	width: 440px;
}*/
}
@media screen and (max-width: 725px){
.my-gallery figure {
	width: 23.7%;
}
}
@media screen and (max-width: 715px){
.my-gallery figure {
	width: 32%;
}
.my-gallery {
 	width: 101%;
}
#menu_projetos {
	width: 180px;
}
}
@media screen and (max-width: 713px){
.my-gallery figure {
	width: 32%;
	margin: 0 8px 30px 0px;
}
#menu_lateral {
	display: none;
}
#conteudo {
	margin-top: 20px;
}
#principal {
	width: 103%;
	margin: auto;
}
#topo {
	height:85px;
}
.logo {
	width: 61px;
	height: 64px;
}
.area_menu {
	display:none;
}
#sidebartoggler{
	display: none;
}
.hamb{
	display: block;
}
#rodape {
	height: 38px;
}
.footer_cont {
	margin: 0px auto 10px auto;
}
.creditos {
	width: 270px;
	margin: auto auto auto 15px;
	font-size: 14px;
}
.creditos p {
	padding-top: 0px;
}
.hifen{
	display:none;
}
.social {
	margin: auto 15px auto auto;
}
}
@media screen and (max-width: 672px){
.my-gallery figure {
	width: 31.93%;
}
.my-gallery {
 	width: 101.5%;
}
}
@media screen and (max-width: 645px){
.my-gallery figure {
	width: 31.8%;
}
}
@media screen and (max-width: 629px){

}
@media screen and (max-width: 584px){
.my-gallery figure {
	width: 31.7%;
}
}
@media screen and (max-width: 548px){
.my-gallery figure {
	width: 31.55%;
}
#conteudo {
	padding-bottom: 110px;
}
#rodape {
	height: 88px;
}
.creditos {
	height: 50px;
	margin: auto;
	float: none;
	text-align: center;
}
.social {
	margin:auto;
	float: none;
}
}
@media screen and (max-width: 540px){

}
@media screen and (max-width: 505px){
.my-gallery figure {
	width: 31.45%;
}
}
@media screen and (max-width: 479px){
.my-gallery figure {
	width: 31.35%;
}
}
@media screen and (max-width: 455px){
.my-gallery figure {
	width: 31.22%;
}
.my-gallery {
 	width: 102%;
}
}
@media screen and (max-width: 432px){
.my-gallery figure {
	width: 31.15%;
}
}
@media screen and (max-width: 419px){

}
@media screen and (max-width: 412px){
.my-gallery figure {
	width: 31%;
}
}
@media screen and (max-width: 388px){
.my-gallery figure {
	width: 47.6%;
}
#principal {
	width: 105%;
}
}
@media screen and (max-width: 377px){
.my-gallery figure {
	width: 47%;
}
.my-gallery {
 	width: 102.8%;
}
}
@media screen and (max-width: 376px){

}
@media screen and (max-width: 335px){
.logo {
	width: 46px;
	height: 48px;
}
#conteudo {
	padding-bottom: 100px;
	margin-top: 0px;
}
#rodape {
	height: 76px;
}
.creditos {
	width: 220px;
	height: 42px;
	font-size: 12px;
}
}
@media screen and (max-width: 320px){

}
@media screen and (max-width: 306px){
.my-gallery figure {
	width: 46.8%;
}
}
@media screen and (max-width: 300px){
#tudo {
	width: 280px;
}
}

/* /Media Queries */

.clear {
	clear:both;
}

.clearfix: before, .clearfix: after {
	content: " ";
	display: table;
}

.clearfix: after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}