@font-face {
  font-family: 'Stingray';
  font-style: normal;
  font-weight: 100;
  src: url(/font/Stingray/stingray.woff2) format('woff2'), url(/font/Stingray/stingray.woff) format('woff');
}

@font-face {
  font-family: 'fontawesome';
  src: url('/font/fontawesome-webfont.eot'); /* IE9 Compat Modes */
  src: url('/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/font/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
       url('/font/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/font/fontawesome-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@-ms-viewport{ width: device-width; }

.smooth {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.slidersmooth {
transition-timing-function: cubic-bezier(.57,.37,.37,1.2);
transition-duration: 1.7s;
transition-delay: 1s;
transition-property: all;
#-webkit-transition: all 2s ease;
#-moz-transition: all 2s ease;
#transition: all 2s ease;
}

.smooth2 {
-webkit-transition: all 2.2s ease;
-moz-transition: all 2.2s ease;
-o-transition: all 2.2s ease;
-ms-transition: all 2.2s ease;
transition: all 2.2s ease;
}

.smooth3 {
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}

.smooth4 {
-webkit-transition: all 2.0s ease-in;
-moz-transition: all 2.0s ease-in;
-o-transition: all 2.0s ease-in;
-ms-transition: all 2.0s ease-in;
transition: all 2.0s ease-in;
}

body {
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
	margin:0px;
	#background-color:#e5e5e5;
	align:center;
}

#wrapperx {
 position:relative;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
	margin:0px;
 #width:100%;
	#align:auto;
	height:auto;
	z-index:0;
	margin: 0 auto;
	max-width:100%;
}

content {
	width:100%;
}

i {
	font-family: Stingray;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #009fe3;
	font-size:120%;
}

i.awesome {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
