/* @import must be at top of file, otherwise CSS will not work */



@font-face {
	font-family: 'HelveticaNeueLT-Bold';
	src: url('../webfonts/284CA3_0_0.eot');
	src: url('../webfonts/284CA3_0_0d41d.eot?#iefix') format('embedded-opentype'),url('../webfonts/284CA3_0_0.woff') format('woff'),url('../webfonts/284CA3_0_0.ttf') format('truetype');} 
@font-face {font-family: 'HelveticaNeueLT-UltraLight';src: url('../webfonts/284CA3_1_0.eot');src: url('../webfonts/284CA3_1_0d41d.eot?#iefix') format('embedded-opentype'),url('../webfonts/284CA3_1_0.woff') format('woff'),url('../webfonts/284CA3_1_0.ttf') format('truetype');}
@font-face {
	font-family: 'ecoicon';
	src:url('../webfonts/ecoicons/ecoicon.eot');
	src:url('../webfonts/ecoicons/ecoicond41d.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/ecoicons/ecoicon.woff') format('woff'),
		url('../webfonts/ecoicons/ecoicon.ttf') format('truetype'),
		url('../webfonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


/* =Plugins
--------------------------------------------------------------------------------------------------------*/

/*
 * jquery.rs.carousel.css @VERSION
 * @HOMEPAGE
 *
 * Copyright (c) 2013 Richard Scarrott
 * http://www.richardscarrott.co.uk
 *
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Depends:
 *  a basic reset + items must have width & height
 */
    
.rs-carousel-mask {
    overflow: hidden;
}

    .rs-carousel-runner {
        position: relative;
    }
        
        .rs-carousel-horizontal .rs-carousel-item {
            float: left;
        }

    .rs-carousel-mask {
        position: relative;
    }

    .rs-carousel-runner {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .rs-carousel-transition .rs-carousel-runner {
        -moz-transition: -moz-transform .400s ease;
        -webkit-transition: -webkit-transform .400s ease;
        -o-transition: -o-transform .400s ease;
        -ms-transition: -ms-transform .400s ease;
        transition: transform .400s ease;
    }

/* End Plugins
--------------------------------------------------------------------------------------------------------*/



/* =Typography
--------------------------------------------------------------------------------------------------------*/
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #979797;
	font-size: 12px;
	line-height: 16px;
}
/* End Typography
--------------------------------------------------------------------------------------------------------*/


/* =Forms
--------------------------------------------------------------------------------------------------------*/

form,
fieldset,
.clearfix,
.inner {
	min-height: 1px;
}

form:after,
fieldset:after,
.clearfix:after,
.inner:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

input, select, textarea {
	font-size: 14px;
	color: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

span.text input {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	background: url(layout/blank.gif);
	float: left;
}

span.text {
	background: #fff;
	display: block;
	float: left;
}

.form-item {
	min-height: 1px;
}

.form-item:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.button_wrapper {
	min-height: 1px;
}

.button_wrapper:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.button {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.button input {
	background:url(layout/blank.gif);
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	bottom: -3px;
	right: -3px;
	text-align: left;
	text-indent: -3000px;
	overflow: hidden;
	cursor: pointer;
}



/* End Forms
--------------------------------------------------------------------------------------------------------*/



/* =Layout
--------------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}
.inner {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

#intro {
	width: 100%;
	position: fixed;
}

.initEasterEgg #intro:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}


.sticky #intro {
	height: 0px;
	overflow: hidden;
	z-index: 100;
}

#content {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 50;
}



.sticky #content {
	z-index: auto;
}


/* End Layout
--------------------------------------------------------------------------------------------------------*/




/* =Header
--------------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 10;
}
#header .inner {
	margin-top: 40px;
	height: 0;
}



#header {
	width: 100%;
	height: 70px;
	padding: 0px 0;
	/*background-color:rgba(255, 255, 255,0); */
	text-transform: uppercase;
	z-index: 999;
	position: fixed;
	top: 0px;
	opacity: 1;
}
ul.top_menu {
	margin: 15px 0 0 0;
	/*margin-right: 15%;*/
	padding: 0;
	list-style: none;
	float: right;
	z-index: 9999;
	position: relative;
}
ul.top_menu li {
	float: left;
}

ul.top_menu li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 50px;
	padding: 0 10px;
	background-clip: padding-box;
	outline: none;
	border-bottom: 5px solid transparent;
}
ul.top_menu li a:last-child{
/*	border:none;
*/}

ul.top_menu li a.selected,
ul.top_menu li a:hover {
	/*background-color:rgba(0, 104, 55, 1.0); */
	transition: all 0.5s;
	border-bottom: 5px solid rgba(153, 204, 51, 1);
}
#logo {
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 140px;
	height: 40px;
	text-indent: -3000px;
	margin: 20px auto 0;
	z-index: 2;
	position: static;
	padding:0
}
#header a#logo {padding:0}
/* End Header
--------------------------------------------------------------------------------------------------------*/


/* =Home
--------------------------------------------------------------------------------------------------------*/

#home {
	height: 100%;
	width: 100%;
	background: #2d2d2d;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	-ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
#home .loader {
	width: 100%;
	height: 5px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.introVideo #home .loader {
	display: none;
}

#home .loader span {
	display: block;
	height: 100%;
	background: #a1d267;
	width: 0;
}
#home .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home .media {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#home .easteregg .fp-ui {
	display: none;

}

#home .video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#home .video video {
	left: 50%;
}

#home .flowplayer .fp-timeline {
	margin: 0;
	height: 100% !important;
	
}
#home .flowplayer .fp-help,
#home .flowplayer .fp-context-menu,
#home .flowplayer .fp-waiting,
#home .flowplayer .fp-fullscreen,
#home .flowplayer .fp-unload,
#home .flowplayer .fp-speed,
#home .flowplayer .fp-time,
#home .flowplayer .fp-message,
#home .flowplayer .fp-embed,
#home .flowplayer .fp-embed-code,
#home .flowplayer .fp-play,
#home .flowplayer .fp-volume
 {
	display: none !important;
}


#home .flowplayer .fp-controls {
	height: 5px !important;
	bottom: 0 !important;
	opacity: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
	
}

#home .flowplayer .fp-timeline,
#home .flowplayer .fp-buffer,
#home .flowplayer .fp-progress {
	opacity: 1 !important;
	left: 0 !important;
	top: 0 !important;
	bottom: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

#home .flowplayer .fp-progress {
	background: #c62424;
}

#home .flowplayer .fp-buffer {
	background: #e5e5e5;
}






#home .slide img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	position: absolute;
	left: 50%;
	top: 0;
}
#home .details {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -122px;
}

#home .details h2 {
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 70px;
	color: rgba(255,255,255,0.9);
	line-height: normal;
	/*text-shadow: 2px 2px rgba(0, 0, 0, 0.3);*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0 4px;
    text-shadow:
    -1px -1px 0 #737373,
    1px -1px 0 #737373,
    -1px 1px 0 #737373,
    1px 1px 0 #737373;  
    
}
#home .details h3 {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 28px;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin-top: 120px;


}


@media (max-width: 480px){
	#home .details h2 {
		font-size: 1.8em;
		width: 100%;
		padding: 0 10px;
		margin-top: 50%;
	}
	#home .details h3 {
		font-size: 1.0em;
	}
	
}

#home .details dl {
	width: 502px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	color: rgba(255,255,255,0.5);
	padding: 18px 0;
	text-align: left;
	overflow: hidden;
	font-weight: bold;
}
#home .details dl:before,
#home .details dl:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: url(../img/layout/hr.png);
	position: absolute;
	top: 0;
	left: 0;
}
#home .details dl:after {
	top: auto;
	bottom: 0;
}

#home .details dt {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 35px;
	position: relative;
	width: 115px;
}
#home .details dd {
	float: right;
	width: 304px;
}

#home .details a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
#home .details a:hover {
	color: #fff;
}
#home .details .category {
	background: #fff;
	color: #D02D2D;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 25px;
	position: absolute;
	top: -5px;
	left: 0;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	font-family: 'HelveticaNeueLT-Bold';
	font-weight: normal;
	background-clip: padding-box;
}

#home .slide {
	color: #fff;
	text-align: center;
}

#home .rs-carousel-runner {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

#home .disabledSlider .rs-carousel-runner {
	cursor: default;
}

#home .disabledSlider .flowplayer .fp-ui {
	cursor: default; 	
 }

#home .rs-carousel.dragging .rs-carousel-runner,
#home .rs-carousel.dragging .flowplayer .fp-engine, 
#home .rs-carousel.dragging .flowplayer .fp-ui, 
#home .rs-carousel.dragging .flowplayer .fp-message {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;	
}

#home .rs-carousel, 
#home .rs-carousel-mask
 {
	width: 100%;
	height: 100%;
	position: relative;
}

#home .rs-carousel {
	z-index: 1;
}

#home .rs-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	width: 100%;
}

#home .rs-carousel .slide {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#home .rs-carousel ul li {
	height: 100%;
	position: relative;
}

#home .paginationWrapper {
	position: absolute;
	right: 0px;
/*	bottom: 65px;
*/	width: 10%;
	height: 100%;
	top: 50%;
	z-index: 20;
	text-align: center;
}

#home .rs-carousel-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block; 
}

#home .rs-carousel-pagination li {
	/*display: inline-block;*/
	padding: 0 5px;
	cursor: default;
}

#home .rs-carousel-pagination a {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -3000px;
	background: #fff;
	border-radius: 25px;
	outline: none;
	position: relative;
	background-clip: padding-box;
}

#home .rs-carousel-pagination-link a:before {
	content: '';
	display: none;
	width: 9px;
	height: 9px;
	background-color: #a1d267;
	background-clip: padding-box;
	border-radius: 9px;
	position: absolute;
	top: 8px;
	left: 8px;
}

#home .rs-carousel-pagination-link-active a:before {
	display: block;
}
#home .headerCarousel .pauseAuto {
	cursor: pointer;
} 

/* End Home
--------------------------------------------------------------------------------------------------------*/

/* =Categories
--------------------------------------------------------------------------------------------------------*/

#categories{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	bottom: 40px;
	z-index: 10;
	text-align: center;
	margin: 0px auto;
	left: -50%;
	right: -50%;
	display: block;
	list-style: none;
}

#categories > li{
	margin:0px 50px 0px;
	left: -50%;
	right: -50%;
	width: 160px;
	height: 160px;
	border: 5px solid white;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.8);
	/*box-shadow: inset 0px 0px 20px rgba(0,0,0,0.5);*/
	display: inline-block;
	cursor: pointer;
	transition:300ms ease;
	-o-transition:300ms ease;
	-moz-transition:300ms ease;
	-webkit-transition:300ms ease;
}


#categories > li > ul{
	display: none;
	position: absolute;
	bottom: 80px;
	z-index: -1;
}

@keyframes apear{
	from{opacity: 0;}
	to{opacity: 1;}
}

@-webkit-keyframes apear{
	from{opacity: 0;}
	to{opacity: 1;}
}

#categories > li:hover > ul{
	display: block;
}

#categories > li:hover > ul > li{
	-webkit-animation: apear 500ms;
	animation: apear 500ms;
}


#categories > li > ul > li{
	list-style: none;
	display: block;
	width: 160px;
	margin-left: -5px;
	background-color: rgba(255, 255, 255, 1);
	height: 35px;
	/*margin-bottom: 10px;*/
	/*border: 5px solid white;*/
	transition:200ms ease;
	-o-transition:200ms ease;
	-moz-transition:200ms ease;
	-webkit-transition:200ms ease;
}


#categories > li > ul > li:last-child{
	padding-bottom: 135px;
}


#categories > li > ul > li:hover{
	background-color:rgba(153, 204, 51, 1);
}

#categories > li > ul > li > a{

	text-decoration: none;
	color: #30366D;
	font-size: 15px;
	/*margin-top: 8px;*/
	display: block;
	line-height: 1.2;
	padding-top: 8px;
}


#categories > li > ul > li > ul {	display:none}

#categories > li.Industriale {
	background-size: 230px;
	background-repeat: no-repeat;
	background-position: -110px 80%;
}

#categories > li.Gastronomie {
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: -94px 80%;
}

#categories > li:first-child {
	background-size: 230px;
	background-repeat: no-repeat;
	background-position: -110px 80%;
}

#categories > li.Echipamente {
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: -96px 80%;
}


#categories > li.Industriale{
	background-image: url(../img/layout/industriale_icon_blue&white.png);
}

#categories > li.Gastronomie{
	background-image: url(../img/layout/bucatarie_icon_blue&white.png);
}

#categories > li:first-child{
	background-image: url(../img/layout/casa_office_icon_blue&white.png);
}

#categories > li.Echipamente{
	background-image: url(../img/layout/echipamente_icon_blue&white.png);
}


#categories > li:hover{
	background-position: 32px 80%;
	background-color:rgba(153, 204, 51, 0.75);

}
#categories > li.Gastronomie:hover{
	background-position: 43px 80%;
}
#categories > li.Industriale:hover{
	background-position: 35px 80%;
}
#categories > li:first-child:hover{
	background-position: 36px 80%;
}

#categories > li:hover > a{
	color: white;
}



#categories > li > a{
	font-family: Arial;
	font-size: 16px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#2F366C;
	display: block;
	margin: 30px auto 0px;
}

#categories > li:hover{
	background-position: 50px 80%;
	background-color:rgba(153, 204, 51, 1);
/*	border-radius: 0%;*/

}




/* End Search
--------------------------------------------------------------------------------------------------------*/










/* =Content
--------------------------------------------------------------------------------------------------------*/

#content header {
	text-align: center;
	padding: 137px 0 146px;
	position: relative;
}
#content h2 {
	color: #d02d2d;
	font-weight: normal;
	font-size: 62px;
	line-height: normal;
	font-family: 'HelveticaNeueLT-UltraLight';
	padding: 0 0 9px;
}
#content h3 {
	font-size: 18px;
	color: rgba(163, 163, 163, 1);
	line-height: normal;
	font-weight: normal;
	font-family: 'HelveticaNeueLT-Bold';
}
#content section {
	position: relative;
	overflow: hidden;
}
/* End Content
--------------------------------------------------------------------------------------------------------*/


/* =About_us
--------------------------------------------------------------------------------------------------------*/
#about_us{
	background-color: #69c;
/*	background-image: url(../img/pattern-bg.png);
	background-size: cover;
	background-size: 100%;
	background-repeat: no-repeat;*/
	height: 500px;
}
@media (max-width: 480px){
	#about_us{
		height: auto;
	}
}
#steps {
	margin-top: 100px;
	color: #a4a4a4;
	padding: 0;
}
#steps ol {
	list-style: none;
	text-align: center;

}
#steps ol li {
	margin: 0 0 114px 20px;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

@media (max-width: 480px){
	#steps ol li{
		margin: 0;
	}
}

#steps li h1{
	font-size: 27px;
	margin-top: 45%;
	margin-bottom: 140px;
	width: 100%;
	line-height: 1;
	left: 50%;
	right: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	display: block;
	text-align: center;	
	color: rgba(153, 204, 51, 1);
	transition: 200ms ease;
	-o-transition: 200ms ease;
	-moz-transition: 200ms ease;
	-webkit-transition: 200ms ease;
}

#steps figure p{
	display: block;
	font-size: 16px;
	width: 80%;
	margin: 0px auto;
	line-height: 1.2;
}



/*#steps ol li:last-child {
	width: 100%;
	margin: 151px 0 0;
}
*/
#steps dl {
	width: 172px;
	margin: 0 auto;
}
#steps dt {
	font-family: 'HelveticaNeueLT-Bold';
	font-size: 18px;
	line-height: normal;
	padding: 0 0 8px;	
}
#steps .step {
	width: 300px;
	margin: 0 auto;
	cursor: default;
	transition: color 0.4s;
	display: none;
}
#steps .figureWrapper {
	width: 300px;
	height: 300px;
	margin: 0 auto 33px;
	position: relative;
	

}
#steps figure {
	width: 300px;
	height: 300px;
	background-color: #fff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: -202px -2px;
	transition: background 0.4s;
	/*
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	*/
	border: 2px solid rgba(150, 201, 51, 1);
	cursor: pointer;
	/*border: 2px solid;*/
}


#steps .step:hover figure {
	background-position: -2px -2px;
	background-color: rgba(150, 201, 51, 1);
	border-color:white; 
}
#steps .step:hover {
	color: white;
}#steps .step:hover h1 {
	color: white;
	box-size:100;
	margin-top: -66px;
}

#steps .step_1:hover h1{
	margin-top: -80px;
}

#steps .step_1 figure {
	/*background-image: url(../img/layout/step_1.png);*/
} 
#steps .step_2 figure {
	/*background-image: url(../img/layout/step_2.png);*/
} 
#steps .step_3 figure {
	/*background-image: url(../img/layout/step_3.png);*/
}  
#steps .step_4 figure {
	/*background-image: url(../img/layout/step_4.png);*/
}
#steps .step_5 figure {
	/*background-image: url(../img/layout/step_5.png);*/
}
#steps .step_5 .figureWrapper:before {
	content: '';
	display: block;
	width: 99px;
	height: 51px;
	/*background: url(../img/layout/step_before.png) no-repeat;*/
	position: absolute;
	left: 50px;
	top: -151px;
}  


/*parallax*/
.parallax [class*="bg__"] {
  position: relative;
  height: 50vh;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
 
}

.parallax [class*="bg__"]{
  box-shadow: inset 0 0 1em #111;
}

.parallax .bg__foo, .parallax .bg__bazz {
  height: 100vh;
}
.parallax .bg__foo {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax1.jpg);
}
.parallax .bg__bar {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax2.jpg);
}
.parallax .bg__baz {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax3.jpg);
}
.parallax .bg__bazz {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/30354/parallax1.jpg);
}
.parallax .bg__break {
  background-image: url(../img/parallax.jpg);
  height: 400px;
}

@media (max-width: 480px){
	.bg__break{
		display: none;
	}

}

.parallax .capture {
  float: right;
  width: 200px;
  padding: 1em;
  margin: -1.5em 1em 0 0;
  text-indent: 0;
  background: rgba(243, 243, 243, 0.75);
  box-shadow: 0 1px 0.125em #333;
}
/*end parallax*/



/* =Work
--------------------------------------------------------------------------------------------------------*/


#work {
	/*background: #f3f3f3;*/
}

#newsWrapper{
	width: 350px;
	float: left;
	/*margin-left: 50px;*/
	margin-bottom: 100px;
	text-align:center;
}

#newsround{
	display: block;
	width: 300px;
	height: 300px;
	background-color:#96C933;
	margin: 0 auto 120px auto;
	border-radius: 50%;
	text-align:center;
}


#newsround h1{
	color: white;
	line-height: 1.1;
	margin:20px 20px 20px 20px;
	font-size: 25px;
	font-family: Arial;
	font-weight: normal;
}


#info{
	/*background-color: #f1f1f1;*/
}

#info p{
	text-align: left;
	font:normal 16px Arial;
}

#info h1{
	text-align: left;
	line-height: 1;
	font-size:32px;
	margin-top:50px;
}

#Layer_1{
	fill:white;
	transition: 300ms ease;
	-o-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-webkit-transition: 300ms ease;
	margin-top:50px;
	
}


#newsround input[type="text"]{
	margin:0px auto 0;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid white;
	/*border-left: 2px solid white;*/
	/*border-right: 2px solid white;*/
	width: 220px;
	color: white;
	text-indent: 23px;
	outline: none;
	font-family: Arial;
	height: 30px;
	transition:300ms ease;
	-o-transition:300ms ease;
	-moz-transition:300ms ease;
	-webkit-transition:300ms ease;
}

#newsround input[type="text"]:focus{
	border: none;
	background-color: rgba(0,0,0,0.1);
	text-indent: 15px;
}

/* End Work
--------------------------------------------------------------------------------------------------------*/





/* =Team
--------------------------------------------------------------------------------------------------------*/
#team{

}


/* End Team
--------------------------------------------------------------------------------------------------------*/

/* =Contact
--------------------------------------------------------------------------------------------------------*/
#contact{
	background: #3D4F5D;
	background-position: center;
	text-align: left;
	
	margin-top: -100px;
}

#contact ul{
	margin-left:20px;
}

#contact ul  hr{
	width: 90%;
	margin: 0 auto;
}


#contact ul li p{
	margin-top: 20px;
	font-size: 20px;
	padding: 0 50px;
}
#contactico, 
#termeni, 
#transport, 
#plata, 
#retur, 
#facebook, 
#twitter, 
#google, 
#youtube{
	float: left;
	margin-right: 10px;
	margin-top: -7px;
	fill:#A2A2A1;
}


#contact ul li p, 
#contactico, 
#termeni, 
#transport, 
#plata, 
#retur, 
#facebook, 
#twitter, 
#google, 
#youtube{
	transition: 300ms ease;
	-o-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-webkit-transition: 300ms ease;
}


#contact ul li:hover p{
	color: white;
}

#contact ul li:hover #contactico,
#contact ul li:hover #termeni, 
#contact ul li:hover #transport, 
#contact ul li:hover #plata, 
#contact ul li:hover #retur{
	fill:white;
}

#contact ul li a:hover #facebook,
#contact ul li a:hover #twitter,
#contact ul li a:hover #google,
#contact ul li a:hover #youtube{
	fill:white;
}





/*
#contact p{
	top: 10px;
	text-align: left;
	color: white;
	left: 10px;
	font-size: 15px;
}*/


/* End Contact
--------------------------------------------------------------------------------------------------------*/

/* =Start_project
--------------------------------------------------------------------------------------------------------*/
/* End Start_project
--------------------------------------------------------------------------------------------------------*/

/* =Impressum
--------------------------------------------------------------------------------------------------------*/
#impressum {
	background: #d02d2d;
	height: 232px;
}
/* End Impressum
--------------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
}
/* End Footer
--------------------------------------------------------------------------------------------------------*/

a[href='http://flowplayer.org'] {
	visibility: hidden;
}



/* =Contact Form
--------------------------------------------------------------------------------------------------------*/
#contactOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	
}

#coInner {
	height: 381px;
	width: 600px;
	position: absolute;
	left: -50%;
	right: -50%;
	color: #696969;
	font-size: 12px;
	line-height: normal;
	margin: 60px auto;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(../img/layout/map.jpg) no-repeat right top;
}

#coInner form {
	padding: 35px 0 0 40px;
	width: 229px;
}

#coInner h4 {
	color: #d02d2d;
	font-weight: normal;
	font-family: 'HelveticaNeueLT-Bold';
	font-size: 16px;
	margin: 0 0 5px;
	
}

#coInner p {
	padding: 10px 0 13px;

}

#coInner .text,
#coInner .textarea {
	display: block;
}

#coInner .form-item {
	padding: 0 0 20px;
}

#coInner .text input,
#coInner textarea {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	background:url(../img/layout/frm_hr.gif) left bottom;
	line-height: 30px;
	display: block;
	outline: none;
}

#coInner .text input {
	height: 30px;
	width: 100%;
}


#coInner textarea {
	overflow: auto;
	width: 100%;
	height: 120px;
	resize: none;
}

#coInner .button {
	float: right;
	background: #d02d2d;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'HelveticaNeueLT-Bold';
	overflow: hidden;
	position: relative;
	line-height: 30px;
	width: 100px;
	text-align: center;
}

#coInner .button:hover {
	text-decoration: underline;
}

#coInner .button input {
	background:url(../img/layout/blank.gif);
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

#mesaj_succes {
	margin-top: 150px;
	padding: 0px 40px;
	width: 230px;
	float:left;
	font-size: 14px;
	color: #799A05;
	display: none;
	text-align: center;
}
/* =End Contact Form
--------------------------------------------------------------------------------------------------------*/

::-webkit-input-placeholder {
   color: white;
}

::selection {
  background: #44505c;
  color: white; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #44505c;
  color: white; /* Gecko Browsers */
}


.homeBottom{
	padding:137px 0 147px 0
}




