@charset 'UTF-8';


/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/fonts/slick.eot);
    src: url(https://www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/fonts/slick.woff) format('woff'), url(https://www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/fonts/slick.ttf) format('truetype'), url(https://www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: inline-block !important;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none !important;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}.cleanlogin-container {
	margin: 0 auto;
	max-width: 500px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	
}
.cleanlogin-form h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
.cleanlogin-form fieldset{
padding: 0px 20px !important;
}
.cleanlogin-container fieldset {
	border-width: 0;
	border-color: inherit;
	padding: 0;
	margin: 0;
}

.cleanlogin-container h4 {
	margin-top: 0;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

.cleanlogin-container h4 > small{
	margin-top: 5px;
	font-size: 20px;
	font-style: italic;
	display: block;
}
.cleanlogin-preview img{background:gray;}
.cleanlogin-container img{background:gray;}

.cleanlogin-container.cleanlogin-full-width {
	max-width: none;
}

.cleanlogin-full-width form fieldset {
	clear: both;
	margin-left: -5%;
	margin-bottom: 26px;
}

.cleanlogin-full-width form .cleanlogin-field {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.cleanlogin-form,
.cleanlogin-preview {
	border-color: inherit;
	display: block;
	position: relative;
	width: 100%;
}

.cleanlogin-form label {
	display: block;
	font-size: 13px;
	
	text-align: center;
}

.cleanlogin-form label.cleanlogin-terms {
	text-align: inherit;
	font-size: inherit;
	text-transform: inherit;
}

.cleanlogin-field,
.cleanlogin-form input[type="submit"] {
	margin-bottom: 20px;
}
.cleanlogin-field-username, .cleanlogin-field-password {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px !important;
  border: 1px solid #DDDDDD;
}

.cleanlogin-field-username:focus, .cleanlogin-field-password:focus {
	border-color: rgba(81, 203, 238, 1) !important;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px !important;
  border: 1px solid rgba(81, 203, 238, 1);
}
.cleanlogin-form input[type="text"],
.cleanlogin-form input[type="password"],
.cleanlogin-form input[type="email"]
{
	height: 40px;
	padding: 4px 8px;
	width: 100%;
}

.cleanlogin-form input[type="submit"] {
	background-color: #989898;
    border: 1px solid #ccc !important;
    color: #fff !important;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	border-radius: 4px;
}

.cleanlogin-form input[type="submit"]:hover {
	background-color: #e6e6e6;
    border: 1px solid #adadad;
    color: #333;
   
}

.sld_logout_button{
	background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.sld_logout_button:hover{
	background-color: #e6e6e6;
    border: 1px solid #adadad;
    color: #333;
}

.cleanlogin-form select {
	color: #7c7c7c;
	width: 100%;
	height: 36px;
	-webkit-appearance: menulist-button;
}

.cleanlogin-form span {
	color: #7c7c7c;
	margin-left: 8px;
}

.cleanlogin-form button,
.cleanlogin-form input,
.cleanlogin-form select,
.cleanlogin-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cleanlogin-field-website {
	display: none !important;
}

.cleanlogin-field-remember {
	float: left;
}

.cleanlogin-field-remember > label {
	display: inline;
}

.cleanlogin-field-name {
	/*background: url(//www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/images/name.png) no-repeat;*/
	padding-left: 20px !important;
}

.cleanlogin-field-surname {
	/*background: url(//www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/images/surname.png) no-repeat;*/
	padding-left: 20px !important;
}

.cleanlogin-field-username {
	/*background: url(//www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/images/log.png) no-repeat;*/
	padding-left: 20px !important;
}

.cleanlogin-field-password {
	/*background: url(//www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/images/pwd.png) no-repeat;*/
	padding-left: 20px !important;
}

.cleanlogin-field-email {
	/*background: url(//www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/images/mail.png) no-repeat;*/
	padding-left: 20px !important;
}

.cleanlogin-field-spam {
	/*background: url(//www.ecolocal.org.uk/wp-content/plugins/qc-simple-link-directory/assets/css/images/spam.png) no-repeat;*/
	padding-left: 20px !important;
}

.cleanlogin-preview-top {
	
}
.cleanlogin-preview-top h2{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 7px 14px;
    border-bottom: 1px solid #ddd;
}
.cleanlogin-form-bottom {
	font-size: 12px;
	    padding-top: 6px;
    height: 37px;
    background: #ddd;
	    padding-left: 10px;
    padding-right: 10px;
}


.cleanlogin-form p.cleanlogin-form-description {
	color: #7c7c7c;
	font-size: 12px;
	font-size: 0.85714286rem;
	font-style: italic;
}

.cleanlogin-notification {
	clear: both;
	border: 1px solid;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	padding: 18px;
	margin-bottom: 18px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
	box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}

.cleanlogin-notification > p {
	margin: 0px;
}

.cleanlogin-notification.success {
	background: #F0F2DD;
	border-color: #24890D;
	color: #24890D;
}

.cleanlogin-notification.error {
	background: #FFE7E7;
	border-color: #FF5656;
	color: #FF5656;
}

.cleanlogin-preview {
	border-color: inherit;
	text-align: center;
}

.cleanlogin-preview .avatar {
	border-radius: 5px;
	float: none;
	width: 128px;
	height: 128px;
	margin: 0 auto 24px auto;
}

.avatar.avatar-96.photo {
	/*margin: 0 auto;*/
	/*display: block;*/
	margin-bottom: 10px;
}

.cleanlogin-form a.cleanlogin-form-register-link,
.cleanlogin-preview a.cleanlogin-preview-logout-link {
	text-align: right;
	float: right;
	text-decoration: none;
}

.cleanlogin-form a.cleanlogin-form-login-link,
.cleanlogin-form button.cleanlogin-form-login-link,
.cleanlogin-form a.cleanlogin-form-pwd-link,
.cleanlogin-preview a.cleanlogin-preview-edit-link {
	text-align: left;
	float: left;
	text-decoration: none;
}

.cleanlogin-field {
  position: relative;
}

.cleanlogin-field i {
  position: absolute;
  right: 20px;
  top: 18px;
  color:#bebebe;
}

.cleanlogin-field input {
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
}

.submit_registration {
  background: #18191f !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 12px !important;
  text-transform: uppercase !important;
  width: 93% !important;
  cursor:pointer;
}
.cleanlogin-form-pwd-link{color:#000 !important;}
.sld-reCaptcha > div{
	max-width: 100%;
	width: auto !important;
}


/*
08-09-19
*/
.simple .qcopd-single-list ul li a,
.style-8 .qcopd-single-list ul li a{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.style-12 .qcopd-single-list ul li{
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.simple .upvote-count,
.style-8 .upvote-count{
	margin-top: -10px !important;
}
.style-12 .upvote-count{
	margin-top: -15px !important;	
}
.style-12 ul.sld-list li a{
	padding-right: 25px;
}

.ca-content .ca-main{
	padding-right: 35px !important;
}
.qc-feature-media .sld_f_icon{
	font-size: 130px !important;
}
.upvote-section span.upvote-count {
    direction: ltr !important;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }/* Style the tab */
	.qcld_sld_tab {
		overflow: hidden;
		border:none;
		margin:0 12px;
		/*background-color: #f9f9f9; */
	}
	
	/* Style the buttons inside the tab */
	.qcld_sld_tab button {
		background-color: #f6f9fe;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 12px 8px 12px 50px;
		transition: 0.3s;
		font-size: 15px;
		color:#999;
		position:relative;
		margin-right:12px;
		margin-bottom:10px;
		height:44px;
	}
	.qcld_sld_tab button::before {
		width: 0; 
		height: 0; 
		border-bottom: 44px solid #f6f9fe; 
		border-right: 12px solid transparent;
		position:absolute;
		content:"";
		top:0;
		right:-12px;
		z-index:99;
		transition: 0.3s;
	}
	
	.qcld_sld_tab button::after {
		width: 0;
		height: 0;
		border-top: 44px solid #f6f9fe;
		border-left: 12px solid transparent;
		position: absolute;
		content: "";
		top: 0;
		left: -12px;
		z-index: 99;
		transition: 0.3s;
	}
	.qcld_sld_tab button:first-child::after {
		border-top: 44px solid #fff;
	}
	
	.qcld_sld_tab button.qcld_sld_active::before {	
		border-bottom: 44px solid #e8ecf4; 
	}
	.qcld_sld_tab .qcld_sld_tablinks.qcld_sld_active:hover::before {	
		border-bottom: 44px solid #ddd; 
	}
	.qcld_sld_tab .qcld_sld_tablinks.qcld_sld_active:hover::after {	
		border-top: 44px solid #ddd;		
	}
	
	/* Change background color of buttons on hover */
	.qcld_sld_tab button:hover {
		background:#dadfe8;
		color: #101010;
	}
	.qcld_sld_tab .qcld_sld_tablinks:hover::after {
		border-top: 44px solid #dadfe8;
		
	}
	.qcld_sld_tab .qcld_sld_tablinks:hover::before {
		border-bottom: 44px solid #dadfe8; 
	}
	
	/* Create an active/current tablink class */
	.qcld_sld_tab button.qcld_sld_active {
		background-color: #e8ecf4;
		color:#000;
	}
	
	.qcld_sld_tab .qcld_sld_tablinks.qcld_sld_active:hover {
		background-color: #dadfe8;
		color:#000;
	}
	
	/* Style the tab content */
	.qcld_sld_tabcontent {
		display: none;
		padding: 20px 12px;
		background:#fff;
		border: none;
		border-bottom:1px solid #ddd;
	}
	
	.qcld_sld_tab_main {
		padding-top:50px;
		width:100%;
		margin:0 auto;
	}
	.qcld_sld_tab .cat_img_top {
		width: 25px;
		overflow: hidden;
		height: 25px;
		position: absolute;
		left: 15px;
		border-radius: 100%;
		top: 50%;
		margin-top: -13px;
	}


/*
	SLD Tab with Subcategories
*/
	.sld-tab-subcategory-container ul{
		list-style-type: none;
		list-style-position: unset;
	}
	.sld-tab-subcategory-container ul:after {
	    clear: both;
	    content: '';
	    display: block;
	    height: 1px;
	}
	.qcld_sld_tab .sld-tab-subcategory .sld-subcat-parent-li a{
		display: block;
		cursor: pointer;
		padding: 0 8px 0 50px;
		font-size: 15px;
		color:#999;
		height: 44px;
		line-height: 44px;
	}
	.qcld_sld_tab .sld-tab-subcategory .sld-subcat-parent-li {
		transition: 0.3s;
		background-color: #f6f9fe;
		float: left;
		border: none;
		outline: none;
		position:relative;
		margin-right:12px;
		margin-bottom:10px;
	}
	.qcld_sld_tab .sld-tab-subcategory .sld-subcat-parent-li::before {
		width: 0; 
		height: 0; 
		border-bottom: 44px solid #f6f9fe; 
		border-right: 12px solid transparent;
		position:absolute;
		content:"";
		top:0;
		right:-12px;
		z-index:99;
		transition: 0.3s;
	}
	
	.qcld_sld_tab .sld-tab-subcategory .sld-subcat-parent-li::after {
		width: 0;
		height: 0;
		border-top: 44px solid #f6f9fe;
		border-left: 12px solid transparent;
		position: absolute;
		content: "";
		top: 0;
		left: -12px;
		z-index: 99;
		transition: 0.3s;
	}
	.qcld_sld_tab .sld-tab-subcategory .sld-subcat-parent-li:first-child::after {
		border-top: 44px solid #fff;
	}
	
	.qcld_sld_tab .sld-tab-subcategory .sld-subcat-parent-li.qcld_sld_active::before {	
		border-bottom: 44px solid #e8ecf4; 
	}
	/* Change background color of buttons on hover */
	.qcld_sld_tab .sld-subcat-parent-li:hover {
		background:#dadfe8;
		color: #101010;
	}
	.qcld_sld_tab .sld-subcat-parent-li:hover::after {
		border-top: 44px solid #dadfe8;
		
	}
	.qcld_sld_tab .sld-subcat-parent-li:hover::before {
		border-bottom: 44px solid #dadfe8; 
	}
	.sld-tab-subcategory-inner{
		position: absolute;
	    left: 0;
	    top: 100%;
	    width: 300px;
	    background: #f6f9fe;
	    box-shadow: 1px 0px 3px 1px rgb(197, 199, 199);
	    z-index: 9999999999;
	    visibility: hidden;
	    opacity: 0;
	    margin-left: 0;
	}
	.qcld_sld_tab .sld-subcat-parent-li:hover > ul{
		transition: all 500ms;
		-webkit-transition: all 500ms;
		visibility: visible;
	    opacity: 1;	
	}
	.sld-tab-subcategory-inner li{
		background: #f6f9fe;
	}
	.sld-tab-subcategory-inner li:hover{
		background:#dadfe8;
		color: #101010;
	}
	
	.sld-subcat-parent-li .sld-caret{
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 0px;
	    display: block;
	    padding-top: 5px;
	}
	.sld-subcat-parent-li.sld-has-subcat > .qcld_sld_tablinks{
		padding-right: 15px !important;
	}
	.qcld_sld_tab .sld-subcat-parent-li.sld-tablink-active-li::after,
	.qcld_sld_tab .sld-subcat-parent-li.sld-tablink-active-parent-li::after {
		border-top: 44px solid #dadfe8;
		
	}
	.qcld_sld_tab .sld-subcat-parent-li.sld-tablink-active-li::before,
	.qcld_sld_tab .sld-subcat-parent-li.sld-tablink-active-parent-li::before {
		border-bottom: 44px solid #dadfe8; 
	}
	.sld-subcat-parent-li .qcld_sld_active,
	.sld-subcat-parent-li.sld-tablink-active-parent-li,
	.qcld_sld_tab .sld-subcat-parent-li.sld-tablink-active-parent-li > .qcld_sld_tablinks{
		background:#dadfe8;
		color: #101010;
	}
	.sld-overflow-visible{
		overflow: visible;
	}
	.sld-tab-subcategory{
		margin-left: 0;
	}
	.sld-tab-subcategory .cat_img_top img{
		display: block;
	}
	.sld-tab-subcategory-inner > li > a{
		position: relative;
	}body.modal-box {
	overflow: hidden;
	position: fixed;
}
.modal-box {
	display: none;
	position: fixed;
	z-index: 999999;
	width: 98%;
	max-width: 650px;
	left: 50%;
	right: 50%;
	top: 80px;
	margin-left: -325px;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
.modal-box header, .modal-box .modal-header {
	padding: 1.25em 1.5em;
	border-bottom: 1px solid #ddd;
}
.modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
	margin: 0;
}
.modal-box .modal-body {
	padding: 1em 1.5em;
}
.modal-box footer, .modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 2%;
	right: 2%;
	text-decoration: none;
	color: #bbb;
	border: none !important;
}
a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
.button-link {
	padding: 4px 8px;
	background: #EEE;
	color: #000 !important;
	border: 1px solid #ccc !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	height:45px !important;
	width:40%;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
}
@font-face {
	font-family: "Open Sans Light";
	font-style: normal;
	font-weight: 300;
	src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff')
}
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}
.clear {
	clear: both
}
.icon-link-ext:before {
	content: '\f08e';
}

h1.entry-titile {
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	padding: 8px;
	margin: 0;
	color: #fff;
	background: #0072c6;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	clear: both;
}
.iframe-main {
}
.ifram-row {
	width: 100%;
	clear: both;
	margin: 0px -5px;
}
.guideline {
	font-size: 12px;
}
.ifram-row .btn {
	display: block;
	height: 35px;
	font-size: 12px !important;
	width: 100%;
	line-height: 25px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	background-color: #EEE;
	cursor: pointer;
	color: #333;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #EEE;
}
.ifram-sm, .ifram-lg {
	padding: 0px 5px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.ifram-lg {
	width: 100%;
}
.ifram-sm {
	width: 25%;
}
.ifram-sm span, .qcld-span-label {
	font-size: 12px !important;
}
.igcode_textarea {
	font-size: 12px;
	box-sizing: border-box;
	max-width: 100%;
}
body.modalOn {
	overflow: hidden;
}
.ifram-sm > input, .ifram-sm > select {
	height: 35px;
	font-size:14px;
	line-height: 35px;
	border: 1px solid #EEE;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

/*12-07-16*/
.clear{ clear: both; }

.source-site-credit, .source-site-credit a{
  color: #2a2a2a;
}

.sld-add .sld-add-btn {
    display: none; !important;
}#sld_preview_img{position: relative;
width: 224px;}
#sld_preview_img img{
width: 134px;
border: 1px solid #ddd;
padding: 4px;
margin: 6px;
}
.sld_remove_bg_image{
	font-size: 11px;
position: absolute;
right: 62px;
top: -8px;
background: #fff;
border: 1px solid #ddd;
padding: 8px 10px;
border-radius: 50%;
cursor: pointer;
line-height: 10px;
}
.sld_remove_bg_image:hover{
	color:#000;
}

/************************************//
/* css for custom table */

/* Table Css for slider list page */
.qc_sld_table_area{margin-top: 20px;}



.qc_sld_table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
.sld_responsive_head{
	display:none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .qc_sld_cell {
    display: block !important;
  }
  .qc_sld_row {
	display: block !important;
}
.sld_header{display:none !important;}
.sld_responsive_head{

	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
}
}

.qc_sld_table_head{
	color:#333 !Important;
}
.qc_sld_row {
  display: table-row;
  background: #fff;
}
.qc_sld_row:nth-of-type(odd) {
  background: #e9e9e9;
}
.qc_sld_row.sld_header {
  font-weight: 900;
  
  background: #e8e8e8;
}
.qc_sld_row.sld_header .slider_hero_cell{
	color:#fff;
}
.qc_sld_cell {
  color: #555;
  display: table-cell;
  font-weight: normal;
  padding: 8px 12px;
  vertical-align: middle;
	max-width: 250px;
}
.entry_list_edit{
	background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	cursor:pointer;
    min-width: 65px;
}
.entry_list_delete{
	background: #d02c2c;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	margin-top: 4px;
	cursor:pointer;
    min-width: 65px;
}.cleanlogin-container {
	margin: 0 auto;
	max-width: 300px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	
}
.cleanlogin-form h2{
	padding: 8px 20px;
    font-size: 17px;
    font-weight: bold;
}
.cleanlogin-form fieldset{
padding: 0px 20px !important;
}
.cleanlogin-container fieldset {
	border-width: 0;
	border-color: inherit;
	padding: 0;
	margin: 0;
}

.cleanlogin-container h4 {
	margin-top: 0;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

.cleanlogin-container h4 > small{
	margin-top: 5px;
	font-size: 20px;
	font-style: italic;
	display: block;
}
.cleanlogin-preview img{background:gray;}
.cleanlogin-container img{background:gray;}

.cleanlogin-container.cleanlogin-full-width {
	max-width: none;
}

.cleanlogin-full-width form fieldset {
	clear: both;
	margin-left: -5%;
	margin-bottom: 26px;
}

.cleanlogin-full-width form .cleanlogin-field {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.cleanlogin-form,
.cleanlogin-preview {
	border-color: inherit;
	display: block;
	position: relative;
	width: 100%;
}

.cleanlogin-form label {
	display: block;
	font-size: 13px;
	
	text-align: center;
}

.cleanlogin-form label.cleanlogin-terms {
	text-align: inherit;
	font-size: inherit;
	text-transform: inherit;
}

.cleanlogin-field,
.cleanlogin-form input[type="submit"] {
	margin-bottom: 20px;
}
.cleanlogin-field-username, .cleanlogin-field-password {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px !important;
  border: 1px solid #DDDDDD;
}

.cleanlogin-field-username:focus, .cleanlogin-field-password:focus {
	border-color: rgba(81, 203, 238, 1) !important;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px !important;
  border: 1px solid rgba(81, 203, 238, 1);
}
.cleanlogin-form input[type="text"],
.cleanlogin-form input[type="password"],
.cleanlogin-form input[type="email"]
{
	height: 36px;
	padding: 4px 8px;
	width: 100%;
}

.cleanlogin-form input[type="submit"] {
	background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	border-radius: 4px;
}

.cleanlogin-form input[type="submit"]:hover {
	background-color: #e6e6e6;
    border: 1px solid #adadad;
    color: #333;
   
}


.cleanlogin-container div {
	margin-bottom:2px;
}
 
.cleanlogin-container input{
	margin-bottom:4px;
}/* Large Devices, Wide Screens */
@media only screen and (min-width : 1201px) and (max-width : 1920px){

	.qcopd-list-column.opd-column-1{
		width: 99%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-2{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-3{
		width: 30%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 1%;
	  width: 23%;
	}

	/* Favorite List for single page */
	.qcopd-list-column.opd-column-1.qcld_favorite_column{
		width: 99%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column{
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column {
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column {
	  margin-right: 0px;
	  width: 100%;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column ul li{
	    width: 49%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column ul li {
	    width: 32%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column ul li{
	    width: 24%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}



}

@media only screen and (max-width : 1200px) {
	.qcopd-list-column.opd-column-1{
		width: 99%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-2{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-3{
		width: 30%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 1%;
	  width: 30%;
	}



	/* Favorite List for single page */
	.qcopd-list-column.opd-column-1.qcld_favorite_column{
		width: 99%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column{
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column {
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column {
	  margin-right: 0px;
	  width: 100%;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column ul li {
	    width: 49%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column ul li {
	    width: 32%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column ul li {
	    width: 24%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}



}

@media only screen and (max-width : 1170px) {
	.qcopd-list-column.opd-column-1{
		width: 99%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-2{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-3{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 1%;
	  width: 45%;
	}



	/* Favorite List for single page */
	.qcopd-list-column.opd-column-1.qcld_favorite_column{
		width: 99%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column{
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column {
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column {
	  margin-right: 0px;
	  width: 100%;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column ul li {
	    width: 49%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column ul li {
	    width: 32%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column ul li {
	    width: 24%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 981px) {
   
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 801px) {
     
    .qcopd-list-column.opd-column-1{
		width: 99%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-2{
		width: 100%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-3{
		width: 100%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 0%;
	  width: 100%;
	}



	/* Favorite List for single page */
	.qcopd-list-column.opd-column-1.qcld_favorite_column{
		width: 99%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column{
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column {
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column {
	  margin-right: 0px;
	  width: 100%;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column ul li {
	    width: 49%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column ul li {
	    width: 49%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column ul li {
	    width: 49%;
	  	margin-right: 1%;
	  	float: left;
		clear: none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 640px) {
	
	.sld-top-area .sld-half{
		width: 99%;
		padding: 0;
		margin: 0;
		display: inline-block;
	}

	.sld-half.sld-add {
	  margin-top: 10px;
	  text-align: left;
	}

	.qcopd-list-column.opd-column-1{
		width: 99%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-2{
		width: 99%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-3{
		width: 99%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 0%;
	  width: 99%;
	}



	/* Favorite List for single page */
	.qcopd-list-column.opd-column-1.qcld_favorite_column{
		width: 99%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column{
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column {
		width: 100%;
		margin-right: 0px;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column {
	  margin-right: 0px;
	  width: 100%;
	}

	.qcopd-list-column.opd-column-2.qcld_favorite_column ul li{
	    width: 100%;
	  	margin-right: 0px;
	  	float: left;
	}

	.qcopd-list-column.opd-column-3.qcld_favorite_column ul li {
	    width: 100%;
	  	margin-right: 0px;
	  	float: left;
	}

	.qcopd-list-column.opd-column-4.qcld_favorite_column ul li {
	    width: 100%;
	  	margin-right: 0px;
	  	float: left;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 480px) {
	

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
	
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}/*Common Style Part for All Templates*/
.html5tooltip-box{
  max-width:450px;
}
.sld-clearfix, .qcopd-list-wrapper{
  clear: both !important;
}

.qcopd-list-hoder, .qcopd-list-holder{
	width: 100%;
	clear: both;
}

.qcopd-list-column{
	display: inline-block;
	vertical-align: top;
	min-width: 22%;
}
.qcopd-list-column a{opacity:1 !important;}
.opd-column-1{
  width: 100%;
}

.opd-column-2{
  width: 45%;
}

.opd-column-3{
  width: 30%;
}

.opd-column-4{
  width: 23%;
}

/*Search Area*/
.sld-top-area.sld-border-bottom, .filter-area {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 6px 5px !important;
  width: unset !important;
}
.filter-area{
  background: #fff;
}
.sld-top-area .sld-half {
	width: 35%;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.sld-half.sld-add{
  text-align: left;
}
.bookmark-btn{
	cursor:pointer;
}
.bookmark-section{
	color: #f86960;
}
#live-search input {

  border: 1px solid #e9e9e9;
  font-size: 14px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}



.sld-top-area .sld-add-btn, .filter-btn {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-left: 1px;
  padding: 6px 8px;
  box-sizing:border-box;
  text-align: center;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff)";
	-moz-box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}
.sld-top-area .sld-add-btn {
	height: 45px;
	line-height: 32px;
	margin-right: 10px;
	width: 24%;
	text-transform: uppercase;
}
.sld-add-btn,
.button-link {
	position:relative;
	z-index:1
}
.sld-add-btn::before,
.button-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.sld-add-btn:hover,
.button-link:hover {
	color: #fff !important;
	border-color: #222;
    text-decoration: none;
}
.sld-add-btn,
.sld-add-btn::before,
.button-link,
.button-link::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.sld-add-btn:hover::before,
.button-link:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sld-half.sld-add {
	float: right;
	text-align: right;
	width: 65%;
}

.filter-btn:hover, .filter-active{
  border-color: #101010 !important;
  color: #333;
  outline: none;
 
}
.filter-active {
  font-weight:bold;
}

.filter-btn {
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none !important;
}

.opd-item-count, .opd-item-count-fil{
  font-size: 60%;
  opacity: 60%;
}

.qcopd-single-list ul{
  padding: 0 !important;
}

.qcopd-list-column a{
 text-decoration: none !important; 
}
.left-side-filter {
	border:none !important;
}

/*Widget*/
.widget-sld-list{
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}

.widget-sld-list li {
  list-style: outside none none;
  margin-bottom: 6px;
  position: relative;
  list-style-type: unset !important;
}

.widget-sld-list li a{
  text-decoration: none;
}

.widget-sld-list li a span{
  color: #848484;
  font-size: 80%;
}
.widget-sld-list li a .sld-widget-title{
  font-size: inherit;
}
.opening-bracket, .closing-bracket{
  color: #848484;
}

.widget-vcount, .widget-vcount .upvote-section{
  display: inline-block;
  color: #848484;
}

.widget-avatar {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 4px;
  width: 20px;
}
.widget-sld-list li:before{
	content:unset !important;
}

/*Upvote - Common*/
.qcopd-list-hoder .upvote-section {
  height: 50px !important;
}

.qcopd-list-hoder .upvote-btn {
  z-index: 805 !important;
  
}

.qcopd-list-hoder .upvote-count {
  z-index: 800 !important;
}

.qcopd-list-hoder .ca-menu li {
  position: relative;
  margin-left: 0 !important;
}

.cls-embed-btn, .cls-embed-btn i {
  line-height: 35px;
  text-transform: uppercase;
  vertical-align: top;
}


/*Advertisement*/
.advertise-block {
  padding: 15px !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.advertise-block {
  padding: 15px;
}

.advertise-block img{
  max-width: 100%;
  height: auto;
  float: none;
  margin-right: 10px;
}
.advertise-block a{color:#000}
/*03-15-17*/
.list-img.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}

.ca-icon.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}

.logo-icon.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}
.sld-add-btn .fa.fa-plus,
.button-link .fa.fa-share-alt {
  margin-left: 10px;
}

.qcopd-list-wrapper #sticky-wrapper{
    width: 248px !important;
    overflow: hidden;
}
.slick-initialized .slick-slide{text-align: center;}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {

	.button-link {	
		width: 30%;	
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:30%;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .filter-area-main{width:86%;margin:0 auto;}
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:30%;
	}
	.sld-top-area .sld-add-btn {
		margin-right:5px;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100%;
	}
	.left-side-filter {
	  background:#fff !important;
	  width: 100% !important;
	}
	.filter-area{position:relative !important;top:0px;}
    .qcopd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.sld-top-area .sld-half {
		width: 35%;
	}
	.sld-half.sld-add {
		width: 64%;
	}
	#live-search::after {	
		left: 86% !important;
	}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-area-main{width:86% !important;margin:0 auto;}
    .filter-area{position:relative !important;top:0px;}
    .qcopd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:31.3%;
	  margin-bottom:10px;
	}
	.sld-top-area .sld-half {
		width:100%;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100%;
	}
	.left-side-filter {
	  background:#fff !important;
	  width: 100% !important;
	}
	.sld-half {
		margin-bottom: 10px !important;
	}
	.sld-top-area.sld-border-bottom, .filter-area {
		border-bottom:none !important;
	}
	
	.left-side-filter {
	  display: none;
	}
	.sld_filter_mobile_view {
		display:block !important;
	}
	.modal-box {
		max-width: 100% !important;
		margin-left: 0 !important;
		left: 3px !important;
	}
	.ifram-sm {
		width: 50% !important;
	}
	
	

}
.filter-area-main{width:100%}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .html5tooltip-box{
      max-width:250px;
    }
    .filter-area-main{width:86%;margin:0 auto;}
    .filter-area{position:relative !important;top:0px;}
    .qcopd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.sld-top-area .sld-add-btn,
	.button-link	{
	  width:99% !important;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100%;
	}
	.left-side-filter {
	background:#fff !important;
	  width: 100% !important;
	}
	.sld-add-btn {
		margin-bottom:10px !important;
	}
	.sld-top-area.sld-border-bottom, .filter-area {
		border-bottom:none !important;
	}
	.sld-top-area .sld-half {
		width:100%;
	}
	.sld-half {
		margin-bottom: 10px !important;
	}
	.left-side-filter {
	  display: none;
	}
	.sld_filter_mobile_view {
		display:block !important;
	}
	.modal-box {
		max-width: 100% !important;
		margin-left: 0 !important;
		left: 3px !important;
	}
	.ifram-sm {
		width: 50% !important;
	}
	
	
}

.sld-top-area{overflow:hidden;margin-bottom: 15px;}

.sld_filter_mobile_view {
	display:none;
}

.html5tooltip-box{
    background-color:#260404 !important;
    color:#fff !important;
}
.sld_search_filter{
    border-color: #ccc !important;
    background-color: #fff !important;
}

.sld_search_filter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.sld_search_filter::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.sld_search_filter:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.sld_search_filter:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}


.cleanlogin-field-username::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}

.cleanlogin-field-password::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}


.button-link{
    text-decoration: none !important;
}
.sld-top-area .sld-add-btn{
    text-decoration: none !important;
}
.sld_load_more{
	text-align: center;
}

/*css3 animation for upvote*/

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

/*.sld_upvote_animation*/
.sld_upvote_animation:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
	z-index:999999;
    right: 14px;
    top: 12px;
	background:#BB2C2E;
    box-shadow: -38px 0px #f35b5c, -28px 8px #88bfc9,  -14px 35px #f35b5c, -4px 28px #88bfc9,  30px 32px #f35b5c, 28px 22px #88bfc9,  43px 0px #f35b5c, 35px -5px #88bfc9,  20px -30px #f35b5c, 10px -22px #88bfc9,  -18px -30px #f35b5c, -14px -22px #88bfc9;
    animation: 0.5s bang ease-out backwards, 0.5s linear dothide;
    opacity: 0;
    animation-delay: 0, 0.2s;
    animation-duration: 0.5s, 0.5s;
}

@keyframes dothide {
    0% {
        opacity: 1;
    }
	90%{
	 opacity: 1;
	}
    100% {
        opacity:1;
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}
#live-search:after{
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b0acac;
    font-size: 16px;
    padding-right: 0.5em;
    top: 10px;
    left: 92%;
    position: absolute;
    cursor: pointer;
}
.filter-area .slick-slider{
	    width: 95%;
    margin: 0 auto;
}
#live-search{position:relative}

.qcld_sld_category_list{}
.qcld_sld_category_list ul{}
.qcld_sld_category_list ul li{list-style:none;}

.sld_single_item_container{display: block;width: 100%;padding: 0px 7px;}
.sld_single_item_container h2{font-weight: bold;margin: 10px 0px;    clear: unset;}
.sld_single_content{width: 100%;overflow: hidden;align-items: center;justify-content: center; }
.sld_single_content {
    height: 400px;
    max-height: 700px;
    overflow-y: auto;
    padding-right: 5px;
}

.sld_single_content::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}

.sld_single_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sld_single_content::-webkit-scrollbar-thumb {
    background-color: #626262;
    border: 2px solid #555555;
}
.sld_single_left{width: 65%;float: left;padding-right: 15px;}

.sld_single_right{width: 35%;float: right;text-align: center;}
.sld_single_right .feature-image .fa-icon{font-size:100px;}
.sld_single_right .feature-image img{border-radius: 5px;}
.sld_resource_action{margin-top: 25px;}
.sld_single_button{margin-right: 40px; float:left; padding: 9px 25px;border: 1px solid #40b1b3;border-radius: 1.1em; font-size: 15px;line-height: 1;color: #40b1b3;}
.sld_single_button:hover{background:#40b1b3;color:#fff;}
.sld-social-title{display: block !important;
    margin: -8px -1px 0 0;
    color: #636262;}
.sld-nav-socials{
	display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	
}
.sld-nav-socials ul{display: -webkit-box;
display: -ms-flexbox;
display: flex;}
.sld-nav-socials ul li{list-style:none;}
.sld-nav-socials ul li a {
	display: flex;
	height: 2.4rem;
	width: 2.4rem;
	padding: .4rem;
	border: 1px solid #40b1b3;
	border-radius: 50%;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	margin: 0 3px;
	align-items: center;
	justify-content: center;
}
.sld_single_related_content .sld_single_related{padding: 0px;}
.sld_single_related_content h2{padding: 23px 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;}
.sld_single_related_content{display: block;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;}
.upvote-section-style-single{display: inline-block;
    margin-left: 25px;
    font-size: 16px;
    border-left: 1px solid #000;
    padding-left: 25px;position: relative;}
.sld-upvote-btn-single{cursor:pointer}
.sld_breadcrumb_last_child a:hover{text-decoration:none !important;}
.sld_breadcrumb_last_child a{color:#333 !important;cursor: context-menu;}




.sld-nav-socials ul li a i{font-size:16px; color:#40b1b3;}
.sld_single_breadcrumb{}
/* Style the list */
.sld_single_breadcrumb ul.sld_breadcrumb {
    padding: 5px 0px !important;
    list-style: none;
	display:inline-block;
    
}

/* Display list items side by side */
.sld_single_breadcrumb ul.sld_breadcrumb li {
    display: inline;
    font-size: 18px;
    text-transform: capitalize;
}

/* Add a slash symbol (/) before/behind each list item */
.sld_single_breadcrumb ul.sld_breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
.sld_single_breadcrumb ul.sld_breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
	font-size: 14px;
}

/* Add a color on mouse-over */
.sld_single_breadcrumb ul.sld_breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.sld_single_content .feature-image{
	font-size: 150px;
	}

.sld_single_content .sld_popup_top_part .feature-image{
	font-size: inherit;
	padding: 15px 15px 15px 15px;
}

.sld_single_content .sld_popup_top_part .feature-image img {
    max-width: 100%;
}
	
.sld_single_content .feature-image {
	border: 1px solid #eef0f8;
	margin-bottom: 20px;
}

.sld_single_content h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 36px;
	color: #333;
}
.sld_single_content h2::before {
	width: 80px;
	height: 2px;
	background: #2697fa;
	content: "";
	position: absolute;
	bottom: -4px;
}


.sld_single_content .feature-image:hover {
    -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
}
.sld_single_content p {
	font-size: 15px;
	line-height: 26px;
	margin: 10px 0;
	font-weight: normal;
}



.sld_single_content .feature-image img{
	max-width:98%;
}

.sld_single_item_container p{padding-bottom: 1em !important;}
.sld_single_content .feature-image {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background: #fff;
	border-radius:4px;
	padding: 15px;
}
.sld_single_content .feature-image {
    width: 300px;
}
.sld_popup_top_part {
    display: flex;
}
.sld_popup_content {
    padding: 0 25px;
    max-width: 620px;
}
.sld-mfp-mainclass .mfp-content {
    background: #fff;
    width: 50% !important;
    height: auto;
    padding: 50px;
	box-shadow: 0 0px 22px 13px #222;
	border-radius: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.mfp-content {
		width: 100% !important;
		padding: 5px !important;
	}
	.sld-mfp-mainclass .mfp-content {
		width: 100% !important;
		padding: 5px;

	}
	.sld_popup_top_part {
		display: block;
	}
	.sld_popup_content h2 {
		font-size: 20px;
	}
	.sld_single_button {
		float: none;
		margin-top: 6px;
		display: inline-block;
	}
	.sld_single_content .feature-image {
		width: 100%;
		text-align: center;
	}
	.sld_popup_content {
		margin-bottom: 30px;
	}
}

#sld_PopupPanel
{
    border: solid 1px #e2e2e2;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;
    height: 200px;
    margin-top: -100px;
    width: 360px;
    margin-left: -190px;
    padding: 16px;
    -webkit-box-shadow: -1px -1px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 28px 0px rgba(0,0,0,0.75);
}
.mfp-with-nopadding .mfp-content{padding:0 !important}
.sld_video iframe{width:100%;height:60%;}
.sld_video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .sld_video iframe, .sld_video object, .sld_video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.sld_2co_btn{    background: #11c979;
    border: 1px solid #0ac172;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;}
.mfp-with-2co .mfp-content{width: 300px !important;
    padding: 10px;}
.sld_2co_form{text-align:center;}
.sld_2co_form input{    padding: 4px;
    margin: 4px;
    text-align: center;}
.sld_2co_submit{    display: block;
    background: #6cd60e;
    border: 1px solid #60bf0c;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px !important;margin: 0 auto !important;}
.sld_2co_head{text-align: center;font-weight: bold;border-botton:1px solid #ddd;padding-bottom: 5px;margin-bottom: 5px;}

.sld_tag_filter{
background-color: transparent;
    border-color: #eaeaea;
    color: #999;
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-left: 1px;

    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff)";
    -moz-box-shadow: 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
    padding-right: 10px;
    padding-bottom: 6px;
}
.sld_tag_filter:hover, .sld_tag_filter-active {
    border-color: #101010;
    color: #333;
    outline: none;
}
.sld-tag-filter-area {
	position: relative;
	z-index: 99 !important;
	padding: 10px 0px !important;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 0 0 15px;
	color: #333;
	font-weight: bold;
}
	
.sld-filter-area {
	border-bottom: none;
}
.sld_widget_style{ width: 100%;
    padding: 10px;}
.sld_widget_style ul{}

.sld_widget_style h2 {
    margin-bottom: 25px;
    position: relative;
}
.sld_widget_style h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #6187f5;
    bottom: -6px;
}
.sld_widget_style {
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 20px 20px 0px 20px;
    margin-bottom: 50px;
	box-sizing:border-box;
}
.sld_widget_style ul li{
	list-style: none;
    display: inline-block;
    width: 100%;
}
.sld_widget_style .list-img {
    display: inline-block!important;
    float: none;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 15px;
}
.featured-section i {
    position: absolute;
    left: -10px;
    top: 17px;
    color: #3d7dfc;
}
.sld_total_items {
    position: absolute;
    background: #333;
    color: #fff;
    bottom: 13px;
    right: 13px;
    padding: 6px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;
}
.sld_total_lists {
    position: absolute;
    background: #333;
    color: #fff;
    bottom: 13px;
    left: 13px;
    padding: 6px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;
}
#sld_ajax_preloader {

    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 9998;
}
#sld_ajax_preloader > div {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sld_ajax_loader::before, .sld_ajax_loader::before {
    border-top-color: #4285f4 !important;
    border-bottom-color: #34a853 !important;
}
.sld_ajax_loader::after, .sld_ajax_loader::before, .sld_ajax_loader::after, .sld_ajax_loader::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border: solid 8px transparent;
    border-radius: 50%;
    -webkit-animation: wiggle 1.4s ease infinite;
    animation: wiggle 1.4s ease infinite;
}
.sld_ajax_loader, .sld_ajax_loader {
    height: 50px;
    width: 50px;
    position: relative;
}
.sld_ajax_loader::after, .sld_ajax_loader::after {
    border-left-color: #fbbc05 !important;
    border-right-color: #ea4335 !important;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes wiggle {
  0% {
	-webkit-transform: rotate(0deg) scale(1);
			transform: rotate(0deg) scale(1);
  }
  50% {
	-webkit-transform: rotate(180deg) scale(0.5);
			transform: rotate(180deg) scale(0.5);
  }
  100% {
	-webkit-transform: rotate(360deg) scale(1);
			transform: rotate(360deg) scale(1);
  }
}

@keyframes wiggle {
  0% {
	-webkit-transform: rotate(0deg) scale(1);
			transform: rotate(0deg) scale(1);
  }
  50% {
	-webkit-transform: rotate(180deg) scale(0.5);
			transform: rotate(180deg) scale(0.5);
  }
  100% {
	-webkit-transform: rotate(360deg) scale(1);
			transform: rotate(360deg) scale(1);
  }
}

@media all and (max-width: 1200px) and (min-width: 991px) {
.sld_dashboard_main_area{
    overflow:unset !important;
}
article .entry-content{
overflow:unset !important;    
}
}
.sld_internal_link{padding:0px !important;display: inline !important;}


.mfp-content{background: #fff;
    width: 60% !important;
    height: auto;
    }
.mfp-close{}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {

  .mfp-content{background: #fff;
    width: 75% !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .mfp-content{background: #fff;
    width: 75% !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-content{background: #fff;
    width: 95% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .mfp-content{background: #fff;
    width: 100% !important;
    }
  
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mfp-content{
    width:100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .mfp-content{
    width:100% !important;
  }
}
.mfp-close{background: #fff !important;opacity: 1 !important;}
.mfp-close:active {
    top: -17px !important;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
  position: absolute;
    top: -17px;
    right: -17px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 9px;
}
.mfp-close-btn-in .mfp-close:hover{
  background:#fff !important;
}
.mfp-wrap .mfp-container button:hover {
   background: #fff !important;
}

.qcld_sld_ajax_loader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    background: rgba(10, 10, 10, 0.4);
    justify-content: center;
    align-items: center;
}
.qcld_sld_ajax_loader_image img{
  display: block;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}
.qc-sld-d-none{
  display: none;
}

.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}
.sld-page-numbers-container {
    margin: 30px 0 30px 0;
    text-align: center;
    overflow: hidden;
}
.sld-page-numbers-item .page-numbers{
  text-decoration: none;
}

.sld_tag_filter_dropdown_mobile{
  display: none;
}
.sld-filter-area-select-mobile{
  display: none;
}
.sld-filter-area-select-mobile{
  margin-top: 10px;
}
.widget-sld-list li a span.icon {
    font-size: 20px;
}

@media only screen and (max-width: 768px){
  .sld-filter-area.sld-desktop-list-filter-enable{
    display: block;
  }

  .filter-area.sld-mobile-list-filter-enable,
  .sld-filter-area-select-mobile + .filter-area,
  .sld-filter-area-select-mobile + .filter-area-main{
    display: none;
  }
  .sld-filter-area-select-mobile{
    display: block;
  }
  .sld_tag_filter_dropdown_mobile{
    display: block;
  } 
  .sld-tag-filter-hide-mobile,
  .sld-filter-area-select-desktop{
    display: none;
  }
}

form.styled.sld_search_filter_clear_wrap {
  position: relative;
}
.sld_search_filter_clear{
	text-decoration: inherit;
  color: #b0acac;
  font-size: 16px !important;
  padding-right: 0.5em;
  top: 13px;
  left: 92%;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}

#live-search.sld_search_filter_clear_wrap:after{
    content: "";
    
}


        		
.styled .qc_submit_btn {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 15px;
    font-size: 15px;
    vertical-align: middle;
    color: #333;
    background: #ddd;
    width: 20px;
    height: 20px;
    background: transparent;
    position: relative;
    left: -22px;
    cursor: pointer;
    z-index: 99;
    border:0px solid transparent;
}
.styled p {
    display: inline-block;
}

.qc-sld-d-none{display: none;}


/* filter css for carusel */
.filter-area-main .filter-area {

    position: relative;
}

.filter-area-main .slick-prev::before, .filter-area-main .slick-next::before {
    color: #489fdf;
}

.filter-area-main .slick-prev, .filter-area-main .slick-next {
    transform: translate(0px, -80%);
}

.filter-area {
    position: relative;
}

.filter-area .slick-prev::before, .filter-area .slick-next::before {
    color: #489fdf;
}

.filter-area .slick-prev, .filter-area .slick-next {
    transform: translate(0px, -80%);
}

#pw-status-query-submit {
	float: right;
	margin: 2px 0 0 5px;
}

.sld_dashboard_main_area .sld_offline_submit,    
.sld_dashboard_main_area .sld_mollie_submit{    
	background: #0274be;
    border: 1px solid #0274be;
    padding: 10px 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}