/*promotion 1 Area Starts*/

.PROMOTION-1 {
  font-family: "Roboto", sans-serif;
}

.PROMOTION-1 .section-heading {
  font-size: 42px;
  color: #222;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
}

.PROMOTION-1 .section-text {
  font-size: 18px;
  color: #6e7680;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}

.PROMOTION-1 .promotion_image {
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.PROMOTION-1 .promotion_text_area {
  padding-bottom: 30px;
}

.PROMOTION-1 .promotion_text_area h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding: 15px 0 10px;
  margin: 0;
}

.PROMOTION-1 .promotion_text_area p {
  font-size: 20px;
  text-transform: uppercase;
  color: #990061;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  min-height: 100px;
}

.PROMOTION-1 .promotion_text_area p span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
  text-transform: capitalize;
}

.PROMOTION-1 .promotion_text_area a.book {
  background: #990061;
  border-radius: 5px;
  border: 1px #990061 solid;
  padding: 8px 25px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.PROMOTION-1 .promotion_text_area a.more {
  border: 1px #990061 solid;
  padding: 8px 25px;
  color: #990061;
  text-transform: uppercase;
  display: inline-block;
}

.PROMOTION-1 .prom-tab-list {
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  text-align: center;
}

.PROMOTION-1 .prom-tab-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.PROMOTION-1 .prom-tab-list li a {
  display: block;
  border: 1px #ddd solid;
  color: #666;
  font-weight: 300;
  font-size: 18px;
  padding: 8px 25px;
  border-radius: 25px;
}

.PROMOTION-1 .prom-tab-list li a:hover,
.PROMOTION-1 .prom-tab-list li a:focus,
.PROMOTION-1 .prom-tab-list li.active a {
  background: #990061;
  color: #fff;
  text-decoration: none;
  border-color: #990061;
}

@media only screen and (max-width: 900px) {
  .PROMOTION-1 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 650px) {
  .PROMOTION-1 .prom-tab-list li {
    width: 49%;
    padding-bottom: 10px;
  }
  .PROMOTION-1 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/********************END***********************/

/*promotion 2 Area Starts*/

.PROMOTION-2 {
  font-family: "Roboto", sans-serif;
}

.PROMOTION-2 .section-heading {
  font-size: 45px;
  color: #222;
  font-weight: 300;
  margin: 0;
  padding: 0 0 15px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.PROMOTION-2 .section-text {
  font-size: 18px;
  color: #6e7680;
  font-weight: 300;
  margin: 0;
  padding: 0 15% 50px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.PROMOTION-2 .dining_image {
  width: 100%;
  float: left;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  margin: 0 0 10px;
}

.PROMOTION-2 .dining_image.image_left {
  background-position: left;
}

.PROMOTION-2 .dining_image.image_right {
  background-position: right;
}

.PROMOTION-2 .dining_text_area.right {
  padding: 60px 30px 60px 70px;
  z-index: 2;
  background: #d7d7d7;
  width: 50%;
  float: right;
  position: relative;
}

.PROMOTION-2 .dining_text_area.left {
  padding: 60px 30px 60px 70px;
  z-index: 2;
  background: #575757;
  width: 50%;
  float: left;
  position: relative;
}

.PROMOTION-2 .dining_text_area.left:before {
  position: absolute;
  width: 80px;
  height: 100%;
  background: #575757;
  transform: skew(-10deg);
  right: -35px;
  top: 0;
  content: "";
}

.PROMOTION-2 .dining_text_area.right:before {
  position: absolute;
  width: 80px;
  height: 100%;
  background: #d7d7d7;
  transform: skew(10deg);
  left: -35px;
  top: 0;
  content: "";
}

.PROMOTION-2 .dining_text_area.right h4 {
  font-size: 40px;
  color: #434242;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 0 0 20px;
  margin: 0;
}

.PROMOTION-2 .dining_text_area.right p {
  font-size: 16px;
  color: #434242;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 30px;
}

.PROMOTION-2 .dining_text_area.left h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  padding: 0 0 20px;
  margin: 0;
}

.PROMOTION-2 .dining_text_area.left p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding-bottom: 30px;
}

.PROMOTION-2 .dining_text_area a.more {
  background: #d94602;
  padding: 12px 30px;
  font-size: 12px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
}

.PROMOTION-2 .dining_text_area a.more:hover {
  text-decoration: none;
  background: #fff;
  color: #333;
}

@media only screen and (max-width: 900px) {
  .PROMOTION-2 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 650px) {
  .PROMOTION-2 .prom-tab-list li {
    width: 49%;
    padding-bottom: 10px;
  }
  .PROMOTION-2 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/********************END***********************/

/*promotion 3 Area Starts*/

.PROMOTION-3 {
  font-family: "Roboto", sans-serif;
}

.PROMOTION-3 .section-heading {
  font-size: 42px;
  color: #222;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.PROMOTION-3 .section-text {
  font-size: 18px;
  color: #6e7680;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.PROMOTION-3 .prd_image {
  width: 300px;
  height: 300px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 0;
  transition: ease 0.8s;
}

.PROMOTION-3 .text_area {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 520px);
  border-right: 1px #ddd solid;
}

.PROMOTION-3 .prd_image:hover {
  background-position: right center;
}

.PROMOTION-3 .text_area h4 {
  font-size: 24px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding: 0 0 10px;
  margin: 0;
}

.PROMOTION-3 .text_area p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 20px;
}

.PROMOTION-3 .text_area p.subtext {
  font-size: 18px;
  font-weight: 600;
  color: #cbad00;
}

.PROMOTION-3 .bttn_area {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: center;
  padding-left: 10px;
}

.PROMOTION-3 .bttn_area a.yelw-btn {
  padding: 12px 25px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #222;
  text-transform: uppercase;
  display: block;
}

.PROMOTION-3 .bttn_area a.yelw-btn:hover {
  text-decoration: none;
  background: #222;
  color: #fff;
}

.PROMOTION-3 .marginbottom30 {
  margin-bottom: 30px;
}

/********************END***********************/

/*promotion 4 Area Starts*/

.PROMOTION-4 {
  background: #f1f1f1;
  padding: 70px 0 40px;
}

.PROMOTION-4 .section-heading {
  font-size: 42px;
  color: #222;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.PROMOTION-4 .section-text {
  font-size: 18px;
  color: #6e7680;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.PROMOTION-4 .promotion_image {
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}

.PROMOTION-4 .promotion_text_area {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px;
  text-align: center;
}

.PROMOTION-4 .promotion_text_area h4 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding: 15px 0 10px;
  margin: 0;
}

.PROMOTION-4 .promotion_text_area p {
  font-size: 20px;
  text-transform: uppercase;
  color: #d9bf03;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  min-height: 100px;
}

.PROMOTION-4 .promotion_text_area p span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
  text-transform: capitalize;
}

.PROMOTION-4 .promotion_text_area a.more {
  background: #222;
  padding: 8px 25px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.PROMOTION-4 .prom-tab-list {
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
}

.PROMOTION-4 .prom-tab-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.PROMOTION-4 .prom-tab-list li a {
  display: block;
  background: #fff;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 8px 25px;
  border-radius: 3px;
}

.PROMOTION-4 .prom-tab-list li a:hover,
.PROMOTION-4 .prom-tab-list li a:focus,
.PROMOTION-4 .prom-tab-list li.active a {
  background: #111;
  color: #fff;
  text-decoration: none;
  border-color: #000;
}

@media only screen and (max-width: 900px) {
  .PROMOTION-4 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 650px) {
  .PROMOTION-4 .prom-tab-list li {
    width: 49%;
    padding-bottom: 10px;
  }
  .PROMOTION-4 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/********************END***********************/

/*promotion 5 Area Starts*/

.PROMOTION-5 {
  background: #fff;
  padding: 70px 0 40px;
  font-family: "Arimo", sans-serif;
}

.PROMOTION-5 .section-heading {
  font-size: 50px;
  color: #222;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
.PROMOTION-5 .section-heading:before{content: ""; background: #5eacdf; width: 5px; height: 100%; position: absolute; top: 0; left: -20px;}

.PROMOTION-5 .section-text {
  font-size: 18px;
  color: #6e7680;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px;
  text-align: left;
}

.PROMOTION-5 .promotion_image {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  margin: 0;
}

.PROMOTION-5 .promotion_image:before{width:50%; height:50%; border-top:2px #fff solid; border-left:2px #fff solid; position:absolute; top:10px; left:10px; content:""; z-index:1; transition:ease 0.5s;}
.PROMOTION-5 .promotion_image:after{width:50%; height:50%; position:absolute; border-bottom:2px #fff solid; border-right:2px #fff solid; bottom:10px; right:10px; content:""; z-index:1; transition:ease 0.5s;}
.PROMOTION-5 .promotion_image:hover:after, .PROMOTION-5 .promotion_image:hover:before{width:100%; height:100%;}

.promotionItem {
  margin-bottom: 30px;
}

.PROMOTION-5 .promotion_text_area {
  padding: 10px;
  background: #fff;
  height: calc(100% - 250px);
  position: relative;
  border: 1px solid #c6c6c6;
  display: flex;
  flex-direction: column;
}


.PROMOTION-5 .promotion_text_area h4 {
  font-size: 24px;
  color: #2f3c4a;
  font-weight: 600;
  margin: 0 0 10px;
}

.PROMOTION-5 .promotion_text_area p {
  font-size: 16px;
  color: #2f3c4a;
  margin: 0;
  padding-bottom: 10px;
}

.PROMOTION-5 .promotion_text_area p span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
}

.PROMOTION-5 .owl-carousel .bttn_area {
    display: flex;
    margin-top: auto;
}

.PROMOTION-5 a.more {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.PROMOTION-5 .prom-tab-list {
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  text-align: right;
}

.PROMOTION-5 .prom-tab-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.PROMOTION-5 .prom-tab-list li a {
  display: block;
  background: #111;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding: 8px 25px;
  border-radius: 3px;
}

.PROMOTION-5 .prom-tab-list li a:hover,
.PROMOTION-5 .prom-tab-list li a:focus,
.PROMOTION-5 .prom-tab-list li.active a {
  background: #fff;
  color: #222;
  text-decoration: none;
  border-color: #000;
}

.PROMOTION-5 a.more {
  background: rgba(0, 0, 0, 0.75);
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.PROMOTION-5 a.more:last-child {
  background: rgba(0, 0, 0, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.PROMOTION-5 a.more:hover {
  background: #162634;
}

.PROMOTION-5 .promotion_text_area .btnGroup {
    display: flex;
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    margin-top: auto;
}

.promotionList {
  display: flex;
  flex-wrap: wrap;
}

.promotion_carousel{ position: relative; }
.promotion_carousel .room-suite-box{ background: none; border: none; padding: 0; text-align: center; }
.promotion_carousel .room-suite-box .suite-image{ height: 230px; background-size: cover; margin-bottom: 15px; }
.promotion_carousel .room-suite-box h5{ text-transform: uppercase; font-size: 16px; font-weight: 700; padding: 0; margin-bottom: 10px; border: none; }
.promotion_carousel .room-suite-box p{ font-size: 14px; padding-bottom: 15px; min-height: 80px; max-height: 80px; overflow-y: auto; }
.promotion_carousel .room-suite-box a.book-now{ width: 100%; border-radius: 0; font-family: 'Josefin Sans', sans-serif; padding: 12px 15px 8px; font-size: 14px; line-height: 24px; text-transform: uppercase; text-align: center; }
/* .promotion_carousel .owl-nav{ position: absolute; top: 0; right: 0; transform: translateY(calc(-100% - 15px)); display: flex; }
.promotion_carousel .owl-nav div{ width: 22px; height: 22px; position: relative; font-size: 0; border: 1px solid #aaa; }
.promotion_carousel .owl-nav div:hover{ background-color: #ddd; }
.promotion_carousel .owl-nav .owl-next{ margin-left: -1px; }
.promotion_carousel .owl-nav div:after{ content: ""; font-family: "fontAwesome"; font-size: 16px; line-height: 20px; text-align: center; width: 20px; display: block; }
.promotion_carousel .owl-nav .owl-prev:after{ content: "\f100";}
.promotion_carousel .owl-nav .owl-next:after{ content: "\f101";} */
.PROMOTION-5 .owl-nav .owl-prev{padding:10px 20px; left:-9%; position:absolute; top:50%; transform:translateY(-50%); font-family:'FontAwesome'; font-size:80px; color:#222;}
.PROMOTION-5 .owl-nav .owl-next{padding:10px 20px; right:-9%; position:absolute; top:50%; transform:translateY(-50%); font-family:'FontAwesome'; font-size:80px; color:#222;}
.PROMOTION-5 .owl-carousel .owl-stage-outer, .PROMOTION-5 .owl-carousel{position:inherit;}

@media only screen and (max-width:1360px){
  .PROMOTION-5 .owl-nav .owl-prev{left: -6%;}
	.PROMOTION-5 .owl-nav .owl-next{right: -6%;}
}

@media only screen and (max-width: 1280px) {
  .PROMOTION-5 .promotion_text_area h4 {
    font-size: 22px;
  }
  .PROMOTION-5 .promotion_text_area p {
    font-size: 17px;
    line-height: 130%;
  }
}

@media only screen and (max-width:1250px){
  .PROMOTION-5 .owl-nav .owl-prev{left: -4.5%;}
	.PROMOTION-5 .owl-nav .owl-next{right: -4.5%;}
}

@media only screen and (max-width:1199px){
	.PROMOTION-5 .owl-nav .owl-prev{left: -7%;}
	.PROMOTION-5 .owl-nav .owl-next{right: -7%;}
}

@media only screen and (max-width:1035px){
  .PROMOTION-5 .owl-nav .owl-prev,.PROMOTION-5 .owl-nav .owl-next{ font-size: 30px; }
.PROMOTION-5 .owl-nav .owl-prev{ color:#fff; left: 0;}
.PROMOTION-5 .owl-nav .owl-next{ color:#fff; right: 0;}
}

@media only screen and (max-width: 991px) {
  .PROMOTION-5 .promotion_text_area p {
    font-size: 14px;
    font-weight: 700;
  }
  .PROMOTION-5 .promotion_text_area h4 {
    font-size: 19px;
  }
  .PROMOTION-5 .promotion_image {
    height: 170px;
  }
  .PROMOTION-5 .promotion_text_area {
    height: calc(100% - 170px);
  }
  .PROMOTION-5 .promotion_text_area p {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .PROMOTION-5 .promotion_text_area p {
    min-height: auto;
  }
  .PROMOTION-5 .section-heading {
    font-size: 30px;
  }
}

/********************END***********************/

/*promotion 6 Area Starts*/

.PROMOTION-6 {
  background: #f1f1f1;
  padding: 70px 0 40px;
  font-family: "Arimo", sans-serif;
}

.PROMOTION-6 .section-heading {
  font-size: 42px;
  color: #222;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
}

.PROMOTION-6 .section-text {
  font-size: 18px;
  color: #6e7680;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}

.PROMOTION-6 .promotion_image {
  width: 250px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  background-repeat: repeat;
  border: 10px #fff solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  height: 250px;
}

.PROMOTION-6 .promotion_text_area {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.PROMOTION-6 .promotion_text_area h4 {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  padding: 15px 0 10px;
  margin: 0;
}

.PROMOTION-6 .promotion_text_area p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  min-height: 100px;
}

.PROMOTION-6 a.more {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.8s;
}

.PROMOTION-6 .prom-tab-list {
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  text-align: center;
}

.PROMOTION-6 .prom-tab-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.PROMOTION-6 .prom-tab-list li a {
  display: block;
  background: #111;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding: 8px 25px;
  border-radius: 3px;
}

.PROMOTION-6 .prom-tab-list li a:hover,
.PROMOTION-6 .prom-tab-list li a:focus,
.PROMOTION-6 .prom-tab-list li.active a {
  background: #fff;
  color: #222;
  text-decoration: none;
  border-color: #000;
}

@media only screen and (max-width: 900px) {
  .PROMOTION-6 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 650px) {
  .PROMOTION-6 .prom-tab-list li {
    width: 49%;
    padding-bottom: 10px;
  }
  .PROMOTION-6 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/********************END***********************/

/*promotion 7 Area Starts*/

.PROMOTION-7 {
  background: #f1f1f1;
  padding: 70px 0 30px;
  font-family: "Arimo", sans-serif;
}

.PROMOTION-7 .section-heading {
  font-size: 36px;
  color: #222;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
}

.PROMOTION-7 .section-text {
  font-size: 18px;
  color: #6e7680;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}

.PROMOTION-7 .promotion_image {
  margin: 0;
  position: relative;
  border: 1px #666 solid;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.PROMOTION-7 .promotion_text_area {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px #666 solid;
}

.PROMOTION-7 .promotion_text_area h4 {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0;
}

.PROMOTION-7 .promotion_text_area p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  min-height: 100px;
}

.PROMOTION-7 a.more {
  background: rgba(0, 0, 0, 1);
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  transition: ease 0.8s;
}

.PROMOTION-7 .prom-tab-list {
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  text-align: center;
}

.PROMOTION-7 .prom-tab-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.PROMOTION-7 .prom-tab-list li a {
  display: block;
  color: #111;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 3px;
}

.PROMOTION-7 .prom-tab-list li a:hover,
.PROMOTION-7 .prom-tab-list li a:focus,
.PROMOTION-7 .prom-tab-list li.active a {
  background: #fff;
  color: #222;
  text-decoration: none;
  border-color: #000;
}

@media only screen and (max-width: 900px) {
  .PROMOTION-7 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 650px) {
  .PROMOTION-7 .prom-tab-list li {
    width: 49%;
    padding-bottom: 10px;
  }
  .PROMOTION-7 .prom-tab-list li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/********************END***********************/
