@charset "UTF-8";
@import 'reset.css';
@import 'style.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600|Roboto+Slab');


*{color:#465266;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html, body{height: 100%;}
#wrapper *{font-family: 'Open Sans', sans-serif;}
*::selection{background-color:#e25479;color:#fff;text-shadow:none}
*::-moz-selection{background-color:#e25479;color:#fff;text-shadow:none}
*::-webkit-selection{background-color:#e25479;color:#fff;text-shadow:none}
p{font-size:13px;line-height:24px}
.clearfix{*zoom:1}
.clearfix:after{display:block;clear:both;content:'';}
.text_hide{position: absolute;font-size: 0;text-indent:-9999px;}
