body
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	color: #393939;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
}
html,body
{
	height: 100%;
}
a
{
	color:#0183F4;
}
.np-nav
{
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.np-nav .brand
{
	background-image: url('../img/logo-small.png');
	background-repeat: no-repeat;
	display: block;
	width: 97px;
	height: 50px;
	margin: -3px 0px;
	vertical-align: middle;
}

.np-nav .inner
{
	line-height: 25px;
	vertical-align: middle;
	padding: 5px 0;
}


.np-nav input[type="text"],
.np-nav input[type="password"]
{
	min-width: 130px;
}

#wrap {
   min-height:100%;
   position:relative;
}

#footer
{
	
	background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #efefef;

	width: 100%;
	position: relative;
	margin-top: 30px; /* negative value of footer height */
	padding-top: 30px;
	clear:both;

}

ul, ol
{
	padding-left: 20px;
}
#footer ul
{
	list-style: none;
	margin: 0 0 30px 0 ;

}
#footer ul > li
{
	margin: 0;
	line-height: 25px;
	font-size: 12px;

}

#footer h4
{

}

#header
{
	border: 0;
	width: 100%;
	padding:4px 0px;
	margin-bottom: 40px;
	background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
	background-position: bottom right;
}


.np-masterhead
{
	
	background-image: url('../img/hp/week/13.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;
	/*
	background-size: auto 100%;
	*/
	/*color: #ffffff;
	text-shadow: 0px 1px 1px #000000;*/

}

.np-masterhead .np-lead
{
	padding-top: 30px;	
}
.np-masterhead .np-lead h1
{
	font-size: 60px;
}
.np-masterhead .np-lead h2
{
	font-size: 24px;
}
.np-masterhead .np-register
{
	margin-bottom: 20px;
}
.np-masterhead .np-register form
{
	text-shadow: none;
	background: #fff;	
	color: #393939;
	margin: -1px 0 0 0;
	padding: 20px;

}

.np-masterhead .np-register h2
{
	margin: 0 0 20px 0;
	font-weight: 100;
	font-size: 32px;
}
.np-masterhead .np-register label
{
	font-size: 24px;
	margin-bottom: 0;
}
.np-masterhead .np-privacy
{
	margin-top: 5px;
}
.np-masterhead .np-register .form-group
{
	margin-bottom: 10px;
}

.np-masterhead .np-register .np-connect-fb
{
	text-align: right;
	float: right;
}

.np-masterhead .np-register .np-connect-fb a
{
	font-size: 18px;
}

.np-masterhead .np-register .np-connect-fb a.facebook
{

	background-image: url('../img/connect-fb.jpg');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: right;
	margin-left: 30px;
	width: 50px;
	height: 50px;
}

.np-font-light
{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}




.np-user,
.np-user-xs,
.np-user-sm,
.np-user-md,
.np-user-lg
{
	width: 100%;
}


.np-user:after{
	content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.np-user.stacked,
.np-user-xs.stacked,
.np-user-sm.stacked,
.np-user-md.stacked,
.np-user-lg.stacked
{
	margin-bottom: 20px;
	margin-left: 0px;
}


.np-user {font-size: inherit;}
.np-user-xs {font-size: 12px; line-height: 15px;}
.np-user-sm {font-size: 12px; line-height: 20px;}
.np-user-md {font-size: 14px; line-height: 25px;}
.np-user-lg {font-size: 14px; line-height: 33px;}



.np-user .np-user-img { width: 100%; }
.np-user-xs .np-user-img { width: 40px; height: 40px; }
.np-user-sm .np-user-img { width: 80px; height: 80px; }
.np-user-md .np-user-img { width: 120px; height: 120px; }
.np-user-lg .np-user-img { width: 150px; height: 150px; }

.np-user .np-user-img
{
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.np-user.stacked .np-user-img
{
	margin: 0 auto 10px auto;
	float: none;
	display: block;
}

.np-user .np-user-img img
{
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.np-user .np-user-img.rounded img
{
	border-radius: 50%;
}

.np-user .np-user-datas
{
	display: block;
	line-height: 15px;
}
.np-user.stacked .np-user-datas
{
	text-align: center;
}
.np-user .np-user-datas > p
{
	margin-bottom: 5px;
}

.np-user .np-user-nick
{
	margin-bottom: 5px;
}


.np-slider
{
	
	display: block;
	margin-left: 60px;
	margin-right: 60px;
	position: relative;
}

.np-slider .np-arrow
{

}
.np-slider .np-arrow-left,
.np-slider .np-arrow-right
{
	display: block;
	position: absolute;
	width: 30px;
	height: 100%;
	background-image: url('../img/arrows.png');
	background-repeat: no-repeat;
	top: 0;

}
.np-slider .np-arrow-left
{
	background-position: center left;
	left: -30px;

}
.np-slider .np-arrow-right
{
	background-position: center right;
	right: -30px;
}


.np-slider .np-slider-mask
{
	overflow: hidden;
	width: 100%;
}
.np-slider .np-slider-inner
{
	margin: 0;
	padding: 0;
	width: 1000%;
	-webkit-transition: all 1000ms ease-in-out;
		transition: all 1000ms ease-in-out;	
}
.np-slider .row
{
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.np-slider .np-user
{
	float: left;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin: 0 0 20px 0;
}
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }

section
{
	margin-bottom: 40px;
}

.np-blue { color: #0183F4; }
.np-green { color: #69CA14; }
.np-pink { color: #F21984; }
.np-darkgray { color: #393939; }
.np-gray { color: #898989; }
.np-lightgray { color: #d5d5d5; }
.np-utralightgray { color: #efefef; }

.np-space-xs {margin-bottom: 5px;}
.np-space-md {margin-bottom: 15px;}
.np-space {margin-bottom: 30px;}
.np-space-lg {margin-bottom: 60px;}
.np-space-xlg {margin-bottom: 90px;}

.np-icon {
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.np-icon-agenda {
    width: 25px;
    height: 25px;
    background-position: -5px 0px;
}

.np-icon-chat {
    width: 25px;
    height: 25px;
    background-position: -40px 0px;
}

.np-icon-gear {
    width: 25px;
    height: 25px;
    background-position: -75px 0px;
}

.np-icon-heart {
    width: 25px;
    height: 25px;
    background-position: -110px 0px;
}

.np-icon-lock {
    width: 25px;
    height: 25px;
    background-position: -145px 0px;
}

.np-icon-pen {
    width: 25px;
    height: 25px;
    background-position: -180px 0px;
}

.np-icon-people {
    width: 25px;
    height: 25px;
    background-position: -215px 0px;
}

.np-icon-polls {
    width: 25px;
    height: 25px;
    background-position: -250px 0px;
}

.np-icon-position {
    width: 25px;
    height: 25px;
    background-position: -285px 0px;
}

.np-icon-write {
    width: 25px;
    height: 25px;
    background-position: -320px 0px;
}

.np-icon-pink {
    background-image: url("../img/icons-pink.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.np-icon-pink-earth {
    width: 16px;
    height: 16px;
    background-position: -5px 0px;
}

.np-icon-pink-gear {
    width: 16px;
    height: 16px;
    background-position: -31px 0px;
}

.np-icon-pink-info {
    width: 16px;
    height: 16px;
    background-position: -57px 0px;
}

.np-icon-pink-star {
    width: 16px;
    height: 16px;
    background-position: -83px 0px;
}

.np-icon-pink-position {
    width: 16px;
    height: 16px;
    background-position: -109px 0px;
}


.np-flags {
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.np-flags-BE {
    width: 24px;
    height: 20px;
    background-position: -5px 0px;
}

.np-flags-CA {
    width: 24px;
    height: 20px;
    background-position: -39px 0px;
}

.np-flags-CH {
    width: 24px;
    height: 20px;
    background-position: -73px 0px;
}

.np-flags-FR {
    width: 24px;
    height: 20px;
    background-position: -107px 0px;
}

.np-flags-LU {
    width: 24px;
    height: 20px;
    background-position: -141px 0px;
}

.np-flags-MA {
    width: 24px;
    height: 20px;
    background-position: -175px 0px;
}



.np-stars
{
	display: block;
	width: 125px;
	height: 22px;
	background-image: url('../img/stars.png');
	background-repeat: no-repeat;
}

.stars-5
{
	background-position: 0px 0px;
}
.np-stars-4
{
	background-position: 0px -28px;
}
.np-stars-3
{
	background-position: 0px -56px;
}
.np-stars-2
{
	background-position: 0px -84px;
}
.np-stars-1
{
	background-position: 0px -112px;
}




.np-offer
{

}

.np-offer .np-offer-box
{
	width: 100%;
	height: 350px;
	text-align: center;
	border: 1px solid #d5d5d5;
	position: relative;
	font-weight: normal;
	


}
.np-offer .np-offer-box:hover,
.np-offer .np-offer-box.active
{
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.35);
	cursor: pointer;
}


.np-offer .np-offer-box-lg { padding: 40px 30px 30px 30px; }
.np-offer .np-offer-box-lg h1 { font-size: 48px; }
.np-offer .np-offer-box-lg h2 { font-size: 36px; }

.np-offer .np-offer-box-md { padding: 45px 15px 30px 15px; }
.np-offer .np-offer-box-md h1 { font-size: 36px; }
.np-offer .np-offer-box-md h2 { font-size: 24px; }


.np-offer .np-offer-box h1
{
	line-height: 48px;
	vertical-align: bottom;
}
.np-offer .np-offer-box h1 small
{
	font-size: 12px;
}

.np-offer .np-offer-box h2
{
	line-height: 36px;
	vertical-align: bottom;
}

.np-offer .np-offer-box .form-group
{

	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.np-offer .np-offer-box .np-stars
{
	margin: 15px auto;
	text-align: center;
}

.np-offer .np-offer-promos
{
	position: absolute;
	top: 0;
	right: 0;
	width: 105px;
	height: 113px;
	background-image: url('../img/promos.png');
	background-repeat: no-repeat;
}
.np-offer .np-offer-box-green .np-offer-promos
{
	background-position: 0px 0px;
}
.np-offer .np-offer-box-blue .np-offer-promos
{
	background-position: -105px 0px;
}
.np-offer .np-offer-box-gray .np-offer-promos
{
	background-position: -210px 0px;
}

.np-offer .np-offer-box-green
{
	border: 3px solid #69CA14;
}
.np-offer .np-offer-box-blue
{
	border:  3px solid #0183F4;
}
.np-offer .np-offer-box-gray
{
	border:  1px solid #d5d5d5;
}
.form-inline label{
	margin:0px 5px;
}

#np-step1
{
	background:url(../img/ins/bg1.jpg) no-repeat center 0px;
}

#np-step2
{
	background:url(../img/ins/bg2.jpg) no-repeat center 0px;
}


.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  display:none;
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}
#r_ref{
	background:rgba(100,100,100,0.7);
	height:170px;
	padding:10px;
}
#r_ref img{
	margin-right:20px;	
}
#info_cookies{position:fixed; bottom:0px; width:100%; text-align:center; background:#EFD28F; padding:15px; box-shadow:1px 1px 5px #666666;}
#info_cookies img{position:absolute; right:35px; top:18px;}
#button_ins:hover{background:#E10873;}