<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.template-content .slider-block {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 0;
  position: relative;
}
.fullWidth {
  padding: 0 !important;
  margin:0 !important;
  width:100% !important;
  border: 0 !important;
}
.template-content .slider-block .sliderWrapper .bg {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background:  center center no-repeat;
  background-size: cover;
  /*z-index: 0;*/
}
.template-content .slider-block .sliderWrapper .bg.bg1 {
  background-image: url("../../images/sliders/bg1.jpg");
}
.template-content .slider-block .sliderWrapper .bg.bg2 {
  background-image: url("../../images/sliders/bg2.jpg");
}
.template-content .slider-block .sliderHolder .slick-arrow {
  text-indent: -9999em;
  width: 31px;
  height: 57px;
  position: absolute;
  top: 45%;
  border: 0;
  outline: none;
  z-index:999;
}
.template-content .slider-block .sliderHolder .slick-arrow.slick-next {
  background: url("../../images/sliders/arrow-right.png");
  right: 10px;
}
.template-content .slider-block .sliderHolder .slick-arrow.slick-prev {
  background: url("../../images/sliders/arrow-left.png");
  left: 10px;
}
.template-content .slider-block .sectionFirstCol {
  padding: 0 !important;
  margin: 0 !important;
}
.template-content .slider-block .sliderHolder .row {
  margin: 0 51px;
  padding: 0;
  width: 100%;
}
.template-content .slider-block .item1 h2,
.template-content .slider-block .item2 h2 {
  font-size: 20px;
  font-weight: 700;
  color: #ffcc00;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  line-height: 28px;
}
.template-content .slider-block .item1 h3,
.template-content .slider-block .item2 h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin:0;
  margin-bottom: 15px;
  line-height: 24px;
}
.template-content .slider-block .item1 p,
.template-content .slider-block .item2 p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin: 0;
  margin-bottom: 15px;
}
.template-content .slider-block .btn-slider {
  border-radius: 20px;
  padding: 0 30px;
  margin:0 auto;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  border: 0;
  color: #FFF;
  position: relative;
}
.template-content .slider-block .btn-slider h5 {
  font-size: 20px;
  font-weight: 700;
}
.template-content .slider-block .btn-slider.btn-orange {
  background: #ffcc01;
}
.template-content .slider-block .img-border {
  border-radius: 2px;
}
.template-content .slider-block .sliderWrapper div.empty .bg {
  background: #ececec;
}
.template-content .slider-block .sliderHolder div.empty .instructions {
  background: #FFF;
  width:100%;
  border-radius: 2px;
  border: 1px dashed #d9d9d9;
  padding: 100px 50px;
  font-size: 23px;
  font-weight: 700;
  color: #747474;
  align-self: center;
}
.template-content .slider-block .slick-slide {
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slideItem .button-gear {
  height: 24px;
  line-height: 20px;
}
.template-content .slider-block .slideItem {
  position: relative;
}
.template-content .slider-block .slideItem:hover {
  outline-color: #459cc7 !important;
}
.template-content .slider-block .toolbox.sliderblockToolbox {
  margin-top: -1px;
}
.template-content .toolbox.slideToolBox .dropdown-menu {
  background-color: #bcbcbc !important;
}
.template-content .toolbox.slideToolBox .dropdown-menu:before,
.template-content .toolbox.slideToolBox .dropdown-menu:after {
  border-bottom-color: #bcbcbc !important;
}
.template-content .slider-block .section-title {
  margin-top: -1px;
}
.redmodal .modal-title {
    color: #d20000;
}
.redmodal .modal-header .close {
    background-color: #d20000;
}
.redmodal .modal-footer button {
    background-color: #d20000 !important;
    border-color: #d20000 !important;
}
.template-content .slideToolBox {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    font-size: 11px;
    border-radius: 2px;
    display: none;
    background: #ff8c00;
}
.template-content .slideToolBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.template-content .slideToolBox ul li {
    display: inline-block;
    border-right: 1px solid #ffa83f;
    position: relative;
    margin:0;
}
.template-content .slideToolBox ul li:last-child {
    border-right: 0;
}
.template-content .slideToolBox ul li img, .template-content .slideToolBox ul li i {
    padding: 6px 10px;
    margin-right: auto;
    margin-left: auto;
}
.template-content .slideToolBox .dropdown-menu {
    width: auto;
    left: -44px;
    font-size: 11px;
    background: #ff8c00;
    min-width: 80px;
    top: 30px;
    border-radius: 3px;
}
.template-content .slideToolBox .dropdown-menu &gt; li {
    border: none;
    width: 100%;
}
.template-content .slideToolBox .dropdown-menu &gt; li &gt; a {
    color: #fff;
    padding: 3px 12px;
    border: none !important;
}
.template-content .slideToolBox a:focus {
  outline: none;
}
.template-content .slideToolBox .dropdown-menu:after {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border-style: solid;
	border-color: #ff8c00 transparent;
	border-width: 0 6px 6px 6px;
	position: absolute;
	top: -6px;
	left: 56%;
	margin-left: -14px;
	z-index: 1;
}
.template-content .slideToolBox .dropdown-menu&gt;li&gt;a:focus, .template-content .slideToolBox .dropdown-menu&gt;li&gt;a:hover {
  background: rgba(0,0,0,0.5);
  outline: none;
}

.specialmarginsforsliderblocktools {
  margin-top: -2px !important;
}

.template-content .slideOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10000;
}
.template-content .slideToolBox ul li ul {
  padding: 5px;
  z-index: 100;
}
.template-content .slideToolBox .dropdown-menu {
    width: auto;
    left: -44px;
    font-size: 11px;
    min-width: 80px;
    top: 30px;
    border-radius: 3px;
}
.template-content .slider-block .sortableDiv .sortableItem {
  position: relative;
  margin: 10px;
}
.template-content .slider-block .sortableDiv {
  margin: 0 30px;
}
.template-content .slider-block .sortableDiv .sortableItem {
  border: 2px solid transparent;
  /*outline-color: transparent;*/
}
.template-content .slider-block .sortableDiv .sortableItem.activeSorting {
  border-color: #ff8c00 !important;
  transition: border .3s ease;
   -moz-transition: border .3s ease;
   -webkit-transition: border .3s ease;
}
.template-content .slider-block .sortableDiv .sortableItem .sortingtools {
  display: none;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: -25px;
}
.sortableDivsHighlight {
  outline: dashed 2px rgb(232, 126, 15);
}

.template-content .slider-block .slideItem .slideRow {
  justify-content: center;
}
</pre></body></html>