@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'futuraMedium';
    src: url('../fonts/futura-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuraBold';
    src: url('../fonts/futura-t-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    background-color: #FFF;
    overflow-x: hidden;
    color: #808080;
    font-family: "Playfair Display",serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
    color: #303030;
    font-family: "Playfair Display",serif;
    font-size: 36px;
    line-height: 56px;
}

.wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
}

/* header */
header {
    background: rgba(51, 51, 51, 0.2);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.slick-header {
    background: #303030;
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    transition: height 1.3s ease 0s;
    z-index: 999;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color rgb(181, 181, 181);
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
}

    .slick-header .logo {
        height: 90px;
        padding-top: 12px;
    }

.content .right-border {
    border-right: 1px solid rgb(88, 88, 88);
}

/* Menu */
.desktop-navigation .nav > li {
    display: inline-block;
    font-family: "Playfair Display",serif;
    font-size: 16px;
    padding-left: 1px;
    padding-right: 2px;
    padding-top: 25px;
}

    .desktop-navigation .nav > li > a {
        color: #ffffff;
        display: block;
        padding: 10px 5px;
        position: relative;
    }

/* payment form css */
.payment-form {
    padding: 50px 0;
    margin-top: 90px;
}

    .payment-form h1, .payment-form p {
        text-align: center;
        margin-top: 0;
    }

.formcont {
    overflow: hidden;
    margin-top: 20px;
}

    .formcont .formitems {
        width: 46%;
        padding: 10px 2%;
        float: left;
    }

.formitems input {
    background: rgba(175, 175, 175, 0.3) none repeat scroll 0 0;
    border: 0 none;
    color: #303030;
    font-family: "Playfair Display",serif;
    font-size: 16px;
    padding: 6px 10px;
    width: 100%;
}

    .formitems input[type="submit"], .formitems input.reset {
        background: #363535;
        border: 1px solid #303030;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-family: 'futuraBold';
        letter-spacing: 1.2px;
        padding: 4px 28px;
        text-transform: uppercase;
        width: 48%;
        float: left;
        margin-left: 2%;
        margin-top: 38px;
    }

        .formitems input[type="submit"]:hover, .formitems input.reset:hover {
            background: #797979;
        }

.formitems p {
    text-align: left;
    font-style: italic;
    font-size: 14px;
}

.formitems .cards img {
    max-width: 20%;
    margin-right: 1%;
    display: block;
    float: left;
    height: auto;
}

/* footer */
footer {
    overflow: hidden;
}

.dark-content {
    background: #303030 none repeat scroll 0 0;
    border-top: 7px solid #b7b7b7;
    color: #808080;
    padding: 25px 0 0;
}

.bottompad-foot {
    padding-bottom: 30px;
}

.talign-center {
    text-align: center;
}

.talign-right {
    text-align: right;
}

.footer-layer {
    border-top: 1px solid #414141;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}

.dark-content p, .dark-content ul, .dark-content li a {
    color: #b7b7b7;
    font-family: "Playfair Display",serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    list-style: outside none none;
}

.talign-left {
    text-align: left;
}

.traditional-text {
    font-family: "Nunito",sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.mobily-menu {
    z-index: 999999 !important;
}

nav.panel.active {
    left: 0 !important;
}

@media (max-width: 768px) {
    .formcont .formitems {
        width: 100%;
    }
