a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none !important;
    text-decoration: none;
}

body {
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 13.5px;
    color: #868686;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    letter-spacing: 0.014em;
    overflow: scroll;
    overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}
input, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
    background: none;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    color: #888888;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

select {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    color: #888888;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
}

textarea {
    background: none;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    resize: none;
    padding: 15px;
    height: 100px;
    color: #888888;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    vertical-align: middle;
}

input::-webkit-input-placeholder {
    color: #888888;
}

input:-moz-placeholder {
    color: #888888;
}

input::-moz-placeholder {
    color: #888888;
}

input:-ms-input-placeholder {
    color: #888888;
}

textarea::-webkit-input-placeholder {
    color: #888888;
}

textarea:-moz-placeholder {
    color: #888888;
}

textarea::-moz-placeholder {
    color: #888888;
}

textarea:-ms-input-placeholder {
    color: #888888;
}

a {
    color: #1abc9c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}
a:hover {
    color: #000;
}

code, kbd, pre, samp {
    font-family: "Droid Serif", serif;
    font-size: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0.015em;
}

code {
    background-color: #eee;
    letter-spacing: 0.015em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

p {
    line-height: 1.9em;
    letter-spacing: 0.02em;
}

ol li, ul li {
    letter-spacing: 0.02em;
}

::-moz-selection {
    color: #fff;
    background-color: #1abc9c;
}

::selection {
    color: #fff;
    background-color: #1abc9c;
}

.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

#page-wrap {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 9;
    margin-top: 1px;
}

.text-center{
    text-align: center;
}

.container {
    position: relative;
    margin: auto;
}

.tb {
    display: table;
    width: 100%;
    height: 100%;
}

.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

.image-cover {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.image-cover img {
    position: absolute;
    width: 100%;
    max-width: none !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.h1, h1 {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 40px;
    color: #484848;
    line-height: 1.4em;
    letter-spacing: 0.01em;
}
.h1 a, h1 a {
    color: inherit;
}

.h2, h2 {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 30px;
    color: #484848;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}
.h2 a, h2 a {
    color: inherit;
}

.h3, h3 {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 20px;
    color: #484848;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}
.h3 a, h3 a {
    color: inherit;
}

.h4, h4 {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 16px;
    color: #484848;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}
.h4 a, h4 a {
    color: inherit;
}

.h5, h5 {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 14px;
    color: #484848;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}
.h5 a, h5 a {
    color: inherit;
}

.h6, h6 {
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 12px;
    color: #484848;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}
.h6 a, h6 a {
    color: inherit;
}

.page-comingsoon {
    position: relative;
    padding: 0;
    z-index: 9;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-comingsoon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #073028;
    opacity: .3;
    z-index: -1;
}

.page-comingsoon .tb-cell {
    padding: 40px 0;
}
.page-comingsoon .page-content {
    margin: auto;
}
.page-comingsoon .page-content h4 {
    font-size: 20px;
    margin-top: 0;
    letter-spacing: 0.03em;
    color: #fff;
}
.page-comingsoon .page-content .subscribe {
    position: relative;
}
.page-comingsoon .page-content .subscribe .form-item input {
    width: 100%;
    padding-right: 132px;
}
.page-comingsoon .page-content .subscribe .form-submit {
    position: absolute;
    top: 0;
    right: 0;
}

#countdown {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
#countdown > .item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 16px;
}
#countdown > .item .count {
    display: block;
    background-color: #fff;
    font-family: "Droid Serif", serif;
    font-weight: 400;
    font-size: 36px;
    padding: 0 12px;
    color: #3e3e3e;
    line-height: 70px;
}
#countdown > .item span {
    display: block;
    background-color: #1abc9c;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
}