  /*! (Sept - Site Template) 2015-10-10 */
  body {
    /*font-family: "Open Sans";*/
    font-family: 'proxima-nova-regular';  
    font-size: 14px;
    line-height: 23px;
    /*font-weight: 400;
    color: #4b565b;*/
    color: #323232;
    word-spacing: 3px;
  }
  sub,
  sup {
    font-size: 60%;
  }
  a {
    color: #c30000;
    text-decoration: none !important;
    -webkit-transition: color 0.4s;
            transition: color 0.4s;
  }
  a:hover,
  a:active,
  a:focus {
   /* color: #1d1d1d;*/ color: #323232;
  }
    b, strong {
        font-weight: normal;
    }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /*font-family: "Playfair Display", serif;*/
    font-family: 'Caslon 540 LT Std';
    font-weight: normal;  
   /* color: #1d1d1d;*/ color: #323232;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  p {
    margin-bottom: 23px;
  }
  hr {
    margin: 30px 0;
  }
  blockquote {
    /*font-family: "Playfair Display", serif;*/
    font-style: italic;
    background-image: url(../img/blockquote.png);
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border-left-width: 0;
    padding: 15px;
    padding-left: 50px;
    border-radius: 1px;
  }
  input[type=radio],
  input[type=checkbox] {
    border: 1px solid #ced4d7;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    -webkit-transition: 0.05s border-color ease-in-out;
            transition: 0.05s border-color ease-in-out;
  }
  input[type=radio]:checked,
  input[type=checkbox]:checked {
    border-color: #c30000;
  }
  input[type=radio]:checked:before,
  input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: 400 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  input[type=checkbox]:checked:before {
    content: '\f00c';
    margin: 2px 0 0 -1px;
    color: #c30000;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:checked:before {
    content: '\f111';
    margin: 5px 0 0 -1px;
    color: #c30000;
    font: 400 8px/1 'FontAwesome';
  }
  .pb70 {
    padding-bottom: 70px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mg-404-error-txt {
    padding: 0 190px;
  }
  .mg-404-error-txt .mg-404-badg {
    background-color: #1d1d1d;
    /*color: #fff;*/ color: #f9f8f4;
    /*font-family: "Playfair Display", serif;*/
    text-transform: uppercase;
    text-align: center;
    padding: 30px 28px;
    border-radius: 100px;
    margin-right: 50px;
  }
  .mg-404-error-txt .mg-404-badg strong {
    display: block;
    font-size: 80px;
    line-height: 90px;
    vertical-align: top;
    margin: -30px 0 30px;
    position: relative;
  }
  .mg-404-error-txt .mg-404-badg strong:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .mg-404-error-txt .mg-404-badg span {
    font-size: 30px;
    line-height: 40px;
  }
  .mg-404-error-txt .mg-404-txt-search {
    text-align: left;
  }
  .mg-404-error-txt .mg-404-txt-search strong {
    /*font-family: "Playfair Display", serif;*/
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
  }
  .mg-404-error-txt .mg-404-txt-search p {
    /*font-family: "Playfair Display", serif;*/
    font-size: 16px;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input {
    max-width: 250px;
    display: inline-block;
    float: left;
    border-radius: 1px 0 0 1px;
    border-right-width: 0;
    background-color: transparent;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input::-webkit-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-moz-placeholder {
    /* Firefox 18- */
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input::-moz-placeholder {
    /* Firefox 19+ */
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-ms-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form button {
    display: inline-block;
    float: left;
    border-radius: 0 1px 1px 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .form-control {
    border-radius: 1px;
    margin-bottom: 20px;
    border-color: #ced4d7;
    padding: 8px 12px;
    height: auto;
    box-shadow: none;
    color: #4b565b;
  }
  .form-control::-webkit-input-placeholder,
  .form-control:-moz-placeholder,
  .form-control::-moz-placeholder,
  .form-control:-ms-input-placeholder {
    color: #ced4d7;
  }
  .form-control:focus {
    border-color: #c30000;
    box-shadow: none;
  }
  .mg-boxed {
    width: 1200px;
    background-color: #eef3fa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: auto;
    background-image: url(../img/paisley.png);
    background-attachment: fixed;
    position: relative;
  }
  .mg-boxed .header {
    max-width: 1200px;
  }
  .mg-boxed .carousel-caption > h2 {
    font-size: 57px;
  }
  .mg-boxed .carousel-caption > p {
    font-size: 18px;
    line-height: 28px;
  }
  .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
  .mb245 {
    margin-bottom: 245px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
  .mb235 {
    margin-bottom: 235px !important;
  }
  .mb230 {
    margin-bottom: 230px !important;
  }
  .mb225 {
    margin-bottom: 225px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb215 {
    margin-bottom: 215px !important;
  }
  .mb210 {
    margin-bottom: 210px !important;
  }
  .mb205 {
    margin-bottom: 205px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb195 {
    margin-bottom: 195px !important;
  }
  .mb190 {
    margin-bottom: 190px !important;
  }
  .mb185 {
    margin-bottom: 185px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb175 {
    margin-bottom: 175px !important;
  }
  .mb170 {
    margin-bottom: 170px !important;
  }
  .mb165 {
    margin-bottom: 165px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb155 {
    margin-bottom: 155px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb145 {
    margin-bottom: 145px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb135 {
    margin-bottom: 135px !important;
  }
  .mb130 {
    margin-bottom: 130px !important;
  }
  .mb125 {
    margin-bottom: 125px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb115 {
    margin-bottom: 115px !important;
  }
  .mb110 {
    margin-bottom: 110px !important;
  }
  .mb105 {
    margin-bottom: 105px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb95 {
    margin-bottom: 95px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb85 {
    margin-bottom: 85px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb75 {
    margin-bottom: 75px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb65 {
    margin-bottom: 65px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb55 {
    margin-bottom: 55px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb45 {
    margin-bottom: 45px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  ul.styled-list li {
    list-style: none;
    padding-left: 0;
  }
  ul.styled-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
   /* color: #1d1d1d;*/ color: #323232;
  }
  ul.styled-list.list-caret li:before {
    content: '\f0da';
  }
  ul.styled-list.list-hand li:before {
    content: '\f0a4';
  }
  ul.styled-list.list-chevron li:before {
    content: '\f054';
  }
  ul.styled-list.list-times li:before {
    content: '\f00d';
  }
  ul.styled-list.list-star li:before {
    content: '\f006';
  }
  .btn {
    /*font-family: "Playfair Display", serif;*/
    border-radius: 1px;
    /*font-weight: 600;*/
    border-width: 0;
    padding: 8px 25px;
    -webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
            transition: color 0.5s, border-color 0.5s, background-color 0.5s;
  }
  .btn.btn-next-tab {
    font-size: 16px;
    padding: 10px 35px;
  }
  .btn-dark {
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
  }
  .btn-dark:hover {
    background-color: #264251;
    border-color: #264251;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-main {
    /*color: #fff;*/ color: #f9f8f4;
    /* /*background-color: #c30000;*/ background-color: #655845;
    border-color: #c30000; */
    background-color: #655845;
    border-color: #655845;
  }
  .btn-main:hover {
    /*background-color: #E60404;
    border-color: #E60404;*/
    background-color: #0E2A4F;
    border-color: #0E2A4F;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-dark-main {
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
  }
  .btn-dark-main:hover {
    /*background-color: #c30000;*/ background-color: #655845;
    border-color: #c30000;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-primary {
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #3b95e8;
    border-color: #3b95e8;
  }
  .btn-primary:hover {
    background-color: #69aeed;
    border-color: #69aeed;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-success {
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #40c640;
    border-color: #40c640;
  }
  .btn-success:hover {
    background-color: #67d267;
    border-color: #67d267;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-warning {
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #f6a430;
    border-color: #f6a430;
  }
  .btn-warning:hover {
    background-color: #f8b961;
    border-color: #f8b961;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-info {
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #2ebfea;
    border-color: #2ebfea;
  }
  .btn-info:hover {
    background-color: #5ccdef;
    border-color: #5ccdef;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-danger {
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #f23a34;
    border-color: #f23a34;
  }
  .btn-danger:hover {
    background-color: #f56964;
    border-color: #f56964;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .btn-link {
    color: #c30000;
    color: #655845;
  }
  .header {
    width: 100%;
  }
  .header.transp {
    position: absolute;
    top: 0;
    z-index: 999;
  }
  .header.transp .navbar-inverse,
  .header.transp .mg-search-box {
    /*background-color: rgba(29, 29, 29, 0.3); */
      background-color: rgb(255 255 255 / 80%);
  }
  .header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header .navbar-default,
  .header .navbar-inverse {
    text-align: right;
  }
  .header.center-content {
    text-align: center;
  }
  .header.center-content .navbar-header {
    float: none;
  }
  .header.center-content .navbar-header .navbar-brand {
    float: none;
    display: inline-block;
  }
  .header.center-content .navbar-right {
    float: none !important;
  }
  .header.center-content .container {
    width: 100%;
    padding: 0;
  }
  .header.center-content .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header.center-content .navbar-default .navbar-collapse {
    border-color: rgba(0, 0, 0, 0.05);
  }
  .header.center-content .navbar-nav {
    float: none;
    display: inline-block;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }
  .header.center-content .navbar-nav > li > a {
    padding: 20px 25px;
  }
  .header.sticky-on {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .header.sticky-on .mg-search-box {
    background-color: rgba(22, 38, 46, 0.95);
  }
  .header.sticky-on .navbar-inverse {
    /*background-color: rgba(29, 29, 29, 0.95); */
      background-color: #f9f8f4;
  }
  .header.sticky-on .navbar-inverse .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header.sticky-on .navbar-brand > img {
    height: 50px;
  }
  .header.sticky-on.center-content .navbar-header .navbar-brand {
    display: none;
  }
  .header.sticky-on .mg-search-box-cont {
    margin: 12px 20px 13px;
  }
  .header.sticky-on .mg-search-box {
    bottom: -71px;
  }
  .navbar-brand {
    float: left;
    height: auto;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0 !important;
  }
  .navbar-brand img {
    -webkit-transition: height 0.3s;
            transition: height 0.3s;
  }
  .navbar {
    /*font-family: "Playfair Display", serif;*/
    margin-bottom: 0;
  }
  .navbar-default {
    background-/*color: #fff;*/ color: #f9f8f4;
    border-width: 0;
    border-radius: 0;
  }
  .navbar-inverse {
    background-color: #1d1d1d;
    /*color: #fff;*/ color: #f9f8f4;
    border-width: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    /* color: #fff; */
    color: #f9f8f4;
    color: #323232;
    -webkit-transition: color 0.3s, padding 0.3s;
    transition: color 0.3s, padding 0.3s;
    font-family: 'Proxima Nova Th';
	  font-family: 'Proxima Nova Lt';
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    /*color: #c30000; */
    color: #0E2A4F;
  }
  .navbar-inverse .navbar-nav > li.active > a {
    background-color: transparent;
    box-shadow: inset 0 -3px #c30000;
    color: #c30000;
  }
  .navbar-inverse .navbar-nav > li.active > a:hover,
  .navbar-inverse .navbar-nav > li.active > a:focus,
  .navbar-inverse .navbar-nav > li.active > a:active {
    /*color: #c30000; */
    color: #0E2A4F;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > li.open > a {
    background-color: transparent;
    color: #c30000;
  }
  .navbar-inverse .navbar-nav > li.open > a:hover,
  .navbar-inverse .navbar-nav > li.open > a:focus,
  .navbar-inverse .navbar-nav > li.open > a:active {
    /*color: #c30000; */
    color: #0E2A4F;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > li ul.dropdown-menu {
    background-color: #1d1d1d;
    border-radius: 0;
    padding: 0;
    margin-top: -1px;
    min-width: 200px;
    right: auto;
    left: 0px;
    box-shadow: none;
    border-width: 0;
  }
  .navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a {
    /*color: #fff;*/ color: #2323234;
    padding: 10px 20px;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
  }
  .navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a:hover {
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
  }
  .navbar-inverse .navbar-nav > li ul.dropdown-menu > li.active > a {
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
  }
  .navbar-nav > li > a {
    font-size: 16px;
    padding-top: 39px;
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-inverse .navbar-nav >li.dropdown.open > ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
  .dropdown > ul {
    display: block;
    visibility: hidden;
    top: 110%;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
            transition: all 0.15s linear;
  }
  .dropdown > ul > .dropdown > ul {
    left: 100%;
    top: 0;
  }
  .navbar-toggle {
    border-radius: 1px;
    border-color: #323232 !important;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 21px;
  }
.navbar-inverse .navbar-toggle .icon-bar {background: #323232;}
  .navbar-toggle:hover,
  .navbar-toggle:active,
  .navbar-toggle:focus {
    background-color: #655845 !important;
    border-color: #655845 !important;
  }
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:active .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background: #ffffff;
}
  .mg-search-box-cont {
    margin: 26px 20px;
    position: relative;
    -webkit-transition: margin 0.3s;
            transition: margin 0.3s;
  }
  .mg-search-box-cont:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    /*background-color: #c30000;*/ background-color: #655845;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: -14px;
  }
  .mg-search-box-trigger {
    padding: 11px 0;
    text-align: center;
    width: 43px;
    cursor: pointer;
    display: block;
    /*color: #fff;*/ color: #f9f8f4;
    -webkit-transition: color 0.3s;
            transition: color 0.3s;
  }
  .mg-search-box-trigger:hover,
  .mg-search-box-trigger:active,
  .mg-search-box-trigger:focus {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-search-box-trigger.mg-sb-active {
    color: #c30000;
  }
  .mg-search-box {
    min-width: 300px;
    position: absolute;
    bottom: -84px;
    right: 0;
    padding: 10px;
    background-color: rgba(22, 38, 46, 0.95);
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
  .mg-search-box.mg-sb-active {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .mg-search-box input {
    display: inline-block;
    width: 80%;
    float: left;
    border-radius: 1px 0 0 1px;
    margin-bottom: 0;
    background-color: transparent;
    border-/*color: #fff;*/ color: #f9f8f4;
    /*color: #fff;*/ color: #f9f8f4;
    border-right-width: 0;
  }
  .mg-search-box input::-webkit-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
    opacity: 0.5;
  }
  .mg-search-box input:-moz-placeholder {
    /* Firefox 18- */
    /*color: #fff;*/ color: #f9f8f4;
    opacity: 0.5;
  }
  .mg-search-box input::-moz-placeholder {
    /* Firefox 19+ */
    /*color: #fff;*/ color: #f9f8f4;
    opacity: 0.5;
  }
  .mg-search-box input:-ms-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
    opacity: 0.5;
  }
  .mg-search-box button {
    padding: 9px 25px;
    width: 20%;
    float: left;
    border-radius: 0 1px 1px 0;
    text-indent: -2px;
  }
  .mg-page-title {
    padding-top: 75px;
    padding-bottom: 27px;
    background-image: url(../img/page-title.png);
    /*color: #fff;*/ color: #f9f8f4;
    text-align: center;
  }
  .mg-page-title .mg-page{
    background-color: transparent;
  }
  .mg-page-title h2 {
    /*font-family: "Playfair Display", serif;*/
    /*color: #fff;*/ color: #f9f8f4;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
    margin-top: 40px;
    font-size: 45px;
  }
  .mg-page-title h2:after {
    content: '';
    width: 110px;
    height: 3px;
    /*background-color: #c30000;*/ background-color: #655845;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -55px;
  }
  .header.transp + .mg-page-title {
    padding-top: 167px;
  }
  .header.transp.center-content + .mg-page-title {
    padding-top: 235px;
  }
.video-section {
    overflow: hidden;
    position: relative;
}
.video-section video {
    max-height: 300px;
    height: 100vh;
    object-fit: cover;
}
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
            transition-property: opacity;
  }
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  .carousel-caption {
    right: 15%;
    left: 15%;
    text-shadow: none;
    padding: 0;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  .carousel-caption > h2 {
	      text-shadow: #000 1px 0 10px;
    /*font-family: "Playfair Display", serif;*/
    /*color: #fff;*/ color: #f9f8f4;
    font-size: 72px;
    /*font-weight: 400;*/
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .carousel-caption > h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .carousel-caption > img {
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: opacity 0.5s, margin-top 0.5s;
            transition: opacity 0.5s, margin-top 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .carousel-caption > p {
	  
	  font-family: 'Proxima Nova Lt';
	  text-transform: uppercase;
	      text-shadow: #000 1px 0 10px;
    font-size: 26px;
    line-height: 40px;
    /*font-weight: 300;*/
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header.transp + .carousel .carousel-caption {
    margin-bottom: -40px;
  }
  .header.transp.center-content + .carousel .carousel-caption {
    margin-bottom: -60px;
  }
  .carousel-inner .item.active .carousel-caption > h2 {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .carousel-inner .item.active .carousel-caption > h2:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .carousel-inner .item.active .carousel-caption > p {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .carousel-inner .item.active .carousel-caption > img {
    opacity: 1;
    margin-top: 0px;
  }
  /*###
    ### Active at init fixed
    ###*/
  .carousel-inner > .beactive {
    display: block;
  }
  .carousel-control {
    width: 80px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../img/cur-arrow-left.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 33px 60px;
    -webkit-transition: left 0.3s, right 0.3s;
            transition: left 0.3s, right 0.3s;
  }
  .carousel-control.left {
    left: -100px;
  }
  .carousel-control.right {
    background-image: url(../img/cur-arrow-right.png) !important;
    right: -100px;
  }
  .header.transp + .carousel .carousel-control {
    margin-top: -10px !important;
  }
  .header.transp.center-content + .carousel .carousel-control {
    margin-top: 22px !important;
  }
  .carousel {
    overflow: hidden;
  }
  .carousel:hover .carousel-control.left {
    left: 0;
  }
  .carousel:hover .carousel-control.right {
    right: 0;
  }
  .mg-book-now {
    /*background-color: #1d1d1d;*/
    background: url(../images/blue-bg.jpg);
    background-size: contain;
    padding: 30px 0;
  }
  .mg-book-now .mg-bn-title {
    /*font-family: "Playfair Display", serif;*/
    color: #c30000;
    font-size: 30px;
    line-height: 43px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    box-shadow: 3px 0 #c30000;
  }
  .mg-book-now .mg-bn-title .mg-bn-big {
    display: block;
    font-size: 17px;
    line-height: 28px;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-book-now .focus .form-control {
    color: #fff !important;
    border-color: #c30000 !important;
    box-shadow: none !important;
  }
  .mg-book-now .focus .input-group-addon {
    border-color: #c30000 !important;
    color: #fff !important;
    background-color: #c30000 !important;
  }
  .mg-book-now .mg-bn-forms {
    padding: 36px 0px;
  }
  .mg-book-now .mg-bn-forms .input-group-addon {
    background-color: transparent;
    /*color: #fff;*/ color: #f9f8f4;
    border-/*color: #fff;*/ color: #f9f8f4;
    -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
  }
  .mg-book-now .mg-bn-forms .input-group-addon:first-child {
    border-radius: 1px 0px 0px 1px;
  }
  .mg-book-now .mg-bn-forms .input-group .form-control {
    border-radius: 0 1px 1px 0;
  }
  .mg-book-now .mg-bn-forms .form-control {
    height: auto;
    padding: 8px 12px;
    border-radius: 1px;
    border-/*color: #fff;*/ color: #f9f8f4;
    /*color: #fff;*/ color: #f9f8f4;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
  }
  .mg-book-now .mg-bn-forms .form-control::-webkit-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-book-now .mg-bn-forms .form-control:-moz-placeholder {
    /* Firefox 18- */
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-book-now .mg-bn-forms .form-control::-moz-placeholder {
    /* Firefox 19+ */
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-book-now .mg-bn-forms .form-control:-ms-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-book-now .mg-bn-forms .form-control:focus {
    /*color: #fff;*/ color: #f9f8f4;
    border-color: #c30000;
    box-shadow: none;
  }
  .mg-book-now .mg-bn-forms .btn {
    padding: 9px 12px;
  }
  .mg-book-now .mg-bn-forms .col-md-3,
  .mg-book-now .mg-bn-forms .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mg-book-now .mg-bn-forms > form > .row:first-child .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mg-book-now .cs-active > .cs-placeholder {
    border-color: #c30000;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-book-now.mg-book-now-light {
    background-color: #f2f2f2;
  }
  .mg-book-now.mg-book-now-light .mg-bn-title .mg-bn-big {
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-book-now.mg-book-now-light .cs-active > .cs-placeholder {
    border-color: #c30000;
    color: #c30000;
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .form-control {
    border-color: #889195;
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .form-control::-webkit-input-placeholder {
    color: rgba(22, 38, 46, 0.5);
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(22, 38, 46, 0.5);
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(22, 38, 46, 0.5);
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .form-control:-ms-input-placeholder {
    color: rgba(22, 38, 46, 0.5);
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .form-control:focus {
   /* color: #1d1d1d;*/ color: #323232;
    border-color: #c30000;
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .input-group-addon {
   /* color: #1d1d1d;*/ color: #323232;
    border-color: #889195;
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms div.cs-skin-elastic > span {
    border-color: #889195;
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-book-now.mg-book-now-light .mg-bn-forms .cs-active > .cs-placeholder {
    border-color: #c30000;
    color: #c30000;
  }
  .mg-book-now.mg-book-now-light .focus .form-control {
    color: #1d1d1d !important;
    border-color: #c30000 !important;
    box-shadow: none !important;
  }
  .mg-book-now.mg-book-now-light .focus .input-group-addon {
    border-color: #c30000 !important;
    color: #fff !important;
    background-color: #c30000 !important;
  }
  .datepicker {
    padding: 4px;
    border-radius: 1px;
    direction: ltr;
    margin: 0;
  }
  .datepicker:before,
  .datepicker:after {
    border-width: 0;
  }
  .datepicker table tr td,
  .datepicker table tr th {
    color: #4b565b;
    border-radius: 0;
    width: 40px;
    height: 35px;
    text-shadow: none;
  }
  .datepicker table tr td span {
    height: 54px;
    line-height: 54px;
    border-radius: 1px;
  }
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active:hover:hover,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td.active:focus,
  .datepicker table tr td.active:hover:focus,
  .datepicker table tr td.active.disabled:focus,
  .datepicker table tr td.active.disabled:hover:focus,
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active.active:hover,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled.active:hover,
  .open .dropdown-toggle.datepicker table tr td.active,
  .open .dropdown-toggle.datepicker table tr td.active:hover,
  .open .dropdown-toggle.datepicker table tr td.active.disabled,
  .open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active:focus,
  .datepicker table tr td span.active:hover:focus,
  .datepicker table tr td span.active.disabled:focus,
  .datepicker table tr td span.active.disabled:hover:focus,
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active.active:hover,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled.active:hover,
  .open .dropdown-toggle.datepicker table tr td span.active,
  .open .dropdown-toggle.datepicker table tr td span.active:hover,
  .open .dropdown-toggle.datepicker table tr td span.active.disabled,
  .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    /*color: #fff;*/ color: #f9f8f4;
    /*background-color: #c30000;*/ background-color: #655845;
    border-color: #c30000;
  }
  .datepicker table tr td.active,
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    text-shadow: none;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    color: #c0c8cb;
  }
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #88979d;
  }
  .datepicker table tr td.old.disabled,
  .datepicker table tr td.new.disabled {
    color: #c0c8cb;
  }
  div.cs-skin-elastic {
    background: transparent;
    font-size: 14px;
    /*color: #fff;*/ color: #f9f8f4;
  }
  div.cs-skin-elastic > span {
    background-color: transparent;
    z-index: 100;
    border: 1px solid #fff;
  }
  div.cs-skin-elastic > span::after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  div.cs-skin-elastic .cs-options {
    border: 1px solid #e1eaee;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  }
  div.cs-skin-elastic .cs-options span {
    padding: 4px 12px;
    color: #4b565b;
  }
  div.cs-skin-elastic .cs-options .cs-selected span {
    color: #c30000;
  }
  div.cs-skin-elastic .cs-options .cs-selected span:hover {
    /*color: #fff;*/ color: #f9f8f4;
  }
  div.cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
  }
  .cs-skin-elastic .cs-options span:hover,
  .cs-skin-elastic .cs-options li.cs-focus span {
    /*color: #fff;*/ color: #f9f8f4;
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .mg-slide-booking {
    position: relative;
  }
  .mg-slide-booking .mg-book-now {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(22, 38, 46, 0.3);
    padding: 10px 0;
    z-index: 5;
  }
  .mg-slide-booking .mg-book-now .mg-bn-title {
    box-shadow: none;
  }
  .mg-slide-booking .carousel-caption > h2 {
    font-size: 50px;
  }
  .mg-slide-booking .carousel-caption > p {
    font-size: 16px;
  }
  .mg-c2a {
    padding: 50px 0;
    background-color: #1d1d1d;
    /*color: #fff;*/ color: #f9f8f4;
    position: relative;
  }
  .mg-c2a .col-md-12 {
    position: static;
  }
  .mg-c2a strong {
    /*font-family: "Playfair Display", serif;*/
    font-size: 30px;
    /*font-weight: 300;*/
    display: block;
    margin-bottom: 20px;
    margin-left: 200px;
  }
  .mg-c2a p {
    margin-bottom: 0;
    margin-left: 200px;
  }
  .mg-c2a .mg-c2a-offer-badg {
    text-align: center;
    /*font-family: "Playfair Display", serif;*/
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    float: left;
    width: 150px;
    /*background-color: #c30000;*/ background-color: #655845;
    height: 105%;
    padding: 32px 20px;
    position: absolute;
    top: 0;
  }
  .mg-c2a .mg-c2a-offer-badg:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-width: 30px 75px 0 75px;
    border-color: #c30000 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  .mg-c2a .mg-c2a-offer-badg .mg-c2a-offer-perc {
    font-size: 40px;
    line-height: 50px;
    /*font-weight: 700;*/
  }
  .mg-c2a .btn {
    float: right;
    margin-top: 13px;
  }
  .mg-c2a .mg-c2a-info {
    float: left;
  }
  .mg-best-rooms {
    padding: 70px 0 40px;
    background-/*color: #fff;*/ color: #f9f8f4;
  }
  .mg-sec-title {
    text-align: center;
    /*font-family: "Playfair Display", serif;*/
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .mg-sec-title h2 {
   /* color: #1d1d1d;*/ color: #323232;
    font-size: 20px;
    text-transform: uppercase;
    /*font-weight: 400;*/
    margin: 0 0 10px;
  }
  .mg-sec-title p {
    font-size: 16px;
      margin-bottom: 10px;
  }
  .mg-sec-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
  }
  .mg-sec-title.mg-lighten h2 {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-sec-title.mg-lighten p {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-sec-left-title,
  .mg-widget-title {
    /*font-family: "Playfair Display", serif;*/
   /* color: #1d1d1d;*/ 
      color: #323232;
    font-size: 24px;
    text-transform: uppercase;
    /*font-weight: 400;*/
    margin: 0 0 35px;
    margin: 0 0 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .mg-sec-left-title:after,
  .mg-widget-title:after {
    content: '';
    display: block;
	  display: none;
    width: 80px;
    height: 3px;
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mg-room {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  figure.mg-room img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    .f-right {
/*
        float: right;
        margin-left: 50px;
*/
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        font-size: 20px;
    }
    .btn-top {
        margin-top: 35px;
    }
    .f-right em {
        font-style: normal;
        font-size: 15px;
        text-transform: lowercase;
    } 
    .mg-room figcaption p {
        margin-bottom: 10px;
    }
  .mg-room figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    /*color: #fff;*/ color: #f9f8f4;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;  
  }
  .mg-room figcaption h2 {
    /*font-family: "Playfair Display", serif;*/
    /*color: #fff;*/ color: #f9f8f4;
    text-transform: uppercase;  
    margin: 0;
    font-size: 25px;
    /*font-weight: 400;*/
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 4px;
    -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .mg-room figcaption h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
  }
  .mg-room figcaption .mg-room-fecilities {
    /*color: #fff;*/ color: #f9f8f4;
    margin-bottom: 20px;
  }
  .mg-room figcaption .mg-room-fecilities ul li {
    /*color: #fff;*/ color: #f9f8f4;
    padding-bottom: 8px;
    font-size: 17px;
  }
  .mg-room figcaption .mg-room-rating {
    /*font-family: "Open Sans";*/
    /*background-color: #c30000;*/ background-color: #655845;
    float: right;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-top: -18px;
    margin-right: -1px;
    z-index: 99;
    position: relative;
    -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .mg-room figcaption .mg-room-price {
    /*font-family: "Open Sans";*/
    font-size: 24px;
    /*font-weight: 300;*/
    margin-bottom: 10px;
    -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
            transform: translate(0, 120px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .mg-room figcaption .btn-link {
    padding: 8px;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, color 0.3s;
            transition: opacity 0.3s, transform 0.3s, color 0.3s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    border: 1px solid;  
  }
  .mg-room figcaption .btn-link:hover,
  .mg-room figcaption .btn-link:active,
  .mg-room figcaption .btn-link:focus {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-room figcaption .btn.btn-main {
    float: right;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .mg-room figcaption p,
  .mg-room figcaption ul {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mg-room figcaption ul.styled-list {
    margin-bottom: 15px;
  }
  .mg-room figcaption ul.styled-list li {
    font-size: 16px;
    line-height: 26px;
    /*font-weight: 300;*/
  }
  .mg-room figcaption ul.styled-list li:before {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-room.mg-room-col-4 figcaption h2 {
    -webkit-transform: translate(0, 75px);
        -ms-transform: translate(0, 75px);
            transform: translate(0, 75px);
  }
  .mg-room.mg-room-col-4 figcaption .mg-room-rating {
    -webkit-transform: translate(0, 75px);
        -ms-transform: translate(0, 75px);
            transform: translate(0, 75px);
  }
  .mg-room.mg-room-col-4 figcaption .mg-room-price {
    font-size: 20px;
    -webkit-transform: translate(0, 75px);
        -ms-transform: translate(0, 75px);
            transform: translate(0, 75px);
  }
  .mg-room.mg-room-col-4 figcaption .btn-link {
    margin-top: 20px;
  }
  .mg-room.mg-room-col-4 figcaption .btn.btn-main {
    margin-top: 20px;
  }
  .mg-room.mg-room-col-2 figcaption h2 {
    font-size: 25px;
    -webkit-transform: translate(0, 235px);
        -ms-transform: translate(0, 235px);
            transform: translate(0, 235px);
  }
  .mg-room.mg-room-col-2 figcaption .mg-room-rating {
    -webkit-transform: translate(0, 235px);
        -ms-transform: translate(0, 235px);
            transform: translate(0, 235px);
  }
  .mg-room.mg-room-col-2 figcaption .mg-room-price {
    -webkit-transform: translate(0, 235px);
        -ms-transform: translate(0, 235px);
            transform: translate(0, 235px);
  }
  .mg-room:hover figcaption {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .mg-room:hover figcaption p,
  .mg-room:hover figcaption ul,
  .mg-room:hover figcaption .btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-room:hover figcaption .btn {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .mg-room:hover figcaption .btn.btn-link {
    -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
            transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
  }
  .mg-room:hover figcaption p,
  .mg-room:hover figcaption ul {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .mg-room:hover figcaption h2,
  .mg-room:hover figcaption .mg-room-rating,
  .mg-room:hover figcaption .mg-room-price {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-room:hover figcaption h2,
  .mg-room:hover figcaption .mg-room-rating {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .mg-room:hover figcaption .mg-room-price {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mg-room.mg-featured figcaption {
    padding: 20px 30px;
  }
  .mg-room.mg-featured figcaption h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
    -webkit-transform: translate(0, 310px);
        -ms-transform: translate(0, 310px);
            transform: translate(0, 310px);
  }
  .mg-room.mg-featured figcaption .mg-room-rating {
    font-size: 18px;
    line-height: 29px;
    /*font-weight: 300;*/
    margin-top: -27px;
    -webkit-transform: translate(0, 310px);
        -ms-transform: translate(0, 310px);
            transform: translate(0, 310px);
  }
  .mg-room.mg-featured figcaption .mg-room-price {
    /*font-family: "Open Sans";*/
    font-size: 30px;
    line-height: 41px;
    /*font-weight: 300;*/
    margin-bottom: 15px;
    -webkit-transform: translate(0, 310px);
        -ms-transform: translate(0, 310px);
            transform: translate(0, 310px);
  }
  .mg-room.mg-featured figcaption .btn-link {
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .mg-room.mg-featured figcaption .btn.btn-main {
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .mg-room.mg-featured:hover figcaption h2,
  .mg-room.mg-featured:hover figcaption .mg-room-rating,
  .mg-room.mg-featured:hover figcaption .mg-room-price {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-room.mg-featured:hover figcaption .btn {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mg-about {
    padding: 70px 0;
    /*background-color: #1d1d1d;*/
    background-color: #0E2A4F;
    background-image: url(../img/about-bg.png);
    background-position: center center;
    /*/*color: #fff;*/ color: #f9f8f4;*/
    color: #f9f8f4;
  }
  .mg-about .mg-sec-left-title {
    /*/*color: #fff;*/ color: #f9f8f4;*/
    color: #f9f8f4;
  }
  .mg-features {
    padding: 70px 0 30px;
    background-/*color: #fff;*/ color: #f9f8f4;
  }
  .mg-feature {
    margin-bottom: 40px;
  }
  .mg-feature .mg-feature-icon-title {
    margin-bottom: 10px;
  }
  .mg-feature .mg-feature-icon-title:before,
  .mg-feature .mg-feature-icon-title:after {
    content: " ";
    display: table;
  }
  .mg-feature .mg-feature-icon-title:after {
    clear: both;
  }
  .mg-feature .mg-feature-icon-title i {
    display: block;
    width: 50px;
    line-height: 50px;
    background-color: #1d1d1d;
    text-align: center;
    font-size: 21px;
    /*color: #fff;*/ color: #f9f8f4;
    border-radius: 50%;
    float: left;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  
  .mg-feature .mg-feature-icon-title h3 {
    display: block;
    /*font-family: "Playfair Display", serif;*/
    font-size: 20px;
   /* color: #1d1d1d;*/ color: #323232;
    /*font-weight: 400;*/
    margin-top: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    /*margin-left: 60px;*/
    text-align: center;
  }
  
  .mg-feature p {
    margin-bottom: 0;
    text-align: center;
  }
  .mg-feature:hover .mg-feature-icon-title i {
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .mg-testi-partners {
    padding: 70px 0;
   /*  background-color: #1d1d1d;
   background-image: url(../images/clients-bg.png);*/
      background: url(../images/blue-bg.jpg);
    background-position: center center;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-testi-partners .mg-sec-left-title {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-light-testimonial {
    padding: 70px 0;
    background-color: #f7f7f7;
/*    background-image: url(../images/clients-bg.png);*/
    background-position: center center;
  }
  .mg-light-testimonial .mg-testimonial-slider blockquote {
    text-align: center;
    background-color: transparent;
  }
  .mg-light-testimonial .mg-testimonial-slider blockquote p {
    font-size: 15px;
    line-height: 24px;
  }
  .mg-light-testimonial .mg-testimonial-slider blockquote footer {
    /*color: #c30000;
    font-family: "Playfair Display", serif;*/
      color: #655845;
    font-style: italic;
  }
  .mg-light-testimonial .mg-testimonial-slider blockquote footer:before {
    content: '';
  }
  .mg-testimonial-slider blockquote {
    /*font-weight: 400;*/
    border-width: 0;
    background-color: transparent;
      padding-left: 15px;
  }
  .mg-testimonial-slider blockquote p {
    font-size: 15px;
    line-height: 24px;
  }
  .mg-testimonial-slider blockquote footer {
    /*color: #c30000;
    font-family: "Playfair Display", serif;*/
      color: #ffffff;
    font-style: italic;
  }
  .mg-testimonial-slider blockquote footer:before {
    content: '';
  }
  .owl-carousel {
    overflow: hidden;
  }
  .owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
    margin-left: 0;
  }
  .owl-carousel:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
  }
  .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: -50px;
    -webkit-transition: margin-left 0.3s, background-color 0.5s;
            transition: margin-left 0.3s, background-color 0.5s;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: -50px;
    -webkit-transition: margin-right 0.3s, background-color 0.5s;
            transition: margin-right 0.3s, background-color 0.5s;
  }
  .owl-theme .owl-controls .owl-buttons div {
    margin: 1px;
    padding: 13px 13px;
    font-size: 21px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: background-color 0.5s;
            transition: background-color 0.5s;
  }
  .owl-theme .owl-controls .owl-buttons div:hover {
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.5);
  }
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .mg-part-logos {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-news-gallery {
    padding: 70px 0;
    background-/*color: #fff;*/ color: #f9f8f4;
  }
  .mg-recnt-posts {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mg-recnt-post {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .mg-recnt-post .mg-rp-date {
    width: 70px;
    /*font-family: "Playfair Display", serif;*/
    font-size: 27px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    text-align: center;
   /* color: #1d1d1d;*/ color: #323232;
    padding: 0 5px;
    position: relative;
    border-radius: 1px;
    float: left;
    margin-right: 20px;
    /* &:after{
                          content: '';
                          display: block;
                          width: 100%;
                          height: 1px;
                          background-color: @dcolor;
                          position: absolute;
                          top: 37px;
                          left: 0;
                  } */
  }
  .mg-recnt-post .mg-rp-date .mg-rp-month {
    font-size: 13px;
    /*font-weight: 400;*/
    margin-top: 10px;
  }
  .mg-recnt-post > h3 {
    /*font-family: "Playfair Display", serif;*/
    font-size: 22px;
    /*font-weight: 400;*/
    margin-top: 0;
  }
  .mg-recnt-post > h3 > a {
   /* color: #1d1d1d;*/ color: #323232;
    -webkit-transition: color 0.3s;
            transition: color 0.3s;
  }
  .mg-recnt-post > h3 > a:hover {
    color: #c30000;
    text-decoration: none;
  }
  .mg-recnt-post > p {
    margin-left: 90px;
    margin-bottom: 0;
  }
  .mg-gallery-container {
    position: relative;
  }
  
  .mg-gallery-container img
  {
    width: 100%;
  }
  
  .mg-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-gallery .owl-controls {
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .mg-gallery .owl-controls .owl-buttons div {
    background-color: rgba(255, 255, 255, 0.4) !important;
    padding: 13px 15px;
    border-radius: 25px;
    margin-top: -25px;
    opacity: 0;
   /* color: #1d1d1d;*/ color: #323232;
    -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s !important;
            transition: opacity 0.3s, background-color 0.3s, color 0.3s !important;
  }
  .mg-gallery .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: 25px !important;
  }
  .mg-gallery .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin-right: 25px !important;
  }
  .mg-gallery .owl-controls .owl-buttons div:hover {
    opacity: 1;
    /*color: #fff;*/ color: #f9f8f4;
    background-color: #c30000 !important;
  }
  .mg-gallery:hover .owl-controls .owl-buttons div {
    opacity: 0.5;
  }
  .mg-gallery-thumb {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 330px;
    position: absolute;
/*    bottom: 20px;*/
    bottom: -70px;  
    left: 50%;
    margin-left: -165px;
  }
.mg-gallery-thumb img {
    cursor: pointer;
}
  .mg-gallery-thumb .owl-item {
    opacity: 0.4;
  }
  .mg-gallery-thumb .owl-item.synced {
    opacity: 1;
  }
  .mg-part-logos-full {
    margin: 0;
    padding: 0;
  }
  .mg-part-logos-full li {
    list-style: none;
    text-align: center;
  }
    form#contact-form {
        margin-bottom: 40px;
    }
  .mg-map {
    width: 100%;
    height: 300px;
  }
  .mg-contact-form-input {
    margin-bottom: 25px;
    display: block;
  }
  .mg-contact-form-input label {
    /*font-family: "Playfair Display", serif;*/
    font-size: 16px;
    line-height: 26px;
    /*font-weight: 300;*/
   /* color: #1d1d1d;*/ color: #323232;
    margin-bottom: 10px;
  }
  .mg-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
  }
  .mg-contact-info li {
    margin-bottom: 20px;
  }
  .mg-contact-info li i {
    font-size: 18px;
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    text-align: center;
   /* color: #1d1d1d;*/ color: #323232;
    float: left;
  }
  .mg-contact-info li a {
    /*font-weight: 600;*/
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-contact-info li a:hover {
    color: #c30000;
  }
  .mg-rooms-cols {
    padding: 70px 0;
  }
  .mg-single-room {
    padding: 100px 0 0;
  }
  .mg-room-fecilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-room-fecilities ul li {
   /* color: #1d1d1d;*/ color: #323232;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    /*font-weight: 300;*/
  }
  .mg-room-fecilities ul li i {
    margin-right: 10px;
  }
  .mg-single-room-price {
    position: relative;
  }
  .mg-single-room-price .mg-srp-inner {
    /*font-family: "Playfair Display", serif;*/
    width: 100px;
    padding: 21px 0px 17px;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -60px;
    background-color: #1d1d1d;
    /*color: #fff;*/ color: #f9f8f4;
    font-size: 25px;
    line-height: 26px;
    /*font-weight: 400;*/
    border-radius: 50%;
  }
  .mg-single-room-price .mg-srp-inner > span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    /*font-weight: 300;*/
    position: relative;
  }
  .mg-single-room-price .mg-srp-inner > span:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    /*background-color: #c30000;*/ background-color: #655845;
    top: -1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
  }
  .mg-single-room-txt {
    padding: 50px 0 47px;
  }
  .mg-single-room-review-sec {
    padding: 0 0 70px;
  }
  .mg-sm-full-rating {
    position: relative;
    margin-bottom: 50px;
    /* .mg-sec-left-title{
                  &:before{
                          content: '';
                          display: block;
                          position: absolute;
                          bottom: 1px;
                          left: 0;
                          width: 100%;
                          height: 1px;
                          background-color: #f2f2f2;
                  }
          } */
  }
  .mg-sm-full-rating .mg-smfr-rate {
    /*color: #fff;*/ color: #f9f8f4;
    /*background-color: #c30000;*/ background-color: #655845;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
  }
  .mg-sm-full-rating .mg-smfr-cont {
    background-/*color: #fff;*/ color: #f9f8f4;
    position: absolute;
    bottom: 0;
  }
  .mg-reviews {
    padding-right: 50px;
  }
  .mg-reviews .media {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
  }
  .mg-reviews .media:last-child {
    border-bottom-width: 0;
  }
  .mg-reviews .media .media-body .media-heading {
    /*font-family: "Playfair Display", serif;*/
   /* color: #1d1d1d;*/ color: #323232;
    font-style: italic;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 20px;
  }
  .mg-reviews .media .media-body .mg-media-user-rating {
    display: inline-block;
  }
  .mg-reviews .media .media-body .mg-media-user-rating .mg-rs-icon .fa {
    color: #ced4d7;
  }
  .mg-reviews .media .media-body .mg-media-user-rating .mg-rs-icon .fa.fa-star {
    color: #c30000;
  }
  .mg-reviews .media .media-body p {
    font-style: italic;
  }
  .mg-reviews .media .media-body p:after {
    content: '”';
  }
  .mg-reviews .media .media-body p:before {
    content: '“';
  }
  .mg-reviews .media .media-body .media-date {
    float: right;
    color: #b3b3b3;
    font-size: 13px;
  }
  .mg-reviews .media .media-body .mg-media-rating {
    margin: 0 -15px;
    border-bottom: 1px solid #ebebeb;
    border: 1px solid #f2f2f2;
    padding: 5px 0;
  }
  .mg-reviews .media .media-body .mg-media-rating .mg-rating-sector {
    width: 50%;
    float: left;
    padding: 5px 15px;
  }
  .mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-title {
    font-size: 18px;
    /*font-weight: 300;*/
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon {
    float: right;
  }
  .mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon i {
    color: #b2bcc0;
  }
  .mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon i.fa-star {
    color: #c30000;
  }
  .mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon i.fa-star-half-empty {
    color: #c30000;
  }
  .mg-reviews .media .media-left a {
    border-radius: 50%;
  }
  .mg-reviews .media .media-left a .media-object {
    border-radius: 50%;
  }
  .mg-single-room-bn.mg-book-now {
    margin-bottom: 70px;
    padding: 50px 50px 20px;
  }
  .mg-single-room-bn.mg-book-now .mg-sec-left-title {
    /*color: #fff;*/ color: #f9f8f4;
    text-align: center;
    margin-bottom: 20px;
  }
  .mg-single-room-bn.mg-book-now .mg-sec-left-title:after {
    left: 50%;
    margin-left: -40px;
  }
  .mg-star-rating-title {
    display: inline-block;
    font-size: 16px;
    /*font-family: "Playfair Display", serif;*/
   /* color: #1d1d1d;*/ color: #323232;
    min-width: 65px;
  }
  .mg-star-rating {
    margin-bottom: 20px;
  }
  .starrr {
    display: inline-block;
  }
  .starrr i {
    display: inline-block;
    padding: 3px;
    font-size: 16px;
    color: #ced4d7;
    cursor: pointer;
  }
  .starrr i.fa-star {
    color: #c30000;
  }
  .mg-rooms-no-padd > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mg-rooms-no-padd .row > .col-md-3,
  .mg-rooms-no-padd .row > .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .mg-rooms-no-padd .row > .col-md-3 > .mg-room,
  .mg-rooms-no-padd .row > .col-md-4 > .mg-room {
    margin-bottom: 0;
  }
  .mg-gallery-page,
  .mg-page {
    padding: 30px 0 40px;
  }
  #mg-grid {
    position: relative;
    overflow: visible !important;
    /*margin-top: 25px;*/
  }
  .mg-gallery-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mg-gallery-item:hover .mg-gallery-overlayer {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .mg-gallery-item:hover .mg-gallery-overlayer > i {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  .mg-gallery-item .mg-gallery-overlayer {
    background-color: rgba(22, 38, 46, 0.9);
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: block;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
  }
  .mg-gallery-item .mg-gallery-overlayer > i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    /*background-color: #c30000;*/ background-color: #655845;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
   /* color: #1d1d1d;*/ color: #fff;
    font-size: 16px;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
  }
  .mg-gallery-item .mg-gallery-overlayer > i:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .mg-filter {
    text-align: center;
  }
  .mg-filter label > input {
    display: none;
  }
  .mg-blog-list {
    padding: 70px 0 100px;
  }
  .mg-post {
    padding-right: 15px;
    margin-bottom: 60px;
  }
  .mg-post .mg-post-title {
    /*font-family: "Playfair Display", serif;*/
    margin-bottom: 15px;
  }
  .mg-post .mg-post-title a {
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-post .mg-post-title a:hover {
    color: #c30000;
  }
  .mg-post .mg-post-meta {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 20px;
    /*font-family: "Playfair Display", serif;*/
    color: #96a3a9;
  }
  .mg-post .mg-post-meta span {
    padding-right: 10px;
  }
  .mg-post .mg-post-meta span:after {
    content: '/';
    padding-left: 15px;
    color: #ced4d7;
  }
  .mg-post .mg-post-meta span:last-child:after {
    content: '';
    padding-left: 0;
  }
  .mg-post .mg-post-meta a {
    color: #264251;
  }
  .mg-post .mg-post-meta a:hover {
    color: #c30000;
  }
  .mg-post .mg-read-more {
    /*font-family: "Playfair Display", serif;*/
    font-style: italic;
    font-size: 15px;
  }
  .mg-widget {
    background-color: #1d1d1d;
    padding: 30px;
    margin-bottom: 30px;
    color: #c0c8cb;
  }
  .mg-widget .mg-widget-title {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-widget .form-control {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-widget .form-control:focus {
    border-color: #c30000;
    background-color: transparent;
  }
  .mg-widget .mg-recnt-posts .mg-recnt-post {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mg-widget .mg-recnt-posts .mg-recnt-post p {
    /*font-family: "Open Sans";*/
    margin-bottom: 0;
  }
  .mg-widget .mg-recnt-posts .mg-recnt-post .mg-rp-date {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-widget ul li {
    /*font-family: "Playfair Display", serif;*/
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mg-widget ul li a {
    font-size: 16px;
    line-height: 26px;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-widget ul li a:hover {
    color: #c30000;
  }
  .mg-widget .tagcloud a {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mg-widget .tagcloud a:hover {
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #1d1d1d;
    /*color: #fff;*/ color: #f9f8f4;
    border-radius: 1px;
    margin-right: 2px;
    margin-bottom: 6px;
    -webkit-transition: background-color 0.5s;
            transition: background-color 0.5s;
  }
  .tagcloud a:hover {
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .mg-post-nav {
    margin-bottom: 70px;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    /*font-family: "Playfair Display", serif;*/
    font-size: 16px;
    line-height: 30px;
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-post-nav a {
    padding: 10px;
    display: block;
    color: #adb9bf;
  }
  .mg-post-nav a:hover {
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-post-nav > div {
    width: 50%;
  }
  .mg-post-nav div + div {
    text-align: right;
  }
  .mg-single-comments-list {
    margin-bottom: 70px;
  }
  .media .media-object {
    border-radius: 50%;
  }
  .media .media-body {
    position: relative;
    width: 100%;
  }
  .media .media-body .mg-comment-body {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
  }
  .media .media-body .media-heading {
    font-size: 17px;
    line-height: 27px;
   /* color: #1d1d1d;*/ color: #323232;
  }
  .media .media-body .media-heading a {
   /* color: #1d1d1d;*/ color: #323232;
  }
  .media .media-body span {
    display: block;
    color: #adb9bf;
    margin-bottom: 10px;
  }
  .media .media-body span a {
    color: #adb9bf;
  }
  .media .media-body .btn-comment-reply {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mg-about-features {
    padding: 40px 0;
  }
  .mg-tab-top-nav,
  .mg-tab-bottom-nav,
  .mg-tab-left-nav,
  .mg-tab-right-nav {
    margin-bottom: 30px;
  }
  .nav-tabs,
  .nav-tabs.nav-justified {
    border-bottom-width: 0;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
  }
  .nav-tabs > li,
  .nav-tabs.nav-justified > li {
    /*font-family: "Playfair Display", serif;*/
    font-size: 18px;
  }
  .nav-tabs > li > a,
  .nav-tabs.nav-justified > li > a {
    border-width: 1px 1px 1px 0;
    border-color: #eaedee;
    border-style: solid;
    background-/*color: #fff;*/ color: #f9f8f4;
   /* color: #1d1d1d;*/ color: #323232;
    outline-width: 0 !important;
    border-radius: 0;
    padding: 10px 20px;
    margin-right: 0;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
            transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs.nav-justified > li > a:hover {
    /*background-color: #c30000;*/ background-color: #655845;
    /*color: #fff;*/ color: #f9f8f4;
    border-color: #c30000;
  }
  .nav-tabs > li.active > a,
  .nav-tabs.nav-justified > li.active > a {
    border-left-width: 0;
    border-color: #eaedee;
    box-shadow: inset 0 1px #c30000;
    border-bottom-color: transparent;
    border-top-color: #c30000;
    color: #c30000;
  }
  .nav-tabs > li.active > a:hover,
  .nav-tabs.nav-justified > li.active > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs.nav-justified > li.active > a:focus,
  .nav-tabs > li.active > a:active,
  .nav-tabs.nav-justified > li.active > a:active {
    border-left-width: 0;
    border-color: #eaedee;
    border-bottom-color: transparent;
    border-top-color: #c30000;
    color: #c30000;
    background-/*color: #fff;*/ color: #f9f8f4;
  }
  .nav-tabs > li:first-child > a,
  .nav-tabs.nav-justified > li:first-child > a {
    border-left-width: 1px !important;
  }
  .nav-tabs.nav-justified {
    bottom: -1px;
  }
  .tab-content {
    border: 1px solid #eaedee;
    padding: 20px;
    margin-bottom: 0;
  }
  .mg-tab-bottom-nav .nav-tabs,
  .mg-tab-bottom-nav .nav-tabs.nav-justified {
    bottom: auto;
    top: -1px;
  }
  .mg-tab-bottom-nav .nav-tabs > li.active > a,
  .mg-tab-bottom-nav .nav-tabs.nav-justified > li.active > a {
    border-left-width: 0;
    border-color: #eaedee;
    box-shadow: inset 0 -1px #c30000;
    border-bottom-color: #c30000;
    border-top-color: transparent;
    color: #c30000;
  }
  .mg-tab-bottom-nav .nav-tabs > li.active > a:hover,
  .mg-tab-bottom-nav .nav-tabs.nav-justified > li.active > a:hover,
  .mg-tab-bottom-nav .nav-tabs > li.active > a:focus,
  .mg-tab-bottom-nav .nav-tabs.nav-justified > li.active > a:focus,
  .mg-tab-bottom-nav .nav-tabs > li.active > a:active,
  .mg-tab-bottom-nav .nav-tabs.nav-justified > li.active > a:active {
    border-left-width: 0;
    border-color: #eaedee;
    border-bottom-color: #c30000;
    border-top-color: transparent;
    color: #c30000;
    background-/*color: #fff;*/ color: #f9f8f4;
  }
  .mg-tab-left-nav:before,
  .mg-tab-left-nav:after {
    content: " ";
    display: table;
  }
  .mg-tab-left-nav:after {
    clear: both;
  }
  .mg-tab-left-nav .nav-tabs,
  .mg-tab-left-nav .nav-tabs.nav-justified {
    position: static;
    max-width: 200px;
    width: 200px;
    float: left;
  }
  .mg-tab-left-nav .nav-tabs > li,
  .mg-tab-left-nav .nav-tabs.nav-justified > li {
    width: 100%;
    display: block;
  }
  .mg-tab-left-nav .nav-tabs > li > a,
  .mg-tab-left-nav .nav-tabs.nav-justified > li > a {
    text-align: left;
    border-width: 1px 1px 0 1px;
    border-color: #eaedee;
    border-style: solid;
  }
  .mg-tab-left-nav .nav-tabs > li > a:hover,
  .mg-tab-left-nav .nav-tabs.nav-justified > li > a:hover {
    /*background-color: #c30000;*/ background-color: #655845;
    /*color: #fff;*/ color: #f9f8f4;
    border-color: #c30000;
  }
  .mg-tab-left-nav .nav-tabs > li.active > a,
  .mg-tab-left-nav .nav-tabs.nav-justified > li.active > a {
    border-bottom-width: 0;
    border-color: #eaedee;
    box-shadow: inset 1px 0 #c30000;
    border-left-color: #c30000;
    border-right-color: transparent;
    color: #c30000;
  }
  .mg-tab-left-nav .nav-tabs > li.active > a:hover,
  .mg-tab-left-nav .nav-tabs.nav-justified > li.active > a:hover,
  .mg-tab-left-nav .nav-tabs > li.active > a:focus,
  .mg-tab-left-nav .nav-tabs.nav-justified > li.active > a:focus,
  .mg-tab-left-nav .nav-tabs > li.active > a:active,
  .mg-tab-left-nav .nav-tabs.nav-justified > li.active > a:active {
    border-left-width: 1px;
    border-bottom-width: 0;
    border-color: #eaedee;
    border-left-color: #c30000;
    border-right-color: transparent;
    box-shadow: inset 1px 0 #c30000;
    color: #c30000;
    background-/*color: #fff;*/ color: #f9f8f4;
  }
  .mg-tab-left-nav .nav-tabs > li:last-child > a,
  .mg-tab-left-nav .nav-tabs.nav-justified > li:last-child > a {
    border-bottom-width: 1px !important;
  }
  .mg-tab-left-nav .tab-content {
    margin-left: 199px;
  }
  .mg-tab-right-nav:before,
  .mg-tab-right-nav:after {
    content: " ";
    display: table;
  }
  .mg-tab-right-nav:after {
    clear: both;
  }
  .mg-tab-right-nav .nav-tabs,
  .mg-tab-right-nav .nav-tabs.nav-justified {
    position: static;
    max-width: 200px;
    width: 200px;
    float: right;
  }
  .mg-tab-right-nav .nav-tabs > li,
  .mg-tab-right-nav .nav-tabs.nav-justified > li {
    width: 100%;
    display: block;
  }
  .mg-tab-right-nav .nav-tabs > li > a,
  .mg-tab-right-nav .nav-tabs.nav-justified > li > a {
    text-align: left;
    border-width: 1px 1px 0 1px;
    border-color: #eaedee;
    border-style: solid;
  }
  .mg-tab-right-nav .nav-tabs > li > a:hover,
  .mg-tab-right-nav .nav-tabs.nav-justified > li > a:hover {
    /*background-color: #c30000;*/ background-color: #655845;
    /*color: #fff;*/ color: #f9f8f4;
    border-color: #c30000;
  }
  .mg-tab-right-nav .nav-tabs > li.active > a,
  .mg-tab-right-nav .nav-tabs.nav-justified > li.active > a {
    border-bottom-width: 0;
    border-color: #eaedee;
    box-shadow: inset -1px 0 #c30000;
    border-right-color: #c30000;
    border-left-color: transparent;
    color: #c30000;
  }
  .mg-tab-right-nav .nav-tabs > li.active > a:hover,
  .mg-tab-right-nav .nav-tabs.nav-justified > li.active > a:hover,
  .mg-tab-right-nav .nav-tabs > li.active > a:focus,
  .mg-tab-right-nav .nav-tabs.nav-justified > li.active > a:focus,
  .mg-tab-right-nav .nav-tabs > li.active > a:active,
  .mg-tab-right-nav .nav-tabs.nav-justified > li.active > a:active {
    border-right-width: 1px;
    border-bottom-width: 0;
    border-color: #eaedee;
    border-right-color: #c30000;
    border-left-color: transparent;
    box-shadow: inset -1px 0 #c30000;
    color: #c30000;
    background-/*color: #fff;*/ color: #f9f8f4;
  }
  .mg-tab-right-nav .nav-tabs > li:last-child > a,
  .mg-tab-right-nav .nav-tabs.nav-justified > li:last-child > a {
    border-bottom-width: 1px !important;
  }
  .mg-tab-right-nav .tab-content {
    margin-right: 199px;
  }
  .mg-about-tabs {
    padding: 70px 0;
    background-color: #1d1d1d;
/*    background-image: url(../images/about-bg.png);*/
    background-position: center center;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-about-tabs .nav-tabs > li > a,
  .mg-about-tabs .nav-tabs.nav-justified > li > a {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-about-tabs .nav-tabs > li.active > a,
  .mg-about-tabs .nav-tabs.nav-justified > li.active > a {
    color: #c30000;
  }
  .mg-about-tabs .nav-tabs > li.active > a:hover,
  .mg-about-tabs .nav-tabs.nav-justified > li.active > a:hover,
  .mg-about-tabs .nav-tabs > li.active > a:focus,
  .mg-about-tabs .nav-tabs.nav-justified > li.active > a:focus,
  .mg-about-tabs .nav-tabs > li.active > a:active,
  .mg-about-tabs .nav-tabs.nav-justified > li.active > a:active {
    color: #c30000;
  }
  .mg-about-testimonial {
    padding: 70px 0;
    /*background-color: #1d1d1d;
    background-image: url(../images/about-bg.png);*/
    background-position: center center;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-about-testimonial .mg-testimonial-slider blockquote {
    text-align: center;
    padding: 0 150px;
    padding-top: 35px;
    background-position: top center;
  }
  .mg-about-testimonial .mg-sec-title h2 {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-team {
    padding: 70px 0 80px;
  }
  .mg-team-member {
    position: relative;
    margin-bottom: 30px;
  }
  .mg-team-member .mg-team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    /*color: #fff;*/ color: #f9f8f4;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
            transition: opacity 0.8s;
  }
  .mg-team-member .mg-team-info h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 8px;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-team-member .mg-team-info h3:after {
    content: '';
    width: 0px;
    height: 2px;
    /*background-color: #c30000;*/ background-color: #655845;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.5s;
            transition: width 0.5s;
  }
  .mg-team-member .mg-team-info strong {
    display: block;
    font-style: italic;
    margin-bottom: 20px;
  }
  .mg-team-member .mg-team-member-overlayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(22, 38, 46, 0.9);*/
    background-color: rgb(14 42 79 / 90%);
    opacity: 0;
    -webkit-transition: opacity 0.8s;
            transition: opacity 0.8s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mg-team-member .mg-team-member-social {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-team-member .mg-team-member-social li {
    display: inline-block;
    float: left;
  }
  .mg-team-member .mg-team-member-social li a {
    display: block;
    text-align: center;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    /*color: #fff;*/ color: #f9f8f4;
    -webkit-transition: background-color 0.5s;
            transition: background-color 0.5s;
  }
  .mg-team-member .mg-team-member-social li a:hover {
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .mg-team-member:hover .mg-team-member-overlayer {
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .mg-team-member:hover .mg-team-info {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mg-team-member:hover .mg-team-info h3:after {
    width: 60px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .mg-about-us-txt {
    text-align: center;
  }
  .mg-about-clients {
    padding: 80px 0;
    background-color: #f2f2f2;
  }
  .mg-booking-form .nav-tabs > li {
    width: 25%;
    text-align: center;
  }
  .mg-booking-form .nav-tabs > li > a {
    color: #ced4d6;
    border-width: 0;
    position: relative;
    background-color: transparent !important;
    border-width: 0 !important;
    box-shadow: none !important;
  }
  .mg-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
    display: block;
    /*font-family: "Playfair Display", serif;*/
    /*font-weight: 600;*/
   /* color: #1d1d1d;*/ color: #323232;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: #dbdedf;
    background-/*color: #fff;*/ color: #f9f8f4;
    border-radius: 50%;
    padding: 0;
    text-transform: uppercase;
    width: 55px;
    line-height: 49px;
    margin-bottom: 10px;
    -webkit-transition: border-color 0.4s, color 0.4s;
            transition: border-color 0.4s, color 0.4s;
  }
  .mg-booking-form .nav-tabs > li > a span.mg-bs-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #dbdedf;
    position: absolute;
    top: 50%;
    right: -50%;
    margin-top: -17px;
    z-index: -1;
  }
  .mg-booking-form .nav-tabs > li > a span.mg-bs-bar:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    /*background-color: #c30000;*/ background-color: #655845;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.4s;
            transition: width 0.4s;
  }
  .mg-booking-form .nav-tabs > li.active > a {
    border-width: 0;
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-booking-form .nav-tabs > li.active > a span.mg-bs-tab-num {
    color: #c30000;
    border-color: #c30000;
  }
  .mg-booking-form .nav-tabs > li.mg-step-done > a {
    color: #c30000;
  }
  .mg-booking-form .nav-tabs > li.mg-step-done > a span.mg-bs-tab-num {
    /*color: #fff;*/ color: #f9f8f4;
    border-color: #c30000;
    /*background-color: #c30000;*/ background-color: #655845;
  }
  .mg-booking-form .nav-tabs > li.mg-step-done > a span.mg-bs-bar:after {
    width: 100%;
  }
  .mg-booking-form .tab-content {
    padding: 0;
    border-width: 0;
  }
  .mg-book-form-input {
    min-height: 100px;
  }
  .mg-book-form-input label {
    /*font-family: "Playfair Display", serif;*/
    /*font-weight: 400;*/
   /* color: #1d1d1d;*/ color: #323232;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .mg-book-form-personal,
  .mg-book-form-billing {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .mg-terms-input {
    margin-bottom: 30px;
  }
  .mg-terms-input label {
    /*font-weight: 400;*/
  }
  .mg-widget-cart-row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mg-widget-cart-row strong {
    /*color: #fff;*/ color: #f9f8f4;
    display: inline-block;
    margin-right: 5px;
  }
  .mg-cart-room h3 {
    font-size: 22px;
    /*font-weight: 400;*/
    /*color: #fff;*/ color: #f9f8f4;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mg-cart-total {
    padding: 50px 0 10px;
    font-size: 25px;
    line-height: 35px;
    /*font-family: "Playfair Display", serif;*/
    /*color: #fff;*/ color: #f9f8f4;
    /*font-weight: 400;*/
  }
  .mg-cart-total strong {
    /*font-weight: 400;*/
  }
  .mg-cart-address {
    padding: 20px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mg-cart-address > strong {
    /*color: #fff;*/ color: #f9f8f4;
    margin-bottom: 20px;
    display: block;
    float: left;
  }
  .mg-cart-address > address {
    margin-left: 120px;
  }
  .mg-saerch-room .mg-book-now {
    padding: 20px 35px;
  }
  .mg-available-rooms {
    padding: 70px 0;
  }
  .mg-available-rooms .mg-avl-room {
    padding-bottom: 80px;
  }
  .mg-available-rooms .mg-avl-room:last-child {
    padding-bottom: 0;
  }
  .mg-available-rooms .mg-room-fecilities {
    margin-bottom: 15px;
  }
  .mg-available-rooms .mg-room-fecilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-available-rooms .mg-room-fecilities ul li {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  .mg-available-rooms .mg-avl-room-title {
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .mg-available-rooms .mg-avl-room-title a {
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-available-rooms .mg-avl-room-title span {
    /*font-family: "Open Sans";*/
    /*font-weight: 300;*/
    color: #c30000;
    float: right;
    /* 			position: relative;
  
  &:after{
          content: '';
          width: 100%;
          height: 3px;
          background-color: @mcolor;
          position: absolute;
          bottom: -12px;
          right: 0;
  } */
  }
  .mg-paid .mg-widget {
/*    background-image: url(../images/paid.png);*/
    background-repeat: no-repeat;
    background-position: 100% 0;
  }
  .mg-paid .mg-widget .mg-payment-id {
    /*color: #fff;*/ color: #f9f8f4;
    margin: 0;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .alert {
    border-radius: 1px;
    margin-bottom: 23px;
  }
  .alert .mg-alert-icon {
    font-size: 28px;
    line-height: 56px;
    width: 60px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #1d1d1d;
  }
  .alert .close {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
  }
  .alert .close:hover {
    opacity: 1;
  }
  .alert-success {
    border-color: #d0edce;
    background-color: #effbf0;
    color: #60a662;
  }
  .alert-success .mg-alert-icon {
    color: #60a662;
    border-color: #60a662;
  }
  .alert-success .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
  }
  .alert-success h1,
  .alert-success h2,
  .alert-success h3,
  .alert-success h4,
  .alert-success h5,
  .alert-success h6 {
    color: #60a662;
    margin-top: 0;
  }
  .alert-success .close {
    color: #60a662;
  }
  .alert-info {
    border-color: #bceafc;
    background-color: #e3f5fc;
    color: #53adcf;
  }
  .alert-info .mg-alert-icon {
    color: #53adcf;
    border-color: #53adcf;
  }
  .alert-info .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
  }
  .alert-info h1,
  .alert-info h2,
  .alert-info h3,
  .alert-info h4,
  .alert-info h5,
  .alert-info h6 {
    color: #53adcf;
    margin-top: 0;
  }
  .alert-info .close {
    color: #53adcf;
  }
  .alert-warning {
    border-color: #f6e4bd;
    background-color: #fdf8ed;
    color: #d3a33b;
  }
  .alert-warning .mg-alert-icon {
    color: #d3a33b;
    border-color: #d3a33b;
  }
  .alert-warning .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
  }
  .alert-warning h1,
  .alert-warning h2,
  .alert-warning h3,
  .alert-warning h4,
  .alert-warning h5,
  .alert-warning h6 {
    color: #d3a33b;
    margin-top: 0;
  }
  .alert-warning .close {
    color: #d3a33b;
  }
  .alert-danger {
    border-color: #faced3;
    background-color: #fceaec;
    color: #e74659;
  }
  .alert-danger .mg-alert-icon {
    color: #d3a33b;
    border-color: #d3a33b;
  }
  .alert-danger .mg-alert-payment {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
  }
  .alert-danger h1,
  .alert-danger h2,
  .alert-danger h3,
  .alert-danger h4,
  .alert-danger h5,
  .alert-danger h6 {
    color: #d3a33b;
    margin-top: 0;
  }
  .alert-danger .close {
    color: #d3a33b;
  }
  .progress {
    border-radius: 1px;
    height: 8px;
    overflow: visible;
    margin-top: 45px;
  }
  .progress + .progress {
    margin-top: 60px;
  }
  .progress .progress-bar {
    position: relative;
    /*background-color: #c30000;*/ background-color: #655845;
    box-shadow: none;
  }
  .progress .progress-bar .mg-progress-bar-popup {
    /*font-family: "Playfair Display", serif;*/
   /* color: #1d1d1d;*/ color: #323232;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: -35px;
    right: 0;
  }
  .progress .progress-bar .mg-progress-bar-left {
    /*font-family: "Playfair Display", serif;*/
   /* color: #1d1d1d;*/ color: #323232;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: -35px;
    left: 0;
  }
  .progress .progress-bar.progress-bar-dark {
    background-color: #1d1d1d;
  }
  .progress .progress-bar.progress-bar-primary {
    background-color: #3b95e8;
  }
  .progress .progress-bar.progress-bar-success {
    background-color: #40c640;
  }
  .progress .progress-bar.progress-bar-info {
    background-color: #2ebfea;
  }
  .progress .progress-bar.progress-bar-warning {
    background-color: #f6a430;
  }
  .progress .progress-bar.progress-bar-danger {
    background-color: #f23a34;
  }
  .progress.progress-outline {
    height: 11px;
    box-shadow: none;
    border: 1px solid #eaedee;
    background-color: transparent;
    padding: 3px;
  }
  .table > thead > tr > th {
    background-color: #f8f9f9;
   /* color: #1d1d1d;*/ color: #323232;
  }
  .panel {
    border-radius: 1px;
    box-shadow: none;
    border-color: #eaedee;
  }
  .panel.panel-default .panel-heading {
    border-color: #eaedee;
    background-/*color: #fff;*/ color: #f9f8f4;
    padding: 0;
  }
  .panel.panel-default .panel-heading a {
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #c30000;
    outline-width: 0;
  }
  .panel.panel-default .panel-heading a:after {
    content: '';
    width: 21px;
    height: 1px;
    /*background-color: #c30000;*/ background-color: #655845;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .panel.panel-default .panel-heading a:before {
    content: '';
    width: 1px;
    height: 21px;
    /*background-color: #c30000;*/ background-color: #655845;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease 0.2s;
            transition: transform 0.5s ease 0.2s;
  }
  .panel.panel-default .panel-heading a.collapsed {
   /* color: #1d1d1d;*/ color: #323232;
  }
  .panel.panel-default .panel-heading a.collapsed:before {
    background-color: #1d1d1d;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .panel.panel-default .panel-heading a.collapsed:after {
    background-color: #1d1d1d;
  }
  .panel.panel-default .panel-heading .panel-title {
    font-size: 19px;
  }
  .panel.panel-default .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eaedee;
  }
  .mg-footer-widget {
    /*background-color: #1d1d1d; */
    padding: 70px 0 20px;
    color: #c0c8cb;
  }
  .mg-footer-widget .widget {
    margin-bottom: 50px;
  }
  .mg-footer-widget .widget:before,
  .mg-footer-widget .widget:after {
    content: " ";
    display: table;
  }
  .mg-footer-widget .widget:after {
    clear: both;
  }
  .mg-footer-widget a {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-footer-widget a:hover {
    /*color: #c30000;*/
    color: #655845;
  }
  .mg-footer-widget .form-control {
    height: auto;
    padding: 8px 12px;
    border-radius: 1px;
    border-/*color: #fff;*/ color: #f9f8f4;
    /*color: #fff;*/ color: #f9f8f4;
    background-color: transparent;
  }
  .mg-footer-widget .form-control::-webkit-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-footer-widget .form-control:-moz-placeholder {
    /* Firefox 18- */
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-footer-widget .form-control::-moz-placeholder {
    /* Firefox 19+ */
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-footer-widget .form-control:-ms-input-placeholder {
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-footer-widget .form-control:focus {
    /*color: #fff;*/ color: #f9f8f4;
    border-color: #c30000;
    box-shadow: none;
  }
  .mg-footer-widget .mg-instagram a {
    display: block;
    position: relative;
  }
  .mg-footer-widget .mg-instagram a:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: background-color 0.5s;
            transition: background-color 0.5s;
  }
  .mg-footer-widget .mg-instagram a:before {
    font-family: 'FontAwesome';
    content: '\f16d';
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    /*color: #fff;*/ color: #f9f8f4;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: opacity 0.5s, transform 0.5s;
  }
  .mg-footer-widget .mg-instagram a:hover:after {
    background-color: rgba(22, 38, 46, 0.7);
  }
  .mg-footer-widget .mg-instagram a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  .mg-footer-widget .mg-instagram a img {
    width: 100%;
  }
  .mg-footer-widget .mg-widget-title {
    /*color: #fff;*/ color: #f9f8f4;
    font-size: 20px;
    /*font-weight: 400;*/
    margin: 0 0 25px;
  }
  .mg-footer-widget .mg-widget-title:after {
    width: 50px;
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
  }
  .mg-footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-footer-social > li {
    display: inline-block;
    margin-right: 3px;
  }
  .mg-footer-social > li > a {
    display: block;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 40px;
    text-align: center;
    line-height: 40px;
    /*color: #fff;*/ color: #f9f8f4;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
  }
  .mg-footer-social > li > a:hover {
    /*/*background-color: #c30000;*/ background-color: #655845;*/
    background-color: #655845;
    /*color: #fff;*/ color: #f9f8f4;
  }
  .mg-instagram {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mg-instagram > li {
    float: left;
    width: 33.33333333%;
  }
  .mg-copyright {
    padding: 15px 0;
    color: #7a8a92;
    /*background-color: #191919; */
    font-size: 13px;
    text-align: right;
  }
  .mg-copyright a {
    color: #96a3a9;
  }
  .mg-copyright a:hover {
    /* color: #c30000;*/
    color: #655845;
    text-decoration: none;
  }
  .mg-copyright p {
    margin: 0;
  }
  .mg-footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
      text-align: left;
  }
  .mg-footer-nav > li {
    /*float: left;*/
    margin-right: 20px;
      display: inline-block;
  }
  .mg-light-footer .mg-footer-widget {
    background-color: #f7f7f7;
    color: #7a8a92;
  }
  .mg-light-footer .mg-widget-title {
   /* color: #1d1d1d;*/ color: #323232;
  }
  .mg-light-footer .mg-copyright {
    color: #7a8a92;
    background-color: #eaeaea;
  }
  .mg-light-footer .mg-footer-social > li > a {
    background-color: #1d1d1d;
  }
  .mg-light-footer .mg-footer-social > li > a:hover {
    /*background-color: #c30000;*/ background-color: #655845;
  }
.top-currency {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
}
.top-currency label {
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    padding-right: 10px;
    margin-bottom: 0;
}
.top-currency .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-currency .form-control {
    margin-bottom: 0;
    width: auto;
    font-size: 12px;
    padding: 3px;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 15px;
}
.top-currency .form-control + span {
    position: absolute;
    right: 3px;
    bottom: 7px;
    font-size: 0;
    color: #333;
    z-index: 99;
}
.top-currency .form-control + span::before {
    font-size: 10px;
}
.navbar-brand img {
    max-width: 240px;
}

.mg-features, .mg-best-rooms, .mg-news-gallery, .mg-footer, .mg-gallery-page, section.booking-section, .reservation-sections, .mg-team, .mg-about-features, body, .mg-page {
    background-image: url(../images/off-white-bg.png);
}
footer.mg-footer, .mg-about-testimonial {background: url(../images/blue-bg.jpg);}
/******* menu styles ****/
.menu-section {
    padding: 80px 0;
    background-color: #f9f8f4;
}
.menu-main-list {
    cursor: pointer;
}
.menu-main-icon img {
    max-width: 80px;
    margin: 0 auto;
    padding: 10px;
}
.menu-main-icon {
    margin-bottom: 15px;
}
.slick-current .menu-main-icon img {
    border: 1px solid #2d4980;
    border-radius: 50%;
}
.menu-main-list:hover .menu-main-icon img,
.menu-main-list:focus .menu-main-icon img {
    border: 1px solid #2d4980;
    border-radius: 50%;
}
.menu-slider-icon-title {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #0b274c;
}
.download-btn {
    background-color: #655845;
    color: #fff;
    font-size: 16px;
    padding: 14px 36px;
    text-transform: uppercase;
}
.download-menu {
    padding: 20px 0 40px;
}
.download-btn:hover,
.download-btn:focus {
    background-color: #0b274c;
    color: #fff;
}
.slider-menu-list .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-inner-box {
    color: #0b274c;
}
.menu-inner-box .table {
    font-weight: 700;
    font-size: 16px;
    border: none;
    margin-bottom: 0;
}
.slider-main-sub-title {
    text-align: center;
    text-transform: uppercase;
    color: #0b274c;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 15px;
}
.slider-main-menu-title {
    text-align: center;
    text-transform: uppercase;
    color: #0b274c;
    font-size: 4rem;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 15px;
}
.menu-inner-box .table > thead > tr > th,
.menu-inner-box .table > tbody > tr > th,
.menu-inner-box .table > tfoot > tr > th,
.menu-inner-box .table > thead > tr > td,
.menu-inner-box .table > tbody > tr > td,
.menu-inner-box .table > tfoot > tr > td {
    border-top: none;
}
.menu-inner-box .table > tbody > tr > td:first-child {
    text-align: left;
    position: relative;
    background-color: #fcfbf9;
}
.menu-inner-box .table > tbody > tr > td {
    text-align: center;
}
.menu-inner-name {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    color: #0b274c;
    margin: 0;
    background-color: #fbfaf6;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
.menu-price {
    position: relative;
    padding: 0 10px;
    font-weight: 400;
}
.menu-inner-box .table > tbody > tr > td:first-child:before {
    position: absolute;
    content: "";
    left: 10px;
    right: 0;
    top: 17px;
    width: 100%;
    border: 1px dashed #c8c8c8;
}
.slider-menu-list {
    margin-bottom: 70px;
}
.slider-menu-list:last-child {
    margin-bottom: 0;
}
.menu-inner-box {
    margin-bottom: 30px;
}
.menu-inner-box:last-child {
    margin-bottom: 0;
}
.slick-no-slide .slick-track {
    transform: none !important;
}
.room-thumb-img img {
    height: 75px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
}
.room-detail-img .slick-track {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.room-main-img.slick-slide {
    height: 320px;
}
.room-main-img img {
    /*width: 100%;
    height: 450px;*/
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    height: 100%;
}
.room-thumb-img img {
    opacity: 0.5;
}

.room-thumb-img.slick-current img {
    opacity: 1;
}

.room-thumb-img {
    margin: 10px;
}

.news-post {
    margin-right: 15px;
    margin-bottom: 50px;
    padding: 10px;
    border: 1px solid #ebebeb;
}
.news-post:hover {
    border-color: #d6d6d6;
}
.news-post .inner {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #8d8d8d;
}
.news-post h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.news-post,
.news-post h4 a {
    color: #323232;
}
.news-post h4 a:hover {
    /*	color: #c30000;*/ 
    color: #655845;
}
.news-post .post-meta {
    margin: 0 -30px 20px -30px;
    padding: 0 20px;
    border: solid #ebebeb;
    border-width: 1px 0;
}
.news-post .post-meta li {
    margin-left: 10px;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: bold;
}
.news-post .post-meta li+li {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}
.news-post .post-meta li .fa {
    margin-right: 5px;
}
.news-post .post-meta li,
.news-post .post-meta li a {
    color: #8d8d8d;
}
.news-post .post-meta li a:hover,
.news-post .post-meta li a:focus {
    /*	color: #c30000;*/ 
    color: #655845;
}
.news-post .btn {
    margin-top: 15px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: bold;
    /*background: #c30000;*/
    background: #655845;
    color: #fff;
}
.news-post .btn .fa {
    margin-left: 7px;
}
.news-post .btn-secondary:hover,
.news-post .btn-secondary:focus {
    background-color: #0E2A4F;
}
.news-post .quote {
    padding: 30px 30px 20px;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    line-height: 48px;
    background-color: #555;
    border: none;
}
.news-post .quote .fa {
    margin-right: 10px;
}
.news-post .quote cite {
    margin-top: 25px;
    padding-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #f9f9f9;
    text-align: right;
    border-top: 1px solid #f9f9f9;
}
.news-post-content blockquote {
    margin: 20px 0;
    padding: 0 20px;
    font-style: italic;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 22px;
    border-color: #79BC1F;
}
.side-heading1 {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #000;
    /*border-bottom: 1px solid #c30000;*/
    border-bottom: 1px solid #655845;
}

/* List Styles Starts */
.list-style-1 {
    margin-bottom: 30px;
}
.list-style-1 li {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #9b9b9b;
}
.list-style-1 li:last-of-type {
    border-bottom: none;
}
.list-style-1 li,
.list-style-1 li a {
    color: #323232;
    font-size: 18px;
}
.list-style-1 li a:hover,
.list-style-1 li a:focus {
    /*	color: #c30000;*/ 
    color: #655845;
}
.list-style-2 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.list-style-2 li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-style-2 li:before {
    content: "\f00c";
    margin-right: 10px;
}
.list-style-2 li,
.list-style-2 li a {
    color: #8d8d8d;
}
.list-style-2 li:before,
.list-style-2 li a:hover,
.list-style-2 li a:focus {
    /*	color: #c30000;*/ 
    color: #655845;
}
.list-style-3 {
    margin-top: 20px;
    margin-bottom: 0;
}
.list-style-3 li {
    position: relative;
    padding-top: 5px;
}
.list-style-3 li:before {
    content: "\f0a9";
    margin-right: 10px;
}
.list-style-3 li,
.list-style-3 li:before,
.list-style-3 li a {
    color: #79BC1F;
}
.list-style-3 li:hover:before,
.list-style-3 li a:hover,
.list-style-3 li a:focus {
    color: #323232;
}
.list-tags {
    margin-bottom: 15px;
}
.list-tags li {
    margin: 5px;
    padding: 6px 12px 4px;
    border: 1px solid #d5d5d5;
}
.list-tags li:hover,
.list-tags li:focus {
    background-color: #655845;
    border-color: #655845;
}
.list-tags li a {
    color: #656565;
}
.list-tags li:hover a,
.list-tags li:hover i,
.list-tags li:focus a {
    color: #fff;
}
.blog-title a {
    color: #000;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #655845;
    border-color: #655845;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #B73349;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #FFD4D4;
}

 @media (min-width:768px){
    .navigation-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }        
  .header .navbar-collapse.collapse {
    vertical-align: top;
    display: inline-block !important;
  }
     .mg-gallery-page, .mg-page {
        padding: 35px 0 60px;
      }
    .mg-about-features {
        padding: 70px 0;
      }
    .mg-sec-title {
     margin-bottom: 40px;   
    }
    .mg-sec-title h2, .mg-sec-left-title, .mg-widget-title {
        font-size: 30px;
    }
    .mg-sec-title p {
        margin-bottom: 20px;   
    }
    .video-section video {
        max-height: 600px;
    }
}
@media (min-width:992px){
    .mg-page-title {
        padding-top: 98px;
    }
    .room-main-img.slick-slide {
        height: 470px;
    }
    .room-thumb-img img {
        height: 170px;
    }
}
@media (min-width:1200px){    
      .parallax {
        background-attachment: fixed !important;
      }
    .mg-gallery-page, .mg-page {
        padding: 70px 0 100px;
      }
    .room-main-img.slick-slide {
        height: 560px;
    }
    .video-section video {
        max-height: inherit;
    }
}
@media (min-width:1380px){
    
}
  @media (max-width: 1199px) {
    .carousel-caption > h2 {
      font-size: 55px;
    }
    .carousel-caption > p {
      font-size: 20px;
    }
    .mg-room figcaption h2 {
      -webkit-transform: translate(0, 90px);
          -ms-transform: translate(0, 90px);
              transform: translate(0, 90px);
    }
    .mg-room figcaption .mg-room-rating {
      -webkit-transform: translate(0, 90px);
          -ms-transform: translate(0, 90px);
              transform: translate(0, 90px);
    }
    .mg-room figcaption .mg-room-price {
      -webkit-transform: translate(0, 90px);
          -ms-transform: translate(0, 90px);
              transform: translate(0, 90px);
    }
    .mg-room figcaption .btn-link {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px);
    }
    .mg-room figcaption p {
      margin-bottom: 5px;
      font-size: 13px;
      line-height: 20px;
    }
    .mg-room figcaption p,
    .mg-room figcaption ul {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px);
    }
    .mg-room.mg-room-col-2 figcaption h2 {
      font-size: 25px;
      -webkit-transform: translate(0, 180px);
          -ms-transform: translate(0, 180px);
              transform: translate(0, 180px);
    }
    .mg-room.mg-room-col-2 figcaption .mg-room-rating {
      -webkit-transform: translate(0, 180px);
          -ms-transform: translate(0, 180px);
              transform: translate(0, 180px);
    }
    .mg-room.mg-room-col-2 figcaption .mg-room-price {
      -webkit-transform: translate(0, 180px);
          -ms-transform: translate(0, 180px);
              transform: translate(0, 180px);
    }
    .mg-room.mg-room-col-2 figcaption p {
      display: none;
    }
    .mg-room.mg-room-col-2:hover figcaption {
      background-color: rgba(0, 0, 0, 0.2);
    }
    .mg-room.mg-room-col-2:hover figcaption p,
    .mg-room.mg-room-col-2:hover figcaption ul,
    .mg-room.mg-room-col-2:hover figcaption .btn {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-2:hover figcaption .btn {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
    }
    .mg-room.mg-room-col-2:hover figcaption .btn.btn-link {
      -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
              transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
    }
    .mg-room.mg-room-col-2:hover figcaption p,
    .mg-room.mg-room-col-2:hover figcaption ul {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
    }
    .mg-room.mg-room-col-2:hover figcaption h2,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-rating,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-2:hover figcaption h2,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-rating {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
    }
    .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
    }
    .mg-room.mg-room-col-4 figcaption h2 {
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room.mg-room-col-4 figcaption .mg-room-rating {
      display: none;
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room.mg-room-col-4 figcaption .mg-room-price {
      font-size: 20px;
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room.mg-room-col-4 figcaption .btn-link {
      margin-top: 0;
    }
    .mg-room.mg-room-col-4 figcaption .btn.btn-main {
      display: none;
      margin-top: 20px;
    }
    .mg-room.mg-room-col-4:hover figcaption {
      background-color: rgba(0, 0, 0, 0.2);
    }
    .mg-room.mg-room-col-4:hover figcaption p,
    .mg-room.mg-room-col-4:hover figcaption ul,
    .mg-room.mg-room-col-4:hover figcaption .btn {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-4:hover figcaption .btn {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
    }
    .mg-room.mg-room-col-4:hover figcaption .btn.btn-link {
      -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
              transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
    }
    .mg-room.mg-room-col-4:hover figcaption p,
    .mg-room.mg-room-col-4:hover figcaption ul {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
    }
    .mg-room.mg-room-col-4:hover figcaption h2,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-rating,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-4:hover figcaption h2,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-rating {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
    }
    .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
    }
    .mg-book-now .mg-bn-title {
      font-size: 25px;
    }
    .mg-book-now .mg-bn-title .mg-bn-big {
      font-size: 14px;
    }
    .mg-404-error-txt {
      padding: 0px 140px;
    }
    .mg-available-rooms .mg-avl-room-title span {font-size: 20px;float: none;line-height: 1.4;}
    .mg-available-rooms .mg-avl-room-title {display: flex;align-items: center;justify-content: space-between;}
  }
  @media (max-width: 991px) {
    .carousel-caption > h2 {
      font-size: 45px;
    }
    .carousel-caption > p {
      font-size: 20px;
    }
    .navbar-nav > li > a {
      padding: 28px 9px 27px;
    }
    .navbar-brand img {
      height: 55px;
    }
    .mg-search-box-cont {
      margin: 15px 20px;
    }
    .mg-search-box {
      bottom: -73px;
    }
    .mg-room figcaption h2 {
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room figcaption .mg-room-rating {
      display: none;
      -webkit-transform: translate(0, 90px);
          -ms-transform: translate(0, 90px);
              transform: translate(0, 90px);
    }
    .mg-room figcaption .mg-room-price {
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room figcaption .btn-link {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px);
    }
    .mg-room figcaption .btn-main {
/*      display: none;*/
    }
    .mg-room figcaption p {
/*      display: none;*/
    }
    .mg-room figcaption p,
    .mg-room figcaption ul {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px);
    }
    .mg-room.mg-room-col-2 figcaption h2 {
      font-size: 25px;
      -webkit-transform: translate(0, 120px);
          -ms-transform: translate(0, 120px);
              transform: translate(0, 120px);
    }
    .mg-room.mg-room-col-2 figcaption .mg-room-rating {
      display: block;
      -webkit-transform: translate(0, 120px);
          -ms-transform: translate(0, 120px);
              transform: translate(0, 120px);
    }
    .mg-room.mg-room-col-2 figcaption .mg-room-price {
      -webkit-transform: translate(0, 120px);
          -ms-transform: translate(0, 120px);
              transform: translate(0, 120px);
    }
    .mg-room.mg-room-col-2 figcaption .btn-main {
      display: inline-block;
    }
    .mg-room.mg-room-col-2 figcaption ul {
      display: none;
    }
    .mg-room.mg-room-col-2 figcaption p {
      display: block;
    }
    .mg-room.mg-room-col-2:hover figcaption {
      background-color: rgba(0, 0, 0, 0.2);
    }
    .mg-room.mg-room-col-2:hover figcaption p,
    .mg-room.mg-room-col-2:hover figcaption ul,
    .mg-room.mg-room-col-2:hover figcaption .btn {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-2:hover figcaption .btn {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
    }
    .mg-room.mg-room-col-2:hover figcaption .btn.btn-link {
      -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
              transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
    }
    .mg-room.mg-room-col-2:hover figcaption p,
    .mg-room.mg-room-col-2:hover figcaption ul {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
    }
    .mg-room.mg-room-col-2:hover figcaption h2,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-rating,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-2:hover figcaption h2,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-rating {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
    }
    .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
    }
    .mg-room.mg-room-col-4 figcaption h2 {
      -webkit-transform: translate(0, 120px);
          -ms-transform: translate(0, 120px);
              transform: translate(0, 120px);
    }
    .mg-room.mg-room-col-4 figcaption .mg-room-rating {
      display: block;
      -webkit-transform: translate(0, 120px);
          -ms-transform: translate(0, 120px);
              transform: translate(0, 120px);
    }
    .mg-room.mg-room-col-4 figcaption .mg-room-price {
      font-size: 20px;
      -webkit-transform: translate(0, 120px);
          -ms-transform: translate(0, 120px);
              transform: translate(0, 120px);
    }
    .mg-room.mg-room-col-4 figcaption .btn-link {
      margin-top: 60px;
    }
    .mg-room.mg-room-col-4 figcaption .btn.btn-main {
      display: inline-block;
      margin-top: 60px;
    }
    .mg-room.mg-room-col-4:hover figcaption {
      background-color: rgba(0, 0, 0, 0.2);
    }
    .mg-room.mg-room-col-4:hover figcaption p,
    .mg-room.mg-room-col-4:hover figcaption ul,
    .mg-room.mg-room-col-4:hover figcaption .btn {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-4:hover figcaption .btn {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
    }
    .mg-room.mg-room-col-4:hover figcaption .btn.btn-link {
      -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
              transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
    }
    .mg-room.mg-room-col-4:hover figcaption p,
    .mg-room.mg-room-col-4:hover figcaption ul {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
    }
    .mg-room.mg-room-col-4:hover figcaption h2,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-rating,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-4:hover figcaption h2,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-rating {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
    }
    .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
    }
    .mg-404-error-txt {
      padding: 0px 40px;
    }
    .mg-about-testimonial .mg-testimonial-slider blockquote {
      padding: 35px 80px 0px;
    }
    .mg-team-member .mg-team-info p {
      display: none;
    }
    .mg-book-now .mg-bn-forms .col-md-3,
    .mg-book-now .mg-bn-forms .col-md-6 {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px;
    }
    .mg-book-now .mg-bn-forms > form > .row:first-child .row {
      margin-right: -15px;
      margin-left: -15px;
      margin-bottom: 30px;
    }
    .mg-book-now .mg-bn-title {
      text-align: center;
      box-shadow: none;
      position: relative;
    }
    .mg-book-now .mg-bn-title:after {
      content: '';
      width: 100px;
      height: 3px;
      /*background-color: #c30000;*/ background-color: #655845;
      position: absolute;
      bottom: 5px;
      left: 50%;
      margin-left: -50px;
    }
    .mg-instagram > li {
      width: 25%;
    }
  }
  @media (min-width:768px) and (max-width: 991px) {
      .container {
        width: 760px;
      }
      .navbar-inverse .navbar-nav > li > a {
            padding: 35px 9px 15px;
            font-size: 12px;
        }
  }
   
  @media only screen and (max-width: 767.5px) {
    .container {
      /*width: 480px;*/
    }
    .carousel-caption > h2 {
      font-size: 35px;
        margin-bottom: 0;
    }
    .carousel-caption > p {
      font-size: 16px;
        margin-bottom: 0;
    }
    .header .container {
      position: relative;
    }
    .header .navbar-collapse {
      background-color: rgba(22, 38, 46, 0.95);
      background-color: #ffffff;
      position: absolute;
      top: 100%;
      right: -15px;
        left: -15px;
      min-width: 300px;
      max-height: 320px;
      padding: 0;
      text-align: left;
        border: 0;
    }
    .header .navbar-collapse .navbar-nav {
      margin: 0;
    }
      .navbar-inverse .navbar-nav >li.dropdown.open > ul, .navbar-inverse .navbar-nav >li.dropdown:hover > ul {
        visibility: visible;
        top: 100%;
        opacity: 1;
        position: static;
        float: none;
        width: auto;
          display: block;
      }
    .navbar-nav .open .dropdown-menu > .active > a {
      color: #fff !important;
      background-color: #c30000 !important;
    }
      .navbar-nav li > a {
          display: inline-block;
      }
    .navbar-nav > li {
        padding: 15px 20px !important;
      }
    .navbar-nav > li > a {
      padding: 0 !important;
    }
    .navbar-nav > li > a:hover {
      /*color: #fff !important;
      background-color: #c30000 !important;*/
    }
    .dropdown > ul {
      display: none;
      padding-left: 20px !important;
      background-color: rgba(0, 0, 0, 0.1) !important;
    }
    .dropdown > ul a {
      -webkit-transition: color 0.5s;
              transition: color 0.5s;
        color: #323232 !important;
        padding: 12px 10px !important;
    }
    .dropdown > ul a:hover {
      color: #c30000 !important;
        background: none !important;
    }
    .navbar-inverse .navbar-nav > li.active > a {
      box-shadow: none;
      color: #fff !important;
      background-color: #c30000 !important;
    }
    .header .navbar-collapse.collapse {
      display: none !important;
    }
    .header .navbar-collapse.collapse.in {
      display: block !important;
    }
    .mg-search-box-cont {
      position: absolute;
      top: 0px;
      right: 0px;
    }
      .top-currency {
          right: 70px;
      }
      .top-currency .form-group {
          margin: 0;
          display: block;
          text-align: center;
      }
      .mg-part-logos {
          text-align: center;
      }
    .mg-room figcaption h2 {
      -webkit-transform: translate(0, 170px);
          -ms-transform: translate(0, 170px);
              transform: translate(0, 170px);
    }
    .mg-room figcaption .mg-room-rating {
      display: block;
      -webkit-transform: translate(0, 170px);
          -ms-transform: translate(0, 170px);
              transform: translate(0, 170px);
    }
    .mg-room figcaption .mg-room-price {
      -webkit-transform: translate(0, 170px);
          -ms-transform: translate(0, 170px);
              transform: translate(0, 170px);
    }
    .mg-room figcaption .btn-link {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px);
    }
    .mg-room figcaption .btn-main {
      display: inline-block;
    }
    .mg-room figcaption p {
      display: block;
      margin-bottom: 10px;
      font-size: inherit;
      line-height: inherit;
    }
    .mg-room figcaption p,
    .mg-room figcaption ul {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px);
    }
    .mg-room.mg-room-col-2 figcaption h2 {
      font-size: 25px;
      -webkit-transform: translate(0, 175px);
          -ms-transform: translate(0, 175px);
              transform: translate(0, 175px);
    }
    .mg-room.mg-room-col-2 figcaption .mg-room-rating {
      display: block;
      -webkit-transform: translate(0, 175px);
          -ms-transform: translate(0, 175px);
              transform: translate(0, 175px);
    }
    .mg-room.mg-room-col-2 figcaption .mg-room-price {
      -webkit-transform: translate(0, 175px);
          -ms-transform: translate(0, 175px);
              transform: translate(0, 175px);
    }
    .mg-room.mg-room-col-2 figcaption .btn-main {
      display: inline-block;
    }
    .mg-room.mg-room-col-2 figcaption ul {
      display: none;
    }
    .mg-room.mg-room-col-2 figcaption p {
      display: block;
    }
    .mg-room.mg-room-col-2:hover figcaption {
      background-color: rgba(0, 0, 0, 0.2);
    }
    .mg-room.mg-room-col-2:hover figcaption p,
    .mg-room.mg-room-col-2:hover figcaption ul,
    .mg-room.mg-room-col-2:hover figcaption .btn {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-2:hover figcaption .btn {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
    }
    .mg-room.mg-room-col-2:hover figcaption .btn.btn-link {
      -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
              transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
    }
    .mg-room.mg-room-col-2:hover figcaption p,
    .mg-room.mg-room-col-2:hover figcaption ul {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
    }
    .mg-room.mg-room-col-2:hover figcaption h2,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-rating,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-2:hover figcaption h2,
    .mg-room.mg-room-col-2:hover figcaption .mg-room-rating {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
    }
    .mg-room.mg-room-col-2:hover figcaption .mg-room-price {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
    }
    .mg-room.mg-room-col-4 figcaption h2 {
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room.mg-room-col-4 figcaption .mg-room-rating {
      display: none;
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room.mg-room-col-4 figcaption .mg-room-price {
      font-size: 20px;
      -webkit-transform: translate(0, 50px);
          -ms-transform: translate(0, 50px);
              transform: translate(0, 50px);
    }
    .mg-room.mg-room-col-4 figcaption .btn-link {
      margin-top: 0;
    }
    .mg-room.mg-room-col-4 figcaption .btn.btn-main {
      display: none;
      margin-top: 60px;
    }
    .mg-room.mg-room-col-4:hover figcaption {
      background-color: rgba(0, 0, 0, 0.2);
    }
    .mg-room.mg-room-col-4:hover figcaption p,
    .mg-room.mg-room-col-4:hover figcaption ul,
    .mg-room.mg-room-col-4:hover figcaption .btn {
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-4:hover figcaption .btn {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s;
    }
    .mg-room.mg-room-col-4:hover figcaption .btn.btn-link {
      -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
              transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
    }
    .mg-room.mg-room-col-4:hover figcaption p,
    .mg-room.mg-room-col-4:hover figcaption ul {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
    }
    .mg-room.mg-room-col-4:hover figcaption h2,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-rating,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .mg-room.mg-room-col-4:hover figcaption h2,
    .mg-room.mg-room-col-4:hover figcaption .mg-room-rating {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s;
    }
    .mg-room.mg-room-col-4:hover figcaption .mg-room-price {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
    }
    .mg-404-error-txt {
      padding: 0px;
    }
    .mg-404-badg {
      width: 190px;
      margin-bottom: 20px;
      float: none !important;
    }
    .mg-about-testimonial .mg-testimonial-slider blockquote {
      padding: 15px 0 0px;
        margin-bottom: 0;
    }
    .mg-team-member .mg-team-info p {
      display: block;
    }
    .mg-booking-form .nav-tabs > li > a span.mg-bs-bar {
      margin-top: -15px;
    }
    .mg-booking-form .nav-tabs > li {
      font-size: 13px;
    }
    .mg-booking-form .nav-tabs > li > a {
      padding-right: 5px;
      padding-left: 5px;
    }
    .mg-available-rooms img {
      margin-bottom: 20px;
    }
    .mg-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
      width: 45px;
      line-height: 39px;
    }
    .mg-instagram > li {
      width: 20%;
    }
      .mg-book-now .mg-sec-title {
          max-width: 350px;
          margin: 0 auto;
      }
      .mg-page-title h2 {
          font-size: 32px;
          margin-bottom: 25px;
      }
      .mg-page-title p {
          margin-bottom: 0;
      }
      .menu_thumb .slick-arrow {
            top: calc(50% - 25px);
          z-index: 9;
        }
      .menu_thumb .slick-arrow:before {
            color: #0b274c;
            content: "";
            width: 30px;
            height: 30px;
            display: inline-block;
            border-left: 3px solid;
            border-top: 3px solid;
            transform: rotate(-45deg);
        }
      .menu_thumb .slick-prev {
            left: 25px;
        }
      .menu_thumb .slick-next {
            right: 25px;
        }
      .menu_thumb .slick-next:before {
            transform: rotate(135deg);
        }
      .menu-main-icon img {
          max-width: 128px;
      }
      .menu-slider-icon-title {
          font-size: 18px;
      }
      .slider-menu-list {
            margin-bottom: 20px;
        }
      .slider-main-menu-title {
          font-size: 30px;
      }
      .slider-main-sub-title {
          font-size: 22px;
      }
      .menu-inner-box .table > tbody > tr > td:last-child {
            width: 50px;
        }
      .menu-price {padding-right: 0;}
  }
  @media (max-width: 662px) {
    .header.transp + .carousel .carousel-caption {
      margin-bottom: 0;
    }
    .carousel-caption > h2 {
      font-size: 25px;
    }
    .carousel-caption > p {
      font-size: 14px;
      line-height: 23px;
    }
    .carousel-caption > img {
      width: 100px;
    }
    .header.transp + .carousel .carousel-control {
      margin-top: -60px !important;
    }
    .header.transp {
      /*position: relative;
      top: 0;
      z-index: 999;*/
    }
    .header.transp .navbar-inverse,
    .header.transp .mg-search-box {
      background-color: #1d1d1d;
      background-color: rgb(255 255 255 / 80%);
    }
    .header.transp .navbar-default {
      background-color: rgba(255, 255, 255, 0.3);
    }
    .header.transp + .mg-page-title {
      padding-top: 70px;
    }
  }
  @media (max-width: 480px) {
    .container {
      width: 100%;
    }
    .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input {
      max-width: 150px;
    }
  }
  /*
   * Boxed Mode Responsive 
   */
  @media (max-width: 1199px) {
    .mg-boxed {
      width: 992px;
    }
    .mg-boxed .header {
      max-width: 992px;
    }
    .mg-boxed .carousel-caption > h2 {
      font-size: 50px;
    }
    .mg-boxed .carousel-caption > p {
      font-size: 18px;
      line-height: 28px;
    }
  }
  @media (max-width: 991px) {
    .mg-boxed {
      width: 767px;
    }
    .mg-boxed .header {
      max-width: 767px;
    }
    .mg-boxed .carousel-caption > h2 {
      font-size: 35px;
    }
    .mg-boxed .carousel-caption > p {
      font-size: 15px;
      line-height: 25px;
    }
    .mg-boxed .carousel-caption > img {
      width: 120px;
    }
      .mg-available-rooms .mg-avl-room {padding-bottom: 35px;}
  }
  @media (max-width: 767px) {
    .mg-boxed {
      width: 500px;
    }
    .mg-boxed .header {
      max-width: 500px;
    }
    .mg-boxed .carousel-caption > h2 {
      font-size: 25px;
    }
    .mg-boxed .carousel-caption > p {
      font-size: 13px;
      line-height: 23px;
    }
    .mg-boxed .carousel-caption > img {
      width: 90px;
    }
    .mg-boxed .header.transp + .carousel .carousel-caption {
      margin-bottom: 0;
    }
    .mg-boxed .header.transp + .carousel .carousel-control {
      margin-top: -60px !important;
    }
    .mg-boxed .header.transp {
      position: relative;
      top: 0;
      z-index: 999;
    }
    .mg-boxed .header.transp .navbar-inverse,
    .mg-boxed .header.transp .mg-search-box {
      background-color: #1d1d1d;
      background-color: rgb(255 255 255 / 80%);
    }
    .mg-boxed .header.transp .navbar-default {
      background-color: rgba(255, 255, 255, 0.3);
    }
    .mg-boxed .header.transp + .mg-page-title {
      padding-top: 70px;
    }
    .mg-copyright {text-align: left;display: block;}
  }
  @media (max-width: 500px) {
    .mg-boxed {
      width: 100%;
    }
    .mg-boxed .header {
      max-width: 100%;
    }
  }
  
  .mg-book-now h2 {
    /*color: #fff;*/ color: #f9f8f4;  
  }
  
  .mg-book-now .mg-sec-title { margin-bottom: inherit; }
  
  .mg-book-now .mg-sec-title:after {
    content: none;
    background-color: inherit; 
  }
  
  .mg-book-now p {
    color: #c4c4c4;  
  }
  
  /*.mg-book-now p,.mg-book-now h2 { font-size: 26.5px; }*/
  
  
  /*********************** MARCH 02 2016 ************************/
  .store_information{}
  
  /********************** NOV 08 2017 **************************/
  
  .rooms-frame{ }
  .rooms-frame h2{ margin-top: 0; }
  .rooms-frame ul{ padding: 0; list-style-type: none; } 
  .rooms-frame img{ width: 100%; }
  .rooms-frame .middle-rooms ul{ border:solid 5px #070606; }
  .rooms-frame .middle-rooms ul li , .rooms-frame .right-rooms ul li{ border-bottom: solid 5px #070606; }
  .rooms-frame .middle-rooms ul li:last-child , .rooms-frame .right-rooms ul li:last-child{ border-bottom: none; }
  .rooms-frame .right-rooms ul{ border-left:solid 5px #070606; }
  .rooms-frame .right-rooms a{ position: relative; z-index: 10; display: block; }
  .rooms-frame .right-rooms a h3{ text-transform: uppercase; color: #ffffff;text-align: center;}
  .right-rooms { position: relative; padding: 0; }
  .black-overlay{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height:10%;
    z-index: 10;
    float: left;
    background: -webkit-linear-gradient(rgba(0,0,0,.0001), black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,.0001), black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,.0001), black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,.0001), black); /* Standard syntax */
  }
  .room-rates-frame
  {
    background-color: #161d22;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
  }
  .room-rates-frame h4{ color: #ffffff; margin: 10px 0; text-align: center; font-size: 30px;}
  .room-rates-frame ul
  {
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  .room-rates-frame ul li{ font-size: 20px;display: block;margin-bottom: 15px; }
  .room-rates-frame ul li ul li{ list-style-type: disc; display:inline-block;margin: 0;}
  .room-rates-frame ul li span{ color: #f3e000; font-size: 15px; }
  hr.dotted-line{ border:dotted 1px #ffffff; margin: 10px 0;}
  form#subscribe button {
    /* color: #000; */
      color: #fff;
      background-color: #655845;
}
  /************************/
  /************************/
  /*** COOKIE STYLE *******/
  /************************/
  /************************/
:root {
	--background: #000;
	--white-text: #fff;
	--hover-text: #222;
	--button-background: #fff;
	--button-background-hover: #000;
	--button-text: #007af7;
    --red-text:#c30000;
	
}
.cookie-section{
/*   background: var(--background); */
    width: 100%;
	left: 0;
	right: 0;
    position: fixed;
	bottom:15px;
    z-index: 100;
}
.cookie-container {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 2rem 2rem;
	background: var(--background);
	color: var(--white-text);
	font-size: 1rem;
	gap: 8rem;
	opacity: 1;
	visibility: visible;
	/* flex-wrap: wrap; */
	margin: 0 auto;
	max-width: 60%;
	width: 100%;
	border-radius: 5px;
}

.cookie-container.hide {
	opacity: 0;
	visibility: hidden;
}

.cookie-container a {
	color: var(--white-color);
}

.cookie-container a:hover {
	color: var(--hover-text);
}

.cookie-container .cookie-text {
	/* flex: 8 768px; */
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
}
.cookie-container .cookie-text a{
    text-decoration: underline !important;
}

.cookie-container .agree {
	/* flex: 1 150px; */
	text-align: center;
}

.agree button {
	background: transparent;
	color: var(--white-color);
	border: none;
	padding: 1rem 1.2rem;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1.5rem;
	border: 1px solid var(--white-text);
	text-transform: uppercase;
	/*font-weight: 600;*/
	min-width: 180px;
}

.agree button:hover {
/*	background: var(--button-background-hover);*/
    border: 2px solid var(--white-text);
    color: var(--white-text);
}

@media (min-width:992px) and (max-width:1199px){
    .cookie-container {
        max-width: 80%;
    }
    .navbar-nav > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }
} 
@media (max-width:991px){
    .cookie-container {
        max-width: 100%;
    
    }
    .cookie-section{
        bottom: 0;
    }
    .mg-room figcaption{
        top: 0px;
    }
    .container>.navbar-header {
        padding: 0px 10px;
    }
}
@media (max-width:767px){
    .cookie-container{
        display: block;
    }
    .cookie-container .agree {text-align: left; margin-top: 20px;}
    
    .navigation-wrapper {display: block !important;}
}
  /************************/
  /************************/

@media screen and (max-width: 767px) {
    .table-inner-row .table-responsive {
        border: none;
    }
}
.remove-coupon {
    color: #fff;
    background-color: #655845;
    display: inline-block;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    text-transform: capitalize;
}

.remove-coupon:hover, .remove-coupon:focus {
    background-color: #483f31;
    color: #fff;
}
.btn-gold {
    border-radius: 3px;
}
/******* menu styles ****/