/* =========================================
	Index:

	skin.scss
	1. Imports
	2. Colours / variables
	3. General
	4. Button
	5. Header / navigation
	6. Content
	7. Footer
	8. Carousel
	9. iForm
	10. iEntity
	11. iEntity news
	12. iEntity Addressbook (dealer module)
	13. Breadcrumbs
	14. Resets / Base classes

	additional.scss
	1. DNN Search
	1. AddThis
	2. Guestbook
	3. Calender

========================================= */
/*=========================================
	1. Imports
=========================================*/
/* MIXINS */
/* Custom Mixins */
/* Other mixins */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,300italic,400italic,600italic,700,700italic);
/*================================================
    2. Colours / variables
================================================*/
/* == Color variables == */
.gradient, .overlay-image, footer:before, .content-block--header-image:before, .gradient-border, #page150 .wrapper-main,
#page153 .wrapper-main {
  background: #f0e904;
  background: -webkit-gradient(linear, left top, right top, from(#f0e904), to(#f0e904));
  background: linear-gradient(to right, #f0e904, #f0e904);
}

/* == Element color variables == */
/* == Bootstrap color variables resets  == */
/* == Typography variables == */
/* == Margin / Padding variables == */
/* == Landing page variables == */
/* == Bootstrap variables == */
/*================================================
    3. General
================================================*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html, body {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #666666;
}
@media (max-width: 1199px) {
  html, body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #4f5650;
  margin: 0 0 22px 0;
  font-weight: 300;
}

h1,
h2 {
  font-size: 40px;
  text-transform: uppercase;
}

h3, h4, h5, h6 {
  font-size: 22px;
}

h3 {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 30px;
  }
  h3, h4, h5, h6 {
    font-size: 18px;
  }
}
p {
  margin: 0 0 15px 0;
}

a {
  color: #4f5650;
}
a:hover, a:focus {
  color: #373b37;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

blockquote {
  padding: 1px 5px 1px 25px !important;
  margin-bottom: 20px;
  border-left: 3px solid #4f5650;
  font-size: 17px;
}

.text-spacing {
  display: inline-block;
  width: 100px;
}

.color-primary {
  color: #4f5650 !important;
}

.color-secondary {
  color: #f0e904 !important;
}

.spinner {
  position: fixed !important;
}

.font-bold,
.text-bold {
  font-weight: bold !important;
  font-weight: 700 !important;
}

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

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 15px 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  border: 1px solid #e0e0e0;
  color: #666666;
}
.link-block:hover, .link-block:focus {
  color: #666666;
  border: 1px solid #4f5650;
}

.position-relative {
  position: relative;
}

.list-style--check {
  list-style: none;
  padding-left: 0;
}
.list-style--check li {
  padding-left: 20px;
  position: relative;
}
.list-style--check li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #3eb340;
}

.icon-search:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 5px;
}

.icon-prev:before,
.icon-left:before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 5px;
}

.icon-next:before,
.icon-right:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}

.icon-document:before, .link-download:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 5px;
}

.icon-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 5px;
}

.icon-mail:before,
.icon-email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 5px;
}

.icon-download:before {
  content: "\f019";
  font-family: FontAwesome;
  margin-right: 5px;
}

.icon-check:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .landing-page-module-wrapper .Normal {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .landing-page-module-wrapper .Normal {
    font-size: 20px;
    line-height: 1.75;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .landing-page-module-wrapper .Normal h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .landing-page-module-wrapper .Normal h1 {
    font-size: 38px;
  }
}
.landing-page-module-wrapper .Normal h2, .landing-page-module-wrapper .Normal h3 {
  font-size: 25px;
}
.landing-page-module-wrapper .Normal h1, .landing-page-module-wrapper .Normal h2, .landing-page-module-wrapper .Normal h3 {
  color: #4f5650;
  font-weight: 700;
  line-height: 1.5;
}
.landing-page-module-wrapper .Normal .list-style--check li {
  padding-left: 30px;
}
.landing-page-module-wrapper .LiveForm .Field.FieldSpacing,
.landing-page-module-wrapper .LiveForm .Field.Heading {
  padding: 0 0 10px 0;
}
.landing-page-module-wrapper .LiveForm label {
  font-weight: normal;
}
.landing-page-module-wrapper .LiveForm .bSubmit {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px 1px;
  padding: 15px 22.5px;
  font-size: 20px;
  background: #f0e904;
  border: 2px solid #a5a003;
  width: 100%;
  margin-top: 15px;
}
.landing-page-module-wrapper .LiveForm .bSubmit:hover, .landing-page-module-wrapper .LiveForm .bSubmit:focus, .landing-page-module-wrapper .LiveForm .bSubmit:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 9px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 9px 1px;
  background: #beb803;
  border: 2px solid #736f02;
}

.landing-page-banner--image {
  height: 400px;
  background-position: left center;
  background-size: cover;
}

.landing-page-banner--overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.landing-page-banner--overlay .Normal h1, .landing-page-banner--overlay .Normal h2, .landing-page-banner--overlay .Normal h3, .landing-page-banner--overlay .Normal h4, .landing-page-banner--overlay .Normal h5, .landing-page-banner--overlay .Normal h6, .landing-page-banner--overlay .Normal p {
  text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
  color: #fff;
}

/*================================================
    4. Button
================================================*/
.btn, .dnnPrimaryAction, .news-categories a, .LiveForm .bSubmit, .carousel-content a, .content-block--text .Normal a, .content-block--fixed-button .Normal a, .transform-link-to-btn .Normal a, .link-download {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 10px 25px 11px;
  font-size: 16px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0 !important;
}
.btn:hover, .dnnPrimaryAction:hover, .news-categories a:hover, .LiveForm .bSubmit:hover, .carousel-content a:hover, .content-block--text .Normal a:hover, .content-block--fixed-button .Normal a:hover, .transform-link-to-btn .Normal a:hover, .link-download:hover, .btn:focus, .dnnPrimaryAction:focus, .news-categories a:focus, .LiveForm .bSubmit:focus, .carousel-content a:focus, .content-block--text .Normal a:focus, .content-block--fixed-button .Normal a:focus, .transform-link-to-btn .Normal a:focus, .link-download:focus, .btn:active, .dnnPrimaryAction:active, .news-categories a:active, .LiveForm .bSubmit:active, .carousel-content a:active, .content-block--text .Normal a:active, .content-block--fixed-button .Normal a:active, .transform-link-to-btn .Normal a:active, .link-download:active, .btn:active:focus {
  outline: none;
}

.btn-large {
  padding: 15px 30px;
  font-size: 21px;
}

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

.btn-primary, .dnnPrimaryAction, .news-categories .rtSelected a, .LiveForm .bSubmit, .btn-cta, .btn-secondary, .content-block--text .Normal a, .content-block--fixed-button .Normal a, .transform-link-to-btn .Normal a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  background: #4f5650;
  position: relative;
}
.btn-primary:hover, .dnnPrimaryAction:hover, .news-categories .rtSelected a:hover, .LiveForm .bSubmit:hover, .btn-cta:hover, .btn-secondary:hover, .content-block--text .Normal a:hover, .content-block--fixed-button .Normal a:hover, .transform-link-to-btn .Normal a:hover, .btn-primary:focus, .dnnPrimaryAction:focus, .news-categories .rtSelected a:focus, .LiveForm .bSubmit:focus, .btn-cta:focus, .btn-secondary:focus, .content-block--text .Normal a:focus, .content-block--fixed-button .Normal a:focus, .transform-link-to-btn .Normal a:focus, .btn-primary:active, .dnnPrimaryAction:active, .news-categories .rtSelected a:active, .LiveForm .bSubmit:active, .btn-cta:active, .btn-secondary:active, .content-block--text .Normal a:active, .content-block--fixed-button .Normal a:active, .transform-link-to-btn .Normal a:active {
  background: #5b635c;
  border: 1px solid #4f5650;
}

.btn-secondary, .content-block--text .Normal a, .content-block--fixed-button .Normal a, .transform-link-to-btn .Normal a {
  background: #f0e904;
}
.btn-secondary:hover, .content-block--text .Normal a:hover, .content-block--fixed-button .Normal a:hover, .transform-link-to-btn .Normal a:hover, .btn-secondary:focus, .content-block--text .Normal a:focus, .content-block--fixed-button .Normal a:focus, .transform-link-to-btn .Normal a:focus, .btn-secondary:active, .content-block--text .Normal a:active, .content-block--fixed-button .Normal a:active, .transform-link-to-btn .Normal a:active {
  background: #fbf412;
  border: 1px solid #f0e904;
}

.btn-cta {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  background: #4f5650;
  border: 1px solid #373b37;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
  background: #373b37;
  border: 1px solid #1e211f;
  color: #fff;
}

.btn-default, .news-categories a {
  color: #4f5650;
  background: #ffffff;
  border: 1px solid #4f5650;
}
.btn-default:hover, .news-categories a:hover, .btn-default:focus, .news-categories a:focus, .btn-default:active, .news-categories a:active {
  color: #ffffff;
  background: #4f5650;
  border: 1px solid #4f5650;
}

.btn-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

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

.link-download {
  margin-bottom: 5px;
  display: inline-block;
  color: #666666;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

/*================================================
    5. Header / navigation
================================================*/
.logo {
  color: #cccccc;
}
.logo a {
  color: #666666;
}
.logo img {
  max-height: 100px;
}

.wrapper-header {
  background: #ffffff;
}
.wrapper-header .header {
  position: relative;
  padding: 25px 0;
}
.wrapper-header .header .nav {
  margin-top: 7px;
}
.wrapper-header .header .nav a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px;
  color: #666666;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.wrapper-header .header .nav a.active, .wrapper-header .header .nav a:hover, .wrapper-header .header .nav a:focus {
  color: #4f5650;
  background: transparent;
}
.wrapper-header .header .nav .open > a {
  background: #eeeeee;
  color: #666666;
}
.wrapper-header .header .nav .dropdown a {
  position: relative;
}
.wrapper-header .header .nav .dropdown a i {
  width: 15px;
  text-align: right;
}
.wrapper-header .header .nav .dropdown-menu {
  border-radius: 4px;
  padding: 0;
  z-index: 10000;
}
.wrapper-header .header .nav .dropdown-menu li a {
  padding: 7px 15px;
}
.wrapper-header .header .nav .dropdown-menu li a.active {
  color: #ffffff;
  background: #4f5650;
}
.wrapper-header .header .nav .dropdown-submenu {
  position: relative;
}
.wrapper-header .header .nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.wrapper-header .header .nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.controlpanel .wrapper-header .header .nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.language-object {
  margin-top: 35px;
  border-left: 1px solid #e0e0e0;
  padding-left: 15px;
}
.language-object .Language {
  opacity: 0.5;
}
.language-object .Language img {
  width: 20px;
}
.language-object .Language:first-child {
  margin-right: 5px;
}
.language-object .Language.selected {
  opacity: 1;
}

#button-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  padding: 20px;
  background: #4f5650;
  color: #fff;
  z-index: 999;
}

#menu-mobile {
  z-index: 1000;
  border-left: 1px solid #e0e0e0;
}

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

.mm-menu.mm-front {
  z-index: 9999 !important;
}

.mm-page {
  position: static !important;
  min-height: auto !important;
}

@media (max-width: 767px) {
  div.submenu {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
  }
}

.submenu {
  margin: 0;
  padding: 0;
}
.submenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.submenu li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  margin-left: 5px;
  padding: 5px;
  display: block;
  position: relative;
  color: #666666;
  border-bottom: 1px solid #e0e0e0;
}
.submenu li a:hover, .submenu li a:focus {
  color: #4f5650;
  text-decoration: none;
}
.submenu li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}
.submenu li a.active,
.submenu li .rtSelected a {
  color: #4f5650;
}
.submenu li:last-child {
  border-bottom: 0px;
}

.submenu--subcategories ul {
  margin: 0;
  padding: 0;
}
.submenu--subcategories li {
  list-style-type: none;
  padding-bottom: 10px;
}
.submenu--subcategories li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  background: #fff;
  padding: 5px;
  display: block;
  position: relative;
  color: #666666;
}
.submenu--subcategories li a:hover, .submenu--subcategories li a:focus {
  color: #4f5650;
  text-decoration: none;
}
.submenu--subcategories li a:hover:before, .submenu--subcategories li a:focus:before {
  color: #4f5650;
}
.submenu--subcategories li .rtSelected a {
  color: #4f5650;
}
.submenu--subcategories li:last-child {
  border-bottom: 0px;
}
.submenu--subcategories li li {
  padding-bottom: 0;
}
.submenu--subcategories li li a {
  font-weight: normal;
  margin-left: 5px;
}
.submenu--subcategories li li a:before {
  content: "\f105";
  color: #4f5650;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}

.header-image--wrapper {
  background-size: cover;
}
.header-image--wrapper .header-image--content {
  height: 200px;
}
@media (max-width: 767px) {
  .header-image--wrapper .header-image--content {
    height: 130px;
  }
}
.header-image--wrapper .header-image--content .Normal img {
  display: none;
}

/*================================================
    6. Content
================================================*/
main,
.padding-content {
  padding: 60px 0;
  background: #ffffff;
}

@media (min-width: 768px) {
  .wrapper-main {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  .wrapper-main {
    min-height: 650px;
  }
}

.container-full-width {
  overflow: hidden;
}

.transform-link-to-btn .Normal a {
  display: block;
  border: 1px solid;
}

/* Gradient background for /Social and /Kalender page */
#page150 .wrapper-main h1, #page150 .wrapper-main h2, #page150 .wrapper-main h3, #page150 .wrapper-main h4, #page150 .wrapper-main p,
#page153 .wrapper-main h1,
#page153 .wrapper-main h2,
#page153 .wrapper-main h3,
#page153 .wrapper-main h4,
#page153 .wrapper-main p {
  color: white;
}

.Normal img {
  max-width: 100%;
  height: auto;
}
.Normal ul, .Normal ol {
  display: inline-block;
}

.gradient-border {
  width: 100%;
  height: 10px;
}

.content-block--fixed-button {
  padding-bottom: 50px !important;
  position: relative;
}
.content-block--fixed-button .DnnModule {
  position: static;
}
@media (max-width: 991px) {
  .content-block--fixed-button {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .content-block--fixed-button {
    height: auto !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (min-width: 768px) {
  .content-block--fixed-button .Normal a {
    position: absolute;
    bottom: 0;
  }
}

.content-block--text {
  padding: 30px !important;
}
@media (max-width: 767px) {
  .content-block--text {
    height: auto !important;
    margin-bottom: 30px !important;
  }
}

.content-block--text .Normal a {
  margin-top: 10px;
}

.content-block--image {
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .content-block--image {
    height: 300px !important;
  }
}
@media (min-width: 992px) {
  .content-block--image:before {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-block--image:before {
    position: absolute;
    top: 30px;
    right: 0;
    content: " ";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid white;
    border-bottom: 40px solid transparent;
  }
}
@media (max-width: 767px) {
  .content-block--image:before {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid white;
  }
}

@media (min-width: 992px) {
  .col-md-invert .content-block--image:before {
    bottom: inherit;
    top: 0;
    border-bottom: 0;
    border-top: 50px solid white;
  }
}

@media (min-width: 992px) {
  .col-md-invert {
    position: relative;
  }
}

@media (min-width: 992px) {
  .col-md-invert-1 {
    position: absolute;
    top: 100%;
    width: 100%;
  }
}

.content-block--header-image {
  background-position: center center;
  background-size: cover;
  height: 150px;
  position: relative;
}
.content-block--header-image p {
  margin: 0;
}
.content-block--header-image:before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media (min-width: 768px) {
  .seperator-row-2 > div:nth-child(1) {
    border-left: 1px solid #e0e0e0;
    padding-left: 30px;
  }
  .seperator-row-2 > div:nth-child(2) {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .seperator-row-2 > div:nth-child(1) > div {
    border-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
  }
}

/*================================================
    7. Footer
================================================*/
footer {
  background: #fff url(img/bg-footer.jpg) no-repeat center center;
  background-size: cover;
  color: #000;
  position: relative;
}
footer .footer {
  padding: 60px 0;
}
footer .footer a {
  color: #000;
}
footer .footer a:hover {
  text-decoration: underline;
}
footer .footer i {
  vertical-align: middle;
}
footer:before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/*================================================
    8. Carousel
================================================*/
.overlay-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.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: 430px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #carousel-wrapper {
    min-height: 215px;
  }
}
@media (min-width: 1400px) {
  #carousel-wrapper {
    min-height: 258px;
  }
}
@media (min-width: 1500px) {
  #carousel-wrapper {
    min-height: 301px;
  }
}
@media (min-width: 1600px) {
  #carousel-wrapper {
    min-height: 344px;
  }
}
@media (min-width: 1700px) {
  #carousel-wrapper {
    min-height: 387px;
  }
}

#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 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 100px;
  color: #ffffff;
  font-size: 75px;
  opacity: 0;
  z-index: 3;
}
@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;
  position: absolute;
  bottom: 15px;
  z-index: 1100;
  padding-left: 0px;
  margin-bottom: 0;
  width: 100%;
  opacity: 0;
}
.carousel-pagination a {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 7px;
}
.carousel-pagination .selected {
  background: #4f5650;
}
.carousel-pagination span {
  display: none;
}

.carousel-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  color: #000;
  padding: 50px 0;
  text-align: left;
  width: 100%;
}
.carousel-content h1, .carousel-content h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .carousel-content h1, .carousel-content h2 {
    font-size: 32px;
  }
}
.carousel-content h1:after, .carousel-content h2:after {
  content: " ";
  display: block;
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  margin-top: 10px;
}
.carousel-content h3, .carousel-content h4, .carousel-content h5, .carousel-content h6 {
  color: #000;
  font-size: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .carousel-content h3, .carousel-content h4, .carousel-content h5, .carousel-content h6 {
    font-size: 22px;
  }
}
.carousel-content p {
  color: #000;
}
.carousel-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .carousel-content p {
    display: none;
  }
}
.carousel-content a {
  margin-top: 10px;
  color: #000;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.carousel-content a:hover, .carousel-content a:focus {
  background-color: #ffffff;
  color: #4f5650;
}
@media (max-width: 1199px) {
  .carousel-content a {
    margin-bottom: 0;
    padding: 5px 15px 6px;
  }
}
@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: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

/*=======================================================
    9. iForm
=======================================================*/
.input-group .input-group-addon {
  background: #fff;
}
.input-group .input-group-addon i {
  width: 15px;
}
.input-group .form-control {
  margin-bottom: 0 !important;
}

.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;
  /* validator style 1 */
  clear: both;
  position: relative;
  /* validator style 2 */
  /* Let op: haal de label uit de formgroup in de ifrom view */
}
.form-group label {
  font-weight: normal;
}
.form-group textarea {
  margin-bottom: 20px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}
.form-group input[type=radio] {
  margin-right: 5px;
}
.form-group .form-control-validator {
  background-color: #cf3f34;
  color: #fff;
  padding: 3px 10px;
  position: absolute;
  right: 4px;
  top: 0px;
  border-radius: 5px 5px 0px 0px;
}

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

.form-validation {
  color: white;
  font-weight: normal;
  position: absolute;
  top: 0px;
  right: 15px;
  background: #d9534f;
  border-left: 1px solid #e0e0e0;
  bottom: 0;
  padding: 7px 15px;
  border-radius: 0px 3px 3px 0px;
}

.form-captcha {
  border: 1px solid #e0e0e0;
  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;
  }
}

.LiveForm {
  /* Special styling naast elkaar  */
  /* Special styling END */
}
.LiveForm ul {
  padding-left: 0;
}
.LiveForm ul li {
  list-style: none;
}
.LiveForm label.Field-Label-Left {
  display: none !important;
}
.LiveForm li.Checkbox label {
  display: inline !important;
}
.LiveForm .Field.FieldSpacing {
  padding: 7px 0;
}
@media (min-width: 992px) {
  .LiveForm .Field {
    width: 100%;
    float: left;
  }
  .LiveForm .Field.Textbox,
  .LiveForm .Field.Email {
    width: 50%;
    float: left;
    height: 70px;
  }
  .LiveForm .Field.Textbox:nth-child(odd) input,
  .LiveForm .Field.Email:nth-child(odd) input {
    width: calc(100% - 10px) !important;
    margin-right: 10px;
  }
  .LiveForm .Field.Textbox:nth-child(even) input,
  .LiveForm .Field.Email:nth-child(even) input {
    width: calc(100% - 10px) !important;
    margin-left: 10px;
  }
  .LiveForm .Field.Textbox:nth-child(even) .error,
  .LiveForm .Field.Email:nth-child(even) .error {
    margin-left: 10px;
  }
}
.LiveForm select,
.LiveForm textarea,
.LiveForm input[type=text],
.LiveForm input[type=password],
.LiveForm .Field.FileUpload input,
.LiveForm .Field.Phone input.Phone {
  width: 100%;
  height: 41px;
  background: #ffffff;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  padding: 6px 12px;
  border-radius: 0;
}
.LiveForm select:focus,
.LiveForm textarea:focus,
.LiveForm input[type=text]:focus,
.LiveForm input[type=password]:focus,
.LiveForm .Field.FileUpload input:focus,
.LiveForm .Field.Phone input.Phone:focus {
  border-color: #4f5650;
  outline: 0;
}
.LiveForm select.error,
.LiveForm textarea.error,
.LiveForm input[type=text].error,
.LiveForm input[type=password].error,
.LiveForm .Field.FileUpload input.error,
.LiveForm .Field.Phone input.Phone.error {
  border-color: #cf3f34;
}
.LiveForm select.error:focus,
.LiveForm textarea.error:focus,
.LiveForm input[type=text].error:focus,
.LiveForm input[type=password].error:focus,
.LiveForm .Field.FileUpload input.error:focus,
.LiveForm .Field.Phone input.Phone.error:focus {
  border-color: #cf3f34;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cf3f34;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cf3f34;
}
.LiveForm select.valid,
.LiveForm textarea.valid,
.LiveForm input[type=text].valid,
.LiveForm input[type=password].valid,
.LiveForm .Field.FileUpload input.valid,
.LiveForm .Field.Phone input.Phone.valid {
  border-color: #3eb340;
}
.LiveForm select.valid:focus,
.LiveForm textarea.valid:focus,
.LiveForm input[type=text].valid:focus,
.LiveForm input[type=password].valid:focus,
.LiveForm .Field.FileUpload input.valid:focus,
.LiveForm .Field.Phone input.Phone.valid:focus {
  border-color: #3eb340;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3eb340;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3eb340;
}
.LiveForm label.error {
  font-weight: normal;
  color: #cf3f34;
  font-size: 12px;
}
.LiveForm .Field.Required > label:not(.error):after {
  content: "*";
  margin-left: 5px;
}
.LiveForm .Field-Container input[type=radio] + label,
.LiveForm .Field-Container input[type=checkbox] + label {
  font-weight: normal;
  margin-left: 10px;
}
.LiveForm .Field-Label-Hidden {
  display: none;
}
.LiveForm .bSubmit {
  color: #fff !important;
}
@media (min-width: 768px) {
  .LiveForm .Datetime input,
  .LiveForm .Datetime select {
    width: 60%;
  }
  .LiveForm .Datetime .Field-SubLabel-Container {
    label: 40%;
    padding-left: 10px;
  }
}
.LiveForm .Datetime .Field-Seperator {
  padding: 5px;
  vertical-align: top;
}
.LiveForm .Datetime table {
  width: 100%;
}
.LiveForm .Datetime table tr:nth-child(2) td {
  padding-top: 10px;
}
.LiveForm .Field.Text {
  padding: 0 !important;
}
.LiveForm .Field.Text p {
  margin-bottom: 0 !important;
}
.LiveForm #Label_561_10 {
  display: none !important;
}
.LiveForm #Field_561_10 {
  padding-top: 0 !important;
}

/*=======================================================
    10. iEntity
=======================================================*/
.product-view-actions .RadDataPager,
.product-view-actions .product-view-toggle {
  padding: 15px 0 0;
}
@media (max-width: 767px) {
  .product-view-actions .RadDataPager,
  .product-view-actions .product-view-toggle {
    padding: 0 0 15px;
  }
}

.product-view-pagination, .item-view-pagination {
  margin: 5px auto 0;
  display: table;
}
.product-view-pagination .rdpWrap, .item-view-pagination .rdpWrap {
  padding: 0px !important;
}
.product-view-pagination .RadGrid td.rgPagerCell, .item-view-pagination .RadGrid td.rgPagerCell {
  padding: 20px 10px !important;
}
.product-view-pagination .rdpPageFirst, .item-view-pagination .rdpPageFirst,
.product-view-pagination .rdpPagePrev,
.item-view-pagination .rdpPagePrev,
.product-view-pagination .rdpPageNext,
.item-view-pagination .rdpPageNext,
.product-view-pagination .rdpPageLast,
.item-view-pagination .rdpPageLast {
  background: url(/Portals/_default/Skins/Custom/img/Pager-sprite.png) top left no-repeat;
  background-size: 400%;
}
.product-view-pagination .rdpPageFirst:hover, .item-view-pagination .rdpPageFirst:hover,
.product-view-pagination .rdpPagePrev:hover,
.item-view-pagination .rdpPagePrev:hover,
.product-view-pagination .rdpPageNext:hover,
.item-view-pagination .rdpPageNext:hover,
.product-view-pagination .rdpPageLast:hover,
.item-view-pagination .rdpPageLast:hover {
  background-position: 0px -22px;
}
.product-view-pagination .rdpPagePrev, .item-view-pagination .rdpPagePrev {
  margin-left: 5px !important;
  background-position: -22px 0px;
}
.product-view-pagination .rdpPagePrev:hover, .item-view-pagination .rdpPagePrev:hover {
  background-position: -22px -22px;
}
.product-view-pagination .rdpPageNext, .item-view-pagination .rdpPageNext {
  margin-right: 5px !important;
  background-position: -44px 0px;
}
.product-view-pagination .rdpPageNext:hover, .item-view-pagination .rdpPageNext:hover {
  background-position: -44px -22px;
}
.product-view-pagination .rdpPageLast, .item-view-pagination .rdpPageLast {
  background-position: -66px 0px;
}
.product-view-pagination .rdpPageLast:hover, .item-view-pagination .rdpPageLast:hover {
  background-position: -66px -22px;
}
.product-view-pagination .rdpNumPart, .item-view-pagination .rdpNumPart {
  padding: 0px !important;
}
.product-view-pagination .rdpNumPart a, .item-view-pagination .rdpNumPart a {
  background: #fff;
  padding: 0px 7px !important;
  border-radius: 3px;
  margin: 0px 5px 0px 0px !important;
}
.product-view-pagination .rdpNumPart a:first-child, .item-view-pagination .rdpNumPart a:first-child {
  margin-left: 5px !important;
}
.product-view-pagination .rdpNumPart a:hover, .item-view-pagination .rdpNumPart a:hover,
.product-view-pagination .rdpNumPart .rdpCurrentPage,
.item-view-pagination .rdpNumPart .rdpCurrentPage {
  background: #4f5650;
  color: #fff;
}
.product-view-pagination .rdpNumPart span, .item-view-pagination .rdpNumPart span {
  padding: 0px !important;
}
.product-view-pagination .rdpInfoPart, .item-view-pagination .rdpInfoPart {
  display: none;
}

.product-view-pagination-bottom, .item-view-pagination {
  border-top: 1px solid #e0e0e0;
  width: 100%;
  padding: 15px 0;
  margin-top: 15px !important;
}
.product-view-pagination-bottom .RadDataPager, .item-view-pagination .RadDataPager {
  margin: 5px auto 0;
  display: table;
}

.product-sorting {
  margin: 5px 0 0;
}
.product-sorting select {
  margin-left: 5px;
}

.product-view-toggle .product-view-action-grid:before,
.product-view-toggle .product-view-action-list:before {
  content: "\f03a";
  color: #b1b1b1;
  margin: 0 3px;
  font-size: 24px;
  font-family: FontAwesome;
  font-weight: normal;
  vertical-align: middle;
  font-size: 24px;
}

.product-view-toggle a:hover {
  text-decoration: none;
}

.product-view-toggle .product-view-action-grid:before {
  content: "\f009";
}

.product-view-toggle a:hover:before,
.product-view-toggle .active:before {
  color: #4c4c4c;
}

.customer-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}
.customer-logo img {
  vertical-align: middle;
}

.valign-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ientity-grid-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  position: relative;
}
.ientity-grid-item:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #4f5650;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
@media (max-width: 767px) {
  .ientity-grid-item {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}
.ientity-grid-item:hover:before, .ientity-grid-item:focus:before {
  background-color: #4f5650;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.ientity-grid-item .caption {
  display: inline-block;
  padding: 15px 0px;
}
.ientity-grid-item img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #page93 .ientity-grid-item {
    min-height: 200px;
  }
}

.ientity-grid-item-worker {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ientity-grid-item-worker {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}
.ientity-grid-item-worker img {
  max-width: 100%;
}
.ientity-grid-item-worker .caption-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  text-align: center;
  padding: 15px 0px;
  color: #666666;
  background-color: #fff; /* The Fallback */
  background-color: rgba(255, 255, 255, 0.8);
}
.ientity-grid-item-worker .caption-wrapper p {
  font-size: 18px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.ientity-grid-item-worker .caption {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ientity-grid-item-worker .caption p {
  margin-bottom: 0;
  vertical-align: middle;
}
.ientity-grid-item-worker .more {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  color: #4f5650;
  opacity: 0;
  text-decoration: none;
}
.ientity-grid-item-worker .more:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}
.ientity-grid-item-worker:hover .caption-wrapper, .ientity-grid-item-worker:focus .caption-wrapper {
  height: 100px;
}
.ientity-grid-item-worker:hover .more, .ientity-grid-item-worker:focus .more {
  opacity: 1;
}

.ientity-list-item {
  display: block;
  padding-top: 15px;
  margin-top: 15px;
  color: #666666;
}
.ientity-list-item h3 {
  margin-top: 0;
}
.ientity-list-item:focus, .ientity-list-item:hover {
  color: #666666;
}
.ientity-list-item:focus .btn, .ientity-list-item:focus .dnnPrimaryAction, .ientity-list-item:focus .news-categories a, .news-categories .ientity-list-item:focus a, .ientity-list-item:focus .link-download, .ientity-list-item:focus .transform-link-to-btn .Normal a, .transform-link-to-btn .Normal .ientity-list-item:focus a, .ientity-list-item:focus .content-block--fixed-button .Normal a, .content-block--fixed-button .Normal .ientity-list-item:focus a, .ientity-list-item:focus .content-block--text .Normal a, .content-block--text .Normal .ientity-list-item:focus a, .ientity-list-item:focus .carousel-content a, .carousel-content .ientity-list-item:focus a, .ientity-list-item:focus .LiveForm .bSubmit, .LiveForm .ientity-list-item:focus .bSubmit, .ientity-list-item:hover .btn, .ientity-list-item:hover .dnnPrimaryAction, .ientity-list-item:hover .news-categories a, .news-categories .ientity-list-item:hover a, .ientity-list-item:hover .link-download, .ientity-list-item:hover .transform-link-to-btn .Normal a, .transform-link-to-btn .Normal .ientity-list-item:hover a, .ientity-list-item:hover .content-block--fixed-button .Normal a, .content-block--fixed-button .Normal .ientity-list-item:hover a, .ientity-list-item:hover .content-block--text .Normal a, .content-block--text .Normal .ientity-list-item:hover a, .ientity-list-item:hover .carousel-content a, .carousel-content .ientity-list-item:hover a, .ientity-list-item:hover .LiveForm .bSubmit, .LiveForm .ientity-list-item:hover .bSubmit {
  background-color: #4f5650 !important;
  color: #fff;
}

.list-item-workshop {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #e0e0e0;
  padding: 15px;
}
.list-item-workshop:focus, .list-item-workshop:hover {
  border-color: #4f5650;
  color: #4f5650;
}

.li-dot a {
  color: #4f5650;
  display: inline;
}
.li-dot a:focus, .li-dot a:hover {
  color: #373b37;
}
.li-dot::before {
  float: left;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #f0e904;
  margin: 12px;
}

.page-details .product-specs ul {
  list-style: none;
  padding-left: 0px;
}

@media (max-width: 767px) {
  #gallery {
    margin-bottom: 15px;
  }
}

.slider-holder-overlay > div#carousel:first-child {
  position: relative;
}
.slider-holder-overlay > div#carousel:first-child:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #4f5650;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.slider-items {
  float: left;
  display: block;
}

.pagination-wrapper {
  margin-top: 5px;
}
.pagination-wrapper #thumbs-wrapper {
  display: block;
}
.pagination-wrapper .slider-thumnail-items {
  width: 16.65%;
}
.pagination-wrapper .slider-thumnail-items a {
  display: block;
  padding: 5px;
}
.pagination-wrapper .slider-thumnail-items.selected {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.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.6);
  padding: 5px 15px;
  pointer-events: none;
}

.testimonial-item--wrapper:nth-child(odd) .testimonial-item--text:after {
  left: 30px;
  bottom: -30px;
  border-width: 30px 25px 0 0;
  border-color: #fff transparent transparent transparent;
}
.testimonial-item--wrapper:nth-child(even) .testimonial-item--text:after {
  right: 30px;
  bottom: -30px;
  border-width: 0 25px 30px 0;
  border-color: transparent #fff transparent transparent;
}
.testimonial-item--wrapper:nth-child(even) .testimonial-item--name,
.testimonial-item--wrapper:nth-child(even) .testimonial-item--img {
  float: right;
}
.testimonial-item--wrapper:nth-child(even) .testimonial-item--name {
  margin-right: 15px;
}
.testimonial-item--wrapper + .testimonial-item--wrapper .testimonial-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.testimonial-item .testimonial-item--text {
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}
.testimonial-item .testimonial-item--text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.testimonial-item .testimonial-item--text p:last-child {
  margin-bottom: 0;
}
.testimonial-item .testimonial-item--img,
.testimonial-item .testimonial-item--name {
  float: left;
}
.testimonial-item .testimonial-item--img img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.testimonial-item .testimonial-item--name {
  color: #fff;
  margin-top: 9px;
  margin-left: 15px;
}
.testimonial-item .testimonial-item--name span {
  font-size: 16px;
  font-weight: 600;
}

/*=======================================================
    11. iEntity news
=======================================================*/
.ientity-news-list-item {
  display: block;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
  color: #666666;
}
.ientity-news-list-item h3 {
  margin: 0 0 10px 0;
}
.ientity-news-list-item:focus, .ientity-news-list-item:hover {
  color: #666666;
}
.ientity-news-list-item:focus .btn, .ientity-news-list-item:focus .dnnPrimaryAction, .ientity-news-list-item:focus .news-categories a, .news-categories .ientity-news-list-item:focus a, .ientity-news-list-item:focus .link-download, .ientity-news-list-item:focus .transform-link-to-btn .Normal a, .transform-link-to-btn .Normal .ientity-news-list-item:focus a, .ientity-news-list-item:focus .content-block--fixed-button .Normal a, .content-block--fixed-button .Normal .ientity-news-list-item:focus a, .ientity-news-list-item:focus .content-block--text .Normal a, .content-block--text .Normal .ientity-news-list-item:focus a, .ientity-news-list-item:focus .carousel-content a, .carousel-content .ientity-news-list-item:focus a, .ientity-news-list-item:focus .LiveForm .bSubmit, .LiveForm .ientity-news-list-item:focus .bSubmit, .ientity-news-list-item:hover .btn, .ientity-news-list-item:hover .dnnPrimaryAction, .ientity-news-list-item:hover .news-categories a, .news-categories .ientity-news-list-item:hover a, .ientity-news-list-item:hover .link-download, .ientity-news-list-item:hover .transform-link-to-btn .Normal a, .transform-link-to-btn .Normal .ientity-news-list-item:hover a, .ientity-news-list-item:hover .content-block--fixed-button .Normal a, .content-block--fixed-button .Normal .ientity-news-list-item:hover a, .ientity-news-list-item:hover .content-block--text .Normal a, .content-block--text .Normal .ientity-news-list-item:hover a, .ientity-news-list-item:hover .carousel-content a, .carousel-content .ientity-news-list-item:hover a, .ientity-news-list-item:hover .LiveForm .bSubmit, .LiveForm .ientity-news-list-item:hover .bSubmit {
  background-color: #4f5650 !important;
  color: #fff;
}

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

.news-categories ul,
.news-categories li {
  margin: 0;
  padding: 0;
}
.news-categories li {
  list-style-type: none;
  display: block;
  float: left;
}
.news-categories a {
  margin-right: 15px;
}
/*=======================================================
    12. iEntity Addressbook (dealer module)
=======================================================*/
.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;
  }
}

/* =========================================
	13. Breadcrumbs
========================================= */
.breadcrumbs {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  padding: 0 3px;
}
.breadcrumbs > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 6px;
  color: #555555;
}
.breadcrumbs a {
  color: #666666;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumbs a:hover {
  color: #4f5650;
}
.breadcrumbs li:last-child a:hover {
  color: #666666;
  cursor: pointer;
}

/* == DNN resets  == */
.dnnPrimaryAction {
  text-shadow: none !important;
}

.dnn-login-row .form-group {
  margin: 15px 0px;
}

.login-remember label {
  padding-left: 5px;
}

/* Document module styling */
.DNN_Documents td {
  padding: 4px 6px;
  border: 1px solid #e0e0e0;
  line-height: 20px;
}
.DNN_Documents .dnnGridHeader {
  background: #999;
  color: #fff;
  font-weight: bold;
}
.DNN_Documents .dnnGridAltItem {
  background: #f1f1f1;
}

/* Login module styling */
.dnnLoginService, .DnnModule-Authentication .dnnFormMessage {
  max-width: 350px;
  margin: 0 auto;
}

.DnnModule-Authentication .dnnFormMessage {
  padding: 15px;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.DNNEmptyPane {
  width: 0 !important;
  height: 0 !important;
  display: none;
}

/* Cookie consent styling */
.cc-btn {
  background-color: #4f5650;
  color: #fff;
  border: 0;
  border-radius: 4px;
}
.cc-btn:hover, .cc-btn:focus, .cc-btn:active {
  background-color: #5b635c;
  color: #fff;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 130px;
}

.mm-listview .mm-next {
  width: 130px;
}
.mm-listview .mm-next:after {
  width: 16px;
  height: 16px;
  border-width: 3px;
  right: 65px;
}

/*============================================
	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 #e0e0e0;
}

.border-top {
  border-top: 1px solid #e0e0e0;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

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

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

.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: #4f5650;
}

.background-primary-light {
  background-color: #5b635c;
}

.background-primary-lighter {
  background-color: #677169;
}

.background-secondary {
  background-color: #f0e904;
}

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

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

.background-black {
  background-color: #666666;
}

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

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

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

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

.drop-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
}

.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 #e0e0e0;
}

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

.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 #e0e0e0;
  }
  .border-top-xs {
    border-top: 1px solid #e0e0e0;
  }
  .border-bottom-xs {
    border-bottom: 1px solid #e0e0e0;
  }
  .border-left-xs {
    border-left: 1px solid #e0e0e0;
  }
  .border-right-xs {
    border-right: 1px solid #e0e0e0;
  }
  .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: #4f5650;
  }
  .background-primary-light-xs {
    background-color: #5b635c;
  }
  .background-primary-lighter-xs {
    background-color: #677169;
  }
  .background-secondary-xs {
    background-color: #f0e904;
  }
  .background-tertiary-xs {
    background-color: #F3DACE;
  }
  .background-white-xs {
    background-color: #ffffff;
  }
  .background-black-xs {
    background-color: #666666;
  }
  .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;
  }
  .drop-shadow-xs {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .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 #e0e0e0;
  }
  .bordered-row-xs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .bordered-row-xs > .col-lg-1, .bordered-row-xs > .col-lg-10, .bordered-row-xs > .col-lg-11, .bordered-row-xs > .col-lg-12, .bordered-row-xs > .col-lg-2, .bordered-row-xs > .col-lg-3, .bordered-row-xs > .col-lg-4, .bordered-row-xs > .col-lg-5, .bordered-row-xs > .col-lg-6, .bordered-row-xs > .col-lg-7, .bordered-row-xs > .col-lg-8, .bordered-row-xs > .col-lg-9,
  .bordered-row-xs > .col-md-1, .bordered-row-xs > .col-md-10, .bordered-row-xs > .col-md-11, .bordered-row-xs > .col-md-12, .bordered-row-xs > .col-md-2, .bordered-row-xs > .col-md-3, .bordered-row-xs > .col-md-4, .bordered-row-xs > .col-md-5, .bordered-row-xs > .col-md-6, .bordered-row-xs > .col-md-7, .bordered-row-xs > .col-md-8, .bordered-row-xs > .col-md-9,
  .bordered-row-xs > .col-sm-1, .bordered-row-xs > .col-sm-10, .bordered-row-xs > .col-sm-11, .bordered-row-xs > .col-sm-12, .bordered-row-xs > .col-sm-2, .bordered-row-xs > .col-sm-3, .bordered-row-xs > .col-sm-4, .bordered-row-xs > .col-sm-5, .bordered-row-xs > .col-sm-6, .bordered-row-xs > .col-sm-7, .bordered-row-xs > .col-sm-8, .bordered-row-xs > .col-sm-9,
  .bordered-row-xs > .col-xs-1, .bordered-row-xs > .col-xs-10, .bordered-row-xs > .col-xs-11, .bordered-row-xs > .col-xs-12, .bordered-row-xs > .col-xs-2, .bordered-row-xs > .col-xs-3, .bordered-row-xs > .col-xs-4, .bordered-row-xs > .col-xs-5, .bordered-row-xs > .col-xs-6, .bordered-row-xs > .col-xs-7, .bordered-row-xs > .col-xs-8, .bordered-row-xs > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;
  }
  .bordered-row-xs > .col-lg-1:last-child, .bordered-row-xs > .col-lg-10:last-child, .bordered-row-xs > .col-lg-11:last-child, .bordered-row-xs > .col-lg-12:last-child, .bordered-row-xs > .col-lg-2:last-child, .bordered-row-xs > .col-lg-3:last-child, .bordered-row-xs > .col-lg-4:last-child, .bordered-row-xs > .col-lg-5:last-child, .bordered-row-xs > .col-lg-6:last-child, .bordered-row-xs > .col-lg-7:last-child, .bordered-row-xs > .col-lg-8:last-child, .bordered-row-xs > .col-lg-9:last-child,
  .bordered-row-xs > .col-md-1:last-child, .bordered-row-xs > .col-md-10:last-child, .bordered-row-xs > .col-md-11:last-child, .bordered-row-xs > .col-md-12:last-child, .bordered-row-xs > .col-md-2:last-child, .bordered-row-xs > .col-md-3:last-child, .bordered-row-xs > .col-md-4:last-child, .bordered-row-xs > .col-md-5:last-child, .bordered-row-xs > .col-md-6:last-child, .bordered-row-xs > .col-md-7:last-child, .bordered-row-xs > .col-md-8:last-child, .bordered-row-xs > .col-md-9:last-child,
  .bordered-row-xs > .col-sm-1:last-child, .bordered-row-xs > .col-sm-10:last-child, .bordered-row-xs > .col-sm-11:last-child, .bordered-row-xs > .col-sm-12:last-child, .bordered-row-xs > .col-sm-2:last-child, .bordered-row-xs > .col-sm-3:last-child, .bordered-row-xs > .col-sm-4:last-child, .bordered-row-xs > .col-sm-5:last-child, .bordered-row-xs > .col-sm-6:last-child, .bordered-row-xs > .col-sm-7:last-child, .bordered-row-xs > .col-sm-8:last-child, .bordered-row-xs > .col-sm-9:last-child,
  .bordered-row-xs > .col-xs-1:last-child, .bordered-row-xs > .col-xs-10:last-child, .bordered-row-xs > .col-xs-11:last-child, .bordered-row-xs > .col-xs-12:last-child, .bordered-row-xs > .col-xs-2:last-child, .bordered-row-xs > .col-xs-3:last-child, .bordered-row-xs > .col-xs-4:last-child, .bordered-row-xs > .col-xs-5:last-child, .bordered-row-xs > .col-xs-6:last-child, .bordered-row-xs > .col-xs-7:last-child, .bordered-row-xs > .col-xs-8:last-child, .bordered-row-xs > .col-xs-9:last-child {
    border-right: 0;
  }
  .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 #e0e0e0;
  }
  .border-top-sm {
    border-top: 1px solid #e0e0e0;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #e0e0e0;
  }
  .border-left-sm {
    border-left: 1px solid #e0e0e0;
  }
  .border-right-sm {
    border-right: 1px solid #e0e0e0;
  }
  .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: #4f5650;
  }
  .background-primary-light-sm {
    background-color: #5b635c;
  }
  .background-primary-lighter-sm {
    background-color: #677169;
  }
  .background-secondary-sm {
    background-color: #f0e904;
  }
  .background-tertiary-sm {
    background-color: #F3DACE;
  }
  .background-white-sm {
    background-color: #ffffff;
  }
  .background-black-sm {
    background-color: #666666;
  }
  .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;
  }
  .drop-shadow-sm {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .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 #e0e0e0;
  }
  .bordered-row-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .bordered-row-sm > .col-lg-1, .bordered-row-sm > .col-lg-10, .bordered-row-sm > .col-lg-11, .bordered-row-sm > .col-lg-12, .bordered-row-sm > .col-lg-2, .bordered-row-sm > .col-lg-3, .bordered-row-sm > .col-lg-4, .bordered-row-sm > .col-lg-5, .bordered-row-sm > .col-lg-6, .bordered-row-sm > .col-lg-7, .bordered-row-sm > .col-lg-8, .bordered-row-sm > .col-lg-9,
  .bordered-row-sm > .col-md-1, .bordered-row-sm > .col-md-10, .bordered-row-sm > .col-md-11, .bordered-row-sm > .col-md-12, .bordered-row-sm > .col-md-2, .bordered-row-sm > .col-md-3, .bordered-row-sm > .col-md-4, .bordered-row-sm > .col-md-5, .bordered-row-sm > .col-md-6, .bordered-row-sm > .col-md-7, .bordered-row-sm > .col-md-8, .bordered-row-sm > .col-md-9,
  .bordered-row-sm > .col-sm-1, .bordered-row-sm > .col-sm-10, .bordered-row-sm > .col-sm-11, .bordered-row-sm > .col-sm-12, .bordered-row-sm > .col-sm-2, .bordered-row-sm > .col-sm-3, .bordered-row-sm > .col-sm-4, .bordered-row-sm > .col-sm-5, .bordered-row-sm > .col-sm-6, .bordered-row-sm > .col-sm-7, .bordered-row-sm > .col-sm-8, .bordered-row-sm > .col-sm-9,
  .bordered-row-sm > .col-xs-1, .bordered-row-sm > .col-xs-10, .bordered-row-sm > .col-xs-11, .bordered-row-sm > .col-xs-12, .bordered-row-sm > .col-xs-2, .bordered-row-sm > .col-xs-3, .bordered-row-sm > .col-xs-4, .bordered-row-sm > .col-xs-5, .bordered-row-sm > .col-xs-6, .bordered-row-sm > .col-xs-7, .bordered-row-sm > .col-xs-8, .bordered-row-sm > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;
  }
  .bordered-row-sm > .col-lg-1:last-child, .bordered-row-sm > .col-lg-10:last-child, .bordered-row-sm > .col-lg-11:last-child, .bordered-row-sm > .col-lg-12:last-child, .bordered-row-sm > .col-lg-2:last-child, .bordered-row-sm > .col-lg-3:last-child, .bordered-row-sm > .col-lg-4:last-child, .bordered-row-sm > .col-lg-5:last-child, .bordered-row-sm > .col-lg-6:last-child, .bordered-row-sm > .col-lg-7:last-child, .bordered-row-sm > .col-lg-8:last-child, .bordered-row-sm > .col-lg-9:last-child,
  .bordered-row-sm > .col-md-1:last-child, .bordered-row-sm > .col-md-10:last-child, .bordered-row-sm > .col-md-11:last-child, .bordered-row-sm > .col-md-12:last-child, .bordered-row-sm > .col-md-2:last-child, .bordered-row-sm > .col-md-3:last-child, .bordered-row-sm > .col-md-4:last-child, .bordered-row-sm > .col-md-5:last-child, .bordered-row-sm > .col-md-6:last-child, .bordered-row-sm > .col-md-7:last-child, .bordered-row-sm > .col-md-8:last-child, .bordered-row-sm > .col-md-9:last-child,
  .bordered-row-sm > .col-sm-1:last-child, .bordered-row-sm > .col-sm-10:last-child, .bordered-row-sm > .col-sm-11:last-child, .bordered-row-sm > .col-sm-12:last-child, .bordered-row-sm > .col-sm-2:last-child, .bordered-row-sm > .col-sm-3:last-child, .bordered-row-sm > .col-sm-4:last-child, .bordered-row-sm > .col-sm-5:last-child, .bordered-row-sm > .col-sm-6:last-child, .bordered-row-sm > .col-sm-7:last-child, .bordered-row-sm > .col-sm-8:last-child, .bordered-row-sm > .col-sm-9:last-child,
  .bordered-row-sm > .col-xs-1:last-child, .bordered-row-sm > .col-xs-10:last-child, .bordered-row-sm > .col-xs-11:last-child, .bordered-row-sm > .col-xs-12:last-child, .bordered-row-sm > .col-xs-2:last-child, .bordered-row-sm > .col-xs-3:last-child, .bordered-row-sm > .col-xs-4:last-child, .bordered-row-sm > .col-xs-5:last-child, .bordered-row-sm > .col-xs-6:last-child, .bordered-row-sm > .col-xs-7:last-child, .bordered-row-sm > .col-xs-8:last-child, .bordered-row-sm > .col-xs-9:last-child {
    border-right: 0;
  }
  .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 #e0e0e0;
  }
  .border-top-md {
    border-top: 1px solid #e0e0e0;
  }
  .border-bottom-md {
    border-bottom: 1px solid #e0e0e0;
  }
  .border-left-md {
    border-left: 1px solid #e0e0e0;
  }
  .border-right-md {
    border-right: 1px solid #e0e0e0;
  }
  .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: #4f5650;
  }
  .background-primary-light-md {
    background-color: #5b635c;
  }
  .background-primary-lighter-md {
    background-color: #677169;
  }
  .background-secondary-md {
    background-color: #f0e904;
  }
  .background-tertiary-md {
    background-color: #F3DACE;
  }
  .background-white-md {
    background-color: #ffffff;
  }
  .background-black-md {
    background-color: #666666;
  }
  .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;
  }
  .drop-shadow-md {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .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 #e0e0e0;
  }
  .bordered-row-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .bordered-row-md > .col-lg-1, .bordered-row-md > .col-lg-10, .bordered-row-md > .col-lg-11, .bordered-row-md > .col-lg-12, .bordered-row-md > .col-lg-2, .bordered-row-md > .col-lg-3, .bordered-row-md > .col-lg-4, .bordered-row-md > .col-lg-5, .bordered-row-md > .col-lg-6, .bordered-row-md > .col-lg-7, .bordered-row-md > .col-lg-8, .bordered-row-md > .col-lg-9,
  .bordered-row-md > .col-md-1, .bordered-row-md > .col-md-10, .bordered-row-md > .col-md-11, .bordered-row-md > .col-md-12, .bordered-row-md > .col-md-2, .bordered-row-md > .col-md-3, .bordered-row-md > .col-md-4, .bordered-row-md > .col-md-5, .bordered-row-md > .col-md-6, .bordered-row-md > .col-md-7, .bordered-row-md > .col-md-8, .bordered-row-md > .col-md-9,
  .bordered-row-md > .col-sm-1, .bordered-row-md > .col-sm-10, .bordered-row-md > .col-sm-11, .bordered-row-md > .col-sm-12, .bordered-row-md > .col-sm-2, .bordered-row-md > .col-sm-3, .bordered-row-md > .col-sm-4, .bordered-row-md > .col-sm-5, .bordered-row-md > .col-sm-6, .bordered-row-md > .col-sm-7, .bordered-row-md > .col-sm-8, .bordered-row-md > .col-sm-9,
  .bordered-row-md > .col-xs-1, .bordered-row-md > .col-xs-10, .bordered-row-md > .col-xs-11, .bordered-row-md > .col-xs-12, .bordered-row-md > .col-xs-2, .bordered-row-md > .col-xs-3, .bordered-row-md > .col-xs-4, .bordered-row-md > .col-xs-5, .bordered-row-md > .col-xs-6, .bordered-row-md > .col-xs-7, .bordered-row-md > .col-xs-8, .bordered-row-md > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;
  }
  .bordered-row-md > .col-lg-1:last-child, .bordered-row-md > .col-lg-10:last-child, .bordered-row-md > .col-lg-11:last-child, .bordered-row-md > .col-lg-12:last-child, .bordered-row-md > .col-lg-2:last-child, .bordered-row-md > .col-lg-3:last-child, .bordered-row-md > .col-lg-4:last-child, .bordered-row-md > .col-lg-5:last-child, .bordered-row-md > .col-lg-6:last-child, .bordered-row-md > .col-lg-7:last-child, .bordered-row-md > .col-lg-8:last-child, .bordered-row-md > .col-lg-9:last-child,
  .bordered-row-md > .col-md-1:last-child, .bordered-row-md > .col-md-10:last-child, .bordered-row-md > .col-md-11:last-child, .bordered-row-md > .col-md-12:last-child, .bordered-row-md > .col-md-2:last-child, .bordered-row-md > .col-md-3:last-child, .bordered-row-md > .col-md-4:last-child, .bordered-row-md > .col-md-5:last-child, .bordered-row-md > .col-md-6:last-child, .bordered-row-md > .col-md-7:last-child, .bordered-row-md > .col-md-8:last-child, .bordered-row-md > .col-md-9:last-child,
  .bordered-row-md > .col-sm-1:last-child, .bordered-row-md > .col-sm-10:last-child, .bordered-row-md > .col-sm-11:last-child, .bordered-row-md > .col-sm-12:last-child, .bordered-row-md > .col-sm-2:last-child, .bordered-row-md > .col-sm-3:last-child, .bordered-row-md > .col-sm-4:last-child, .bordered-row-md > .col-sm-5:last-child, .bordered-row-md > .col-sm-6:last-child, .bordered-row-md > .col-sm-7:last-child, .bordered-row-md > .col-sm-8:last-child, .bordered-row-md > .col-sm-9:last-child,
  .bordered-row-md > .col-xs-1:last-child, .bordered-row-md > .col-xs-10:last-child, .bordered-row-md > .col-xs-11:last-child, .bordered-row-md > .col-xs-12:last-child, .bordered-row-md > .col-xs-2:last-child, .bordered-row-md > .col-xs-3:last-child, .bordered-row-md > .col-xs-4:last-child, .bordered-row-md > .col-xs-5:last-child, .bordered-row-md > .col-xs-6:last-child, .bordered-row-md > .col-xs-7:last-child, .bordered-row-md > .col-xs-8:last-child, .bordered-row-md > .col-xs-9:last-child {
    border-right: 0;
  }
  .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 #e0e0e0;
  }
  .border-top-lg {
    border-top: 1px solid #e0e0e0;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #e0e0e0;
  }
  .border-left-lg {
    border-left: 1px solid #e0e0e0;
  }
  .border-right-lg {
    border-right: 1px solid #e0e0e0;
  }
  .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: #4f5650;
  }
  .background-primary-light-lg {
    background-color: #5b635c;
  }
  .background-primary-lighter-lg {
    background-color: #677169;
  }
  .background-secondary-lg {
    background-color: #f0e904;
  }
  .background-tertiary-lg {
    background-color: #F3DACE;
  }
  .background-white-lg {
    background-color: #ffffff;
  }
  .background-black-lg {
    background-color: #666666;
  }
  .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;
  }
  .drop-shadow-lg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .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 #e0e0e0;
  }
  .bordered-row-lg {
    margin-left: -30px;
    margin-right: -30px;
  }
  .bordered-row-lg > .col-lg-1, .bordered-row-lg > .col-lg-10, .bordered-row-lg > .col-lg-11, .bordered-row-lg > .col-lg-12, .bordered-row-lg > .col-lg-2, .bordered-row-lg > .col-lg-3, .bordered-row-lg > .col-lg-4, .bordered-row-lg > .col-lg-5, .bordered-row-lg > .col-lg-6, .bordered-row-lg > .col-lg-7, .bordered-row-lg > .col-lg-8, .bordered-row-lg > .col-lg-9,
  .bordered-row-lg > .col-md-1, .bordered-row-lg > .col-md-10, .bordered-row-lg > .col-md-11, .bordered-row-lg > .col-md-12, .bordered-row-lg > .col-md-2, .bordered-row-lg > .col-md-3, .bordered-row-lg > .col-md-4, .bordered-row-lg > .col-md-5, .bordered-row-lg > .col-md-6, .bordered-row-lg > .col-md-7, .bordered-row-lg > .col-md-8, .bordered-row-lg > .col-md-9,
  .bordered-row-lg > .col-sm-1, .bordered-row-lg > .col-sm-10, .bordered-row-lg > .col-sm-11, .bordered-row-lg > .col-sm-12, .bordered-row-lg > .col-sm-2, .bordered-row-lg > .col-sm-3, .bordered-row-lg > .col-sm-4, .bordered-row-lg > .col-sm-5, .bordered-row-lg > .col-sm-6, .bordered-row-lg > .col-sm-7, .bordered-row-lg > .col-sm-8, .bordered-row-lg > .col-sm-9,
  .bordered-row-lg > .col-xs-1, .bordered-row-lg > .col-xs-10, .bordered-row-lg > .col-xs-11, .bordered-row-lg > .col-xs-12, .bordered-row-lg > .col-xs-2, .bordered-row-lg > .col-xs-3, .bordered-row-lg > .col-xs-4, .bordered-row-lg > .col-xs-5, .bordered-row-lg > .col-xs-6, .bordered-row-lg > .col-xs-7, .bordered-row-lg > .col-xs-8, .bordered-row-lg > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;
  }
  .bordered-row-lg > .col-lg-1:last-child, .bordered-row-lg > .col-lg-10:last-child, .bordered-row-lg > .col-lg-11:last-child, .bordered-row-lg > .col-lg-12:last-child, .bordered-row-lg > .col-lg-2:last-child, .bordered-row-lg > .col-lg-3:last-child, .bordered-row-lg > .col-lg-4:last-child, .bordered-row-lg > .col-lg-5:last-child, .bordered-row-lg > .col-lg-6:last-child, .bordered-row-lg > .col-lg-7:last-child, .bordered-row-lg > .col-lg-8:last-child, .bordered-row-lg > .col-lg-9:last-child,
  .bordered-row-lg > .col-md-1:last-child, .bordered-row-lg > .col-md-10:last-child, .bordered-row-lg > .col-md-11:last-child, .bordered-row-lg > .col-md-12:last-child, .bordered-row-lg > .col-md-2:last-child, .bordered-row-lg > .col-md-3:last-child, .bordered-row-lg > .col-md-4:last-child, .bordered-row-lg > .col-md-5:last-child, .bordered-row-lg > .col-md-6:last-child, .bordered-row-lg > .col-md-7:last-child, .bordered-row-lg > .col-md-8:last-child, .bordered-row-lg > .col-md-9:last-child,
  .bordered-row-lg > .col-sm-1:last-child, .bordered-row-lg > .col-sm-10:last-child, .bordered-row-lg > .col-sm-11:last-child, .bordered-row-lg > .col-sm-12:last-child, .bordered-row-lg > .col-sm-2:last-child, .bordered-row-lg > .col-sm-3:last-child, .bordered-row-lg > .col-sm-4:last-child, .bordered-row-lg > .col-sm-5:last-child, .bordered-row-lg > .col-sm-6:last-child, .bordered-row-lg > .col-sm-7:last-child, .bordered-row-lg > .col-sm-8:last-child, .bordered-row-lg > .col-sm-9:last-child,
  .bordered-row-lg > .col-xs-1:last-child, .bordered-row-lg > .col-xs-10:last-child, .bordered-row-lg > .col-xs-11:last-child, .bordered-row-lg > .col-xs-12:last-child, .bordered-row-lg > .col-xs-2:last-child, .bordered-row-lg > .col-xs-3:last-child, .bordered-row-lg > .col-xs-4:last-child, .bordered-row-lg > .col-xs-5:last-child, .bordered-row-lg > .col-xs-6:last-child, .bordered-row-lg > .col-xs-7:last-child, .bordered-row-lg > .col-xs-8:last-child, .bordered-row-lg > .col-xs-9:last-child {
    border-right: 0;
  }
  .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;
  }
}
/*=======================================================
    1. DNN Seach
=======================================================*/
#search {
  margin: 0;
  padding: 0;
  position: relative;
}
#search input {
  width: 100%;
  border: 1px solid #dadada;
  height: 28px;
}
#search #SearchIcon {
  display: none;
}
#search .SearchButton:before {
  content: "\f002";
  color: #212121;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}
#search .SearchButton {
  background-color: #dadada;
  font-size: 14px;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#search .SearchButton:hover {
  text-decoration: none;
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*=======================================================
    2. AddThis
=======================================================*/
.addthis-holder {
  vertical-align: middle;
  margin-bottom: 20px;
  height: 48px;
  display: inline-block;
}
.addthis-holder .addthis-title {
  font-size: 12px;
  color: #cccccc;
  margin: 3px 3px 0 0;
}

/*=======================================================
    3. Guestbook
=======================================================*/
.container-guestbook {
  margin-bottom: 30px;
}

.guestbook-info {
  margin-bottom: 5px;
}

.guestbook-message {
  background-color: #ececec;
  border: 1px solid #CCC;
  padding: 20px 15px;
  border-radius: 4px;
}

.table-guestbook {
  width: 100%;
}
.table-guestbook td {
  padding-bottom: 15px;
}

.guestbook-pagination {
  width: 100%;
}
@media (max-width: 991px) {
  .guestbook-pagination td {
    width: 100%;
    float: left;
    text-align: center;
  }
}

.guestbook-captcha img {
  margin-bottom: 10px;
}
.guestbook-captcha input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

/*=======================================================
    4. Calender
=======================================================*/
.ThemeCustom .EvtHdrLftCol {
  width: 33%;
  float: left;
  min-height: 1px;
  margin-bottom: 10px;
}

.ThemeCustom .EvtHdrMdlCol {
  width: 34%;
  float: left;
  min-height: 1px;
  text-align: center;
  margin-bottom: 10px;
}

.ThemeCustom .EvtHdrRgtCol {
  width: 33%;
  float: left;
  margin-bottom: 10px;
}

.ThemeCustom .Eventtooltipheader, .ThemeCustom .Eventtooltipbody {
  width: 300px;
  z-index: 99;
  font-family: Arial;
  padding: 5px;
}

.ThemeCustom .Eventtooltipheader {
  border: #c3d9ff 1px solid;
  background-color: #e3f3ff;
  color: #375162;
  font-weight: 700;
}

.ThemeCustom .Eventtooltipbody {
  border-left: #c3d9ff 1px solid;
  border-right: #c3d9ff 1px solid;
  border-bottom: #c3d9ff 1px solid;
  background-color: #fff;
  background: #fff url(tooltip_bg.jpg) repeat-x bottom;
  min-height: 130px;
}

.ThemeCustom .Eventtooltipbody hr {
  width: 100%;
  color: #c3d9ff;
  background-color: #c3d9ff;
  height: 1px;
  border: 0;
}

.ThemeCustom .Event {
  table-layout: fixed;
  width: 100%;
  color: #000;
  text-align: center;
  border-right: #4f5650 1px solid;
  border-top: #4f5650 1px solid;
  border-left: #4f5650 1px solid;
  border-bottom: #4f5650 1px solid;
  white-space: normal;
}

.ThemeCustom .EventTitle, .ThemeCustom .EventTitle td {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  color: #ffffff;
  height: 28px;
  text-align: center;
  background-color: #4f5650;
  border-bottom: #4f5650 1px solid;
  padding: 3px;
}

.ThemeCustom .EventNextPrev, .ThemeCustom .EventNextPrev a:link {
  color: #ffffff;
  padding: 3px !important;
}

.ThemeCustom .EventNextPrev a, .ThemeCustom .EventNextPrev a:visited, .ThemeCustom .EventNextPrev a:hover {
  color: #CB2027;
  padding: 0 0.5em;
}

.ThemeCustom .EventDayHeader {
  font-weight: 700;
  color: #666666;
  height: 16px;
  background-color: #efefef;
  vertical-align: middle;
  padding: 5px;
}

.ThemeCustom .EventDay, .ThemeCustom .EventDayEvents, .ThemeCustom .EventWeekendDayEvents {
  text-align: center;
  height: 100px;
  vertical-align: top;
  color: #666666;
  background-color: #c3c8c4;
  border: #4f5650 1px solid;
}

.ThemeCustom .EventDayScroll {
  width: 100%;
  height: 89%;
  overflow: auto;
  position: static;
  background-color: #ffffff;
  word-wrap: break-word;
  text-align: left;
  padding: 4px;
}

.ThemeCustom .EventOtherMonthDay {
  color: #a9a9a9;
  background-color: #efefef;
  border-color: #cccccc;
}

.ThemeCustom .EventWeekendDay {
  background-color: #b6bbb6;
}

.ThemeCustom .EventTodayDay {
  font-weight: 700;
  color: #ffffff;
  background-color: #4f5650;
  border: #4f5650 2px solid;
}

/*.ThemeCustom .EventSelectedDay {
    color: $calender-selected-text-color;
    background-color: $calender-selected-background;
    border: $calender-selected-border 2px solid;
}*/
.ThemeCustom .EventSelectedDay .EventDayScroll, .ThemeCustom .EventTodayDay .EventDayScroll {
  color: #ffffff;
}

.ThemeCustom .EventSelector {
  background-color: #c0c0e0;
}

.ThemeCustom .EventSelector a, .ThemeCustom .EventSelector a:visited, .ThemeCustom .EventSelector a:hover {
  color: #00f;
  text-decoration: none;
}

.ThemeCustom .WeekTable table {
  table-layout: auto;
  width: 100%;
  color: #000;
  text-align: center;
  border: #4f5650 1px solid;
}

.ThemeCustom .WeekTable table td, .ThemeCustom .WeekTable table th {
  border: 0;
  padding: 3px;
}

.ThemeCustom tr.WeekHeader {
  background-color: #4f5650;
  color: #ffffff;
  height: 28px;
}
.ThemeCustom tr.WeekHeader td {
  padding: 9px;
}

.ThemeCustom .WeekItem {
  text-align: center;
  background-color: #4f5650;
  font-weight: 400;
  background: #4f5650;
  border: #4f5650 1px solid;
}
.ThemeCustom .WeekItem a {
  color: #ffffff;
}

.ThemeCustom .WeekDay {
  font-weight: 700;
  font-size: 9px;
  color: #7994cb;
  background-color: #7994cb;
  text-align: center;
  vertical-align: middle;
  border: #a2bbdd 1px solid;
}

.ThemeCustom .WeekBackground {
  font-size: 9px;
  background-color: #ffffff;
  border: #a2bbdd 1px solid;
}

.ThemeCustom .WeekTitle {
  color: #666666;
  height: 15%;
  text-align: center;
  background-color: #efefef;
  width: 11%;
}

.ThemeCustom .WeekOfTitle {
  font-weight: 700;
  width: 100%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.ThemeCustom .WeekNextPrev {
  font-weight: 700;
  width: 100%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.ThemeCustom .WeekRangeheader {
  text-align: center;
  vertical-align: middle;
  font-size: 9px;
  background-color: #c3c8c4;
  border: none;
  color: #666666;
}

.ThemeCustom .ListTable {
  width: 100%;
}

.ThemeCustom .ListDate, .ThemeCustom .ListRecurText, .ThemeCustom .ListRecurUntil {
  text-align: left;
  vertical-align: top;
  width: 150px;
}

.ThemeCustom .ListTitle, .ThemeCustom .EnrollTitle {
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .ListDescription {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .ListLink {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .ListHeader, .ThemeCustom .DetailEnrollGridHeader, .ThemeCustom .EditEnrollGridHeader, .ThemeCustom .EnrollGridHeader {
  font-weight: 700;
  color: #ffffff;
  background-color: #4f5650;
  height: 28px;
  text-align: left;
  vertical-align: middle;
  padding: 9px 10px;
}
.ThemeCustom .ListHeader a, .ThemeCustom .DetailEnrollGridHeader a, .ThemeCustom .EditEnrollGridHeader a, .ThemeCustom .EnrollGridHeader a {
  color: #ffffff;
}

.ThemeCustom .DetailEnrollGridHeader, .ThemeCustom .EditEnrollGridHeader, .ThemeCustom .EnrollGridHeader {
  text-align: center;
}

.ThemeCustom .DetailEnrollUser, .ThemeCustom .DetailEnrollDisplay, .ThemeCustom .DetailEnrollDisplay a:link, .ThemeCustom .DetailEnrollEmail, .ThemeCustom .DetailEnrollEmail a:link, .ThemeCustom .DetailEnrollPhone, .ThemeCustom .DetailEnrollApproved, .ThemeCustom .DetailEnrollNo, .ThemeCustom .EditEnrollSelect, .ThemeCustom .EditEnrollUser, .ThemeCustom .EditEnrollDisplay, .ThemeCustom .EditEnrollDisplay a:link, .ThemeCustom .EditEnrollEmail, .ThemeCustom .EditEnrollEmail a:link, .ThemeCustom .EditEnrollPhone, .ThemeCustom .EditEnrollApproved, .ThemeCustom .EditEnrollNo, .ThemeCustom .EditEnrollDate, .ThemeCustom .EditEnrollDate .ThemeCustom .EnrollSelect, .ThemeCustom .EnrollApproved, .ThemeCustom .EnrollNo, .ThemeCustom .EnrollFee, .ThemeCustom .EnrollDate {
  text-align: center;
  vertical-align: top;
  font-weight: 400;
}

.ThemeCustom .ListDuration {
  text-align: center;
  vertical-align: top;
  width: 60px;
}

.ThemeCustom .ListAlternate, .ThemeCustom .DetailEnrollGridAlternate, .ThemeCustom .EditEnrollGridAlternate, .ThemeCustom .EnrollGridAlternate {
  background-color: #e1f0fd;
}

.ThemeCustom .ListDataGrid, .ThemeCustom .DetailEnrollGrid, .ThemeCustom .EditEnrollGrid, .ThemeCustom .EnrollGrid {
  border-right: #4f5650 1px solid;
  border-top: #4f5650 1px solid;
  border-left: #4f5650 1px solid;
  border-bottom: #4f5650 1px solid;
  background: #ffffff;
}

.ThemeCustom .ListDataGrid td, .ThemeCustom .DetailEnrollGrid td, .ThemeCustom .EditEnrollGrid td, .ThemeCustom .EnrollGrid td {
  border-color: #4f5650;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
}

.ThemeCustom .ListEdit {
  text-align: center;
  vertical-align: top;
  width: 1px;
}

.ThemeCustom .ListCategory, .ThemeCustom .ListLocation, .ThemeCustom .ListLocation a {
  text-align: left;
  vertical-align: top;
  width: 60px;
}

.ThemeCustom .ListCustomField1, .ThemeCustom .ListCustomField2 {
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .RptTable {
  border-right: #c3d9ff 2px solid;
  border-top: #c3d9ff 1px solid;
  border-left: #c3d9ff 2px solid;
  border-bottom: #c3d9ff 2px solid;
  background-color: #f3f8fb;
  border-collapse: collapse;
  width: 100%;
}

.ThemeCustom .RptRepeater {
  width: 100%;
}

.ThemeCustom .RptRepeater td {
  border-color: #a2bbdd;
  border-style: solid;
  border-width: 1px;
}

.ThemeCustom .RptHeader {
  font-weight: 700;
  color: #375162;
  background-color: #f4f8fa;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  width: 100%;
}

.ThemeCustom .RptNormal {
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .RptAlternate {
  background-color: #e1f0fd;
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .RptPagerCurrentPage {
  color: Red;
}

.ThemeCustom .RptPagerHeader td {
  border-color: #a2bbdd;
  border-style: solid;
  border-width: 1px;
}

.ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailReminderRight, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailiCalRight, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailEnrollRight, .ThemeCustom .DetailContentLeft, .ThemeCustom .DetailContentRight {
  text-align: left;
  float: left;
}

.ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailReminderRight, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailiCalRight, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailEnrollRight, .ThemeCustom .DetailEnrollTableLeft, .ThemeCustom .DetailEnrollTableRight, .ThemeCustom .DetailContentLeft, .ThemeCustom .DetailContentRight {
  padding: 5px 0;
}

.ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailContentLeft {
  width: 25%;
}
@media (max-width: 767px) {
  .ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailContentLeft {
    width: 100%;
  }
}

.ThemeCustom .DetailClear {
  clear: both;
}

.ThemeCustom .IconBar {
  white-space: nowrap;
}
.ThemeCustom .IconBar img {
  vertical-align: top;
}

.ThemeCustom .TopIconBar {
  width: 33%;
  vertical-align: top;
}

.ThemeCustom .TopIconBar DIV {
  float: right;
}

.ThemeCustom .BottomIconBar {
  padding-top: 3px;
}

.ThemeCustom .IconBarPadding {
  padding-right: 2px;
}

.ThemeCustom .TimePicker {
  Display: inline-block;
}

.ThemeCustom .SelCategoryTR {
  height: 25px;
  vertical-align: middle;
}

.ThemeCustom .DatePicker {
  width: 150px !important;
}

.ThemeCustom .RadComboBox_Default.SelectCategory {
  width: 150px !important;
}

.ThemeCustom ul.dnnActions li.cmdRight {
  float: right;
}

.ThemeCustom .EventSettings .dnnFormItem INPUT[type=text] {
  min-width: 1px;
}

.ThemeCustom .dnnFormItem .autoWidth LABEL {
  width: auto;
}

.ThemeCustom .dnnFormItem .inputCenter INPUT {
  float: none;
}

.block-calender-small .RptTable {
  border: 0;
  width: inherit;
  background-color: transparent;
}

.DetailContentLeft.SubHead {
  font-weight: 700;
}

.DetailCommands {
  margin: 30px 0 0;
  padding-left: 0;
}
.DetailCommands li {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  display: inline-block;
}
.DetailCommands .cmdRight {
  display: none;
}
/*# sourceMappingURL=skin.css.map */