/* Selection text */
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #045bc1;
}
  
  ::selection {
    color: white;
    background: #045bc1;
}

/* Fonts */
@font-face {
  font-family: Roboto-Bold;
  src: url("../ttf/Roboto-Bold.ttf") format("truetype");
font-style: normal;
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../ttf/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Roboto-Thin;
  src: url("../ttf/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: Syncopate-Bold;
  src: url("../ttf/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Syncopate-Regular;
  src: url("../ttf/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Bogle-Black;
    src: url("../otf/Bogle-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}
@font-face {
    font-family: Bogle-BlackItalic;
    src: url("../otf/Bogle-BlackItalic.otf") format("opentype");
}
@font-face {
    font-family: Bogle-Bold;
    src: url("../otf/Bogle-Bold.otf") format("opentype");
}
@font-face {
    font-family: Bogle-BoldItalic;
    src: url("../otf/Bogle-BoldItalic.otf") format("opentype");
}
@font-face {
    font-family: Bogle-Regular;
    src: url("../otf/Bogle-Regular.otf") format("opentype");
}
@font-face {
    font-family: Bogle-RegularItalic;
    src: url("../otf/Bogle-RegularItalic.otf") format("opentype");
}
h1 {
	font-family: Bogle-Black;
	font-size: 4.507rem;
	line-height: 1;
	font-weight: 100;
}
h1 span {
	font-family: Bogle-RegularItalic;
	font-size: 3.857rem;
	line-height: 1;
	font-weight: 100;
}
h2 {
	font-family: Bogle-Black;
	font-size: 3.507rem;
	line-height: 1;
	font-weight: 100;
}
h2 span {
	font-family: Bogle-RegularItalic;
	font-size: 2.857rem;
	line-height: 1;
}
h2 spam {
	font-family: Bogle-Regular;
	font-size: 2.857rem;
	line-height: 1;
}
h3 {
	font-family: Bogle-Black;
	font-size: 2.369rem;
	line-height: 1.25;
	font-weight: 100;
}
h3 span {
	font-family: Bogle-RegularItalic;
	font-size: 1.969rem;
	line-height: 1;
	font-weight: 100;
}
h3 spam {
	font-family: Bogle-Regular;
	font-size: 1.969rem;
	line-height: 1;
	font-weight: 100;
}
h4 {
	font-family: Bogle-Regular;
	font-size: 1.777rem;
	line-height: 1.25;
	font-weight: 100;
	letter-spacing: 1.15px;
}
h4 span {
	font-family: Bogle-Black;
	font-size: 1.777rem;
	line-height: 1.25;
	font-weight: 100;
}
h5 {
	font-family: Bogle-Regular;
	font-size: 1.333rem;
	line-height: 1.25;
	font-weight: 100;
	letter-spacing: 1.15px;
}
h6 {
	font-family: Bogle-Regular;
	font-size: 1rem;
	line-height: 1;
	font-weight: 100;
	letter-spacing: 1.15px;
}
h6 span {
	font-family: Bogle-Black;
	font-size: 1rem;
	line-height: 1;
	font-weight: 100;
	letter-spacing: 1.15px;
}
p {
	font-family: Bogle-Regular!important;
	font-size: 1rem;
	line-height: 2;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media (min-width: 320px) {	
	a.btn {
		font-family: Bogle-Regular!important;
		font-size: 0.78rem;
		line-height: 1.8;
	}
}
@media (max-width: 320px) {	
	a.btn {
		font-family: Bogle-Regular!important;
		font-size: 0.58rem;
		line-height: 1.8;
	}
}
a.nav-link {
	font-family: Bogle-Regular!important;
	font-size: 0.98rem!important;
	line-height: 2.75!important;
}
a.menu-links {
	font-family: Bogle-Regular!important;
	font-size: 1rem;
	line-height: 1.75;
}
a.h4.font-weight-normal {
	line-height: 2.5;
}
ol.breadcrumb > li.breadcrumb-item > a, ol.breadcrumb > li.breadcrumb-item.active {
	font-family: Bogle-Regular!important;
	font-size: 1.05rem;
	line-height: 1.75;
}
a {
	font-family: Bogle-Regular!important;
  text-decoration: none!important;
}

/* Banners, Backgrounds & Colors */
.banner {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right 25%;
}
.banner-mobile {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right 30%;
	margin-bottom: -35%;
}
.banner-2 {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner_asdf1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right 25%;
}
.banner-2-mobile {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner_asdf1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left 37.5%;
	margin-bottom: -35%;
}
.banner-3 {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner_3_mod.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right 25%;
}
.banner-3-mobile {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner_3_mod.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left 37.5%;
	margin-bottom: -35%;
}
.banner-vende-tu-auto {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner-vende-tu-auto.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right 25%;
}
.banner-vende-tu-auto-mobile {
	display: block;
	min-height: 100%;
	align-items: center;
	background-image: url(../img/banner-vende-tu-auto.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right 30%;
	margin-bottom: -35%;
}
.bg-reytop {
    background-color: #12631a!important;
    color: white;
}
.bg-reytop-red {
    background-color: #af0e0e!important;
}
.text-reytop {
    color: #12631a!important;
}
a.text-reytop:hover {
    color: #082c0c!important;
}
a.text-reytop:focus {
    color: #082c0c!important;
}
.text-reytop-red {
    color: #af0e0e!important;
}
a.text-reytop-red:hover {
    color: #520707!important;
}
a.text-reytop-red:focus {
    color: #520707!important;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 83% 17%;
}
.grid-item-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.grid-item-2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
/* END Navbar GRID */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: #e1e1e1 solid 1px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
        height: 100%;
    }
    .sidenav a {
        font-size: 18px;
    }
}
/* Scroll margin top */
#delivery, #financiamiento, #llevatelo, #certificacion, #tag, #transferido {
  scroll-margin-top: 80px!important;
}
/* END The side navigation menu */

/* Dropdown-menu:hover
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: inherit;
}
.dropdown-2:hover .dropdown-menu-2 {
  display: block;
  margin-top: 0;
}
.dropdown-3:hover .dropdown-menu-3 {
  display: block;
  margin-top: 0;
} */
/* END Dropdown-menu:hover */

/* Tabs */
.nav-tabs > a.nav-link[aria-selected="false"] {
  color: #ff9200!important;
}
/* END Tabs */

/* Megamenu */
/*.dropdown-container {
    float: left;
    overflow: hidden;
}
.dropdown-megamenu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 9999;
    min-width: 100%;
    min-height: 300px;
}
.dropdown-megamenu h5 {
    font-size: 15px;
}
@media (min-width: 769px) {
    .nav-link {
        border: 1px solid transparent;
    }
    .nav-link:hover {
        border: 1px solid #393941;
    }
}
@media (max-width: 768px) {
    .nav-link.btn-megamenu[aria-expanded="true"] {
        color: #e5132c!important;
    }    
    a.btn-megamenu[aria-expanded="true"] {
        color: #e5132c!important;
    }
}
@media (min-width: 769px) {
    .nav-link.btn-megamenu[aria-expanded="true"] {
        border: 1px solid #393941;
    }
    a.dropdown-item:hover {
      background-color: #e5132c;
      color: white;
    }
}
.dropdown-item.disabled {
  opacity: 0.75;
}
.nav-link[aria-selected="false"] {
  color: #e5132c!important;
}
#diseno-de-gimnasio-3d, #armado-de-productos {
  scroll-margin-top: 126px!important;
}*/
/* END Megamenu */

/* Presale & offer */
.badge-offer {
  color: #fff;
  background-color: #ff9200;
}
.badge-presale {
  color: #fff;
  background-color: #ff9200;
}

/* Zoom items */
.zoom:hover {
  transform: scale(1.05,1.05);
  transition: 1s;
  text-decoration: none;
}
.HoverDiv {
  position: relative;
  overflow: hidden;
  border:1px solid white;
}

.HoverDiv img {
  max-width: 100%;
  text-align:center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.HoverDiv:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* END Zoom items */

/* Shadow items */
.shadow-product:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: 0.5s;
}
/* END Shadow items */

/* Stay open dropdown */
#onClick:hover {
    display: block;
}
/* END Stay open dropdown */

/* Buttons */
a.btn.btn-outline-secondary.text-capitalize:hover, a.btn.btn-outline-secondary.text-capitalize:focus {
  color: white!important;
}

.btn-reytop {
  color: white!important;
  background-color: #12631a;
  border-color: #12631a;
}

.btn-reytop:hover {
  color: #fff!important;
  background-color: #082c0c;
  border-color: #082c0c;
}

.btn-reytop:focus, .btn-reytop.focus {
  -webkit-box-shadow: 0 0 0 0.2rem #2ac53ac5;
  box-shadow: 0 0 0 0.2rem #2ac53ac5;
}
.btn-outline-reytop {
  color: #12631a;
  border-color: #12631a;
}

.btn-outline-reytop:hover {
  color: #fff!important;
  background-color: #082c0c;
  border-color: #082c0c;
}

.btn-outline-reytop:focus, .btn-outline-reytop.focus {
  -webkit-box-shadow: 0 0 0 0.2rem #2ac53ac5;
  box-shadow: 0 0 0 0.2rem #2ac53ac5;
}
.btn-outline-reytop-red {
  color: #af0e0e;
  border-color: #af0e0e;
}

.btn-outline-reytop-red:hover {
  color: #fff!important;
  background-color: #520707;
  border-color: #520707;
}

.btn-outline-reytop-red:focus, .btn-outline-reytop-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem #b33a3a;
  box-shadow: 0 0 0 0.2rem #b33a3a;
}

/* Hide block */
@media (max-height: 640px) {
  .hide-bannertext {
    display: none;
  }
}
@media (min-height: 641px) {
  .hide-bannertext {
    display: inline-block;
  }
}
@media (max-height: 640px) {
  .expose-br {
    display: block;
  }
}
@media (min-height: 641px) {
  .expose-br {
    display: none;
  }
}


/* Button hide */
.hide-me[aria-expanded="true"] {
    display: none;
}
/* END Button hide */

/* Button color to filter in shop */
.nav-link.btn-filter[aria-expanded="true"] {
    color: #ff9200!important;
}
/* Button color to filter in shop */

/* Max width container */
.container {
    max-width: 1330px;
}
/* END Max width container */

/* Partners ILUS */
.figure {
    position: relative;
    width: auto; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
}
.figure img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}
.figure:hover img.image-hover {
    opacity: 1;
}
/* END Partners ILUS */

/* Range price */
 .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  /* Fix 401 */
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 4px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 18px!important;
    height: 18px!important;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #ff9200;
  }
  
  /* Styling;
   */
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #ff9200;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }
  
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
    border: 3px solid #fcb961;
    border: 3px solid #fcb961;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
  }
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  }
/* END Range price */

/* Modal  */
.modal-dialog-vertical {
	height: 100%;
	max-width: 350px;
	margin: 0
}

.modal-dialog-vertical .modal-content {
	height: inherit;
	border-width: 0 1px 0 0;
	border-radius: 0
}

.modal-dialog-vertical .modal-header {
	border-radius: inherit
}

.modal-dialog-vertical .modal-body {
	height: inherit;
	overflow-y: auto
}

.modal.fade .modal-dialog-vertical {
	transform: translateX(-100%)
}

.modal.show .modal-dialog-vertical {
	transform: translateX(0)
}

.modal.fixed-right {
	padding-right: 0!important
}

.modal.fixed-right .modal-dialog-vertical {
	margin-left: auto
}

.modal.fixed-right.fade .modal-dialog-vertical {
	transform: translateX(100%)
}

.modal.fixed-right.show .modal-dialog-vertical {
	transform: translateX(0)
}
/* END Modal */

.instagram {
  max-width: 250px;
}
/* END Tryouts */

/* Dashkit card */
.card {
	margin-bottom: 1.5rem;
	border-color: #edf2f9;
	box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03)
}

.card>* {
	flex-shrink: 0
}

.card-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.card-header>:first-child {
	flex: 1
}

.card-header+.card-footer {
	border-top-width: 0
}

.card-title {
	margin-bottom: .5rem
}

.card-header-title {
	margin-bottom: 0
}

.card-header-tabs {
	margin-top: -.5rem;
	margin-bottom: -.5rem;
	margin-left: 0;
	margin-right: 0
}

.card-header-tabs .nav-link {
	padding-top: calc((60px - 1em * 1.5)/ 2)!important;
	padding-bottom: calc((60px - 1em * 1.5)/ 2)!important
}

.card-table {
	margin-bottom: 0
}

.card-table thead th {
	border-top-width: 0
}

.card-table tbody td:first-child,
.card-table thead th:first-child {
	padding-left: 1.5rem!important
}

.card-table tbody td:last-child,
.card-table thead th:last-child {
	padding-right: 1.5rem!important
}

.card>.card-table:first-child>tbody:first-child>tr:first-child>td:first-child,
.card>.card-table:first-child>tbody:first-child>tr:first-child>th:first-child,
.card>.card-table:first-child>tfoot:first-child>tr:first-child>td:first-child,
.card>.card-table:first-child>tfoot:first-child>tr:first-child>th:first-child,
.card>.card-table:first-child>thead:first-child>tr:first-child>td:first-child,
.card>.card-table:first-child>thead:first-child>tr:first-child>th:first-child,
.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>td:first-child,
.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>th:first-child,
.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>td:first-child,
.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>th:first-child,
.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>td:first-child,
.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>th:first-child {
	border-top-left-radius: .5rem
}

.card>.card-table:first-child>tbody:first-child>tr:first-child>td:last-child,
.card>.card-table:first-child>tbody:first-child>tr:first-child>th:last-child,
.card>.card-table:first-child>tfoot:first-child>tr:first-child>td:last-child,
.card>.card-table:first-child>tfoot:first-child>tr:first-child>th:last-child,
.card>.card-table:first-child>thead:first-child>tr:first-child>td:last-child,
.card>.card-table:first-child>thead:first-child>tr:first-child>th:last-child,
.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>td:last-child,
.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>th:last-child,
.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>td:last-child,
.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>th:last-child,
.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>td:last-child,
.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>th:last-child {
	border-top-right-radius: .5rem
}

.card-avatar {
	display: block!important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem
}

.card-avatar-top {
	margin-top: -3rem
}

.card-avatar-top.avatar-xs {
	margin-top: -2.3125rem
}

.card-avatar-top.avatar-sm {
	margin-top: -2.75rem
}

.card-avatar-top.avatar-lg {
	margin-top: -3.5rem
}

.card-avatar-top.avatar-xl {
	margin-top: -4.0625rem
}

.card-avatar-top.avatar-xxl {
	margin-top: -5.5rem
}

.card-dropdown {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem
}

.card-inactive {
	border-color: #e3ebf6;
	border-style: dashed;
	background-color: transparent;
	box-shadow: none
}

.card-flush {
	background: 0 0;
	border: none;
	box-shadow: none
}

.card-sm .card-body,
.card-sm .card-footer-boxed {
	padding: 1rem
}

.card-header-flush {
	border-bottom: 0
}

.card-header-flush+.card-body {
	padding-top: 0
}

.card-fill {
	height: calc(100% - 1.5rem)
}

.card-fill .card-body {
	flex-grow: 0;
	margin-top: 0px;
	margin-bottom: auto
}

.card-fill-xs {
	height: calc(100% - 1.5rem)
}

.card-fill-xs .card-body {
	flex-grow: 0;
	margin-top: auto;
	margin-bottom: auto
}

@media (min-width:576px) {
	.card-fill-sm {
		height: calc(100% - 1.5rem)
	}
	.card-fill-sm .card-body {
		flex-grow: 0;
		margin-top: auto;
		margin-bottom: auto
	}
}

@media (min-width:768px) {
	.card-fill-md {
		height: calc(100% - 1.5rem)
	}
	.card-fill-md .card-body {
		flex-grow: 0;
		margin-top: auto;
		margin-bottom: auto
	}
}

@media (min-width:992px) {
	.card-fill-lg {
		height: calc(100% - 1.5rem)
	}
	.card-fill-lg .card-body {
		flex-grow: 0;
		margin-top: auto;
		margin-bottom: auto
	}
}

@media (min-width:1200px) {
	.card-fill-xl {
		height: calc(100% - 1.5rem)
	}
	.card-fill-xl .card-body {
		flex-grow: 0;
		margin-top: auto;
		margin-bottom: auto
	}
}

.card-adjust {
	height: 0;
	min-height: 100%
}

.card-adjust .card {
	height: calc(100% - 1.5rem)
}

.card-adjust .card-body {
	height: calc(100% - 60px);
	overflow-y: auto
}

.card-adjust-xs {
	height: 0;
	min-height: 100%
}

.card-adjust-xs .card {
	height: calc(100% - 1.5rem)
}

.card-adjust-xs .card-body {
	height: calc(100% - 60px);
	overflow-y: auto
}

@media (min-width:576px) {
	.card-adjust-sm {
		height: 0;
		min-height: 100%
	}
	.card-adjust-sm .card {
		height: calc(100% - 1.5rem)
	}
	.card-adjust-sm .card-body {
		height: calc(100% - 60px);
		overflow-y: auto
	}
}

@media (min-width:768px) {
	.card-adjust-md {
		height: 0;
		min-height: 100%
	}
	.card-adjust-md .card {
		height: calc(100% - 1.5rem)
	}
	.card-adjust-md .card-body {
		height: calc(100% - 60px);
		overflow-y: auto
	}
}

@media (min-width:992px) {
	.card-adjust-lg {
		height: 0;
		min-height: 100%
	}
	.card-adjust-lg .card {
		height: calc(100% - 1.5rem)
	}
	.card-adjust-lg .card-body {
		height: calc(100% - 60px);
		overflow-y: auto
	}
}

@media (min-width:1200px) {
	.card-adjust-xl {
		height: 0;
		min-height: 100%
	}
	.card-adjust-xl .card {
		height: calc(100% - 1.5rem)
	}
	.card-adjust-xl .card-body {
		height: calc(100% - 60px);
		overflow-y: auto
	}
}

.card-footer-boxed {
	padding-right: 0;
	padding-bottom: 1.5rem;
	padding-left: 0;
	margin-left: 1.5rem;
	margin-right: 1.5rem
}

.card-pagination.pagination-tabs {
	margin-top: -1rem;
	margin-bottom: -1rem;
	border: 0
}

.card-pagination.pagination-tabs .page,
.card-pagination.pagination-tabs .page-link {
	border-top-width: 0!important
}

.card-pagination.pagination-tabs .active .page,
.card-pagination.pagination-tabs .active .page-link {
	border-width: 0 0 1px 0!important
}

.card-divider {
	border-color: #edf2f9
}
/* END Dashkit card */

/* Timeline */
.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area {
      padding-left: 100px;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
      width: 100px;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}
.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffed00;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
      padding: 20px;
  }
}
.single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
  color: #ffffff;
  line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
  font-size: 13px;
  margin-bottom: 0;
}
/* END Timeline */