div.c2c {
    top: 50%;
    left: 105px;
    position: absolute;
}

div.c2c .c2c_call_button {
  width: 290px;
  height: 52px;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: drop-shadow(4px 4px 4px #666);
  filter: drop-shadow(4px 4px 4px #666);
}

div.c2c .c2c_call_button strong {
  letter-spacing: 1px;
  font-size: 22px;
}

div.c2c .c2c_call_button:hover {
  color: #FFFFFF;
}

div.c2c .c2c_call_button:active {
  color: #FFFFFF;
}

div.c2c .c2c_hangup_button {
  width: 290px;
  height: 52px;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: drop-shadow(4px 4px 4px #666);
  filter: drop-shadow(4px 4px 4px #666);
}

div.c2c .c2c_hangup_button strong {
  letter-spacing: 1px;
  font-size: 22px;
}

div.c2c .c2c_hangup_button:hover {
  color: #FFFFFF;
}

div.c2c .c2c_hangup_button:active {
  color: #FFFFFF;
}
div.c2c .c2c_no_mic_button {
  width: 290px;
  height: 52px;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: drop-shadow(4px 4px 4px #666);
  filter: drop-shadow(4px 4px 4px #666);
}

div.c2c.ru .c2c_call_button {
  background:url(../images/ru/button_call_ru.png) 0 0;
}

div.c2c.ru .c2c_call_button:hover {
  background:url(../images/ru/button_call_ru.png) 0 0;
}

div.c2c.ru .c2c_call_button:active {
  background:url(../images/ru/button_call_ru.png) 0 0;
}

div.c2c.ru .c2c_hangup_button {
   background:url(../images/ru/button_endcall_ru.png) 0 0;
}

div.c2c.ru .c2c_hangup_button:hover {
  background:url(../images/ru/button_endcall_ru.png) 0 0;
}

div.c2c.ru .c2c_hangup_button:active {
  background:url(../images/ru/button_endcall_ru.png) 0 0;
}

div.c2c.ru .c2c_no_mic_button {
  background:url(../images/ru/button_noheadphones_ru.png) 0 0;
}


div.c2c.en .c2c_call_button {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.en .c2c_call_button:hover {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.en .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.en .c2c_hangup_button {
   background:url(../images/en/button_endcall_en.png) 0 0;
}

div.c2c.en .c2c_hangup_button:hover {
  background:url(../images/en/button_endcall_en.png) 0 0;
}

div.c2c.en .c2c_hangup_button:active {
  background:url(../images/en/button_endcall_en.png) 0 0;
}

div.c2c.en .c2c_no_mic_button {
  background:url(../images/en/button_noheadphones_en.png) 0 0;
}


div.c2c.de .c2c_call_button {
  background:url(../images/de/button_call_de.png) 0 0;
}

div.c2c.de .c2c_call_button:hover {
  background:url(../images/de/button_call_de.png) 0 0;
}

div.c2c.de .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.de .c2c_hangup_button {
   background:url(../images/de/button_endcall_de.png) 0 0;
}

div.c2c.de .c2c_hangup_button:hover {
  background:url(../images/de/button_endcall_de.png) 0 0;
}

div.c2c.de .c2c_hangup_button:active {
  background:url(../images/de/button_endcall_de.png) 0 0;
}

div.c2c.de .c2c_no_mic_button {
  background:url(../images/de/button_noheadphones_de.png) 0 0;
}

div.c2c.fr .c2c_call_button {
  background:url(../images/fr/button_call_fr.png) 0 0;
}

div.c2c.fr .c2c_call_button:hover {
  background:url(../images/fr/button_call_fr.png) 0 0;
}

div.c2c.fr .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.fr .c2c_hangup_button {
   background:url(../images/fr/button_endcall_fr.png) 0 0;
}

div.c2c.fr .c2c_hangup_button:hover {
  background:url(../images/fr/button_endcall_fr.png) 0 0;
}

div.c2c.fr .c2c_hangup_button:active {
  background:url(../images/fr/button_endcall_fr.png) 0 0;
}

div.c2c.fr .c2c_no_mic_button {
  background:url(../images/fr/button_noheadphones_fr.png) 0 0;
}

div.c2c.it .c2c_call_button {
  background:url(../images/it/button_call_it.png) 0 0;
}

div.c2c.it .c2c_call_button:hover {
  background:url(../images/it/button_call_it.png) 0 0;
}

div.c2c.it .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.it .c2c_hangup_button {
   background:url(../images/it/button_endcall_it.png) 0 0;
}

div.c2c.it .c2c_hangup_button:hover {
  background:url(../images/it/button_endcall_it.png) 0 0;
}

div.c2c.it .c2c_hangup_button:active {
  background:url(../images/it/button_endcall_it.png) 0 0;
}

div.c2c.it .c2c_no_mic_button {
  background:url(../images/it/button_noheadphones_it.png) 0 0;
}

div.c2c.es .c2c_call_button {
  background:url(../images/es/button_call_es.png) 0 0;
}

div.c2c.es .c2c_call_button:hover {
  background:url(../images/es/button_call_es.png) 0 0;
}

div.c2c.es .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.es .c2c_hangup_button {
   background:url(../images/es/button_endcall_es.png) 0 0;
}

div.c2c.es .c2c_hangup_button:hover {
  background:url(../images/es/button_endcall_es.png) 0 0;
}

div.c2c.es .c2c_hangup_button:active {
  background:url(../images/es/button_endcall_es.png) 0 0;
}

div.c2c.es .c2c_no_mic_button {
  background:url(../images/es/button_noheadphones_es.png) 0 0;
}

div.c2c.ja .c2c_call_button {
  background:url(../images/ja/button_call_ja.png) 0 0;
}

div.c2c.ja .c2c_call_button:hover {
  background:url(../images/ja/button_call_ja.png) 0 0;
}

div.c2c.ja .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.ja .c2c_hangup_button {
   background:url(../images/ja/button_endcall_ja.png) 0 0;
}

div.c2c.ja .c2c_hangup_button:hover {
  background:url(../images/ja/button_endcall_ja.png) 0 0;
}

div.c2c.ja .c2c_hangup_button:active {
  background:url(../images/ja/button_endcall_ja.png) 0 0;
}

div.c2c.ja .c2c_no_mic_button {
  background:url(../images/ja/button_noheadphones_ja.png) 0 0;
}

div.c2c.zh .c2c_call_button {
  background:url(../images/zh/button_call_zh.png) 0 0;
}

div.c2c.zh .c2c_call_button:hover {
  background:url(../images/zh/button_call_zh.png) 0 0;
}

div.c2c.zh .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.zh .c2c_hangup_button {
   background:url(../images/zh/button_endcall_zh.png) 0 0;
}

div.c2c.zh .c2c_hangup_button:hover {
  background:url(../images/zh/button_endcall_zh.png) 0 0;
}

div.c2c.zh .c2c_hangup_button:active {
  background:url(../images/zh/button_endcall_zh.png) 0 0;
}

div.c2c.zh .c2c_no_mic_button {
  background:url(../images/zh/button_noheadphones_zh.png) 0 0;
}

div.c2c.ko .c2c_call_button {
  background:url(../images/ko/button_call_ko.png) 0 0;
}

div.c2c.ko .c2c_call_button:hover {
  background:url(../images/ko/button_call_ko.png) 0 0;
}

div.c2c.ko .c2c_call_button:active {
  background:url(../images/en/button_call_en.png) 0 0;
}

div.c2c.ko .c2c_hangup_button {
   background:url(../images/ko/button_endcall_ko.png) 0 0;
}

div.c2c.ko .c2c_hangup_button:hover {
  background:url(../images/ko/button_endcall_ko.png) 0 0;
}

div.c2c.ko .c2c_hangup_button:active {
  background:url(../images/ko/button_endcall_ko.png) 0 0;
}

div.c2c.ko .c2c_no_mic_button {
  background:url(../images/ko/button_noheadphones_ko.png) 0 0;
}
