@import url('https://fonts.googleapis.com/css2?family=Salsa&amp;display=swap');

.datepicker.dropdown-menu {
  background-color: #222
}

.container_new h2 {
  font-size: 15px !important;
  text-align: center !important;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Salsa", cursive;
}

.text-red {
  color: #f81111 !important
}

.text-black {
  color: #000 !important
}

.text-white,
.text-white * {
  color: #fff !important
}

.text-gold {
  color: #f1bb00 !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffd10d;
  text-transform: initial;
  padding: 10px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 1000
}

.site-title,
.site-tagline {
  font-family: "Times New Roman", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(0.75vw+20px);
  letter-spacing: 1.75vw;
  background-color: #562B08;
  padding: 8px 0;
}

.site-title a {
  color: #fff;
  text-decoration: none;
  transition: text-shadow .5s;
  -webkit-transition: text-shadow .5s;
  -moz-transition: text-shadow .5s;
  -ms-transition: text-shadow .5s;
  -o-transition: text-shadow .5s
}

.site-title a:hover {
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.5)
}

.main-content {
  position: relative
}

.main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  linear-gradient: (transparent, #c2a02c);
  opacity: .4
}

.bottom-margin {
  margin-bottom: 30px
}

.navbar {
  border: 0;
  border-bottom: 1px solid #dea623;
  font-size: 15px;
  margin: 0;
  padding: 3px 0
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top
}

.navbar .navbar-collapse {
  text-align: center;
  box-shadow: none
}

.navbar .navbar-collapse.collapsing,
.navbar .navbar-collapse.in {
  border-top: 1px solid #dea623
}

.navbar-toggle {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  letter-spacing: 2px
}

.navbar-nav>li>a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  position: relative
}

.navbar-nav>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #dea623;
  z-index: -1;
  opacity: 0;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
  background-color: #647E68
}

.navbar-nav>li>a:hover::before,
.navbar-nav>li>a:focus::before,
.navbar-nav>li>a:active::before {
  height: 100%;
  opacity: 1
}

#top-banner {
  height: 35vw;
  border-bottom: 1px solid #dea623;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../index-2.html)
}

#top-banner>#inner-banner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}

.phone-number {
  border: 2px solid #dea623;
  border-radius: 50px;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  transition: background-color .25s;
  -webkit-transition: background-color .25s;
  -moz-transition: background-color .25s;
  -ms-transition: background-color .25s;
  -o-transition: background-color .25s;
  letter-spacing: 2px
}

.phone-number:hover {
  color: #fff;
  text-decoration: none;
  background-color: #dea623
}

.site-tagline {
  font-weight: 400;
  font-size: calc(0.5vw+10px);
  letter-spacing: calc(0.75vw+2px);
  margin: 0
}

.quick-search {
  margin-bottom: 30px
}

.spaced {
  letter-spacing: calc(0.5vw+2px);
  margin-bottom: 15px
}

#home-section-2 {
  background-image: url(../index-2.html);
  background-position: right top;
  background-repeat: no-repeat
}

#home-section-3 {
  border-bottom: 10px solid #dea623
}

#latest {
  margin-bottom: 50px
}

#available {
  margin-bottom: 30px
}

#home-feeds {
  padding-top: 15px
}

.home-news-holder {
  background-color: rgba(32, 32, 32, 0.5);
  margin-bottom: 15px;
  padding: 25px;
  color: #fff;
  position: relative
}

.home-news-holder::before,
.home-news-holder::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #dea623;
  width: 0;
  height: 100%;
  transition: width .25s;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s
}

.home-news-holder::before {
  left: 0
}

.home-news-holder::after {
  right: 0
}

.home-news-link:hover .home-news-holder::before,
.home-news-link:hover .home-news-holder::after {
  width: 10px
}

.page-content>.container {
  background-image: url(../index-2.html);
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 600px
}

#booking_image_1 {
  margin: 0 auto 15px auto
}

.g-recaptcha>div {
  margin: 0 auto
}

.booking-title {
  text-align: center;
}

.review {
  margin-bottom: 30px
}

.review img {
  width: 100%
}
.fot-head{
  font-size: 25px !important;
}
.review>a>div {
  background-color: rgba(32, 32, 32, 0.75);
  overflow: hidden;
  border-radius: 30px;
  color: #fff
}

.review>a>div>.row {
  margin-right: 0
}

.review .review-text-holder {
  padding: 15px
}

.profile-review-holder {
  padding: 15px;
  background-color: rgba(32, 32, 32, 0.5);
  border-radius: 15px;
  margin-bottom: 15px
}

.review-table {
  margin-bottom: 15px
}

.review-table-inner {
  background-color: rgba(32, 32, 32, 0.5);
  padding: 15px
}
footer h1 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2rem
}
.fot-head{
	font-size: 25px;
	color: #ffd10d !important;
  }
  .bus-col-md-3 {
    line-height: 35px !important;
}
.review-table-inner img {
  height: 100px;
  margin-right: 15px
}

.review-table-inner>div {
  display: inline-block
}

.review-table>a {
  text-decoration: none
}

@media(max-width:768px) {
  .review-table-inner>div {
    display: block;
    text-align: center
  }

  .review-table-inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
  }
}

footer {
  padding: 15px 0;
  border-top: 1px solid #0e0d0c;
  position: relative;
  background-color: #dd5f06
}

footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: -1;
  background: linear-gradient(transparent, #141414);
  opacity: .4
}

.gallery-holder {
  padding: 0 10px;
  margin-bottom: 10px
}

.gallery-holder>a {
  text-decoration: none
}

.gallery-image-holder {
  background-color: rgb(232 26 5);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
  transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}

.gallery-holder>a:hover .gallery-image-holder {
  background-color: rgba(255, 0, 0, 0.75)
}

.gallery-image-holder img {
  width: 100%;
  border-radius: 20px
}

.gallery-text-holder {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px
}

.duo-holder {
  background-color: rgba(255, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 30px
}

.duo-link>a {
  text-decoration: none
}

.duo-link>a h4 {
  color: #fff
}

.duo-link>a:hover .gallery-image-holder {
  background-color: rgba(255, 0, 0, 0.75)
}

#reviews-link {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  transition: color .25s
}

#reviews-link:hover {
  color: red
}

.backtogallery {
  margin-top: 15px;
  padding: 10px 0;
  text-align: center;
  background-color: red;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
  display: block;
  text-decoration: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
  transition: background-color .25s;
  -webkit-transition: background-color .25s;
  -moz-transition: background-color .25s;
  -ms-transition: background-color .25s;
  -o-transition: background-color .25s
}

.backtogallery:hover {
  background-color: #f3c31d;
  text-decoration: none;
  color: #fff
}

.profile-item {
  margin-bottom: 30px
}

.profile-item img {
  width: 100%;
  border-radius: 30px;
  border: 3px solid red
}

.profile-info-row {
  padding: 0 30px
}

.profile-title {
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 30px;
  border: 2px solid red
}

.profile-title .profile-location,
.profile-title .profile-rates {
  letter-spacing: 5px
}

.profile-info {
  background-color: rgba(32, 32, 32, 0.75);
  margin-bottom: 30px;
  padding: 30px 15px;
  border-radius: 30px
}

.profile-info .stat {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 2px
}

.reviews input,
.reviews select,
.reviews textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 30px;
  margin-bottom: 10px;
  padding-left: 25px
}

.reviews input::-webkit-input-placeholder,
.reviews select::-webkit-input-placeholder,
.reviews textarea::-webkit-input-placeholder,
.reviews input:-moz-placeholder,
.reviews select:-moz-placeholder,
.reviews textarea:-moz-placeholder,
.reviews input::-moz-placeholder,
.reviews select::-moz-placeholder,
.reviews textarea::-moz-placeholder,
.reviews input:-ms-input-placeholder,
.reviews select:-ms-input-placeholder,
.reviews textarea:-ms-input-placeholder {
  color: #555
}

.reviews form {
  margin-bottom: 30px
}

.duo-info-holder {
  padding-left: 15px;
  padding-right: 15px
}

.duo-info-holder>div {
  background-color: rgba(32, 32, 32, 0.5);
  border-radius: 15px;
  padding: 15px
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row.is-flex>[class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.click-nav {
  margin-top: 15px
}

.click-nav ul {
  position: relative;
  padding: 0;
  margin-bottom: 0
}

.click-nav ul li {
  position: relative;
  list-style: none;
  cursor: pointer
}

.click-nav ul li ul {
  position: absolute;
  left: 35px;
  right: 35px;
  z-index: 999;
  display: none
}

.click-nav ul .clicker {
  margin-bottom: 0;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background-color: #f81111;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
  transition: background-color .25s;
  -webkit-transition: background-color .25s;
  -moz-transition: background-color .25s;
  -ms-transition: background-color .25s;
  -o-transition: background-color .25s
}

.click-nav ul .clicker:hover {
  background-color: #dd5f06
}

.click-nav ul li a {
  display: block;
  background-color: #000;
  border: 1px solid #333;
  margin-bottom: -1px;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  transition: background-color .25s;
  -webkit-transition: background-color .25s;
  -moz-transition: background-color .25s;
  -ms-transition: background-color .25s;
  -o-transition: background-color .25s;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px
}

.click-nav ul li a:hover {
  background-color: #f3c31d
}

.click-nav span {
  padding: 0
}

.byline {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
  font-weight: 400;
  background-color: #000;
  border-top: 1px solid red;
  color: #fff
}

.byline a {
  color: #b69c66;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s
}

.byline a:hover {
  color: #fff;
  text-decoration: none
}

.byline p {
  margin: 0;
  line-height: 48px
}

.byline img {
  padding-right: 10px
}

@media(min-width:768px) {
  .main-content .phone-number {
    margin-bottom: 50px
  }
}

@media(max-width:989px) {
  .navbar-nav>li>a {
    font-size: 13px;
    padding: 6px
  }

  .click-nav .text-black {
    display: block
  }
}

@media(max-width:767px) {

  .byline p.pull-left,
  .byline p.pull-right {
    text-align: center
  }

  .navbar-nav>li>a {
    margin-bottom: 10px
  }

  .navbar-nav>li>a::before {
    background-color: transparent
  }

  .navbar .navbar-nav {
    width: 100%
  }

  .phone-number {
    padding: 10px 0;
    font-size: 18px
  }

  .click-nav .text-black {
    display: inline
  }

  .gallery-image-holder {
    padding: 10px;
    border-radius: 30px
  }

  .gallery-image-holder img {
    border-radius: 20px
  }

  .gallery-holder {
    padding: 0 5px;
    width: 97%
  }

  #home-section-3 {
    background-image: none
  }
}


/* footer css  */
footer {
  background-color: #141414;
  padding: 0px 0px 15px 0px !important;
  margin-top: 3rem;
}

footer ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0px;
}

footer a {
  color: #ffe6b8 !important;
  text-decoration: none;
  background-color: transparent
}

footer a:hover {
  color: #f7a612;
  text-decoration: underline
}

footer h4 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2rem
}

footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 5%);
  width: 88%;
}

.bus-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:576px) {
  .bus-container {
    max-width: 540px
  }
}

@media(min-width:768px) {
  .bus-container {
    max-width: 720px
  }
}

@media(min-width:992px) {
  .bus-container {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .bus-container {
    max-width: 1140px
  }
}

.bus-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.bus-col-6,
.bus-col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.bus-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media(min-width:768px) {
  .bus-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}

.bus-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.bus-text-center {
  text-align: center !important
}

.bus-text-muted {
  color: #6c757d !important
}

footer li a {
  font-size: 18px;
  line-height: 25px;
  word-break: break-word;
}

.site-tagline {
  margin-bottom: 15px;
}

@media only screen and (max-width: 720px) {
  .sm-w-35 {
    width: 35px;
  }
}

footer ul li {
  padding-left: 0px;
}

footer .fot-head {
  background-color: transparent;
  text-align: left;
}

.navbar-toggle i {
  margin-left: -9px !important;
}

.heading_new {
  color: #ffc107;
  font-size: 30px;
  text-align: center;
  /* padding: 0px 15px 6px 15px; */
}

.heading_new_one {
  color: #ffc107;
  font-size: 22px;
  text-align: initial;
}

.a_color {
  color: red;
}

@media only screen and (min-width: 768px) {
  .loc_content_container p {
    font-size: 17px;
  }
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
  background-color: #647E68 !important;
}

.loc_img_box {
  height: 40vw !important;
}

.loc_img_box>img {
  height: 40vw !important;
  border: 1px solid gold;
}


@media only screen and (max-width: 598px) {
  .other_mobile_banner {
    height: 135vw;
  }

  .other_mobile_banner img {
    height: 135vw;
  }

}

.cont_h2 {
  color: #fff;
  font-size: 1.8em;
}

/* banner css start  */

.mobile_banner {
  display: none;
}

.desktop_banner {
  height: 34vw;
}

.desktop_banner img {
  height: 34vw;
  width: 100%;
}


@media only screen and (max-width: 768px) {
  .desktop_banner {
    display: none;
  }

  .mobile_banner {
    height: 135vw;
    display: block;
  }

  .mobile_banner img {
    height: 135vw;
    width: 100%;
  }
}

/* banner css end  */

.text_warning {
  color: red !important;
}

.new_para_box p {
  font-size: 18px;
  line-height: 25px;
  text-align: initial;
  color: #fff;
  margin-bottom: 10px;
}

.my_auto {
  margin: auto 0;
  display: block;
}

.cat_box {
  margin: 0px auto;
  width: 80vw;
  display: grid;
  /* grid-template-columns: 40% 60%; */
  grid-gap: 10px;
  margin-bottom: 20px;
}


@media only screen and (max-width: 1140px) { 
  .cat_box {
    grid-template-columns: 1fr;
    margin: 0px auto;
    width: 92vw;
  }

  .cat_right {
    margin: 0px auto;
    display: block;
  }

  .heading_new {
    font-size: 20px;
  }
}

.cat_right img {
  border: 1px solid gold;
}

.cat_top_box {
  margin-bottom: 20px;
  /* background: #1D1F20; */
}

#box {
  color: white;
  font-family: 'Raleway';
  font-size: 2.5rem;
}

.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
  padding: 0px 15px 0px 15px !important;
}

.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* card  */
.card_new {
  box-shadow: 0 4px 8px 0 rgba(247, 12, 12, 0.2);
  transition: 0.3s;
  width: 100%;
  background: #b80606;
}

.card_new:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container_new {
  padding: 2px 1px;
}

.card_new_img {
  width: 100%;
}

.container_new h2 {
  text-align: center;
}

.card_new {
  margin-bottom: 20px;
}

.anchor_colors {
  color: rgb(255, 115, 0);
}

.anchor_colors:hover {
  color: rgb(255, 51, 0);
}

/* buttons  */
.unique-links {
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
  flex-direction: column
}

.unique-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px;
  text-align: justify;
  list-style: none
}

.unique-links ul li {
  position: relative;
  float: right;
  margin: 3px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 27px;
  height: 27px;
  text-align: center
}

.unique-links ul li:nth-child(n+1) {
  flex-grow: 1
}

.unique-links ul li a {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-radius: 4px;
  overflow: hidden;
  text-align: center
}

.unique-links ul li:hover a {
  color: #ffffff !important
}

.unique-links .uni-body,
.unique-links .uni-height,
.unique-links .uni-hair {
  background: linear-gradient(to bottom, rgb(204 4 0) 0%, rgb(112 22 1) 100%);
  border: 1px solid #fc3809;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(14, 156, 15, 0.65);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(86, 179, 222, 0.65);
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(15, 158, 43, 0.65);
  color: #000;
  padding: 0 10px;
}

.unique-links .uni-tits-size,
.unique-links .uni-origin {
  background: rgb(51, 56, 67);
  background: -moz-linear-gradient(top, rgb(85, 99, 131) 0%, rgb(51, 56, 67) 100%);
  background: -webkit-linear-gradient(top, rgb(85, 99, 131) 0%, rgb(51, 56, 67) 100%);
  background: linear-gradient(to bottom, rgb(85, 99, 131) 0%, rgb(51, 56, 67) 100%);
  border: 1px solid #1e252d;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(128, 118, 141, 0.65);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(128, 118, 141, 0.65);
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(128, 118, 141, 0.65);
  padding: 0 10px;
}

.unique-links .uni-eyes,
.unique-links .uni-services,
.unique-links .uni-age {
  background: rgb(195, 24, 78);
  background: -moz-linear-gradient(top, rgb(238, 90, 220) 0%, rgb(173, 26, 157) 100%);
  background: -webkit-linear-gradient(top, rgb(218, 14, 61) 0%, rgb(199, 12, 37) 100%);
  background: linear-gradient(to bottom, rgb(206, 16, 68) 0%, rgb(226, 15, 78) 100%);
  border: 1px solid #e20a3f;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(128, 118, 141, 0.65);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(128, 118, 141, 0.65);
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.35), 0px 0px 1px 0px rgba(128, 118, 141, 0.65);
  padding: 0 10px;
}

.unique-links hr {
  background-image: -o-linear-gradient(left center, transparent, rgba(192, 44, 174, 0.8), transparent);
  background-image: -webkit-gradient(linear, left center, transparent, rgba(192, 44, 174, 0.8), transparent);
  background-image: -ms-linear-gradient(left center, transparent, rgba(192, 44, 174, 0.8), transparent);
  background-image: -moz-linear-gradient(left center, transparent, rgba(192, 44, 174, 0.8), transparent);
  background-image: -webkit-linear-gradient(left center, transparent, rgba(192, 44, 174, 0.8), transparent);
  background-image: linear-gradient(to left, rgba(192, 44, 174, 0), rgba(192, 44, 174, 0.8), rgba(192, 44, 174, 0));
  border: 0 none;
  height: 1px;
  margin: 0
}