﻿/*! (Sept - Site Template) 2015-10-10 */
body {
  font-size: 14px;
    color: #4b565b;
    font-family: 'harmonia',Arial,Helvetica,sans-serif;
}
sub,
sup {
  font-size: 60%;
}
a {
  text-decoration: none !important;
  -webkit-transition: color 0.4s;
          transition: color 0.4s;
}
a:hover,
a:active,
a:focus {
  color: rgba(228, 82, 76, 1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  
  color: #393F6F;
}
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;
}
a{color: rgba(38, 66, 81, 1);}
blockquote {  
  font-style: italic;
  border-left-width: 0;
  text-align: center;
  color: rgba(70, 49, 27, 0.6);
}

blockquote p:before{	
	content:url('../images/blockquote.png');
	margin-right: 12px;
}

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: #DF322B;
}
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: #DF322B;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  content: '\f111';
  margin: 5px 0 0 -1px;
  color: #DF322B;
  font: 400 8px/1 'FontAwesome';
}
.list-group-item:last-child, .shadow {
    background: #fff;
	border: none;
    -webkit-box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 18px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 24px -10px rgba(0,0,0,0.5);
	
}
.list-group-item p{
    height: 40px;
	font-weight:bolder;
}
.list-group-item a{
	color:#DF322B;
}
.list-group img{
	width: 100%;
}
.price{font-size:24px; color:#DF322B;}
.product{position: relative;}
.discount-percent{
	position: absolute;
    top: -35px;
    right: 10px;
    font-size: larger;
}
.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: #393F6F;
  color: #fff;  
  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;
}
.link_url_abs {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    width: 100%;
    padding: 15px;
    height: 55px;
}
.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: #DF322B;
}
.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-size: 23px;
  line-height: 33px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.mg-404-error-txt .mg-404-txt-search p {
  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;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-ms-input-placeholder {
  color: #fff;
}
.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: 5px;
    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: #DF322B;
  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(../images/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;
}
.parallax {
  background-attachment: fixed !important;
}
.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: #393F6F;
}
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';
}

.tmp-title {
    border-bottom: 4px solid black;
    margin: 0 0 4px 0;
	padding-bottom: 3px;
}

.tmp-title .fl {
    display: inline-block;
    text-transform: uppercase;
}

.tmp-title span {
    padding: 6px 10px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: black;
    color: white;
}
.tmp-title span:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 0;
    border-left: black 10px solid;
    border-top: transparent 16px solid;
    border-bottom: transparent 16px solid;
    border-right: none;
    z-index: -1;
}
.tmp-title a{color:white}
.pager {
    margin:0 !important;
}
.btn {
  border-radius: 1px;
  font-weight: 600;
  border-width: 0;
  -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;
  background-color: rgba(38, 66, 81, .5);
  border-color: rgba(38, 66, 81, .5);
}
.btn-dark:hover {
  background-color: rgba(38, 66, 81, 1);
  border-color: rgba(38, 66, 81, 1);
  color: #fff;
}
.btn-main {
  color: #FFF;
}
.btn-main:hover {
  background-color: rgba(38, 66, 81, 1);
  border-color: rgba(38, 66, 81, 1);
  color: #fff;
}
.btn-dark-main {
  color: #FFF;
  background-color: #393F6F;
  border-color: #393F6F;
}
.btn-dark-main:hover {
  background-color: #DF322B;
  border-color: #DF322B;
  color: #fff;
}
.btn-primary {
  color: #FFF;
  background-color: #3b95e8;
  border-color: #3b95e8;
}
.btn-primary:hover {
  background-color: #69aeed;
  border-color: #69aeed;
  color: #fff;
}
.btn-success {
  color: #FFF;
  background-color: #40c640;
  border-color: #40c640;
}
.btn-success:hover {
  background-color: #393F6F;
  border-color: #393F6F;
  color: #fff;
}
.btn-warning {
  color: #FFF;
  background-color: #f6a430;
  border-color: #f6a430;
}
.btn-warning:hover {
  background-color: #f8b961;
  border-color: #f8b961;
  color: #fff;
}
.btn-info {
  color: #FFF;
  background-color: #2ebfea;
  border-color: #2ebfea;
}
.btn-info:hover {
  background-color: #5ccdef;
  border-color: #5ccdef;
  color: #fff;
}
.btn-danger {
  color: #FFF;
  background-color: #f23a34;
  border-color: #f23a34;
}
.btn-danger:hover {
  background-color: #f56964;
  border-color: #f56964;
  color: #fff;
}
.btn-link {
  color: #DF322B;
}
.header {
  width: 100%;
}
.header.transp {
  position: absolute;
  top: 0;
  z-index: 999;
}
.header.transp .navbar-inverse,
.header.transp .mg-search-box {
  background-color: rgba(255,255,255,.8);
}
.header.transp .navbar-default {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .navbar-default,
.header .navbar-inverse {
  text-align: right;background-color: black;
}

.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(255, 255, 255, 0.5)
}

.header.sticky-on .navbar-inverse .navbar-nav > li > a{
  padding-top: 18px;
  padding-bottom: 18px;
  color: #9d9d9d;
}
.header.sticky-on .navbar-brand > img {
  height: 60px;
}
.header.sticky-on.center-content .navbar-header .navbar-brand {
  display: none;
}
.header.sticky-on .mg-search-box-cont {
      margin: 3px 0px 3px 25px;
}
.header.sticky-on .mg-search-box {
  bottom: -71px;
}

.navbar-brand img {
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
}

.navbar-toggle {
  border-radius: 1px;
  border-color: #DF322B !important;
  background-color: #DF322B !important;
}

.mg-search-box-cont {
  margin: 0px 14px;
  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: #DF322B;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: -14px;
}
.mg-search-box-trigger {
  padding: 14px 0;
  text-align: center;
  width: 43px;
  cursor: pointer;
  display: block;
  
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.mg-search-box-trigger {
  color:#c0c8cb;
}
.mg-search-box-trigger.mg-sb-active {
  color: #DF322B;
}
.mg-search-box {
  z-index: 1;
  min-width: 300px;
  position: absolute;
  bottom: -62px;
  right: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -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: black;
  border-color: black;
  color: #fff;
  border-right-width: 0;
}
.mg-search-box input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input:-ms-input-placeholder {
  color: #fff;
  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 {
  position: relative;
  padding-top: 15px;
  background-image: url(../user-upload/imgs/page-title.jpg);
  color: #fff;
}
.carousel-inner .item:before, .mg-page-title:before {
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top:0;
    display: block;
    content: '';
}
.mg-page-title .mg-page{
  background-color: transparent;
}
.mg-page-title h1{
  color: #fff;
  text-shadow: black 1px 1px 2px, blue 0px 0px 1em, darkblue 0px 0px 0.2em;
  position: relative;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 30px;
}
.mg-page-title h2:after {
  content: '';
  width: 110px;
  height: 3px;
  background-color: #DF322B;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -55px;
}
.header.transp + .mg-page-title {
  padding-top: 240px;
}
.header.transp.center-content + .mg-page-title {
  padding-top: 235px;
}
.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-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 > 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);
}

.header.transp + .carousel .carousel-caption {
  margin-bottom: -40px;
}
.header.transp.center-content + .carousel .carousel-caption {
  margin-bottom: -60px;
}
.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-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 {
  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: rgba(0, 0, 0, 0.6);
  padding:5px 0;
}
@media (min-width:1000px){
	.mg-book-now {position: absolute;bottom: 0;width: 100%;}
}
.mg-book-now .mg-bn-title {
  color: #fff;
  font-size: 30px;
  line-height: 43px;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  box-shadow: 3px 0 #DF322B;
}
.mg-book-now .mg-bn-title .mg-bn-big {
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}
.mg-book-now .focus .form-control {
  color: #fff !important;
  border-color: #DF322B !important;
  box-shadow: none !important;
}
.mg-book-now .focus .input-group-addon {
  border-color: #DF322B !important;
  color: #fff !important;
  background-color: #DF322B !important;
}
.mg-book-now .mg-bn-forms {
  padding: 24px 0px;
}
.mg-book-now .mg-bn-forms .input-group-addon {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  -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: #fff;
  box-shadow: none;
  background-color:rgba(70, 49, 27, 0.2);
  margin-bottom: 0;
}
.mg-book-now .mg-bn-forms .form-control::-webkit-input-placeholder {
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control:-ms-input-placeholder {
  color: #fff;
}
.mg-book-now .mg-bn-forms .form-control:focus {
  color: #fff;
  border-color: #DF322B;
  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: #DF322B;
  color: #fff;
}
.mg-book-now.mg-book-now-light {
  background-color: #f2f2f2;
}
.mg-book-now.mg-book-now-light .mg-bn-title .mg-bn-big {
  color: #393F6F;
}
.mg-book-now.mg-book-now-light .cs-active > .cs-placeholder {
  border-color: #DF322B;
  color: #DF322B;
}
.mg-book-now.mg-book-now-light .mg-bn-forms .form-control {
  border-color: #889195;
  color: #393F6F;
}
.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: #393F6F;
  border-color: #DF322B;
}
.mg-book-now.mg-book-now-light .mg-bn-forms .input-group-addon {
  color: #393F6F;
  border-color: #889195;
}
.mg-book-now.mg-book-now-light .mg-bn-forms div.cs-skin-elastic > span {
  border-color: #889195;
  color: #393F6F;
}
.mg-book-now.mg-book-now-light .mg-bn-forms .cs-active > .cs-placeholder {
  border-color: #DF322B;
  color: #DF322B;
}
.mg-book-now.mg-book-now-light .focus .form-control {
  color: #393F6F !important;
  border-color: #DF322B !important;
  box-shadow: none !important;
}
.mg-book-now.mg-book-now-light .focus .input-group-addon {
  border-color: #DF322B !important;
  color: #fff !important;
  background-color: #DF322B !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;
  background-color: #DF322B;
  border-color: #DF322B;
}
.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;
}
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: #DF322B;
}
div.cs-skin-elastic .cs-options .cs-selected span:hover {
  color: #fff;
}
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;
  background-color: #DF322B;
}
.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: #393F6F;
  color: #fff;
  position: relative;
}
.mg-c2a .col-md-12 {
  position: static;
}
.mg-c2a strong {
  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-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  float: left;
  width: 150px;
  background-color: #DF322B;
  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: #DF322B 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;
}
.mg-sec-title {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.mg-sec-title h2 {
	color: rgba(38, 66, 81, 1);
    font-weight: bold;
    margin: 0 0 10px;
	font-size: 20px;
}
.mg-sec-title p {
  font-size: 16px;
}
.mg-sec-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #DF322B;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.mg-sec-title.mg-lighten h2 {
  color: #fff;
}
.mg-sec-title.mg-lighten p {
  color: #fff;
}
.mg-sec-left-title,
.mg-widget-title {
  color: rgba(38, 66, 81, 1);
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 35px;
  padding-bottom: 15px;
  position: relative;
}
.mg-sec-left-title:after,
.mg-widget-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #DF322B;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mg-room {
  position: relative;
  overflow: hidden;
}

.mg-room img{
  width:100%;
}
.mg-room figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  
}
.mg-room figcaption h2{
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-bottom: 7px;
  -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;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:30px;
}
.mg-room figcaption h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DF322B;
}
.mg-room figcaption .mg-room-fecilities {
  color: #fff;
  margin-bottom: 20px;
}
.mg-room figcaption .mg-room-fecilities ul li {
  color: #fff;
  padding-bottom: 8px;
  font-size: 17px;
}
.mg-room figcaption .mg-room-rating {
  background-color: #DF322B;
  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 {
  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 {
  position: absolute;
  bottom: 15px;
  padding: 8px 0;
  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;
}
.mg-room figcaption h2 a:hover,
.mg-room figcaption .btn-link:hover,
.mg-room figcaption .btn-link:active,
.mg-room figcaption .btn-link:focus {
  color: #fff;
}
.mg-room figcaption .btn-link:after{
	content: "read more Â»";
}
.mg-room figcaption .btn.btn-main {
  position: absolute;
    bottom: 20px;
    right: 10px;
  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;
}
.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.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-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: 15px;
    background-color: rgba(64, 198, 64, 0.3);
    background-image: url(../images/about-bg.png);
    background-position: center center;
    color: #fff;
}
.mg-about .mg-sec-left-title {
  color: #fff;
}
.mg-features {
  padding: 70px 0 30px;
  background-color: #fff;
}
.mg-feature {
  margin-bottom: 40px;
}
.mg-feature .mg-feature-icon-title {
  margin-bottom: 10px;
}
.mg-feature-icon-title i {
    width: 40px;
    line-height: 40px;
    background-color: limegreen;;
    text-align: center;
    font-size: 21px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 14px;
    left: 16px;
    z-index: 1000;
}
.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 span{
  display: block;
  width: 50px;
  line-height: 50px;
  background-color: #393F6F;
  text-align: center;
  font-size: 21px;
  color: #fff;
  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-size: 20px;
  color: #393F6F;
  font-weight: 400;
  margin-left: 60px;
  margin-top: 13px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.mg-feature p {
  margin-bottom: 0;
}
.mg-feature:hover .mg-feature-icon-title span{
  background-color: #DF322B;
}
.mg-testi-partners {
  padding: 70px 0;
  background-color: #aaa;
  background-image: url(../images/clients-bg.png);
  background-position: center center;
  color: #fff;
}
.mg-testi-partners .mg-sec-left-title {
  color: #fff;
}
.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: #DF322B;
  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;
}
.mg-testimonial-slider blockquote p {
  font-size: 15px;
  line-height: 24px;
}
.mg-testimonial-slider blockquote footer {
  color: #DF322B;
  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: #DF322B;
}
.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: #DF322B;
}
.mg-part-logos {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mg-news-gallery {
  padding: 70px 0;
  background-color: #fff;
}
.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 {
 font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    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;
}
.mg-recnt-post > h3 {
  margin-top: 0;
}
.mg-recnt-post > h3 > a {
  color: #393F6F;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.mg-recnt-post > h3 > a:hover {
  color: #DF322B;
  text-decoration: none;
}

.mg-gallery-container {
  position: relative;
}
.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: #393F6F;
  -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;
  background-color: rgba(70, 49, 27, 1) !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;
  bottom: -15px;
  left: 50%;
  margin-left: -165px;
}
.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;
}
.mg-map {
  width: 100%;
  height: 300px;
}
.mg-contact-form-input {
  margin-bottom: 5px;
  display: block;
}
.mg-contact-form-input label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #393F6F;
  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: #393F6F;
}
.mg-contact-info li a {
  font-weight: 600;
  color: #393F6F;
}
.mg-contact-info li a:hover {
  color: #DF322B;
}
.mg-rooms-cols {
  padding: 70px 0;
  background-color: #fff;
}
.mg-single-room {
  padding: 100px 0 0;
  background-color: #fff;
}
.mg-room-fecilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mg-room-fecilities ul li {
  color: #393F6F;
  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 {
  width: 100px;
  padding: 23px 0px;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -60px;
  background-color: #393F6F;
  color: #fff;
  font-size:17px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 50%;
}
.mg-single-room-price .mg-srp-inner > span {
  display: block;
  font-weight: 300;
  position: relative;
}
.mg-single-room-price .mg-srp-inner > span:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #DF322B;
  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;
  background-color: #fff;
}
.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;
  background-color: #DF322B;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}
.mg-sm-full-rating .mg-smfr-cont {
  background-color: #fff;
  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 {
  color: #393F6F;
  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: #DF322B;
}
.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: #393F6F;
}
.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: #DF322B;
}
.mg-reviews .media .media-body .mg-media-rating .mg-rating-sector .mg-rs-icon i.fa-star-half-empty {
  color: #DF322B;
}
.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;
  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;
  color: #393F6F;
  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: #DF322B;
}
.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: 25px 0;
}
#mg-grid {
  position: relative;
  overflow: visible !important;
}
.mg-gallery-item {
  position: relative;
}
.mg-gallery-item:hover .mg-gallery-overlayer {
  
  opacity: 1;
}
.mg-gallery-item:hover .mg-gallery-overlayer > span {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
}

.mg-gallery-item .mg-gallery-overlayer > span {
  width: 100px;
  line-height: 100px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  color: #014892;
  font-size: 40px;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
}
.mg-gallery-item .mg-gallery-overlayer > span: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;
  background-color: #fff;
}
.mg-post {
  padding-right: 15px;
  margin-bottom: 60px;
}
.mg-post .mg-post-title {
  margin-bottom: 15px;
}
.mg-post .mg-post-title a {
  color: #393F6F;
}
.mg-post .mg-post-title a:hover {
  color: #DF322B;
}
.mg-post .mg-post-meta {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 20px;
  
  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: #DF322B;
}
.mg-post .mg-read-more {
  
  font-style: italic;
  font-size: 15px;
}
.mg-widget {
    color: #c0c8cb;
    border: solid 1px;
}
.mg-widget .mg-widget-title {
  color: #fff;
}
.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;
}
.mg-widget .form-control:focus {
  border-color: #DF322B;
  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 {
      margin-bottom: 0;
    margin-left: 60px;
}
.mg-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mg-widget ul li {  
  padding: 10px 15px 10px 15px;
    border-bottom: #aaa 1px dotted;
}

.mg-widget ul li:hover {
  background-color: rgba(228, 82, 76, .1);
}
.mg-widget .tagcloud a {
  background-color: rgba(0, 0, 0, 0.1);
}
.mg-widget .tagcloud a:hover {
  background-color: #DF322B;
}
.tagcloud a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #393F6F;
  color: #fff;
  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: #DF322B;
}
.mg-post-nav {
  margin-bottom: 70px;
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  
  font-size: 16px;
  line-height: 30px;
  color: #393F6F;
}
.mg-post-nav a {
  padding: 10px;
  display: block;
  color: #adb9bf;
}
.mg-post-nav a:hover {
  color: #393F6F;
}
.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: #393F6F;
}
.media .media-body .media-heading a {
  color: #393F6F;
}

.media .media-body span a {
  color: #adb9bf;
}
.media .media-body .btn-comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}
.mg-about-features {
  padding: 70px 0 70px;
  background-color: #fff;
}
.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-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: #393F6F;
  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: #DF322B;
  color: #fff;
  border-color: #DF322B;
}
.nav-tabs > li.active > a,
.nav-tabs.nav-justified > li.active > a {
  border-left-width: 0;
  border-color: #eaedee;
  box-shadow: inset 0 1px #DF322B;
  border-bottom-color: transparent;
  border-top-color: #DF322B;
  color: #DF322B;
}
.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: #DF322B;
  color: #DF322B;
  background-color: #fff;
}
.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 #DF322B;
  border-bottom-color: #DF322B;
  border-top-color: transparent;
  color: #DF322B;
}
.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: #DF322B;
  border-top-color: transparent;
  color: #DF322B;
  background-color: #fff;
}
.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: #DF322B;
  color: #fff;
  border-color: #DF322B;
}
.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 #DF322B;
  border-left-color: #DF322B;
  border-right-color: transparent;
  color: #DF322B;
}
.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: #DF322B;
  border-right-color: transparent;
  box-shadow: inset 1px 0 #DF322B;
  color: #DF322B;
  background-color: #fff;
}
.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: #DF322B;
  color: #fff;
  border-color: #DF322B;
}
.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 #DF322B;
  border-right-color: #DF322B;
  border-left-color: transparent;
  color: #DF322B;
}
.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: #DF322B;
  border-left-color: transparent;
  box-shadow: inset -1px 0 #DF322B;
  color: #DF322B;
  background-color: #fff;
}
.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: #393F6F;
  background-image: url(../images/about-bg.png);
  background-position: center center;
  color: #fff;
}
.mg-about-tabs .nav-tabs > li > a,
.mg-about-tabs .nav-tabs.nav-justified > li > a {
  color: #fff;
}
.mg-about-tabs .nav-tabs > li.active > a,
.mg-about-tabs .nav-tabs.nav-justified > li.active > a {
  color: #DF322B;
}
.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: #DF322B;
}
.mg-about-testimonial {
  padding: 70px 0;
  background-color: #393F6F;
  background-image: url(../images/about-bg.png);
  background-position: center center;
  color: #fff;
}
.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;
}
.mg-team {
  padding: 70px 0 80px;
  background-color: #fff;
}
.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;
  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;
}
.mg-team-member .mg-team-info h3:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #DF322B;
  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);
  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;
  -webkit-transition: background-color 0.5s;
          transition: background-color 0.5s;
}
.mg-team-member .mg-team-member-social li a:hover {
  background-color: #DF322B;
}
.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;
  z-index: 9;
}
.mg-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
  display: block;
  
  font-weight: 600;
  color: #393F6F;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  border-color: #dbdedf;
  background-color: #fff;
  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: #DF322B;
  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: #393F6F;
}
.mg-booking-form .nav-tabs > li.active > a span.mg-bs-tab-num {
  color: #DF322B;
  border-color: #DF322B;
  position: relative;
  z-index: 3;
}
.mg-booking-form .nav-tabs > li.mg-step-done > a {
  color: #DF322B;
}
.mg-booking-form .nav-tabs > li.mg-step-done > a span.mg-bs-tab-num {
  color: #fff;
  border-color: #DF322B;
  background-color: #DF322B;
}
.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-weight: 400;
  color: #393F6F;
  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;
  display: inline-block;
  margin-right: 5px;
}
.mg-cart-room h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  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;
  
  color: #fff;
  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;
  margin-bottom: 20px;
  display: block;
  float: left;
}
.mg-cart-address > address {
  margin-left: 120px;
}
.mg-saerch-room .mg-book-now {
  padding: 20px 35px;
}
.mg-avl-room {
  margin-bottom: 20px;
  background-color:rgba(70, 49, 27, 0.1);
}
.mg-avl-room:last-child {
  margin-bottom: 0px;
}
.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-avl-room-title {
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.mg-available-rooms .mg-avl-room-title span {
  font-weight: 300;
  color: #DF322B;
  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;
  margin: 0;
  font-size: 25px;
  margin-bottom: 20px;
}
.alert {
  border-radius: 1px;
}
.alert:last-child {
  margin-bottom: 0;
}
.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: #393F6F;
}
.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-default {
  background-color: black;
  color: #53adcf;
}
.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: #DF322B;
  box-shadow: none;
}
.progress .progress-bar .mg-progress-bar-popup {
  
  color: #393F6F;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  top: -35px;
  right: 0;
}
.progress .progress-bar .mg-progress-bar-left {
  
  color: #393F6F;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  top: -35px;
  left: 0;
}
.progress .progress-bar.progress-bar-dark {
  background-color: #393F6F;
}
.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,td {
  text-align: center;
  border: none !important;
}
.panel {
  border-radius: 1px;
  box-shadow: none;
  border-color: #eaedee;
}

.panel.panel-default .panel-heading a.collapsed {
  color: #393F6F;
}
.panel.panel-default .panel-heading a.collapsed:before {
  background-color: #393F6F;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.panel.panel-default .panel-heading a.collapsed:after {
  background-color: #393F6F;
}
.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: black;
    padding: 25px 0 0;
    color: #fff;
    background-image: url(/user-upload/imgs/city.png);
    background-repeat: repeat-x, repeat;
    background-position: bottom, center;
}
.mg-footer-widget .widget {
  margin-bottom: 25px;
}
.mg-footer-widget .widget:before,
.mg-footer-widget .widget:after {
  content: " ";
  display: table;
}
.mg-footer-widget .widget:after {
  clear: both;
}
.mg-footer-widget a, figcaption>h2>a{
  color: #fff;
}
.mg-footer-widget a:hover, figcaption>h2>a:hover {
  color: #DF322B;
}
.mg-footer-widget .form-control {
  height: auto;
  padding: 8px 12px;
  border-radius: 1px;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.mg-footer-widget .form-control::-webkit-input-placeholder {
  color: #fff;
}
.mg-footer-widget .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.mg-footer-widget .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.mg-footer-widget .form-control:-ms-input-placeholder {
  color: #fff;
}
.mg-footer-widget .form-control:focus {
  color: #fff;
  border-color: #DF322B;
  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;
  -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;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 25px;
}
.mg-footer-widget .mg-widget-title:after {
  width: 50px;
}
.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.15);
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.mg-footer-social > li > a:hover {
  background-color: #DF322B;
  color: #fff;
}
.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: #132027;
  font-size: 13px;
  text-align: right;
}
.mg-copyright a {
  color: #96a3a9;
}
.mg-copyright a:hover {
  color: #DF322B;
  text-decoration: none;
}
.mg-copyright p {
  margin: 0;
}
.mg-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mg-footer-nav > li {
  float: left;
}
.mg-light-footer .mg-footer-widget {
  background-color: #f7f7f7;
  color: #7a8a92;
}
.mg-light-footer .mg-widget-title {
  color: #393F6F;
}
.mg-light-footer .mg-copyright {
  color: #7a8a92;
  background-color: #eaeaea;
}
.mg-light-footer .mg-footer-social > li > a {
  background-color: #393F6F;
}
.mg-light-footer .mg-footer-social > li > a:hover {
  background-color: #DF322B;
}
@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;
  }
}
@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:40px !important;
  }
  .mg-search-box-cont {
    margin: 3px 15px;
  }
  .mg-search-box {
    bottom: -61px;
  }
  .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: #DF322B;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
  }
  .mg-instagram > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 480px;
  }
  .carousel-caption > h2 {
    font-size: 35px;
  }
  .carousel-caption > p {
    font-size: 16px;
  }
  .header .container {
    position: relative;
  }
  .header .navbar-collapse {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 100%;
    right: 15px;
    min-width: 300px;
    max-height: 320px;
    padding: 0;
    text-align: left;
	width:100%
  }
  .header .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff !important;
    background-color: #DF322B !important;
  }
  .navbar-nav > li > a {
    padding: 15px 20px !important;
  }
  .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #DF322B !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;
  }
  .dropdown > ul a:hover {
    color: #DF322B !important;
  }
  .navbar-inverse .navbar-nav > li.active > a {
    box-shadow: none;
    color: #fff !important;
    background-color: #DF322B !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;
  }
  .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;
    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: 35px 0 0px;
  }
  .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-booking-form .nav-tabs > li > a span.mg-bs-tab-num {
    width: 45px;
    line-height: 39px;
  }
  .mg-instagram > li {
    width: 20%;
  }
}
@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 .navbar-inverse,
  .header.transp .mg-search-box {
    background-color: rgba(22, 38, 46, 0.3);
  }
  .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;
  }
}
@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: #393F6F;
  }
  .mg-boxed .header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mg-boxed .header.transp + .mg-page-title {
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
  .mg-boxed {
    width: 100%;
  }
  .mg-boxed .header {
    max-width: 100%;
  }
}
.preloader{
 position: fixed;top: 0;left: 0;z-index: 999999;width: 100%;height: 100%;background-color: #fff;
}
.loading {
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.loading > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loading .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loading .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@media (min-width:1000px) {
.thumbnail p{height: 123px;}
.mg-room:hover figcaption {
  background-color: rgba(0, 0, 0, 0.5);
}
.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;
}
}

@media (max-width:999px){
.mg-room figcaption .btn.btn-main {    
    opacity: 1;display: inline-block;
}
.mg-room figcaption {
  background-color: rgba(0, 0, 0, 0.2);
}
.mg-room figcaption p,
.mg-room figcaption ul,
.mg-room figcaption .btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mg-room figcaption .btn {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mg-room 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 figcaption p,
.mg-room figcaption ul {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mg-room figcaption h2,
.mg-room figcaption .mg-room-rating,
.mg-room figcaption .mg-room-price {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mg-room figcaption h2,
.mg-room figcaption .mg-room-rating {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mg-room figcaption .mg-room-price {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
}
.carousel-inner>.item>img{width:100% !important;}
.carousel-inner>.item:after{
/*
	content: '';
	background: url(/images/gridtile.png);
*/    
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.gallery{display:none;}

.list-thumb{
	color: #fff;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding:10px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);	
}
.list-thumb h2{
	font-size: 17px;
	margin:0;
}
.list-thumb a:after{
	font-family: FontAwesome;
	content: "Â»";
    padding-left: 10px;
}
.list-thumb a:hover{
	color: #fff;
}
.list-thumb p{
	position: absolute;
    bottom: 0;
	margin: 0 10px 10px 0;
}
p > .price{
	color:red;
}
.line-7 {
overflow: hidden;
    display: -webkit-box;
    line-height: 33px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* ============ Navbar==================*/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
@media (min-width: 1201px) {
   .navbar-inverse {
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.navbar-inverse .navbar-nav > li > a {
	color: white;
  -webkit-transition: color 0.3s, padding 0.3s;
          transition: color 0.3s, padding 0.3s;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #DF322B;
}
.navbar-inverse .navbar-nav > li.active > a {
  background-color: transparent;
  box-shadow: inset 0 -3px #DF322B;
  color: #DF322B;
}
.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: #DF322B;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li.open > a {
  background-color: transparent;
  color: #DF322B;
}
.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: #DF322B;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu {
  
  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 {
  
  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: #aaa;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu > li.active > a {
  background-color: #aaa;
}
.navbar-nav > li > a{
  padding:16px 32px;
  font-weight: normal;
}
.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;
}
.header .navbar-collapse.collapse {
  vertical-align: top;
}
}
/* Slide */
@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

.key_board { 
    border-right: .1em solid black;
    width: 16.5em; 
    width: 21ch;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 2s steps(21, end),
               blink-caret .5s step-end infinite alternate;
}

.transition{
opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;
}
.carousel-caption > span {
  
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  
}
.carousel-caption > h2 {
  letter-spacing: 1px;
color: #fff;
  font-size:38px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 15px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  
}
.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 > span {
  
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.carousel-caption span, .carousel-caption p{
padding:5px;
background: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 1);
}

::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#BBBBBB;}
*{margin: 0; padding: 0;}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {min-width: 100% !important;}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.video_popup {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video_popup iframe, .video_popup object, .video_popup embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#clickvideo{ width:96%; padding:4px 0; margin:3px 2%; border:1px solid #DDD; box-sizing:border-box;}
.addthis_native_toolbox{margin:10px 0px; width:100%; clear:both;max-height:50px;overflow:hidden;
}
#toptop {width: 37px; height: 37px;position: fixed;bottom: 30px; right: 20px;text-indent: -99999px;cursor: pointer;background: url(images/back_to_top.png) top center no-repeat;transition:0.5s;z-index:200;}
#toptop:hover{background: url(images/back_to_top.png) bottom center no-repeat;transition:0.5s;}
.clear{clear:both;}
img{max-width:100% !important; }
div.bando img{max-width:none !important;}

.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
	right: -245px;
	top: 220px;
	z-index: 99997;
}	
.phone_mobile{
	display: none;
}
.facebook_right #facebook_icon {
    float: left;
    height: 63px;
    width: 150px;
    left: -100px;
    background: url("images/facebook_icon.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    z-index: 99998;
    transform: rotate(-90deg);;	
}
.facebook_right .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: right;
	top: -106px;
	position: relative;
    z-index: 99999;		
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	background:url('images/body_background.jpg');
}
@font-face {
    font-family: 'Arial';
    src: url('font/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'fontHotro';
    src: url('font/UTMAlterGothic.eot');
    src: url('font/UTMAlterGothic.eot') format('embedded-opentype'),
         url('font/UTMAlterGothic.woff2') format('woff2'),
         url('font/UTMAlterGothic.woff') format('woff'),
         url('font/UTMAlterGothic.ttf') format('truetype'),
         url('font/UTMAlterGothic.svg#UTMAlterGothic') format('svg');
}

div#wapper
{ 
  margin:auto;
  max-width:1356px;
  background:url('images/head_background.png') top center no-repeat;
  margin-bottom: 10px;
}
.container{
	max-width: 1180px;
	margin:auto;
}
div#header
{
	
}
#header .container{
	position: relative;
}
.banner{
	position: absolute;
	top:0;
}
#hotline{
	text-align: right;
	margin-top:-10px;
	padding:20px 10px;
}
.phone{
	display: inline-block;
    background: #f8f8f8;
    background: -webkit-linear-gradient(#808689, #f4f4f4, #b1d0e0);
    background: -o-linear-gradient(#808689, #f4f4f4, #b1d0e0);
    background: -moz-linear-gradient(#808689, #f4f4f4, #b1d0e0);
    background: linear-gradient(#808689, #f4f4f4, #b1d0e0);
    padding: 5px 15px;
    width: 160px;
    border-radius: 20px;
    text-align: right;
    margin-right: 10p;
    position: relative;
}
.phone p{
	color:#ff0000;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 19px;
}
.phone p:before{
	height: 40px;
    width: 50px;
    content: '';
    background: url('images/hotline.png')no-repeat;
    position: absolute;
    /* padding: 10px 25px; */
    left: 0;
    top: 0;
}
div#wapper>.container{
	position: relative;
	background: #ffffff;
	background: #ffffff;
    border-radius: 10px 10px 0px 0px;
}
#logo{
	position: absolute;
    z-index: 100;
    background: url('images/bg_logo.png') no-repeat;
    width: 380px;
    height: 174px;
    margin-top: -79px;
}
#logo img{
	margin:20px;
	height: 86px;
}
div#menu
{
	position:relative;
	background:url(images/menu.png) center repeat-x;
	height:45px;
	line-height:45px;
	border-radius: 10px 10px 0px 0px;
}

div#menu ul
{
    float: right;
    list-style: none;
    margin-right: 260px;
}
div#menu ul li
{
  float:left;
  position:relative;
  z-index:50;
}
div#menu ul li.line
{
	background:url(images/menu_gach.png) center no-repeat;
	height:45px;
	width:1px;
}

div#menu ul li a
{
	color:#fff;
	font-size:14px;
	padding:0px 15px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family: 'Arial';
}

div#menu ul li a:hover,div#menu ul li a.active,div#menu ul li a.active2
{
	color:#000;	
	background:#ffea00;
}
div#menu ul li ul,div#menu ul li:hover ul li ul
{
	position:absolute;
	margin-left:0px;
	display:none;	
}
div#menu ul li:hover ul
{
	display:block;
}
div#menu ul li ul li
{
	width:220px;
	line-height:1.5;
	background:url(images/menu.png) center repeat-x;
	border-bottom:1px solid #fff;	
}
div#menu ul li ul li a
{
	padding:6px 10px;
	text-transform:none;
}
div#menu ul li ul li ul
{	
	left:220px;
	top:0px;
}
div#menu_mobi
{
	display:none;
}
div#search
{
	position:absolute;
	right:10px;
	top:7px;
	background:#2e2e2e;
    background: -webkit-linear-gradient(#232323, #444444);
    background: -o-linear-gradient(#232323, #444444);
    background: -moz-linear-gradient(#232323, #444444);
    background: linear-gradient(#232323, #444444);
	border-radius:2px;
	height:25px;
	border-top:1px solid #181818;
	border-left:1px solid #181818;
	border-right:1px solid #343434;
	border-bottom:1px solid #343434;
	border-radius: 10px;
}
div#search input
{
	padding:0px 10px;
	float:left;
	margin-top:4px;
	border:none;
	background:none;
	width:170px;
	outline:none;
	color:#aeaeae;
}
div#search img
{
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
#slogun{
	background:#f5f5f5;
    background: -webkit-linear-gradient(#ffffff, #e6e6e6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #e6e6e6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #e6e6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #e6e6e6); /* Standard syntax */
    line-height: 45px;
}

div#slider
{
	margin:10px;
}
.main_slider{
	width: 70%;
	float:left;
	box-sizing: border-box;
    box-sizing: border-box;
}

div#hotro
{
	width: 28%;
	float: right;
	height: 355px;
	border:#e0e0e0 2px solid;
    border-radius: 10px 10px 0px 0px;
    background:#f8f8f8;
}
.title_hotro{
    text-align: center;
    font-size: 22px;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'fontHotro';
    padding-top: 10px;
    position: relative;
    background: url('images/star_line.png')center bottom no-repeat;
    padding-bottom: 20px;
}
.title_hotro p{
	position: relative;
}
.title_hotro p:before{
	width: 65px;
    height: 20px;
    content: '';
    background: url('images/title_left.png') no-repeat;
    position: absolute;
    left: 20px;
    top: 10px;
}
.title_hotro p:after{
    width: 70px;
    height: 20px;
    content: '';
    background: url('images/title_right.png') no-repeat;
    position: absolute;
    top: 10;
    top: 10px;
    right: 15px;

}
.banner_hotro img{
	width: 100%;
}

div#left
{
	width:20%;
	float:left;
}
div.tieude
{
    color: #fff;
    /* text-align: center; */
    font-size: 14px;
    background: url(images/tieude.png) center no-repeat;
    background-size: 100%;
    height: 39px;
    /* border-radius: 4px; */
    line-height: 50px;
    text-indent: 20px;
    text-transform: uppercase;
}

div.danhmuc
{
	border:1px solid #d6d6d6;
	margin-bottom:10px;

}
div#danhmuc ul
{
	list-style:none;
}
div#danhmuc ul li
{
	
}
div#danhmuc ul li:last-child
{
	border:none;
}
div#danhmuc ul li a
{
	color:#454545;
	font-family:'Arial';
	text-decoration:none;
	font-size:14px;
	transition:0.4s;
	display:block;
	border-bottom:1px solid #DDD;
	padding:9px 5px 9px 20px;
	background:url(images/i_tinkhac.png) 4px 12px no-repeat;
}
div#danhmuc ul li a:hover
{
	color:red;
	transition:0.4s;
}
div#danhmuc ul li ul li a
{
	padding:9px 5px 9px 35px;
	background:url(images/i_tinkhac.png) 19px 12px no-repeat;
}

div#tinmoi
{
	
}
div#tinmoi ul
{
	list-style:none;
	padding:0 10px;
}
div#tinmoi ul li
{
	border-bottom:1px dashed #DDDDDD;
	padding:10px 0;
}
div#tinmoi ul li a img
{
	width:60px;
	padding:2px;
	border:1px solid #d6d6d6;
	float:left;
	margin-right:10px;
}
div#tinmoi ul li a img:hover
{
	transition:1s;
	border:1px solid #c1000a;
}
div#tinmoi ul li h4 a
{
	text-decoration:none;
	color:#111111;
	font-size:12px;
	transition:0.4s;
	font-weight:normal;
}
div#tinmoi ul li h4 a:hover
{
	color:red;
	transition:0.4s;
}

div#hotro .phone
{
	background:url(images/phone.png) 13px center no-repeat;
	color:#d60000;
	font-size:20px;
	font-weight:bold;
	padding-left:60px;
	padding-top:20px;
	padding-bottom:10px;
}
.hotro_content{
	background:url('images/bg_hotro_.png') no-repeat;
}
div#hotro ul
{
	list-style:none;
	border-bottom:1px dashed #DDDDDD;
	padding:0px 0;
	margin:0px 10px;
}
#hotro .email_com{
    text-indent: 40px;
    margin-top: 15px;
    background: url('images/i_email.png') 10px 0px no-repeat;
}
div#hotro ul li
{
	clear:both;
	padding:0px 0;
	
}
div#hotro ul li p:first-child{
	text-indent: 20px;
}
div#hotro ul li p:last-child
{	
	text-align: center;
}
div#hotro ul li p a img{
	margin-right: 20px;
}
div#quangcao a img
{
	width:90%;
	max-width:300px !important;	
	border:1px solid #DDD;
	margin:5px auto;
	padding:4px;
	box-sizing:border-box;
}
div#quangcao a img:hover
{
	border:1px solid red;	
}
form#frm_dknt
{
	background:url(images/bg_dknt.png) center no-repeat;
	width:251px;
	height:35px;
}
form#frm_dknt input[type='text']
{
	margin-left:45px;
	width:140px;
	padding:0px 5px;
	float:left;
	margin-top:9px;
	border:none;
	background:none;
	outline:none;
	color:#000;
}
form#frm_dknt input[type='button']
{
	background:#000;
	color:#fff;
	width:50px;
	height:25px;
	line-height:25px;
	border:none;
	margin-top:5px;
	border-radius:3px;
	cursor:pointer;
}
div#main_content
{
	padding:10px;
}
div#right
{
	width:79%;
	float:right;
}
div.tieude_giua
{
    color: #fff;
    /* padding-left: 20px; */
    font-size: 14px;
    height: 37px;
    line-height: 39px;
    font-weight: bold;
    border-top: 2px solid #0063d1;
    border-bottom: 2px solid #0063d1;
}
div.tieude_giua p{
    display: inline;
    position: relative;
    background:url('images/bg_title.png') repeat-x;
    text-transform: uppercase;
    padding: 11px 20px 11px 45px;
}

div.tieude_giua p:before{
    width: 21px;
    height: 25px;
    content: '';
    background: url('images/start_title.png') no-repeat;
    position: absolute;
    padding: 10px;
    margin-top: -2px;
    left: 0;
}
div.tieude_giua p:after{
	width: 21px;
    height: 25px;
    content: '';
    background: url('images/end_title.png') no-repeat;
    position: absolute;
    padding: 10px;
    margin-top: -2px;
    right: -41px;
}
.box_hoidap{
	font-family: 'Arial';
    font-size: 14px;
    margin-top: 10px;
    border-bottom: 1px dashed #666666;
}
.tuvan{
	margin: 20px;
	background: #6fcaf6; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient( #f6f6f6,#6fcaf6 , #f6f6f6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f6f6f6,#6fcaf6, #f6f6f6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient( #f6f6f6,#6fcaf6, #f6f6f6); /* For Firefox 3.6 to 15 */
	background: linear-gradient( #f6f6f6,#6fcaf6 , #f6f6f6); /* Standard syntax */
	text-align: center;
}
.tuvan button{
	transition: 0..4s;
	color: #ffffff;
    border: none;
    padding: 10px 20px;
    background: green;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
}
#data-message{
    display: none;
    margin: 20px;
    padding: 20px;
    border-radius: 4px;
}
.item_tuvan{
    width: 80%;
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-family: 'Arial';
}
.item_tuvan p{
	display: block;
}
.item_tuvan input[type='text'],textarea{
	width: 100%;
	padding:5px 0px;
}
.item_tuvan:last-child{
	text-align: center;
}
.item_tuvan input[type='button']{
    padding: 5px 15px;
    background: #11a2ea;
    color: #fff;
    border-radius: 10px 0px;
}
.item_tuvan input[type='button']:hover{
	background:#0d7eb5;
}

.tuvan button:hover{
	transition: 0..4s;
	background:lightgreen;
	cursor:pointer;
	color:#4f337d;
}
.cauhoi{
	color:#b82f00;
}
.cauhoi span{
	text-decoration: underline;
	font-weight: bold;
	margin-right:10px;
}
.chuthich{
	text-align: right;
	font-style: italic;
}
.chuthich span{
	padding-right: 10px;
	border-top: 1px solid #666666;
}
.traloi{
	color:#4f337d;
	margin-left: 20px;
}
.traloi span{
	text-decoration: underline;
	font-weight: bold;
	margin-right:10px;

}
div.wap_item
{
	
}
div.item
{
	width:23%;
	margin:1% 0.8%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
div.item .sp_img
{
	overflow:hidden;
	border:1px solid #e7e7e7;
	box-shadow:5px 5px 0px #f2f2f2;
	margin-bottom:7px;
	padding:2%;
	margin-bottom:10px;
}
div.item a img
{
	width:100%;
	height:100%;
	transition:all 1s ease 0s;	
}
div.item a img:hover
{
	transform:scale(1.1);	
}

div.item a img:hover
{
	opacity:0.6;
}

div.item .sp_name a
{
	text-decoration:none;
	color:#222222;
	font-weight:normal;
	font-size:15px;
	display:block;
}
div.item .sp_name a:hover
{
	transition:0.4s;
	color:red;
}
div.item .sp_gia
{
	color:#666666;
	font-size:14px;
}
div.item .sp_gia span
{
	color:#c80000;
}
div#menu_bottom
{
	background:#a80000;
	height:38px;
	line-height:38px;
	border-bottom:1px solid #e90000;
}
div#menu_bottom ul
{
	list-style:none;
	text-align:center;
}
div#menu_bottom ul li
{
	display:inline-block;
}
div#menu_bottom ul li a
{
	text-decoration:none;
	color:#fff;
	padding:0px 29px;
	font-size:14px;
	border-right:1px solid #e90000;
	transition:0.4s;
}
div#menu_bottom ul li a:hover
{
	color:#FFFF00;
	transition:0.4s;
}
div#wap_footer
{
	margin-top: 20px;
	max-width:1180px;
	background:url('images/bg_footer.png') center top no-repeat;
	margin:auto;
	color:#fff;
	position: relative;
	margin-bottom: 30px;
}
div#wap_footer:after{
    width: 100%;
    height: 16px;
    content: '';
    background: url('images/footer_shadow.png') no-repeat;
    position: absolute;
    bottom: -15px;
    background-size: 100%;
}
div#footer
{
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 0px 20px;
}
div#main_footer
{
    width: 40%;
    float: left;
}
.nina{
	margin-top: 10px;
    color: #aeb9c4;
}
div#lienket
{
	
}
div#lienket a img
{
	margin-right:5px;
	transition:1s;
}
div#lienket a img:hover
{
	opacity:0.5;
	transition:1s;
}
div#thongke
{
    display: inline-block;
    text-align: center;
    padding-top: 10px;

}
#thongke_truycap{
	margin-top: 5px;
	margin-bottom: 10px;
}
#thongke_truycap p{
	display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #ffffff;
}
#thongke_truycap p span{
	color:#facd00;
}
#thongke_truycap p:last-child{
	border-right: none;
}
div#map{
	float: right;
}
div#thongke .td_ft
{
	color:#FFFF33;
	margin-bottom:7px;
	font-weight:bold;
	font-size:16px;
}
div#thongke ul
{
	list-style:none;
}
div#thongke ul li
{
	clear:both;
	padding:4px 0px;
}
div#thongke ul li img
{
	float:left;
	margin-right:15px;
	width:20px;
	margin-top:4px;
}


/* --------------------- Phan trang ------------------*/
#doitac_wrap{
	margin-bottom: 10px;
}
.title_doitac{
	text-align: center;
}
.title_doitac p{
    display: inline-block;
    background: url('images/bg_title_doitac.png') repeat-x;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 20px;
    position: relative;
}
.title_doitac p:before{
    width: 25px;
    height: 38px;
    content: '';
    background: url('images/start_title_doitac.png')no-repeat;
    position: absolute;
    left: -15px;
    top: 0;
}
.title_doitac p:after{
    width: 25px;
    height: 38px;
    content: '';
    background: url('images/end_title_doitac.png')no-repeat;
    position: absolute;
    right: -25px;
    top: 0;
}
div#doitac
{
	box-sizing:border-box;
	background:url('images/bg_doitac.jpg')repeat-x;
	padding:0px 40px;
	height: 174px;
	position: relative;
}
div#doitac:before{
	width: 25px;
	height: 174px;
	content: '';
	background:url('images/start_doitac.jpg')no-repeat;
	position: absolute;
	left: 0;
	top:0;
}
div#doitac:after{
	width: 25px;
	height: 174px;
	content: '';
	background:url('images/end_doitac.jpg')no-repeat;
	position: absolute;
	right: 0;
	top:0;
}
.marquee0{
	margin-top: 10px;
}
div#doitac a img
{
	height:100px;
	margin:0 4px;
	border:1px solid #DDD;
}
div#spnoibat
{
	
	margin:auto;
	margin-top:10px;
}
/*----------------------------------------------------*/
div.wap_pro
{
	margin:15px auto;
	clear:both;
}
.zoom_slick
{
	width:35%;
	float:left;	
}
.zoom_slick .slick2
{
	border:1px solid #DDD;
}
.zoom_slick .slick
{
	margin-top:5px;
}

.zoom_slick .slick img
{
	width:90%;
	margin:auto;
	border:1px solid #DDD;
	box-sizing:border-box;
	padding:5px;
}
.zoom_slick .slick img:hover
{
	border:1px solid #F60;
	opacity:0.5;
	transition:1s;
}

.product_info
{
	float:right;
	list-style:none;
	width:62%;
}

.product_info li
{
	font-size:13px;
	border-bottom:1px solid #EEE;
	padding:6px 0;
}
.product_info li.ten
{
	color:#0033FF;
	font-size:18px;
}
.product_info li.giacu
{
	
	font-size:15px;
	text-decoration:line-through;
}
.product_info li.gia
{
	color:red;
	font-size:16px;
}
.product_info li b
{
	font-weight:normal;
	font-size:14px;
}
.product_info li .dathang
{
	background:#000 url(images/i_cart.png) 10px center no-repeat;
	color:#fff;
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	padding-left:30px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:12px;	
	transition:0.4s;
}
.product_info li .dathang:hover
{
	transition:0.4s;
	background:#E00 url(images/i_cart.png) 10px center no-repeat;
}
span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}
span.active_size,span.size:hover,span.mausac:hover, span.active_mausac {
    border: 1px solid #EE0000;
}
input.soluong
{
	width: 50px;
	border: 1px solid #C7C6C6;
	padding: 2px 0px;
	text-align: center;
	font-size: 15px;
	 margin-right:5px;
}
table#giohang input
{
	   margin:5px 0px;
}
table#giohang input.btn
{
   
  background:#DF0049;
  color:#ffffff;
  padding:5px 14px;
  border:none;
  cursor:pointer;
  margin:5px 3px;
  border-radius:3px;
}
  
table#tt td
{
	height:30px;
}
table#tt td input.t
{
	width:300px;
	height:20px;
	margin:3px 0px 5px 0px;
	border:1px solid #DDD;
}
table#tt td textarea
{
	width:300px;
}
table#tt span
{
	color:red;
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}
.start-animate {
		z-index: 99999999999999999 !important;
		position: absolute;
		animation: star linear 1.75s infinite;
		-moz-animation: star linear 1.75s infinite;
		-webkit-animation: star linear 1.75s infinite;
		-o-animation: star linear 1.75s infinite;
	}
@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}
@media screen and (max-width: 1150px){
	#logo{
		background: none;
	    margin-top: -120px;
	    z-index: 0;
	}
	div#menu ul{
		float: none;
		margin-left: 75px;
	}
}
@media screen and (max-width: 1024px) {
	.title_hotro p:before{
		left: 0;
	}
	.title_hotro p:after{
		right: -5px;
	    background: url(images/tieude.png) center no-repeat;
    	background-size: 100%;
	}
	div#menu ul{
		margin-left: 0px;
	}
	div.tieude{
		text-indent: 5px;
	}
	div#menu ul li a
	{
		padding:0px 20px;
	}
	div#menu_dm ul li
	{
		background:url(images/li.png) left 9px no-repeat;
		padding:7px 10px 7px 29px;
		font-size:13px;
	}
	div.frm_lienhe
	{
		margin:10px 0px 0px 0px;
	}
	
}
@media screen and (max-width: 800px) {
	div#hotro{
		height: 235px;
	    overflow: hidden;
	}
	.title_hotro p:before{
		width: 0;
	}
	.title_hotro p:after{
		width: 0;
	}
	div#wapper
	{
		width:97%;
		margin:auto;
	}
	div#wap_footer
	{
		background: #004fa7;
	    margin-top: 0px;
	    margin: 0 auto;
	    width: 100%;
	}

	div#footer{
		width: 100%;
		margin-top: 20px;
		padding:0px;
	}
	div#main_footer{
	    box-sizing: border-box;
	    padding: 0px 20px;
	    border-bottom: 1px solid #ffffff;
	    text-align: center;
	    float: none;
	}
	div#thongke{
	    display: block;
	    text-align: center;
	    padding-top: 10px;
	    border-top: 2px #1868c0 solid;
	}
	form#frm_dknt{
		margin:auto;
	}
	div#map{
		display: none;
	}
	div#menu_mobi
	{
		display:block;
		position: relative;
		z-index: 200;
	}
	div#menu
	{
		display:none;
	}
	div#menu_dm
	{
		display:none;
	}
	div#wap_slider
	{
		margin:5px 0;
	}
	div#slider
	{
		width:100%;
		margin:5px auto;
		padding:0;
		border:none;
	}
	div#danhmuc
	{
		display:block;
	}
	div#right
	{
		width:100%
	}
	div#left
	{
		width:100%;
	}
	div.item
	{
		width:30%;
		margin:2% 1%
	}
	div#main_footer
	{
		width:100%;
	    padding-bottom: 10px;
	}
	div#thongke
	{
		width:100%;
	}
	div.thongke_an
	{
		display:none;
	}
	
	.header a
	{
		left:4.5% !important;
	}
	div.tt_lienhe
	{
		width:100%;
	}
	div.bando
	{
		width:100%;
	}
	
}
@media screen and (max-width: 700px) {
	.sang_header
	{
		top:27px;
	}
	div#menu_bottom ul li a
	{
		padding:0px 13px;
	}
	.zoom_slick
	{
		width:48%;
	}
	.product_info
	{
		width:48%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:64%;
	}
}
@media screen and (max-width: 603px) {
	div#header
	{
		
	}
	div#header img.logo
	{
		display:none;
	}
	div#header img.logo_mobi
	{
		display:block;
		margin:auto;
		width:100%;
	}
	div.item .sp_name a
	{
		font-size:16px;
	}
	div.item
	{
		width:44%;
	}
	.header a
	{
		left:6% !important;
	}
	.zoom_slick
	{
		width:70%;
		float:none;
		margin:auto;
	}
	.product_info
	{
		width:100%;
		margin-top:6px;
	}
}
@media screen and (max-width: 460px) {
	.phone_mobile{
		display: block;
		position: fixed;
		bottom: 0;
		left: 5px;
		z-index: 100;
	}
	div#wapper
	{
		width:97%;
		
		padding:0;
		overflow:hidden;
	}
	.banner{
		display: none;
	}
	.phone{
	    display: none;
	}
	#hotline{
		padding: 10px 0px 70px 0px;
	}
	.main_slider{
		display: none;
	}
	div#hotro{
	    height: 100%;
    	width: 100%;
	}
	.header a
	{
		left:1.5% !important;
	}
	div.item
	{
		width:46%;
	}
	.content
	{
		padding:10px;
	}
	div.frm_lienhe .item_lienhe input[type='text'], div.frm_lienhe .item_lienhe textarea, div.frm_lienhe .item_lienhe input[type='password']
	{
		width:94%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:99%;
	}
	.map_description
	{
		width:100%;
	}
	.gh_an
	{
		display:none;
	}

	.box_news a img
	{
		width:120px;
	}
	div.frm_lienhe .item_lienhe p
	{
		width:100%;
	}
	.othernews ul
	{
		margin-left:10px;
	}
	div#footer
	{
		padding:10px 2%;
	}
	
	::-webkit-scrollbar {
		background:#fff;
		width:5px;
		height:11px;
	}
	
	div#menu_bottom ul li a
	{
		padding:0 3px;
		font-size:12px;
	}
}
@media screen and (max-width: 360px) {
	.header a
	{
		
	}
	.zoom_slick
	{
		width:100%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:100%;
	}
	.box_news a img
	{
		width:100px;
	}
	div.tieude_giua
	{
		font-size:15px;
	}
	div#menu_bottom ul li a
	{
		font-size:11px;
		padding:0 2px;
	}
	
}
@media screen and (max-width: 320px) {
}

