@font-face {
	font-family: 'Muller-Bold';
	src: url('fonts/muller-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/muller-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('fonts/muller-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/muller-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/muller-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/muller-bold.svg#muller-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Muller-Regular';
	src: url('fonts/muller-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/muller-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('fonts/muller-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/muller-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/muller-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/muller-regular.svg#muller-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'GetVoIP Grotesque Italic';
	src: url('fonts/getvoip_grotesque_italic.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/getvoip_grotesque_italic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('fonts/getvoip_grotesque_italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/getvoip_grotesque_italic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/getvoip_grotesque_italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/getvoip_grotesque_italic.svg#getvoip_grotesque_italic') format('svg'); /* Chrome < 4, Legacy iOS */
}

    @font-face {
    font-family: 'Myriad Web Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Web Pro'), url('Myriad Web Pro.woff') format('woff');
    }


    @font-face {
    font-family: 'Myriad Web Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Web Pro'), url('myriad-web-pro.woff') format('woff');
    }


    @font-face {
    font-family: 'MyriadWebPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadWebPro-Bold'), url('myriadwebpro-bold.woff') format('woff');
    }


    @font-face {
    font-family: 'MyriadWebPro-CondensedItalic';
    font-style: normal;
    font-weight: normal;
    src: local('MyriadWebPro-CondensedItalic'), url('myriadwebpro-condenseditalic.woff') format('woff');
    }


.font-Mar
{
    font-family: 'Myriad Web Pro';
}

.font-GetVoIP
{
    	font-family: 'GetVoIP Grotesque Italic';
}
  .rad
  {
    border-radius: 40px !important
  }

.rul
{
  background-image:url(../images/rul.png) ;
background-repeat: no-repeat;
  background-position: right bottom;
}

.bg_red
{
   background: rgb(back  rgba(217, 0, 167, 1.0));
background: linear-gradient(90deg,  rgba(217, 0, 167, 1.0) 0%,   rgba(217, 0, 167, 1.0) 60%, rgba(217, 0, 167, 0) 100%);
background-repeat: no-repeat;

}

.bg_gray2
{
   background-color: rgba(51, 51, 51, 0.8) !important
}

.bg_gray
{
  background: #333333 !important
}
 .bg
 {
   background: url(../images/bg.jpg) no-repeat top;
   background-size: cover;
 }

.color_grey2
{
  color:#E2E2E2 !important;
}

.color_grey
{
color:  #959595 !important;
}



.mainlider
{
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.text-green2
{
  color: #94E028 !important;
}

.text-red2
{
color: #D900A7 !important;
}

.dots2
{
  background: url(../images/dots2.png) repeat-y;
  background-position: right 0px;
}

.dots
{
  background: url(../images/dots.png) repeat-x;

}

.greenbutton
{
  background: rgb(136,194,63);
background: linear-gradient(90deg, rgba(136,194,63,1) 0%, rgba(136,194,63,1) 60%, rgba(136,194,63,0) 100%);
background-repeat: no-repeat;
}

.playblock
{
  position: relative;
}

.playblock .play
{
    background: url(../images/play.png) 50% 50%;
        background-size:30%;
   height: 100%;
   width:100%;
 display: block;
  top: 0px;
  position: absolute;
  background-repeat: no-repeat;

}
.video_pic
{
  transition: all ease 0.5s;
  filter: contrast(40%);
}
.video_pic:hover   , .playblock:hover .video_pic
{
  filter: contrast(100%);
}
.lady
{
  position: absolute;bottom:15%;left:0px
}

.play2:before
{
  background: url(../images/play2.png) no-repeat;
  background-size: contain;
  content:'';
  position: absolute;
  margin-left:-35px;
  height:30px;
  width:30px;
  display:block;
  margin-top:4px;

}
.play3:before
{
  background: url(../images/play3.png) no-repeat;
  background-size: contain;
  content:'';
  position: absolute;
  margin-left:-30px;
  height:15px;
  width:15px;
  display:block;
  margin-top:15px;

}

@media (orientation: portrait) {
  .lady
{
  position: relative;
}

  }
@media screen and (min-width:0px) and (max-width:700px) {
.topbuttons
{
  font-size:12px !important;
}
.dots2_none
{
  background: none !important
}

.org
{
  font-size: 14px
}
}

