/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Structure
----------------------------------------------- */

body {font-family: arial}

strong {font-weight: bold}


* {margin: 0; padding: 0; outline: 0; list-style: none}
html, body {height: 100%}
body {background: #000 url('../i/body_bg-med.jpg') center center no-repeat; background-attachment: fixed; overflow: hidde}

#bg-wrap {position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #000 url('../i/body_bg-med.jpg') center center no-repeat; z-index: 0}

#container {height: 100%; position: relative; z-index: 1}
.screen {height: 100%; position: relative; border: 0px #d00 solid}
.screen img {display: block; margin: 0 auto; max-height: 98%; width: auto; height: auto; max-width: 100%; position: relative}

.godown {display: block; width: 65px; height: 65px; position: absolute; bottom: 30px; left: 50%; margin: 0 0 0 -32px}
.goup {display: block; width: 65px; height: 65px; position: absolute; top: 50px; left: 50%; margin: 0 0 0 -32px}

#screen-4 iframe { display: block; margin: 30px auto 30px; max-width: 980px}
#screen-4 {padding: 130px 0 0}

#contact {background: #fff; padding: 50px 30px 0; max-width: 920px; margin: 0 auto; overflow: hidden}
#contact address {font-size: 16px; line-height: 26px; color: #0e2830}
#contact address a {color: #0e2830; text-decoration: none}
#contact address span {font-size: 12px}
#contact a.tel {cursor: default}
#contact .socials {font-size: 12px}
#contact .socials li {padding: 0 0 5px}
#contact .socials a {color: #0e2830; text-decoration: none}

#contact .logo {float: left; margin: 0 20px 0 0}
#contact .addr {display: block; float: left; width: 470px; background: url('../i/mail.jpg') 330px 85px no-repeat; border: 0px #000 solid; overflow: hidden; padding: 0 0 10px}
#contact .addr address {float: left; display: block}
#contact .socials {float: left; width: 230px; padding: 40px 0 0 10px; border-left: 1px #c4d0d4 solid; height: 138px}
#contact .socials ul {padding: 10px 0 0 25px}
#contact .socials a {display: inline-block; padding: 10px 0 10px 25px}
#contact .socials .fb {margin: 0 0 17px}
#contact .socials .fb a {background: url('../i/fb.jpg') 0 6px no-repeat}
#contact .socials .in a {background: url('../i/in.jpg') 0 5px no-repeat}

#contact .newsletter {float: left; width: 170px; padding: 56px 0 0 35px; border-left: 1px #c4d0d4 solid; height: 120px}
#contact .newsletter p strong {font-size: 12px}
#contact .newsletter legend {display: none}
#contact .newsletter form {padding: 20px 0 0}
#contact .newsletter .input {font-size: 10px; line-height: 10px; color: #55686d; display: block; padding: 5px 5px; border: 1px #ddd solid; background: #fff; border-radius: 20px; background: url('../i/envelope.jpg') 125px center no-repeat; width: 140px; margin: 0}


@media only screen and (max-width: 980px) {
    #contact  {text-align: center}
    #contact .addr, #contact .socials, #contact .newsletter, #contact .addr address {float: none; width: auto; padding: 10px 0; border: 0; background: none}
    #contact .logo {float: none; margin: 10px auto}
    #contact .newsletter .input {margin: 10px auto}
    
}

@media only screen and (max-width: 769px) {
    body {overflow: auto}
    #contact  {text-align: center}
    #contact .addr, #contact .socials, #contact .newsletter, #contact .addr address {float: none; width: auto; padding: 10px 0; border: 0; background: none}
    #contact .logo {float: none; margin: 10px auto}
    #contact .newsletter .input {margin: 10px auto}
}


@media only screen and (min-width: 1200px), screen and (min-height: 1200px) {
    body, #bg-wrap {background: #000 url('../i/body_bg.jpg') center center no-repeat}
}

@media only screen and (max-height: 500px), screen and (max-width: 980px) {
    .godown {width: 32px; height: 34px; margin-left: -16px; bottom: 15px}
    .goup {width: 33px; height: 34px; margin-left: -16px; top: 15px}
    #screen-4 {padding: 40px 0 0}
    #contact .newsletter .input {margin: 10px auto}
}