/*@font-face {
    font-family:'FedraSansStd-Medium';
    src: url('fonts/FedraSansStd-Medium.eot');
    src: url('fonts/FedraSansStd-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/FedraSansStd-Medium.woff') format('woff'),
         url('fonts/FedraSansStd-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/


@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.woff2') format('woff2'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.nexa{
	font-family: 'nexa_lightregular';
}
.nexaBold{
	font-family: 'nexa_boldregular';
	
}

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 ,select ,input {
	margin: 0;
	padding: 0;
	border: 0;
	direction:inherit;
	text-align:inherit;
	font-size: 100%;
	font-size-adjust: 0.58;
	font: inherit;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: 'nexa_lightregular';
}
input[type="button"]{
	text-align:center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
div{
	position:relative;
}
a{
	color:#000;
	text-decoration:none;
}
ol, ul {
	/*list-style: none;*/
	padding-right:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.clickable{
	cursor:pointer;
}
.hidden{
	display:none;
}

:focus {
  outline:0;
  outline-color:transparent;
  outline-style:none;
}

a{
	cursor:pointer;
}

b, strong {
	font-weight:bold;	
}

i, em{
	font-style:italic;
}

u {
	text-decoration:underline;
}

.center{
	text-align:center;
}
.underline{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}


.carouselContainer{
  overflow:hidden;
  height:380px;
}
.carouselContainer[orientation="vertical"] .controlsHolder{
  position:absolute;
  top:15px;
  left:15px;
}
.carouselContainer[orientation="horizontal"] .controlsHolder{
  position:absolute;
  bottom:15px;
  right:15px;
}
.carouselContainer[orientation="horizontal"] .carouselSlide{
  float:left;
}
.carouselContainer .controlsHolder .control{
  width:10px;
  height:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  background:#CBCBCB;
  border:1px solid #FFF;
  cursor:pointer;
  margin-bottom:5px;
}
.carouselContainer[orientation="horizontal"] .controlsHolder .control{
  float:left;
  margin-left:5px;
  margin-bottom:0px;
  margin-top:5px;
}


