/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */

@font-face {
	font-family:'Quicksand-Regular';
	src: url('Quicksand-Regular_gdi.eot');
	src: url('Quicksand-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('Quicksand-Regular_gdi.woff') format('woff'),
		url('Quicksand-Regular_gdi.ttf') format('truetype'),
		url('Quicksand-Regular_gdi.svg#Quicksand-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}

.two-dim-slider .play-button .play-button-icon {
  display: none !important;
}
.two-dim-slider .play-button
{
    width: 100px !important;
    opacity: 1;
    height: 100px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    zoom: 1;
    background: url(/wp-content/uploads/2015/07/Play_button_big.png) !important;
    background-size: 100% 100% !important;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;

}
.two-dim-slider .play-button:hover
{opacity: 1 !important;
  background-color: transparent !important;
  webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;

}
.two-dim-slider a.play-button-container:hover
{opacity: 1 !important;
}
/*#main-slider > div.slider-wrapper.grab-cursor > div > div.block.center:hover > div > a.play-button-container {
  opacity: 1 !important;
  background-color: transparent !important;
  webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
      -webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#main-slider > div.slider-wrapper.grab-cursor > div > div.block.center > div > a.play-button-container{
    -webkit-transition: all 0.7s ease;
transition: all 0.7s ease;

}
#main-slider > div.slider-wrapper > div > div.block.center:hover > div > a.play-button-container {
  opacity: 1 !important;
  background-color: transparent !important;
  webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
    -webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}*/