fieldset,
hr {
    border: 0;
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

.pagewrap,
body {
    height: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    margin: 0;
}

textarea {
    resize: vertical;
}

body {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    background: url(../img/bg_texture.png);
}

h1,
h2,
h3 {
    font-family: 'Slabo 27px', serif;
}

p {
    font-size: 1.2em;
}

.showcase-container {
    display: none;
}

.showcase {
    background: #F4F4F4;
    width: 90%;
    padding: 5%;
}

.showcase img {
    width: 100%;
    filter: drop-shadow(0 5px 5px #222);
}

.showcase .screenshot {
    background: url(../img/blue_texture.png);
    padding: 5%;
    cursor: pointer;
}

.showcase .screenshot-wrap {
    box-shadow: 0 0 3px #ccc;
    background: #fff;
    padding: 1%;
    display: inline-block;
}

.logo-text h1,
.phone-menu,
.showcase .vc {
    display: none;
}

.showcase span.next,
.showcase span.prev {
    border: 1px solid #444;
    color: #444;
    padding: .4em 1.8em;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    border-radius: 30px;
    cursor: pointer;
    float: right;
}

.showcase-hide span {
    float: right;
    margin-top: -30px;
    cursor: pointer;
    color: #aaa;
}

.showcase-hide span:hover {
    color: #444;
}

.main-container {
    background: #fff;
    padding-bottom: 2em;
    box-shadow: 0 5px 10px #111;
}

.logo {
    background: url(../img/bg_trans.png);
    margin: 0 0 0 -1000%;
	padding-left: 1000%;
	float: left;
}

.logo img {
    float: left;
    padding: .8em;
    width: 40px;
    height: 40px;
}

.logo-text {
    float: left;
    padding: 1.4em 0 0 .8em;
}

.logo-text img {
    width: 150px;
}

.menu-img {
    float: right;
    padding-right: 20px;
    padding-top: 18px;
    cursor: pointer;
}

.phone-menu {
    position: absolute;
    width: 100%;
    background: #000;
    margin-top: 64px;
}

.phone-menu ul {
    margin: 0;
    padding: 10px;
}

.phone-menu li {
    display: block;
    color: #fff;
    font-size: 1.5em;
    padding: 10px;
    font-family: Oswald, sans-serif;
    cursor: pointer;
}

.phone-menu li a {
    color: #fff;
    text-decoration: none;
}

.header-container {
    background: url(../img/bg_trans.png);
    width: 100%;
    position: absolute;
}

.header-container h1 {
    text-transform: capitalize;
    font-size: 1.5em;
    float: left;
}

.header-container h2 {
    margin: 0;
    padding: 1em;
    font-size: 1.5em;
    line-height: 1;
    float: left;
    text-transform: lowercase;
    color: #ccc;
}

nav {
    display: none;
    padding-left: 0.1em;
}

nav ul, nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li a, .showcase-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: .4em 1.8em;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    float: right;
    cursor: pointer;
    border-radius: 30px;
    text-decoration: none;
    margin-top: -4px;
}

.banner h2,
.banner ul.services li {
    font-family: Oswald, sans-serif;
    display: inline-block;
    color: #fff;
}

.banner {
    width: 100%;
    background: url(../img/wallpaper.jpg) center center no-repeat #000;
    background-size: cover;
    padding: 95px 0 30px
}

.banner h2 {
    cursor: default;
    text-transform: uppercase;
    font-size: 4em;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
}

.banner ul.services {
    cursor: default;
    text-align: center;
    margin: 1em;
    padding: 0;
    float: left;
}

.banner ul.services li {
    cursor: default;
    font-size: 1.1em;
    padding: .5em;
    border: 3px solid #fff;
    margin: .5em;
}

.banner .wrapper {
    padding: 1em 0;
}

.banner .mouse {
    width: 20px;
    height: 30px;
    border: 1px solid #fff;
    float: right;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 10px;
}

.banner .mouse .scroll {
    margin: 4px auto 0;
    width: 3px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
}

.profile {
    background: url(../img/wallpaper2.jpg) center center no-repeat #000;
    color: #fff;
    border-top: 8px solid #000;
    margin-top: 110px;
    padding: 0 5% 5%;
    text-align: center;
}

.profile img {
    width: 160px;
    display: block;
    margin: -90px auto 0;
    border: 6px solid #fff;
	border-radius: 100px;
    box-shadow: 0 3px 8px #111;
}

.profile hr {
    border-color: #888;
    border-width: 3px;
    width: 3em;
    margin: 1.5em auto;
}

.profile p {
    color: #fff;
    font-size: .9em;
}

.role {
    background: #F4F4F4;
    border-top: 6px solid #ddd;
    padding: 16px;
    margin-bottom: 10px;
    font-size: .8em;
}

.primary.role {
    background: #E4F0F8;
    border-color: #CEDAF0;
}

.role h3,
.role h4 {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

.role h3 {
    font-weight: bold;
    font-size: 1.4em;
}

.role h4 {
    font-weight: 400;
    color: #444;
}

.main aside,
.stage h3 {
    font-family: Oswald, sans-serif;
}

.role p {
    margin: 10px 0 0;
    padding: 0;
}

.stage h3,
.stage p {
    padding: 8px;
    cursor: default;
    margin: 0;
    color: #666;
}

.stage {
    width: 100%;
    float: left;
}

.stage h3 {
    border-left: 4px solid #5E8BA6;
    font-size: 1em;
    font-weight: 400;
}

.stage p {
    font-size: .8em;
    border-left: 4px solid #8FAFC2;
}

.main.wrapper {
    padding: 0 5%;
}

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside p {
    padding: 0;
    margin: 0;
}

.main aside h2 {
    padding: 0 0 .4em;
    margin: 0;
}

.mail {
    text-decoration: none;
    font-size: 1.5em;
    color: #666;
}

.mail:hover {
    color: #5E8BA6;
}

.footer-container footer {
    color: #fff;
    font-size: .8em;
    padding: 20px 0;
    text-align: center;
}

.footer-container p {
    text-align: center;
    font-size: .9em;
}

.footer-container span {
    font-family: 'Slabo 27px', sans-serif;
    font-size: 1.2em;
}

.ie7 .title {
    padding-top: 20px;
}

@media only screen and (min-width:480px) {
    .showcase .screenshot-wrap,
    .showcase article {
        width: 48%;
        float: left;
    }
    .showcase article {
        padding-left: 2%;
    }
    .stage {
        width: 50%;
    }
    nav {
        display: inline;
    }
    .menu-img {
        display: none;
    }
    nav a, .banner .mouse {
        margin-right: 10px;
    }
}

@media only screen and (min-width:768px) {
    .banner h2 {
        width: 40%;
    }
    nav a, .banner .mouse {
        margin-right: 10px;
    }
    .banner ul.services {
        width: 55%;
        margin: -.5em 0 0 5%;
    }
    .title {
        float: left;
    }
    .menu-img {
        display: none;
    }
}

@media only screen and (min-width:1140px) {
    .wrapper {
        width: 1026px;
        margin: 0 auto;
    }
    nav a,
    .banner .mouse,
    .menu-img {
        margin-right: 0;
    }
    .logo img {
        padding-left: 0;
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    @page {
        size: A4 portrait;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100%!important;
    }
    .logo-text {
        padding: 5%;
    }
    .logo-text h1 {
        display: inline;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .banner, .logo, .logo-text img {
        display: none;
    }
    .profile img, .about h2, .about hr, .footer-container {
        display: none;
    }
    .profile {
        padding: 16px;
    }
    nav {
        display: none;
    }
    .role.hls, .role.hs {
        break-after: page;
        page-break-after: always;
    }
}