/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.bg-camila {
  background: #cccccc;
}
.carousel-inner img {
  line-height: 1;
  width: 100%;
}
.camsearch .form-control-lg {
  height: 39px;
  font-size: 0.875rem;
}
.holder {
  height: auto;
  background-color: #f5f5f5;
  margin: 0 3rem;
  /* width: 1024px; */
  position: relative;
}
@media (min-width: 756px) {
  .holder {
    margin: 0 7rem;
  }
}
@media (max-width: 478px) {
  .holder {
    margin: 0px;
  }
}
.carousel-indicators li {
  display: none;
}
.carousel-caption {
  margin-left: auto;
}
@media only screen and (min-width: 986px) {
  .abs-container {
    position: absolute;
    width: 100%;
    top: 99px;
    left: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 780px) {
  .cat-card {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
}
.mid-section {
  background: transparent;
}
.button-top a {
  background: theme-primary;
  border: 1px solid theme-primary;
  border-radius: 3px;
  color: #1d2731 !important;
  font-size: 14px;
  padding: 4px 10px;
  text-transform: capitalize;
}
.button-top a:hover {
  text-decoration: none;
}
.form-control.selectize-control {
  width: 33% !important;
}
@media only screen and (max-width: 600px) {
  .form-control.selectize-control {
    width: 100% !important;
  }
}
#background {
  background-size: cover;
  width: 100%;
  height: 500px;
  max-height: 450px;
}
.header-bg {
  position: relative;
}
.header-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.76) 14%, rgba(0, 0, 0, 0.35) 66%);
}
.header-box {
  width: 67%;
  text-align: left;
  position: relative;
  margin-left: 1rem;
  margin-top: 4rem;
}
.header-title h1 {
  font-size: 32px;
  padding-top: 7%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 350;
  text-transform: uppercase;
}
.header-title p {
  font-size: 26px;
  color: #ccc;
  font-weight: 300;
  text-transform: uppercase;
}
.header-title span {
  color: #fff;
  font-size: 20px;
}
.btn-book {
  background: #ccc;
  border: solid 1px #000;
}
.head-title h2 {
  color: #202c40;
  font-size: 28px;
  font-weight: 390;
}
.head-title p {
  color: #ffffff;
  padding-top: 0;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
a.camila-link {
  font-size: 18px;
  text-decoration: none;
  color: #ddd;
}
a.camila-link:hover {
  color: #ff3f19;
}
.distance {
  margin-top: calc(28rem + 20px);
}
@media (min-width: 992px) and (max-width: 1140px) {
  .distance {
    margin-top: calc(26rem + 20px);
  }
}
@media (max-width: 992px) {
  .distance {
    margin-top: 30px;
  }
}
.pamper {
  overflow-y: scroll;
  max-height: 50rem;
}
.pamper::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
/* Track */
.pamper::-webkit-scrollbar-track {
  background: #eee;
}
/* Handle */
.pamper::-webkit-scrollbar-thumb {
  background: #ff3f19;
}
/* Handle on hover */
.pamper::-webkit-scrollbar-thumb:hover {
  background: #ff3f19;
}
/* Search Form */
.camilavw .gc-search-form .selectize-input {
  border-radius: 0;
  padding-top: 14px;
}
.camilavw .gc-search-form .form-control.selectize-control {
  width: 100%;
}
.camilavw .gc-search-form .search-btn {
  border: 0 !important;
  background-color: #ff3f19;
  border-color: #ff3f19;
  color: #ffffff !important;
}
.camilavw .gc-search-form .search-btn:hover, .camilavw .gc-search-form .search-btn:focus {
  background-color: #ee310b !important;
  border-color: #ee310b !important;
  color: #ffffff !important;
}
.camilavw .gc-search-form .btn-flip {
  background-color: #ff3f19;
  border-color: #ff3f19;
}
.camilavw .gc-search-form .btn-flip .fas {
  color: #ffffff;
}
.camilavw .gc-search-form .input-group-append {
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .camilavw .gc-search-form .input-group-append {
    display: block;
    margin-bottom: 0.8rem;
  }
  .camilavw .gc-search-form .search-btn, .camilavw .gc-search-form .form-inline .form-control {
    width: 100%;
  }
  .camilavw .gc-search-form .twitter-typeahead {
    margin-bottom: 0.2rem;
  }
}
.camilavw .gc-search-form .form-control-lg, .camilavw .gc-search-form .selectize-input, .camilavw .gc-search-form .search-btn {
  height: 50px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.relative {
  position: relative;
  z-index: 1;
}
.secondary__navbar {
  background: #FFFFFF;
  padding: 11px 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  text-align: right;
  transition: all 0.2s ease;
  transform: translateY(0);
  z-index: 100;
  height: 65px;
  width: 100%;
}
.secondary-links li a {
  font-size: 1.5rem;
  padding: 1rem 2.2rem;
  font-weight: 400;
  background: #CCE500;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  margin-top: 2px;
}
@media screen and (max-width: 575px) {
  #brand {
    margin: 0px !important;
  }
  .camilavw .navbar {
    padding: 0.5rem 0.41rem !important;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.form-control-lg {
  font-size: 0.875rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.camilawtcat {
  z-index: 20;
  box-shadow: 4px 2px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
}
.camilawtcat-lists {
  float: left;
  width: 100%;
}
.camilawtcat-lists__title {
  padding: 0 0 0 10px;
  /*line-height: 45px;*/
}
.camilawtcat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.camilawtcat ul li {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  float: left;
  width: 100%;
}
.camilawtcat ul li:hover {
  box-shadow: 1px 0 12px -7px rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.camilawtcat ul li a {
  color: #1d2731;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 2px;
}
.camilawtcat ul li a:hover {
  color: #1d2731;
}
.camilawtcat ul li a i {
  color: #1d2731;
  float: left;
  font-size: 1.7rem;
  line-height: 44px;
  margin-left: 0.5rem;
}
.camilawtcat .camilawtcat-lists > li:nth-child(2n+2) {
  background-color: #f5f5f5;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.fprlv06-box {
  height: auto;
  font-size: 1.3rem;
  box-shadow: 0 -1px 12px 0 rgba(50, 50, 50, 0.25);
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .fprlv06-box {
    margin-bottom: 8.5rem;
    height: 350px;
    object-fit: container;
  }
}
.fprlv06-box:hover {
  transform: scale(1.05);
}
.fprlv06 h3 a {
  font-size: 1rem;
  color: #1d2731;
}
.fprlv06__title {
  font-weight: 600;
  color: #1d2731;
  font-size: 16px;
  text-transform: uppercase;
}
.fprlv06 ul li {
  font-size: 0.9rem;
  float: left;
  width: 100%;
  padding: 5px 0;
}
.fprlv06 ul li a {
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  text-transform: capitalize;
}
.fprlv06__picture {
  overflow: hidden;
  position: relative;
}
.fprlv06__picture img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fprlv06__picture img:hover {
  /* transform: scale(1.1); */
}
.fprlv06__picture:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 35%);
}
.fprlv06__picture:hover:before {
  display: none;
}
@media only screen and (min-width: 780px) {
  .fprlv06__picture {
    height: 100%;
  }
}
.picture {
  width: 100%;
  overflow: hidden;
}
.picture__img {
  width: 100%;
}
.picture img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
.bg-category {
  background: #ff3f19;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.row-mobile {
  background-color: #ff3f19;
  color: #ffffff;
}
.figure {
  position: relative;
}
.figure__img {
  /*padding: 0 20px;*/
}
.figure__img img {
  border-radius: 4px;
  width: 100%;
}
.figure__text {
  position: absolute;
  top: 21%;
  left: 0;
}
.figure__text--heading {
  color: #fff;
  /* margin-top: 20px;*/
  text-shadow: 1px 2px 3px #444;
  font-weight: 400;
}
.figure__text--sub {
  color: #ff3f19;
  font-size: 24px !important;
  font-weight: 400;
}
.figure__text form ul {
  width: 75%;
  display: flex;
  justify-content: center;
}
.figure__text form ul li {
  display: inline-block;
  float: left;
  line-height: 0.35417in;
  font-size: 13.5pt;
  color: #343c42;
  font-weight: 400;
}
.figure__text form ul li input {
  font-size: 0.9375pc;
  padding: 6pt;
  border: solid 0.75pt #f1f3f5;
  background: #fff;
  width: 100%;
  outline: none;
}
.figure__text form ul li:nth-child(1) {
  width: 10%;
}
.figure__text form ul li:nth-child(2) {
  width: auto;
}
.figure__text form ul li:nth-child(3) {
  width: auto;
}
.figure__text form ul li:nth-child(3) input {
  color: #fff;
  background: #f66a05 !important;
  border: 0px;
}
@media (min-width: 576px) {
  .pad-zero {
    padding: 0 !important;
  }
  .figure__text--heading {
    font-size: 14px;
  }
  .figure__text--sub {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .figure__text--heading {
    font-size: 26px;
  }
  .figure__text--sub {
    font-size: 14px;
  }
  .head-title h2 {
    font-size: 2rem;
  }
  .head-title p {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .add-moto {
    margin: auto;
  }
  .head-title h2 {
    font-size: 1.2rem !important;
  }
  .head-title p {
    font-size: 1rem;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.product-category {
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0;
  margin-right: -15px;
}
.product-category a {
  text-decoration: none;
}
.product-category .figure img {
  display: block;
  width: 200px;
  height: 140px;
  object-fit: contain;
}
.product-category .figure .figure-text .product-heading {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0;
  padding: 10px 0 0;
  color: #424242;
}
.product-category .figure .figure-text .product-btn {
  font-weight: 400;
  font-size: 14px;
  color: #a1a1a1;
  position: relative;
  border: none;
  background: transparent;
  padding: 0 0 10px;
  cursor: pointer;
}
.product-category .figure .figure-text .product-btn:after {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #202122;
  border-top: 5px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: -10px;
  top: 5px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/* CSS for widget location */
.box {
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.box img {
  width: 100%;
  height: auto;
  /*transform: scale(1.8);*/
  transition: all 0.3s ease 0s;
}
.box:hover img {
  filter: blur(5px);
  transform: scale(1.2) rotate(9deg);
}
.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.box:before, .box:after, .box .box-content:before, .box .box-content:after {
  content: "";
  width: 100%;
  height: 200%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent, rgba(0, 0, 0, 0.9));
  position: absolute;
  top: -88%;
  left: 0;
  opacity: 0;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
}
.box:after {
  top: -54%;
  left: 17%;
}
.box .box-content:before {
  top: -54%;
  left: 59%;
}
.box .box-content:after {
  top: -54%;
  left: 101%;
}
.box:hover:before, .box:hover:after, .box:hover .box-content:before, .box:hover .box-content:after {
  opacity: 1;
}
.box .inner-content {
  padding: 7px 0;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 2;
}
.box .title {
  font-size: 22px;
  font-weight: 700;
  color: #ff3f19;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.4s ease 0s;
}
.box .post {
  display: inline-block;
  padding: 0 5px;
  background: #ff3f19;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  font-style: italic;
  color: #202c40;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease 0s;
}
.box:hover .title, .box:hover .post {
  opacity: 1;
  transform: translate(0, 0);
}
.box .icon {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -80%);
}
.box .icon li {
  display: inline-block;
  margin: 0 5px;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.3s ease 0s;
}
.box:hover .icon li {
  opacity: 1;
  transform: translateX(0);
}
.box .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #f66a05;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.box .icon li a:hover {
  text-decoration: none;
  background: #fff;
  border-radius: 0 50% 0 50%;
  color: #1d2731;
}
@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*--------------------------------------*/
/* Home Page News Carousel
/*--------------------------------------*/
.ncwt02-bg {
  background-color: #ff3f19;
}
#ncwt02-carousel {
  padding: 0 0.62rem 1.9rem 0.62rem;
}
#ncwt02-carousel .carousel-control {
  /* Control buttons  */
  background: none;
  font-size: 2.01em;
  text-shadow: none;
  margin-top: 1.9rem;
}
#ncwt02-carousel .carousel-control.left {
  /* Previous button  */
  left: -0.75rem;
}
#ncwt02-carousel .carousel-control.right {
  right: -0.75rem !important;
}
#ncwt02-carousel .carousel-indicators {
  /* Changes the position of the indicators */
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -1.18rem;
}
#ncwt02-carousel .carousel-indicators li {
  /* Changes the color of the indicators */
  background: #202c40;
}
#ncwt02-carousel .carousel-indicators .active {
  background: #202c40;
  border-color: #202c40;
}
#ncwt02-carousel img {
  width: 15.62rem;
  height: 6.25rem;
}
/* End carousel */
.ncwt02-item blockquote {
  border-left: none;
  margin: 0;
  padding: 0.62rem 1.25rem;
}
.ncwt02-item blockquote img {
  margin-bottom: 0.62rem;
}
.ncwt02-item blockquote p:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: left;
  margin-right: 0.62rem;
}
.ncwt02-headline {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.ncwt02-headline:hover {
  text-decoration: none;
}
.ncwt02-story {
  font-size: 0.875rem;
  color: #ffffff;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
footer {
  color: #1d2731 !important;
}
footer .pad h6 {
  font-size: 1.2rem;
  color: #07090d;
}
footer .pad ul li {
  font-size: 1rem;
}
footer .pad ul li a {
  color: #1d2731;
}
footer .pad ul li a:hover {
  color: #1d2731;
}
footer h5 {
  color: #202c40;
}
.bg-cam-ftr {
  background: #dedede;
}
.social {
  list-style: none;
  display: flex;
  width: 50%;
  float: right;
  justify-content: space-between;
}
.social li a {
  color: #202c40;
}
.social li a i {
  font-size: 1.8rem;
}
.phones a {
  padding: 0 !important;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*-----------------------------------------*/
/* Login and Signup Box
/*-----------------------------------------*/
.login-separator {
  border-right: 4px solid #ddd;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  background: #ee0101 none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 4px #000;
  color: #fff;
  font-size: 0.75rem;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinges {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
.animated.snail {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
.ajax-loader {
  left: 50%;
  top: 50%;
}
#registerform .form-group {
  margin-bottom: 5px;
}
/*--------------------------------------------------*/
/* ACCOUNT ACTIVATE AND RESET PASSWORD PANEL
/*--------------------------------------------------*/
.drop-shadow {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}
.signin-modal .modal-header h4 {
  text-transform: uppercase;
  color: #fff;
}
.signin-modal .modal-footer {
  padding: 0.62rem;
}
#social-icons-conatainer {
  position: relative;
}
#center-line {
  position: absolute;
  right: 16.9rem;
  top: 4.81rem;
  background: #ddd;
  border: 4px solid #DDDDDD;
  border-radius: 1.25rem;
}
.form-group {
  position: relative;
}
.form-group .login-field-icon {
  float: left;
  font-size: 1.25rem;
  padding-top: 2%;
  position: absolute;
  right: 0.93rem;
  top: 3px;
  transition: all 0.25s ease 0s;
}
.login_modal_footer-menu {
  margin-top: 0.4em;
}
.login_modal_footer-menu a {
  font-size: 0.75rem;
}
.signin-modal .help-block {
  margin-bottom: 5px;
}
.divider {
  margin-right: 0.93rem;
}
.modal-social-icons a {
  font-size: 0.875rem;
}
#myModalLabel {
  font-size: 0.875rem;
}
.w-model {
  max-width: 37.5rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.rightfixed ul {
  position: fixed;
  top: 43%;
  z-index: 20;
  left: -205px !important;
  transform: rotate(-90deg);
  display: flex;
}
li.button-top.vertical {
  background: #ff3f19;
  border: 1px solid #ff3f19;
  border-radius: 3px;
  color: #ffffff !important;
  padding: 6px 12px;
  text-transform: capitalize;
  cursor: pointer;
}
.button-top a {
  font-size: 16px;
  padding: 0;
}
li.button-top.vertical.btn-blue {
  background: #202c40;
  border: 1px solid #202c40;
}
li.button-top.vertical.btn-blue a {
  font-size: 16px;
  background: #202c40;
  border: 1px solid #202c40;
  color: #f1f1f1 !important;
}
/* CSS For Vertical Badges */
.rightfixeds {
  position: fixed;
  top: 28%;
  right: -49px;
  z-index: 9999;
}
.rightfixeds ul li:nth-child(2) {
  padding-top: 6rem;
  position: absolute;
  left: 26px;
  right: 0;
}
.rightfixeds ul li:nth-child(2) a {
  background: #4267b2;
  border: 1px solid #4267b2;
}
.rightfixeds ul li:nth-child(3) {
  padding-top: 6rem;
}
.rightfixeds .verticals a {
  display: inline-block;
  transform: rotate(-90deg);
}
