@charset "utf-8";
/* CSS Document INTRO */
html  {overflow-x: hidden;}
body{	overflow-x: hidden;	margin: 0;	padding: 0; font-size:14px; color:#666; font-weight:300}
h1, h2, h3, h4, h5 { margin: 0; }
::-moz-selection { background-color: #727272;color: #fff;text-shadow: none;-webkit-text-shadow: none;}
::selection{	background-color: #727272;	color: #fff;	text-shadow: none;	-webkit-text-shadow: none;}

img {	height: auto;	max-width: 100%;	border: 0;	-ms-interpolation-mode: bicubic;}


.transition, .transition:hover
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


/*FANCYBOX*/
.fancybox-skin{ background:#fff!important;}
/*FANCYBOX*/


.row.gutters-5{margin:-5px}
.row.gutters-5[class*="col"]{padding:5px}



