html,body {margin: 0;padding: 0;}

.container {
	position: relative;
}

/* fukscreen image total screen */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
}

/* fullscreen image on div */
img.fullscreen {
  /* Set rules to fill background */
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.customColor {
	color: #407235!important;
}

.customBackgroundColor {
	background: #407235!important;	
}

#openMenu {
	margin-top: 16px;
	margin-left: 20px;
	width: 100px;
	height: 30px;
	display: block;
	float: left;
}

#openMenu, #openMenu:visited {
	text-decoration: none;
	font-size: 1.4em;
	font-family: 'robotolight';
	line-height: 1em;
}

#openMenu:focus {
	color: #333;
	background: inherit;
}

#goBackLogin {
	margin-top: 16px;
	margin-left: 20px;
	width: 300px;
	height: 30px;
	display: block;
	float: left;
}

#goBackLogin, #goBackLogin:visited {
	text-decoration: none;
	font-size: 1.2em;
	font-family: 'robotolight';
	line-height: 1em;
}

#goBackLogin span{
	padding-left: 5px;
}

#goBackLogin:focus {
	color: #333;
	background: inherit;
}

.hamburger {
	width: 25px;
	height: 24px;
	float: left;
	clear: none;
	margin-right: 10px;
	margin-top: 4px;
}

.hamburger div {
	height: 4px;
	background: #FFFFFF;
	margin-top: 4px;
}

#yw0_button,#yw1_button,#image3{
    display:none;
}
#yw0{
    float:left;
}

.carousel,.carouselMobile{
	display: none;
}

.carouselDots {
	display: none;
	margin-top: 40px;
}

.carouselDots span {
	display: block;
	float: left;
	width: 11px;
	height: 14px;
	margin-right: 2px;
	background: url('../../img/default/home_images/carouselDot.png') no-repeat;
	background-position-x: 0;
	background-position-y: 0px;
}


.carousel.active,.carouselMobile.active {
	display: block;
}

.invalid-email {
	float: left;
	color: #DD353E;
	height: 35px;
	padding-top: 10px;	
}

.settings-ok, .settings-nok {
	font-family: 'robotolight';
	font-size: 1em;
	color: #363636;
	line-height: 2em;
	margin: 0;
	height: 32px;
	display: block;
}

.settings-ok:before {
	 content: "";
	 display: block;
	 width: 30px;
	 margin-right: 8px;
	 height: 30px;
	 float: left;
	 clear: none;
	 background: url('../../img/default/home_images/ok.png') top left no-repeat;
}

.settings-nok:before {
    content: "";
    display: block;
    width: 30px;
    margin-right: 8px;
    height: 30px;
    float: left;
    clear: none;
    background: url('../../img/default/home_images/nok.png') top left no-repeat;
}
