﻿html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{line-height:1;letter-spacing:0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);zoom:1;-webkit-font-smoothing:subpixel-antialiased;font-smoothing:subpixel-antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul,nav ul{list-style:none;margin:0;padding:0}blockquote,q{quotes:none}q:after,q:before,blockquote:after,blockquote:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}a,a:focus,a:hover,a:active,a:visited,a:selected{border:none;outline:none;outline:0;text-decoration:none}:focus,::selection,::-moz-selection{outline:0;background:transparent;color:#fff;text-shadow:none}a[href^=tel]{color:inherit;text-decoration:none}img{border:0;border:none;-ms-interpolation-mode:bicubic}a img,:link img,:visited img{border:none;border:0}svg:not(:root){overflow:hidden}hr{display:block;height:1px;border:0;border-top:1px solid #000;margin:1em 0;padding:0}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%}strong{font-weight:bold}input,select{vertical-align:middle}label,input,table,select,button,textarea{-webkit-appearance:none;-moz-appearance:none}button,input[type="reset"],input[type="submit"],input[type="button"]{cursor:pointer;-webkit-appearance:button}input[type="radio"],input[type="checkbox"]{box-sizing:border-box}input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0}

* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

html, body {margin: 0; padding: 0;}
body {background-color: #fff; color: #fff; webkit-font-smoothing: subpixel-antialiased; -webkit-text-size-adjust: none; font-weight: normal;}

@font-face{font-family:'texreg'; src:url('../fonts/texgyretermes-regular-webfont.eot'); src:url('../fonts/texgyretermes-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/texgyretermes-regular-webfont.woff') format('woff'),url('../fonts/texgyretermes-regular-webfont.ttf') format('truetype'),url('../fonts/texgyretermes-regular-webfont.svg#texgyretermesregular') format('svg'); font-weight: normal; font-style: normal;}
@font-face{font-family:'texita'; src:url('../fonts/texgyretermes-italic-webfont.eot'); src:url('../fonts/texgyretermes-italic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/texgyretermes-italic-webfont.woff') format('woff'),url('../fonts/texgyretermes-italic-webfont.ttf') format('truetype'),url('../fonts/texgyretermes-italic-webfont.svg#texgyretermesitalic') format('svg'); font-weight: normal; font-style: normal;}
@font-face{font-family:'texbol'; src:url('../fonts/texgyretermes-bold-webfont.eot'); src:url('../fonts/texgyretermes-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/texgyretermes-bold-webfont.woff') format('woff'),url('../fonts/texgyretermes-bold-webfont.ttf') format('truetype'),url('../fonts/texgyretermes-bold-webfont.svg#texgyretermesbold') format('svg'); font-weight: normal; font-style: normal;}

h1, h2, h3, h4, h5, h6 {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/hIEfix.png,sizingMethod=crop); zoom: 1;}

h1 {font-family:'texreg'; margin: 10% 0 0; font-size: 64px; text-transform: uppercase; line-height: 64px; text-align: center; font-weight: normal;}
h2 {font-family:'texita'; margin: 0; font-size: 20px; text-transform: lowercase; line-height: 23px; text-align: center; font-weight: normal;}
h3 {font-family:'texreg'; margin: 5px 0 60px 0; font-size: 13px; line-height: 16px; text-align: center; font-weight: normal;}

p {font-size: 12px; line-height: 17px; margin: 20px auto 0 auto; text-align: center; font-weight: normal; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; width: 260px;}
a {text-decoration: none; color: #fff; border-bottom: 1px solid #fff;}

.content {position: fixed; top: 15px; left: 15px; right: 15px; bottom: 15px; background: #ccc; background: transparent url(../img/bg.jpg) center center fixed no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

@media only screen and (max-width: 768px) {
	h1 {font-size: 44px; line-height: 44px; margin: 15% 0 0;}
	h2 {font-size: 18px; line-height: 18px; margin: 5px 0 0;}
	h3 {font-size: 12px; line-height: 12px; margin: 10px 0 40px 0;}
	p {width: 220px;}
}

/* hide text */
.hide-text {color: transparent; text-indent: 100%; white-space: nowrap; overflow: hidden; display: block;}