@font-face {
    font-family: 'sansationregular';
    src: url(../fonts/sansation_regular-webfont.eot);
    src: url(../fonts/sansation_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/sansation_regular-webfont.woff) format("woff"), url(../fonts/sansation_regular-webfont.ttf) format("truetype"), url(../fonts/sansation_regular-webfont.svg#sansationregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'sansationbold';
    src: url(../fonts/sansation_bold-webfont.eot);
    src: url(../fonts/sansation_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/sansation_bold-webfont.woff) format("woff"), url(../fonts/sansation_bold-webfont.ttf) format("truetype"), url(../fonts/sansation_bold-webfont.svg#sansationbold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'sansation_lightregular';
    src: url(../fonts/sansation_light-webfont.eot);
    src: url(../fonts/sansation_light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/sansation_light-webfont.woff) format("woff"), url(../fonts/sansation_light-webfont.ttf) format("truetype"), url(../fonts/sansation_light-webfont.svg#sansation_lightregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'sansationregular';
    background: #fff;
}
html {
    height: 100%;
}
a:focus {
    outline: none;
}
a {
    outline: none;
    color: #333;
}
a:hover {
    color: #5fad3c;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="checkbox"],
input[type="radio"] {
    line-height: normal;
    margin: 7px 4px 0;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
    outline-offset: -2px;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox]:not(.mobile-toggle-view-checkbox) + label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f096";
    letter-spacing: 10px;
}
input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    /*opacity: 0;*/
}
input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -1em;
    line-height: 1.3em;
    width: 100%;
}
input[type=radio]:not(old) + label > span {
    display: inline-block;
    width: .875em;
    height: .875em;
    margin: .25em .5em .25em .25em;
    border: .0625em solid silver;
    border-radius: .4em;
    background: #e0e0e0;
    background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
    background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
    background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
    background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
    background-image: linear-gradient(#f0f0f0, #e0e0e0);
    vertical-align: bottom;
    float: left;
}
input[type=radio]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: -ms-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: -o-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: -webkit-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: linear-gradient(#e0e0e0, #f0f0f0);
}
input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: .56em;
    height: .56em;
    margin: .1em;
    border: .0625em solid #73994d;
    border-radius: .4em;
    background: #9c6;
    background-image: -moz-linear-gradient(#b3d98c, #9c6);
    background-image: -ms-linear-gradient(#b3d98c, #9c6);
    background-image: -o-linear-gradient(#b3d98c, #9c6);
    background-image: -webkit-linear-gradient(#b3d98c, #9c6);
    background-image: linear-gradient(#b3d98c, #9c6);
}
label {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
}
select {
    /*-webkit-appearance:none;*/
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
}
li {
    list-style-type: none;
}
time {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
}
a:active {
    outline: none;
    -moz-outline: none;
}
a {
    -moz-user-focus: none;
}
a:hover, a:focus {
    color: #5fad3c;
}
::selection {
    background: #5FAD3C;
    color: #FFF;
    text-shadow: 0;
}
::-moz-selection {
    background: #5FAD3C;
    color: #FFF
}
::selection, ::-moz-selection {
    background: #5FAD3C;
}