/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.social-links a i{
	text-align: center;
	float: left;
	width: 30px;
	height: 30px;
	/*border: 1px solid #909090;*/
	border-radius: 100%;
	margin-right: 7px; /*space between*/
	font-size: 20px;
    line-height: 32px;
	color: white;
}

.fa-rss {
	background-color: #e74c3c
}
.fa-facebook {
	background-color: #3B5998
}
.fa-google-plus {
	background-color: #dc4a38
}
.fa-twitter {
    background-color: #00acee
}
.fa-youtube-play {
    background-color: #E02B20
}
.fa-volume-up {
	color: yellow;
    background-color: #FDDA35
}

@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 26px;
font-style: normal;
margin-left: 5px;
}


.flaticon-facebook3:before {
	content: "\e000";
	color: #3B5998
}
.flaticon-google21:before {
	content: "\e001";
	color: #dc4a38
}
.flaticon-rss23:before {
	content: "\e002";
	color: #e74c3c
}
.flaticon-social71:before {
	content: "\e003";
    color: #00acee
}
.u2radio {
    background: url(../img/u2radio.jpg) no-repeat;
    display: block;
    height: 50px;
    margin-left: 45px;
}

input:focus{
   outline:none;
  }
