@font-face {
    font-family: 'dustismo_romanregular';
    src: url('../../asset-template/font/dustismo_roman-webfont.woff2') format('woff2'),
    url('../../asset-template/font/dustismo_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'century_gothicregular';
    src: url('../../asset-template/font/gothic-webfont.ttf');
}

body {
    padding: 0;
    margin: 0;
    font-family: 'century_gothicregular', 'sans-serif';
    font-size: 14px;
    color: #fff;
    background: #35332f;
    overflow-x: hidden;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    transition: all 0.5s;
}

h1, h2, h3, h4 {
    font-family: dustismo_romanregular, sans-serif !important;
    letter-spacing: 3px;
}

h1 {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 46px;
    margin: 0;
}

h2 {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
}

h3 {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
}

h4 {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

p {
    line-height: 26px;
    font-weight: lighter;
    letter-spacing: 1px;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}

.slideshow {
    position: relative;
}

.overlay_slide {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

.text_slide {
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left;
    top: 0;
    height: 200px;
    margin: auto;
    padding: 50px;
}

.text_slide h1 {
    font-family: 'dustismo_romanregular', sans-serif;
    margin: 0;
    color: #fff;
    letter-spacing: 3px;
}

.text_slide p {
    text-transform: none;
    font-size: 14px;
    margin-left: 50px;
    padding: 20px 0;
    letter-spacing: 2px;
}

.text_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.text_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.col-xs-12 .col-xs-3 i {
    color: #414141;
    font-size: 14px;
    margin-right: 5px;
}

.col-xs-12 .col-xs-3 {
    margin: 5px 0;
}

.col-xs-12 span {
    letter-spacing: 1px;
    color: #414141;
    font-size: 14px;
}

.box_contact {
    padding: 10px 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 50px;
}

.text_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_slide li:nth-child(2) {
    animation-delay: 0.7s;
}

.text_slide li:nth-child(3) {
    animation-delay: 0.8s;
}

.line_slider {
    position: absolute;
    bottom: -7px;
    width: 100%;
    z-index: 3;
}

.line_slider img {
    width: 100% !important;
    left: 0;
    right: 0;
    margin: 0 !important;
    background-repeat: no-repeat;

}

.demo a {
    position: absolute;
    bottom: 0px;
    left: 48%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 200 16px/1 'dustismo_romanregular', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
}

.demo a:hover {
    opacity: .5;
}

#scroll-down a {
    padding-top: 70px;
}

#scroll-down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}
.page_header_info {
    position: relative;
    width: 100%;

}
@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

/*--------------------------*/
/*--------- HEADER ---------*/
/*--------------------------*/

.section_menu {
    z-index: 1;
    width: 100%;
    transition: all 0.5s;
}

#menu {
    position: fixed;
    left: 0;
    z-index: 6;
    top: 0;
    display: block;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    transition: all 0.7s !important;
}

#menu .logo, #menu .hamburger-menu {
    height: 90px;
    width: 90px;
    display: block;
    /*overflow: hidden;*/
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c1941c;
    background-size: 100px;
    padding: 10px;
    position: relative;
    z-index: 10;
}

#menu .booknow {
    height: 90px;
    width: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100px;
    padding: 25px 10px;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

#menu .booknow .book-button {
    font-size: 18px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: dustismo_romanregular, sans-serif;
    margin: 0;
    line-height: 10px;
    position: relative;
    z-index: 10;
}

#menu .booknow .book-button-text {
    font-size: 18px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-family: dustismo_romanregular, sans-serif;
    margin: 0;
    line-height: 10px;
}

#menu .booknow .book-button:after {
    content: "";
    width: 52px;
    height: 6px;
    background-color: #2c2c2c;
    display: inline-block;
    margin: 10px auto;
    left: 0;
    right: 0;
}

/*-----------------------*/
#menu .booknow-mobile {
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100px;
    padding: 30px 10px;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

#menu .booknow-mobile .book-button {
    font-size: 18px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: dustismo_romanregular, sans-serif;
    margin: 0;
    line-height: 10px;
    position: relative;
    z-index: 10;
}

#menu .booknow-mobile .book-button-text {
    font-size: 18px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-family: dustismo_romanregular, sans-serif;
    margin: 0;
    line-height: 10px;
}

#menu .booknow-mobile .book-button:after {
    content: "";
    width: 52px;
    height: 6px;
    background-color: #2c2c2c;
    display: inline-block;
    margin: 10px auto;
    left: 0;
    right: 0;
}

/*-----------------------*/
#menu img {
    position: absolute;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

#nav-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 10px;
}

#nav-icon span:nth-child(3) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*--------------------------*/
/*-------- BOX MENU --------*/
/*--------------------------*/
#menu .box-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    display: block;
    padding: 100px;
    color: #fff;
    background: url(../images/bg/bg-boxmenu.jpg) center no-repeat;
    z-index: 3;
    opacity: 0;
    transition: all 1s;
}

#menu .box-menu.active {
    left: 0 !important;
    opacity: 1;
}

#menu .box-menu .menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
}

#menu .box-menu .menu .content-menu {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 200px;
}

#menu .box-menu .menu .content-menu .contact-menu {
    margin-bottom: 100px;
}

#menu .box-menu .menu .content-menu ul li {
    list-style: none;
    padding: 15px;
    text-transform: uppercase;
    font-family: dustismo_romanregular, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}

#menu .box-menu .menu .content-menu h4 {
    font-family: dustismo_romanregular, sans-serif;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 16px;
}

#menu .box-menu .menu .content-menu h4:before {
    content: "";
    width: 52px;
    height: 5px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: auto 5px;
    vertical-align: middle;
}

#menu .box-menu .menu .content-menu i {
    margin-right: 10px;
    color: #9d9d9d;
}

#menu .box-menu .menu .content-menu .follow {
    border: 2px solid #9d9d9d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 8px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    text-align: center;
    float: left;
}

#menu .box-menu .menu .content-menu .follow i {
    color: #9d9d9d;
    font-size: 18px;
    margin-top: 9px;
    margin-left: 0px;
    margin-right: 0;
}

#menu .box-menu .menu .content-menu .follow:hover {
    webkit-animation-name: swing;
    animation-name: swing;
}

#menu .box-menu .menu .content-menu ul li a:hover {
    margin-left: 20px;
    color: #c1941c;
    webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

#menu .box-menu .menu .content-menu ul li a.active {
    margin-left: 20px;
    color: #c1941c;
}

ul.navigation {
    width: 50%;
    position: relative;
    float: left;
}

/*--------------------------*/
/*---------- HOME ----------*/
/*--------------------------*/
.page_title {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.page_title.bg-section1 {
    background: url(../images/bg/bg-boxmenu.jpg) center no-repeat;

}

.page_title.bg-section4 {
    background: url(../images/bg/bg-boxmenu_01.jpg) center no-repeat;
}

.default_img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    background: rgba(53, 51, 47, 0.9);
}

.title-section h4 {
    color: #c1941c;
    text-transform: uppercase;
    font-family: dustismo_romanregular, sans-serif;
}

.title-section h4:before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #c1941c;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.detail-box.no-bg .first-text {
    padding-left: 100px;
}

.right {
    float: right !important;
}

.button-link {
    text-transform: uppercase;
    font-size: 16px;
    font-family: dustismo_romanregular, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    color: #c1941c;
}

.button-link.active{
    display: none;
   }


.button-link.left {
    margin-left: 100px;
}

.button-link:after {
    content: "";
    width: 60%;
    height: 3px;
    background-color: #c1941c;
    display: inline-block;
    margin: 5px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s;
}

.button-link:hover:after {
    content: "";
    width: 30%;
    height: 3px;
    background-color: #c1941c;
    display: inline-block;
    margin: 5px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s;
}

.button-info {
    text-transform: uppercase;
    font-size: 16px;
    font-family: dustismo_romanregular, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    color: #c1941c;
}
.button-info img{
    width: 10px !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
}
.button-info span {
    margin-left: 10px;
    vertical-align: middle;
    transition: all 0.9s;
}
.button-info span:hover {
    margin-left: 20px;
    transition: all 0.9s;
}


/*------- SECTION 1 --------*/
.section1, .section3, .section4 {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}

/*------- SECTION 2 --------*/
.page_title .section2 {
    display: block !important;
}

/* GRID*/
.overlay-grid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    display: flex;

}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-height: 600px;
    width: 50%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.grid figure figcaption > a {
    z-index: 1;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 500;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/***** Lily *****/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: center;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    margin: auto;
    top: 0;
    right: 0;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #fff;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    color: #fff;
    text-transform: none;
    font-size: 14px;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover p {
    padding: 0 100px;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*------- SECTION 3 --------*/
.section3 {
    text-align: center;
    display: flow-root;;

}

.section3 p {
    padding: 30px 100px;
}

.section3 .box-section3 {
    padding: 100px 0 0;
}
.box-section3 {
    padding: 0 0 100px;
    display: flex;
}

.img-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.detail-box {
    position: relative;
    height: 500px;
    padding: 100px 60px;
    text-align: left;
    margin: auto;
    background: #e7e6e6;
    color: #2c2c2c;
}

.detail-box.accom {
    height: 600px;
    padding: 100px;
}

.detail-box p {
    padding: 30px 0;

}

.detail-box.no-bg {
    background: none;
    height: 400px;
    padding: 1px 30px;
    color: #fff;
}

/*------- SECTION 4 --------*/
.section4 {
    display: flow-root !important;
}

/*--------------------------------*/
/*-------- PAGE INFO -------------*/
/*--------------------------------*/

.box-entity {
    padding: 100px;
    text-align: left;
}

.box-entity.page-gallery {
    text-align: center;
}

.box-entity h1:before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #c29500;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.box-entity h1 {
    color: #c29500;
}

.box-entity h2 {
    color: #c29500;
    font-size: 40px;
}

.box-entity h4 {
    text-align: left;
}

.box-entity p {
    margin: 30px 0;
}

.info-detail {
    padding-left: 100px;
}

.box-entity ul {
    padding: 20px;
}

.box-entity ul li {
    padding: 4px;
    float: none ;
    text-align: left;
}

.box-detail {
    padding: 0;
}

#owl-demo .owl-pagination {
    display: none;
}

/*--------------------------------*/
/*--------- GALLERY --------------*/
/*--------------------------------*/
.gallery-title {
    width: 100%;
    text-align: center;
    height: auto;
    /*background: #fff;*/
    padding: 10px;

}

.gallery-title li {
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s;
    text-transform: capitalize;
}

.gallery-title li.active {
    background: none;
    border: 2px solid #fff;
}

.page_title .box-gallery {
    position: relative;
    width: 100%;
    display: flex;
    padding: 0 100px 100px;

}

.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

.overlay_gallery:hover .mask {
    opacity: 1;
}

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background-color: rgba(0, 0, 0, 0.4);
}

.overlay_gallery .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.view .mask {
    background-attachment: fixed;
}

.view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
}

.overlay_text_top {
    color: #FFF !important;
    top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.text_gallery_hover {
    color: #fff;
    font-size: 26px;
    text-align: center !important;
    opacity: 0.5;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    margin: auto;
}

.text_gallery_hover i {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    /*width: 60px;*/
    /*height: 60px;*/
    margin: auto;
    padding: 15px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
    margin-top: 20px;
}

.padding10 {
    padding: 10px;
}

.demo-gallery {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.demo-gallery .col-xs-6 {
    padding: 0 !important;
}

.demo-gallery .image_box {
    height: 400px;
}

.demo-gallery .image_box.img {
    height: 500px;
}

.item_img_box {
    position: relative;
    overflow: hidden;
}

.item_img_box .item_img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease;
}

.section_content:hover .item_img_box .item_img {
    transform: scale(1.05);
}

.demo-gallery .item_img_box:hover .item_img {
    transform: scale(1.05);
}

/*------ RESERVATION -------*/
.box-reservation {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    display: block;
    padding: 160px 250px;
    color: #fff;
    background: #2e2c28;
    z-index: 3;
    transition: all 1s;
    text-align: center;
}

.box-reservation.active {
    left: 0 !important;
}

.detail {
    position: absolute;
    width: 900px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.detail h1 {
    margin: 30px 0;
}

/*------ PAGE FOOTER -------*/
.page_footer {
    position: relative;
    width: 100%;
    padding: 100px;
    display: inline-block;
    text-align: center;
}

.page_footer h2 {
    margin-bottom: 50px;
}

.page_footer .col-xs-4 {
    padding: 0 20px;
}

.page_footer .contact {
    position: relative;
    width: 100%;
    display: inline-block;
}

.icon-contact {
    border: 2px solid #c1941c;
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background: none;
}

.icon-contact i {
    color: #c1941c;
    font-size: 30px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
}

.page_footer .social {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
    position: relative;
    z-index: 1;
}

.page_footer .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s;
    color: #c1941c;
    position: relative;
    z-index: 20;
}

.page_footer .social a:hover {
    background: #c1941c;
    color: #fff;
}

.page_footer .social a span {
    position: relative;
    z-index: 100;
}

.page_footer .social a i {
    font-size: 24px;
    position: relative;
    top: 13px;
}

.copyright {
    text-align: center;
    padding: 20px 0;
}

.bg-footer {
    background: #2e2c28;
}