/*
Theme Name: Ana Cardoso V1.2
Theme URI: http://anacardoso.net/
Description: Ana Cardoso theme.
Version: 1.0
*/

@font-face { font-family: 'Knockout'; src: url('fonts/ITCAvantGardeStdMd.otf'); } 

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 90%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}	


body {
	background-color: #fff;
	position: relative;
	color: #000;
	-webkit-font-smoothing: antialiased;
	font-family: arial, sans-serif;
}

.maxheight {
	max-height: 100vh;
	min-height: 100vh !important;
	overflow: hidden;
}

a {
	background:none;
	text-decoration:none;
	transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
   	-moz-transition: 400ms ease-in-out;
  	-webkit-transition: 400ms ease-in-out;
}

a:hover {
	opacity: .5;
}

p {
	font-size: 15px;
    line-height: 25px;
	margin-bottom: 1.5em;
}

/* header */

h1, h3 {
	font-size: 35px;
	line-height: 24px;
	color:#fafafa;
	margin: 0;
	z-index: 20;
}

h1 a, h3 a {
	text-decoration: none;
	color:#333;
}

h3 {
	font-size: 20px;
	line-height: 24px; 
	margin: 20px 0;
}

/* header */


#header h1 {
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
	transition: 600ms ease-in-out;
	-ms-transition: 600ms ease-in-out;
   	-moz-transition: 600ms ease-in-out;
  	-webkit-transition: 600ms ease-in-out;
		
}

h1 img {
	width: 100%;
}

#header h1.fadeout {
	opacity: 0;
	z-index: -1;
}

.fade {
	opacity: 0 !important;
}
 
#wrapper {
	display: inline-block;
	width: 100%;
	min-height: 200vh;
	position: relative;
	z-index: 0;
}

/* splash */

#content, #video, #image, #audio, .mobile-image, #img-filter {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100vh;
	z-index: 10;
	margin: 0;
	font-size: 13px;
   	line-height: 22px;
    	color: #383838;
}

#content {
	margin-top: 100vh;
	z-index: 200;
	min-height: 100vh;
	background: rgb(248, 248, 248);;
}

.menu-buttons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 900;	
}


.menu-buttons .down, .menu-buttons .up {
	width: 10px;
	height: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}

.up.active-btn {
	background-color: #fff;
}

.down.active-btn {
	background-color: #fff; 
}

.back-top {
	cursor: pointer;
}

#audio, #video, .mobile-image {
	background-color: #000;
}

#image, #video, #audio, .mobile-image {
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.audio-controls {
	position: absolute;
	bottom: 40px;
	right: 40px;
    z-index: 20;
    color: #fafafa;
	text-align: center;
}

.audio-controls span {
	color: #fafafa;
	cursor: pointer;
}

.startstop {
	transition: 500ms ease-in-out .5s;
	-ms-transition: 500ms ease-in-out .5s;
   	-moz-transition: 500ms ease-in-out .5s;
  	-webkit-transition: 500ms ease-in-out .5s;
}

.startstop::before {
	content: "\f04b";
	color: #fafafa;
	font-family: FontAwesome;
}

.startstop.pause::before {
	content: "\f04c" !important;
	font-family: FontAwesome;
}

#img-filter {
	z-index: 15;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.lazy {
	display: block;
}

svg.bg {
	display: none;
}

.svg-container {
    position: absolute;
    top: 0;
	left: 0;
    min-width: 100%;
    min-height: 100%;
}

.svg-img {
	position: absolute;
	min-width: 100%;
    min-height: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
   	-moz-transform: translateX(-50%) translateY(-50%);
   	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#image, .mobile-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mobile-image {
	z-index: -1;
}

.caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 75%;
	color: #222;
	font-size: 12px;
	z-index: 20;
   	transition: 500ms ease-in-out .5s;
	-ms-transition: 500ms ease-in-out .5s;
   	-moz-transition: 500ms ease-in-out .5s;
  	-webkit-transition: 500ms ease-in-out .5s;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	transition: 1s ease-in-out;
	-ms-transition: 1s ease-in-out;
   	-moz-transition: 1s ease-in-out;
  	-webkit-transition: 1s ease-in-out;
  	z-index: 1000;
}

.loader.fadeout {
	opacity: 0;
	z-index: -1;
}

/* content */

#media-content {
	font-size: 18px;
	line-height: 1.3em;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100vh;
	width: 100%;
}

.post-item {
	display: block;
    width: 60%;
    position: absolute;
    z-index: 25;
    top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
   	-moz-transform: translateX(-50%) translateY(-50%);
   	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 15px;
    line-height: 25px;
    color: #383838;
    font-family: 'Knockout', Helvetica, arial, sans-serif;	 
}	

.more-info, .more-info p, .pdf {
}

.more-info .pdf, .more-info .inquiry-content {
	display: inline-block;
}

.pdf a {
	text-decoration: none;
}

h3.media-info {
	font-style: normal;
	border-bottom: 3px solid;
	font-size: 1.3em;
	padding-bottom: 10px;
	margin: 0 0 10px 0; 
}

/* footer */

ul#social {
	margin-bottom: 1.5em;
}

ul#social li {
	display: inline-block;
	margin-right: 20px;
}


/* jQuery controllers */

.inactive {
	display: none;
}

/* Mobile Styles */

@media only screen and (max-width:1250px) and (min-device-width:700px), 
only screen and (max-device-width:480px) and (orientation:portrait), 
only screen and (max-device-width:1024px) and (orientation:landscape) {


}

@media only screen and (max-width:650px) and (min-device-width:700px), 
only screen and (max-device-width:480px) and (orientation:portrait), 
only screen and (max-device-width:1024px) and (orientation:landscape) {

body {
	font-size: 16px;
}
	

p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 1em;
	color:#333;
}

.post-item {
	font-size: 13px;
	line-height: 22px;
	width: 90%;
	margin-right:5%;
 
}

.resume {
}

.pdf {
	font-size: 13px;
}

.bio-content, .post-info {
	font-size: 1.2em;	
}

#video {
	display: none;
}
	
}