.atvImg {
	border-radius: 160px;
	transform-style: preserve-3d;
	-webkit-tap-highlight-color: rgba(#000,0);
}

.atvImg img {
	border-radius: 160px;
	box-shadow: 0 2px 8px rgba(14,21,47,0.25);
}

.atvImg-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 160px;
	transition: all 0.2s ease-out;
}

.atvImg-container.over .atvImg-shadow {
	box-shadow: 0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);
}

.atvImg-layers {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 160px;
	overflow: hidden;
	transform-style: preserve-3d;
}

.atvImg-rendered-layer {
	position: absolute;
	width: 104%;
	height: 104%;
	top: -2%; 
	left: -2%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
	transition: all 0.1s ease-out;
}

.atvImg-shadow {
	position: absolute;
	top: 5%; 
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all 0.2s ease-out;
	box-shadow: 0 8px 30px rgba(14,21,47,0.6);
	border-radius: 160px;
}

.atvImg-shine {
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	border-radius: 160px;
	background: linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%);
}


/* */



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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
    display: block
}

* , * :before, * :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    min-height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    font-family: -apple-system, "San Francisco", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #3e424a;
    background-color: #eeeeee;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #3e424a;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

img {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

strong {
    font-weight: 700
}

.btn {
    display: inline-block;
    vertical-align: middle;
    * vertical-align: auto;
    * zoom: 1;
    * display: inline;
    text-align: center;
    padding: 16px 20px 16px 16px;
    font-size: 17px;
    line-height: 1.2em;
    color: #fff;
    background-color: #3e424a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-tap-highlight-color: transparent
}

.btn small {
    display: block;
    font-size: 15px;
    font-weight: 300
}

.btn em, .btn span {
    display: inline-block;
    vertical-align: middle;
    * vertical-align: auto;
    * zoom: 1;
    * display: inline
}

.btn span {
    margin-top: 2px
}

.btn em {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: transparent url(../images/sprite.png) no-repeat 0 0
}

.inner-wrap {
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding: 0 40px;
    max-width: 980px
}

body > header {
    margin: 130px auto;
    min-height: 190px;
    text-align: center;
    height: 100%;
    display: block;
}

body > header h1 {
    display: none
}

body > header h2 {
    margin: 0 auto 30px auto;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3em
}

body > header h2 span {
    white-space: nowrap
}

body > header .left {
    display: inline-block;
    vertical-align: middle;
    * vertical-align: auto;
    * zoom: 1;
    * display: inline;
    width: 320px;
    text-align: left
}

body > header .left .image {
    width: 320px;
    height: 320px;
    margin: 0 auto
}

body > header .right {
    display: inline-block;
    vertical-align: middle;
    * vertical-align: auto;
    * zoom: 1;
    * display: inline;
    margin-left: 70px;
    max-width: 320px;
    text-align: left
}

#images {
    position: relative;
    width: 100%;
    height: 675px
}

#images .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

#images .image.one {
    background-image: url(../images/photo-graykloc.jpg)
}

body > footer {
    clear: both;
    padding: 100px 0;
    text-align: center;
    line-height: 1.7em
}

body > footer a {
    white-space: nowrap;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08)
}

body > footer a:hover {
    border-bottom-color: transparent
}

@media only screen and (max-width: 800px) {
    body > header {
        margin: 80px auto
    }

    body > header .left, body > header .right {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto
    }

    body > header .right {
        margin-top: 60px
    }
}

@media only screen and (max-width: 400px) {
    body > header {
        margin: 60px auto
    }

    body > header .left {
        width: 240px
    }

    body > header .left .image {
        width: 240px;
        height: 240px
    }

    body > header .right {
        margin-top: 30px
    }

    body > header .right h2 {
        font-size: 24px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .btn em {
        background-image: url(../images/sprite@2x.png);
        background-size: 40px 40px
    }
}
.round-button {
    display:block;
    margin: 0 auto;
    width:50px;
    height:50px;
    line-height:50px;
    border: 0px solid #f5f5f5;
    border-radius: 50%;
    color:#a1a2a8;
    text-align:center;
    text-decoration:none;
    background: #F9F9F9;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.round-button:hover {
    background: #999DA4;
    color: #F9F9F9;
}