@charset "utf-8";
/* CSS Document */

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%;
	font: inherit;
	vertical-align: baseline;
	font-size:14px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;		
}
a {
    vertical-align:baseline;
    background:transparent;
	outline:none; 
	text-decoration:none;
}
a img { 
	border: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	outline:none;
}

input, button, textarea {outline:none;}


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;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/



h1,h2,h3,h4{font-family:roboto_condensedbold;}
h1 {font-size:70px; font-weight:400; color:#7ccbfc;}
h2 {font-size:36px; color:#ff5047; text-transform:uppercase; line-height:36px; }
h3 {font-size:26px; font-weight:300;  }
h4 {font-size:22px; font-weight:300; color:#212c43;}



/*Floats*/
.fleft {float:left;}
.fright {float:right;}

/*Text Alignment*/
.txtleft{text-align:right !important;}
.txtright{text-align:center !important;}




/*Border Radius*/
.bradius {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%}