/*
 * GO GO GO
 */
/*------Body------*/
body{
	background: url(../img/bg/body-bg-pattern.jpg) repeat; 
	position: relative;
}
.background{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -615px;
	width: 1230px;
	height: 100%;
	background: url(../img/bg/container-reflect.png) repeat-y;
	z-index: -1;
}
div#page{
	width: 960px;
	margin: 0 auto;
	background: url(../img/bg/container-bg.jpg) repeat-y top center;
}
/*
 *  FONT WEIGHT 
 * 		p.style1 {font: 18px/27px 'PlayRegular', Arial, sans-serif;}
		p.style2 {font: 18px/27px 'PlayBold', Arial, sans-serif;}
 */

/*---------- Language - chooser-------*/

div.content ul.language-switcher-locale-url{
	list-style: none;
	float: right;
	padding-top: 10px;
}
div.content ul.language-switcher-locale-url li.first{
	border-right: 1px solid #010101;
}
div.content ul.language-switcher-locale-url li{
	float: left;
	padding: 0 10px;
	height: 17px;
	line-height: 17px;
}
div.content ul.language-switcher-locale-url li a{
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #cbcbcb;
	font-weight: 700;
}
div.content ul.language-switcher-locale-url li a.active{
	color: #010101;
}
/*---------- Logo ----------*/
#section-header{
	
}
#section-header #zone-menu-wrapper{
	margin-top: 25px;
}
#section-header #zone-branding-wrapper .region-branding-inner{
	position: relative;
}
#section-header #zone-branding-wrapper .branding-data{
	position: absolute;
	left: 20px;
	top: -72px;
}
#section-header #zone-branding-wrapper .branding-data .site-name-slogan{
	display: none;
}
/*---------- Menu ---------*/
.navigation{
	width: 1000px;
	height: 50px;
	margin-left: -40px;
}
.navigation ul{
	background: url(../img/bg/bg-menu.jpg) right center no-repeat;
	display: inline-block !important;
	width: 100%;
	height: 100%;
	margin: 0;
}
.front .navigation ul{
	width: 939px;
	padding-left: 21px;
	margin-left: 40px;
}
.navigation ul li{
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	
}
html:lang(hu) .navigation ul li{
	width: 140px;
}
.navigation ul li a{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-family: 'PlayBold', sans-serif;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
}
/*
html:lang(ro) .navigation ul li a{
	font-size: 16px;
}
*/
.navigation ul li.first{
	background: url(../img/bg/bg-menu-home.png) no-repeat;
	width: 41px;
	padding: 0;
	margin: 0;
	margin-right: 20px;	
}
.front .navigation ul li.first{
	display: none;
}
html:lang(hu) .navigation ul li.first{
	width: 41px;
}
.navigation ul li.first a{
	text-indent: -9999px;
}
/*
html:lang(ro) .navigation ul li.first{
	min-width: 41px;
	padding: 0;	
}
*/
.navigation ul li.last{
	float: right;
	height: 100%;
	background: url(../img/bg/bg-menu-akcios.jpg) left center no-repeat;
}
.navigation ul li.last a{
	padding: 0;
	text-shadow: 0 0 0 #fff;
}
html:lang(ro) .navigation ul li.last{
	width: 117px;
}
/*---------- END Menu ---------*/
/*---------- Bevezeto ---------*/
#zone-header-wrapper{
	display: none;
}
.page-munkaruha .block-inner,
.page-haine-de-protectie .block-inner{
	position: relative;
}
.page-munkaruha .block-inner .block-title,
.page-haine-de-protectie .block-inner .block-title{
	position: absolute;
	left: 30px;
	top: 20px;
	color: #147976;
	font-size: 56px;
	font-family: 'PlayBold', sans-serif;
	letter-spacing: normal;
}
.munkaruha{
	background: url(../img/bg/bg-bevezeto-munkaruha.png) right top no-repeat;
}
.munkavedelem{
	background: url(../img/bg/bg-bevezeto-munkavedelem.jpg) left bottom no-repeat;
	min-height: 330px;
}
.szekek{
	background: url(../img/bg/bg-bevezeto-szekek.jpg) left bottom no-repeat;	
	background-color: #050505;
	min-height: 350px;
}
.view-bevezeto .views-row{
	position: relative;
	padding: 40px 0 30px 30px;
}
.munkavedelem .views-row{
	padding: 40px 0 90px 30px;
}
.view-bevezeto .views-field-title span{
	color: #fff;
	font-size: 32px;
	font-family: 'PlayBold', Arial, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.munkaruha .views-field-title{
	margin-top: 35px;
}
.munkaruha .views-field-title span{
	margin-top: 30px;
	color: #434343;
}
.view-bevezeto .views-field p{
	color: #b4b4b4;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	width: 550px;
}
.munkaruha .views-field p{
	color: #6f6f6f;
	width: 500px;
}
.view-bevezeto .views-field-field-bevezeto p strong{
	color: #b4b4b4;
}
.munkaruha .views-field-field-bevezeto p strong{
	color: #6f6f6f;
}
.view-bevezeto .views-field-nothing{
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.munkavedelem .views-field-nothing{
	bottom: 75px;
}
.szekek .views-field-nothing a#show-more{
	display: none;
}
.view-bevezeto .views-field-nothing a#show-less{
	display: none;
}
.view-bevezeto .views-field-body{
	display: none;
}
span.field-content a#show-more,
span.field-content a#show-less{
	font-weight: bold;
	font-style: italic;
}


/*---------- END Bevezeto ---------*/
/*---------- Product List ---------*/
/* Dropdown */
.view-munkavedelem .view-filters{
	z-index 10; 
	height: 60px;
	margin-top: -60px;
	background-color: rgba(0,0,0, .65);
}
.view-munkavedelem .view-filters form{
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}
.view-munkavedelem .view-filters label{
	display: none;
}
.view-munkavedelem select.form-select{
	display: none;
}
.view-munkavedelem .jquery_dropdown_container{
	float: left;
	width: 110px;
}
.view-munkavedelem .jquery_dropdown_container .jquery_dropdown_list{
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
	width: 106px;
	padding: 2px;
	padding-top: 0;
	background-color: #2b2b2b;	
}
.view-munkavedelem .jquery_dropdown_container .jquery_dropdown_list li{
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin: 0;
	margin-top: 1px;	
	background: url(../img/bg/bg-dropdown-option.png) left top no-repeat;
	height: 30px;
}
.view-munkavedelem .jquery_dropdown_container .jquery_dropdown_list li.item-0{
	margin-top: 0;
}
.view-munkavedelem .jquery_dropdown_container .jquery_dropdown_list li a{
	padding-left: 20px;
	width: 90px;
	height: 100%;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #acacac;	
}
.view-munkavedelem .jquery_dropdown_categorii,
.view-munkavedelem .jquery_dropdown_kategoria{
	width: 364px;
}
.view-munkavedelem .jquery_dropdown_header{
	float: left;
	width: 73px;
	height: 35px;
	padding: 0 30px 0 5px;
	background-image: url(../img/images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: rgba(255,255,255, .1);
	border: 1px solid #262626;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);	
	color: #aeaeae;
	font-size: 18px;
	line-height: 35px;
	font-family: 'PlayBold', sans-serif;	
	text-shadow: 1px 1px 2px #000000;	
}
.view-munkavedelem .jquery_dropdown_categorii .jquery_dropdown_header,
.view-munkavedelem .jquery_dropdown_kategoria .jquery_dropdown_header{
	width: 327px;
}
.view-munkavedelem .jquery_dropdown_categorii .jquery_dropdown_list,
.view-munkavedelem .jquery_dropdown_kategoria .jquery_dropdown_list{
	width: 360px;
	margin: 0; 
	padding: 2px; 
	padding-top: 0;
	padding-bottom: 1px; 
	background-color: #2b2b2b;
	background-image: url(../img/bg/bg-dropdown.png);
	background-repeat: no-repeat;	
	background-position: 2px 0;
}
.view-munkavedelem .jquery_dropdown_categorii .jquery_dropdown_list li,
.view-munkavedelem .jquery_dropdown_kategoria .jquery_dropdown_list li{
	background: none;
	height: 70px;
	width: 100%;
}
.view-munkavedelem .jquery_dropdown_categorii .jquery_dropdown_list li a,
.view-munkavedelem .jquery_dropdown_kategoria .jquery_dropdown_list li a{
	padding-left: 25px;
	width: 335px;
	height: 100%;
	line-height: 70px;
	font-size: 18px;
	font-family: 'PlayBold', sans-serif;
	color: #acacac;
}
.view-munkavedelem .jquery_dropdown_list li a:hover{
	color: #fff;
}
.view-munkavedelem .views-submit-button{
	display: none;
}
/* List */
.views-view-grid td,
.views-view-grid th{
	padding: 0;
}
.view-content .views-view-grid{
	width: 920px;
	margin-left: 20px;
	margin-top: 10px;
	border: 0;
}
.view-content .views-view-grid td.row{
	background: transparent;
	float: left;
	display: block;
	padding: 2px;
	margin: 10px;
	width: 160px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.view-content .views-view-grid td div{
	float: left;
	width: 100%;
	height: 100%;
	clear: both;
	background: #fff;
}
.view-content .views-view-grid td div a{
	float: left;
	width: 100%;
	height: 100%;
}
.view-content .views-view-grid td div.views-field-field-image{
	height: 150px;
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;	
}
.view-content .views-view-grid td div.views-field-field-image img{
	display: block;
	margin: 0 auto;
}
.view-content .views-view-grid td div.views-field-title{
	float: left;
	clear: both;
	border-top: 1px solid #dbdbdb;
}
.view-content .views-view-grid td div.views-field-title a{
	float: left;	
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	min-height: 36px;
}
.view-content .views-view-grid td div span{
	float: left;
	padding: 5px;
	color: #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;	
	min-width: 1px;
	min-height: 22px;
}
.view-content .views-view-grid td div span.field-content{
	padding-bottom: 0;
}
.view-content .views-view-grid td div span.price{
	padding-top: 0;
	color: #147976;
	font-size: 15px;
	font-family: 'PlayBold', sans-serif;
	font-style: normal;
}
/* Pager */
ul.pager{
	background: url(../img/bg/bg-pager.jpg) no-repeat !important;
	height: 38px;
	border: 0 !important;
	border-top: 2px solid rgba(57, 57, 57, 0.3);
	font-family: 'PlayRegular', Arial, sans-serif;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
}
ul.pager li.pager-current{
	padding: 0;
	height: 16px;
	margin: 12px 0 4px 0;
	font-family: 'PlayRegular', Arial, sans-serif;
	font-size: 14px;
}
ul.pager li.pager-item{
	height: 16px;
	margin: 12px 0 4px 0;
	font-family: 'PlayRegular', Arial, sans-serif;
	font-size: 14px;
}

ul.pager li.pager-previous,
ul.pager li.pager-next{
	height: 20px;
	margin: 12px 0 12px 0;
	text-align: center;
	border: 0;
	padding: 0;
}
ul.pager li.pager-previous a,
ul.pager li.pager-next a{
	width: auto;
	padding: 0 30px;
	font-family: 'PlayRegular', Arial, sans-serif;
	font-size: 14px;
}

ul.pager li.pager-item a{
	padding: 0 !important; 
}
ul.pager li.pager-item,
ul.pager li.pager-current{
	width: 40px;
	text-align: center;
}
ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.pager-item a,
ul.pager li.pager-current{
	background: none;
	color: #727272;
	font-size: 14px;	
}
ul.pager li.pager-previous a:hover,
ul.pager li.pager-next a:hover,
ul.pager li.pager-item:hover a{
	color: #fff;
	text-decoration: underline;
}
ul.pager li.pager-current{
	color: #fff;
}
ul.pager li.pager-first,
ul.pager li.pager-last{
	display: none;
}
ul.pager li.pager-next{
	right: 0;
}

/*---------- END Product List ---------*/
div.jquery_dropdown_container { 
	position: relative; 
	cursor: pointer; 
}
div.jquery_dropdown_header { 
  overflow: hidden; 
}
ul.jquery_dropdown_list { 
	display: none;
	z-index: 100;
}
ul.jquery_dropdown_list li { 
    list-style: none; 
    padding: 0; 
}
ul.jquery_dropdown_list li a, 
ul.jquery_dropdown_list li a:link, 
ul.jquery_dropdown_list li a:visited { 
	display: block; 
	text-decoration: none; 
	width: 100%;
}
ul.jquery_dropdown_list li a:hover { 
	text-decoration: none; 
} 
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
#slider{
	margin: 20px 0 30px 0;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
 *********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
 *********************************/
.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	position: absolute;
	background: url(../img/bg/bg-slider-caption.jpg) no-repeat;
	left: 0;
	width: auto;
	bottom: 46px;
	padding: 20px 50px 20px 20px;
	min-width: 400px;
	
}
.flex-caption h2,
.flex-caption p{
	width: auto;
	float: left;
	display: inline-block;
	clear: both;
}
.flex-caption h2{
	color: #fff; 
	font-family: 'PlayRegular', sans-serif;
	font-size: 34px;
	margin-bottom: 10px;
	
}
.flex-caption p{
	margin-bottom: 0;
	color: #147976;
	font-size: 24px;
	line-height: 24px;
	font-family: 'PlayBold', sans-serif;
}
.flex-caption p span{
	font-size: 15px;
	line-height: 15px;
	vertical-align: top;
	display: inline;
}
/* Direction Nav */
.flex-direction-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 212px;
	height: 46px;
}
.flex-direction-nav li a {
	width: 70px;
	height: 46px;
	margin: 0;
	display: block;
	background: url(../img/images/slider-arrow.png) no-repeat;
	position: absolute;
	top: 0;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav li .next {
	background-position: 0 0px; 
	right: 0;
}
.flex-direction-nav li .next:hover {
	background-position: 0 -46px; 
}
.flex-direction-nav li .prev {
	background-position: 0 -138px; 	
	left: 0px;
}
.flex-direction-nav li .prev:hover {
	background-position: 0 -92px; 	
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	background: url(../img/images/slider-arrow.png) no-repeat;
	background-position: 0 -184px; 	
	width: 70px;
	height: 46px;
	position: absolute;
	left: 71px;
	bottom: 0;
	text-align: center;
	z-index: 99;
}
.flex-control-nav li {
	width: 50%;
	float: left;
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 36px;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li.total{
	color: #979897;
	font-size: 16px;
	font-family: 'PlayRegular', sans-serif;	
	text-align: left;
}
.flex-control-nav li a {
	display: none;	
	text-align: right;
	cursor: pointer;
	line-height: 46px;
}
.flex-control-nav li a.active{
	display: block;
	font-size: 24px;
	color: #4e4e4e;
	font-family: 'PlayBold', sans-serif;	
}
.flex-control-nav li a:hover {
	text-decoration: none;
}

/*---------- About - description ---------*/

div.content ul.menu{
	list-style: none;
	float: right;
	height: 22px;
}
div.content ul.menu li.leaf{
	float: left;
	list-style: none;
	height: 22px;
	line-height: 22px;
}
div.content ul.menu li.first{
	padding-right: 20px;
	border-right: 1px solid #a1a1a1;
}
div.content ul.menu li.last{
	padding: 0 10px 0 20px;
}
div.content ul.menu li.leaf a{
	color: #434343;
	text-transform: uppercase;
	font-size: 19px;
	font-family: 'PlayBold', Arial, sans-serif;
	text-decoration: none;
}

/*---------- Home-Munkaruhak --------*/

div.region-inner div#dungarees{
	background: url(../img/bg/home-munkaruha-bg.jpg) no-repeat;
	width: 930px;
	height: 186px;
	padding: 35px 0 0 30px;
	margin-bottom: 30px;
	position: relative;
}
div.region-inner div#dungarees a {
	text-decoration: none;
}
div.region-inner div#dungarees h2{
	text-transform: uppercase;
	font-size: 62px;
	line-height: 30px;
	font-family: 'PlayBold', Arial, sans-serif;
	letter-spacing: 0.0em;
	color: #822020;
	margin-bottom: 10px;
}
html:lang(ro) div.region-inner div#dungarees h2{
	font-size: 57px;
	line-height: 28px;
	letter-spacing: 0.15em;
}
div.region-inner div#dungarees h2 span{
	font-size: 33px;
	line-height: 30px;
	letter-spacing: normal;
	color: #292424;
}
html:lang(ro) div.region-inner div#dungarees h2 span{
	font-size: 27px;
	letter-spacing: -0.05em;
	
}
div.region-inner div#dungarees p{
	width: 470px;
}
div.region-inner div#dungarees img{
	position: absolute;
	right: 45px;
	top: -10px;
}

/*-------- Home-Munkavedelem-------*/

div.region-inner div#safety{
	background: url(../img/bg/munkavedelem-bg.png) no-repeat;
	height: 260px;
	position: relative;
	width: 479px;
	padding-right: 1px;
	margin-bottom: 30px;
}
div.region-inner div#safety h2{
	font-size: 33px;
	color: #fff;
	font-family: 'PlayBold', Arial, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
	position: absolute;
	top: 140px;
	right: 20px;
}
div.region-inner div#safety a{
	display: block;
	height: 260px;
	width: 479px;
}

/*-------- Home-Irodaszekek-------*/

div.region-inner div#office-chair{
	background: url(../img/bg/irodaszek-bg.png) top right no-repeat;
	height: 260px;
	position: relative;
	width: 479px;
	padding-left: 1px;
	margin-bottom: 30px;
}
div.region-inner div#office-chair h2{
	font-size: 33px;
	color: #fff;
	font-family: 'PlayBold', Arial, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
	position: absolute;
	top: 140px;
	left: 20px;
}
div.region-inner div#office-chair a{
	display: block;
	height: 260px;
	width: 479px;
}

/*----------Home Irodaszerek--------*/

div.region-inner div#stationery{
	background: url(../img/bg/irodaszerek-bg.jpg) top right no-repeat;
	padding: 60px 0 0 30px;
	height: 219px;
	width: 930px;
}
div.region-inner div#stationery a{
	display: block;
	height: 219px;
	text-decoration: none;
	width: 940px;
}
div.region-inner div#stationery h2{
	font-size: 39px;
	line-height: 30px;
	font-family: 'PlayBold', Arial, sans-serif;
	color: #b0abab;
	text-transform: uppercase;
	letter-spacing: 0.0em;
}
html:lang(ro) div.region-inner div#stationery h2{
	font-size: 38px;
	line-height: 30px;
	letter-spacing: 0.0em;
}
div.region-inner div#stationery h2 span{
	font-size: 28px;
	color: #fff;
	letter-spacing: -0.04em;
}
html:lang(ro) div.region-inner div#stationery h2 span{
	font-size: 44px;
	line-height: 47px;
	letter-spacing: 0.0em;
}
div.region-inner div#stationery h2 span.office{
	color: #147976;
}
div.region-inner div#stationery p{
	width: 440px;
	color: #fff;
}


/*------- Footer - First -------*/

footer#section-footer div.footer-first{
	background: url(../img/bg/footer-bg.jpg) no-repeat;
	height: 180px;
	padding-top: 30px;
	padding-left: 20px;
}
footer#section-footer div.footer-first > div{
	width: 20%;
	float: left;
	margin-right: 5%;
}
footer#section-footer div.footer-first h4{
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
footer#section-footer div.footer-first div a{
	text-decoration: none;
	cursor: pointer;
	display: block;
}
footer#section-footer div.footer-first div a:hover{
	text-decoration: underline;
	cursor: pointer;
}
footer#section-footer div.footer-first h4 a{
	color: #fff;
	cursor: pointer;
}
footer#section-footer div.footer-first div ul{
	list-style: none;
	margin-bottom: 8px;
}
footer#section-footer div.footer-first div.footer-dungarees a,
footer#section-footer div.footer-first div.footer-safety p a{
	background: url(../img/arrow/footer-arrow-normal.png) no-repeat right center;
	width: 50px;
	height: 14px;
	display: block;
}
html:lang(ro) footer#section-footer div.footer-first div.footer-dungarees a,
html:lang(ro) footer#section-footer div.footer-first div.footer-safety p a{
	width: 40px;
}
footer#section-footer div.footer-first div.footer-dungarees a:hover,
footer#section-footer div.footer-first div.footer-safety p a:hover{
	background: url(../img/arrow/footer-arrow-hover.png) no-repeat right center;
	border-bottom: 1px solid #ba2a2a;
	text-decoration: none;
}
footer#section-footer div.footer-first div ul li{
	font-size: 11px;
}
footer#section-footer div.footer-first div.footer-safety ul{
	padding-left: 12px;
}
footer#section-footer div.footer-first div p{
	font-size: 11px;
	font-family: Arial, sans-serif;
	margin-bottom: 8px;
	color: #bebebe;
}
footer#section-footer div.footer-first div.footer-safety ul li{
	list-style: square;
	
}
footer#section-footer div.footer-first div.footer-safety ul li a{
	color: #bebebe;
}

/*------- Footer - Second -------*/
div#block-block-13{
	height: 35px;
}
footer#section-footer div.footer-second{
	width: 100%;
	height: 35px;
	background-color: #000;
	margin-bottom: 0;
}
footer#section-footer div.footer-second p{
	float: left;
	line-height: 35px;
	font-size: 11px;
	color: #858585;
	height: 35px;
	margin-bottom: 0;
}
footer#section-footer div.footer-second p.minic-design{
	float: right;
}
footer#section-footer div.footer-second p.reacto-logo a{
	background: url(../img/images/reacto-mono-logo.png) no-repeat center center;
	text-indent: -9999px;
	display: inline-block;
	width: 55px;
	padding: 0 20px;
}
footer#section-footer div.footer-second p.minic-design a{
	background: url(../img/images/minic-mono-logo.png) no-repeat left center;
	text-indent: -9999px;
	display: inline-block;
	width: 35px;
	padding: 0 35px 0 0;
}
/*---------- Rollunk ----------*/
.context-despre-noi #zone-preface-wrapper .block,
.context-rolunk #zone-preface-wrapper .block{
	background: url(../img/bg/bg-bevezeto-rolunk.jpg) no-repeat;
	min-height: 220px;
}
.context-despre-noi #zone-preface-wrapper .block .content,
.context-rolunk #zone-preface-wrapper .block .content{
	padding: 30px;
	padding-bottom: 0;
}
.context-despre-noi #zone-preface-wrapper .block .content h2,
.context-rolunk #zone-preface-wrapper .block .content h2{
	color: #fff;
	font-size: 32px;
	font-family: 'PlayBold', sans-serif;
	text-shadow: 1px 1px 5px #000000;
	text-transform: uppercase;
}
.context-despre-noi #zone-preface-wrapper .block .content p,
.context-rolunk #zone-preface-wrapper .block .content p{
	width: 480px;
	color: #e2e2e2;
	font-size: 16px;
	font-family: 'PlayRegular', sans-serif;
}
.context-despre-noi .node .content,
.context-rolunk .node .content{
	padding: 40px 30px;
}
.context-rolunk .field-type-image .field-label{
	display: none;
}
.context-despre-noi .field-type-image .field-label{
	display: none;
}
a.rollunk-image{
	float: left;
	background: #fff;
	padding: 1px;
	width: 160px;
	margin: 0 9px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);	
	margin-bottom: 15px;
}
a.rollunk-image div{
	border-bottom: 1px solid #898989;
	width: 160px;
	height: 160px;	
}
a.rollunk-image img{
	float: left;
	display: block;
}
a.rollunk-image span{
	float: left;
	clear: both;
	color: #6f6f6f;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 5px 10px; 
	height: 48px;
	width: 140px;
}
/*---------- Contact page ----------*/
div.content div.webform-contact{
	float: left;
	width: 400px;
	padding: 30px 0 0 60px;
	position: relative;
}
div.content div.webform-contact > div > span{
	clear: both;
	display: block;
	margin-bottom: 20px;
}
div.content div.address-message{
	float: right;
	margin-right: 180px;
	margin-top: 30px;
}
html:lang(ro) div.content div.address-message{
	float: right;
	margin-right: 205px;
	margin-top: 30px;
}
div.content div.address-message span{
	clear: both;
	display: block;
	margin-bottom: 20px;
}
div.content div.address-message span.address-title,
div.content div.webform-contact span.address-title{
	margin-bottom: 15px;
	color: #606060;
	font-family: 'PlayBold', Arial, sans-serif;
	font-size: 18px;
}
div.content div.webform-contact span.address-text span{
	color: #a9a9a9;
	font-style: italic;
}
div.content form.webform-client-form{
	float: right;
	width: 340px;
	margin-right: 130px;
}
div.content form.webform-client-form div.form-item input{
	width: 340px;
	height: 32px;
	border: 1px solid #c5c5c5;
}
div.content form.webform-client-form input:focus,
div.content form.webform-client-form input:active{
	box-shadow: #979797 0px 0px 5px;
	
}
div.content form.webform-client-form textarea{
	height: 180px;
	border: 1px solid #c5c5c5;
}
div.content form.webform-client-form textarea:focus,
div.content form.webform-client-form textarea:active{
	box-shadow: #979797 0px 0px 5px;
	
}
div.content form.webform-client-form div.form-actions{
	width: auto;
	height: 34px;
	float: right;
}
div.content form.webform-client-form div.form-actions input{
	border-radius: 0;
	padding: 0 25px;
	background: url(../img/images/contact-submit-bt.png) no-repeat;
	width: auto;
	height: 34px;
	margin: 0;
	font-family: 'PlayRegular', Arial, sans-serif;
	color: #c2c2c2;
	font-size: 14px;
	text-shadow: none;
	font-weight: normal;
}
.node-webform footer.submitted{
	display: none;
}
/*----- Google Map -----*/
div.content div#map-little{
	position: relative;
	height: 220px;
	background-color: #f2f2f2; 
}
div.content div#map-little img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 550px;
	height: 220px;
}
div.content div#map-little div#map-open{
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.5;
}
div.content div#map-little:hover div#map-open{
	opacity: 1;
}
div.content div#map-little span#open{
	background: url(../img/images/open-cube.png) no-repeat;
}
div.content div#map-little div.text{
	position: absolute;
	top: 40px;
	left: 30px;
}
div.content div#map-little div h2{
	color: #147976;
	font-size: 32px;
	font-family: 'PlayBold', Arial, sans-serif;
	text-transform: uppercase;
	
}
div.content div#map-little div p{
	color: #606060;
	font-size: 16px;
	font-family: 'PlayRegular', Arial, sans-serif;
}
div.content div#map div#map-close{
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 9999;
}

div.content div#map span#close{
	background: url(../img/images/close-cube.png) no-repeat;
}

div.content div.open-close-button{
	width: 215px;
	height: 59px;
	line-height: 60px;
	padding-left: 40px;
	background: url(../img/bg/contact-open-bg.png) repeat-x;
	cursor: pointer;
	z-index: 10;
}
div.content span.button{
	padding-left: 30px;
	line-height: 24px;
	background-position: left center;
	font-size: 16px;
	color: #969696;
}
div.content div#map{
	width: 960px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
}
/*-------- light box --------*/

div#imageContainer{
	padding: 60px 10px 10px 10px !important;
}
div#imageDetails{
	padding-top: 10px;
	padding-bottom: 5px;
	width: 100% !important;
	text-align: left !important;
	padding-left: 10px;
}
.context-despre-noi div#imageDetails,
.context-rolunk div#imageDetails{
	height: 25px;
}
a#bottomNavClose {
	background: url(../img/images/color-box-close.png) no-repeat;
	height: 60px;
	width: 70px;
	margin-top: 0px;
}
a#bottomNavClose:hover{
	background-position: 0 -60px;
}
div#imageData{
	width: 100%;
	padding: 0;
	position: relative;
}
.node-type-munkaruha div#hoverNav{
	bottom: 35px;
}
div#hoverNav {
	float: right;
	position: absolute;
	bottom: 40px;
	right: 0px !important;
	padding: 0;
	
}

div#hoverNav a#nextLink{
	background: url(../img/images/slider-arrow.png) no-repeat;
	background-position: 0 0px;
	margin-top: 0;
	width: 70px;
	padding-top: 0 !important;
	margin-right: 10px;
	float: right;
}
div#hoverNav a#nextLink:hover{
	background-position: 0 -46px;
}
div#hoverNav a#prevLink{
	background: url(../img/images/slider-arrow.png) no-repeat;
	background-position: 0 -138px;
	margin-top: 0;
	width: 70px;
	border-right: 1px solid #ffffff;
	padding-top: 0 !important;
	float: left;
}
div#hoverNav a#prevLink:hover{
	background-position: 0 -92px;
}
span#caption{
	font-family: 'PlayRegular', Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #6f6f6f;
	font-weight: normal !important;
}
a#bottomNavZoom,
a#bottomNavZoomOut{
	top: 10px;
	left: 10px;
}
.context-user #block-system-main{	margin-left: 20px;}