/* @override 
    http://localhost:8888/0074%20Maria%20Argenzio/work/css/stylesheet.css
    http://localhost:8888/0074%20Maria%20Argenzio/css/stylesheet.css
    http://www.lostmotionassembly.com/test/0074/css/stylesheet.css
    http://localhost:8888/0074%20Maria%20Argenzio/en/css/stylesheet.css
    http://www.mariajoseargenzio.com/en/css/stylesheet.css
    http://localhost:8888/0094%20LMA%20-%20Website%20Updates/Site/css/stylesheet.css
*/

/* Amended 2012.04.08 */

@font-face {
    font-family: 'MisoRegular';
    src: url('../fonts/miso-webfont.eot');
    src: local('☺'), url('../fonts/miso-webfont.woff') format('woff'), url('../fonts/miso-webfont.ttf') format('truetype'), url('../fonts/miso-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MisoBold';
    src: url('../fonts/miso-bold-webfont.eot?') format('eot'),
         url('../fonts/miso-bold-webfont.woff') format('woff'),
         url('../fonts/miso-bold-webfont.ttf') format('truetype'),
         url('../fonts/miso-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: bold;
}


/* @group Reset */

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, font, 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  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-size: 1em;
    vertical-align: baseline;
    background: transparent;
    font-family:  "MisoRegular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #949698;
    
}
body {
    line-height: 1;
    background-color: #3b3a3c;
    height: 100%;
    overflow-y:scroll;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.landing h1 {
    display: block;
    background-size:contain;
	/*width: 210px;*/
    height: 70px;
    background: url(../logo.png) no-repeat center 0;
    /*position: absolute;*/
    left: 50%;
    /*margin-left: -105px;*/
    /*top: 50%;*/
    /*margin-top: -20px;*/
    text-indent: -1000px;
    overflow: hidden;
    margin-bottom: 20px;
}
/* @end */

/* @group Typography */


#navigation a {
    font-size: 20px;
    line-height: 20px;
}
#navigation .submenu a {
    font-size: 18px;
    line-height: 20px;
}
.cv.content h3 {
    margin-bottom: 0;
}
.content a {
    text-decoration: none;
    color: #fafe8e;
    display: block;
    height: 25px;
}
.agenda.content a{
    height: auto;
}

a:hover {
    
    color:white;
}
#navigation a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.25em;
}
#navigation>li>ul>li>a {
    font-size: 1em;
    
    height: 25px;
    padding-top: 0;
    line-height: 34px;
    /*amended*/
}
/*#navigation>li>ul>li>a {
    font-size: 0.95em;
    height: 25px;
    padding-top: 0;

}*/
#navigation>li>ul>li>ul>li>a{
    font-size: 0.95em;
    
    height: 25px;
    padding-top: 0;
}

#navigation .work.submenu li a{
    text-transform: uppercase;
    
}
h2, h3, h4 {
    font-weight: normal;
    font-style: normal;
    color: white;
    font-size: 1em;
}
p {
    font-size: 1em;
}


.content p  {
	color:  white;
	text-align: justify;
}

.content sup {
    color: white;
    font-size: .8em;
    vertical-align: super;
}
.content p strong {
    color: white;
    font-weight: bold;
}
.content pnth-child(2) strong{
    font-weight: normal;
}
.cv.content h3 {
    margin-bottom: 0;
}
.cv.content p {
    text-align: left;
    width: 680px;
    position: relative;
}

em {
color: white;
    font-style: italic;
}


/* @end */

/* @group Landing */
body.landing div.wrapper div.nav ul li {
    font-family: 'MisoRegular';
}
.landing .wrapper {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -80px;
    
}
.landing .wrapper h1 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.landing .wrapper .nav {
    position: relative;
    overflow: hidden;
    padding-left: 173px;
    padding-right: 173px;
}
.landing .wrapper .nav .ul {
    margin-top: 0;
}
.landing .wrapper .nav li{
/*     width: 227px; */
    width: 50%;
    height: 120px;
    float: left;
    position: relative;
    text-align: center;
	text-indent:-1000px;
	overflow:hidden;
	opacity:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.landing .wrapper:hover h1 {
	opacity:0.3;
}
.landing .wrapper:hover li {
	opacity:1;
}
.landing .nav a {
    display: block;
    height: 30px;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
	background-size:cover;
	border: 1px solid transparent;
	opacity:0.5;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
transition:all 0.5s;
}
.landing .nav a img {
	display: none;
}
.landing .nav a[href="es/index.php"] {
	background: url(../images/ecu_flag.png) no-repeat 0 0;

}
.landing .nav a[href="en/index.php"] {
	background: url(../images/uk_flag.png) no-repeat 0 0;	
}


.landing .nav a:hover {
/*
    width: 135px;
    height: 90px;
    margin-top: -5px;
*/
    margin-right: auto;
    margin-left: auto;
	opacity:1;
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);
}

/* @end */

/* @group Navigation */


.agenda.content {
    margin-top: 84px;
}
#wrapper {
    width: 952px;
    /*margin-left: -500px;
    left: 50%;*/
    position: absolute;
    margin-top: 0;
    height: auto;
    padding-top: 15px;
    /*was padding top 0*/
    padding-right: 24px;
    padding-left: 64px;
    /*was padding-left 24px*/
}
#navigation {
    width: 162px;
    text-align: right;
    position: relative;
    float: left;
    height: 4em;
    clear: both;
    margin-top: 65px;
    /*margin-top: 28%;*/
}

#navigation li {
    /*height: auto;*/
}

#navigation li a{
    display: block;
    height: auto;
    padding-top: 5px;
    padding-right: 15px;
    position: relative;
    /*background: url(../images/dot.png) no-repeat right -5px;*/
}

/* @group Submenu */

.submenu {
    opacity:0;
    text-align: left;
    clear: both;
    left: 161px;
    overflow: hidden;
    position: absolute;
    height: auto;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
    margin-top: -19px;
    z-index: -1;
    display: none;
}

/*#navigation .work.submenu li a{
    width: inherit;
    width: 196px;
display: inline-block;

}*/

#navigation .submenu li a{
    width: auto;
    display: inline-block;
    /*width: 50px;*/
    left: 0;
    padding-left: 11px;
}

#navigation .submenu li a:hover {
    /*background: none;*/ 
    /*background: url(../images/dot.png) no-repeat -20px 6px;*/
    z-index: 100;
    /*background-position: right center;*/
}
/*#navigation > li:hover .submenu li a{
    z-index: 100;
}*/

/*#navigation .submenu li a {
    display: inline-block;
    
    background-position: right -6px;
    background: url(../images/dot.png) no-repeat right 9px;
    }*/

#navigation .work.submenu li a:hover {
    width: auto;
    /*background: url(../images/dot.png) no-repeat -20px 6px;*/
}

/* @end */
/*#navigation .work.submenu li:last-child  {
    width: 215px;

}*/
/*#navigation .work.submenu li:last-child:hover {
            background: url(../images/dot.png) no-repeat 131px 15px;
}*/
/*#navigation .work.submenu li:last-child:hover ul {
    opacity: 1;
}*/
/*.mj.submenu, #navigation li:hover .mj.submenu {
    width: 76px;
}*/

/* @group Currently Selected Menu Item */

.current .submenu {
    width: auto;
    display: block;
    opacity:1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;
    z-index: 1;
    /*left: 160px;*/
}
li.current a{
    display: block;
}

#navigation li.current > a{
    color: white;
    background: url(../images/dot.png) no-repeat right 13px;
    /*background-position: right 10px;*/
}
#navigation li.current li.current > a {
    background: url(../images/dot.png) no-repeat right 7px;
    /*background-position: right 6px;*/
}

/* @end */

/* @group Delicto Submenu */

/*.submenu .submenu {
    position: relative;
    width: 142px;
    height:0;
    overflow: hidden;
    height: auto;
    margin-left: -80px;
    top: 0;
    margin-top: 0;
    -webkit-transition: all 0.5s;
}*/
/*.submenu .submenu li {
    position: relative;
}
.submenu .submenu li:first-child {
    margin-top: 0em;
}*/
/*#navigation > li:hover .submenu, 
#navigation > li:hover .submenu li a{
    z-index: 100;
}*/

#navigation .submenu #delicto {
    width: 225px;
}

#navigation .submenu #delicto:hover>a{
    background: url(../images/dot.png) no-repeat right 6px;
    padding-right: 12px;
}

#navigation .submenu #delicto >a:hover{
    /*background: none;*/
        /*width: 215px;*/
}

#navigation .submenu #delicto ul{
    opacity:1;
    z-index: 100;
    position: relative;
    margin-top: -25px;
    padding-left: 0;
    width: auto;
    overflow: visible;
    left:0;
    margin-left: 145px;
	display: none;
}

/*#navigation ul.SDL_submenu {
    left: 206px;
    float: right;
    opacity: 0;
    opacity:1;
    z-index: 100;
    position: relative;
    margin-top: -1em;
    padding-left: 0;
    width: auto;
    overflow: visible;
    left:0;
    margin-left: 126px;
    height: 0;
}*/

#navigation .submenu #delicto:hover ul{
	display: block;
}

#navigation .submenu #delicto li {
    text-indent: 5px;
    width: 87px;
    /*width:auto;*/
    left: 0;
    position: relative;

}

/*ul.SDL_submenu li:hover {
    opacity: 1;
}*/

#navigation .submenu #delicto li a {
    display: inline-block;
    width: auto;

}

#navigation .submenu #delicto li:hover a:hover {
    /*background: url(../images/dot.png) no-repeat -10px 7px;*/
}

/*#navigation  .submenu.work li:hover ul{
    opacity: 1;
}*/

/*.submenu li:hover .submenu {
    height:  7.5em;
    -webkit-transition:all 0.5s;
    
}*/

/*#navigation li.current ul.work.submenu li:first-child:hover ul.SDL_submenu li  {
    opacity: 1;
    
}*/
/*#navigation li.current ul.work.submenu li:hover ul.SDL_submenu li {
    opacity: 1;
    width: 100px;
    z-index: 200;
    
}*/

/* @end */

/*li.hidden {
    opacity: 0;
    -webkit-transition: all 0.5s;
}*/



/* @end */

/* @group Content */
.contact.content {
    margin-left: 0;
    margin-top: 41px;
}
#wrapper .contact.content form {
    margin-top: 2.8em;
    width: 500px;
    margin-left: 10px;
}

.contact.content form  label {
    width: 60px;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 0.95em;
}
.contact.content form label[For="newsletter"] {
    width: auto;
    margin-top: 3px;
    font-size: 0.8em;
}

input[type="checkbox"] {
    float: left;
    margin-left: 62px;
    width: auto;
}
input[type="submit"] {
    clear: both;
    float: right;
    width: auto;
    text-transform: uppercase;
}
input[type="submit"]:hover {
    color: #fcfb5e;
    cursor: pointer;
}
input {
    /*width: 30em;*/
    width:auto;
    width: 430px;
    margin-bottom: 5px;
}

textarea {
    width: 430px;
    margin-top: 2px;
    height: 15em;
    
}
input, textarea {
    background-color: #3b3a3c;
    border: 1px solid #373737;
    padding: 4px;
	-webkit-box-shadow: inset #373737 0 0 5px;
	-moz-box-shadow: inset #373737 0 0 5px;
	box-shadow: inset #373737 0 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: white;
}

input:focus, textarea:focus {
    background-color: #49484b;
    border: 1px solid #484848;
/*     padding: 4px; */
/*
	-webkit-box-shadow: inset #373737 0 0 5px;
	-moz-box-shadow: inset #373737 0 0 5px;
	box-shadow: inset #373737 0 0 5px;
    -webkit-border-radius: 3px;
*/
}
input[type="checkbox"]:before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #3b3a3c;
    border: 1px solid #373737;
    padding: 4px;
	-webkit-box-shadow: inset #373737 0 0 5px;
	-moz-box-shadow: inset #373737 0 0 5px;
	box-shadow: inset #373737 0 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    display: none;
    /*display:block;*/


}
input[checked="checked"]:before {
    background-color: red;
}

.content {
    display: block;
    /*width: 557px;*/
    width:790px;
    /*float: right;*/
    /*height: 100%;*/
    position: relative;
    margin-left: 246px;
    /*margin-bottom: 4em;*/
    /*padding-bottom: 4em;*/
    height: auto;
    /*margin-top: -1.98em;*/
}
.cv.content {
    margin-top: 9px;
    padding-bottom: 100px;
    height: auto;
    overflow: visible;
}
.bio.content {
    margin-top: 34px;
}
.press.content a {
	display: inline;
	color: #fcfb5e;
	text-decoration: none;
}

.press.content a:first-child {
    margin-left: 0.7em;
} 
.press.content a:hover {
    color:white;
}
.press.content h3 {
    width: 466px;
}
.press.content p {
	margin-bottom: 0;
    margin-top: 1.2em;
}

.press.text.content {
    margin-top: 59px;
}

.press.text.content p {
    margin-bottom: 1.2em;
}

.links.content {
    margin-top: 106px;
}
.links.content a {
    display: block;
    color: #949698;
    line-height: 1.5em;
}
.links.content a:hover {
    color: white;
}
h2{
    /*top: 50%;*/
    /*position: relative;*/
    /*margin-top: -1.65em;*/

}
h3 {
    margin-bottom: 1em;
    /*top: 50%;*/
    position: relative;
}
p {
    margin-bottom: 1em;
    width: 466px;
    /*top: 50%;*/
    position: relative;
}

img {
    display: block;
    margin-right: auto;
    margin-top: 1em;
    margin-left: auto;
}
.slideshow img:first-child {
    margin-top: 0;
}
.info {
    display: block;
    margin: 0;
    top:0;
    position: relative;
    text-align: center;
    height: 5em;
}

.info h2, .info h3, .info p{
    display: block;
    margin: 0;
    top: 0;
    line-height: 1.1em;
    font-size: 1.em;
    /*font-weight: bold;*/
}
.info h3 {
    font-size: 0.94em;
    line-height: 1em;
    font-weight: normal;
}
.info h3 ul {
    display: inline-block;
    height: auto;
}
.info h3 ul li {

    display: block;
    float: left;
    height: auto;
    margin-top: 0;
    line-height: 9px;
}
.info h3 ul li span {
	line-height: 11px;
}
.info h3 ul li ul{
    position: absolute;
    margin-top: -9px;
    opacity: 0;
}
.info h3 ul li a{
    height: auto;
    color: #949698;

}
.info h3 ul li a:hover {
    color: white;
}

.info h3>ul li:hover span{
    opacity: 0;
}
.info h3 ul li:hover ul,
.info h3 ul li:hover ul:hover
{
    opacity: 1;
}
.info p {
    width: 100%;
    font-size: 0.94em;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
}
.work.content {
    top: 19px;
    padding-bottom: 0;
    margin-left: 176px;


}
div.work.text.content {
    margin-top: 94px;
    height: auto;
    margin-bottom: 60px;
    padding-bottom: 40px;
}
.work.text.content h4 {
    width: 470px;
    font-weight: bold;
    letter-spacing: .1em;
    font-family: 'MisoBold';

}
.work.text.content h4 em {
	font-weight: bold;
    font-style: italic;
}
.work.content blockquote {
    color: white;
    width: 430px;
    margin-left: 20px;
    margin-bottom: 1em;
}
.work.content blockquote cite {
    color: white;
    margin-left: 10px;
}
.work.content blockquote cite:before{
    content: "– ";
}

.movie.content .info a {
    display: inline;
}
.movie.content .info a.prev_btn {
    display: none;
}
.content {
    overflow: visible;
    /*top: 264px;*/
    top: 64px;
    padding-bottom: 100px;
    overflow-x: hidden;
}

.content.cv h2 {
    margin-bottom: 1em;
}


.content.cv p:last-child {
    /*top: 0;*/
    padding-bottom:200px;
}

.press.content {
    overflow: visible;
    margin-top: 59px;
}
.press.content p:first-child {
    /*padding-bottom: 100px;*/
    /*margin-top: 0.9em;*/
}

/* @group H4 tests */

.press.text h4 {
    width: 466px;
    font-family: 'MisoRegular';
    font-style: italic;
    margin-bottom: -20px;
}
/*.press.text h4:nth-of-type(1) {
    font-weight: bold;

}
.press.text h4:nth-of-type(2) {
font-style: italic;
}
.press.text h4:nth-of-type(3) {
color: grey;
}
.press.text h4:nth-of-type(4):before {
    content: "JA: ";
font-style: italic;
}*/

/* @end */
/*.press.text h4:nth-of-type(5) {
    text-decoration: underline;
}*/

/* @end */

/* @group Slideshow */
.js #wrapper {
    /*overflow: hidden;*/
}
.js .content {
    /*width: 557px;*/
    /*overflow: hidden;*/
    position: relative;
}
.js .content.work {
	position: absolute;
	margin-top: 5%;
	height: 620px;
}

.content_wrap {
    width: 1134px;
    position: relative;
}
.js .info {
    width: 780px;    
    float: left;
    /*margin-right: 24px;*/
}
a.prev_btn, a.next_btn {
    display: block;
    width: 390px;
    height: 20px;
    /*height: 100px;*/
    position:absolute;
    /*margin-top: -554px;*/
    float: left;
    vertical-align: middle;
    /*line-height: 32em;*/
    /*text-indent: 1em;*/
    text-indent: 5000px;
    /*opacity: 0;*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
    z-index: 10;
    margin-top: 1px;
}
a.prev_btn:hover, a.next_btn:hover{
/*     -webkit-transition: all 0.5s; */
    opacity:1;
}
a.next_btn {
    float: right;
    margin-left: 390px;
    text-align: left;
    /*text-indent: 14.5em;*/
    background: url(../images/right_arrow.png) no-repeat -6px;
    -webkit-transition: background-position 0.5s;
    
}
a.next_btn:hover {
    /*background: url(../images/right_arrow.png) no-repeat -3px;
    -webkit-transition: background-position 0.5s;*/
}
a.prev_btn {
    background: url(../images/left_arrow.png) no-repeat 374px;
    -webkit-transition: background-position 0.5s;
}
a.prev_btn:hover {
    /*background: url(../images/left_arrow.png) no-repeat 371px;
    -webkit-transition: background-position 0.5s;*/
}
a.images_btn{
    /*background-color: red;*/
    display: block;
    text-align: right;
    bottom: 0;
    position: absolute;
    width: 40px;
    margin-left: 419px;
    display: none;
}
a.info_btn {
    margin-left: 5px;
    display: none;
}
.js .slideshow {
    /*height: 534px;
    width: 557px;*/
    width: 780px;
    height: 530px;
    overflow: hidden;
    position: relative;
}
.slideholder {
    height: auto;
    
    display: block;
}
a.slide {
    width: 780px;
    /*float: none;*/
    height: 540px;
    vertical-align: middle;
    display: table-cell;
    float: none;
    clear: both;
    line-height: 0;
    display: block;
    margin-bottom: 20px;
    /*float: left;*/
}
.slide:first-child {

    /*display: table-cell;*/
    margin-bottom: 20px;

}
.slide img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0 0 5px;
	box-shadow: rgba(0,0,0, 0.2) 0 0 5px;
    margin: auto;
}
.slide h2 {
    top: 50%;
    margin-top: 0;
    display: none;
    width: 537px;
    margin-left: 0;
    text-indent: 0;
    position: static;
    left: 0;
}
.slide h3 {
    top: 50%;
    margin-top: 2px;
}
.slide p{
    top: 50%;
    
}
/* @end */

video {
    margin-left: 70px;
    margin-top: 38px;
}


#wrapper div.movie.work.content div.content_wrap div.info a.next_btn {
    display: none;
    background-position: -30px; 
    cursor: default;
}

/* @group My Group */
#navigation


/* @end */


