@charset "UTF-8";
/* CSS Document */

body, body * {-webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased!important; 
    text-rendering: optimizeLegibility!important; vertical-align: baseline; 
    border: 0 none; outline: 0; padding: 0; margin: 0; }
#container {overflow: hidden; position: absolute; margin: auto; visibility:hidden;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
    #container.banner_300x250{width: 300px; height: 250px;}
    #container.banner_300x50{width: 300px; height: 50px;}
    #container.banner_320x50{width: 320px; height: 50px;}
    #container.banner_160x600{width: 160px; height: 600px;}
    #container.banner_300x600{width: 300px; height: 600px;}
    #container.banner_728x90{width: 728px; height: 90px;}
    #container.banner_970x250{width: 970px; height: 250px;}
    #container.banner_480x320{width: 480px; height: 320px;}
    #container.banner_320x480{width: 320px; height: 480px;}
#content {position: absolute; width: 100%; height: 100%; left:0px; top:0px;}
#content div{position:absolute; background-repeat: no-repeat;}
img { border-style: none; }
:focus {outline:none;}
::-moz-focus-inner {border:0;}

.border { background: #000000; }
.border.top, .border.bottom, .border.left { left: 0; }
.border.top, .border.bottom, .border.right { right: 0; }
.border.left, .border.right, .border.top { top: 0; }
.border.left, .border.right, .border.bottom { bottom: 0; }
.border.top, .border.bottom { height: 1px; }
.border.left, .border.right { width: 1px; }

.hidden{visibility:hidden;}
.clickable{border: none; cursor: pointer; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none;}
.retina{background-size: contain; -moz-background-size: contain; -webkit-background-size: contain;}
.fullSize{width:300px; height:250px; left:0px; top:0px;}

#bg_exit { opacity: 0; }

#white{background-color:#ffffff; }
#background{background-image: url("images/background.jpg"); }
#footer{background-image: url("images/footer.png"); }
#quote{background-image: url("images/quote.png"); }
#text1{background-image: url("images/text1.png"); }
#text2{background-image: url("images/text2.png"); }
#textFinal{background-image: url("images/textFinal.png"); }
#cta{background-image: url("images/cta.png"); }
