/*============================================
	TABLE OF CONTENTS BASESHOP4
	Copyright Expedient B.V.
==============================================
	1. Imports
	2. Colours / variables
	3. Typography
    4. Buttons
    5. Icons
	6. Header / navigation
    7. General / Content styling
	8. Footer styling
    9. iForm
	10. Categories
	11.1. Carousel
	11.2. Detail pagina Slider
	12. Breadcrumb
	13. Search
	14. iEntity list/details
	15. iEntity news
    16. Shopping cart
    17. Dealermodule
    18. Resets / Base classes
	19. SSCSS (ShameSCSS)
============================================*/
/*============================================
	1. Imports
============================================*/
/* MIXINS */
/* Custom Mixins */
/* Other mixins */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*================================================
    2. Colours / variables
================================================*/
/* == Color variables == */
/* == Bootstrap color variables resets  == */
/* == Typography variables == */
/* == Margin / Padding variables == */
/* == Bootstrap variables == */
/*================================================
    3. Typography
================================================*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #565656;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #565656;
  margin: 0 0 18px 0;
}

h1 {
  font-size: 28px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 25px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 17px;
  }
}

h4, h5, h6 {
  font-size: 14px;
}
@media (max-width: 767px) {
  h4, h5, h6 {
    font-size: 14px;
  }
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #317FBF;
}
a:hover, a:focus {
  color: #276496;
  cursor: pointer;
  text-decoration: none;
}

.link-block {
  display: block;
  padding: 15px;
  border: 1px solid #cccccc;
  color: #565656;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-block:hover, .link-block:focus {
  color: #565656;
  border: 1px solid #317FBF;
}

img {
  max-width: 100%;
}

hr.hr-lighter {
  border-top: 1px solid #eeeeee;
}

.text-small {
  font-size: 0.7em;
}

.text-large {
  font-size: 1.4em;
}

.font-normal {
  font-weight: normal;
}

.divider {
  content: " ";
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #cccccc;
  height: 11px;
}

.text-line-limit {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px; /* fallback */
  height: 35px; /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

/*================================================
    4. Buttons
================================================*/
.btn, .carousel-content a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0px !important;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 6px 15px 7px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .btn, .carousel-content a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
}
.btn:hover, .carousel-content a:hover, .btn:focus, .carousel-content a:focus, .btn:active, .carousel-content a:active, .btn:active:focus {
  outline: none;
}

.btn-default,
.btn-default:focus {
  color: #555555;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.btn-default:hover, .btn-default:active,
.btn-default:focus:hover,
.btn-default:focus:active {
  color: #555555;
  background: #eeeeee;
  border: 1px solid #555555;
}

.btn-primary, .carousel-content a {
  color: #ffffff;
  background: #317FBF;
}
.btn-primary:hover, .carousel-content a:hover, .btn-primary:focus, .carousel-content a:focus, .btn-primary:active, .carousel-content a:active {
  background: #3c8ccd;
  border: 1px solid #317FBF;
}

.btn-secondary {
  color: #ffffff;
  background: #317FBF;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #3c8ccd;
  border: 1px solid #317FBF;
  color: #ffffff;
}

.btn-cta {
  color: #ffffff;
  background: #317FBF;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
  background: #3c8ccd;
  border: 1px solid #317FBF;
  color: #ffffff;
}

.btn-large, .carousel-content a {
  padding: 9px 30px 10px;
  font-size: 16px;
}

.btn-small {
  padding: 3px 11px 4px;
}

.control-small {
  padding: 3px 11px 4px;
  width: initial;
}

/*================================================
    5. Icons
================================================*/
.icon-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.icon-next:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  font-size: 16px;
  line-height: 20px;
}

.icon-cart-add:before {
  font-family: FontAwesome;
  content: "\f067";
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
}

.icon-zoom {
  position: relative;
}
.icon-zoom:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
  pointer-events: none;
}

.icon-remove:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 16px;
  line-height: 20px;
}

.icon-download:before,
.action-download:before {
  font-family: FontAwesome;
  content: "\f019";
  font-size: 16px;
  line-height: 20px;
}

.icon-details:before,
.action-details:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 16px;
  line-height: 20px;
}

/*============================================
	6. Header / navigation
============================================*/
.header-top {
  padding: 15px 0;
  background: #317FBF;
  color: #276496;
}
.header-top i,
.header-top a {
  color: #ffffff;
}

.header-bottom {
  background: #eeeeee;
}

.logo {
  display: block;
}
.logo img {
  max-height: 80px;
}
@media (max-width: 767px) {
  .logo {
    vertical-align: middle;
    display: table-cell;
  }
  .logo img {
    max-width: 100%;
  }
}

.menu {
  margin-top: 20px;
}
.menu li a {
  color: #555555;
}
.menu li.active > a {
  background: none;
  font-weight: bold;
  color: #317FBF;
}
.menu li a:hover,
.menu li a:focus, .menu li.open > a, .menu li.open a:hover, .menu li.open a:focus, .menu li.active a:hover, .menu li.active a:focus {
  background: none;
  color: #317FBF;
}
.menu li i {
  display: inline-block;
  margin-left: 5px;
}

.loginGroup {
  display: inline-block;
}

.btn-mobile {
  background-color: #317FBF;
  padding: 10px 20px;
  float: right;
  max-width: 60px;
}
.btn-mobile:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 20px;
  color: #ffffff;
}
.btn-mobile:hover, .btn-mobile:active {
  text-decoration: none;
}

#menu-mobile:not(.mm-menu) {
  display: none;
}

.language-object {
  margin-left: 40px;
  display: inline-block;
}
.language-object span {
  margin-left: 5px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.language-object span:first-child {
  margin-left: 0;
}
.language-object span img {
  height: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-object span.selected img,
.language-object span:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: 2px solid #ffffff;
}

.btn-cart {
  display: inline-block;
  position: relative;
}
.btn-cart a {
  border-radius: 3px;
  padding: 5px 6px;
  display: inline-block;
  line-height: 20px;
  margin-top: 2px;
  color: #FFF;
  background-color: #317FBF;
  -webkit-box-shadow: inset 0px -2px #1c496e;
          box-shadow: inset 0px -2px #1c496e;
}
@media (min-width: 768px) {
  .btn-cart a {
    margin-left: 15px;
  }
}
.btn-cart a:before {
  font-family: FontAwesome;
  content: "\f07a";
  font-size: 20px;
  margin-right: 5px;
}
.btn-cart a:hover {
  background-color: #3c8ccd;
  text-decoration: none;
}
.btn-cart a:active {
  background-position: 6px 6px;
  -webkit-box-shadow: inset 0px 0px 0pc 1px #215782;
          box-shadow: inset 0px 0px 0pc 1px #215782;
}
.btn-cart .cart-price {
  font-weight: bold;
  position: relative;
  bottom: 1px;
}
.btn-cart .cart-count {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin: 0 2px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  background-color: #215782;
  border-radius: 8px;
}

.main-cat-list ul, .main-cat-list li,
.sub-cat-list ul,
.sub-cat-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-cat-list .rtUL a,
.sub-cat-list .rtUL a {
  color: #565656;
}
.main-cat-list .rtUL .rtLI,
.sub-cat-list .rtUL .rtLI {
  background-image: none !important;
}
.main-cat-list .rtUL .rtLI > div,
.sub-cat-list .rtUL .rtLI > div {
  background-image: none !important;
  padding: 0 !important;
}
.main-cat-list .rtUL .rtLI .rtSp,
.sub-cat-list .rtUL .rtLI .rtSp {
  display: none !important;
}
.main-cat-list .rtUL .rtHover .rtIn, .main-cat-list .rtUL .rtSelected .rtIn,
.sub-cat-list .rtUL .rtHover .rtIn,
.sub-cat-list .rtUL .rtSelected .rtIn {
  color: #317FBF;
  border: 0 !important;
}

.main-cat-list {
  font-size: 15px;
}
.main-cat-list .RadTreeView {
  white-space: normal !important;
  overflow: visible !important;
}
.main-cat-list .rtUL .rtLI {
  display: inline-block;
}
.main-cat-list .rtUL .rtLI:last-child .rtIn {
  margin-right: 0;
}
.main-cat-list .rtUL .rtLI a.rtIn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
}
.main-cat-list .rtUL .rtLI a:hover,
.main-cat-list .rtUL .rtLI a:focus,
.main-cat-list .rtUL .rtLI a:active,
.main-cat-list .rtUL .rtLI .rtHover a.rtIn,
.main-cat-list .rtUL .rtLI .rtSelected a.rtIn {
  background-color: #3c8ccd;
  color: #ffffff;
}
.main-cat-list .rtUL .rtUL {
  background-color: #317FBF;
}

/*================================================
    7. General / Content styling
================================================*/
.DNNEmptyPane {
  display: none;
  visibility: hidden;
}

#modal-added {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #modal-added:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
#modal-added .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#modal-added .modal-content {
  padding: 20px;
}
#modal-added .modal-content h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
#modal-added .divider-text {
  display: inline-block;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  #modal-added .divider-text .divider-text {
    display: block;
    margin: 0;
  }
}

/* Steps */
.steps, .steps--active-4, .steps--active-3, .steps--active-2, .steps--active-1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.steps ol, .steps--active-4 ol, .steps--active-3 ol, .steps--active-2 ol, .steps--active-1 ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: li-counter;
  font-weight: lighter;
  position: relative;
  z-index: 0;
}
.steps ol:before, .steps--active-4 ol:before, .steps--active-3 ol:before, .steps--active-2 ol:before, .steps--active-1 ol:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ddd;
  position: absolute;
  top: 34px;
  left: 0px;
  z-index: -1;
}
.steps ol:after, .steps--active-4 ol:after, .steps--active-3 ol:after, .steps--active-2 ol:after, .steps--active-1 ol:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #317FBF;
  position: absolute;
  top: 34px;
  left: 0px;
  z-index: -1;
}
@media (max-width: 767px) {
  .steps ol:before, .steps--active-4 ol:before, .steps--active-3 ol:before, .steps--active-2 ol:before, .steps--active-1 ol:before, .steps ol:after, .steps--active-4 ol:after, .steps--active-3 ol:after, .steps--active-2 ol:after, .steps--active-1 ol:after {
    display: none;
  }
}
.steps ol h1, .steps--active-4 ol h1, .steps--active-3 ol h1, .steps--active-2 ol h1, .steps--active-1 ol h1, .steps ol h2, .steps--active-4 ol h2, .steps--active-3 ol h2, .steps--active-2 ol h2, .steps--active-1 ol h2, .steps ol h3, .steps--active-4 ol h3, .steps--active-3 ol h3, .steps--active-2 ol h3, .steps--active-1 ol h3, .steps ol h4, .steps--active-4 ol h4, .steps--active-3 ol h4, .steps--active-2 ol h4, .steps--active-1 ol h4, .steps ol h5, .steps--active-4 ol h5, .steps--active-3 ol h5, .steps--active-2 ol h5, .steps--active-1 ol h5, .steps ol h6, .steps--active-4 ol h6, .steps--active-3 ol h6, .steps--active-2 ol h6, .steps--active-1 ol h6 {
  color: #317FBF;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
}
.steps ol h1 span, .steps--active-4 ol h1 span, .steps--active-3 ol h1 span, .steps--active-2 ol h1 span, .steps--active-1 ol h1 span, .steps ol h2 span, .steps--active-4 ol h2 span, .steps--active-3 ol h2 span, .steps--active-2 ol h2 span, .steps--active-1 ol h2 span, .steps ol h3 span, .steps--active-4 ol h3 span, .steps--active-3 ol h3 span, .steps--active-2 ol h3 span, .steps--active-1 ol h3 span, .steps ol h4 span, .steps--active-4 ol h4 span, .steps--active-3 ol h4 span, .steps--active-2 ol h4 span, .steps--active-1 ol h4 span, .steps ol h5 span, .steps--active-4 ol h5 span, .steps--active-3 ol h5 span, .steps--active-2 ol h5 span, .steps--active-1 ol h5 span, .steps ol h6 span, .steps--active-4 ol h6 span, .steps--active-3 ol h6 span, .steps--active-2 ol h6 span, .steps--active-1 ol h6 span {
  display: block;
  color: #565656;
  font-weight: normal;
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .steps ol h1, .steps--active-4 ol h1, .steps--active-3 ol h1, .steps--active-2 ol h1, .steps--active-1 ol h1, .steps ol h2, .steps--active-4 ol h2, .steps--active-3 ol h2, .steps--active-2 ol h2, .steps--active-1 ol h2, .steps ol h3, .steps--active-4 ol h3, .steps--active-3 ol h3, .steps--active-2 ol h3, .steps--active-1 ol h3, .steps ol h4, .steps--active-4 ol h4, .steps--active-3 ol h4, .steps--active-2 ol h4, .steps--active-1 ol h4, .steps ol h5, .steps--active-4 ol h5, .steps--active-3 ol h5, .steps--active-2 ol h5, .steps--active-1 ol h5, .steps ol h6, .steps--active-4 ol h6, .steps--active-3 ol h6, .steps--active-2 ol h6, .steps--active-1 ol h6 {
    font-size: 12px;
  }
}
.steps ol > li, .steps--active-4 ol > li, .steps--active-3 ol > li, .steps--active-2 ol > li, .steps--active-1 ol > li {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: normal;
  text-align: center;
  width: 24%;
  margin: 0;
}
@media (max-width: 767px) {
  .steps ol > li, .steps--active-4 ol > li, .steps--active-3 ol > li, .steps--active-2 ol > li, .steps--active-1 ol > li {
    width: 100%;
    margin-bottom: 5px;
  }
}
.steps ol > li:before, .steps--active-4 ol > li:before, .steps--active-3 ol > li:before, .steps--active-2 ol > li:before, .steps--active-1 ol > li:before {
  content: "";
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .steps ol > li:before, .steps--active-4 ol > li:before, .steps--active-3 ol > li:before, .steps--active-2 ol > li:before, .steps--active-1 ol > li:before {
    display: none;
  }
}

.steps--active-1 ol li:nth-child(1):before {
  background: url(img/step-1-icon-active.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .steps--active-1 ol li:nth-child(1) h4 {
    border-bottom: 1px solid #317FBF;
  }
}
.steps--active-1 ol li:nth-child(2):before {
  background: url(img/step-2-icon-inactive.svg);
  background-size: cover;
}
.steps--active-1 ol li:nth-child(3):before {
  background: url(img/step-3-icon-inactive.svg);
  background-size: cover;
}
.steps--active-1 ol li:nth-child(4):before {
  background: url(img/step-4-icon-inactive.svg);
  background-size: cover;
}
.steps--active-1 ol li:nth-child(n+2) h4, .steps--active-1 ol li:nth-child(n+2) h4 span {
  color: #cccccc;
}
.steps--active-1 ol:after {
  width: 12.5%;
}

.steps--active-2 ol li:nth-child(1):before {
  background: url(img/step-1-icon-done.svg);
  background-size: cover;
}
.steps--active-2 ol li:nth-child(2):before {
  background: url(img/step-2-icon-active.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .steps--active-2 ol li:nth-child(2) h4 {
    border-bottom: 1px solid #317FBF;
  }
}
.steps--active-2 ol li:nth-child(3):before {
  background: url(img/step-3-icon-inactive.svg);
  background-size: cover;
}
.steps--active-2 ol li:nth-child(4):before {
  background: url(img/step-4-icon-inactive.svg);
  background-size: cover;
}
.steps--active-2 ol li:nth-child(n+3) h4, .steps--active-2 ol li:nth-child(n+3) h4 span {
  color: #cccccc;
}
.steps--active-2 ol:after {
  width: 36.5%;
}

.steps--active-3 ol li:nth-child(1):before {
  background: url(img/step-1-icon-done.svg);
  background-size: cover;
}
.steps--active-3 ol li:nth-child(2):before {
  background: url(img/step-2-icon-done.svg);
  background-size: cover;
}
.steps--active-3 ol li:nth-child(3):before {
  background: url(img/step-3-icon-active.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .steps--active-3 ol li:nth-child(3) h4 {
    border-bottom: 1px solid #317FBF;
  }
}
.steps--active-3 ol li:nth-child(4):before {
  background: url(img/step-4-icon-inactive.svg);
  background-size: cover;
}
.steps--active-3 ol li:nth-child(n+4) h4, .steps--active-3 ol li:nth-child(n+4) h4 span {
  color: #cccccc;
}
.steps--active-3 ol:after {
  width: 60.5%;
}

.steps--active-4 ol li:nth-child(1):before {
  background: url(img/step-1-icon-done.svg);
  background-size: cover;
}
.steps--active-4 ol li:nth-child(2):before {
  background: url(img/step-2-icon-done.svg);
  background-size: cover;
}
.steps--active-4 ol li:nth-child(3):before {
  background: url(img/step-3-icon-done.svg);
  background-size: cover;
}
.steps--active-4 ol li:nth-child(4):before {
  background: url(img/step-4-icon-active.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .steps--active-4 ol li:nth-child(4) h4 {
    border-bottom: 1px solid #317FBF;
  }
}
.steps--active-4 ol:after {
  width: 84.4%;
}

.container-hide-first .hide-first:first-child {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767px) {
  .table-responsive-xs {
    display: block !important;
    width: 100% !important;
    overflow-y: auto !important;
    _overflow: auto !important;
    margin: 0 0 1em !important;
  }
  .table-responsive-xs::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .table-responsive-xs::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
/*============================================
	8. Footer styling
============================================*/
.footer {
  background-color: #eeeeee;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fff));
  background: linear-gradient(180deg, #eeeeee, #fff);
  border-top: 1px solid #cccccc;
  padding: 40px 0 20px;
  font-size: 11px;
}

/*=======================================================
    9. iForm / basic fields
=======================================================*/
label.required:after {
  content: " *";
}

.form-row {
  margin-bottom: 5px;
}

.form-row input, .form-row button, .form-row select, .form-row textarea {
  width: 100%;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}
.form-group textarea {
  margin-bottom: 20px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}

.form-group textarea {
  margin-bottom: 0;
}

.form-group input[type=checkbox] + label {
  margin-left: 5px;
}

.input-group-addon {
  background: #fff;
}
.input-group-addon i {
  width: 15px;
}

.form-control {
  border-radius: 0px;
}

.form-validation,
.form-control-validator {
  color: white;
  font-weight: normal;
  background: #d9534f;
  padding: 7px 15px;
  position: relative;
  border-radius: 5px;
}
.form-validation:before,
.form-control-validator:before {
  content: " ";
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #d9534f;
}

.form-captcha {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px 15px;
}
.form-captcha img {
  margin-top: 5px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .form-captcha img {
    float: none;
  }
}

.form-radio label {
  padding-right: 15px;
  padding-left: 5px;
}

.form-date {
  margin-right: 10px;
  width: 30% !important;
  min-width: 80px;
  display: inline-block;
}
.form-date:last-child {
  margin-right: 0;
}

/*============================================
	10. Categories
============================================*/
#categories {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
}
#categories h2 {
  font-size: 18px;
  margin: 0;
  padding: 10px 15px;
  background-color: #317FBF;
  color: #fff;
}
#categories h2:before {
  color: #fff;
  margin: 0 10px 0 0;
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 17px;
  font-weight: normal;
}
#categories h2:hover {
  cursor: pointer;
}
#categories .rtUL .rtUL {
  background-color: #eeeeee;
}
#categories .rtUL .rtUL li a {
  padding-left: 25px;
}
#categories ul,
#categories li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#categories a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #cccccc;
}
#categories .rtSelected a {
  background-color: #317FBF;
  font-weight: bold;
  color: #fff;
  border: none;
}
#categories ul ul {
  border: 1px solid #317FBF;
}
#categories ul ul .rtSelected a {
  background-color: transparent;
  font-weight: bold;
  color: #317FBF;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  #categories > .RadTreeView {
    display: none;
  }
}

/*================================================
    11.1. Carousel
================================================*/
.caroufredsel_wrapper {
  width: 100% !important;
}

#carousel-wrapper {
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
  box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
  height: 100%;
  position: relative;
  max-height: 550px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  #carousel-wrapper {
    min-height: 275px;
  }
}
@media (min-width: 1400px) {
  #carousel-wrapper {
    min-height: 330px;
  }
}
@media (min-width: 1500px) {
  #carousel-wrapper {
    min-height: 385px;
  }
}
@media (min-width: 1600px) {
  #carousel-wrapper {
    min-height: 440px;
  }
}
@media (min-width: 1700px) {
  #carousel-wrapper {
    min-height: 495px;
  }
}

#carousel-wrapper:hover .carousel-btn,
#carousel-wrapper:hover .carousel-pagination {
  opacity: 1;
}

.carousel-image {
  position: relative;
  width: 0;
  float: left;
}
.carousel-image:hover {
  cursor: default !important;
}
.carousel-image > img {
  width: 100%;
}

.carousel-btn {
  font-size: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 75px;
  color: #ffffff;
  opacity: 0;
}
@media (max-width: 768px) {
  .carousel-btn {
    display: none !important;
  }
}
.carousel-btn:hover, .carousel-btn:focus {
  color: #ffffff;
}

.carousel-btn-prev {
  left: 20px;
}

.carousel-btn-next {
  right: 20px;
}

.carousel-pagination {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 0px;
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 1100;
  opacity: 0;
}
.carousel-pagination a {
  background: #cccccc;
  border: 1px solid #ffffff;
  border-radius: 0;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 7px;
}
.carousel-pagination .selected {
  background: #317FBF;
}
.carousel-pagination span {
  display: none;
}

.carousel-content {
  color: #fff;
  position: absolute;
  display: block;
  padding: 50px 0;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  width: 100%;
}
.carousel-content h1, .carousel-content h2, .carousel-content h3, .carousel-content h4, .carousel-content h5, .carousel-content h6, .carousel-content p {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px;
  color: #ffffff;
  font-size: 54px;
}
@media (max-width: 991px) {
  .carousel-content h1, .carousel-content h2, .carousel-content h3, .carousel-content h4, .carousel-content h5, .carousel-content h6, .carousel-content p {
    font-size: 40px;
  }
}
.carousel-content p {
  color: #ffffff;
}
.carousel-content a {
  text-shadow: rgba(0, 0, 0, 0) 0px 3px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
}
@media (max-width: 1199px) {
  .carousel-content img {
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .carousel-content {
    display: none;
  }
}
.carousel-content:empty {
  display: none;
}

/* FOUC fix */
.loading-images {
  position: relative;
}
.loading-images img {
  opacity: 0;
}
.loading-images:before {
  content: "";
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

/*============================================
	11.2. Detail pagina Slider
============================================*/
.slider-items {
  position: relative;
  float: left;
}
.slider-items img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider-items a {
  display: inline-block;
  border: 1px solid #cccccc;
}

.slider-prev,
.slider-next {
  display: none !important;
}

.pagination-wrapper {
  margin-top: 5px;
}
.pagination-wrapper .thumbs-container {
  display: block;
}
.pagination-wrapper .slider-thumnail-items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16.65%;
}
.pagination-wrapper .slider-thumnail-items a {
  display: block;
  margin: 5px;
}
.pagination-wrapper .slider-thumnail-items.selected a {
  border: 1px solid #317FBF;
}

/* FOUC fix, requires loading images script */
.loading-images {
  position: relative;
}
.loading-images img {
  opacity: 0;
}
.loading-images:before {
  content: "";
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

/*============================================
	12. Breadcrumb
============================================*/
.breadcrumb {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: none;
}
.breadcrumb a {
  color: #555555;
}
.breadcrumb > li + li:before {
  content: "\f105"; /* big f054 :  small f105 : arrow f061 : */
  font-family: FontAwesome;
  margin-right: 2px;
  color: #999;
}
.breadcrumb li:first-child:before {
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 5px;
}
.breadcrumb li:last-child a {
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb > .active {
  color: #317FBF;
  text-decoration: underline;
}

/*============================================
	13. Search
============================================*/
.search {
  margin: 5px 0;
}
.search .SearchTextBox {
  border: 0;
  padding: 0 45px 0 10px;
  font-size: 14px;
  height: 34px;
  color: #555555;
  width: 100%;
}
.search .SearchTextBox:focus {
  background-color: #FFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search .SearchContainer {
  position: relative;
  border: 1px solid #cccccc;
}
.search .SearchButton {
  font-size: 14px;
  padding: 0 12px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
  text-decoration: none;
  background-color: #eee;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px 3px 3px 0px;
  -webkit-transition: all background-color 0.2s ease-in-out;
  transition: all background-color 0.2s ease-in-out;
}
.search .SearchButton:hover {
  background-color: #fff;
}
.search .SearchButton:after {
  content: "\f002";
  color: #222222;
  font-family: FontAwesome;
  font-weight: normal;
  display: block;
  margin-top: 3px;
}

/*	Searchresults page */
.dnnSearchResults > h2 {
  font-size: 18px;
}
.dnnSearchResults span.searchquery {
  color: #317FBF;
}
.dnnSearchResults .SearchNumber {
  padding: 0;
  margin: 0 20px;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 30px;
  background: #FFF;
  line-height: 30px;
  color: #222;
  border: 1px solid #BBB;
  border-radius: 100%;
}
.dnnSearchResults table h2 a {
  font-size: 16px;
  color: #317FBF;
}
.dnnSearchResults table h2 a:hover {
  color: #317FBF;
  text-decoration: none;
}
.dnnSearchResults table p a {
  color: #317FBF;
}
.dnnSearchResults table p a:hover {
  color: #317FBF;
}
.dnnSearchResults table .dnnGridAltItem {
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}

/*============================================
	14. iEntity list/details
============================================*/
.ientity-grid-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ientity-grid-item {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .ientity-grid-item {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}
.ientity-grid-item .caption {
  display: block;
  padding: 15px;
  border-top: 1px solid #cccccc;
  height: 55px;
  margin-bottom: 15px;
  overflow: hidden;
}
.ientity-grid-item .caption h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #317FBF;
  line-height: 20px;
}
.ientity-grid-item img {
  max-width: 100%;
}

.item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #565656;
  border: 1px solid #cccccc;
}
.item:hover, .item:focus {
  border: 1px solid #317FBF;
  color: #565656;
}

.item--list {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.item--grid {
  padding: 15px;
}
@media (max-width: 767px) {
  .item--grid {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}

.onsale .item-img,
.item-on-sale.item-img {
  position: relative;
  display: block;
}
.onsale .item-img:before,
.item-on-sale.item-img:before {
  background: url("img/action-banner.png") top right no-repeat;
  content: " ";
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  height: 80px;
  width: 80px;
}

.item-img--list {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.item-img--list .item-on-sale.item-img:before {
  width: 50px;
  height: 50px;
}

.item-content .title-wrapper {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.item-content h1, .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6, .item-content .product-price {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 34px;
  color: #565656;
  font-weight: normal;
}
.item-content .product-price {
  color: #565656;
}
@media (max-width: 767px) {
  .item-content .product-price {
    font-size: 16px;
  }
}
.item-content .product-price .product-price-from {
  display: none;
  margin-left: 15px;
  color: #cccccc;
  text-decoration: line-through;
}
.item-content .item-content--property {
  border: 1px solid #cccccc;
  padding: 5px;
  margin-right: 5px;
  float: left;
}
.item-content .item-content--property img {
  max-height: 20px;
}

.item-content--grid {
  position: relative;
  z-index: 2;
  background: #fff;
}

@media (min-width: 1200px) {
  .item-content-responsive {
    height: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-content-responsive {
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-content-responsive {
    height: 420px;
  }
}

.item-margin {
  margin-bottom: 30px !important;
}

.product-view-grid .item-content--grid {
  min-height: 93px;
}

.btn-absolute {
  position: absolute;
  bottom: 10px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
}

.product-view-actions--bottom {
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}

.product-view-toggle .product-view-action-grid,
.product-view-toggle .product-view-action-list {
  text-decoration: none;
}
.product-view-toggle .product-view-action-grid:before,
.product-view-toggle .product-view-action-list:before {
  color: #cccccc;
  margin: 0 3px;
  font-size: 23px;
  line-height: 23px;
  content: "\f03a";
  font-family: FontAwesome;
  font-weight: normal;
}
.product-view-toggle .product-view-action-grid.active:before, .product-view-toggle .product-view-action-grid:hover:before,
.product-view-toggle .product-view-action-list.active:before,
.product-view-toggle .product-view-action-list:hover:before {
  color: #0e0e0e;
}
.product-view-toggle .product-view-action-grid:before {
  content: "\f009";
}

.product-sorting {
  text-align: right;
  margin-bottom: 7px;
}
.product-sorting .form-control {
  width: 60%;
  float: right;
}

.product-view-title {
  line-height: 34px;
  margin-right: 15px;
}

.pagination,
.item-view-pagination {
  text-align: center;
  width: 100%;
  margin: 0px;
}
.pagination .RadDataPager,
.item-view-pagination .RadDataPager {
  display: inline-block;
}
.pagination .RadDataPager .rdpWrap,
.item-view-pagination .RadDataPager .rdpWrap {
  float: left;
}
.pagination .RadDataPager .rdpWrap .rdpPagePrev,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev {
  margin-right: 30px;
}
.pagination .RadDataPager .rdpWrap .rdpPageNext,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext {
  margin-left: 30px;
}
.pagination .RadDataPager .rdpNumPart a,
.item-view-pagination .RadDataPager .rdpNumPart a {
  width: 25px;
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  margin: 0px 3px;
  border: 1px solid #DDD;
  text-decoration: none;
  font-weight: normal;
}
.pagination .RadDataPager .rdpNumPart a:hover,
.item-view-pagination .RadDataPager .rdpNumPart a:hover {
  border-color: #317FBF;
  background-color: transparent;
}
.pagination .RadDataPager .rdpNumPart a span,
.item-view-pagination .RadDataPager .rdpNumPart a span {
  float: none;
  margin: 0;
  padding: 0;
}
.pagination .RadDataPager .rdpNumPart a.more,
.item-view-pagination .RadDataPager .rdpNumPart a.more {
  border: 0;
}
.pagination .RadDataPager .rdpNumPart a.rdpCurrentPage,
.item-view-pagination .RadDataPager .rdpNumPart a.rdpCurrentPage {
  background-color: #317FBF;
  border-color: #317FBF;
  color: #FFF;
}
.pagination .RadDataPager .rdpWrap input,
.item-view-pagination .RadDataPager .rdpWrap input {
  background: none;
  border: 1px solid #317FBF;
  margin-right: 40px;
  border-radius: 26px;
  padding: 0px 16px;
  line-height: 31px;
}
.pagination .RadDataPager .rdpWrap input:hover,
.item-view-pagination .RadDataPager .rdpWrap input:hover {
  background-color: #317FBF;
  color: #FFF;
}

.product-view-actions--bottom {
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}

.filter-item--wrapper {
  margin-bottom: 15px;
}

.filter--label {
  margin-bottom: 6px;
  display: block;
  font-size: 22px;
}
@media (max-width: 767px) {
  .filter--label {
    font-size: 16px;
  }
}
.filter--label i {
  font-size: 18px;
}

.filter--control {
  font-size: 15px;
}
.filter--control img {
  max-height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.filter--control_checkboxlist label {
  display: block;
  padding: 5px;
  border: 1px solid #cccccc;
  line-height: 30px;
  font-weight: normal;
}

.filter--control_drodpdownlist {
  display: block;
  width: 100%;
  padding: 9px 5px;
  border: 1px solid #cccccc;
  height: 42px !important;
}

.filter--control_slider {
  border: 1px solid #cccccc;
  padding: 27px 17px 5px;
  height: auto !important;
}

table.checkbox-custom, table.radio-custom {
  width: 100%;
}

input[type=radio] {
  margin-right: 5px;
}

.checkbox-custom input[type=checkbox], .radio-custom input[type=checkbox],
.checkbox-custom input[type=radio],
.radio-custom input[type=radio] {
  display: none;
}
.checkbox-custom label, .radio-custom label {
  padding-left: 38px;
  position: relative;
}
.checkbox-custom label:hover, .radio-custom label:hover {
  cursor: pointer;
  color: #317FBF;
}
.checkbox-custom label:hover:before, .radio-custom label:hover:before {
  border: 1px solid #317FBF;
}
.checkbox-custom label:before, .radio-custom label:before {
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "\f00c";
  font-family: FontAwesome;
  color: #317FBF;
  position: absolute;
  left: 10px;
  top: 11px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 0 1px;
  border: 1px solid #ccc;
  font-size: 0px;
  line-height: 16px;
}
.checkbox-custom input[type=checkbox]:checked + label:before, .radio-custom input[type=checkbox]:checked + label:before {
  border: 1px solid #317FBF;
  font-size: 14px;
  line-height: 16px;
}

.radio-custom label:before {
  border-radius: 99px;
  content: "\f111";
}
.radio-custom input[type=radio]:checked + label:before {
  border: 1px solid #317FBF;
  font-size: 10px;
  line-height: 13px;
  padding-left: 2px;
}

.price-slider {
  margin-top: 15px;
}

.rad-slider-wrapper {
  margin-top: 15px;
}

.RadSlider, .rslHorizontal {
  width: 100% !important;
}

.RadSlider .rslHorizontal .rslTrack {
  width: 100% !important;
  left: 0px !important;
  background: #fff !important;
  border: solid #565656;
  border-width: 1px !important;
  height: 6px !important;
}

.RadSlider_Default .rslHorizontal .rslSelectedregion {
  background: #317FBF !important;
}

.rslItemsWrapper {
  display: none;
}

.RadSlider_Default .rslHorizontal a.rslDraghandle {
  background-image: none !important;
  height: 20px !important;
  width: 20px !important;
  background: #317FBF;
  border-radius: 99px;
  overflow: visible;
}

.RadSlider .rslDraghandle span {
  display: block;
  position: absolute;
  top: -20px;
  right: -7px;
  color: #317FBF;
  font-weight: bold;
  font-size: 12px;
  text-indent: 0px;
}

.RadSlider .rslDraghandle:last-child span {
  top: -30px;
}

.stock-notification {
  /*display: block;
  padding: 10px;
  border: 1px solid $brand-primary;
  text-align: center;
  */
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.RadDropDownList.RadDropDownList_Expedient {
  outline: none;
  margin-left: 5px;
}
.RadDropDownList.RadDropDownList_Expedient .rddlInner {
  position: relative;
  padding: 5px 10px;
  padding-right: 32px;
  height: auto;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.RadDropDownList.RadDropDownList_Expedient .rddlFakeInput {
  margin-top: 5px;
  height: auto;
  text-overflow: ellipsis;
}
.RadDropDownList.RadDropDownList_Expedient .rddlIcon {
  background: #fff;
  top: 0px;
  bottom: 0px;
  height: auto;
  width: auto;
  padding: 8px 7px;
  border-left: 1px solid #cccccc;
}
.RadDropDownList.RadDropDownList_Expedient .rddlIcon:after {
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
}

.rddlSlide .rddlPopup_Expedient {
  margin-top: -1px;
  background: #fff;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.rddlSlide .rddlPopup_Expedient .rddlItem {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
.rddlSlide .rddlPopup_Expedient .rddlItem:last-child {
  border: 0;
}
.rddlSlide .rddlPopup_Expedient .rddlItemHovered {
  background: #eeeeee;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.rddlSlide .rddlPopup_Expedient .rddlItemSelected {
  background: #1e90ff;
  color: #fff;
}

.show-more-container {
  position: relative;
}

.show-more-open, .show-more-closed {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.show-more-open:hover, .show-more-closed:hover {
  color: #317FBF;
}
.show-more-open .show-more-btn:before, .show-more-closed .show-more-btn:before {
  font-family: FontAwesome;
  content: "\f106";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.show-more-closed:before {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFFFFF));
  background: linear-gradient(180deg, transparent 0%, #FFFFFF 100%);
  content: " ";
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 29px;
  text-align: center;
}
.show-more-closed .show-more-btn:before {
  content: "\f107";
}

.product-details--advanced .title-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.product-details--advanced .product-detail--description ul {
  padding-left: 20px;
}

.color-selection-control {
  max-width: 400px;
}

.color-option--wrapper .color-option--header {
  margin-bottom: 10px;
  display: block;
}
.color-option--wrapper .dynamic-price {
  font-style: italic;
}

.label-select-control {
  border: 1px solid #cccccc;
  padding: 5px 5px;
  font-weight: normal;
  font-size: 12px;
}
.label-select-control img {
  max-height: 150px;
  margin-left: 5px;
  border: 1px solid #eeeeee;
  pointer-events: none;
}
.label-select-control:hover, .label-select-control:focus {
  color: #317FBF;
}
.label-select-control:hover .fake-radio-input, .label-select-control:focus .fake-radio-input {
  border-color: #317FBF;
}

.custom-radio-control input[type=radio] {
  display: none;
  visibility: hidden;
}
.custom-radio-control .fake-radio-input {
  border-radius: 99px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
}
.custom-radio-control .fake-radio-input:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 99px;
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: transparent;
}
.custom-radio-control input[type=radio]:checked + .fake-radio-input {
  border: 1px solid #317FBF;
}
.custom-radio-control input[type=radio]:checked + .fake-radio-input:before {
  background-color: #317FBF;
}

.custom-radio-control .fake-radio-input[data-useragent*="MSIE 10.0"] {
  display: none;
}

#canvas-3d-container {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
#canvas-3d-container canvas {
  display: block;
}

#canvas-3d-container.full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 99;
}

.btn-canvas-3d {
  padding: 10px;
  border: 1px solid #317FBF !important;
}
@media (max-width: 1199px) {
  .btn-canvas-3d {
    padding: 5px;
  }
  .btn-canvas-3d img {
    height: 20px;
    width: 20px;
  }
}
.btn-canvas-3d img {
  height: 30px;
  width: 30px;
}

.btn-canvas-3d-edit {
  margin-right: 5px;
  border: 1px solid #317FBF !important;
}
.btn-canvas-3d-edit:disabled {
  border: 1px solid #cccccc !important;
}

.btn-canvas-3d-fullscreen {
  position: fixed;
  top: 90%;
  left: 45%;
  z-index: 100;
}

.controls-bottom {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 10px 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 10px 1px;
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .controls-bottom {
    padding: 15px 0;
  }
}

.price-indicator--wrapper {
  position: relative;
  background-color: #333333;
  color: #fff;
  padding: 7px 15px;
}
.price-indicator--wrapper:hover {
  cursor: pointer;
}
.price-indicator--wrapper.price-indicator--open .price-indicator--inner {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 10px 1px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 10px 1px;
  height: auto;
  border: 2px solid #333333;
  padding: 15px;
}
.price-indicator--wrapper.price-indicator--open .price-indicator--inner:hover {
  cursor: default;
}
.price-indicator--wrapper.price-indicator--open .price-indicator--total-text:before {
  content: "\f0d7";
}
.price-indicator--wrapper .price-indicator--number,
.price-indicator--wrapper .price-indicator--items {
  padding: 5px;
}
.price-indicator--wrapper .price-indicator--cat:nth-child(1), .price-indicator--wrapper .price-indicator--cat:nth-child(2) {
  border-bottom: 1px solid #317FBF;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.price-indicator--wrapper .price-indicator--number {
  float: left;
  font-weight: bold;
  width: 25px;
}
.price-indicator--wrapper .price-indicator--catname {
  float: left;
}
.price-indicator--wrapper .price-indicator--items {
  float: left;
  width: calc(100% - 25px);
  border-left: 1px solid #cccccc;
}
.price-indicator--wrapper .price-indicator--price {
  font-weight: bold;
  float: right;
}

.price-indicator--inner {
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  position: absolute;
  bottom: 36px;
  left: 0px;
  right: 0px;
  height: 0px;
  overflow: hidden;
  color: #565656;
  background: white;
  border: 0;
}

.price-indicator--btnclose {
  position: absolute;
  top: 0px;
  right: 5px;
}
.price-indicator--btnclose:before {
  content: "\f00d";
  font-family: FontAwesome;
}
.price-indicator--btnclose:hover {
  cursor: pointer;
}

.price-indicator--total {
  font-weight: bold;
}

.price-indicator--total-text:before {
  content: "\f0d8";
  font-family: FontAwesome;
  margin-right: 5px;
}

.list-selector--container {
  max-height: 568px;
  padding: 10px;
  border: 1px solid #cccccc;
  overflow-x: hidden;
  overflow-y: scroll;
}
.list-selector--container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: #eeeeee;
}
.list-selector--container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #cccccc;
  border: 1px solid #bfbfbf;
}

.tablist-products {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.tablist-products .rtsUL {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tablist-products .rtsLI {
  display: inline-block;
  border: 1px solid #cccccc;
}
.tablist-products .rtsLI + .rtsLI {
  border-left: 0;
}
.tablist-products .rtsLink {
  display: block;
  position: relative;
  padding: 5px 15px;
  color: #565656;
}
.tablist-products .rtsLink:hover, .tablist-products .rtsLink:focus {
  outline: none;
  color: #317FBF;
}
.tablist-products .rtsLink.rtsSelected {
  background-color: #317FBF;
  color: #fff;
}
.tablist-products .rtsLink.rtsSelected:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #317FBF transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
}

.list-selector--cat-title {
  margin-bottom: 15px;
}

.list-selector--subcat-title {
  background: #317FBF;
  color: #fff;
  padding: 7.5px;
  font-size: 16px;
}

.list-selector--cat-wrapper {
  border-bottom: 1px solid #317FBF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list-selector--product {
  margin-bottom: 10px;
  padding: 15px;
}
@media (max-width: 1199px) {
  .list-selector--product {
    padding: 10px;
  }
}
.list-selector--product .list-selector--product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 14px; /* fallback */
  height: 29px; /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.list-selector--product .list-selector--product-price {
  display: block;
}
.list-selector--product .list-selector--product-image {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 5px 0;
  padding: 5px;
}
.list-selector--product .list-selector--product-description {
  margin-bottom: 10px;
}
.list-selector--product .list-selector--product-price {
  font-weight: bold;
}
.list-selector--product .list-selector--product-amount {
  display: block;
}
.list-selector--product .list-selector--product-amount .form-control {
  margin-top: 5px;
}

/*============================================
	15. iEntity news
============================================*/
.ientity-news-list-item {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 15px;
  color: #0e0e0e;
}
.ientity-news-list-item h3 {
  margin: 0 0 10px 0;
}
.ientity-news-list-item:focus, .ientity-news-list-item:hover {
  color: #0e0e0e;
}
.ientity-news-list-item:focus .btn, .ientity-news-list-item:focus .carousel-content a, .carousel-content .ientity-news-list-item:focus a, .ientity-news-list-item:hover .btn, .ientity-news-list-item:hover .carousel-content a, .carousel-content .ientity-news-list-item:hover a {
  background-color: #317FBF !important;
  color: #fff;
}

.date {
  font-style: italic;
  color: #666;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  color: #FFF;
  background-color: #317FBF;
  border-radius: 3px;
}

/*=======================================================
    16. Shopping cart
=======================================================*/
.item--cart {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.item--cart__header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .item--cart__header {
    border-top: 1px solid #cccccc;
    padding: 8px 0;
  }
}

.radiobuttonlist-fix label {
  font-weight: normal;
  margin-left: 5px;
}

.wizard ol {
  margin: 0;
  padding: 0;
}
.wizard li {
  padding: 0px 25px;
  background-color: #EEE;
  line-height: 42px;
  display: inline-block;
  color: #AFAFAF;
  position: relative;
  margin-left: 35px;
}
@media (max-width: 767px) {
  .wizard li {
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
    padding: 0 5px;
    margin-right: 5px;
  }
  .wizard li:before, .wizard li:after {
    display: none;
  }
}
.wizard li:first-child, .wizard li.wizard-step-single {
  margin-left: 0px;
}
.wizard li:first-child:before, .wizard li.wizard-step-single:before {
  border: none;
}
.wizard li:before {
  content: " ";
  width: 30px;
  height: 0;
  border-bottom: 0px solid transparent;
  border-top: 42px solid transparent;
  position: absolute;
  top: 0px;
  left: -30px;
  border-right: 30px solid #eee;
}
.wizard li:after {
  content: " ";
  width: 30px;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 42px solid transparent;
  position: absolute;
  top: 0px;
  right: -30px;
  border-left: 30px solid #eee;
}
.wizard li.active {
  background-color: #317FBF;
  text-decoration: none;
  color: #fff;
}
.wizard li.active:before {
  border-right: 30px solid #317FBF;
}
.wizard li.active:after {
  border-left: 30px solid #317FBF;
}
.wizard li.disabled {
  background-color: #ececec;
  color: #b4b4b4;
}
.wizard li.disabled:before {
  border-right: 30px solid #ececec;
}
.wizard li.disabled:after {
  border-left: 30px solid #ececec;
}

.cart-overview-table thead tr {
  border-bottom: 0;
}
.cart-overview-table th {
  background-color: #317FBF;
  color: #fff;
  padding: 10px;
}
.cart-overview-table td {
  padding: 10px;
}
.cart-overview-table tr {
  border-bottom: 1px solid #d8d8d8;
}

.cart-overview-table--category {
  background: #f3f3f3;
}

.cart-overview-table--total td {
  padding: 20px 10px;
}

/*=======================================================
    17. Dealermodule
=======================================================*/
.height-dealer {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .height-dealer {
    height: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .height-dealer {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height-dealer {
    height: 170px;
  }
}

/*=======================================================
    18. Resets / Base classes
=======================================================*/
/* Additional alerts */
.alert-default {
  background: #f7f7f7;
  border: 1px solid #ccc;
}

/* Margin
------------------ */
.margin {
  margin: 15px !important;
}

.margin-top {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-left {
  margin-left: 15px !important;
}

.margin-right {
  margin-right: 15px !important;
}

.margin-double {
  margin: 30px !important;
}

.margin-top-double {
  margin-top: 30px !important;
}

.margin-bottom-double {
  margin-bottom: 30px !important;
}

.margin-left-double {
  margin-left: 30px !important;
}

.margin-right-double {
  margin-right: 30px !important;
}

.margin-half {
  margin: 8px !important;
}

.margin-top-half {
  margin-top: 8px !important;
}

.margin-bottom-half {
  margin-bottom: 8px !important;
}

.margin-left-half {
  margin-left: 8px !important;
}

.margin-right-half {
  margin-right: 8px !important;
}

.margin-reset {
  margin: 0 !important;
}

.margin-top-reset {
  margin-top: 0 !important;
}

.margin-bottom-reset {
  margin-bottom: 0 !important;
}

/* padding
------------------ */
.padding {
  padding: 15px !important;
}

.padding-top {
  padding-top: 15px !important;
}

.padding-bottom {
  padding-bottom: 15px !important;
}

.padding-left {
  padding-left: 15px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.padding-double {
  padding: 30px !important;
}

.padding-top-double {
  padding-top: 30px !important;
}

.padding-bottom-double {
  padding-bottom: 30px !important;
}

.padding-left-double {
  padding-left: 30px !important;
}

.padding-right-double {
  padding-right: 30px !important;
}

.padding-half {
  padding: 8px !important;
}

.padding-top-half {
  padding-top: 8px !important;
}

.padding-bottom-half {
  padding-bottom: 8px !important;
}

.padding-left-half {
  padding-left: 8px !important;
}

.padding-right-half {
  padding-right: 8px !important;
}

.padding-reset {
  padding: 0 !important;
}

.padding-top-reset {
  padding-top: 0 !important;
}

.padding-bottom-reset {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .padding-top-xs {
    padding-top: 15px !important;
  }
  .padding-bottom-xs {
    padding-bottom: 15px !important;
  }
  .margin-top-xs {
    margin-top: 15px !important;
  }
  .margin-bottom-xs {
    margin-bottom: 15px !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .clear-xs {
    float: none !important;
  }
  .display-table-xs {
    display: table;
    width: 100%;
  }
  .display-table-xs > .col-lg-1, .display-table-xs > .col-lg-10, .display-table-xs > .col-lg-11, .display-table-xs > .col-lg-12, .display-table-xs > .col-lg-2, .display-table-xs > .col-lg-3, .display-table-xs > .col-lg-4, .display-table-xs > .col-lg-5, .display-table-xs > .col-lg-6, .display-table-xs > .col-lg-7, .display-table-xs > .col-lg-8, .display-table-xs > .col-lg-9,
  .display-table-xs > .col-md-1, .display-table-xs > .col-md-10, .display-table-xs > .col-md-11, .display-table-xs > .col-md-12, .display-table-xs > .col-md-2, .display-table-xs > .col-md-3, .display-table-xs > .col-md-4, .display-table-xs > .col-md-5, .display-table-xs > .col-md-6, .display-table-xs > .col-md-7, .display-table-xs > .col-md-8, .display-table-xs > .col-md-9,
  .display-table-xs > .col-sm-1, .display-table-xs > .col-sm-10, .display-table-xs > .col-sm-11, .display-table-xs > .col-sm-12, .display-table-xs > .col-sm-2, .display-table-xs > .col-sm-3, .display-table-xs > .col-sm-4, .display-table-xs > .col-sm-5, .display-table-xs > .col-sm-6, .display-table-xs > .col-sm-7, .display-table-xs > .col-sm-8, .display-table-xs > .col-sm-9,
  .display-table-xs > .col-xs-1, .display-table-xs > .col-xs-10, .display-table-xs > .col-xs-11, .display-table-xs > .col-xs-12, .display-table-xs > .col-xs-2, .display-table-xs > .col-xs-3, .display-table-xs > .col-xs-4, .display-table-xs > .col-xs-5, .display-table-xs > .col-xs-6, .display-table-xs > .col-xs-7, .display-table-xs > .col-xs-8, .display-table-xs > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-xs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xs > .col-lg-1, .seperator-row-xs > .col-lg-10, .seperator-row-xs > .col-lg-11, .seperator-row-xs > .col-lg-12, .seperator-row-xs > .col-lg-2, .seperator-row-xs > .col-lg-3, .seperator-row-xs > .col-lg-4, .seperator-row-xs > .col-lg-5, .seperator-row-xs > .col-lg-6, .seperator-row-xs > .col-lg-7, .seperator-row-xs > .col-lg-8, .seperator-row-xs > .col-lg-9,
  .seperator-row-xs > .col-md-1, .seperator-row-xs > .col-md-10, .seperator-row-xs > .col-md-11, .seperator-row-xs > .col-md-12, .seperator-row-xs > .col-md-2, .seperator-row-xs > .col-md-3, .seperator-row-xs > .col-md-4, .seperator-row-xs > .col-md-5, .seperator-row-xs > .col-md-6, .seperator-row-xs > .col-md-7, .seperator-row-xs > .col-md-8, .seperator-row-xs > .col-md-9,
  .seperator-row-xs > .col-sm-1, .seperator-row-xs > .col-sm-10, .seperator-row-xs > .col-sm-11, .seperator-row-xs > .col-sm-12, .seperator-row-xs > .col-sm-2, .seperator-row-xs > .col-sm-3, .seperator-row-xs > .col-sm-4, .seperator-row-xs > .col-sm-5, .seperator-row-xs > .col-sm-6, .seperator-row-xs > .col-sm-7, .seperator-row-xs > .col-sm-8, .seperator-row-xs > .col-sm-9,
  .seperator-row-xs > .col-xs-1, .seperator-row-xs > .col-xs-10, .seperator-row-xs > .col-xs-11, .seperator-row-xs > .col-xs-12, .seperator-row-xs > .col-xs-2, .seperator-row-xs > .col-xs-3, .seperator-row-xs > .col-xs-4, .seperator-row-xs > .col-xs-5, .seperator-row-xs > .col-xs-6, .seperator-row-xs > .col-xs-7, .seperator-row-xs > .col-xs-8, .seperator-row-xs > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-xs > .col-lg-1:first-child, .seperator-row-xs > .col-lg-10:first-child, .seperator-row-xs > .col-lg-11:first-child, .seperator-row-xs > .col-lg-12:first-child, .seperator-row-xs > .col-lg-2:first-child, .seperator-row-xs > .col-lg-3:first-child, .seperator-row-xs > .col-lg-4:first-child, .seperator-row-xs > .col-lg-5:first-child, .seperator-row-xs > .col-lg-6:first-child, .seperator-row-xs > .col-lg-7:first-child, .seperator-row-xs > .col-lg-8:first-child, .seperator-row-xs > .col-lg-9:first-child,
  .seperator-row-xs > .col-md-1:first-child, .seperator-row-xs > .col-md-10:first-child, .seperator-row-xs > .col-md-11:first-child, .seperator-row-xs > .col-md-12:first-child, .seperator-row-xs > .col-md-2:first-child, .seperator-row-xs > .col-md-3:first-child, .seperator-row-xs > .col-md-4:first-child, .seperator-row-xs > .col-md-5:first-child, .seperator-row-xs > .col-md-6:first-child, .seperator-row-xs > .col-md-7:first-child, .seperator-row-xs > .col-md-8:first-child, .seperator-row-xs > .col-md-9:first-child,
  .seperator-row-xs > .col-sm-1:first-child, .seperator-row-xs > .col-sm-10:first-child, .seperator-row-xs > .col-sm-11:first-child, .seperator-row-xs > .col-sm-12:first-child, .seperator-row-xs > .col-sm-2:first-child, .seperator-row-xs > .col-sm-3:first-child, .seperator-row-xs > .col-sm-4:first-child, .seperator-row-xs > .col-sm-5:first-child, .seperator-row-xs > .col-sm-6:first-child, .seperator-row-xs > .col-sm-7:first-child, .seperator-row-xs > .col-sm-8:first-child, .seperator-row-xs > .col-sm-9:first-child,
  .seperator-row-xs > .col-xs-1:first-child, .seperator-row-xs > .col-xs-10:first-child, .seperator-row-xs > .col-xs-11:first-child, .seperator-row-xs > .col-xs-12:first-child, .seperator-row-xs > .col-xs-2:first-child, .seperator-row-xs > .col-xs-3:first-child, .seperator-row-xs > .col-xs-4:first-child, .seperator-row-xs > .col-xs-5:first-child, .seperator-row-xs > .col-xs-6:first-child, .seperator-row-xs > .col-xs-7:first-child, .seperator-row-xs > .col-xs-8:first-child, .seperator-row-xs > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .border-top-xs {
    border-top: 1px solid #cccccc !important;
  }
  .border-right-xs {
    border-right: 1px solid #cccccc !important;
  }
  .border-bottom-xs {
    border-bottom: 1px solid #cccccc !important;
  }
  .border-left-xs {
    border-left: 1px solid #cccccc !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-sm {
    padding-top: 15px !important;
  }
  .padding-bottom-sm {
    padding-bottom: 15px !important;
  }
  .margin-top-sm {
    margin-top: 15px !important;
  }
  .margin-bottom-sm {
    margin-bottom: 15px !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .clear-sm {
    float: none !important;
  }
  .display-table-sm {
    display: table;
    width: 100%;
  }
  .display-table-sm > .col-lg-1, .display-table-sm > .col-lg-10, .display-table-sm > .col-lg-11, .display-table-sm > .col-lg-12, .display-table-sm > .col-lg-2, .display-table-sm > .col-lg-3, .display-table-sm > .col-lg-4, .display-table-sm > .col-lg-5, .display-table-sm > .col-lg-6, .display-table-sm > .col-lg-7, .display-table-sm > .col-lg-8, .display-table-sm > .col-lg-9,
  .display-table-sm > .col-md-1, .display-table-sm > .col-md-10, .display-table-sm > .col-md-11, .display-table-sm > .col-md-12, .display-table-sm > .col-md-2, .display-table-sm > .col-md-3, .display-table-sm > .col-md-4, .display-table-sm > .col-md-5, .display-table-sm > .col-md-6, .display-table-sm > .col-md-7, .display-table-sm > .col-md-8, .display-table-sm > .col-md-9,
  .display-table-sm > .col-sm-1, .display-table-sm > .col-sm-10, .display-table-sm > .col-sm-11, .display-table-sm > .col-sm-12, .display-table-sm > .col-sm-2, .display-table-sm > .col-sm-3, .display-table-sm > .col-sm-4, .display-table-sm > .col-sm-5, .display-table-sm > .col-sm-6, .display-table-sm > .col-sm-7, .display-table-sm > .col-sm-8, .display-table-sm > .col-sm-9,
  .display-table-sm > .col-xs-1, .display-table-sm > .col-xs-10, .display-table-sm > .col-xs-11, .display-table-sm > .col-xs-12, .display-table-sm > .col-xs-2, .display-table-sm > .col-xs-3, .display-table-sm > .col-xs-4, .display-table-sm > .col-xs-5, .display-table-sm > .col-xs-6, .display-table-sm > .col-xs-7, .display-table-sm > .col-xs-8, .display-table-sm > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-sm > .col-lg-1, .seperator-row-sm > .col-lg-10, .seperator-row-sm > .col-lg-11, .seperator-row-sm > .col-lg-12, .seperator-row-sm > .col-lg-2, .seperator-row-sm > .col-lg-3, .seperator-row-sm > .col-lg-4, .seperator-row-sm > .col-lg-5, .seperator-row-sm > .col-lg-6, .seperator-row-sm > .col-lg-7, .seperator-row-sm > .col-lg-8, .seperator-row-sm > .col-lg-9,
  .seperator-row-sm > .col-md-1, .seperator-row-sm > .col-md-10, .seperator-row-sm > .col-md-11, .seperator-row-sm > .col-md-12, .seperator-row-sm > .col-md-2, .seperator-row-sm > .col-md-3, .seperator-row-sm > .col-md-4, .seperator-row-sm > .col-md-5, .seperator-row-sm > .col-md-6, .seperator-row-sm > .col-md-7, .seperator-row-sm > .col-md-8, .seperator-row-sm > .col-md-9,
  .seperator-row-sm > .col-sm-1, .seperator-row-sm > .col-sm-10, .seperator-row-sm > .col-sm-11, .seperator-row-sm > .col-sm-12, .seperator-row-sm > .col-sm-2, .seperator-row-sm > .col-sm-3, .seperator-row-sm > .col-sm-4, .seperator-row-sm > .col-sm-5, .seperator-row-sm > .col-sm-6, .seperator-row-sm > .col-sm-7, .seperator-row-sm > .col-sm-8, .seperator-row-sm > .col-sm-9,
  .seperator-row-sm > .col-xs-1, .seperator-row-sm > .col-xs-10, .seperator-row-sm > .col-xs-11, .seperator-row-sm > .col-xs-12, .seperator-row-sm > .col-xs-2, .seperator-row-sm > .col-xs-3, .seperator-row-sm > .col-xs-4, .seperator-row-sm > .col-xs-5, .seperator-row-sm > .col-xs-6, .seperator-row-sm > .col-xs-7, .seperator-row-sm > .col-xs-8, .seperator-row-sm > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-sm > .col-lg-1:first-child, .seperator-row-sm > .col-lg-10:first-child, .seperator-row-sm > .col-lg-11:first-child, .seperator-row-sm > .col-lg-12:first-child, .seperator-row-sm > .col-lg-2:first-child, .seperator-row-sm > .col-lg-3:first-child, .seperator-row-sm > .col-lg-4:first-child, .seperator-row-sm > .col-lg-5:first-child, .seperator-row-sm > .col-lg-6:first-child, .seperator-row-sm > .col-lg-7:first-child, .seperator-row-sm > .col-lg-8:first-child, .seperator-row-sm > .col-lg-9:first-child,
  .seperator-row-sm > .col-md-1:first-child, .seperator-row-sm > .col-md-10:first-child, .seperator-row-sm > .col-md-11:first-child, .seperator-row-sm > .col-md-12:first-child, .seperator-row-sm > .col-md-2:first-child, .seperator-row-sm > .col-md-3:first-child, .seperator-row-sm > .col-md-4:first-child, .seperator-row-sm > .col-md-5:first-child, .seperator-row-sm > .col-md-6:first-child, .seperator-row-sm > .col-md-7:first-child, .seperator-row-sm > .col-md-8:first-child, .seperator-row-sm > .col-md-9:first-child,
  .seperator-row-sm > .col-sm-1:first-child, .seperator-row-sm > .col-sm-10:first-child, .seperator-row-sm > .col-sm-11:first-child, .seperator-row-sm > .col-sm-12:first-child, .seperator-row-sm > .col-sm-2:first-child, .seperator-row-sm > .col-sm-3:first-child, .seperator-row-sm > .col-sm-4:first-child, .seperator-row-sm > .col-sm-5:first-child, .seperator-row-sm > .col-sm-6:first-child, .seperator-row-sm > .col-sm-7:first-child, .seperator-row-sm > .col-sm-8:first-child, .seperator-row-sm > .col-sm-9:first-child,
  .seperator-row-sm > .col-xs-1:first-child, .seperator-row-sm > .col-xs-10:first-child, .seperator-row-sm > .col-xs-11:first-child, .seperator-row-sm > .col-xs-12:first-child, .seperator-row-sm > .col-xs-2:first-child, .seperator-row-sm > .col-xs-3:first-child, .seperator-row-sm > .col-xs-4:first-child, .seperator-row-sm > .col-xs-5:first-child, .seperator-row-sm > .col-xs-6:first-child, .seperator-row-sm > .col-xs-7:first-child, .seperator-row-sm > .col-xs-8:first-child, .seperator-row-sm > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .border-top-sm {
    border-top: 1px solid #cccccc !important;
  }
  .border-right-sm {
    border-right: 1px solid #cccccc !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #cccccc !important;
  }
  .border-left-sm {
    border-left: 1px solid #cccccc !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .padding-top-md {
    padding-top: 15px !important;
  }
  .padding-bottom-md {
    padding-bottom: 15px !important;
  }
  .margin-top-md {
    margin-top: 15px !important;
  }
  .margin-bottom-md {
    margin-bottom: 15px !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .clear-md {
    float: none !important;
  }
  .display-table-md {
    display: table;
    width: 100%;
  }
  .display-table-md > .col-lg-1, .display-table-md > .col-lg-10, .display-table-md > .col-lg-11, .display-table-md > .col-lg-12, .display-table-md > .col-lg-2, .display-table-md > .col-lg-3, .display-table-md > .col-lg-4, .display-table-md > .col-lg-5, .display-table-md > .col-lg-6, .display-table-md > .col-lg-7, .display-table-md > .col-lg-8, .display-table-md > .col-lg-9,
  .display-table-md > .col-md-1, .display-table-md > .col-md-10, .display-table-md > .col-md-11, .display-table-md > .col-md-12, .display-table-md > .col-md-2, .display-table-md > .col-md-3, .display-table-md > .col-md-4, .display-table-md > .col-md-5, .display-table-md > .col-md-6, .display-table-md > .col-md-7, .display-table-md > .col-md-8, .display-table-md > .col-md-9,
  .display-table-md > .col-sm-1, .display-table-md > .col-sm-10, .display-table-md > .col-sm-11, .display-table-md > .col-sm-12, .display-table-md > .col-sm-2, .display-table-md > .col-sm-3, .display-table-md > .col-sm-4, .display-table-md > .col-sm-5, .display-table-md > .col-sm-6, .display-table-md > .col-sm-7, .display-table-md > .col-sm-8, .display-table-md > .col-sm-9,
  .display-table-md > .col-xs-1, .display-table-md > .col-xs-10, .display-table-md > .col-xs-11, .display-table-md > .col-xs-12, .display-table-md > .col-xs-2, .display-table-md > .col-xs-3, .display-table-md > .col-xs-4, .display-table-md > .col-xs-5, .display-table-md > .col-xs-6, .display-table-md > .col-xs-7, .display-table-md > .col-xs-8, .display-table-md > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-md > .col-lg-1, .seperator-row-md > .col-lg-10, .seperator-row-md > .col-lg-11, .seperator-row-md > .col-lg-12, .seperator-row-md > .col-lg-2, .seperator-row-md > .col-lg-3, .seperator-row-md > .col-lg-4, .seperator-row-md > .col-lg-5, .seperator-row-md > .col-lg-6, .seperator-row-md > .col-lg-7, .seperator-row-md > .col-lg-8, .seperator-row-md > .col-lg-9,
  .seperator-row-md > .col-md-1, .seperator-row-md > .col-md-10, .seperator-row-md > .col-md-11, .seperator-row-md > .col-md-12, .seperator-row-md > .col-md-2, .seperator-row-md > .col-md-3, .seperator-row-md > .col-md-4, .seperator-row-md > .col-md-5, .seperator-row-md > .col-md-6, .seperator-row-md > .col-md-7, .seperator-row-md > .col-md-8, .seperator-row-md > .col-md-9,
  .seperator-row-md > .col-sm-1, .seperator-row-md > .col-sm-10, .seperator-row-md > .col-sm-11, .seperator-row-md > .col-sm-12, .seperator-row-md > .col-sm-2, .seperator-row-md > .col-sm-3, .seperator-row-md > .col-sm-4, .seperator-row-md > .col-sm-5, .seperator-row-md > .col-sm-6, .seperator-row-md > .col-sm-7, .seperator-row-md > .col-sm-8, .seperator-row-md > .col-sm-9,
  .seperator-row-md > .col-xs-1, .seperator-row-md > .col-xs-10, .seperator-row-md > .col-xs-11, .seperator-row-md > .col-xs-12, .seperator-row-md > .col-xs-2, .seperator-row-md > .col-xs-3, .seperator-row-md > .col-xs-4, .seperator-row-md > .col-xs-5, .seperator-row-md > .col-xs-6, .seperator-row-md > .col-xs-7, .seperator-row-md > .col-xs-8, .seperator-row-md > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-md > .col-lg-1:first-child, .seperator-row-md > .col-lg-10:first-child, .seperator-row-md > .col-lg-11:first-child, .seperator-row-md > .col-lg-12:first-child, .seperator-row-md > .col-lg-2:first-child, .seperator-row-md > .col-lg-3:first-child, .seperator-row-md > .col-lg-4:first-child, .seperator-row-md > .col-lg-5:first-child, .seperator-row-md > .col-lg-6:first-child, .seperator-row-md > .col-lg-7:first-child, .seperator-row-md > .col-lg-8:first-child, .seperator-row-md > .col-lg-9:first-child,
  .seperator-row-md > .col-md-1:first-child, .seperator-row-md > .col-md-10:first-child, .seperator-row-md > .col-md-11:first-child, .seperator-row-md > .col-md-12:first-child, .seperator-row-md > .col-md-2:first-child, .seperator-row-md > .col-md-3:first-child, .seperator-row-md > .col-md-4:first-child, .seperator-row-md > .col-md-5:first-child, .seperator-row-md > .col-md-6:first-child, .seperator-row-md > .col-md-7:first-child, .seperator-row-md > .col-md-8:first-child, .seperator-row-md > .col-md-9:first-child,
  .seperator-row-md > .col-sm-1:first-child, .seperator-row-md > .col-sm-10:first-child, .seperator-row-md > .col-sm-11:first-child, .seperator-row-md > .col-sm-12:first-child, .seperator-row-md > .col-sm-2:first-child, .seperator-row-md > .col-sm-3:first-child, .seperator-row-md > .col-sm-4:first-child, .seperator-row-md > .col-sm-5:first-child, .seperator-row-md > .col-sm-6:first-child, .seperator-row-md > .col-sm-7:first-child, .seperator-row-md > .col-sm-8:first-child, .seperator-row-md > .col-sm-9:first-child,
  .seperator-row-md > .col-xs-1:first-child, .seperator-row-md > .col-xs-10:first-child, .seperator-row-md > .col-xs-11:first-child, .seperator-row-md > .col-xs-12:first-child, .seperator-row-md > .col-xs-2:first-child, .seperator-row-md > .col-xs-3:first-child, .seperator-row-md > .col-xs-4:first-child, .seperator-row-md > .col-xs-5:first-child, .seperator-row-md > .col-xs-6:first-child, .seperator-row-md > .col-xs-7:first-child, .seperator-row-md > .col-xs-8:first-child, .seperator-row-md > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .border-top-md {
    border-top: 1px solid #cccccc !important;
  }
  .border-right-md {
    border-right: 1px solid #cccccc !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid #cccccc !important;
  }
  .border-left-md {
    border-left: 1px solid #cccccc !important;
  }
}
@media (min-width: 1200px) {
  .padding-top-lg {
    padding-top: 15px !important;
  }
  .padding-bottom-lg {
    padding-bottom: 15px !important;
  }
  .margin-top-lg {
    margin-top: 15px !important;
  }
  .margin-bottom-lg {
    margin-bottom: 15px !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .clear-lg {
    float: none !important;
  }
  .display-table-lg {
    display: table;
    width: 100%;
  }
  .display-table-lg > .col-lg-1, .display-table-lg > .col-lg-10, .display-table-lg > .col-lg-11, .display-table-lg > .col-lg-12, .display-table-lg > .col-lg-2, .display-table-lg > .col-lg-3, .display-table-lg > .col-lg-4, .display-table-lg > .col-lg-5, .display-table-lg > .col-lg-6, .display-table-lg > .col-lg-7, .display-table-lg > .col-lg-8, .display-table-lg > .col-lg-9,
  .display-table-lg > .col-md-1, .display-table-lg > .col-md-10, .display-table-lg > .col-md-11, .display-table-lg > .col-md-12, .display-table-lg > .col-md-2, .display-table-lg > .col-md-3, .display-table-lg > .col-md-4, .display-table-lg > .col-md-5, .display-table-lg > .col-md-6, .display-table-lg > .col-md-7, .display-table-lg > .col-md-8, .display-table-lg > .col-md-9,
  .display-table-lg > .col-sm-1, .display-table-lg > .col-sm-10, .display-table-lg > .col-sm-11, .display-table-lg > .col-sm-12, .display-table-lg > .col-sm-2, .display-table-lg > .col-sm-3, .display-table-lg > .col-sm-4, .display-table-lg > .col-sm-5, .display-table-lg > .col-sm-6, .display-table-lg > .col-sm-7, .display-table-lg > .col-sm-8, .display-table-lg > .col-sm-9,
  .display-table-lg > .col-xs-1, .display-table-lg > .col-xs-10, .display-table-lg > .col-xs-11, .display-table-lg > .col-xs-12, .display-table-lg > .col-xs-2, .display-table-lg > .col-xs-3, .display-table-lg > .col-xs-4, .display-table-lg > .col-xs-5, .display-table-lg > .col-xs-6, .display-table-lg > .col-xs-7, .display-table-lg > .col-xs-8, .display-table-lg > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-lg {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-lg > .col-lg-1, .seperator-row-lg > .col-lg-10, .seperator-row-lg > .col-lg-11, .seperator-row-lg > .col-lg-12, .seperator-row-lg > .col-lg-2, .seperator-row-lg > .col-lg-3, .seperator-row-lg > .col-lg-4, .seperator-row-lg > .col-lg-5, .seperator-row-lg > .col-lg-6, .seperator-row-lg > .col-lg-7, .seperator-row-lg > .col-lg-8, .seperator-row-lg > .col-lg-9,
  .seperator-row-lg > .col-md-1, .seperator-row-lg > .col-md-10, .seperator-row-lg > .col-md-11, .seperator-row-lg > .col-md-12, .seperator-row-lg > .col-md-2, .seperator-row-lg > .col-md-3, .seperator-row-lg > .col-md-4, .seperator-row-lg > .col-md-5, .seperator-row-lg > .col-md-6, .seperator-row-lg > .col-md-7, .seperator-row-lg > .col-md-8, .seperator-row-lg > .col-md-9,
  .seperator-row-lg > .col-sm-1, .seperator-row-lg > .col-sm-10, .seperator-row-lg > .col-sm-11, .seperator-row-lg > .col-sm-12, .seperator-row-lg > .col-sm-2, .seperator-row-lg > .col-sm-3, .seperator-row-lg > .col-sm-4, .seperator-row-lg > .col-sm-5, .seperator-row-lg > .col-sm-6, .seperator-row-lg > .col-sm-7, .seperator-row-lg > .col-sm-8, .seperator-row-lg > .col-sm-9,
  .seperator-row-lg > .col-xs-1, .seperator-row-lg > .col-xs-10, .seperator-row-lg > .col-xs-11, .seperator-row-lg > .col-xs-12, .seperator-row-lg > .col-xs-2, .seperator-row-lg > .col-xs-3, .seperator-row-lg > .col-xs-4, .seperator-row-lg > .col-xs-5, .seperator-row-lg > .col-xs-6, .seperator-row-lg > .col-xs-7, .seperator-row-lg > .col-xs-8, .seperator-row-lg > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-lg > .col-lg-1:first-child, .seperator-row-lg > .col-lg-10:first-child, .seperator-row-lg > .col-lg-11:first-child, .seperator-row-lg > .col-lg-12:first-child, .seperator-row-lg > .col-lg-2:first-child, .seperator-row-lg > .col-lg-3:first-child, .seperator-row-lg > .col-lg-4:first-child, .seperator-row-lg > .col-lg-5:first-child, .seperator-row-lg > .col-lg-6:first-child, .seperator-row-lg > .col-lg-7:first-child, .seperator-row-lg > .col-lg-8:first-child, .seperator-row-lg > .col-lg-9:first-child,
  .seperator-row-lg > .col-md-1:first-child, .seperator-row-lg > .col-md-10:first-child, .seperator-row-lg > .col-md-11:first-child, .seperator-row-lg > .col-md-12:first-child, .seperator-row-lg > .col-md-2:first-child, .seperator-row-lg > .col-md-3:first-child, .seperator-row-lg > .col-md-4:first-child, .seperator-row-lg > .col-md-5:first-child, .seperator-row-lg > .col-md-6:first-child, .seperator-row-lg > .col-md-7:first-child, .seperator-row-lg > .col-md-8:first-child, .seperator-row-lg > .col-md-9:first-child,
  .seperator-row-lg > .col-sm-1:first-child, .seperator-row-lg > .col-sm-10:first-child, .seperator-row-lg > .col-sm-11:first-child, .seperator-row-lg > .col-sm-12:first-child, .seperator-row-lg > .col-sm-2:first-child, .seperator-row-lg > .col-sm-3:first-child, .seperator-row-lg > .col-sm-4:first-child, .seperator-row-lg > .col-sm-5:first-child, .seperator-row-lg > .col-sm-6:first-child, .seperator-row-lg > .col-sm-7:first-child, .seperator-row-lg > .col-sm-8:first-child, .seperator-row-lg > .col-sm-9:first-child,
  .seperator-row-lg > .col-xs-1:first-child, .seperator-row-lg > .col-xs-10:first-child, .seperator-row-lg > .col-xs-11:first-child, .seperator-row-lg > .col-xs-12:first-child, .seperator-row-lg > .col-xs-2:first-child, .seperator-row-lg > .col-xs-3:first-child, .seperator-row-lg > .col-xs-4:first-child, .seperator-row-lg > .col-xs-5:first-child, .seperator-row-lg > .col-xs-6:first-child, .seperator-row-lg > .col-xs-7:first-child, .seperator-row-lg > .col-xs-8:first-child, .seperator-row-lg > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .border-top-lg {
    border-top: 1px solid #cccccc !important;
  }
  .border-right-lg {
    border-right: 1px solid #cccccc !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #cccccc !important;
  }
  .border-left-lg {
    border-left: 1px solid #cccccc !important;
  }
}
.border {
  border: 1px solid #cccccc;
}

.border-top, hr {
  border-top: 1px solid #cccccc;
}

.border-left {
  border-left: 1px solid #cccccc;
}

.border-bottom, .steps, .steps--active-1, .steps--active-2, .steps--active-3, .steps--active-4 {
  border-bottom: 1px solid #cccccc;
}

.border-right {
  border-right: 1px solid #cccccc;
}

.position-relative {
  position: relative !important;
}

.block,
.display-block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
  width: auto;
}

.row.custom-padding {
  margin-left: -5px;
  margin-right: -5px;
}

.row.custom-padding > [class^=col-],
.row.custom-padding > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.background-primary {
  background-color: #317FBF;
}

.background-secondary {
  background-color: #317FBF;
}

.background-white {
  background-color: #ffffff;
}

.background-gray {
  background-color: #555555;
}

.background-gray-light {
  background-color: #cccccc;
}

.background-gray-dark {
  background-color: #333333;
}

.display-table {
  display: table;
  width: 100%;
}
.display-table > .col-lg-1, .display-table > .col-lg-10, .display-table > .col-lg-11, .display-table > .col-lg-12, .display-table > .col-lg-2, .display-table > .col-lg-3, .display-table > .col-lg-4, .display-table > .col-lg-5, .display-table > .col-lg-6, .display-table > .col-lg-7, .display-table > .col-lg-8, .display-table > .col-lg-9,
.display-table > .col-md-1, .display-table > .col-md-10, .display-table > .col-md-11, .display-table > .col-md-12, .display-table > .col-md-2, .display-table > .col-md-3, .display-table > .col-md-4, .display-table > .col-md-5, .display-table > .col-md-6, .display-table > .col-md-7, .display-table > .col-md-8, .display-table > .col-md-9,
.display-table > .col-sm-1, .display-table > .col-sm-10, .display-table > .col-sm-11, .display-table > .col-sm-12, .display-table > .col-sm-2, .display-table > .col-sm-3, .display-table > .col-sm-4, .display-table > .col-sm-5, .display-table > .col-sm-6, .display-table > .col-sm-7, .display-table > .col-sm-8, .display-table > .col-sm-9,
.display-table > .col-xs-1, .display-table > .col-xs-10, .display-table > .col-xs-11, .display-table > .col-xs-12, .display-table > .col-xs-2, .display-table > .col-xs-3, .display-table > .col-xs-4, .display-table > .col-xs-5, .display-table > .col-xs-6, .display-table > .col-xs-7, .display-table > .col-xs-8, .display-table > .col-xs-9 {
  float: none;
  display: table-cell;
  vertical-align: top;
  min-height: none;
}

/* == DNN resets  == */
.controlpanel header {
  margin-top: 86px;
}

.controlpanel .topbar {
  margin-top: 40px;
}

.dnnSendPassword {
  max-width: 400px;
  margin: 0 auto;
}

.DnnModule-Authentication .dnnFormValidationSummary {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebcccc;
}

/*============================================
	19. SSCSS (ShameSCSS)
============================================*/
.alert-fix {
  float: left;
}

/*============================================
	Expedient helper classes
============================================*/
.padding {
  padding: 15px !important;
}

.padding-top {
  padding-top: 15px !important;
}

.padding-bottom {
  padding-bottom: 15px !important;
}

.padding-left {
  padding-left: 15px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.padding-reset {
  padding: 0 !important;
}

.padding-top-reset {
  padding-top: 0 !important;
}

.padding-bottom-reset {
  padding-bottom: 0 !important;
}

.padding-left-reset {
  padding-left: 0 !important;
}

.padding-right-reset {
  padding-right: 0 !important;
}

.padding-double {
  padding: 30px !important;
}

.padding-top-double {
  padding-top: 30px !important;
}

.padding-bottom-double {
  padding-bottom: 30px !important;
}

.padding-left-double {
  padding-left: 30px !important;
}

.padding-right-double {
  padding-right: 30px !important;
}

.padding-half {
  padding: 8px !important;
}

.padding-top-half {
  padding-top: 8px !important;
}

.padding-bottom-half {
  padding-bottom: 8px !important;
}

.padding-left-half {
  padding-left: 8px !important;
}

.padding-right-half {
  padding-right: 8px !important;
}

.margin {
  margin: 15px !important;
}

.margin-top {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-left {
  margin-left: 15px !important;
}

.margin-right {
  margin-right: 15px !important;
}

.margin-reset {
  margin: 0 !important;
}

.margin-top-reset {
  margin-top: 0 !important;
}

.margin-bottom-reset {
  margin-bottom: 0 !important;
}

.margin-left-reset {
  margin-left: 0 !important;
}

.margin-right-reset {
  margin-right: 0 !important;
}

.margin-double {
  margin: 30px !important;
}

.margin-top-double {
  margin-top: 30px !important;
}

.margin-bottom-double {
  margin-bottom: 30px !important;
}

.margin-left-double {
  margin-left: 30px !important;
}

.margin-right-double {
  margin-right: 30px !important;
}

.margin-half {
  margin: 8px !important;
}

.margin-top-half {
  margin-top: 8px !important;
}

.margin-bottom-half {
  margin-bottom: 8px !important;
}

.margin-left-half {
  margin-left: 8px !important;
}

.margin-right-half {
  margin-right: 8px !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clear {
  float: none !important;
}

.border {
  border: 1px solid #cccccc;
}

.border-top, hr {
  border-top: 1px solid #cccccc;
}

.border-bottom, .steps, .steps--active-1, .steps--active-2, .steps--active-3, .steps--active-4 {
  border-bottom: 1px solid #cccccc;
}

.border-left {
  border-left: 1px solid #cccccc;
}

.border-right {
  border-right: 1px solid #cccccc;
}

.border-reset {
  border: 0 !important;
}

.border-top-reset {
  border-top: 0 !important;
}

.border-bottom-reset {
  border-bottom: 0 !important;
}

.border-left-reset {
  border-left: 0 !important;
}

.border-right-reset {
  border-right: 0 !important;
}

.background-primary {
  background-color: #317FBF;
}

.background-secondary {
  background-color: #317FBF;
}

.background-tertiary {
  background-color: #C3C3C3;
}

.background-white {
  background-color: #ffffff;
}

.background-black {
  background-color: #0e0e0e;
}

.background-gray {
  background-color: #555555;
}

.background-gray-light {
  background-color: #cccccc;
}

.background-gray-lighter {
  background-color: #eeeeee;
}

.background-gray-dark {
  background-color: #333333;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.display-table {
  display: table;
  width: 100%;
}
.display-table > .col-lg-1, .display-table > .col-lg-10, .display-table > .col-lg-11, .display-table > .col-lg-12, .display-table > .col-lg-2, .display-table > .col-lg-3, .display-table > .col-lg-4, .display-table > .col-lg-5, .display-table > .col-lg-6, .display-table > .col-lg-7, .display-table > .col-lg-8, .display-table > .col-lg-9,
.display-table > .col-md-1, .display-table > .col-md-10, .display-table > .col-md-11, .display-table > .col-md-12, .display-table > .col-md-2, .display-table > .col-md-3, .display-table > .col-md-4, .display-table > .col-md-5, .display-table > .col-md-6, .display-table > .col-md-7, .display-table > .col-md-8, .display-table > .col-md-9,
.display-table > .col-sm-1, .display-table > .col-sm-10, .display-table > .col-sm-11, .display-table > .col-sm-12, .display-table > .col-sm-2, .display-table > .col-sm-3, .display-table > .col-sm-4, .display-table > .col-sm-5, .display-table > .col-sm-6, .display-table > .col-sm-7, .display-table > .col-sm-8, .display-table > .col-sm-9,
.display-table > .col-xs-1, .display-table > .col-xs-10, .display-table > .col-xs-11, .display-table > .col-xs-12, .display-table > .col-xs-2, .display-table > .col-xs-3, .display-table > .col-xs-4, .display-table > .col-xs-5, .display-table > .col-xs-6, .display-table > .col-xs-7, .display-table > .col-xs-8, .display-table > .col-xs-9 {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.seperator-row {
  margin-left: -30px;
  margin-right: -30px;
}
.seperator-row > .col-lg-1, .seperator-row > .col-lg-10, .seperator-row > .col-lg-11, .seperator-row > .col-lg-12, .seperator-row > .col-lg-2, .seperator-row > .col-lg-3, .seperator-row > .col-lg-4, .seperator-row > .col-lg-5, .seperator-row > .col-lg-6, .seperator-row > .col-lg-7, .seperator-row > .col-lg-8, .seperator-row > .col-lg-9,
.seperator-row > .col-md-1, .seperator-row > .col-md-10, .seperator-row > .col-md-11, .seperator-row > .col-md-12, .seperator-row > .col-md-2, .seperator-row > .col-md-3, .seperator-row > .col-md-4, .seperator-row > .col-md-5, .seperator-row > .col-md-6, .seperator-row > .col-md-7, .seperator-row > .col-md-8, .seperator-row > .col-md-9,
.seperator-row > .col-sm-1, .seperator-row > .col-sm-10, .seperator-row > .col-sm-11, .seperator-row > .col-sm-12, .seperator-row > .col-sm-2, .seperator-row > .col-sm-3, .seperator-row > .col-sm-4, .seperator-row > .col-sm-5, .seperator-row > .col-sm-6, .seperator-row > .col-sm-7, .seperator-row > .col-sm-8, .seperator-row > .col-sm-9,
.seperator-row > .col-xs-1, .seperator-row > .col-xs-10, .seperator-row > .col-xs-11, .seperator-row > .col-xs-12, .seperator-row > .col-xs-2, .seperator-row > .col-xs-3, .seperator-row > .col-xs-4, .seperator-row > .col-xs-5, .seperator-row > .col-xs-6, .seperator-row > .col-xs-7, .seperator-row > .col-xs-8, .seperator-row > .col-xs-9 {
  padding-left: 30px;
  padding-right: 30px;
}
.seperator-row > .col-lg-1:first-child, .seperator-row > .col-lg-10:first-child, .seperator-row > .col-lg-11:first-child, .seperator-row > .col-lg-12:first-child, .seperator-row > .col-lg-2:first-child, .seperator-row > .col-lg-3:first-child, .seperator-row > .col-lg-4:first-child, .seperator-row > .col-lg-5:first-child, .seperator-row > .col-lg-6:first-child, .seperator-row > .col-lg-7:first-child, .seperator-row > .col-lg-8:first-child, .seperator-row > .col-lg-9:first-child,
.seperator-row > .col-md-1:first-child, .seperator-row > .col-md-10:first-child, .seperator-row > .col-md-11:first-child, .seperator-row > .col-md-12:first-child, .seperator-row > .col-md-2:first-child, .seperator-row > .col-md-3:first-child, .seperator-row > .col-md-4:first-child, .seperator-row > .col-md-5:first-child, .seperator-row > .col-md-6:first-child, .seperator-row > .col-md-7:first-child, .seperator-row > .col-md-8:first-child, .seperator-row > .col-md-9:first-child,
.seperator-row > .col-sm-1:first-child, .seperator-row > .col-sm-10:first-child, .seperator-row > .col-sm-11:first-child, .seperator-row > .col-sm-12:first-child, .seperator-row > .col-sm-2:first-child, .seperator-row > .col-sm-3:first-child, .seperator-row > .col-sm-4:first-child, .seperator-row > .col-sm-5:first-child, .seperator-row > .col-sm-6:first-child, .seperator-row > .col-sm-7:first-child, .seperator-row > .col-sm-8:first-child, .seperator-row > .col-sm-9:first-child,
.seperator-row > .col-xs-1:first-child, .seperator-row > .col-xs-10:first-child, .seperator-row > .col-xs-11:first-child, .seperator-row > .col-xs-12:first-child, .seperator-row > .col-xs-2:first-child, .seperator-row > .col-xs-3:first-child, .seperator-row > .col-xs-4:first-child, .seperator-row > .col-xs-5:first-child, .seperator-row > .col-xs-6:first-child, .seperator-row > .col-xs-7:first-child, .seperator-row > .col-xs-8:first-child, .seperator-row > .col-xs-9:first-child {
  border-right: 1px solid #cccccc;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.half-gutters {
  margin-right: -8px;
  margin-left: -8px;
}

.row.half-gutters > [class^=col-],
.row.half-gutters > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.col-20p {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .padding-xs {
    padding: 15px !important;
  }
  .padding-top-xs {
    padding-top: 15px !important;
  }
  .padding-bottom-xs {
    padding-bottom: 15px !important;
  }
  .padding-left-xs {
    padding-left: 15px !important;
  }
  .padding-right-xs {
    padding-right: 15px !important;
  }
  .padding-reset-xs {
    padding: 0 !important;
  }
  .padding-top-reset-xs {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-xs {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-xs {
    padding-left: 0 !important;
  }
  .padding-right-reset-xs {
    padding-right: 0 !important;
  }
  .padding-double-xs {
    padding: 30px !important;
  }
  .padding-top-double-xs {
    padding-top: 30px !important;
  }
  .padding-bottom-double-xs {
    padding-bottom: 30px !important;
  }
  .padding-left-double-xs {
    padding-left: 30px !important;
  }
  .padding-right-double-xs {
    padding-right: 30px !important;
  }
  .padding-half-xs {
    padding: 8px !important;
  }
  .padding-top-half-xs {
    padding-top: 8px !important;
  }
  .padding-bottom-half-xs {
    padding-bottom: 8px !important;
  }
  .padding-left-half-xs {
    padding-left: 8px !important;
  }
  .padding-right-half-xs {
    padding-right: 8px !important;
  }
  .margin-xs {
    margin: 15px !important;
  }
  .margin-top-xs {
    margin-top: 15px !important;
  }
  .margin-bottom-xs {
    margin-bottom: 15px !important;
  }
  .margin-left-xs {
    margin-left: 15px !important;
  }
  .margin-right-xs {
    margin-right: 15px !important;
  }
  .margin-reset-xs {
    margin: 0 !important;
  }
  .margin-top-reset-xs {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-xs {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-xs {
    margin-left: 0 !important;
  }
  .margin-right-reset-xs {
    margin-right: 0 !important;
  }
  .margin-double-xs {
    margin: 30px !important;
  }
  .margin-top-double-xs {
    margin-top: 30px !important;
  }
  .margin-bottom-double-xs {
    margin-bottom: 30px !important;
  }
  .margin-left-double-xs {
    margin-left: 30px !important;
  }
  .margin-right-double-xs {
    margin-right: 30px !important;
  }
  .margin-half-xs {
    margin: 8px !important;
  }
  .margin-top-half-xs {
    margin-top: 8px !important;
  }
  .margin-bottom-half-xs {
    margin-bottom: 8px !important;
  }
  .margin-left-half-xs {
    margin-left: 8px !important;
  }
  .margin-right-half-xs {
    margin-right: 8px !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .clear-xs {
    float: none !important;
  }
  .border-xs {
    border: 1px solid #cccccc;
  }
  .border-top-xs {
    border-top: 1px solid #cccccc;
  }
  .border-bottom-xs {
    border-bottom: 1px solid #cccccc;
  }
  .border-left-xs {
    border-left: 1px solid #cccccc;
  }
  .border-right-xs {
    border-right: 1px solid #cccccc;
  }
  .border-reset-xs {
    border: 0 !important;
  }
  .border-top-reset-xs {
    border-top: 0 !important;
  }
  .border-bottom-reset-xs {
    border-bottom: 0 !important;
  }
  .border-left-reset-xs {
    border-left: 0 !important;
  }
  .border-right-reset-xs {
    border-right: 0 !important;
  }
  .background-primary-xs {
    background-color: #317FBF;
  }
  .background-secondary-xs {
    background-color: #317FBF;
  }
  .background-tertiary-xs {
    background-color: #C3C3C3;
  }
  .background-white-xs {
    background-color: #ffffff;
  }
  .background-black-xs {
    background-color: #0e0e0e;
  }
  .background-gray-xs {
    background-color: #555555;
  }
  .background-gray-light-xs {
    background-color: #cccccc;
  }
  .background-gray-lighter-xs {
    background-color: #eeeeee;
  }
  .background-gray-dark-xs {
    background-color: #333333;
  }
  .block-xs {
    display: block !important;
  }
  .inline-block-xs {
    display: inline-block !important;
  }
  .display-table-xs {
    display: table;
    width: 100%;
  }
  .display-table-xs > .col-lg-1, .display-table-xs > .col-lg-10, .display-table-xs > .col-lg-11, .display-table-xs > .col-lg-12, .display-table-xs > .col-lg-2, .display-table-xs > .col-lg-3, .display-table-xs > .col-lg-4, .display-table-xs > .col-lg-5, .display-table-xs > .col-lg-6, .display-table-xs > .col-lg-7, .display-table-xs > .col-lg-8, .display-table-xs > .col-lg-9,
  .display-table-xs > .col-md-1, .display-table-xs > .col-md-10, .display-table-xs > .col-md-11, .display-table-xs > .col-md-12, .display-table-xs > .col-md-2, .display-table-xs > .col-md-3, .display-table-xs > .col-md-4, .display-table-xs > .col-md-5, .display-table-xs > .col-md-6, .display-table-xs > .col-md-7, .display-table-xs > .col-md-8, .display-table-xs > .col-md-9,
  .display-table-xs > .col-sm-1, .display-table-xs > .col-sm-10, .display-table-xs > .col-sm-11, .display-table-xs > .col-sm-12, .display-table-xs > .col-sm-2, .display-table-xs > .col-sm-3, .display-table-xs > .col-sm-4, .display-table-xs > .col-sm-5, .display-table-xs > .col-sm-6, .display-table-xs > .col-sm-7, .display-table-xs > .col-sm-8, .display-table-xs > .col-sm-9,
  .display-table-xs > .col-xs-1, .display-table-xs > .col-xs-10, .display-table-xs > .col-xs-11, .display-table-xs > .col-xs-12, .display-table-xs > .col-xs-2, .display-table-xs > .col-xs-3, .display-table-xs > .col-xs-4, .display-table-xs > .col-xs-5, .display-table-xs > .col-xs-6, .display-table-xs > .col-xs-7, .display-table-xs > .col-xs-8, .display-table-xs > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-xs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xs > .col-lg-1, .seperator-row-xs > .col-lg-10, .seperator-row-xs > .col-lg-11, .seperator-row-xs > .col-lg-12, .seperator-row-xs > .col-lg-2, .seperator-row-xs > .col-lg-3, .seperator-row-xs > .col-lg-4, .seperator-row-xs > .col-lg-5, .seperator-row-xs > .col-lg-6, .seperator-row-xs > .col-lg-7, .seperator-row-xs > .col-lg-8, .seperator-row-xs > .col-lg-9,
  .seperator-row-xs > .col-md-1, .seperator-row-xs > .col-md-10, .seperator-row-xs > .col-md-11, .seperator-row-xs > .col-md-12, .seperator-row-xs > .col-md-2, .seperator-row-xs > .col-md-3, .seperator-row-xs > .col-md-4, .seperator-row-xs > .col-md-5, .seperator-row-xs > .col-md-6, .seperator-row-xs > .col-md-7, .seperator-row-xs > .col-md-8, .seperator-row-xs > .col-md-9,
  .seperator-row-xs > .col-sm-1, .seperator-row-xs > .col-sm-10, .seperator-row-xs > .col-sm-11, .seperator-row-xs > .col-sm-12, .seperator-row-xs > .col-sm-2, .seperator-row-xs > .col-sm-3, .seperator-row-xs > .col-sm-4, .seperator-row-xs > .col-sm-5, .seperator-row-xs > .col-sm-6, .seperator-row-xs > .col-sm-7, .seperator-row-xs > .col-sm-8, .seperator-row-xs > .col-sm-9,
  .seperator-row-xs > .col-xs-1, .seperator-row-xs > .col-xs-10, .seperator-row-xs > .col-xs-11, .seperator-row-xs > .col-xs-12, .seperator-row-xs > .col-xs-2, .seperator-row-xs > .col-xs-3, .seperator-row-xs > .col-xs-4, .seperator-row-xs > .col-xs-5, .seperator-row-xs > .col-xs-6, .seperator-row-xs > .col-xs-7, .seperator-row-xs > .col-xs-8, .seperator-row-xs > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-xs > .col-lg-1:first-child, .seperator-row-xs > .col-lg-10:first-child, .seperator-row-xs > .col-lg-11:first-child, .seperator-row-xs > .col-lg-12:first-child, .seperator-row-xs > .col-lg-2:first-child, .seperator-row-xs > .col-lg-3:first-child, .seperator-row-xs > .col-lg-4:first-child, .seperator-row-xs > .col-lg-5:first-child, .seperator-row-xs > .col-lg-6:first-child, .seperator-row-xs > .col-lg-7:first-child, .seperator-row-xs > .col-lg-8:first-child, .seperator-row-xs > .col-lg-9:first-child,
  .seperator-row-xs > .col-md-1:first-child, .seperator-row-xs > .col-md-10:first-child, .seperator-row-xs > .col-md-11:first-child, .seperator-row-xs > .col-md-12:first-child, .seperator-row-xs > .col-md-2:first-child, .seperator-row-xs > .col-md-3:first-child, .seperator-row-xs > .col-md-4:first-child, .seperator-row-xs > .col-md-5:first-child, .seperator-row-xs > .col-md-6:first-child, .seperator-row-xs > .col-md-7:first-child, .seperator-row-xs > .col-md-8:first-child, .seperator-row-xs > .col-md-9:first-child,
  .seperator-row-xs > .col-sm-1:first-child, .seperator-row-xs > .col-sm-10:first-child, .seperator-row-xs > .col-sm-11:first-child, .seperator-row-xs > .col-sm-12:first-child, .seperator-row-xs > .col-sm-2:first-child, .seperator-row-xs > .col-sm-3:first-child, .seperator-row-xs > .col-sm-4:first-child, .seperator-row-xs > .col-sm-5:first-child, .seperator-row-xs > .col-sm-6:first-child, .seperator-row-xs > .col-sm-7:first-child, .seperator-row-xs > .col-sm-8:first-child, .seperator-row-xs > .col-sm-9:first-child,
  .seperator-row-xs > .col-xs-1:first-child, .seperator-row-xs > .col-xs-10:first-child, .seperator-row-xs > .col-xs-11:first-child, .seperator-row-xs > .col-xs-12:first-child, .seperator-row-xs > .col-xs-2:first-child, .seperator-row-xs > .col-xs-3:first-child, .seperator-row-xs > .col-xs-4:first-child, .seperator-row-xs > .col-xs-5:first-child, .seperator-row-xs > .col-xs-6:first-child, .seperator-row-xs > .col-xs-7:first-child, .seperator-row-xs > .col-xs-8:first-child, .seperator-row-xs > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .row.no-gutter-xss {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-xs > [class^=col-],
  .row.no-gutters-xs > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-xs {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-xs > [class^=col-],
  .row.half-gutters-xs > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-20p-xs {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-sm {
    padding: 15px !important;
  }
  .padding-top-sm {
    padding-top: 15px !important;
  }
  .padding-bottom-sm {
    padding-bottom: 15px !important;
  }
  .padding-left-sm {
    padding-left: 15px !important;
  }
  .padding-right-sm {
    padding-right: 15px !important;
  }
  .padding-reset-sm {
    padding: 0 !important;
  }
  .padding-top-reset-sm {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-sm {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-sm {
    padding-left: 0 !important;
  }
  .padding-right-reset-sm {
    padding-right: 0 !important;
  }
  .padding-double-sm {
    padding: 30px !important;
  }
  .padding-top-double-sm {
    padding-top: 30px !important;
  }
  .padding-bottom-double-sm {
    padding-bottom: 30px !important;
  }
  .padding-left-double-sm {
    padding-left: 30px !important;
  }
  .padding-right-double-sm {
    padding-right: 30px !important;
  }
  .padding-half-sm {
    padding: 8px !important;
  }
  .padding-top-half-sm {
    padding-top: 8px !important;
  }
  .padding-bottom-half-sm {
    padding-bottom: 8px !important;
  }
  .padding-left-half-sm {
    padding-left: 8px !important;
  }
  .padding-right-half-sm {
    padding-right: 8px !important;
  }
  .margin-sm {
    margin: 15px !important;
  }
  .margin-top-sm {
    margin-top: 15px !important;
  }
  .margin-bottom-sm {
    margin-bottom: 15px !important;
  }
  .margin-left-sm {
    margin-left: 15px !important;
  }
  .margin-right-sm {
    margin-right: 15px !important;
  }
  .margin-reset-sm {
    margin: 0 !important;
  }
  .margin-top-reset-sm {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-sm {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-sm {
    margin-left: 0 !important;
  }
  .margin-right-reset-sm {
    margin-right: 0 !important;
  }
  .margin-double-sm {
    margin: 30px !important;
  }
  .margin-top-double-sm {
    margin-top: 30px !important;
  }
  .margin-bottom-double-sm {
    margin-bottom: 30px !important;
  }
  .margin-left-double-sm {
    margin-left: 30px !important;
  }
  .margin-right-double-sm {
    margin-right: 30px !important;
  }
  .margin-half-sm {
    margin: 8px !important;
  }
  .margin-top-half-sm {
    margin-top: 8px !important;
  }
  .margin-bottom-half-sm {
    margin-bottom: 8px !important;
  }
  .margin-left-half-sm {
    margin-left: 8px !important;
  }
  .margin-right-half-sm {
    margin-right: 8px !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .clear-sm {
    float: none !important;
  }
  .border-sm {
    border: 1px solid #cccccc;
  }
  .border-top-sm {
    border-top: 1px solid #cccccc;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #cccccc;
  }
  .border-left-sm {
    border-left: 1px solid #cccccc;
  }
  .border-right-sm {
    border-right: 1px solid #cccccc;
  }
  .border-reset-sm {
    border: 0 !important;
  }
  .border-top-reset-sm {
    border-top: 0 !important;
  }
  .border-bottom-reset-sm {
    border-bottom: 0 !important;
  }
  .border-left-reset-sm {
    border-left: 0 !important;
  }
  .border-right-reset-sm {
    border-right: 0 !important;
  }
  .background-primary-sm {
    background-color: #317FBF;
  }
  .background-secondary-sm {
    background-color: #317FBF;
  }
  .background-tertiary-sm {
    background-color: #C3C3C3;
  }
  .background-white-sm {
    background-color: #ffffff;
  }
  .background-black-sm {
    background-color: #0e0e0e;
  }
  .background-gray-sm {
    background-color: #555555;
  }
  .background-gray-light-sm {
    background-color: #cccccc;
  }
  .background-gray-lighter-sm {
    background-color: #eeeeee;
  }
  .background-gray-dark-sm {
    background-color: #333333;
  }
  .block-sm {
    display: block !important;
  }
  .inline-block-sm {
    display: inline-block !important;
  }
  .display-table-sm {
    display: table;
    width: 100%;
  }
  .display-table-sm > .col-lg-1, .display-table-sm > .col-lg-10, .display-table-sm > .col-lg-11, .display-table-sm > .col-lg-12, .display-table-sm > .col-lg-2, .display-table-sm > .col-lg-3, .display-table-sm > .col-lg-4, .display-table-sm > .col-lg-5, .display-table-sm > .col-lg-6, .display-table-sm > .col-lg-7, .display-table-sm > .col-lg-8, .display-table-sm > .col-lg-9,
  .display-table-sm > .col-md-1, .display-table-sm > .col-md-10, .display-table-sm > .col-md-11, .display-table-sm > .col-md-12, .display-table-sm > .col-md-2, .display-table-sm > .col-md-3, .display-table-sm > .col-md-4, .display-table-sm > .col-md-5, .display-table-sm > .col-md-6, .display-table-sm > .col-md-7, .display-table-sm > .col-md-8, .display-table-sm > .col-md-9,
  .display-table-sm > .col-sm-1, .display-table-sm > .col-sm-10, .display-table-sm > .col-sm-11, .display-table-sm > .col-sm-12, .display-table-sm > .col-sm-2, .display-table-sm > .col-sm-3, .display-table-sm > .col-sm-4, .display-table-sm > .col-sm-5, .display-table-sm > .col-sm-6, .display-table-sm > .col-sm-7, .display-table-sm > .col-sm-8, .display-table-sm > .col-sm-9,
  .display-table-sm > .col-xs-1, .display-table-sm > .col-xs-10, .display-table-sm > .col-xs-11, .display-table-sm > .col-xs-12, .display-table-sm > .col-xs-2, .display-table-sm > .col-xs-3, .display-table-sm > .col-xs-4, .display-table-sm > .col-xs-5, .display-table-sm > .col-xs-6, .display-table-sm > .col-xs-7, .display-table-sm > .col-xs-8, .display-table-sm > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-sm > .col-lg-1, .seperator-row-sm > .col-lg-10, .seperator-row-sm > .col-lg-11, .seperator-row-sm > .col-lg-12, .seperator-row-sm > .col-lg-2, .seperator-row-sm > .col-lg-3, .seperator-row-sm > .col-lg-4, .seperator-row-sm > .col-lg-5, .seperator-row-sm > .col-lg-6, .seperator-row-sm > .col-lg-7, .seperator-row-sm > .col-lg-8, .seperator-row-sm > .col-lg-9,
  .seperator-row-sm > .col-md-1, .seperator-row-sm > .col-md-10, .seperator-row-sm > .col-md-11, .seperator-row-sm > .col-md-12, .seperator-row-sm > .col-md-2, .seperator-row-sm > .col-md-3, .seperator-row-sm > .col-md-4, .seperator-row-sm > .col-md-5, .seperator-row-sm > .col-md-6, .seperator-row-sm > .col-md-7, .seperator-row-sm > .col-md-8, .seperator-row-sm > .col-md-9,
  .seperator-row-sm > .col-sm-1, .seperator-row-sm > .col-sm-10, .seperator-row-sm > .col-sm-11, .seperator-row-sm > .col-sm-12, .seperator-row-sm > .col-sm-2, .seperator-row-sm > .col-sm-3, .seperator-row-sm > .col-sm-4, .seperator-row-sm > .col-sm-5, .seperator-row-sm > .col-sm-6, .seperator-row-sm > .col-sm-7, .seperator-row-sm > .col-sm-8, .seperator-row-sm > .col-sm-9,
  .seperator-row-sm > .col-xs-1, .seperator-row-sm > .col-xs-10, .seperator-row-sm > .col-xs-11, .seperator-row-sm > .col-xs-12, .seperator-row-sm > .col-xs-2, .seperator-row-sm > .col-xs-3, .seperator-row-sm > .col-xs-4, .seperator-row-sm > .col-xs-5, .seperator-row-sm > .col-xs-6, .seperator-row-sm > .col-xs-7, .seperator-row-sm > .col-xs-8, .seperator-row-sm > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-sm > .col-lg-1:first-child, .seperator-row-sm > .col-lg-10:first-child, .seperator-row-sm > .col-lg-11:first-child, .seperator-row-sm > .col-lg-12:first-child, .seperator-row-sm > .col-lg-2:first-child, .seperator-row-sm > .col-lg-3:first-child, .seperator-row-sm > .col-lg-4:first-child, .seperator-row-sm > .col-lg-5:first-child, .seperator-row-sm > .col-lg-6:first-child, .seperator-row-sm > .col-lg-7:first-child, .seperator-row-sm > .col-lg-8:first-child, .seperator-row-sm > .col-lg-9:first-child,
  .seperator-row-sm > .col-md-1:first-child, .seperator-row-sm > .col-md-10:first-child, .seperator-row-sm > .col-md-11:first-child, .seperator-row-sm > .col-md-12:first-child, .seperator-row-sm > .col-md-2:first-child, .seperator-row-sm > .col-md-3:first-child, .seperator-row-sm > .col-md-4:first-child, .seperator-row-sm > .col-md-5:first-child, .seperator-row-sm > .col-md-6:first-child, .seperator-row-sm > .col-md-7:first-child, .seperator-row-sm > .col-md-8:first-child, .seperator-row-sm > .col-md-9:first-child,
  .seperator-row-sm > .col-sm-1:first-child, .seperator-row-sm > .col-sm-10:first-child, .seperator-row-sm > .col-sm-11:first-child, .seperator-row-sm > .col-sm-12:first-child, .seperator-row-sm > .col-sm-2:first-child, .seperator-row-sm > .col-sm-3:first-child, .seperator-row-sm > .col-sm-4:first-child, .seperator-row-sm > .col-sm-5:first-child, .seperator-row-sm > .col-sm-6:first-child, .seperator-row-sm > .col-sm-7:first-child, .seperator-row-sm > .col-sm-8:first-child, .seperator-row-sm > .col-sm-9:first-child,
  .seperator-row-sm > .col-xs-1:first-child, .seperator-row-sm > .col-xs-10:first-child, .seperator-row-sm > .col-xs-11:first-child, .seperator-row-sm > .col-xs-12:first-child, .seperator-row-sm > .col-xs-2:first-child, .seperator-row-sm > .col-xs-3:first-child, .seperator-row-sm > .col-xs-4:first-child, .seperator-row-sm > .col-xs-5:first-child, .seperator-row-sm > .col-xs-6:first-child, .seperator-row-sm > .col-xs-7:first-child, .seperator-row-sm > .col-xs-8:first-child, .seperator-row-sm > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .row.no-gutter-sms {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-sm > [class^=col-],
  .row.no-gutters-sm > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-sm > [class^=col-],
  .row.half-gutters-sm > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-20p-sm {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .padding-md {
    padding: 15px !important;
  }
  .padding-top-md {
    padding-top: 15px !important;
  }
  .padding-bottom-md {
    padding-bottom: 15px !important;
  }
  .padding-left-md {
    padding-left: 15px !important;
  }
  .padding-right-md {
    padding-right: 15px !important;
  }
  .padding-reset-md {
    padding: 0 !important;
  }
  .padding-top-reset-md {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-md {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-md {
    padding-left: 0 !important;
  }
  .padding-right-reset-md {
    padding-right: 0 !important;
  }
  .padding-double-md {
    padding: 30px !important;
  }
  .padding-top-double-md {
    padding-top: 30px !important;
  }
  .padding-bottom-double-md {
    padding-bottom: 30px !important;
  }
  .padding-left-double-md {
    padding-left: 30px !important;
  }
  .padding-right-double-md {
    padding-right: 30px !important;
  }
  .padding-half-md {
    padding: 8px !important;
  }
  .padding-top-half-md {
    padding-top: 8px !important;
  }
  .padding-bottom-half-md {
    padding-bottom: 8px !important;
  }
  .padding-left-half-md {
    padding-left: 8px !important;
  }
  .padding-right-half-md {
    padding-right: 8px !important;
  }
  .margin-md {
    margin: 15px !important;
  }
  .margin-top-md {
    margin-top: 15px !important;
  }
  .margin-bottom-md {
    margin-bottom: 15px !important;
  }
  .margin-left-md {
    margin-left: 15px !important;
  }
  .margin-right-md {
    margin-right: 15px !important;
  }
  .margin-reset-md {
    margin: 0 !important;
  }
  .margin-top-reset-md {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-md {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-md {
    margin-left: 0 !important;
  }
  .margin-right-reset-md {
    margin-right: 0 !important;
  }
  .margin-double-md {
    margin: 30px !important;
  }
  .margin-top-double-md {
    margin-top: 30px !important;
  }
  .margin-bottom-double-md {
    margin-bottom: 30px !important;
  }
  .margin-left-double-md {
    margin-left: 30px !important;
  }
  .margin-right-double-md {
    margin-right: 30px !important;
  }
  .margin-half-md {
    margin: 8px !important;
  }
  .margin-top-half-md {
    margin-top: 8px !important;
  }
  .margin-bottom-half-md {
    margin-bottom: 8px !important;
  }
  .margin-left-half-md {
    margin-left: 8px !important;
  }
  .margin-right-half-md {
    margin-right: 8px !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .clear-md {
    float: none !important;
  }
  .border-md {
    border: 1px solid #cccccc;
  }
  .border-top-md {
    border-top: 1px solid #cccccc;
  }
  .border-bottom-md {
    border-bottom: 1px solid #cccccc;
  }
  .border-left-md {
    border-left: 1px solid #cccccc;
  }
  .border-right-md {
    border-right: 1px solid #cccccc;
  }
  .border-reset-md {
    border: 0 !important;
  }
  .border-top-reset-md {
    border-top: 0 !important;
  }
  .border-bottom-reset-md {
    border-bottom: 0 !important;
  }
  .border-left-reset-md {
    border-left: 0 !important;
  }
  .border-right-reset-md {
    border-right: 0 !important;
  }
  .background-primary-md {
    background-color: #317FBF;
  }
  .background-secondary-md {
    background-color: #317FBF;
  }
  .background-tertiary-md {
    background-color: #C3C3C3;
  }
  .background-white-md {
    background-color: #ffffff;
  }
  .background-black-md {
    background-color: #0e0e0e;
  }
  .background-gray-md {
    background-color: #555555;
  }
  .background-gray-light-md {
    background-color: #cccccc;
  }
  .background-gray-lighter-md {
    background-color: #eeeeee;
  }
  .background-gray-dark-md {
    background-color: #333333;
  }
  .block-md {
    display: block !important;
  }
  .inline-block-md {
    display: inline-block !important;
  }
  .display-table-md {
    display: table;
    width: 100%;
  }
  .display-table-md > .col-lg-1, .display-table-md > .col-lg-10, .display-table-md > .col-lg-11, .display-table-md > .col-lg-12, .display-table-md > .col-lg-2, .display-table-md > .col-lg-3, .display-table-md > .col-lg-4, .display-table-md > .col-lg-5, .display-table-md > .col-lg-6, .display-table-md > .col-lg-7, .display-table-md > .col-lg-8, .display-table-md > .col-lg-9,
  .display-table-md > .col-md-1, .display-table-md > .col-md-10, .display-table-md > .col-md-11, .display-table-md > .col-md-12, .display-table-md > .col-md-2, .display-table-md > .col-md-3, .display-table-md > .col-md-4, .display-table-md > .col-md-5, .display-table-md > .col-md-6, .display-table-md > .col-md-7, .display-table-md > .col-md-8, .display-table-md > .col-md-9,
  .display-table-md > .col-sm-1, .display-table-md > .col-sm-10, .display-table-md > .col-sm-11, .display-table-md > .col-sm-12, .display-table-md > .col-sm-2, .display-table-md > .col-sm-3, .display-table-md > .col-sm-4, .display-table-md > .col-sm-5, .display-table-md > .col-sm-6, .display-table-md > .col-sm-7, .display-table-md > .col-sm-8, .display-table-md > .col-sm-9,
  .display-table-md > .col-xs-1, .display-table-md > .col-xs-10, .display-table-md > .col-xs-11, .display-table-md > .col-xs-12, .display-table-md > .col-xs-2, .display-table-md > .col-xs-3, .display-table-md > .col-xs-4, .display-table-md > .col-xs-5, .display-table-md > .col-xs-6, .display-table-md > .col-xs-7, .display-table-md > .col-xs-8, .display-table-md > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-md > .col-lg-1, .seperator-row-md > .col-lg-10, .seperator-row-md > .col-lg-11, .seperator-row-md > .col-lg-12, .seperator-row-md > .col-lg-2, .seperator-row-md > .col-lg-3, .seperator-row-md > .col-lg-4, .seperator-row-md > .col-lg-5, .seperator-row-md > .col-lg-6, .seperator-row-md > .col-lg-7, .seperator-row-md > .col-lg-8, .seperator-row-md > .col-lg-9,
  .seperator-row-md > .col-md-1, .seperator-row-md > .col-md-10, .seperator-row-md > .col-md-11, .seperator-row-md > .col-md-12, .seperator-row-md > .col-md-2, .seperator-row-md > .col-md-3, .seperator-row-md > .col-md-4, .seperator-row-md > .col-md-5, .seperator-row-md > .col-md-6, .seperator-row-md > .col-md-7, .seperator-row-md > .col-md-8, .seperator-row-md > .col-md-9,
  .seperator-row-md > .col-sm-1, .seperator-row-md > .col-sm-10, .seperator-row-md > .col-sm-11, .seperator-row-md > .col-sm-12, .seperator-row-md > .col-sm-2, .seperator-row-md > .col-sm-3, .seperator-row-md > .col-sm-4, .seperator-row-md > .col-sm-5, .seperator-row-md > .col-sm-6, .seperator-row-md > .col-sm-7, .seperator-row-md > .col-sm-8, .seperator-row-md > .col-sm-9,
  .seperator-row-md > .col-xs-1, .seperator-row-md > .col-xs-10, .seperator-row-md > .col-xs-11, .seperator-row-md > .col-xs-12, .seperator-row-md > .col-xs-2, .seperator-row-md > .col-xs-3, .seperator-row-md > .col-xs-4, .seperator-row-md > .col-xs-5, .seperator-row-md > .col-xs-6, .seperator-row-md > .col-xs-7, .seperator-row-md > .col-xs-8, .seperator-row-md > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-md > .col-lg-1:first-child, .seperator-row-md > .col-lg-10:first-child, .seperator-row-md > .col-lg-11:first-child, .seperator-row-md > .col-lg-12:first-child, .seperator-row-md > .col-lg-2:first-child, .seperator-row-md > .col-lg-3:first-child, .seperator-row-md > .col-lg-4:first-child, .seperator-row-md > .col-lg-5:first-child, .seperator-row-md > .col-lg-6:first-child, .seperator-row-md > .col-lg-7:first-child, .seperator-row-md > .col-lg-8:first-child, .seperator-row-md > .col-lg-9:first-child,
  .seperator-row-md > .col-md-1:first-child, .seperator-row-md > .col-md-10:first-child, .seperator-row-md > .col-md-11:first-child, .seperator-row-md > .col-md-12:first-child, .seperator-row-md > .col-md-2:first-child, .seperator-row-md > .col-md-3:first-child, .seperator-row-md > .col-md-4:first-child, .seperator-row-md > .col-md-5:first-child, .seperator-row-md > .col-md-6:first-child, .seperator-row-md > .col-md-7:first-child, .seperator-row-md > .col-md-8:first-child, .seperator-row-md > .col-md-9:first-child,
  .seperator-row-md > .col-sm-1:first-child, .seperator-row-md > .col-sm-10:first-child, .seperator-row-md > .col-sm-11:first-child, .seperator-row-md > .col-sm-12:first-child, .seperator-row-md > .col-sm-2:first-child, .seperator-row-md > .col-sm-3:first-child, .seperator-row-md > .col-sm-4:first-child, .seperator-row-md > .col-sm-5:first-child, .seperator-row-md > .col-sm-6:first-child, .seperator-row-md > .col-sm-7:first-child, .seperator-row-md > .col-sm-8:first-child, .seperator-row-md > .col-sm-9:first-child,
  .seperator-row-md > .col-xs-1:first-child, .seperator-row-md > .col-xs-10:first-child, .seperator-row-md > .col-xs-11:first-child, .seperator-row-md > .col-xs-12:first-child, .seperator-row-md > .col-xs-2:first-child, .seperator-row-md > .col-xs-3:first-child, .seperator-row-md > .col-xs-4:first-child, .seperator-row-md > .col-xs-5:first-child, .seperator-row-md > .col-xs-6:first-child, .seperator-row-md > .col-xs-7:first-child, .seperator-row-md > .col-xs-8:first-child, .seperator-row-md > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .row.no-gutter-mds {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-md > [class^=col-],
  .row.no-gutters-md > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-md {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-md > [class^=col-],
  .row.half-gutters-md > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-20p-md {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .padding-lg {
    padding: 15px !important;
  }
  .padding-top-lg {
    padding-top: 15px !important;
  }
  .padding-bottom-lg {
    padding-bottom: 15px !important;
  }
  .padding-left-lg {
    padding-left: 15px !important;
  }
  .padding-right-lg {
    padding-right: 15px !important;
  }
  .padding-reset-lg {
    padding: 0 !important;
  }
  .padding-top-reset-lg {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-lg {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-lg {
    padding-left: 0 !important;
  }
  .padding-right-reset-lg {
    padding-right: 0 !important;
  }
  .padding-double-lg {
    padding: 30px !important;
  }
  .padding-top-double-lg {
    padding-top: 30px !important;
  }
  .padding-bottom-double-lg {
    padding-bottom: 30px !important;
  }
  .padding-left-double-lg {
    padding-left: 30px !important;
  }
  .padding-right-double-lg {
    padding-right: 30px !important;
  }
  .padding-half-lg {
    padding: 8px !important;
  }
  .padding-top-half-lg {
    padding-top: 8px !important;
  }
  .padding-bottom-half-lg {
    padding-bottom: 8px !important;
  }
  .padding-left-half-lg {
    padding-left: 8px !important;
  }
  .padding-right-half-lg {
    padding-right: 8px !important;
  }
  .margin-lg {
    margin: 15px !important;
  }
  .margin-top-lg {
    margin-top: 15px !important;
  }
  .margin-bottom-lg {
    margin-bottom: 15px !important;
  }
  .margin-left-lg {
    margin-left: 15px !important;
  }
  .margin-right-lg {
    margin-right: 15px !important;
  }
  .margin-reset-lg {
    margin: 0 !important;
  }
  .margin-top-reset-lg {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-lg {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-lg {
    margin-left: 0 !important;
  }
  .margin-right-reset-lg {
    margin-right: 0 !important;
  }
  .margin-double-lg {
    margin: 30px !important;
  }
  .margin-top-double-lg {
    margin-top: 30px !important;
  }
  .margin-bottom-double-lg {
    margin-bottom: 30px !important;
  }
  .margin-left-double-lg {
    margin-left: 30px !important;
  }
  .margin-right-double-lg {
    margin-right: 30px !important;
  }
  .margin-half-lg {
    margin: 8px !important;
  }
  .margin-top-half-lg {
    margin-top: 8px !important;
  }
  .margin-bottom-half-lg {
    margin-bottom: 8px !important;
  }
  .margin-left-half-lg {
    margin-left: 8px !important;
  }
  .margin-right-half-lg {
    margin-right: 8px !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .clear-lg {
    float: none !important;
  }
  .border-lg {
    border: 1px solid #cccccc;
  }
  .border-top-lg {
    border-top: 1px solid #cccccc;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #cccccc;
  }
  .border-left-lg {
    border-left: 1px solid #cccccc;
  }
  .border-right-lg {
    border-right: 1px solid #cccccc;
  }
  .border-reset-lg {
    border: 0 !important;
  }
  .border-top-reset-lg {
    border-top: 0 !important;
  }
  .border-bottom-reset-lg {
    border-bottom: 0 !important;
  }
  .border-left-reset-lg {
    border-left: 0 !important;
  }
  .border-right-reset-lg {
    border-right: 0 !important;
  }
  .background-primary-lg {
    background-color: #317FBF;
  }
  .background-secondary-lg {
    background-color: #317FBF;
  }
  .background-tertiary-lg {
    background-color: #C3C3C3;
  }
  .background-white-lg {
    background-color: #ffffff;
  }
  .background-black-lg {
    background-color: #0e0e0e;
  }
  .background-gray-lg {
    background-color: #555555;
  }
  .background-gray-light-lg {
    background-color: #cccccc;
  }
  .background-gray-lighter-lg {
    background-color: #eeeeee;
  }
  .background-gray-dark-lg {
    background-color: #333333;
  }
  .block-lg {
    display: block !important;
  }
  .inline-block-lg {
    display: inline-block !important;
  }
  .display-table-lg {
    display: table;
    width: 100%;
  }
  .display-table-lg > .col-lg-1, .display-table-lg > .col-lg-10, .display-table-lg > .col-lg-11, .display-table-lg > .col-lg-12, .display-table-lg > .col-lg-2, .display-table-lg > .col-lg-3, .display-table-lg > .col-lg-4, .display-table-lg > .col-lg-5, .display-table-lg > .col-lg-6, .display-table-lg > .col-lg-7, .display-table-lg > .col-lg-8, .display-table-lg > .col-lg-9,
  .display-table-lg > .col-md-1, .display-table-lg > .col-md-10, .display-table-lg > .col-md-11, .display-table-lg > .col-md-12, .display-table-lg > .col-md-2, .display-table-lg > .col-md-3, .display-table-lg > .col-md-4, .display-table-lg > .col-md-5, .display-table-lg > .col-md-6, .display-table-lg > .col-md-7, .display-table-lg > .col-md-8, .display-table-lg > .col-md-9,
  .display-table-lg > .col-sm-1, .display-table-lg > .col-sm-10, .display-table-lg > .col-sm-11, .display-table-lg > .col-sm-12, .display-table-lg > .col-sm-2, .display-table-lg > .col-sm-3, .display-table-lg > .col-sm-4, .display-table-lg > .col-sm-5, .display-table-lg > .col-sm-6, .display-table-lg > .col-sm-7, .display-table-lg > .col-sm-8, .display-table-lg > .col-sm-9,
  .display-table-lg > .col-xs-1, .display-table-lg > .col-xs-10, .display-table-lg > .col-xs-11, .display-table-lg > .col-xs-12, .display-table-lg > .col-xs-2, .display-table-lg > .col-xs-3, .display-table-lg > .col-xs-4, .display-table-lg > .col-xs-5, .display-table-lg > .col-xs-6, .display-table-lg > .col-xs-7, .display-table-lg > .col-xs-8, .display-table-lg > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-lg {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-lg > .col-lg-1, .seperator-row-lg > .col-lg-10, .seperator-row-lg > .col-lg-11, .seperator-row-lg > .col-lg-12, .seperator-row-lg > .col-lg-2, .seperator-row-lg > .col-lg-3, .seperator-row-lg > .col-lg-4, .seperator-row-lg > .col-lg-5, .seperator-row-lg > .col-lg-6, .seperator-row-lg > .col-lg-7, .seperator-row-lg > .col-lg-8, .seperator-row-lg > .col-lg-9,
  .seperator-row-lg > .col-md-1, .seperator-row-lg > .col-md-10, .seperator-row-lg > .col-md-11, .seperator-row-lg > .col-md-12, .seperator-row-lg > .col-md-2, .seperator-row-lg > .col-md-3, .seperator-row-lg > .col-md-4, .seperator-row-lg > .col-md-5, .seperator-row-lg > .col-md-6, .seperator-row-lg > .col-md-7, .seperator-row-lg > .col-md-8, .seperator-row-lg > .col-md-9,
  .seperator-row-lg > .col-sm-1, .seperator-row-lg > .col-sm-10, .seperator-row-lg > .col-sm-11, .seperator-row-lg > .col-sm-12, .seperator-row-lg > .col-sm-2, .seperator-row-lg > .col-sm-3, .seperator-row-lg > .col-sm-4, .seperator-row-lg > .col-sm-5, .seperator-row-lg > .col-sm-6, .seperator-row-lg > .col-sm-7, .seperator-row-lg > .col-sm-8, .seperator-row-lg > .col-sm-9,
  .seperator-row-lg > .col-xs-1, .seperator-row-lg > .col-xs-10, .seperator-row-lg > .col-xs-11, .seperator-row-lg > .col-xs-12, .seperator-row-lg > .col-xs-2, .seperator-row-lg > .col-xs-3, .seperator-row-lg > .col-xs-4, .seperator-row-lg > .col-xs-5, .seperator-row-lg > .col-xs-6, .seperator-row-lg > .col-xs-7, .seperator-row-lg > .col-xs-8, .seperator-row-lg > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-lg > .col-lg-1:first-child, .seperator-row-lg > .col-lg-10:first-child, .seperator-row-lg > .col-lg-11:first-child, .seperator-row-lg > .col-lg-12:first-child, .seperator-row-lg > .col-lg-2:first-child, .seperator-row-lg > .col-lg-3:first-child, .seperator-row-lg > .col-lg-4:first-child, .seperator-row-lg > .col-lg-5:first-child, .seperator-row-lg > .col-lg-6:first-child, .seperator-row-lg > .col-lg-7:first-child, .seperator-row-lg > .col-lg-8:first-child, .seperator-row-lg > .col-lg-9:first-child,
  .seperator-row-lg > .col-md-1:first-child, .seperator-row-lg > .col-md-10:first-child, .seperator-row-lg > .col-md-11:first-child, .seperator-row-lg > .col-md-12:first-child, .seperator-row-lg > .col-md-2:first-child, .seperator-row-lg > .col-md-3:first-child, .seperator-row-lg > .col-md-4:first-child, .seperator-row-lg > .col-md-5:first-child, .seperator-row-lg > .col-md-6:first-child, .seperator-row-lg > .col-md-7:first-child, .seperator-row-lg > .col-md-8:first-child, .seperator-row-lg > .col-md-9:first-child,
  .seperator-row-lg > .col-sm-1:first-child, .seperator-row-lg > .col-sm-10:first-child, .seperator-row-lg > .col-sm-11:first-child, .seperator-row-lg > .col-sm-12:first-child, .seperator-row-lg > .col-sm-2:first-child, .seperator-row-lg > .col-sm-3:first-child, .seperator-row-lg > .col-sm-4:first-child, .seperator-row-lg > .col-sm-5:first-child, .seperator-row-lg > .col-sm-6:first-child, .seperator-row-lg > .col-sm-7:first-child, .seperator-row-lg > .col-sm-8:first-child, .seperator-row-lg > .col-sm-9:first-child,
  .seperator-row-lg > .col-xs-1:first-child, .seperator-row-lg > .col-xs-10:first-child, .seperator-row-lg > .col-xs-11:first-child, .seperator-row-lg > .col-xs-12:first-child, .seperator-row-lg > .col-xs-2:first-child, .seperator-row-lg > .col-xs-3:first-child, .seperator-row-lg > .col-xs-4:first-child, .seperator-row-lg > .col-xs-5:first-child, .seperator-row-lg > .col-xs-6:first-child, .seperator-row-lg > .col-xs-7:first-child, .seperator-row-lg > .col-xs-8:first-child, .seperator-row-lg > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
  .row.no-gutter-lgs {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-lg > [class^=col-],
  .row.no-gutters-lg > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-lg {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-lg > [class^=col-],
  .row.half-gutters-lg > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-20p-lg {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*# sourceMappingURL=skin.css.map */