/* GLOBAL STYLES
==================================================================*/

body {
    overflow-x: hidden;
}

h2 {
    margin: 80px 0 0;
}

h4 {
    color: #807154;
    margin: 0;
}

p {
    margin: 0 0 1em;
}

a,
aside i,
button,
.navbar,
.models li a img,
.gallery li a img {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

a:hover {
    text-decoration: none;
}

blockquote {
    border: 0;
    color: #222;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-style: italic;
    padding: 0 20px 20px;
}

blockquote small {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    margin-top: 5px;
}

section,
footer {
    background: #fff;
    position: relative;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
}

section {
    padding: 0 0 60px;
    overflow: hidden;
}

.clear {
    clear: both;
    display: table;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.row {
    position: relative;
}

.divider {
    border-bottom: 1px solid #ddd;
    color: #807154;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 1.5em;
}

.divider i {
    position: relative;
    top: 0.5em;
}

.parallax {
    background-repeat: no-repeat;
    background-position: center center;
    height: 200%;
    left: 0;
    opacity: .1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

/* TOP NAV
==================================================================*/

.navbar {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    top: -66px;
}

.navbar-brand {
    height: auto;
    padding: 20px 15px;
}

.navbar-nav .active a {
    color: #807154;
}

.blog-nav {
    top: 0 !important;
}

/* BANNER
==================================================================*/

#banner {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#bgvid {
    background: url(../images/cover.jpg) no-repeat;
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: auto;
    z-index: 1;
}

#cover {
    background: url(../images/cover.jpg) no-repeat;
    background-size: cover;
    bottom: 0;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 1;
}

.tint {
    background: url(../images/texture-light.png);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#banner .tint {
    z-index: 100;
}

.welcome {
    color: #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.welcome h1 {
    color: #fff;
    line-height: 1em;
    margin: 0;
}

.welcome span {
    display: block;
    font-size: 30px;
    line-height: 1em;
    margin: 0;
}

.welcome h3 {
    color: #fff;
    line-height: 1em;
    margin: 0;
}

.welcome a {
    letter-spacing: 10px;
    margin-top: 30px;
    padding: 10px 20px 10px 30px;
}

/* BUTTONS
==================================================================*/

.btn-default {
    border: 1px solid #807154;
    letter-spacing: 0.2em;
    padding: 0.7em 1.3em 0.7em 1.5em;
}

.btn-default:hover,
.btn-default.active {
    border: 1px solid #ddd;
}

.btn-primary {
    font-weight: bold;
    padding: 0.7em 1.5em;
}

/* ABOUT US
==================================================================*/

#about .owl-carousel {
    margin: 30px auto;
}

#about .owl-carousel .item div {
    margin: 0 30px;
    position: relative;
}

#about .owl-carousel img {
    width: 100%;
}

#about .owl-carousel h5 {
    font-family: "PT Sans", Arial, sans-serif;
    margin: 20px 0 0;
    text-transform: uppercase;
}

#about .owl-carousel .mask {
    left: 0;
    position: absolute;
    top: 0;
}

/* MODELS
==================================================================*/

.filter-menu {
    margin: 30px;
    padding: 0;
}

.filter-menu li {
    margin: 5px;
}

.models {
    list-style: none;
    margin: 0;
    padding: 0;
}

.models li {
    background: #807154;
    display: none;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 16.3%;
}

.models li a {
    cursor: url(../images/cursor.gif), pointer;
}

.models li a img {
    width: 100%;
}

.models li a:hover img {
    opacity: 0.2;
}

.profile {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile li,
.gallery li {
    margin: 0 0 5px;
    padding: 0;
}

.profile strong {
    color: #222;
    font-weight: normal;
}

#model .gallery {
    list-style: none;
}

#model .gallery li {
    background: #807154;
    float: left;
    margin: 0 3% 3% 0;
    width: 30%;
}

#model .gallery li a img {
    width: 100%;
}

#model .gallery li a:hover img {
    opacity: 0.2;
}

/* BLOG
==================================================================*/

#blog h3 {
    font-family: "PT Sans", sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
}

#blog .entry-meta {
    color: #807154;
    margin-bottom: 1em;
}

.entry-comments,
.entry-categories,
.entry-tags {
    border-left: 1px solid #ddd;
    margin-left: 10px;
    padding-left: 10px;
}

#blog .post-thumb {
    margin-bottom: 20px;
}

#blog aside h5 {
    color: #807154;
}

#blog aside ul,
#blog .paging {
    list-style: none;
    margin: 0;
    padding: 0;
}

#blog aside ul a {
    border-top: 1px solid #ddd;
    color: #888;
    display: block;
    padding: 10px 40px 10px 20px;
    position: relative;
    text-transform: uppercase;
}

#blog aside ul a:hover {
    color: #222;
    background: #f8f8f8;
}

#blog aside ul a i {
    right: 20px;
    position: absolute;
    top: 12px;
}

#blog aside ul a:hover i {
    right: 10px;
}

.entry-title {
    color: #222;
    margin-top: 0;
    text-transform: uppercase;
}

h1.entry-title {
    font-size: 3em;
}

img.pull-left {
    margin: 5px 20px 0 0;
}

img.pull-right {
    margin: 5px 0 0 20px;
}

.comments {
    margin-top: 30px;
}

.media {
    border-top: 1px solid #ddd;
    margin-top: 30px !important;
    padding-top: 30px;
}

.media-heading small {
    color: #807154;
}

#blog form {
    margin-top: 30px;
}

/* PRICE TABLES
==================================================================*/

.prices .col-sm-4 {
    padding: 0;
}

.price-table {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 40px 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.price-table.first,
.price-table.last {
    box-shadow: none;
    margin: 80px 0;
    z-index: 1;
}

.price-table.first {
    margin-left: 30px;
}

.price-table.last {
    margin-right: 30px;
}

.price-table li {
    border-bottom: 1px solid #ddd;
    padding: 10px 30px;
}

.price-table .price-title {
    background: #807154;
    border-bottom: 1px solid #73654b;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.price-table.first .price-title,
.price-table.last .price-title {
    padding: 15px 30px;
}

.price-table .price-title span {
    color: #181818;
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.price-table .price-number {
    background: #77694e;
    border-top: 1px solid #8d7f65;
    color: #fff;
    font-family: "Oranienbaum", Georgia, "Times New Roman";
    font-size: 80px;
    line-height: 1em;
    padding: 30px;
    text-transform: uppercase;
}

.price-table.first .price-number,
.price-table.last .price-number {
    padding: 15px 30px;
}

.price-table .price-number span {
    display: block;
    font-family: "PT Sans", Arial;
    font-size: 13px;
    line-height: 1em;
}

.price-table .price-button {
    padding: 30px;
}

.price-table.first .price-button,
.price-table.last .price-button {
    padding: 15px 30px;
}

/* CONTACT
==================================================================*/

#contact a {
    background: #807154;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 10px;
    width: 70px;
}

#contact a:hover {
    background: #fff;
    color: #807154;
}

#contact form .row {
    margin-bottom: 30px;
}

.form-control {
    height: auto;
    padding: 12px;
}

/* FOOTER
==================================================================*/

footer {
    background: #000;
    padding: 20px 0 0;
}

footer span {
    color: #fff;
    padding: 0 20px;
}

footer a {
    color: #fff;
}

footer i {
    color: #807154;
    margin-right: 3px;
}

/* MOBILE STYLES
==================================================================*/

@media (max-width: 767px) {
    h1 {
        font-size: 110px;
    }
    #bgvid {
        display: none;
    }
    #cover {
        display: block;
    }
    .welcome span,
    .welcome h3 {
        font-size: 20px;
    }
    .models li {
        width: 32%;
    }
    .prices .col-sm-4 {
        padding: 0 15px;
    }
    .price-table,
    .price-table.first,
    .price-table.last {
        margin: 15px 0;
    }
    .price-table .price-title,
    .price-table .price-number,
    .price-table .price-button {
        padding: 15px 30px;
    }
    #contact form {
        margin-bottom: 30px;
    }
    #contact form .col-md-6,
    #contact form .col-md-12 {
        margin-bottom: 10px;
    }
    #contact form .row {
        margin: 0;
    }
    footer span {
        display: block;
    }
}