/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background-color: #fdfdfd;
}

::-moz-selection {
    background: #d0b997;
    text-shadow: none;
}

::selection {
    background: #d0b997;
    text-shadow: none;
}

a::selection {
    color: #fff;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.content {
    max-width: 1000px;
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
}

.center {
    text-align: center;
}


.bordered {
    border: #999999 solid 1px;
    padding: 0 20px;
}

a {
    color: #d0b997;
}


a.link-button {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d0b997;
    color: #d0b997;
    background: none;
    font-size: 12px;
    line-height: 15px;
    min-width: 120px;
    cursor: pointer;
    padding: 8px 20px;
    margin: 2px 4px 2px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.link-button.large {
    padding:10px 40px;
    font-size: 15px;
    font-weight:700;
    line-height: 20px;
}
.link-button i {
    margin-right: 5px;
}

.link-button span {
    position: absolute;
    z-index: -1;
    right: 100%;
    top: -1px;
    left: -1px;
    bottom: -1px;
    opacity: 0;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #d0b997;
}

a.link-button:hover,
a.link-button:active {
    color: #fff;
}


.link-button:hover span,
.link-button:active span {
    right: -1px;
    opacity: 1;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
