@charset "utf-8";
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt,em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd,keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul,var
{border: 0 none;margin: 0;padding: 0;border: 0;outline: 0;vertical-align: top; }

body{font:normal normal 16px/25px Arial, Helvetica, sans-serif; color:#000; background:#d3d3d3; /*overflow-x:hidden;*/}	
ul {list-style: none;}
blockquote, q {quotes: none;}
table, table td {padding:0;border:none;border-collapse:collapse;}
img {vertical-align:top; border:none; }
embed { vertical-align:top;}
a:focus {outline: none;}
.clear{border:0;clear:both; float: none;font-size:1px; height:0; line-height:1px; margin:0;padding:0; visibility:hidden;}
/**Fonts**/
.font-normal	{font-family:Arial, Helvetica, sans-serif;}
.font-1			{font-family:'Oswald', Arial, Helvetica, sans-serif;}
.font-2			{font-family:'Oswald', Arial, Helvetica, sans-serif; font-weight:700;}
.font-3			{font-family:'Lato', Arial, Helvetica, sans-serif; font-weight:700;}

/**Heading**/
h1{font-size:25px;}
h3{font:normal normal 25px/28px 'Lato', Arial, Helvetica, sans-serif;font-weight:bold;}
p{font-family:Arial, Helvetica, sans-serif;}	

.small	{font-size:10px;}	

.none 		{display:none !important;}
.block 		{display:block !important;}

.width-1	{width:100%;}
.width-2	{width:50%;}	
/** Align**/
.left	{float:left;}
.right 	{float:right;}
.t-left		{text-align:left;}
.t-center	{text-align:center;}
.t-right 	{text-align:right;}
.t-justify 	{text-align:justify;}

.t-capitalize {text-transform:capitalize;}
.t-capital {text-transform:uppercase;}
/** MARGIN **/
.mr-0 {margin:0 0 0 0 !important;}
.alfa {margin-right:0 !important;}
.omega {margin-left:0 !important;}
/** PADDING **/
.pd-0 {padding:0 0 0 0 !important;}
/**COLOR**/
.white	{color:#fff;}
.black	{color:#000;}
.red {color:#ff0000;}
.orange	{color:#ff8500;}
.yellow	{color:#f7b901;}
/*link*/
a {text-decoration:none;}


/** CSS3 Effect**/
/*fade*/
.opacity {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
   }
.opacity:hover {opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

/** transition**/
.transition
	{transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	}