/*
 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: #ffd400; }

.carousel-inner img {
  line-height: 1;
  width: 100%; }

.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: 0 2rem; } }

.carousel-indicators li {
  display: none; }

.carousel-caption {
  margin-left: auto; }

.abs-container {
  margin-top: 1.5rem; }

@media only screen and (min-width: 986px) {
  .abs-container {
    margin-top: -22rem; } }

@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: #ffd400;
  border: 1px solid #ffd400;
  border-radius: 3px;
  color: #1d1d1d !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: 65vh; }

.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: 28px;
    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: #757575;
  font-size: 28px;
  font-weight: 390; }
  .head-title p {
    color: #757575;
    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: #ffd400; }

.header-box {
  z-index: 1; }

.mt-large {
  margin-top: 1rem; }

@media only screen and (min-width: 986px) {
  .mt-large {
    margin-top: 20rem; } }

@media only screen and (max-width: 600px) {
  .form-inline .navsearch {
    width: 100%; }

  .input-group .has-feedback-right .searchbar {
    width: 100%; }

  .navsearch .input-group-append {
    width: 100%; }

  .header-title h1 {
    padding-top: 0;
    font-size: 20px; }

  .header-title p {
    font-size: 16px; } }
/*
 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: #fff;
  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; }
/*
 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
 */
.selectize-input {
  height: 39px;
  border-radius: 0; }

.form-control.selectize-control {
  width: 100%; }

.search-btn {
  height: 39px;
  border: 0 !important; }

.btn-flip .fa {
  color: #1d1d1d !important; }

.navsearch .input-group-append {
  z-index: 1; }

@media only screen and (max-width: 600px) {
  .navsearch .input-group-append {
    display: block;
    margin-bottom: 0.8rem; }

  .navsearch .search-btn, .form-inline .form-control {
    width: 100%; }

  .twitter-typeahead {
    margin-bottom: 0.2rem; } }
/*
 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
 */
.category-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; }
  .category-box:hover {
    transform: scale(1.05); }
  .category h3 a {
    font-size: 1rem;
    color: #1d1d1d; }
  .category__title {
    font-weight: 600;
    color: #f1f1f1;
    font-size: 16px;
    text-transform: uppercase; }
  .category ul li {
    font-size: 0.9rem;
    float: left;
    width: 100%;
    padding: 5px 0; }
    .category ul li a {
      color: #fff;
      font-size: 14px;
      padding: 6px 10px;
      text-transform: capitalize; }
  .category__picture {
    overflow: hidden;
    position: relative; }
  .category__picture img {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .category__picture img:hover {
      /* transform: scale(1.1); */ }
  .category__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%); }
  .category__picture:hover:before {
    display: none; }

@media only screen and (min-width: 780px) {
  .category__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: #ffd400; }
/*
 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
 */
.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: #ffd400;
      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
 */
.hotkeys {
  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; }
  .hotkeys-lists {
    float: left;
    width: 100%; }
    .hotkeys-lists__title {
      padding: 0 0 0 10px;
      line-height: 30px; }
  .hotkeys ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .hotkeys ul li {
      position: relative;
      cursor: pointer;
      text-decoration: none;
      float: left;
      width: 100%; }
      .hotkeys ul li:hover {
        box-shadow: 1px 0 12px -7px rgba(0, 0, 0, 0.65);
        z-index: 1; }
      .hotkeys ul li a {
        color: #1d1d1d;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none; }
        .hotkeys ul li a:hover {
          color: #ffd400; }
        .hotkeys ul li a i {
          color: #1d1d1d;
          float: left;
          font-size: 1.7rem;
          line-height: 44px;
          margin-left: 0.5rem; }

.hotkeys .hotkeys-lists > li:nth-child(2n+2) {
  background-color: #f5f5f5; }

.pamper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20; }
/*
 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: #ffd400;
  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: #ffd400;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  font-style: italic;
  color: #1d1d1d;
  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: #f66a05; }
/*
 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
 /*--------------------------------------*/
.sw07-bg {
  background-color: #e1e1e1; }

#sw07-carousel {
  padding: 0 0.62rem 1.9rem 0.62rem; }
  #sw07-carousel .carousel-control {
    /* Control buttons  */
    background: none;
    font-size: 2.01em;
    text-shadow: none;
    margin-top: 1.9rem; }
    #sw07-carousel .carousel-control.left {
      /* Previous button  */
      left: -0.75rem; }
    #sw07-carousel .carousel-control.right {
      right: -0.75rem !important; }
  #sw07-carousel .carousel-indicators {
    /* Changes the position of the indicators */
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -1.18rem; }
    #sw07-carousel .carousel-indicators li {
      /* Changes the color of the indicators */
      background: #ddd; }
    #sw07-carousel .carousel-indicators .active {
      background: #ffd400;
      border-color: #ffd400; }
  #sw07-carousel img {
    width: 15.62rem;
    height: 6.25rem; }
/* End carousel */
.sw07-item blockquote {
  border-left: none;
  margin: 0;
  padding: 0.62rem 1.25rem; }
  .sw07-item blockquote img {
    margin-bottom: 0.62rem; }
  .sw07-item blockquote p:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    float: left;
    margin-right: 0.62rem; }

.sw07-headline:hover {
  text-decoration: none; }

.sw07-story {
  font-size: 0.875rem;
  color: #2e363f; }
/*
 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
 */
.panel-subscribers {
  background-color: #e1e1e1;
  color: #2e363f;
  border-radius: 0px; }

.subscriber > .input-group-addon, .subscriber > .input-group-btn {
  vertical-align: top; }
/*
 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%;
  right: -181px;
  transform: rotate(-90deg);
  display: flex; }

li.button-top.vertical {
  background: #ffd400;
  border: 1px solid #ffd400;
  border-radius: 3px;
  color: #1d1d1d !important;
  padding: 6px 12px;
  text-transform: capitalize;
  cursor: pointer; }

.button-top a {
  font-size: 16px;
  padding: 0; }

li.button-top.vertical.btn-blue {
  background: #1d1d1d;
  border: 1px solid #1d1d1d; }
  li.button-top.vertical.btn-blue a {
    font-size: 16px;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: #ffd400 !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); }
/*
 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 .pad h6 {
  font-size: 1.2rem;
  color: #1d1d1d; }
  footer .pad ul li {
    font-size: 1rem; }
    footer .pad ul li a {
      color: #7c7c7c; }
      footer .pad ul li a:hover {
        color: #7c7c7c; }
  footer h5 {
    color: #1d1d1d; }

.bg-cam-ftr {
  background: #dedede; }

.social {
  list-style: none;
  display: flex;
  width: 50%;
  float: right;
  justify-content: space-between; }
  .social li a {
    color: #1d1d1d; }
    .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: .75rem;
 padding: 2px 5px 2px 5px;
 }*/
.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 #ddd;
  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; }
