/* RESET */

ul {

    margin: 15px;
}

ul:last-child {

    margin-right: 0;
}

/* GENERAL */

body, html {

    background-color: #fff;
    font-size: 12pt;
    font-family: 'ff-basic-gothic-web-pro', sans-serif;
    font-weight: 200;
    color: #000;
    line-height: 1.4;
    /*letter-spacing: 1px;*/


}

.wrapper {
    width: 800px;
    margin: 0 auto;
}

img {

    max-width: 100%;
    margin: 0 auto;
}

.header {

    margin: 25px auto;
    /*letter-spacing: 1px;*/
    position: relative;
    max-width: 100%;

}

.projects, .contact {
    float: right;
    margin-right: 25px;
}

.info {
    float: right;
       

}

.header h1 {
        font-weight: 200;

    font-style: normal;
    font-size: 13pt;
    display: inline;
}

.header ul {

    list-style: none;
    font-size: 11.5pt;
    margin: 15px auto;
    display: block;
    text-align: right;

     }

.header li {
 
    display: inline;
    margin: 15px 0  0 15px;


}

.header li:last-child {

    margin-right: 0;
}
.footer {

    text-align: center;
    font-size: 9pt;
    margin: 25px auto;
}

/* SLIDES PAGES */

.slides_container {
    width: 800px;
      height: 550px;
    display: none;
    margin: 0 auto; 
    text-align: center;

}



.slides_container div {
    width: 800px;
    height: 550px;
    display: block;
    margin: 0 auto;

    text-align: center;
}

.slides_container p {

    position: absolute;
    width: 100%;
    bottom: 40%;
    z-index: -10;
    text-align: center;
    opacity: 0.9;
    /*letter-spacing: 1px;*/
}

.slides_container div a {

    line-height: 550px;
    margin: 0 auto;
}

.slides_container div {

    text-align: center;
    position: relative;

}

.slides_container a img {
        opacity: 1;
      transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    margin: 0 auto;
    text-align: center;

    position: absolute;
}

.slides_container a img:hover {
    opacity: 0.3;
   
    }

    .next {
    float: right;
    position: relative;
    bottom: 340px;
    opacity: 0.9;

}

/* CONTACT / INFO PAGES */


.bio {

    max-width: 24em;
    /*letter-spacing: 1px;*/
    float: left;
   
}

.right-images {

    float: right;

}

.clear {

    clear: both;
}

.bio li {

    padding: 0;
    margin: 1em 0;

}

.bio ul {

    padding: 0;

}

.footer {

    opacity: 0.3;
    text-align: left;
    margin-top: 3em;
}

/* GENERIC HOVER STATES */



a:visited, a:hover, a:active, a:link {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

a {

          padding-bottom: 3px;
    border-bottom: 1px solid white;
}

a:hover {

       padding-bottom: 3px;
    border-bottom: 1px solid;


}

/* ARROW */

.prev {


    width: 50px;
    height: 50px;
    display: block;
    cursor: hand;
    cursor: pointer;
    position: relative;
    bottom:300px;
    left: -60px;
    z-index: 300;
    padding: 0;
    float: left;


}

a.prev:hover, a.next:hover {

    border: #fff;
    opacity: 0.6;
        padding: 0;


}

a.prev, a.next {

    border-bottom: none;
}

.left_arrow {

    width: 15px;
    height: 15px;
    background-color: none;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
        padding: 0;
         margin: 0 auto;
    line-height: 100px;
    margin-top: 15px;



    /* Rotote options */

    transform:rotate(45deg);
-ms-transform:rotate(45deg); /* IE 9 */
-webkit-transform:rotate(45deg); /* Safari and Chrome */
}

.next {




    width: 50px;
    height: 50px;
    display: block;
    cursor: hand;
    cursor: pointer;
    position: relative;
    bottom:300px;
    right: -60px;
    z-index: 300;
    padding: 0;
    float: right;


}

.right_arrow {

    width: 15px;
    height: 15px;
    background-color: none;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
        padding: 0;
         margin: 0 auto;
    line-height: 100px;
    margin-top: 15px;

    /* Rotote options */

    transform:rotate(315deg);
-ms-transform:rotate(316deg); /* IE 9 */
-webkit-transform:rotate(315deg); /* Safari and Chrome */
}

@media only screen and (max-width: 920px) {



.wrapper {

    width: 600px;
}

.slides_container {
    width: 600px;
    height: 415px;
    display: none;
    margin: 0 auto; 
    text-align: center;

}



.slides_container div {
    width: 600px;
    height: 415;
    display: block;
    margin: 0 auto;

    text-align: center;
}

.next, .prev {

    bottom: 215px;
}

}


@media only screen and (max-width:740px) {


.wrapper {

    width: 400px;
}

.slides_container p {

	bottom: 0;
}

.slides_container {
    width: 400px;
    height: 265px;
    display: none;
    margin: 0 auto; 
    text-align: center;

}

.right-images {

	float: none;
}


.slides_container div {
    width: 400px;
    height: 265px;
    display: block;
    margin: 0 auto;

    text-align: center;
}

.next, .prev {

    bottom: 150px;
}



}

@media only screen and (max-width:500px) {


.wrapper {

    width: 320px;
}

.slides_container {
    width: 320px;
    height: 215px;
    display: none;
    margin: 0 auto; 
    text-align: center;

}

.slides_container div a {

	line-height: 250px;
}

.header li a {

	border-bottom: 1px solid black;
}

.bio p {

	margin-top: 0;
	padding-top: 0;
}

.right-images {

	float: none;
}

.slides_container div {
    width: 320px;
    height: 215px;
    display: block;
    margin: 0 auto;

    text-align: center;
}

.projects, .contact, .info {

    float: none;
    padding: 0;
    margin-left: 20px;
}

.header ul {


    text-align: left;
    margin-left: 0;
    padding: 0;
     }

.header li {
 
    display: block;
    margin: 10px 15px  0 0;


}

.next, .prev {

    bottom: -5px;
}

.prev {

    left: -10px;
}

.next {

    right: -10px;
}

}


