@keyframes FadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

@keyframes ellipsis {
    to {
        width: 1.25em;    
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;    
    }
}

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@font-face {
    font-family: Antonio-Light;
    src: url(/rtc/fonts/Antonio-Light.ttf);
}

@font-face {
    font-family: Antonio-Regular;
    src: url(/rtc/fonts/Antonio-Regular.ttf);
}

@font-face {
    font-family: Antonio-Bold;
    src: url(/rtc/fonts/Antonio-Bold.ttf);
}

input[type="text"]#text_input::placeholder {
    color: black;
    font-style: italic;
}

input[type="text"]::placeholder {
    opacity:1
}

input[type="text2"]::placeholder {
    color: black;
    font-style: italic;
    opacity:1
}

textarea[type="text2"]::placeholder {
    color: black;
    font-style: italic;
    opacity:1
}

#calling3{
    font-family: Antonio-Bold;
    font-size: 200%;
}

#calling4 {
    animation-name: FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate;
}

.ellipsis-anim span {
    opacity: 0;
    -webkit-animation: ellipsis-dot 1s infinite;
    animation: ellipsis-dot 1s infinite;
}

.ellipsis-anim span:nth-child(1) {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}
.ellipsis-anim span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.ellipsis-anim span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

body {
    font-family: Arial, Open Sans,Trebuchet MS,Verdana;
    font-size: 10pt;
    background-color: #ececec;
    padding: 15px 20px 20px 20px;
}

a:-webkit-any-link {
    text-decoration: none;
    color:white;
}

a:-moz-any-link {
    text-decoration: none;
    color:white;
}

a:hover {
    text-decoration: none;
    color:white;
}

a {
    font-family: Antonio-Bold;
    color:white;
}

a:focus{
    border: none;
    outline: none;
}

.led-red {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #f83434;
    border-radius: 50%;
    box-shadow: transparent 0 -1px 5px 1px, inset #600 0 -1px 6px, #777 0 1px 3px;
}

.led-orange {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: orange;
    border-radius: 50%;
    box-shadow: transparent 0 -1px 5px 1px, inset #660 0 -1px 6px, #777 0 1px 3px;
}

.led-green {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #33c60f;
    border-radius: 50%;
    box-shadow: transparent 0 -1px 5px 1px, inset #460 0 -1px 6px, #777 0 1px 3px;
}

.led-dark-gray {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #ccc;
    border-radius: 50%;
    box-shadow: transparent 0 -1px 5px 1px, inset #4f4f4f 0 -1px 6px, #777 0 1px 3px;
}

.led-grey {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #ccc;
    border-radius: 50%;
    box-shadow: transparent 0 -1px 5px 1px, inset #bbb 0 -1px 6px, #777 0 1px 3px;
}

#header img {
    float:right;
    height: 45px;
    padding-bottom: 17px;
}

.header_icons {
    margin-left: 5px;    
    cursor: pointer;
}

#header3 img {
    float: right;
    height: 35px;
    padding-bottom: 14px;
}

#logo3 {
    padding: 0;
}
    
#main{
    background-color: white;
}

#main3 {
    background-color:white;
    padding-top: 20px;
    padding-bottom: 15px;
}

#Close_btn {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 20px;
    right: 30px;
    margin-top: 10px;
    display: none;
}

#pic {
    padding-left: 50px;
}

#image {
    background: white;
    position: relative;
    top: -15px;
    box-shadow: 0 13px 23px -12px black;
    border: 9px solid white;
    overflow: hidden;
}

#image > img{
    height: 100%;
    margin-left: -8%;
}

#profile{
    padding-right: 0px;
}

#contactpage {
    font-family: Antonio-Regular;
    padding-top: 20px;
    font-size: 190%;
    color: #000;
    line-height: 1;
}

#name {
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 400%;
    font-family: Antonio-Bold;
}

#job {
    font-family: Antonio-Light;
    text-transform: uppercase;
    font-size: 190%;
}

#horizontalbar {
    left:15px;
    height: 5px;
    background-color: #adff2f;
}

.info {
    font-size: 120%;
    padding: 10px 3px 10px 0px;
    font-family: Verdana;
    word-wrap: break-word;
}

.info > img {
    width: 19px;
    padding-right: 3px;
}

#end_ucoip{
    padding: 0;
    min-width: 193px;
    padding-left: 10px;
    font-size: 135%;
}

#mail {
    font-style: normal;
}

#social {
    padding: 0px 20px 5px 0;
    font-style: italic;
}

#social span {
    padding-right: 5px;
    line-height: 20px;
}

#social img {
    cursor: pointer;
}

#footer {
    background-color: white;
    font-weight: bold;
    height: 170px;
}

#footer_call{
    background: radial-gradient(ellipse, #4d93d5, #5697d4, #4b7fb0);
}

#footer_webrtc{
    background: radial-gradient(ellipse, #8b4513, #8f4f21, #75421d);
}

#footer_chat{
    background: radial-gradient(ellipse, #aad400, #acd211, #9ec015);
}

#footer_mail{
    background: radial-gradient(ellipse, #2ca02c, #36a336, #358e35);
}

#footer_call, #footer_chat, #footer_webrtc, #footer_mail{
    padding: 0px;
    height: 150px;
    width: calc(100% - 7px);
}

.footer_container{
    padding: 0px;
}

.icon {
    height: 124px;
    cursor: pointer;
}

.icon > a > img {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#footer .legend {
    font-size: 140%;
    background-color: rgba(55, 55, 55, 0.2);
}

#footer label {
    font-size: 100%;
}

.form-group {
    margin-bottom: 5px;
}

.submit1 {
    margin-top: 3px;
    float: left;
}

.submit2 {
    margin-top: 13px;
    float: left;
}

.submit1 > a > img {
    margin-left: -25px;
    width: 100%;
}

#submit_icon{
    border: 1px solid transparent;
    background-color: transparent;
    margin-left: -20px;
    outline: none;
}

.submit_text{
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: white;
    font-family: Antonio-Bold;
    font-size: 250%;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 0px 50px;
    outline: none;
}

#submit_text_endcall{
    font-size: 256%;
    text-transform: none;    
    border: 1px solid transparent;
    padding: 10px 0;
    width: 83%;
}

#submit_text_endcall > p {
    margin:0;
}

#horizontalbar_call {
    text-align: center;
    margin: 0 auto;
    height: 2px;
    background-color: #000000;
    width: calc(100% - 175px);
}

#timer {
    text-align: center;
    padding-top: 25px;
    font-family: Antonio-Bold;
    font-size: 280%;
}

.control-label-ucoip {
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: right;
   padding-top:0px; 
}

.shadow-arch-edges {
    position: relative;
    box-shadow: 0 16px 17px -19px hsla(0, 0%, 0%, 1);
}

.shadow-arch-edges:before, .shadow-arch-edges:after {
    position: absolute;
    content: "";
    width: 45%;
    bottom: 9px;
    box-shadow: 0 0 26px 17px hsla(0, 0%, 0%, .5);
    z-index: -10;
    opacity: 0.6;
}

.shadow-arch-edges:before {
    left: 30px;
    transform: skewY(-5.0deg);
}

.shadow-arch-edges:after{
    right: 30px;
    transform: skewY(5.0deg);
}

#header2 img {
    height: 19px;
    padding-left: 25px;
}

#imglogo2 {
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 10px;
    width: 162px;
}

#image2 {
    background: white;
    position: relative;
    box-shadow: 0 3px 7px -2px black;
    border-radius: 50%;
    border: 6px solid white;
    overflow: hidden;
    height: 110px;
    width: 110px;
    margin: 0 auto;
}

#image2 > img{
    width: 100%;
    height: 100%;
}

.msg {
    margin-top: 10px;
}

.msg p {
    font-family: Antonio-Bold;
    font-size: 200%;
    margin: 0;
}

.msg h5 {
    font-family: Antonio-Bold;
    font-size: 160%;
    margin-top: 5px;
}

#username h5 {
    font-size: 150%;
    margin-top: 3px;
    font-family: Antonio-Light;
}

#username {
    text-transform: uppercase;
}

#username p {
    font-size: 150%;
    margin-top: 3px;
    font-family: Antonio-Light;
    margin: 0;
}

#footer2 {
    padding-bottom: 25px;
}

#containercaptcha{
    z-index: 2;
    margin: 0 auto;
    border: 2px solid #e4e4e4;
    width: 93%;
    min-width: 240px;
    max-width: 400px;
    height: 129px;
    border-radius: 15px;
    padding: 0px;
    margin-top: 15px;
}

#imagecaptcha{
    height: 80px;
}

#captcha{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -54px 0 0 -103px;
}

input[type="text"], input[type="email"] {
    height: 44px;
    line-height: 24px;
}

input[type="text2"] {
    height: 35px;
    line-height: 24px;
    color:black;
    border:0;
    border-radius: 0px;
}

#info_border {
    min-width: 250px;
    margin: 10px auto 0px auto;
    border: 1px solid #e4e4e4;
}

#info_textarea{
    min-width: 250px;
    margin: 10px auto 0px auto;
}

#inputcaptcha{
    z-index: 1;
    padding: 0px;
    border: 1px solid #e4e4e4;
    border-left-width: 0px;
    border-bottom-width: 0px;
}

#captcha-form{
    font-weight: bold;
    border: 0;
    transition: none;
    background: transparent;
    border-radius: 0px;
    border-color: inherit;
    box-shadow: none;
}

#changecaptcha{
    z-index: 1;
    text-align: center;
    height: 44px;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#changeimage{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

#container_input {
    padding: 0;
    margin: 0 auto;
    min-width: 240px;
    max-width: 400px;
    position: relative;
}

#icons_input {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translate(-50%, -50%);
    padding: 3px;
    width: 26px;
}

#text_input {
    border: 2px solid #e4e4e4;
    transition: none;
    background: transparent;
    border-radius: 15px;
    box-shadow: none;
    color: black;
    padding-left: 42px;
}

.containerbutton{
    border-radius: 100px;
    font-weight: bold;
    height: 60px;
    width: 67%;
    margin: 0 auto;
    padding: 0px 20px;
    margin-top: 18px;
    max-width: 240px;
}

#callbutton {
    position: absolute;
    top: 13%;
    float:left;
    vertical-align: middle;
}

#callbuttonimage{
    width: 42px;
    height: auto;
}
.btn-mail {
    position: absolute;
    top: 13%;
    left: 30%;
    background-color: transparent;
    border-radius: 100px;
    color: white;
    font-family: Antonio-Bold;
    font-size: 250%;
    text-transform: uppercase;
    font-weight: bold;
    height: 57%;
    width: 57%;
    padding: 0px 20px;
}

.btn-send {
    float: right;
    color: white;
    font-size: 150%;
    background-color: #2ca02c;
    width: 53%;
    border-radius: 0px;
    height: 44px;
    padding: 0;
    font-family: Antonio-Regular;
    outline: none;
    border: 1px solid transparent;
}

#icons {
    height: 35px;
    background-color: #2ca02c;
    padding: 0px;
}

#icons > img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#input{
    padding: 0px;
}

#inputMessage {
    color:black;
    border-radius: 0px;
    border: 1px solid #e4e4e4;
}

#containermailbutton{
    border-radius: 100px;
    height: 45px;
    margin: 0 auto;
    width: 93%;
    min-width: 240px;
    max-width: 400px;
    text-transform: uppercase;
    font-size: 132%;
}

#sendbutton{
    padding: 0px;
}

#sendbutton2{
    padding: 0px;
    margin-top: 14px;
}

#test {
    padding-top: 20px;display: none;
}

#test0 {
    padding-top: 20px;
}

#error {
    z-index: 1;
    background-color: red; 
    color:white;
    border-radius: 13px;
    position: absolute; 
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 93%;
    min-width: 240px;
    max-width: 400px;
    font-size: 130%;
    padding: 7px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 6px;
}

.arrow-up {
    position: absolute;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    top: -9px;
    left: 0;
    right: 0;
}

.img_center {
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 175px;
    padding-top: 25px;
}

@media (max-width: 767px){
    //mobile
    
    #Close_btn {
        display: block;
    }
    #horizontalbar {
        width: calc(100% - 30px);
    }
    #footer {
        padding-bottom: 320px;        
    }
    
    #footer_webrtc, #footer_mail{
        width: 100%;
    }
    
    .footermt #footer_chat{
        width:100%;
    }
    
    #footer_call, #footer_chat{
        width: calc(100% - 2px);
    }
    #image {
        height: 185px;
        width: 160px;
    }
    #contactpage {
        font-size: 180%;
    }
    #job {
        font-size: 180%;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    #pic {
        width: 44%;
        padding-left: 14px;
    }
    #profile {
        width: 56%;
    }
    #info_container {
        width: 100%;
        min-height: 20px;
    }
    #sendbutton2 {
        padding: 0px;
        min-width: 250px;
        max-width: 400px;
        margin: 10px auto 0 auto;
    }
    #test0 {
        display: none;
    }
    #test {
        display: block;
        padding-top: 20px;
    }
    #containermailbutton {
        font-size: 132%;
    }
    .submit1 {
        margin-top: 2px;
    }
    .submit2 {
        margin-top: 11px;
    }
    #main3 {
        padding-top: 0px;
    }
    #pic3{
        padding-top: 10px;
        margin-bottom: 25px;
    }
    .info {
        font-size: 100%;
        text-align: center;
    }
    .info > img {
        width: 20px;
        padding-right: 3px;
    }
    #end_ucoip{
        padding-left: 3px;
        text-align: left;
        font-size: 125%;
    }
    #end_ucoip > img {
        width: 15px;
    }
    #info_border {
        max-width: 400px;
    }
    #info_textarea {
        max-width: 400px;
    }
    #name {
        font-size: 392%;
    }
}

@media (max-width: 420px){
    #header img {
        height: 40px;
    }
    #image {
        height: 140px;
        width: 121px;
    }
    #contactpage {
        font-size: 135%;
    }
    #name {
        font-size: 179%;
        margin-top: 23px;
    }
    #job {
        font-size: 135%;
    }
    #profile {
        padding-left: 5px;
    }
    #captcha {
        width: 204px;
        left: 50%;
        border-radius: 39%;
        top: 53%;
    }
    input[type="text"], input[type="email"] {
        height: 44px;
    }
    #changecaptcha {
        height: 45px;
    }
    .btn-mail {
        left: 37%;
    }
    .submit2 {
        margin-top: 15px;
    }
    #containermailbutton {
        font-size: 90%;
    }
    #submit_text_endcall {
        font-size: 190%;
        padding-left: 20px;
    }
    #end_ucoip{
        font-size: 97%;
    }
    #end_ucoip > img {
        width: 10px;
        padding-right: 0;
    }
}

@media (max-width: 320px) {
    #captcha {
        width: 87%;
        left: 47%;
    }
}

@media (max-width: 350px){
    #error {
        font-size: 102%;
    }
}

@media (min-width: 351px) and (max-width: 390px){
    #error {
        font-size: 114%;
    }
}

@media (min-width: 421px) and (max-width: 499px){
    #name {
        font-size: 217%;
    }
    #containermailbutton {
        font-size: 119%;
    }
    #job {
        padding-bottom: 15px;
    }
}

@media (min-width: 500px) and (max-width: 599px){
    #pic {
        width: 36%;
    }
    #profile {
        width: 64%;
    }
    #name {
        font-size: 304%;
    }
}

@media (min-width: 600px) and (max-width: 767px){
    #image {
        width: 180px;
        height: 210px;
    }
    #pic {
        width: 33%;
    }
    #profile {
        width: 67%;
    }
}

@media (min-width: 768px){
    #footer {
        padding-left: 50px;
        padding-right: 50px;   
    }
    #horizontalbar {
        width: calc(75% - 40px);
    }
    #info_container {
        min-height: 185px;
    }
    #image {
        width: 215px;
        height: 250px;
    }
    #imglogo2 {
        margin-top: 30px;
    }
    #test {
        display: none;
    }
    #test0 {
        padding-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #horizontalbar {
        width: calc(75% - 100px);
        left: 10px;
    }
    #image {
        width: 197px;
        height: 230px;
    }
    #info_container{
       float: right;
    }
    #profile, #horizontalbar, #info_container{
       padding-left: 10px;
    }
    #containermailbutton {
        font-size: 115%;
    }
    .submit1 {
        margin-top: 2px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    #profile {
        padding-left: 40px;
    }
    #horizontalbar {
        width: calc(75% - 70px);
        left: 40px;
    }
    #info_container {
        padding-left: 40px;
    }
    .submit2 {
        margin-top: 8px;
    }
    #containermailbutton {
        font-size: 160%;
    }
}

@media (min-width: 1200px) {
    .submit2 {
        margin-top: 8px;
    }
    #containermailbutton {
        font-size: 170%;
    }
}

@media (min-height: 650px) {
    #image2 {
        height: 150px;
        width: 150px;
    }
    .msg h5 {
        margin-bottom: 0px;
        margin-top: 30px;
        font-size: 220%;
    }
    #username h5 {
        font-size: 165%;
        margin-top: 5px;
    }
    #header2 img {
        height: 25px;
        padding-left: 8px;
    }
    #containercaptcha{
        height: 177px;
    }
    #imagecaptcha{
        height: 121px;
    }
    input[type="text"], input[type="email"] {
        height: 51px;
    }
    #changecaptcha {
        height: 52px;
    }
    #containerchatbutton {
        margin-top: 8px;
    }
}

@media (max-height: 649px) {
    #contactpage {
        padding-top: 15px;
    }
}

@media (max-height: 649px) and (max-width: 767px) {
    #footer {
        padding-bottom: 245px;        
    }
    #footer_call, #footer_chat, #footer_webrtc, #footer_mail {
        height: 115px;
    }
    .icon {
        height: 87px;
    }
}