﻿@charset "utf-8";

*, *:before, *:after {
    box-sizing: border-box;
    outline: 0;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-family: Arial;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    a:hover {
        color: #f7941e;
    }

ol, ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none;
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 1px;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #ca8189;
    outline: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

@font-face {
    font-family: 'gothamrounded-book';
    src: url('../fonts/gothamrounded-book.eot');
    src: url('../fonts/gothamrounded-book.eot?#iefix') format('embedded-opentype'),url('../fonts/gothamrounded-book.woff2') format('woff2'),url('../fonts/gothamrounded-book.woff') format('woff'),url('../fonts/GothamRounded-Book.otf') format('otf'),url('../fonts/gothamrounded-book.ttf') format('truetype'),url('../fonts/gothamrounded-book.svg#gothamrounded-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'itcavantgardepro-bk';
    src: url('../fonts/itcavantgardepro-bk.eot');
    src: url('../fonts/itcavantgardepro-bk.eot?#iefix') format('embedded-opentype'),url('../fonts/itcavantgardepro-bk.woff2') format('woff2'),url('../fonts/itcavantgardepro-bk.woff') format('woff'),url('../fonts/itcavantgardepro-bk.ttf') format('truetype'),url('../fonts/itcavantgardepro-bk.svg#itcavantgardepro-bk') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Walkway Condensed SemiBold";
    src: url("../fonts/Walkway Condensed SemiBold.woff2") format("woff2"),url("../fonts/Walkway Condensed SemiBold.woff") format("woff"),url("../fonts/Walkway Condensed SemiBold.ttf") format("truetype"),url("../font/Walkway Condensed SemiBold.eot") format("embedded-opentype"),url("../fonts/Walkway Condensed SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
