@charset "UTF-8";
/* =========================================
	Index:
	1. Imports
	2. Colours / variables
	3. General styling
	4. Header / navigation
	5. Content styling
	6. Button styling
	7. Footer styling
	8. AddThis
	9. Carousel styling
	10. iForm styling
	11. iEntity styling
	12. iEntity news styling
	13. Guestbook styling
	14. Calender styling
	15. DNN Resets/styling

========================================= */
/*=========================================
	1. Imports
=========================================*/
/* MIXINS */
/* Custom Mixins */
/* Other mixins */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
/*================================================
    2. Colours / variables
================================================*/
/* == Color variables == */
/* == Background variables == */
/* == Bootstrap color variables resets  == */
/* == Typography variables == */
/* == Margin / Padding variables == */
/*==============================================*/
/*==============================================*/
/*==============================================*/
/*==============================================*/
/*================================================
    3. General styling
================================================*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body {
  color: #808080;
}

html, body, a {
  font-family: "Open Sans", sans-serif;
}

h1, .page-details .detail-category-title, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #afbd21;
  margin: 0 0 22px 0;
}

h1, .page-details .detail-category-title {
  font-size: 26px;
}
@media (max-width: 767px) {
  h1, .page-details .detail-category-title {
    font-size: 24px;
  }
}

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

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

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

a {
  color: #afbd21;
}
a:hover, a:focus {
  color: #879219;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.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%;
}

@media (min-width: 768px) {
  .col-subcontent {
    padding-left: 40px;
    border-left: 1px solid #afbd21;
  }
}

.list-check-mark {
  padding-left: 20px;
  text-indent: 2px;
  list-style: none;
  list-style-position: outside;
}
.list-check-mark li:before {
  content: "✔";
  margin-left: -1em;
  margin-right: 0.1em;
  color: #afbd21;
}

/*================================================
    4. Header / navigation
================================================*/
.controlpanel .nav a {
  padding: 10px;
}

header {
  background: #ffffff;
}

.wrapper-header .top-bar {
  height: 10px;
  background-color: #afbd21;
}
.wrapper-header .header-main {
  position: relative;
}
.wrapper-header .header-main .nav a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  color: #808080;
  padding: 10px 9px;
}
@media (max-width: 1199px) {
  .wrapper-header .header-main .nav a {
    padding: 10px 8px;
  }
}
.wrapper-header .header-main .nav a.active {
  color: #fff;
  background: #afbd21;
}
.wrapper-header .header-main .nav a i {
  margin-left: 5px;
}
.wrapper-header .header-main .nav .dropdown .dropdown-menu {
  padding: 0;
}
.wrapper-header .header-main .nav .dropdown .dropdown-menu li.active a {
  color: #fff;
  background: #afbd21;
}
.wrapper-header .header-main .nav .dropdown .dropdown-menu li a {
  border-radius: 0px;
  display: block;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #E2E2E2;
}
.wrapper-header .header-main .nav .dropdown .dropdown-menu li a li:last-child a {
  border-bottom: 0;
}
.wrapper-header .header-main .nav .dropdown .dropdown-menu.active.parent a.has-dropdown {
  color: #fff;
}
.wrapper-header .header-main .nav .dropdown .dropdown-menu.active .active a {
  color: #fff;
  background-color: #afbd21;
}
.wrapper-header .container-header {
  padding-top: 40px;
}
.wrapper-header .wrapper-nav {
  border-bottom: 2px solid #c7303a;
  padding-bottom: 20px;
}

.nav-pills > li {
  float: none;
}

.nav > li {
  position: relative;
  display: inline-block;
}

.language-object {
  margin-top: 35px;
  border-left: 1px solid #cccccc;
  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 {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 46px 20px 20px;
  background: #afbd21;
  color: #fff;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#button-menu.scrolled-down {
  top: -60px;
  padding-top: 20px;
}
#button-menu.scrolled-up {
  padding-top: 20px;
}

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

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

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

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

#submenu-container ul {
  margin: 0;
  padding: 0;
}
#submenu-container li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
#submenu-container li a {
  background: #fff;
  padding: 10px 20px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#submenu-container li a:before {
  content: "";
  color: #afbd21;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}
#submenu-container li a:hover, #submenu-container li a:focus, #submenu-container li a.active {
  color: #afbd21;
  text-decoration: none;
  padding-left: 23px;
}
#submenu-container li a:hover:before, #submenu-container li a:focus:before, #submenu-container li a.active:before {
  color: #afbd21;
}
#submenu-container li a.active {
  font-weight: bold;
}
#submenu-container li a.active:before {
  font-weight: bold;
}
#submenu-container li:last-child {
  border-bottom: 0px;
}

/*================================================
    5. Content styling
================================================*/
.Normal img {
  max-width: 100%;
  height: auto;
}
.Normal ul, .Normal ol {
  display: inline-block;
}

.hr-base-color {
  border-bottom: 1px solid #afbd21;
  border-top: none;
}

.hrNav {
  margin: 0;
}

#dnn_CompanyLogo_Pane {
  color: #999999;
  max-width: 250px;
  margin-bottom: 30px;
}
#dnn_CompanyLogo_Pane a {
  color: #808080;
}

@media (max-width: 768px) {
  .sm-text-center {
    text-align: center !important;
  }
}

.fa-center {
  width: 100%;
  text-align: center;
}

.readMore {
  color: #808080;
  font-weight: 700;
}
.readMore:hover {
  text-decoration: none;
}
.readMore a {
  color: #808080;
  font-weight: 700;
}
.readMore i {
  color: #afbd21;
  font-weight: bold;
}
.readMore em {
  color: #afbd21;
  font-weight: bold;
}

main {
  padding: 30px 0px 50px;
  background: #ffffff;
}

/*================================================
    6. Button styling
================================================*/
.btn, .dnnPrimaryAction {
  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: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .dnnPrimaryAction:hover, .btn:focus, .dnnPrimaryAction:focus, .btn:active, .dnnPrimaryAction:active, .btn:active:focus {
  outline: none;
}

.btn-primary, .dnnPrimaryAction {
  color: #fff;
  background: #afbd21;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#cddc35), to(#afbd21));
  background: linear-gradient(to bottom, #cddc35 0%, #afbd21 100%);
  /* W3C */
}
.btn-primary a, .dnnPrimaryAction a {
  color: #fff;
  background-color: transparent;
}
.btn-primary:hover, .dnnPrimaryAction:hover, .btn-primary:focus, .dnnPrimaryAction:focus, .btn-primary:active, .dnnPrimaryAction:active {
  color: #fff;
  background: #afbd21;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#c7d726), to(#9fac1e));
  background: linear-gradient(to bottom, #c7d726 0%, #9fac1e 100%);
  /* W3C */
  border-color: #9fac1e;
}

.btn-secondary {
  color: #fff;
  background: #c7303a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#d6545d), to(#c7303a));
  background: linear-gradient(to bottom, #d6545d 0%, #c7303a 100%);
  /* W3C */
}
.btn-secondary a {
  color: #fff;
  background-color: transparent;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff;
  background: #c7303a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2444d), to(#b72c35));
  background: linear-gradient(to bottom, #d2444d 0%, #b72c35 100%);
  /* W3C */
  border-color: #b72c35;
}

/*================================================
    7. Footer styling
================================================*/
footer {
  background: #afbd21;
  color: #ffffff;
  border-top: 30px solid #faede0;
}
footer .footer {
  margin: 50px 0px;
}
footer .footer a {
  color: #ffffff;
  display: block;
}
footer .footer a:hover {
  color: #c7303a;
}
footer .footer i {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
}
footer .footer ul {
  padding-left: 0px;
}
footer .footer ul li {
  list-style: none;
}
footer .devider-right {
  border-right: 1px solid #ffffff;
  line-height: 11px;
}
footer .footer-contact-info .contact-info-postalcode {
  margin-left: 34px;
}
footer .logos {
  margin-top: 30px;
}
footer .icon1 {
  max-width: 250px;
}
@media (max-width: 768px) {
  footer .xs-text-right {
    text-align: right;
  }
}

.sub-footer {
  background: #c7303a;
  color: #fff;
  padding: 10px 0;
}
.sub-footer a {
  color: #fff;
}
.sub-footer a:hover {
  color: #afbd21;
}

#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: "";
  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;
}
#search .SearchButton:hover {
  text-decoration: none;
  background-color: #c1c1c1;
}

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

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

#carousel-wrapper {
  height: 100%;
  position: relative;
  max-height: 400px;
  overflow: hidden;
}

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

.carousel-btn {
  font-size: 100px;
  position: absolute;
  z-index: 1;
  color: #c7303a;
  bottom: 30%;
  top: 30%;
}
@media (max-width: 768px) {
  .carousel-btn {
    display: none !important;
  }
}
.carousel-btn:hover {
  color: #9e262e;
}

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

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

.carousel-pagination {
  padding-left: 0px;
  position: absolute;
  top: 15px;
  z-index: 1;
  left: 29%;
  right: 29%;
}
.carousel-pagination a {
  background: #ffffff;
  border-radius: 4px;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 2.5px;
}
.carousel-pagination .selected {
  background: #afbd21;
}
.carousel-pagination span {
  display: none;
}

#carousel .slider-content {
  color: #fff;
  padding: 20px;
  text-align: center;
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 40px;
}
#carousel .slider-content p {
  margin: 0px;
}
#carousel .slider-content h1, #carousel .slider-content .page-details .detail-category-title, .page-details #carousel .slider-content .detail-category-title, #carousel .slider-content h2, #carousel .slider-content h3, #carousel .slider-content h4, #carousel .slider-content h5, #carousel .slider-content h6 {
  color: #fff;
  margin: 0px;
}
@media (max-width: 768px) {
  #carousel .slider-content {
    display: none;
  }
}

#carousel div {
  display: block;
  float: left;
  max-height: 450px;
}

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

/*=======================================================
    10. iForm styling
=======================================================*/
.form-row {
  margin-bottom: 5px;
}

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

.form-group {
  position: relative;
}
.form-group textarea {
  margin-bottom: 20px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}
.form-group .form-control-validator {
  position: absolute;
  right: 0px;
  background: #cf3f34;
  color: white;
  top: 0px;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  padding: 7px 10px;
}

.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 #b52b27;
  bottom: 0;
  padding: 7px 15px;
  border-radius: 0px 3px 3px 0px;
}

.form-captcha {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px 15px;
}
.form-captcha img {
  margin-top: 5px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .form-captcha img {
    float: none;
  }
}
/*=======================================================
    11. iEntity styling
=======================================================*/
.product-view-pagination {
  margin: 5px auto 0;
  display: table;
}
.product-view-pagination .rdpWrap {
  padding: 0px !important;
}
.product-view-pagination .RadGrid td.rgPagerCell {
  padding: 20px 10px !important;
}
.product-view-pagination .rdpPageFirst,
.product-view-pagination .rdpPagePrev,
.product-view-pagination .rdpPageNext,
.product-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,
.product-view-pagination .rdpPagePrev:hover,
.product-view-pagination .rdpPageNext:hover,
.product-view-pagination .rdpPageLast:hover {
  background-position: 0px -22px;
}
.product-view-pagination .rdpPagePrev {
  margin-left: 5px !important;
  background-position: -22px 0px;
}
.product-view-pagination .rdpPagePrev:hover {
  background-position: -22px -22px;
}
.product-view-pagination .rdpPageNext {
  margin-right: 5px !important;
  background-position: -44px 0px;
}
.product-view-pagination .rdpPageNext:hover {
  background-position: -44px -22px;
}
.product-view-pagination .rdpPageLast {
  background-position: -66px 0px;
}
.product-view-pagination .rdpPageLast:hover {
  background-position: -66px -22px;
}
.product-view-pagination .rdpNumPart {
  padding: 0px !important;
}
.product-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 {
  margin-left: 5px !important;
}
.product-view-pagination .rdpNumPart a:hover,
.product-view-pagination .rdpNumPart .rdpCurrentPage {
  background: #afbd21;
  color: #fff;
}
.product-view-pagination .rdpNumPart span {
  padding: 0px !important;
}
.product-view-pagination .rdpInfoPart {
  display: none;
}

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

.product-view-grid {
  margin-top: 20px;
}

.ientity-grid-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 15px;
  background: #ffffff;
  text-align: center;
  min-height: 300px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.ientity-grid-item:hover, .ientity-grid-item:focus {
  border: 1px solid #afbd21;
}
.ientity-grid-item .product-title {
  margin: 10px 0px 0px;
}
.ientity-grid-item img {
  max-width: 100%;
}

#page93 .thumbnail {
  min-height: 265px;
}

.page-details .detail-category-title {
  margin: 0px;
}
@media (max-width: 767px) {
  .page-details .detail-category-title {
    margin-bottom: 20px;
  }
}
.page-details .product-specs ul {
  list-style: none;
  padding-left: 0px;
}

.page-prev {
  border: 1px solid #afbd21;
  padding: 5px 10px;
  color: #afbd21;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-prev:hover {
  text-decoration: none;
  color: #fff;
  background-color: #afbd21;
}
@media (max-width: 767px) {
  .page-prev {
    float: none;
    text-align: center;
  }
}

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

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

.pagination-wrapper {
  margin-top: 5px;
}
.pagination-wrapper .slider-prev i.fa.fa-angle-left {
  font-size: 26px;
  color: #afbd21;
  vertical-align: top;
  position: relative;
  top: 30px;
}
@media (max-width: 767px) {
  .pagination-wrapper .slider-prev {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .pagination-wrapper .slider-prev {
    float: left;
  }
}
.pagination-wrapper .slider-prev:hover, .pagination-wrapper .slider-next:hover, .pagination-wrapper .slider-items {
  cursor: pointer;
}
.pagination-wrapper .slider-next i.fa.fa-angle-right {
  font-size: 26px;
  color: #afbd21;
  vertical-align: top;
  position: relative;
  top: 30px;
}
@media (max-width: 767px) {
  .pagination-wrapper .slider-next {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .pagination-wrapper .slider-next {
    float: right;
  }
}
.pagination-wrapper #thumbs-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .pagination-wrapper #thumbs-wrapper {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .pagination-wrapper #thumbs-wrapper {
    float: left;
    width: 84%;
    margin: 0px 5%;
  }
}
.pagination-wrapper .slider-thumnail-items {
  margin: 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;
}

.icon-zoom {
  position: relative;
}
.icon-zoom:after {
  content: "";
  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;
}

/*=======================================================
    12. iEntity news styling
=======================================================*/
/*#page93 {
	.news-homepage {
		width: 100% !important;
	}
}*/
.expNews:last-child {
  border: none;
  padding: 0px;
}
.expNews .item-view-list-image {
  display: block;
}
.expNews .item-view-list-image .newslist-img {
  max-width: 100%;
}
.expNews .news-item-wrapper {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.expNews h3, .expNews h2 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal;
}
.expNews h3 a, .expNews h2 a {
  color: #afbd21;
}
.expNews h3 a:hover, .expNews h2 a:hover {
  color: #879219;
}
.expNews .item-link {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #afbd21;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #afbd21;
}
.expNews .item-link:hover, .expNews .item-link:focus, .expNews .item-link:active {
  background-color: #afbd21;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .expNews .item-link {
    width: 100%;
  }
}
.expNews .item-link:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.expNewsDetail {
  padding: 0px 15px;
}
.expNewsDetail .startDate {
  font-style: italic;
  color: #666;
  margin-bottom: 20px;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  color: #FFF;
  background-color: #afbd21;
  border-radius: 3px;
}
.expNewsDetail a.page-prev {
  line-height: normal;
  top: 0px;
}
.expNewsDetail .page-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 26px;
}
.expNewsDetail .image img {
  max-width: 100%;
}
.expNewsDetail .description {
  max-width: 600px;
}

.item-view-pagination {
  margin: 5px auto 0;
  display: table;
}
.item-view-pagination .rdpWrap {
  float: left;
  padding: 0 10px;
  line-height: 22px;
  white-space: nowrap;
}
.item-view-pagination .RadGrid td.rgPagerCell {
  padding: 20px 10px !important;
}
.item-view-pagination .rdpPageFirst,
.item-view-pagination .rdpPagePrev,
.item-view-pagination .rdpPageNext,
.item-view-pagination .rdpPageLast {
  background: url(/Portals/_default/Skins/Custom/img/Pager-sprite.png) top left no-repeat;
  background-size: 400%;
  width: 22px;
  height: 22px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  vertical-align: bottom;
  font-size: 1px;
  cursor: pointer;
}
.item-view-pagination .rdpPageFirst:hover,
.item-view-pagination .rdpPagePrev:hover,
.item-view-pagination .rdpPageNext:hover,
.item-view-pagination .rdpPageLast:hover {
  background-position: 0px -22px;
}
.item-view-pagination .rdpPagePrev {
  margin-left: 5px !important;
  background-position: -22px 0px;
}
.item-view-pagination .rdpPagePrev:hover {
  background-position: -22px -22px;
}
.item-view-pagination .rdpPageNext {
  margin-right: 5px !important;
  background-position: -44px 0px;
}
.item-view-pagination .rdpPageNext:hover {
  background-position: -44px -22px;
}
.item-view-pagination .rdpPageLast {
  background-position: -66px 0px;
}
.item-view-pagination .rdpPageLast:hover {
  background-position: -66px -22px;
}
.item-view-pagination .rdpNumPart {
  padding: 0px !important;
}
.item-view-pagination .rdpNumPart a {
  background: #fff;
  padding: 0px 7px !important;
  border-radius: 3px;
  margin: 0px 5px 0px 0px !important;
}
.item-view-pagination .rdpNumPart a:first-child {
  margin-left: 5px !important;
}
.item-view-pagination .rdpNumPart a:hover,
.item-view-pagination .rdpNumPart .rdpCurrentPage {
  background: #afbd21;
  color: #fff;
}
.item-view-pagination .rdpNumPart span {
  padding: 0px !important;
}
.item-view-pagination .rdpInfoPart {
  display: none;
}

/*=======================================================
    13. Guestbook styling
=======================================================*/
.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;
}

.dnnFormHelpContent {
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 15px;
  padding: 3px 5px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.dnnFormHelpContent:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: -6px;
  left: 15px;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000 transparent;
}

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

/*=======================================================
    14. Calender styling
=======================================================*/
.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: #afbd21 1px solid;
  border-top: #afbd21 1px solid;
  border-left: #afbd21 1px solid;
  border-bottom: #afbd21 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: #afbd21;
  border-bottom: #afbd21 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: #808080;
  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: #808080;
  background-color: #f3f6cd;
  border: #afbd21 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: #edf3b7;
}

.ThemeCustom .EventTodayDay {
  font-weight: 700;
  color: #ffffff;
  background-color: #afbd21;
  border: #afbd21 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: #afbd21 1px solid;
}

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

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

.ThemeCustom .WeekItem {
  text-align: center;
  background-color: #afbd21;
  font-weight: 400;
  background: #afbd21;
  border: #afbd21 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: #808080;
  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: #f3f6cd;
  border: none;
  color: #808080;
}

.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: #afbd21;
  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: #afbd21 1px solid;
  border-top: #afbd21 1px solid;
  border-left: #afbd21 1px solid;
  border-bottom: #afbd21 1px solid;
  background: #ffffff;
}

.ThemeCustom .ListDataGrid td, .ThemeCustom .DetailEnrollGrid td, .ThemeCustom .EditEnrollGrid td, .ThemeCustom .EnrollGrid td {
  border-color: #afbd21;
  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;
}

/*=======================================================
    15. Resets
=======================================================*/
/* == Margin / Padding resets & responsive styling  == */
.margin-reset {
  margin: 0;
}

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

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

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

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

.padding-reset {
  padding: 0;
}

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

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

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

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

@media (max-width: 767px) {
  .padding-top-xs {
    padding-top: 15px;
  }

  .padding-bottom-xs {
    padding-bottom: 15px;
  }

  .margin-top-xs {
    margin-top: 15px;
  }

  .margin-bottom-xs {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .padding-top-sm {
    padding-top: 15px;
  }

  .padding-bottom-sm {
    padding-bottom: 15px;
  }

  .margin-top-sm {
    margin-top: 15px;
  }

  .margin-bottom-sm {
    margin-bottom: 15px;
  }
}
/* == DNN resets  == */
.dnnPrimaryAction {
  text-shadow: none !important;
}

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

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