@CHARSET "UTF-8"; 

/* - MASTER.RESET <<<--------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,active,hover,selected {
margin:0;
padding:0;
border:0;
outline:none;
padding:0;
text-decoration:none;
} 

.www {
height:18px;
padding-top:2px;
font-size: 12px;
}

.SkypeButton {
float:left;
display:inline-block;
width:110px;
height:45px;
overflow:hidden;
padding: 0px 0px 0px 0px;
margin-bottom:5px;
background-color:rgba(0,0,0,0.4);
-webkit-box-shadow:5px 5px 8px #000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.9);
-moz-box-shadow:5px 5px 8px #000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.9);
-ms-box-shadow:5px 5px 8px #000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.9);
-o-box-shadow:5px 5px 8px #000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.9);
box-shadow:5px 5px 8px #000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.9);
border:1px solid rgba(0,0,0,0.8);
border-radius:3px;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}

.inner_SkypeButton {
margin-top:-22px;
margin-left:-20px;
}

.SkypeButton:hover {
border-radius:4px;
background-color:rgba(0,0,0,0.6);
border:1px solid rgba(255,214,46,0.8);
}

.skype_details {
position: relative;
float:right;
top: 6px;
width: 820px;
font-family: 'Varela Round', sans-serif;
font-size: 13px;
font-style: italic;
line-height: 20px;
padding-top:0px;
color:rgba(255,255,255,0.7); 
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
}

.phone_number {
cursor: pointer; 
cursor: hand;
margin-left: 2px;
padding-left: 2px;
padding-right: 5px;
border-radius: 4px;
background-color: rgba(0,0,0,0.6);
border: 1px solid rgba(255,214,46,0.8);
}

.mobile_number {
cursor: pointer; 
cursor: hand;
margin-left: 2px;
padding-left: 2px;
padding-right: 5px;
border-radius: 4px;
background-color: rgba(0,0,0,0.6);
border: 1px solid rgba(255,214,46,0.8);
}