@media (max-width: 360px) { 
	.quote-image {
		width: 50px;
		height: 70px;
		margin: 10px;
	}
	.hide-mobile {
		display: none;
	}
}

@media (max-width: 939) { 
	.hide-mobile {
		display: none;
	}
}

@media only screen and (max-width: 75em) {
	.alignleft.quote-image, .aligncenter.quote-image, .alignright.quote-image {
		width: 50px;
		height: 70px;
		margin: 10px;
	}
}

.header {
	z-index: 4000;
}

.menu-item-space-around {
  margin-left: 40px!important;
}

/* Contact form */

.contact-form.commentsblock select {
	width: 300px;
  max-width: 98%;
  margin-bottom: 13px;
}

/* For apps page */

.img-best-case {
  padding: .9375rem;
  min-height: 200px;
}

.img-best-case div {
	background-size: cover!important
}

.for-apps-icon {
		max-width: 100px;
		margin: auto;
	}

.mini-text {
	min-height:410px;
}

/* For brands page */

.button-play-for-brands {
	text-align: center;
  bottom: 20%;
  position: absolute;
}

.button-play-for-brands .playing {
	display: none;
}

/* Footer */

#footer a:hover {
	text-decoration: underline;
}

/* Right bar */
#bar-right {
  cursor: context-menu;
}

/* Home page */
#follow-our-lead .post.blog-style7.alt .post-gallery {
	opacity: 1;
}

#follow-our-lead .post.blog-style7.alt .post-gallery div {
	opacity: 0.4;
	transition: opacity 0.5s;
}

#follow-our-lead .post.blog-style7.alt:hover .post-gallery div {
	opacity: 1;
}

#follow-our-lead .post.blog-style7.alt .post-title a,
#follow-our-lead .post.blog-style7.alt .post-meta,
#follow-our-lead .post.blog-style7.alt .more-link {
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,0.35) 1px 1px 2px
}

#follow-our-lead .post.blog-style7.alt .post-title a:hover,
#follow-our-lead .post.blog-style7.alt .more-link:hover {
	text-decoration: underline;
}

.home .home-title,
.home .thb_video_bg a {
	text-shadow: rgba(0,0,0,0.35) 1px 1px 1px!important;
}

/* For apps */
.three-strategies h5:nth-of-type(2) {
	border-bottom: 1px solid;
	padding-bottom: 20px;
}

.carrousel-for-apps .vc_carousel-control {
	opacity: 1!important;
}

.carrousel-for-apps .vc_carousel-control .icon-prev,
.carrousel-for-apps .vc_carousel-control .icon-next {
	border: 2px solid white;
  border-radius: 50%;
  color: white;
  opacity: 1;
	background: rgba(255,255,255,0.3)
}

.carrousel-for-apps .vc_carousel-indicators li {
	background-color: rgba(255,255,255, 0.7)!important;
	border-color: #FFFFFF!important;
}

.carrousel-for-apps .vc_carousel-indicators li.vc_active {
	background-color: transparent!important;
}

/*.vc_item,
.vc_inner {
	height: auto!important;
}

.carrousel-for-apps .vc_inner img {
	width: 100%!important;
}*/

/* Who we are */
.awards-list {
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}

.who-we-are-testimonial p {
	color: #151515;
}

.who-we-are-testimonial blockquote p {
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	padding: 0 60px;
	color: #636363;
}

/* Mobile menu */

.style2 .mobile-menu>li>a:before {
    top: 70%;
    height: 5%;
}

/* Loading */
.pace {
	margin:0!important;
}

/* Btn switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 10px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.switch input:checked+.slider {
  background-color: #112C3D;
}
.switch input:checked+.slider:before {
  left: 30px;
}

.targeting-switch-button span {
	position: relative;
  top: -18px;
}