.controlArrow.prev{
	left:11%;
}
.controlArrow.next{
	right:11%;
}

#simplemodal-overlay {background-color:#000;}

@font-face {
    font-family: Franklin Gothic Book;
    src: url('FRABK.TTF');
}

#crazypapercup {
	/*margin:0 0 13px 0;*/
	font-variant:small-caps;
	float:left;
	clear:both;
	font-size:34px;
	font-weight:bold;
	padding:12px;
	text-shadow:0px 0px 1px #000;
	color:#ed1c24;
	font-family: Franklin Gothic Book;
	padding-left:5px;
	
	left: 170px;
    position: fixed;
    z-index: 2;
	/*top: 5%;*/
	top: -130%;
	/*position:relative;*/
}

#logo {
	left: 73px;
    position: fixed;
    top: 5%;
    z-index: 2;
}

#eco-friendly-logo {
	bottom: 0;
    position: fixed;
    right: 4px;
    z-index: 2;
}

#facebook {
	font-variant:small-caps;
	right:left;
	clear:both;
	/*padding:12px;*/
	padding-left:5px;
	
	right: 3%;
    position: fixed;
    top: 5%;
    z-index: 2;
}


#header {
padding-top:30px;
padding-bottom:10px;
font-weight:bold;
color:#FF0000;
}

#top-header {
padding-top:0px;
padding-bottom:10px;
font-weight:bold;
color:#FF0000;
}

.switch-locale {
	display: block; 
	float:right;
	text-align:right;
	margin-left:60px;
}

#flag-fr, #flag-en {
	width:30%;
	height:30%
}

#flag-en {
	margin-left: 8px;
}

.landing_navigation-item {
	display: block;
	margin-bottom: 10px;
	opacity: 0.5;
	text-align: center;
	transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	width: 38px;
}

.landing_navigation-icon.home {
	background: url("../imgs/icons/play.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*height: 36px;
	width: 32px;*/
	height: 48px;
	width: 48px;
}

.landing_navigation-icon.about_us {
	background: url("../imgs/icons/question.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*height: 36px;
	width: 32px;*/
	height: 48px;
	width: 48px;
}

.landing_navigation-icon.our_products {
	background: url("../imgs/icons/picture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*height: 36px;
	width: 32px;*/
	height: 48px;
	width: 48px;
}

.landing_navigation-icon.is-contact {
	background: url("../imgs/icons/contact.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*height: 36px;
	width: 32px;*/
	height: 48px;
	width: 48px;
}

.landing_navigation-icon {
	display: inline-block;
}

.pagination, .layout-logotype, .layout-download, .landing_navigation {
	z-index: 2;
}

#our-products-page {
	margin: 0 auto;
	width: 900px;
}

#our-products-container {
	padding:20px;
}

#our-products-container  > h2 {
    font-size: 2em;
    padding-top: 10px;
}

#about-us-content-en, #about-us-content-fr {
line-height: 200%;
}	

#sendmail {
	width: 83%;
	line-height: 24px;
    margin: 2% auto;
}

#sendmail textarea {
	width: 100%;
	height: 114px;
	resize: none;
	background-color : #8ed8f8;
	border: 1px solid #c7eafb;
}

#sendmail input[type=text] {
	width: 250px;
	background-color : #8ed8f8;
	border: 1px solid #c7eafb;
}

label{
    display: inline-block;
    /*float: left;*/
    clear: left;
    width: 120px;
    text-align: left;
	font-size: 12px;
    padding-bottom: 10px;
}