/*==========================================================================

		Template Elements Stylesheet
		____________________________________________________________

		Client:		Modsel
		Date:		6th March 2018
		Author:		Edge Marketing Solutions

===========================================================================*/
/* [Global Variables] - http://sass-lang.com/guide */
/*=========================================================================*/
/* [Global Template Styles] */
body {
  color: #414042;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

a {
  transition: all 150ms ease-in-out;
  color: #e82277;
}

h1 {
  margin: 0 0 2rem 0;
  font-weight: 300;
  font-size: 3.4rem;
  color: #e82277;
}

h2 {
  margin: 2rem 0;
  font-weight: 300;
  font-size: 2.8rem;
  color: #e82277;
}

h3 {
  margin: 2rem 0;
  font-weight: 300;
  font-size: 2.8rem;
  color: #e82277;
}

h4 {
  margin: 2rem 0;
  font-weight: 400;
  font-size: 1.8rem;
  color: #e82277;
}

h5 {
  margin: 0 0 1rem 0;
  font-weight: 300;
  font-size: 1.25rem;
  color: #414042;
}

h6 {
  margin: 2rem 0 0.5rem 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #e82277;
}

img {
  max-width: 100%;
}

img.svg-responsive {
  width: 100% \9;
}

img.img-lightbox {
  cursor: zoom-in;
}

.swiper-container {
  width: 100%;
}

.btn {
  border-radius: 0;
  white-space: normal;
}

.btn-primary {
  background-color: #e82277;
  border-color: #e82277;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #e82277;
  border-color: #e82277;
}

.btn-secondary {
  background-color: #e82277;
  border-color: #e82277;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #e82277;
  border-color: #e82277;
}

.btn-light {
  border-color: transparent;
  background-color: transparent;
}

.btn-light:hover,
.btn-light:focus {
  background-color: #f1f2f2;
  border-color: #f1f2f2;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 3.0rem;
  }
  h2 {
    font-size: 2.0rem;
  }
  h3 {
    font-size: 2.0rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.0rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  h1 {
    font-size: 3.0rem;
  }
  h2 {
    font-size: 2.0rem;
  }
  h3 {
    font-size: 2.0rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.0rem;
  }
  .d-xs-none {
    display: none;
  }
}

/*=========================================================================*/
/* [Header Template Styles] */
.header {
  padding: 1rem 2rem;
  width: 100%;
  background-color: white;
  transition: all 150ms ease-in-out;
}

.header h6 {
  margin: 0;
  font-size: 1rem;
  color: #414042;
}

.header h6 a {
  color: #414042;
}

.header-shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.header-contents {
  display: flex;
}

.header-contents .h-logo {
  flex-basis: 250px;
}

.header-contents .h-logo img {
  max-width: 220px;
}

.header-contents .h-search {
  -ms-grid-row-align: right;
  align-self: right;
}

.form-search .input-group-text {
  background-color: transparent;
  border-right: none !important;
  border-radius: 0;
  border-color: #e82277;
}

.form-search .form-control {
  border-left: none;
  border-radius: 0;
  border-color: #e82277;
}

.h-logo img {
  max-width: 220px;
}

.topnav {
  width: 100%;
  padding: 0.3rem 2rem;
  border-bottom: 1px solid rgba(65, 64, 66, 0.2);
  font-size: 0.8rem;
  text-align: right;
  color: rgba(65, 64, 66, 0.2);
}

.topnav a {
  color: rgba(65, 64, 66, 0.6);
}

.topnav a:hover {
  color: #e82277;
  text-decoration: none;
}

/* Large desktop */
@media (min-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}

/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header {
    padding: 2rem 0.25rem;
  }
  .header h6 {
    margin: 1rem 0;
  }
  .header .h-logo img {
    max-width: 300px;
  }
}

/*=========================================================================*/
/* [Navigation Template Styles] */
.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0 1rem;
  color: #414042;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-light .nav-item:first-child .nav-link {
  padding-left: 0;
}

.navbar-light .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #e82277;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #e82277;
}

@media (min-width: 768px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    max-width: 220px;
  }
  .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    text-align: center;
    white-space: normal;
    color: #414042;
  }
  .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: rgba(65, 64, 66, 0.1);
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #e82277;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    transform: none;
    display: none;
  }
}

/* Large desktop */
@media (min-width: 1200px) {
  .navbar {
    margin-left: 1rem;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0 0.5rem;
    font-size: 0.8rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-light {
    margin: 1.5rem 0;
  }
  .navbar-light .navbar-collapse {
    justify-content: center;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-light {
    margin: 1.0rem 0;
  }
  .navbar-light .navbar-toggler {
    width: 100%;
    border-radius: 0;
    border-color: #e82277;
  }
  .navbar-light .navbar-collapse {
    border: 1px solid #e82277;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(65, 64, 66, 0.2);
    text-align: center;
  }
  .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    background-color: rgba(65, 64, 66, 0.1);
  }
  .dropdown-item {
    padding: 0.75rem 0;
    text-align: center;
    font-size: 0.9rem;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #e82277;
  }
}

/*=========================================================================*/
/* [Page Template Styles] */
.page {
  width: 100%;
  padding: 2rem 2rem 4rem 2rem;
}

.nav-subnav {
  width: 90%;
  margin-bottom: 3rem;
  border-right: 1px solid #e82277;
}

.nav-subnav .nav-link {
  padding-left: 0;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #414042;
}

.nav-subnav .nav-item.active .nav-link {
  color: #e82277;
}

.page-title h1 {
  margin: 2.3rem 0 3.6rem 0;
  line-height: 1.0;
  text-transform: capitalize;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.breadcrumb .breadcrumb-item a {
  color: #414042;
}

.breadcrumb .breadcrumb-item.active {
  opacity: 0.7;
}

.subpage-banner {
  position: relative;
  z-index: 1;
}

.subpage-banner::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 64, 66, 0.35);
  border-right: 24px solid #e82277;
}

.swiper-container {
  position: relative;
}

.swiper-slide {
  background-color: #e82277;
}

.swiper-slide-image {
  width: 80%;
}

.swiper-slide-image img {
  width: 100%;
}

.swiper-text {
  position: absolute;
  box-sizing: border-box;
  z-index: 3000;
  right: 8%;
  top: 50%;
  width: 414px;
  padding: 10px 50px 10px 30px;
  transform: translateY(-50%);
  background-color: white;
  background-repeat: no-repeat;
}

.swiper-text::before {
  position: absolute;
  content: ' ';
  top: -93px;
  left: 0;
  width: 100%;
  height: 94px;
  background-image: url(../images/rotator-text-top-select.svg);
  background-repeat: no-repeat;
}

.swiper-text::after {
  position: absolute;
  content: ' ';
  bottom: -123px;
  left: 0;
  width: 100%;
  height: 124px;
  background-image: url(../images/rotator-text-bottom-select.svg);
  background-repeat: no-repeat;
}

.swiper-text .title {
  margin: 0 0 0.75rem 0;
  font-size: 2.1rem;
  color: #e82277;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
}

.swiper-text .subtitle {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
}

.product-finder {
  margin-right: 10%;
  background-color: #f1f2f2;
}

.product-finder-front {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-right: 0;
  background-color: #f1f2f2;
}

.product-finder h3 {
  margin: 0;
  width: 100%;
  padding: 1rem 1.1rem;
  display: block;
  background-color: #e82277;
  color: white;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1em;
}

.product-finder-front h3 {
  margin: 0;
  flex-basis: 20%;
  width: 20%;
  padding: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
}

.product-finder .btn-primary {
  background-color: #70a5bb;
  border-color: #70a5bb;
  text-transform: capitalize;
}

.product-finder .filter {
  padding: 0.75rem;
}

.product-finder-front .filter {
  padding: 40px;
  flex-grow: 1;
}

.product-finder .filter form {
  display: flex;
  flex-wrap: wrap;
}

.product-finder .filter form .form-group {
  margin: 0.5rem;
  flex-grow: 1;
}

.product-finder .filter form .form-group .form-control {
  border-radius: 0;
  border: none;
}

.product-finder .filter small {
  margin: 0 0.5rem;
}

.btn-primary .fa-caret-right {
  color: white;
}

.feature-nav {
  margin-bottom: 3rem;
  position: relative;
}

.feature-nav .feature-item {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.feature-nav .feature-item .content {
  padding: 2.3rem 2.3rem 4.7rem 2.3rem;
}

.feature-nav .feature-item .content h4 {
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
  color: white;
}

.feature-nav .feature-item a {
  display: block;
  width: 100%;
  padding: 1rem 2.3rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

.feature-nav .feature-item a:hover {
  background-color: #e82277;
  text-decoration: none;
}

.has-background-image::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(31, 35, 32, 0.5);
}

.feature-nav .feature-item .fa {
  color: white;
}

.page-homepage h1 {
  color: #e82277;
  font-weight: 300;
  font-size: 3rem;
}

.homepage-feature-image {
  position: relative;
}

.homepage-feature-image::after {
  content: ' ';
  position: absolute;
  width: 101%;
  height: 101%;
  top: -1px;
  left: -1px;
  background-image: url(../images/homepage-feature-overlay-select.svg);
  background-repeat: no-repeat;
}

.contact-table {
  margin-top: 3.8rem;
}

.page-product h1 {
  text-transform: capitalize;
}

.page-product .btn-action {
  display: block;
  margin: 1.5rem 0;
  color: #e82277;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.2rem;
}

.page-product .btn-action .fa {
  color: #e82277;
}

.page-product .btn-action:hover {
  text-decoration: none;
}

.page-product .video-border {
  padding: 0.25rem;
  background-color: #f1f2f2;
}

.page-product .card {
  margin-top: 3rem;
  background-color: #f1f2f2;
  border: none;
  border-radius: 0;
}

.page-product .card .card-body {
  padding: 3rem;
  background-color: transparent;
}

.page-product .card h4 {
  margin-top: 0;
  text-transform: capitalize;
}

.page-product .card-footer {
  padding: 0;
  border: none;
  text-align: right;
}

.page-product .card-footer .btn-action {
  display: inline-block;
  margin: 0;
  padding: 0.75rem 2rem;
  border-left: 2px solid white;
  text-transform: capitalize;
}

.page-product .card-footer .btn-action:hover {
  background-color: #e82277;
  color: white;
  text-decoration: none;
}

.page-product .card-footer .btn-action:hover .fa {
  color: white;
}

.page-product .sidebar {
  width: 90%;
  margin-bottom: 3rem;
  padding-right: 10%;
  border-right: 1px solid #e82277;
}

.page-product .sidebar small {
  display: block;
  margin-bottom: 2rem;
}

.page-product .sidebar h6 {
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 400;
}

.page-product .sidebar .product-intro {
  margin: 2rem 0;
  display: block;
  font-size: 1.1rem;
}

.page-product .sidebar .btn-action {
  text-transform: capitalize;
}

.listing {
  margin: 0 0 3rem 0;
  background-color: #f1f2f2;
}

.listing .listing-details {
  padding: 0.25rem 0.25rem 0 0.25rem;
}

.listing .listing-image {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.listing .listing-image a {
  display: block;
  height: 100%;
  background-color: white;
}

.listing .listing-content {
  padding: 1.5rem 2rem 1.5rem 0;
}

.listing h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
}

.listing h3 a:hover {
  text-decoration: none;
  color: #e82277;
}

.listing p {
  display: block;
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
}

.listing .listing-actions {
  background-color: rgba(0, 0, 0, 0.03);
  text-transform: capitalize;
}

.listing .listing-actions .btn {
  text-transform: capitalize;
}

/* Large desktop */
@media (min-width: 1200px) {
  .swiper-container,
  .subpage-banner {
    margin-top: 128px;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-subnav .nav-link {
    font-size: 1.1rem;
  }
  .swiper-container,
  .subpage-banner {
    margin-top: 128px;
  }
  .swiper-text {
    right: 8%;
    width: 350px;
    padding: 10px 50px 10px 30px;
  }
  .swiper-text::before {
    top: -73px;
    height: 74px;
  }
  .swiper-text::after {
    bottom: -103px;
    height: 104px;
  }
  .swiper-text .title {
    font-size: 1.8rem;
  }
  .product-finder-front {
    display: block;
  }
  .product-finder h3 {
    padding: 1rem;
    font-size: 1.1rem;
  }
  .product-finder-front h3 {
    width: 100%;
    padding: 15px 40px;
    font-size: 1.8rem;
  }
  .product-finder .filter {
    padding: 0.5rem;
  }
  .product-finder-front .filter {
    padding: 15px 40px;
  }
  .listing h3 {
    font-size: 1.4rem;
  }
  .listing p {
    font-size: 0.8rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .nav-subnav .nav-link {
    font-size: 1.0rem;
  }
  .swiper-text {
    right: 8%;
    width: 350px;
    padding: 10px 50px 10px 30px;
  }
  .swiper-text::before {
    top: -73px;
    height: 74px;
  }
  .swiper-text::after {
    bottom: -103px;
    height: 104px;
  }
  .swiper-text .title {
    font-size: 1.8rem;
  }
  .product-finder-front {
    display: block;
  }
  .product-finder h3 {
    padding: 1rem;
    font-size: 1.1rem;
  }
  .product-finder-front h3 {
    width: 100%;
    padding: 15px 40px;
    font-size: 1.8rem;
  }
  .product-finder .filter {
    padding: 0.5rem;
  }
  .product-finder-front .filter {
    padding: 15px 40px;
  }
  .feature-nav .feature-item {
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
  }
  .feature-nav .feature-item .content {
    padding: 1.4rem 1.4rem 3.9rem 1.4rem;
  }
  .feature-nav .feature-item .content h4 {
    font-size: 1.4rem;
  }
  .feature-nav .feature-item a {
    padding: 1rem 1.4rem;
  }
  .listing h3 {
    font-size: 1.4rem;
  }
  .listing p {
    font-size: 0.8rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .page {
    width: 100%;
    padding: 2rem 0.5rem;
  }
  .page-title h1 {
    margin: 2rem 0;
  }
  .nav-subnav {
    width: 100%;
    margin: 1.5rem 0;
    border: 1px solid rgba(65, 64, 66, 0.3);
  }
  .nav-subnav .nav-item {
    border-bottom: 1px solid rgba(65, 64, 66, 0.3);
  }
  .nav-subnav .nav-item:last-child {
    border-bottom: none;
  }
  .nav-subnav .nav-link {
    padding: 1rem 0.75rem;
    font-size: 1.0rem;
  }
  .subpage-banner::after {
    border-right: 10px solid #e82277;
  }
  .swiper-slide-image {
    width: 95%;
  }
  .swiper-text {
    display: none;
  }
  .product-finder {
    margin: 0;
  }
  .product-finder-front {
    display: block;
  }
  .product-finder h3 {
    padding: 1rem;
    font-size: 1.1rem;
  }
  .product-finder-front h3 {
    width: 100%;
    padding: 15px 40px;
    font-size: 1.8rem;
  }
  .product-finder .filter {
    padding: 0.5rem;
  }
  .product-finder-front .filter {
    padding: 15px 40px;
  }
  .feature-nav .feature-item {
    margin-bottom: 2rem;
    height: calc(100% - 2rem);
  }
  .feature-nav .feature-item .content {
    padding: 1.4rem 1.4rem 3.9rem 1.4rem;
  }
  .feature-nav .feature-item .content h4 {
    font-size: 1.4rem;
  }
  .feature-nav .feature-item a {
    padding: 1rem 1.4rem;
  }
  .page-product .sidebar {
    width: 100%;
    margin-bottom: 3rem;
    padding-right: 0;
    border-right: 0;
  }
  .page-product .card .card-body {
    padding: 1.5rem;
  }
  .page-product .card .card-footer .btn-action {
    display: block;
    border: none;
    border-top: 1px solid white;
    font-size: 0.9rem;
    text-align: center;
  }
  .listing .listing-content {
    padding: 1.5rem 1.5rem;
  }
}

/*=========================================================================*/
/* [Footer Template Styles] */
.footer-action {
  width: 100%;
  padding: 6rem 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: white;
}

.footer-action::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(65, 64, 66, 0.8);
}

.footer-action .btn-secondary {
  padding: 1rem 1rem;
  background-color: transparent;
  border-color: white;
  font-weight: 300;
}

.footer-action .btn-secondary:hover,
.footer-action .btn-secondary:focus {
  background-color: #e82277;
  border-color: #e82277;
}

.footer-action .fa {
  font-weight: normal;
  color: #e82277;
}

.footer-action .btn:hover .fa {
  color: white;
}

.footer {
  width: 100%;
  position: relative;
  padding: 4.5rem 2rem 2rem 2rem;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.footer::after {
  position: absolute;
  width: 100%;
  height: 10px;
  content: ' ';
  bottom: 0;
  left: 0;
  /*background-image: url(../images/footer-element.svg);
			background-repeat: no-repeat;*/
}

.footer .f-logo img {
  max-width: 160px;
}

.footer a {
  color: #414042;
}

.footer a:hover {
  color: #e82277;
}

.footer .footnotes {
  padding-top: 3rem;
  font-size: 0.7rem;
}

.footer .f-social {
  text-align: right;
  font-size: 2rem;
  line-height: 1.0;
}

.footer .f-social a {
  color: #e82277;
}

.footer h6 {
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
}

.footer h6 a {
  color: #e82277;
  text-decoration: none;
}

.footer .nav {
  display: block;
}

.footer .nav .nav-link {
  padding: 0.2rem 0;
}

.footer .btn-primary {
  margin-bottom: 3rem;
  color: white !important;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .footer .f-social {
    padding-bottom: 3rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .footer-action {
    padding: 3rem 0.5rem;
  }
  .footer-action .btn {
    margin: 1rem 0;
  }
  .footer {
    padding: 2rem 0.5rem 2rem 0.5rem;
  }
  .footer .f-social {
    padding-top: 2rem;
    text-align: left;
  }
  .footer .col {
    flex-basis: 50%;
  }
  .footer .nav {
    margin: 2rem 0 0 0;
  }
  .footer .f-logo img {
    max-width: 220px;
  }
}

/*=========================================================================*/
/* [Table as row override Styles] */
table.table-as-row > tbody > tr:before,
table.table-as-row > tbody > tr:after {
  content: " ";
  display: table;
  clear: both;
}

table.table-as-row > tbody > tr {
  height: auto !important;
}

table.table-as-row,
table.table-as-row > tbody,
table.table-as-row > tbody > tr {
  display: block;
  width: auto;
}

table.table-as-row > tbody > tr {
  display: block;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

table.table-as-row > tbody > tr > td[class*=col-] {
  display: block;
  height: auto !important;
  margin-bottom: 20px;
}

/* col-lg */
@media (min-width: 1200px) {
  table.table-as-row > tbody > tr > td[class*=col-lg-] {
    float: left;
  }
}

/* col-md */
@media (min-width: 992px) {
  table.table-as-row > tbody > tr > td[class*=col-md-] {
    float: left;
  }
}

/* col-sm */
@media (min-width: 768px) {
  table.table-as-row > tbody > tr > td[class*=col-sm-] {
    float: left;
  }
}

/* col-xs */
table.table-as-row > tbody > tr > td[class*=col-xs-] {
  float: left;
}

/*# sourceMappingURL=template.css.map */
