body
{
    margin: 0;
    padding: 0;
    font-family: 'Cormorant Infant', serif;
}

.container
{
    width: calc(100% - 100px);
    margin: 0 50px;
}

.margin
{
    height: 80px;
}

.clr
{
    clear: both;
}

.center
{
    text-align: center;
}

a
{
    text-decoration: none;
}

h1.title-page
{
    display: block;
    width: 100%;
    font-size: 35px;
    border-top: 3px solid #b4a069;
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    color: #b4a069;
}

.bg
{
    width: 100%;
    height: 400px;
    display: block;
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

#header
{
    width: 100%;
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #ffffff;
    transition-duration: 500ms;
}

#header.sticky
{
    padding: 5px 0 0;
    border-bottom: 3px solid #393939;
}

#header .logo
{
    float: left;
    width: 250px;
    height: auto;
    transition-duration: 500ms;
}

#header.sticky .logo
{
    width: 200px;
}

#header .logo a img
{
    display: block;
    width: 100%;
    height: auto;
    transition-duration: 500ms;
}

#header .logo a:hover img
{
    opacity: 0.7;
}

#header .menu
{
    display: none;
}

#header .menu a
{
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    margin-top: 9px;
    transition-duration: 500ms;
}

#header .menu a:hover
{
    background: #b4a069;
}

#header.sticky .menu a
{
    width: 48px;
    height: 48px;
    margin-top: 7px;
}

#header .menu a img
{
    width: 100%;
    height: auto;
}

#header .nav
{
    float: right;
    width: calc(100% - 250px);
}

#header .nav ul
{
    text-align: right;
    padding: 18px 0;
    margin: 0;
    list-style-type: none;
}

#header .nav ul > li
{
    display: inline-block;
}

#header .nav ul > li a
{
    transition-duration: 500ms;
    display: block;
    padding: 10px 15px;
    color: #393939;
    font-size: 20px;
}


#header .nav ul > li a:hover
{
    color: #b4a069;
}

#home-slider,
#home-slider img
{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#home-slider img
{
    margin: 0;
}

#home-slider .text-slider
{
    position: absolute;
    bottom: 100px;
    right: 20px;
    text-align: right;
    z-index: 1000;
    padding: 20px 40px;
    background: rgba(24, 24, 24, 0.8);
}

#home-slider .text-slider h3,
#home-slider .text-slider h1,
#home-slider .text-slider h2
{
    margin: 0;
    padding: 0;
}

#home-slider .slide1 .text-slider h3
{
    font-size: 43px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1px;
    padding-top: 16px;
    display: block;
    margin-bottom: -11px;
}

#home-slider .slide1 .text-slider h1
{
    font-size: 100px;
    line-height: 94px;
    letter-spacing: -4px;
    color: #ffffff;
}

#home-slider .slide1 .text-slider h2
{
    font-size: 55px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

#home-slider .slide1 .text-slider h2 span
{
    font-size: 85px;
}

#home-slider .slide2 .text-slider h3
{
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

#home-slider .slide2 .text-slider h1
{
    font-size: 100px;
    line-height: 75px;
    letter-spacing: -4px;
    color: #ffffff;
}

#home-slider .slide2 .text-slider h2
{
    font-size: 48px;
    line-height: 35px;
    font-weight: 400;
    color: #ffffff;
}

#boxes,
.boxes
{
    width: 100%;
    margin-top: 2px;
}

#boxes a.box1,
#boxes a.box2
{
    margin: 0 1px;
    padding: 15px 0 17px;
    text-align: center;
    display: block;
    float: left;
    background: #b4a069;
    color: #ffffff;
    transition-duration: 500ms;
    font-size: 25px;
}

.boxes a.box1,
.boxes a.box2
{
    margin: 0 1px;
    padding: 80px 10px;
    text-align: center;
    display: block;
    float: left;
    background: #b4a069;
    height: 70px;
    position: relative;
    transition-duration: 500ms;    
}

#boxes a.box1 span,
#boxes a.box2 span,
.boxes a.box1 span,
.boxes a.box2 span
{
    color: #393939;
    transition-duration: 500ms; 
}

.boxes a.box1 p,
.boxes a.box2 p
{
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 500ms;
}    

#boxes a.box1:hover,
#boxes a.box2:hover,
#boxes a.box1.boxbg,
#boxes a.box2.boxbg,
.boxes a.box1:hover,
.boxes a.box2:hover
{
    background: #393939 !important;
    color: #b4a069 !important;
}

.boxes a.box1:hover p,
.boxes a.box2:hover p
{
    color: #b4a069 !important;
}

#boxes a.box1:hover span,
#boxes a.box2:hover span,
.boxes a.box1:hover span,
.boxes a.box2:hover span,
#boxes a.box1.boxbg span,
#boxes a.box2.boxbg span
{
    color: #b4a069;
}

#boxes a.box1
{
    width: calc(33% - 2px);
}

#boxes a.box2
{
    width: calc(34% - 2px);
}

.boxes a.box1
{
    width: calc(33% - 22px);
}
.boxes a.box2
{
    width: calc(34% - 22px);
}

#information
{
    width: 100%;
    margin: 20px 0;
}

#information .description
{
    float: left;
    display: block;
    width: calc(100% - 400px);
}

.description h1
{
    font-size: 40px;
    color: #b4a069;
}

.description p,
.description ul > li
{
    font-size: 20px;
    color: #393939;
}

#information .list
{
    float: right;
    width: 350px;
    background: #b4a069;
    margin-top: 20px;
}

#information .list h2
{
    font-size: 33px;
    padding: 22px 22px 0;
    margin: 0;
    color: #393939;
    text-align: center;
}

#information .list ul
{
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#information .list ul > li
{
    color: #ffffff;
    padding: 20px 20px 22px;
    width: calc(100% - 40px);
    border-top: 1px solid #393939;
}

#information .list ul > li span
{
    background: #393939;
    display: inline-block;
    width: 15px;
    height: 15px;    
}

#information .list ul > li p
{
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 23px;
}

#information .list ul > li:first-child
{
    border-top: 0px;
}

table.offer,
ul.center-offer
{
    max-width: 706px;
    display: block;
    margin: 0 auto 20px;
}

table.contact-table
{
    width: 280px;
    display: block;
    margin: 0 auto 20px;
}

ul.center-offer
{
    padding: 0;
    list-style-type: 0;
}

ul.center-offer > li
{
    display: block;
    text-align: center;
    padding: 15px 30px 17px;
}

table.offer tr:nth-child(2n+1),
ul.center-offer > li:nth-child(2n+1)
{
    background: rgba(180, 160, 105, 0.2);
}

table.offer tr td
{
    border: 0px;
}

table.offer tr td:first-child,
{
    width: 100px;
    height: 100px;
    padding: 10px;
}

table.contact-table tr td:first-child
{
    height: 100px;
}

table.offer tr td:first-child img
{
    width: 70px;
    height: 70px;
    display: block;
    padding: 15px;
}

table.contact-table tr td:first-child img
{
    width: 70px;
    height: 70px;
    display: block;
}

table.offer tr td:last-child
{
    width: calc(100% - 120px);
    padding: 10px;
    height: 100px;
}

table.contact-table tr td:last-child
{
    width: calc(100% - 120px);
    padding: 10px;
    height: 80px;
}

table.offer tr td:last-child h2
{
    margin: 0 0 10px;
    color: #b4a069;
    font-size: 27px;
}

table.contact-table tr td:last-child h2
{
    margin: 0 0 10px;
    color: #b4a069;
    font-size: 22px;
}

table.contact-table tr td:last-child a
{
    margin: 0 0 10px;
    color: #b4a069;
    font-size: 27px;
    transition-duration: 500ms;
}

table.contact-table tr td:last-child a:hover 
{
    color: #393939;
}

table.offer tr td:last-child p
{
    margin: 0;
    line-height: 20px;
}

.price-list .price
{
    float: left;
    width: calc(33.3% - 20px);
    margin: 10px;
    text-align: center;
}

.price-list .price.price1
{
    margin-top: 60px;
}

.price-list .price h2,
.price-list .price a
{
    color: #ffffff;
    display: block;
    padding: 15px 0 17px;
    background: #393939;
    margin-bottom: 2px;
    font-size: 23px;
}

.price-list .price a
{
    transition-duration: 500ms;
}

.price-list .price a:hover
{
    color: #393939;
    background: #b4a069;
}

.price-list .price .down-price
{
    color: #393939;
    display: block;
    padding: 55px 0;
    border: 1px solid #b4a069;
    margin-bottom: 2px;
}

.price-list .price .down-price h1
{
    margin: 0;
    font-size: 40px;
    letter-spacing: -2px;
}

.price-list .price .down-price h1 span
{
    font-size: 50px;
    color: #b4a069;
}

.price-list .price .down-price h3
{
    font-size: 30px;
    margin: 0;
}

#contact-home .dark-belt
{
    width: 100%;
    padding: 15px 0 17px;
    background: #393939;
}

#contact-home .dark-belt h1
{
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

#contact-home .contact
{
    padding: 10px 0;
    min-height: 160px;
    width: 100%;
    background: #b4a069;
}

#contact-home .contact h1
{
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    color: #393939;
    margin: 10px 0 15px; 
}

#contact-home .contact .container
{
    max-width: 800px;
    margin: 0 auto;
}

#contact-home .contact .left
{
    float: left;
}

#contact-home .contact .right
{
    float: right;
}

#contact-home .contact .left
{
    width: 310px;
}

#contact-home .contact .right
{
    width: 175px;
}

#contact-home .contact .left img,
#contact-home .contact .right img
{
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

#contact-home .contact .left h2,
#contact-home .contact .right h2
{
    display: block;
    float: left;
    width: calc(100% - 80px);
    margin: 15px 0;
    font-size: 30px;
    color: #ffffff;
}

#page
{
    min-height: 500px;
}

#page.contact-page
{
    max-width: 800px;
    margin: 0 auto;
}

#page.contact-page .left
{
    float: left;
}

#page.contact-page .right
{
    float: right;
}

#page.contact-page .left,
#page.contact-page .right
{
    width: calc(50% - 20px);
    margin: 0 10px;
}

#links
{
    width: calc(100% - 20px);
    background: #393939;
    padding: 20px 10px;
}

#links .footer-container
{
    max-width: 1300px;
    margin: 0 auto;
}

#links .footer-container .list-link
{
    float: left;
    width: calc(25% - 22px);
    display: block;
    height: 250px;
    border-left: 1px solid #b4a069;
    border-right: 1px solid #b4a069;
    padding: 10px;
    margin-bottom: 20px;
}

#links .footer-container .list-link h3
{
    color: #b4a069;
    font-size: 22px;
    margin-top: 0;
}

#links .footer-container .list-link ul
{
    list-style-type: none;
    padding: 0 0 0 10px;
}

#links .footer-container .list-link ul a,
#links .footer-container .list-link ul p
{
    color: #ffffff;
    padding: 3px 0;
    margin: 0;
    font-size: 19px;
    display: block;
    transition-duration: 500ms; 
}

#links .footer-container .list-link ul a:hover,
#links .footer-container .list-link ul p span
{
    color: #b4a069; 
}

#footer
{
    border-top: 3px solid #b4a069;
}

#footer .left
{
    float: left;
    text-align: left;
}

#footer .right
{
    float: right;
    text-align: right;
}

#footer .left p,
#footer .right p
{
    color: #393939;
}

#footer .left span,
#footer .right a
{
    color: #b4a069;
    font-weight: 600;
}

#footer .right a
{
    transition-duration: 500ms;
}

#footer .right a:hover
{
    color: #393939;
}

#social-media-head
{
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 2000;
}

#social-media-head ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#social-media-head ul > li a
{
    display: block;
    width: 40px;
    height: 40px;
    background: #393939;
}

#social-media-head ul > li a img
{
    width: 100%;
    height: auto;
    transition-duration: 500ms;
}

#social-media-head ul > li a:hover img
{
    opacity: 0.7;
}

#contact-home .contact .right h2 a
{
    font-size: 30px;
    color: #ffffff;
    transition-duration: 500ms;
}

#contact-home .contact .right h2 a:hover
{
    color: #393939;
}