#primary-menu ul li > a {
    font-size: 16px !important;
}

#top-search a, #top-cart > a, #side-panel-trigger a, #top-account a {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
}


#voirnosrea .button.button-border {
  font-size: 18px;
  background: #61c2ad !important;
  color: white !important;
}

#voirnosrea .button.button-border:hover {
  background: white !important;
  color: #61c2ad !important;
}


.contact-widget:before {
  position: absolute;
  top: 50;
  left: 0;
  margin-left: -150px;
  content:url(/images/logo-play.png);
}


.vm-h2 {
	font-size: 70px;
  margin: 30px 0px;
}

.vm-h2-left {
  text-align: left;
}

.vm-h2-center {
  text-align: center;
}

.vm-white {
	color: #ffffff !important;
}

.vm-green {
	color: #61c2ad;
}

.vm-services {
  margin-bottom: 10px;
}
.vm-services img {
  width: 100px;
}

.vm-play {
  margin-bottom: 10px;
}
.vm-play img {
  width: 100px;
}

.owl-stage-outer {
	background-color: #61c2ad;
}

.vm-mute {
		right: 50px;
    position: absolute;
    bottom: 10px;
}

.big-video-button {
    width: 40px !important;
    height: 40px !important;
		line-height: 40px !important;
}

.vertical-middle .button.button-border {
    font-size: 18px !important;
}


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

@media (max-width: 800px) {
	.vm-mute {
		display: none !important;
	}
}

@media (max-width: 479px) {

  .vm-h2 {
  	font-size: 40px;
  }

	.container.vd-clients {
	    width: auto !important;
	}
	.container.vd-clients img {
	    width: 80px !important;
	}
	.container.vd-clients .col-sm-6 {
	    width: 33% !important;
			float: left !important;
	}

	.vm-mute {
		display: none !important;
	}

}
