
@import url('reset.css');
@import url('animate.min.css');
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

html {/*5*/}

body {
    background: #0d0c0a;
    color: #dfd8c2;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #dfd8c2;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
        -ms-transition: 0.5s;
            transition: 0.5s;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 700;
}


i {
    font-style: italic;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    height: 100%;
}

header {
    width: 100%;
    height: auto;
    clear: both;
    display: block;
}

header.index {
    width: 100%;
    height: 550px;
    text-align: center;
}

.menu {
    width: 100%;
    float: left;
    text-align: center;
    margin: 80px 0;
}

nav {
    text-align: center;

}

nav ul {
    width: auto;
    text-align: center;
    padding: 20px 0;
}

nav ul li {
    display: inline;
    font-size: 16px;
}

nav ul li a {
    display: inline-block;
    padding: 0 10px;
}

nav ul li a:hover,
nav ul li a.active {
    color: #e5ba48;
}

nav ul li:last-child a {
    padding: 0;
}

.logo-index {
    width: 100%;
    float: left;
}

.i-socials {
    width: 100%;
    float: left;
    margin: 80px 0
}

.i-socials ul {
    width: auto;
    text-align: center;
}

.i-socials ul li {
    display: inline;
    padding: 0
}

.i-socials ul li a {
    display: inline-block;
    padding: 0 3px;
    opacity: 0.7;
}

.i-socials ul li a:hover {
    opacity: 1;
}

.home-video-list {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.home-video-list .row {
    margin: 0 -15px;
}

    .home-video-list .row:before,
    .home-video-list .row:after {
        display: table;
        content: " ";
    }

    .home-video-list .row:after {
        clear: both;
    }

.hvl-inner {
    max-width: 650px;
    margin: 0 auto;
}

.hvl-item {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.hvl-item img {
    width: 100%;
}

header.sub {
    width: 100%;
    height: 300px;
    text-align: center;
}

.logo-sub {
    width: 100%;
    float: left;
    margin: 50px 0 5px 0;
}

.menu-sub {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0;
}

.s-title {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Great Vibes', cursive;
    font-size: 38px;
    color: #b59a4a;
    margin: 20px 0;
}

.s-testimonials {
    width: 100%;
    height: 100%;
    clear: both;
    background: black;
    padding: 80px 0 100px 0;
    text-align: center;
}

.st-title {
    width: 100%;
    float: left;
    color: #8f7a3c;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.st-text {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    color: #948761;
}

.swf-list {
    width: 100%;
    height: auto;
    clear: both;
}

.swfl-menu {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}

.swfl-menu button {
    background: black;
    border: none;
    color: white;
    cursor: pointer;
    outline: 0;
    padding: 10px 20px;
    font: inherit;
    font-size: inherit;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
        -ms-transition: 0.5s;
            transition: 0.5s;
}

.swfl-menu button:hover {
    color: #d0af49;
}

.swfl-menu button:active {
    color: #d0af49;
}

button.button.is-checked {
  color: #d0af49;
}

.swfl-l {
    width: 100%;
    float: left;
    margin: 20px 0;
    overflow: hidden;
}

.swfll-w {
    width: 20%;
    float: left;
    background: black;
    overflow: hidden;
    padding: 0 2px 2px 0;
}

.swfll-w img {
    width: 100%;
    float: left;
}

.swfl-in {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.sflin-img {
    width: 100%;
    float: left;
    height: 100%;

}

.sflin-mask {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
   -webkit-transition: visibility 0s linear,opacity 0.25s ease;
      -moz-transition: visibility 0s linear,opacity 0.25s ease;
        -o-transition: visibility 0s linear,opacity 0.25s ease;
       -ms-transition: visibility 0s linear,opacity 0.25s ease;
           transition: visibility 0s linear,opacity 0.25s ease;
}

.sflin-mask a {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/btn-gallry.png) no-repeat center center;
    display: block;
    text-align: center;
    padding: 60px 0;
    font-size: 24px;
    letter-spacing: -1px;
}

.swfl-in:hover .sflin-mask {
    opacity: 1;
    visibility: visible;
}

.s-about {
    width: 100%;
    height: 100%;
    clear: both;
    background: black;
    padding: 0;
    float: left;
}

.what-core {
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 62px;
}

.what-core  .what-btn {
    padding: 6px 23px 6px 23px;
    border: 1px solid #36301e;
    color: #8a7432;
}

.sa-left {
    width: 45%;
    float: left;
    height: 100%;
    background: #92751d;
    padding: 40px;
    position: relative;
}

.sa-left:before {
    width: 300%;
    height: 100%;
    left: -300%;
    top: 0;
    content: "";
    background: url(../images/a-img-8.png) no-repeat right top;
    float: left;
    position: absolute;
}

.sal-img {
    width: 100%;
    height: 100%;
    float: left;
}

.sal-img img {
    max-width: 100%;
}

.sal-bottom {
    width: 100%;
    float: left;
    height: 100%;
    margin: 20px 0 0 ;
}

.salb-soscials {
    width: 43%;
    float: left;
}

ul.salb-socials {
    width: 100%;
}

ul.salb-socials li {
    float: left;
    margin: 0 1px 1px 0;
}

ul.salb-socials li a {
    float: left;
    width: 35px;
}

ul.salb-socials li a:hover {
    opacity: 0.7;
}

ul.salb-socials li a img {
    width: 100%;
    float: left;
}

.salb-t {
    width: 100%;
    float: right;
    margin: 5px 0 30px 0;
}

.salb-t a {
    width: 100%;
    height: 100%;
    float: left;
    background: #5D4C20;
    padding: 10px;
    font-size: 16px;
    font-style: italic;
    letter-spacing: -1px;
}

.salb-t a:hover {
    background: black
}

.salb-t a span {
    color: #b9962d;
}

.sa-right {
    width: 55%;
    float: right;
    height: 100%;
    padding: 40px;
    font-size: 16px;
    font-style: italic;
    color: #948761;
    line-height: 20px;
}

.s-contact {
    width: 100%;
    height: 100%;
    clear: both;
    background: black;
    padding: 0;
    float: left;
}

.sc-info {
    width: 25%;
    float: left;
    height: 510px;
    background: #92751d;
    padding: 37px;
    position: relative;
}

.sc-info:before {
    width: 300%;
    height: 100%;
    left: -300%;
    top: 0;
    content: "";
    background: url(../images/a-img-13.png) no-repeat right top;
    float: left;
    position: absolute;
}

ul.sci-ul {
    width: 100%;
    float: left;
    /*margin: 0 0 20px 0;*/
      margin: 0 0 6px 0;
}

ul.sci-ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    /*margin: 0 0 20px 0;*/
       margin: 0 0 12px 0;
    line-height: 20px;
}
.sci-ul li b{
    font-size: 18px;
}
ul.sci-ul li span {
    width: 100%;
    float: left;
}

.sc-map {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    height: 510px;
    overflow: hidden;

}
 
.sc-map iframe,  
.sc-map object, 
.sc-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 510px;
}

.sc-form {
    width: 55%;
    float: right;
    height: 100%;
    padding: 40px;
}

.sc-form span {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #ae9447;
    letter-spacing: -1px;
    margin: 0 10px 20px 0
}

.sc-form ul {
    width: 90%;
    float: right;
    padding: 0 0 10px 0;
    
}

.sc-form ul li {
    width: 50%;
    float: left;
    padding: 0 10px 10px 0;
    
}

.sc-form ul li.textarea {
    width: 100%;
    float: left;
    padding: 0 10px 10px 0;
    height: 150px;
}

input[type="text"],input[type="email"],
textarea {
    font-size: 16px;
    font-family: inherit;
    font-weight: inherit;
    color: #92751d !important;
    border: none;
    outline: 0;
    padding: 10px 20px;
    border: 1px solid #9a9a9a;
    width: 100%;
    height: 100%;
    resize:none;
    background: #ebe7db;
}

input[type="submit"] {
    font-size: 16px;
    font-family: inherit;
    font-weight: inherit;
    color: #92751d !important;
    border: 1px solid #36301e;
    outline: 0;
    padding: 10px 20px;
    resize:none;
    background: black;
    cursor: pointer;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
        -ms-transition: 0.5s;
            transition: 0.5s;
}

input[type="submit"]:hover {
    background: #bab3a0;
    color: black !important;
}

::-webkit-input-placeholder {
    color: #92751d;
    margin-left: 13px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #92751d;
    margin-left: 13px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #92751d;
    margin-left: 13px;
}

:-ms-input-placeholder {
    color: #92751d;
}

.s-pro {
    width: 100%;
    height: 100%;
    clear: both;
    background: black;
    padding: 0;
    float: left;
    overflow: hidden;
}

.sp-menu {
    width: 25%;
    float: left;
    min-height: 510px;
    background: #92751d;
    padding: 40px;
    position: relative;
}

.sp-menu:before {
    width: 300%;
    height: 100%;
    left: -300%;
    top: 0;
    content: "";
    background: url(../images/a-img-14.png) no-repeat right top;
    float: left;
    position: absolute;
}

.ap-menu:before {
    background: url(../images/a-img-14.png) no-repeat right top !important;
}

.sp-menu ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 0 20px 10px;
}

.sp-menu ul li:first-child {
    font-family: 'Great Vibes', cursive;
    font-size: 38px;
    padding: 0 0 20px 0;
}

.sp-menu ul li a:hover,
.sp-menu ul li a.active {
    color: #1d160b;
}

.sp-menu ul li ul {
    width: 100%;
    float: left;
    margin: 10px 0 0 5px;
}

.sp-menu ul li ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 0 5px 10px;
    border-left: 1px solid #dfd8c2;
}

.sp-menu ul li ul li:first-child {
    font-family: inherit;
    font-size: inherit;
    padding: 0 0 5px 10px;
}

.sp-menu ul li ul li:last-child {
    font-family: inherit;
    font-size: inherit;
    padding: 0 0 0 10px;
}

.sp-right {
    width: 75%;
    float: left;
}

.spr-w {
    width: 500%;
    float: left;
    position: relative;
}

.spr-c {
    width: 100%;
    float: left;
    padding: 40px;
    color: #948761;
    line-height: 20px;
    font-size: 16px;
}

.slide {
    width: 380px;
    height: 510px;
    float: left;
    padding: 0;
    margin: 0 1px 0 0;
}

.sprw-c {
    width: 380px;
    height: 255px;
    float: left;
    margin: 0 0 1px 0;
    position: relative;
    background: url('../images/bg-loading-amour.png') no-repeat center center;
}

.sprw-c:hover .sflin-mask {
    opacity: 1;
    visibility: visible;
}

.video-popup {
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    min-height: 400px;
    max-width: 850px;
    margin: 0 auto;
}

.video-popup video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.mfp-close {
    width: 100% !important;
    max-width: 850px;
    margin: -2% auto 0 !important;
    left: 0 !important;
    right: 0 !important;
    color: #fff !important;
    text-align: right !important;
    opacity: 1 !important;
}

.form-popup {
    max-width: 460px;
    height: 100%;
    float: left;
    background: #92751D;
    padding: 10%;
}

.fp-t {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: -1px;
    color: white;
}

.form-popup ul,
.form-popup ul li {
    width: 100%;
    float: left;
}

.form-popup ul li {
    margin: 0 0 10px 0;
}

html, body {
    height: 100%;
}

.h-wrap {
    width: 100%;
    min-height: 100%;
    margin-bottom: -57px;
}

.h-wrap:after {
  content: "";
  display: block;
}
.footer, .h-wrap:after {
  /* .push must be the same height as footer */
    height: 57px; 
}

footer {
    width: 100%;
    height: 57px;
    background: #0d0c0a;
    clear: both;

}

.f-copyright {
    width: 70%;
    float: left;
    padding: 20px 0;
    color: #615844;
}

.f-development {
    width: 30%;
    float: right;
    text-align: right;
    line-height: 55px;
}

.background-sound,
.background-sound object,
.background-sound embed {
    visibility: hidden;
    height: 0 !important;
    width: 0 !important
}
