/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}



@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */



.nav-collapse ul {
  margin: 7px 0 0 0;
  padding: 0px;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
  margin:0 25px 0 0;
}

.nav-collapse a {font-family: 'Raleway', Arial, sans-serif; font-weight: 600; font-size:15px; text-transform:uppercase;}
.nav-collapse a.icon {margin:0px;}
.nav-collapse ul img {width:25px; vertical-align:middle; margin:-3px -22px 0 0px;}
header a {opacity: 0.6; filter: alpha(opacity=60);}
header a:hover {opacity: 1; filter: alpha(opacity=100);}
header a.current {opacity: 1; filter: alpha(opacity=100);}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */




.caixabranca {
	background-color: #fff;
	position:absolute; 
	height:80px; 
	width:100%; 
	top:0; 
	border-bottom: 1px solid #999;}

header {
  background-color: #fff;
  position: relative;
  margin:0 auto;
  z-index: 3;
  height:80px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #999;
}

@media screen and (min-width: 1050px) {
  header {
  width: 1050px; 
}}

.logo img{height:60px; margin:10px 0 0 15px;}



/* ------------------------------------------
pedro Lopes fotografia © all rights reserved 
--------------------------------------------- */


.rodape {background-color:#000; opacity: 0.5; filter: alpha(opacity=50); position:absolute; height:30px; width:100%; bottom:0;}
.rodape-centro {margin:0 auto; top:0; width: 100%; position: relative;}
.rodape-centro p {text-align:right; color:#fff; margin:4px 0 0 0; font-family: 'Raleway', Arial, sans-serif; font-weight: 600; font-size:15px;}
@media screen and (min-width: 1050px) {.rodape-centro {width: 1050px; }}




/* ------------------------------------------
  NAV 2
--------------------------------------------- */


.caixabranca2 {
	background-color: #666;
	position:relative; 
	height:33px; 
	width:100%; 
	top:0; 
	margin-top:80px;
	border-bottom: 1px solid #999;}

.caixabranca3 {
	background-color: #666;
	position:relative; 
	height:2px; 
	width:100%; 
	top:0; 
	margin-top:80px;}

.nav {
	position: relative;
	margin: 0 auto;
	padding-top: 7px;
	width:100%;
	z-index: 2;
}

@media screen and (min-width: 1050px) {
  .nav {
  width: 1050px; 
}}

.nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.nav a {
	font-family: 'Raleway', Arial, sans-serif; font-weight: 600; font-size:12px; text-transform: uppercase;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #d2d2d2;
	line-height: 100%;
}
.nav a:hover {
	color: #fff;
}
.nav .current a {
	color: #fff;
}






@media screen and (max-width: 875px) {
	.nav {
		position: relative;
		min-height: 33px;
	}	
	.nav ul {
		width: 100%;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #666 url(images/icon-menu.png) no-repeat 10px 11px;

	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 15px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #fff;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}





/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  background-color: #fff;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

@media screen and (min-width: 40em) {
  .nav-collapse ul{
    margin:30px 0 0 0;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: #fff;
  padding: 0.7em 1em;
  color: #000;
  width: 100%;
  float: left;
}



@media screen and (min-width: 40em) {
  .nav-collapse a {
    padding: 0;
    text-align: left;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
  margin-top:12px;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
  
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}





