/***********************
Amaz Website
***********************/

@font-face {
  font-family: 'GothamLight';
  src: url('Fonts/GothamLight/GothamLight.eot');
  src: url('Fonts/GothamLight/GothamLight.eot?#iefix') format('embedded-opentype'),
       url('Fonts/GothamLight/GothamLight.woff') format('woff'),
       url('Fonts/GothamLight/GothamLight.ttf') format('truetype'),
       url('Fonts/GothamLight/GothamLight.svg#GothamLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamMedium';
  src: url('Fonts/GothamMedium/GothamMedium.eot');
  src: url('Fonts/GothamMedium/GothamMedium.eot?#iefix') format('embedded-opentype'),
       url('Fonts/GothamMedium/GothamMedium.woff') format('woff'),
       url('Fonts/GothamMedium/GothamMedium.ttf') format('truetype'),
       url('Fonts/GothamMedium/GothamMedium.svg#GothamMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('Fonts/GothamBold/GothamBold.eot');
  src: url('Fonts/GothamBold/GothamBold.eot?#iefix') format('embedded-opentype'),
       url('Fonts/GothamBold/GothamBold.woff') format('woff'),
       url('Fonts/GothamBold/GothamBold.ttf') format('truetype'),
       url('Fonts/GothamBold/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('Fonts/Raleway-Light/Raleway-Light.eot');
  src: url('Fonts/Raleway-Light/Raleway-Light.eot?#iefix') format('embedded-opentype'),
       url('Fonts/Raleway-Light/Raleway-Light.woff') format('woff'),
       url('Fonts/Raleway-Light/Raleway-Light.ttf') format('truetype'),
       url('Fonts/Raleway-Light/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('Fonts/Raleway-Regular/Raleway-Regular.eot');
  src: url('Fonts/Raleway-Regular/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
       url('Fonts/Raleway-Regular/Raleway-Regular.woff') format('woff'),
       url('Fonts/Raleway-Regular/Raleway-Regular.ttf') format('truetype'),
       url('Fonts/Raleway-Regular/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Medium';
  src: url('Fonts/Raleway-Medium/Raleway-Medium.eot');
  src: url('Fonts/Raleway-Medium/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
       url('Fonts/Raleway-Medium/Raleway-Medium.woff') format('woff'),
       url('Fonts/Raleway-Medium/Raleway-Medium.ttf') format('truetype'),
       url('Fonts/Raleway-Medium/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('Fonts/Raleway-Bold/Raleway-Bold.eot');
  src: url('Fonts/Raleway-Bold/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
       url('Fonts/Raleway-Bold/Raleway-Bold.woff') format('woff'),
       url('Fonts/Raleway-Bold/Raleway-Bold.ttf') format('truetype'),
       url('Fonts/Raleway-Bold/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri Light';
  src: url('Fonts/Calibri Light/Calibri Light.eot');
  src: url('Fonts/Calibri Light/Calibri Light.eot?#iefix') format('embedded-opentype'),
       url('Fonts/Calibri Light/Calibri Light.woff') format('woff'),
       url('Fonts/Calibri Light/Calibri Light.ttf') format('truetype'),
       url('Fonts/Calibri Light/Calibri Light.svg#Calibri Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

p, .bt-introtext, li {
    font-family: 'Calibri Light' !important;
    color: #666666;
    font-size: 21px;
}
.bt-introtext {
    
}

/*****************************
#g-header
*****************************/

#g-header {
    background: #231f20c7;
    padding: 14px 110px 4px !important;
    position: fixed;
    width: 100%;
    height: 117px;
    z-index: 9;
    transition: .7s all;
}
.gantry-logo img {
    width: auto;
} 
#g-header .g-grid:nth-child(1) {
    width: auto;
    display: table;
}
#g-header .g-grid:nth-child(2) {
    width: auto;
    display: table;
    float: right;
    position: absolute;
    top: 14px;
    right: 106px;
    font-size: 17px;
}
/*
#g-header .g-grid:nth-child(3) {
    bottom: 2px !important;
    position: absolute !important;
    right: 108px;
}
*/
#g-header .g-grid:nth-child(3), #g-header .g-grid:nth-child(4) {
    width: auto;
    display: table;
    float: right;
    position: relative;
    bottom: 31px ;
}
#g-header .g-grid:nth-child(4) {
    margin-right: 30px;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: transparent;
}
#menu ul.g-toplevel a {
    padding: 0 0 5px 0;
    margin: 0 25px;
    font-size: 17px;
    color: #fff !important;
    transition: .5s all !important;
    font-family: 'GothamMedium';
    height: 35px;
}
#menu ul.g-toplevel li:last-child a {
    margin-right: 0;
}
#menu ul.g-toplevel a:hover, #menu ul.g-toplevel li.active a {
    color: #ecb141 !important;
    border-bottom: 3px solid #ecb141;
    transition: .3s all !important;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: transparent !important;
}
.marketing h2 {
    text-align: center;
    font-size: 60px !important;
    color: #fff;
    font-family: 'Raleway-Light' !important;
}
.marketing p {
    font-size: 24px !important;
    color: #9e7025 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    font-family: 'Raleway-Regular' !important;
}
.marketing a {
    color: #fff !important;
    font-size: 16px !important;
    background: #9e7025;
    border: 1px solid #9e7025 !important;
    padding: 8px 25px;
    transition: .5s all !important;
    font-family: 'Raleway-Regular' !important;
}
.marketing a:hover {
    background: transparent;
    transition: .5s all !important;
}
.second-layer {
    background: #9e10008a !important;
    position: relative !important;
    top: 100px !important;
    width: 100% !important;
    left: auto !important;
    height: 139px !important;
}
#social .g-social a {
    padding: 0 12px;
    background: transparent;
    border: none;
    border-radius: inherit;
    margin-bottom: 0;
    text-decoration: none;
    color: #fff !important;
    transition: .5s all;
}
#social .g-social a:hover {
    color: #000 !important;
    transition: .5s all;
}
#social .g-social a:after {
    content: "";
    border-right: 1.5px solid #ecb141;
    width: 2px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: 10px;
    top: 2px;
}
#social .g-social a:last-child:after {
    border-right: none;
}


#g-header .search input, #g-navigation .search input {
    padding: 0px 10px 0 !important;
}
#g-header .search {
    /*margin-top: -68px;*/
    /*width: auto;*/
    /*position: absolute;*/
    /*right: 75px;*/
}
#sb-search.sb-search-open {
    width: 300px;
}
#sb-search.sb-search-open input#search {
    width: 280px;
    height: 30px;
    padding: 3px 0px 2px 12px !important;
    border: 1px solid #53554e !important;
    border-radius: 50px;
    margin-right: 2px;
    font-family: 'Calibri Light' !important;
    box-shadow: none !important;
}
.sb-search {
    border-radius: 50px;
    transition: .7s all;
}
.scroll .sb-search {
    margin-top: 35px;
    transition: .7s all;
}
#g-header .sb-icon-search {
    color: #9e7025;
    background: #fff;
    font-size: 16px;
    position: relative;
    float: right;
    right: 1px;
    top: 0px;
}
.sb-search-open .sb-icon-search {
    background: transparent !important;
}
#g-header.scroll {
    height: 80px;
    transition: 0.7s all;
}
#g-header.scroll .gantry-logo img {
    transition: 0.7s all;
    height: 62px;
}
.gantry-logo img {
    width: auto;
    height: 99px;
    transition: .7s all;
}


/*****************************
End #g-header
*****************************/

/*****************************
#g-navigation
*****************************/

#g-navigation {
    background: transparent;
}

/*****************************
End #g-navigation
*****************************/

/*****************************
#g-showcase
*****************************/

#g-showcase {
    background-color: transparent;
    padding: 55px 110px !important;
}
.f-width {
    width: 100%;
}
/*
.h3-about {
    width: 25%;
    float: left;
    height: 120px;
}
*/
.h3-about h3 {
    font-size: 40px;
    color: #231F20 !important;
    text-align: center;
    margin-top: -8px;
    font-family: 'GothamBold';
}
.text-about p {
    font-size: 21px;
    color: #666666;
    text-align: justify;
    margin-top: -15px;
    text-align-last: center;
}
#g-showcase .g-content {
    margin: 0;
    padding: 0;
}
.text-about a {
    font-size: 16px;
    background: #9e7025;
    border: 1px solid #9e7025;
    color: #fff !important;
    padding: 7px 25px;
    transition: .5s all;
    font-family: 'Raleway-Regular';
}
.text-about a:hover {
    background: transparent;
    color: #9e7025 !important;
    transition: .5s all;
}

/*****************************
End #g-showcase
*****************************/

/*****************************
#g-feature
*****************************/

#g-feature {
    padding: 0;
    background-image: url(../images/products.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 740px;
}
.bt-cs .bt-inner img {
    outline: none;
    border: none;
    max-width: 100%;
    margin: 0;
}
#g-feature .g-content {
    margin: 0;
    padding: 0;
}
.services a.bt-image-link {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    padding: 16px 0;
    text-align: center !important;
    margin: 0 auto;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    border: 5px solid #fff;
    position: relative;
    top: -45px;
}
.products h3 {
    font-size: 46px;
    color: #fff;
    margin-top: 52px;
    margin-bottom: -25px;
    font-family: 'Raleway-Bold';
}
.products p {
    color: #fff;
    font-size: 21px;
}
#btcontentslider104 {
    margin: 0 auto;
}
.services .bt-cs .bt-inner {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 275px;
    height: 345px;
    background: rgba(0, 0, 0, .6);
    top: 75px;
}
.services .bt-cs .bt-row {
    padding: 0;
    height: 425px !important;
}
.services a.bt-title {
    color: #fff !important;
    font-size: 22px;
    width: 255px !important;
    height: 60px !important;
    display: inline-block;
    margin-top: 0;
    font-family: 'Raleway-Medium';
}
.services .bt-introtext {
    font-size: 17.5px !important;
    color: #fff !important;
    padding: 0px 32px;
}
.services .readmore a {
    color: #fff;
    font-size: 18px;
    transition: .5s all;
    font-family: 'Raleway-Bold';
}
.services .readmore a:hover {
    color: #9e6f25;
    transition: .5s all;
}
.link-acc a {
    font-size: 16px;
    background: #fff;
    border: 1px solid #fff;
    color: #000 !important;
    padding: 5px 30px;
    transition: .5s all;
}
.link-acc a:hover {
    background: transparent;
    color: #fff !important;
    transition: .5s all;
}
.link-acc {
    margin-top: 50px;
}
#home-page .services .bt-cs .bt-inner:hover a.bt-image-link {
    top: -75px !important;
    transition: .9s all;
    transform: rotateY(180deg);
}
#home-page .services .bt-cs .bt-inner a.bt-image-link {
    transition: .9s all;
}
.services .bt-cs a.next {
    background: url(../images/right.png) right center no-repeat !important;
    right: -105px;
}
.services .bt-cs a.prev {
    background: url(../images/left.png) left center no-repeat !important;
    left: -105px;
}
.services a.next, .services a.prev {
    opacity: 1 !important;
    display: block !important;
    height: 30px !important;
    top: 220px !important;
}


/*****************************
End #g-feature
*****************************/

/*****************************
#g-main
*****************************/

#g-main {
    background: #fff;
    padding: 0 0 15px !important;
}
.clients h3 {
    color: #9e7025;
    font-size: 46px;
    margin-top: 35px;
    margin-bottom: 24px;
    font-family: 'Raleway-Bold';
}
.news a.bt-image-link {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    display: inline-block;
    padding: 12px 0;
    text-align: center !important;
    margin: 0 auto;
    background: #444644;
    border-radius: 50%;
    position: relative;
    margin-bottom: 12px;
}
.news a.bt-title {
    font-size: 25px;
    color: #9e7025 !important;
    font-family: 'Raleway-Bold';
}
.news .bt-introtext {
    color: #444644;
    font-size: 15px;
    padding: 10px 35px;
}
.news .readmore a {
    color: #444644;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #9e7025;
    padding: 4px 25px;
    transition: .5s all;
    font-family: 'Raleway-Regular';
}
.news .readmore a:hover {
    color: #fff;
    background: #9e7025;
    transition: .5s all;
}
.news .readmore {
    margin-top: 5px;
}
.link-hotel a {
    font-size: 16px;
    background: #9e7025;
    border: 1px solid #9e7025;
    color: #fff !important;
    padding: 5px 30px;
    transition: .5s all;
    font-family: 'Raleway-Regular';
}
.link-hotel a:hover {
    background: transparent;
    color: #9e7025 !important;
    transition: .5s all;
}
.link-hotel {
    margin-bottom: 45px;
}
.news .bt-cs .bt-inner img:hover {
    transform: scale(0.9);
    transition: .7s all;
}
.news .bt-cs .bt-inner img {
    transition: .7s all;
}
#news .djslider-default .navigation-container .next-button {
    right: -80px;
}
#news .djslider-default .navigation-container .prev-button {
    left: -80px;
}
#djslider115 {
    margin-bottom: 50px;
}
#djslider-loader115, img#prev115, img#next115 {
    outline: none;
}
.clients-res {
    display: none;
}

/*****************************
End #g-main
*****************************/

/*****************************
#g-subfeature
*****************************/

#g-subfeature {
    padding: 25px 110px !important;
    background: #1d1d1d;
    color: #fff;
    border-top: none;
    border-bottom: none;
}
#g-subfeature .info-width {
    margin: 33px 0 0;
}
#g-subfeature .g-content {
    margin: 0;
    padding: 0;
}
.info-width i.far {
    font-family: fontawesome;
    width: 25px !important;
    display: inline-block;
    color: #9e7025;
    font-style: inherit;
    font-size: 12px;
}
.info-width p a {
    color: #fff;
}
.info-width p a:hover {
    border-bottom: 1px solid #fff;
}
#g-subfeature h3.g-title {
    font-size: 21px;
    color: #fff;
    font-family: 'Raleway-Bold';
}
.info-width h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Raleway-Medium';
}
.info-width p {
    font-size: 12.5px;
    margin-top: 0;
    font-family: 'Raleway-Medium' !important;
    color: #fff;
}
#hotel-menu li a {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px !important;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: .5s all;
    font-family: 'Raleway-Regular';
}
#hotel-menu li:last-child a {
    margin-bottom: 0;
}
#hotel-menu li a:hover, #site-map li a:hover {
    color: #9e7025;
    border-bottom: 1px solid #9e7025;
    transition: .5s all;
}
#site-map li a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway-Bold';
    margin-bottom: 9px !important;
    border-bottom: 1px solid transparent;
    transition: .5s all;
    font-size: 13px;
}
#site-map li:last-child a {
    margin-bottom: 0;
}
#site-map li a:before {
    content: "\f054";
    font-family: fontawesome;
    display: inline-block;
    color: #9e7025;
    margin-right: 10px;
    font-size: 12px;
}
#site-map li a:hover:before {
    color: #fff !important;
}

/*****************************
End #g-subfeature
*****************************/

/*****************************
#g-footer
*****************************/

#g-footer {
    background: #9e7025;
    color: #fff;
    border-top: none;
    font-size: 13px;
    padding: 0 110px !important;
}
#g-footer .g-content {
    margin: 0;
    padding: 0;
}
#g-footer p {
    margin: 0;
    font-family: 'GothamLight' !important;
    font-size: 12px;
    color: #fff;
}
/*****************************
End #g-footer
*****************************/


/*****************************
Inner Page
*****************************/

.page-header h2, h1.page-title, h2.itemTitle {
    color: #9e7025;
    font-size: 29px;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
}
#Inner-page #g-main .g-content {
    margin: 0;
    padding: 0;
}
#Inner-page #g-main p {
    text-align: justify;
    font-family: "roboto", sans-serif !important;
}
#Inner-page #g-main {
    padding: 25px 0;
}
#Inner-page .services a.bt-title {
    text-align: center;
    margin: 15px auto -20px;
    display: table;
    color: #2d2d2d !important;
}
#Inner-page .services .bt-cs .bt-inner {
    width: auto;
    height: auto;
    background: inherit;
    top: 35px;
}
#Inner-page .services .bt-cs .bt-row {
    height: auto;
}
#Inner-page .services a.bt-image-link {
    top: inherit;
    border: 5px solid #000000ad;
}
#Inner-page .services .bt-introtext {
    padding: 0px 70px;
    text-align: center;
    color: #2d2d2d !important;
}
#Inner-page .services .readmore {
    text-align: center !important;
}
#Inner-page .services .readmore a {
    color: #2d2d2d !important;
}
#Inner-page .news a.bt-title {
    margin: 0 auto -20px;
    display: table;
}
#Inner-page .news .bt-introtext {
    text-align: center;
}
#Inner-page .news .readmore {
    text-align: center !important;
}
.chrono_credits {
    display: none;
}
.contact-page #g-subfeature {
    display: none !important;
}
#cavas_id97 {
    width: 100% !important;
    height: 190px !important;
}
.contact-page .moduletable h3 {
    display: none;
}
.contact-page .info-width h3 {
    display: block;
    color: #9e7025;
    margin-top: 0;
}
.contact-page .info-width p a {
    color: #666;
}
.contact-page .info-width p a:hover {
    border-bottom: 1px solid #666;
}


.contact-page .gbs3 .A {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #9e7025 !important;
    font-family: 'Calibri Light' !important;
}
.contact-page .gbs3 .gcore-sub-input, .gcore-subinput-container-wide {
    width: 50% !important;
    float: left !important;
}
.contact-page .gbs3 .gcore-form-row .gcore-input {
    width: 100%;
}
.contact-page .gbs3 .gcore-form-row .gcore-input {
    width: 100% !important;
}
.contact-page .gbs3 .gcore-subinput-container {
    float: left;
    width: 50% !important;
}
#fin-phone, #fin-lname {
    padding-right: 0 !important;
}
#fin-Submit {
    width: 25% !important;
    margin: 0 auto;
}
input#Submit {
    background: #9e7025;
    color: #fff;
    font-size: 17px;
    padding: 0;
    transition: .5s all;
    text-shadow: none !important;
    border: 1px solid #9e7025;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}
input#Submit:hover {
    background: transparent;
    color: #9e7025;
    transition: .5s all;
}
.info-contact {
    width: 50%;
    float: left;
}
.form-contact {
    width: 50%;
    float: right;
    margin-bottom: 20px;
}
.moduletable.services.res, .moduletable.news.res {
    display: none;
}
#searchForm .btn-toolbar, #searchForm .only,
#searchForm .form-limit, .phrases, .result-created {
    display: none;
}
.search-results dt.result-title {
    display: inline-block;
    color: #9e7025;
    font-weight: bold;
}
.search-results dt.result-title:hover {
    color: #000 !important;
    text-decoration: underline;
}
.search-results dt.result-title a {
    color: #9e7025 !important;
}
.label-info, .badge-info {
    background-color: #9e7025;
    color: #fff;
}
.search-results dt.result-title a:hover {
    color: #000 !important;
}
.search-results dd.result-text {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 24px;
    border-bottom: 1px dotted #ccc;
    margin-top: 5px;
}
.search-results dd.result-category {
    display: none;
}

.search ::-webkit-input-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}
.search ::-moz-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}
.search :-ms-input-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}
.search :-moz-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}

.contact-form ::-webkit-input-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}
.contact-form ::-moz-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}
.contact-form :-ms-input-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}
.contact-form :-moz-placeholder {
    color: #666666 !important;
    font-size: 12px !important;
    font-family: 'Calibri Light' !important;
}
.contact-page .info-width p {
    color: #666666;
}
.itemBackToTop {
    text-align: right;
    display: none;
}
#k2Container {
    padding: 0;
    margin: 0;
}
.products-item .bt-cs .bt-inner .bt-title {
    color: #000;
    margin: 12px auto -16px;
    display: table;
    text-transform: inherit;
    font-size: 18px;
}
.products-item .bt-introtext {
    text-align: center;
    width: 270px;
    margin: 0 auto;
    height: auto !important;
}
.bt-row-separate {
    display: none;
}
.bt-inner {
    margin-bottom: 30px !important;
}
#Inner-page .services .bt-cs .bt-row {
    height: 375px !important;
}
.social h2 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.social i {
    color: #fff;
    font-family: fontawesome;
    font-style: inherit;
    margin-left: 15px;
    transition: .5s all;
}
.social i:hover {
    color: #9e6f25;
    transition: .5s all;
}


/*****************************
End Inner Page
*****************************/



/********************************
Responsive
********************************/

@media (max-width: 767px){
    
p {
    text-align: justify;
}   
#g-header {
    padding: 60px 20px 0!important;
    position: relative;
    height: 230px;
    background: #000;
}
#g-navigation {
    display: none;
}
#g-showcase {
    padding: 10px 20px 30px !important;
}
.h3-about {
    width: 100%;
    height: auto;
    float: inherit;
}
.h3-about h3 {
    text-align: center;
    margin-top: 5px;
} 
.text-about a {
    float: inherit;
}    
#menu {
    display: none !important;
}
#g-header .g-grid:nth-child(1) {
    margin: 0 auto;
    margin-bottom: 30px;
}
#g-header .g-grid:nth-child(2) {
    float: inherit;
    margin: 0 auto;
    position: relative;
    top: inherit;
    right: inherit;
} 
#g-header .g-grid:nth-child(3), #g-header .g-grid:nth-child(4) {
    position: absolute;
    top: 6px;
    right: 12px;
}
#g-header .g-grid:nth-child(4) {
    right: 45px;
    top: 6px;
}
#g-header .search input.inputbox {
    width: 225px;
    padding: 5px 12px;
}
#g-feature {
/*
    background-image: inherit;
    background-color: #0D0C03 !important;
*/
    height: auto;
    padding: 0 45px;
}
.products h3 {
    font-size: 35px;
    margin-top: 28px;
    margin-bottom: 0;
}
#home-page .moduletable.services, #home-page .moduletable.news {
    display: none;
} 
.moduletable.services.res, .moduletable.news.res {
    display: block !important;
} 
.products p {
    text-align-last: center;
}    
.services.res .readmore, .news.res .readmore {
    text-align: center;
}    
.link-acc {
    margin-top: 20px;
    margin-bottom: 30px;
}
.hotel h3 {
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0;
}
.hotel p {
    margin-bottom: -15px;
}
#g-subfeature {
    padding: 25px 20px !important;
} 
#g-footer {
    padding: 5px 20px !important;
} 
#g-footer p {
    text-align: center;
} 
#g-offcanvas li:hover a {
    background: #fff;
    color: #9e7025 !important;
}
#g-offcanvas li.active a  {
    background: #fff;
    color: #9e7025 !important;    
}  
#Inner-page #g-main {
    padding: 25px 20px !important;
}
.info-contact, .form-contact {
    width: 100%;
}
#g-header .sb-icon-search {
    right: 0px;
    top: 0;
}
i.fa.fa-fw.fa-bars {
    color: #9e7025;
}
.services .bt-cs a.prev {
    left: -30px;
}   
.services .bt-cs a.next {
    right: -30px;
} 
.moduletable.clients.clients-res {
    display: block !important;
}
.moduletable.clients {
    display: none !important;
}
#news .djslider-default .navigation-container .prev-button {
    left: -50px;
}
#news .djslider-default .navigation-container .next-button {
    right: -50px;
}
.clients h3 {
    margin-top: 15px;
}    
.link-hotel {
    margin-top: 45px;
}
ul.sigProClassic {
    margin: 0 auto !important;
    display: table;
    width: 50%;
} 
ul.sigProClassic li.sigProThumb {
    margin-right: 0;
} 
.gantry-logo img {
    width: auto;
    height: auto;
}
#djslider-loader116, img#prev116, img#next116 {
    outline: none;
} 
#g-main {
    padding: 0 !important;
}    
}