@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-black.eot');
    src: url('../fonts/lato/lato-black.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-black.woff') format('woff'), url('../fonts/lato/lato-black.ttf') format('truetype'), url('../fonts/lato/lato-black.svg#latoblack') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-bold.eot');
    src: url('../fonts/lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-bold.woff') format('woff'), url('../fonts/lato/lato-bold.ttf') format('truetype'), url('../fonts/lato/lato-bold.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-bolditalic.eot');
    src: url('../fonts/lato/lato-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-bolditalic.woff') format('woff'), url('../fonts/lato/lato-bolditalic.ttf') format('truetype'), url('../fonts/lato/lato-bolditalic.svg#latobold-italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-italic.eot');
    src: url('../fonts/lato/lato-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-italic.woff') format('woff'), url('../fonts/lato/lato-italic.ttf') format('truetype'), url('../fonts/lato/lato-italic.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-light.eot');
    src: url('../fonts/lato/lato-light.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-light.woff') format('woff'), url('../fonts/lato/lato-light.ttf') format('truetype'), url('../fonts/lato/lato-light.svg#latolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/lato-regular.eot');
    src: url('../fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-regular.woff') format('woff'), url('../fonts/lato/lato-regular.ttf') format('truetype'), url('../fonts/lato/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Flat-UI-Icons";
    src: url('../fonts/flat-ui-icons/flat-ui-icons-regular.eot');
    src: url('../fonts/flat-ui-icons/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/flat-ui-icons/flat-ui-icons-regular.woff') format('woff'), url('../fonts/flat-ui-icons/flat-ui-icons-regular.ttf') format('truetype'), url('../fonts/flat-ui-icons/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Flat-UI-Icons";
    src: url('../fonts/flat-ui-iconsf/lat-ui-icons-regular.eot');
    src: url('../fonts/flat-ui-icons/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/flat-ui-icons/flat-ui-icons-regular.woff') format('woff'), url('../fonts/flat-ui-icons/flat-ui-icons-regular.ttf') format('truetype'), url('../fonts/flat-ui-icons/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'Flat-UI-Icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1.title {
    color: #333;
    font-size: 3em;
    font-weight: 800;
    line-height: 72px;
    margin: 0 0 24px;
    text-align: center;
    text-transform: uppercase;
}
.inner-container {
    position: relative;
    z-index: 2;
}
.close {
    opacity: 1;
    margin: 25px 0;
}
.close:active,
.close:focus {
    outline: none !important;
}
.close span {
    display: block;
    font-size: 40px;
    font-weight: 400;
    color: #322e46;
    margin-top: 50px;
}
.btn-transparent {
    font-family: "lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    color: white;
    border: solid 3px white;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 40px;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.btn-transparent:visited {
    color: white;
}
.btn-transparent:focus,
.btn-transparent:active {
    outline: none !important;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    display: inline-block;
}
.delay {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.transition-delay {
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.area-input {
    max-width: 480px;
    height: 50px;
    border: 2px solid #322e46;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin: auto;
    margin-top: 15px;
    color: #322e46;
    font-family: 'Open Sans', arial, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}
.form-control:focus {
    outline-color: transparent;
    background-color: white;
    box-shadow: none;
    border: 2px solid #88002d;
    color: black;
}
input.btn {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    width: 40%;
    font-weight: 400;
    font-size: 1.2em;
}
.btn {
    background-color: transparent;
    border-radius: 0px;
}
.btn-primary.outline {
    color: white;
    background-color: #322e46;
    transition: .3s;
}
.btn-primary.outline:hover {
    color: white;
    box-shadow: inset 0px -62px #88002d;
}
label#contact_name-error,
#contact_email-error,
#contact_subject-error,
#contact_message-error {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    max-width: 480px;
    font-size: 13px;
    font-weight: 400;
    font-family: sans-serif;
    font-style: italic;
    color: white;
}
#contact-success {
    display: block;
    margin-top: 150px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Muli', sans-serif;
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    color: #14150d;
}
.form-control::-webkit-input-placeholder {
    color: #333;
}
.form-control:-moz-placeholder {
    color: #333;
}
.form-control::-moz-placeholder {
    color: #333;
}
.form-control:-ms-input-placeholder {
    color: #333;
}
@media (max-width:1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
        font-size: 2.5em;
        margin-bottom: 30px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 0px;
        line-height: 35px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
