@font-face {
    font-family: 'Noto Sans';
    src: url('../css/fonts/NotoSans-Light.eot');
    src: url('../css/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/NotoSans-Light.woff2') format('woff2'),
        url('../css/fonts/NotoSans-Light.woff') format('woff'),
        url('../css/fonts/NotoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../css/fonts/NotoSans-Bold.eot');
    src: url('../css/fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../css/fonts/NotoSans-Bold.woff') format('woff'),
        url('../css/fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../css/fonts/NotoSans-Regular.eot');
    src: url('../css/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../css/fonts/NotoSans-Regular.woff') format('woff'),
        url('../css/fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

body,html {
    font-family: 'Noto Sans';
    font-weight: normal;
    font-style: normal;
	overflow-x: hidden !important;
    position: relative;
    
}

label,
textarea,
select,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Noto Sans';
    font-weight: normal;
    font-style: normal;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: none;
}

a, a:focus  {
	text-decoration: none;
	outline: none;
}

a:focus {
	color: inherit;
}

p {
    font-size: 14px;
}

header {
    background-color: #232323;
    height: 45px;
}

a.logo {
    color: #cecabb;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    padding-top: 11px;
    padding-bottom: 6px;
    padding-left: 10px;
    display: inline-block;
}

span.bold {
    font-weight: bold;
}

ul.menu {
    float: right;
    padding-top: 9px;
}

ul.menu li {
    list-style-type: none;
    float: left;
    margin-right: 36px;
}

ul.menu li.social {
    margin-right: 12px;
}

ul.menu li a {
    color: #cecabb;
    font-size: 13px;
}

ul.menu li a img {
    width: 26px;
}

.home-top {
    position: relative;
    height: 601px;
}

.home-top.home {
    position: relative;
    height: auto;
}

.home-title {
    position: absolute;
    margin-top: -166px;
    height: 200px;
    top: 50%;
    width: auto;
    left: 49%;
}

h2 {
    font-weight: 300;
    font-size: 51px;
    line-height: 62px;
}

img.mobile-slider {
    display: none;
}

span.title-line {
    display: block;
    font-weight: bold;
    margin-left: 18px;
    font-style: italic;
}

.slider-bot {
    background-color: #c3c3c3;
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    bottom: 4px;
}

a.btn-default {
    background-color: #232323;
    color: #cecabb;
    text-transform: uppercase;
    padding: 11px 46px;
    font-size: 13px;
    margin-top: 25px;
    display: inline-block;
    transition: 300ms ease;
}

a.btn-default.left {
    margin-left: 18px; 
}

.home-intro {
    width: 1293px;
    margin: auto;
    margin-top: 109px;
}

.paul-image {
    display: inline-block;
    width:600px;
    vertical-align: top;
}

.desc-text {
    display: inline-block;
    width: 760px;
    margin-left: -74px;
    margin-top: 189px;
    z-index: 10;
    position: relative;
}

.desc-text p {
    margin-bottom: 20px;
}

h2.name {
    margin-bottom: 19px;
    margin-top: 2px;
}

span.label {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: -8px;
    display: block;
}

.paul-text p {
    font-size: 14px;
    margin-bottom: 19px;
}

.home-top.sleeping {
    background-image: url(../img/wood-texture.jpg);
}

.desc-text.sleeping-desc {
    margin-top: 74px;
}

.detail-bar {
    width: 100%;
    height: 300px;
    background-color: #ececec;
    margin-top: 99px;
    padding-top: 33px;
    margin-bottom: 537px;
}

 .home-top.dining {
    background-image: url(../img/wood-texture.jpg);
}

.desc-text.sleeping-desc {
    margin-top: 74px;
}

.container {
    width: 1220px;
    margin: auto;
}

.row {
    margin-top: 41px;
}

p.ddp {
    width: 700px;
}

.third {
    display: inline-block;
    width: 30%;
    margin-right: 50px;
    vertical-align: top;
}

.third:last-child {
    margin-right: 0px;   
}

h4 {
    font-weight: 300;
    font-size: 51px; 
}

h5 {
    font-size: 30px;
    margin-top: 13px;
}

.third img {
    width: 100%;
}

p.detail-desc {

}

.mobile-menu {
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  min-height: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.98);
  margin: 0;
  position: fixed;
  display: none;
}

@media (min-width: 720px) {
    .mobile-menu {
        float: right;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        background: transparent;
        display: block;
    }
}

.mobile-menu.open {
    display: block;
}

a {
    text-decoration: none;
}

.mobile-menu {
    display: none;
}

/* Main Navigation in header for desktop */
.main-menu {
    margin: 52px 0;
    padding: 0;
}
@media (min-width: 720px) {
    .main-menu {
        width: 600px;
        margin: 0 auto;
    }
}
.main-menu__item {
    padding: 0;
    display: block;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #3e3d3c;
    padding: 0px 0px 0px 10px;
    margin-right: 22px;
}

@media (min-width: 720px) {
    .main-menu__item {
        float: left;
        display: block;
    }
}
.main-menu__link {
    border-bottom: 0;
    color: #afaca7;
    display: block;
    padding: 20px;
    position: relative;
}

@media (min-width: 720px) {
    .main-menu__link {
        float: left;
        color: #333333;
    }
}

.main-menu__link:hover, .main-menu__link:focus, .main-menu__link:active {
    border-bottom: 0;
    background: #171717;
    color: #c5baa0;
}

/* Hamburger Button - Animation courtesy of https://codepen.io/designcouch/pen/Atyop - more examples in this link */
.open-button {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 12px;
    right: 91px;
    z-index: 9999;
    border-bottom: 0;
    margin-right: -70px;
}

@media (min-width: 720px) {
    .open-button {
        display: none;
    }
}

.open-button:hover {
    border-bottom: 0;
}

.open-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #cecabb;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.open-button span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.open-button span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.open-button span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.open-button.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.open-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 8px;
}

footer {
    background-color: #ececec;
    margin-top: 89px;
    position: relative;
}

.bg {
    position: absolute;
    background-image: url(../img/tablebg.png);
    height: 473px;
    width: 473px;
    right: 0;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: 473px;
}

.footerbar {
    background-color: #353535;
    padding: 10px 0px 30px 0px;
}

.footer-btn-holder {
    width: 577px;
    margin: auto;
    position: relative;
    z-index: 3;
}

a.btn-default.ftr {
    margin-right: 14px;
    width: 136px;
    text-align: center;
    padding: 14px 21px;
    border: 1px solid black;
}

a.btn-default.ftr:last-child {
    margin-right: 0px;
}

a.btn-default:hover {
    background-color: #444444;
}

.copyright {
    color: #cecabb;
    background-color: #232323;
    padding: 10px 11px 10px 12px;
    box-sizing: border-box;
}

.copyright p { 
    font-size: 12px;
}

p.rights {
    width: 49%;
    display: inline-block;
    text-align: left;
}

p.footer-deats {
    width: 49.9%;
    display: inline-block;
    text-align: right;
}

.test-slider {
    padding-top: 43px;
    padding-bottom: 83px;
}

h3 {
    font-weight: 300;
    font-size: 51px;
    font-style: italic;
    text-align: center;
    margin-bottom: 12px;
}

.carousel {
    margin: auto;
    padding: 0px 111px;
    width: 700px;
}

.carousel p {
    text-align: center;
    margin-bottom: 18px;
}

.test-name {
    font-size: 21px;
    font-style: italic;
}

.carousel-cell {
    width: 700px; /* half-width */
    margin-right: 10px;
}

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: #bab7ae;
}

.flickity-prev-next-button.no-svg {
  fill: #bab7ae;
}

/* position outside */
.flickity-prev-next-button.previous {
  left: -25px;
}

.flickity-prev-next-button.next {
  right: -25px;
}

.flickity-prev-next-button svg {
    top: 9%;
}

.flickity-page-dots {
    padding-right: 222px;
    box-sizing: border-box;
}
 
h2 {
    text-align: center;
    width: 100%;
    margin-top: 55px;
}

.title-sep {
    width: 40px;
    height: 1px;
    background-color: #c7c7c7;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 52px;
}

a.imgthumb {
    width: 403px;
    height: 268px;
    overflow: hidden;
    display: inline-block;
}

a.imgthumb img {
    width: 100%; 
}

 p.titlep {
    text-align: center;
    width: 700px;
    margin: auto;
}

p.contact-details {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
}

form {
    width: 100%;
    margin-top: 48px;
}

.fourth {
    width: 289px;
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 25px
}

.fourth:nth-child(4) {
    margin-right: 0px;   
}

label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
}

input, textarea {
    border: none;
    background-color: #ececec;
}

textarea {
    margin-top: 6px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

input.inp {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 6px;
}

input[type="submit"] {
    background-color: #232323;
    color: #cecabb;
    text-transform: uppercase;
    padding: 11px 46px;
    font-size: 13px;
    display: block;
    margin: auto;
    margin-top: 7px;
    cursor: pointer;
}
   
.home-title {
    animation: textslide 900ms 900ms ease forwards;
    opacity: 0;
    transform: translateX(100px);
    z-index: 10;
}

@keyframes textslide {
    0% {opacity: 0; transform: translateX(100px); z-index: 10;}
    100% {opacity: 1; transform: translateX(0px); z-index: 10;}

}

img.desktop-slider, img.mobile-slider {
    animation: slidefade 1000ms 300ms ease forwards;
    opacity: 0;
    transform: translateX(-400px)
}

@keyframes slidefade {
    0% {opacity: 0; transform: translateX(-400px)}
    100% {opacity: 1; transform: translateX(0px)}
}
