@media (min-width: 768px) {
  .col-sm-offset-0-2 {
      margin-left: 4.16%;
  }
}

.bordered-social {
    border: 1px solid white;
    border-radius: 10%;
    height: 30px;
    width: 30px;
}

.bordered-social:hover {
    border: 1px solid white;
    background-color: white;
}

.verticalAlignParent {
    display: table;
}

.verticalAlignChild {
    display: table-cell !important;
    vertical-align: middle;
}

.footer-social {
    display: inline-block;
    margin-left: 15px;
}

.bottomButtonDivs:hover {
    color: #000 !important;
}

.bottomButtons {
    color: inherit;
    font-weight:700;
}

#subscribe .btn-black:hover {
    color: #fff !important;
    font-weight:700;
}

.pointyCursor {
    cursor: pointer;
}

.videoWrapper {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#demo-hero-4 {
    background-position: center center;
}

#brandJumbotron {
    background-position: center center;
}

#influencerJumbo {
    background-position: center center;
}

#runningCampaigns .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#runningCampaigns .campaignsPageImg {
    height: 250px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #runningCampaigns .galleryItem.last {
        display: none;
    }
}

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

.fixed-phone-height-width{
    height: 683px;
    width: 334px;
}

#influencersList .tab-content>.active {
	display: inline-block !important;
}

@media (max-width: 599px) {
	
	#influencersList .col-xxs-12 {
		width: 100%;
	}
	
	#influencersList .hidden-xxs {
		display: none !important;
	}

}

@media (min-width: 768px) {
	#influencersList .gallery {
		height: 640px;
	}
}

@media (max-width: 767px) {
	#influencersList .gallery {
		height: 960px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#influencersList .gallery {
		height: 640px;
	}
}

#influencersList .gallery .gallery-item {
	height: 320px;
}

#influencersList .ar-2-1 {
	position: static;
}

#influencersList #influencer-list-header li.active a {
	color: #000 !important;
	font-weight: bold;
}

#influencersList .tab-pane [data-pages-bg-image] {
	display: none;
}

#influencersList .tab-pane.active [data-pages-bg-image] {
	display: block;
}

#influencersList .bg-overlay {
	background-color: black;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all .3s ease;
}

#influencersList .bg-image-influencer {
	background-size: cover;
	transition: all .3s ease;
	cursor: pointer;
}

#influencersList .hover-zoom:hover .bg-overlay {
	opacity: 0.3;
}

#influencersList .hover-zoom:hover .bg-image-influencer {
	transform: scale(1.1);
}

.sideHoriontalLineParent {
		width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 30px 0px 20px 0px;
}

.sideHoriontalLineChild  {
    background:#fff;
    padding:0 10px;
}

.linkyTextColor {
    color: #48b0f7;
}

#sfRoundupModal .modal-content .close {
		position: absolute; 
		top: 0px; 
		right: 0px; 
		z-index: 20; 
		opacity:0.8;
	  color: #FFF;
}

#sfRoundupModal .modal-dialog {
	  width: 300px;
	  margin: 0 auto;
}

#honorContestOuter .fileContainer {
    overflow: hidden;
    position: relative;
}

#honorContestOuter .fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

#honorContestOuter input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 3.8px 0;
}
#honorContestOuter input[type=range]:focus {
  outline: none;
}
#honorContestOuter input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #6d5cae;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
#honorContestOuter input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
#honorContestOuter input[type=range]:focus::-webkit-slider-runnable-track {
  background: #7c6db6;
}
#honorContestOuter input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #6d5cae;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
#honorContestOuter input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
#honorContestOuter input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#honorContestOuter input[type=range]::-ms-fill-lower {
  background: #6150a1;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#honorContestOuter input[type=range]::-ms-fill-upper {
  background: #6d5cae;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#honorContestOuter input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}
#honorContestOuter input[type=range]:focus::-ms-fill-lower {
  background: #6d5cae;
}
#honorContestOuter input[type=range]:focus::-ms-fill-upper {
  background: #7c6db6;
}
.pace .pace-activity {
  top: 73px;
  background: url('/static/pages/img/progress/progress-circle-success.svg') no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  width: 28px;
  height: 40px;
  right: 19px;
  left: auto;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@media (min-width: 768px) {
		.btn-sm-participate {
				padding: 3px 15px 3px 15px !important;	
		}
		.m-t-sm-5 {
				margin-top: 5px !important;
		}
		.m-t-sm-10 {
				margin-top: 10px !important;
		}
		.m-t-sm-15 {
				margin-top: 15px !important;
		}
		.m-t-sm-20 {
				margin-top: 20px !important;
		}
}