* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'robotothin';
    src: url('roboto-thin-webfont.eot');
    src: url('roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-thin-webfont.woff') format('woff'),
    url('roboto-thin-webfont.ttf') format('truetype'),
    url('roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-light-webfont.woff') format('woff'),
    url('roboto-light-webfont.ttf') format('truetype'),
    url('roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-regular-webfont.woff') format('woff'),
    url('roboto-regular-webfont.ttf') format('truetype'),
    url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('robotocondensed-light-webfont.eot');
    src: url('robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('robotocondensed-light-webfont.woff') format('woff'),
    url('robotocondensed-light-webfont.ttf') format('truetype'),
    url('robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('robotocondensed-regular-webfont.eot');
    src: url('robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('robotocondensed-regular-webfont.woff2') format('woff2'),
    url('robotocondensed-regular-webfont.woff') format('woff'),
    url('robotocondensed-regular-webfont.ttf') format('truetype'),
    url('robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('robotocondensed-lightitalic-webfont.eot');
    src: url('robotocondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-lightitalic-webfont.woff2') format('woff2'),
         url('robotocondensed-lightitalic-webfont.woff') format('woff'),
         url('robotocondensed-lightitalic-webfont.ttf') format('truetype'),
         url('robotocondensed-lightitalic-webfont.svg#roboto_condensedlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight_italic';
    src: url('roboto-lightitalic-webfont.eot');
    src: url('roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('roboto-lightitalic-webfont.woff') format('woff'),
    url('roboto-lightitalic-webfont.ttf') format('truetype'),
    url('roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

body {
    _width: 70%;
    color: #515D72;
    font: 16px/20px 'robotolight', Helvetica, Arial, sans-serif;
    /*margin: 20px auto 0;*/
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font: 45px/60px 'robotolight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #515D72;
}

h2 {
    font: 20px/30px 'roboto_condensedlight_italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    color: #515D72;
}

h3 {
    font: 19px/30px 'roboto_condensedlight_italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    color: #515D72;
}

p {
    text-align: justify;
}

p.photo {
    font: 13px 'roboto_condensedlight_italic', sans-serif;
    text-align:right;
}

p.design {
    font: 13px 'roboto_condensedlight_italic', sans-serif;
    text-align:right;
}

a.links:link {color: #fff; text-decoration: none; }
a.links:visited {color: #fff; text-decoration: none; }
a.links:hover {color: #a3acbd; text-decoration: none; }
a.links:active {color: #fff; text-decoration: none; }

#wrapper {
    padding: 20px;
}

p, h3, h4, pre {
    text-align: justify;
    max-width: 540px;
    margin: 0 auto 20px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.caption {
    position: absolute;
    display: block;
    font: 18px 'roboto_condensedregular', sans-serif;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background: url(overlay.png);
    width: 225px;
    margin: 0 auto;
    color: #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.caption1 {
    position: absolute;
    display: block;
    font: 16px 'roboto_condensedregular', sans-serif;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-align: center;
    background: url(overlay.png);
    width: 225px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    line-height: 95%;
   -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: scroll;
}
.caption2 {
    position: absolute;
    display: block;
    font: 16px 'roboto_condensedregular', sans-serif;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background: url(overlay.png);
    width: 225px;
    margin: 0 auto;
    color: #fff;
    line-height: 100%
    -moz-border-radius: 20px;
    border-radius: 20px;
}

a {
    color: #515D72;
    text-decoration: none;
}

a:active {
    color: #515D72;
    text-decoration: none;
}

a:visited {
    color: #515D72;
    text-decoration: none;
}

a:hover {
    color: #c5cbd6;
    text-decoration: none;
}

#nav {
    border:1px solid #c5cbd6;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
#nav li {
    display:inline;
}
#nav a {
    font: 16px/20px 'robotolight_italic', Helvetica, Arial, sans-serif;
    display:inline-block;
    padding: 3px 10px;
}
#nav li a:hover {
    background: none;
    color:#c5cbd6;
}
#nav #active {
    color: #c5cbd6;
}
.footer {
    font-size: 15px;
    text-align:center;
    margin-top: 20px
}
object {
    vertical-align:middle;
    margin:0;
    padding:0;
    border:1px solid #080808;
}

embed {
    vertical-align:middle;
    margin:0;
    padding:0;
    border:1px solid #080808;
}

img, div, a { behavior: url(iepngfix.htc) }
.skype_pnh_dropart_flag_span[style] {
    display:none!important;
    color:#FFF!important;
    background:none!important;
    margin:0!important;
    padding:0!important;
}
span.skype_pnh_container {
    display:none!important;
}
span.skype_pnh_print_container {
    display:inline!important;
}

video {
       width: 100%;
       height: auto;
}

@media screen and (max-width: 600px) {
    h1 {
        font: 28px/50px 'robotolight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    h3 {
        font-size: 19px;
        line-height: 120%;
        text-align: justify;
    }

    p {
        text-align: justify;
        line-height: 120%;
    }
    
    p.photo {
        font-size: 10px;
    }

    p.design {
        font-size: 10px;
    }

    p.caption1 {
        font-size: 11px;
        line-height: 100%;
    }

    #nav li{
        display: block;
    }
}

@media screen and (max-width: 568px) {
    h1 {
        font: 28px/50px 'robotolight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    h3 {
        font-size: 1.15em;
        line-height: 120%;
        text-align: justify;
    }

    p {
        text-align: justify;
        line-height: 120%;
    }
    
    p.photo {
        font-size: 10px;
    }

    p.design {
        font-size: 10px;
    }

    p.caption1 {
        font-size: 11px;
        line-height: 100%;
    }

    #nav li{
        display: block;
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font: 28px/50px 'robotolight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    h3 {
        font-size: 18px;
        line-height: 120%;
        text-align: justify;
    }

    p {
        text-align: justify;
    }
    
    p.photo {
        font-size: 11px;
    }

    p.design {
        font-size: 11px;
    }

    p.caption1 {
        font-size: 11px;
        line-height: 100%;
    }

    #nav li{
        display: block;
    }
}

@media screen and (max-width: 360px) {
    h1 {
        font: 26px/38px 'robotolight', sans-serif;
    }

    h2 {
        font: 14px 'roboto_condensedlight_italic', sans-serif;
    }

    h3 {
        font: 14px 'roboto_condensedlight_italic', sans-serif;
        text-align: justify;
    }
  
    p {
        font-size: 14px;
        text-align: justify;
    }
  
    p.photo {
        font-size: 10px;
    }

    p.design {
        font-size: 10px;
    }

    p.caption {
        font-size: 11px;
        line-height: 100%;
    }

    p.caption1 {
        font-size:11px;
        line-height:100%;
    }

    p.footer {
        font-size:14px;
        line-height:120%;
    }

    #nav a {
        font: 14px/18px 'robotolight_italic', sans-serif;
    }

    #nav li{
        display: block;
    }
}

@media screen and (max-width: 340px) {
    h1 {
        font: 22px/38px 'robotolight', sans-serif;
    }

    h2 {
        font: 14px 'roboto_condensedlight_italic', sans-serif;
    }

    h3 {
        font: 14px 'roboto_condensedlight_italic', sans-serif;
        text-align: justify;
    }
  
    p {
        font-size: 14px;
        text-align: justify;
    }
  
    p.photo {
        font-size: 10px;
    }

    p.design {
        font-size: 10px;
    }

    p.caption {
        font-size: 11px;
        line-height: 100%;
    }

    p.caption1 {
        font-size: 11px;
        line-height: 100%;
    }

    p.footer {
        font-size: 14px;
        line-height: 120%;
    }

    #nav a {
        font: 14px/18px 'robotolight_italic', sans-serif;
    }

    #nav li{
        display: block;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font: 21px/36px 'robotolight', sans-serif;
    }

    h2 {
        font: 14px 'roboto_condensedlight_italic', sans-serif;
    }

    h3 {
        font: 14px 'roboto_condensedlight_italic', sans-serif;
        text-align: justify;
        line-height: 120%;
    }
  
    p {
        font-size: 13px;
        text-align: justify;
    }
  
    p.photo {
        font-size: 10px;
    }

    p.design {
        font-size: 10px;
    }

    p.caption {
        font-size: 11px;
        line-height: 100%;
    }

    p.caption1 {
        font-size: 11px;
        line-height: 100%;
    }

    p.footer {
        font-size: 13px;
        line-height: 120%;
    }

    #nav a {
        font: 13px/18px 'robotolight_italic', sans-serif;
    }

    #nav li{
        display: block;
    }
}

@media screen and (max-width: 240px) {
    h1 {
        font: .94em 'robotolight', sans-serif;
    }

    h2 {
        font: .65em 'roboto_condensedlight_italic', sans-serif;
    }

    h3 {
        font: 11px 'roboto_condensedlight_italic', sans-serif;
        text-align: justify;
        line-height: 120%;
    }
  
    p {
        font-size: 11px;
        text-align: left;
        line-height: 120%;
    }
  
    p.photo {
        font-size: 9px;
    }

    p.design {
        font-size: 9px;
    }

    p.caption {
        font-size:11px;
        line-height:100%;
    }

    p.caption1 {
        font-size:11px;
        line-height:100%;
    }

    p.footer {
        font-size:11px;
        line-height:120%;
    }

    #nav a {
        font: 11px/18px 'robotolight_italic', sans-serif;
    }

    #nav li{
        display: block;
    }
}