/*
----------------------------------------------------------------------
normalizejam
----------------------------------------------------------------------
*/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

/*
----------------------------------------------------------------------
galvenais
----------------------------------------------------------------------
*/

@font-face {  
  font-family: FixmanFont;  
  src: url(Bariol_Regular.otf) format("opentype");  
}

@font-face {  
  font-family: BoldFixmanFont;  
  src: url(Bariol_Bold.otf) format("opentype");  
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #37383c;
	line-height: 1.5em;
	background: #fff;
	background-repeat: repeat-x;
}

.clearAll { clear: both; }

a {
	color: #00c0ff;
	text-decoration: none;
}

a:hover {
	color: #000;
	/*border-bottom: 1px solid #00c0ff;*/
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}

h1, h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
	font-family: "FixmanFont", helvetica, times;
	color: #000;
}

h3 {
	font-family: "FixmanFont", helvetica, times;
	font-size: 18px;
	line-height: 24px;
	color: #f10219;
	margin: 0 0 10px 0;
}

h2 strong, h3 strong, h1 strong {
	font-family: "BoldFixmanFont", helvetica, times;
}

/*
----------------------------------------------------------------------
header
----------------------------------------------------------------------
*/

#header {
	width: 960px;
	height: 65px;
	margin: 0 auto 0 auto;
}

.logo {
	display: block;
	width: 127px;
	height: 50px;
	background-image: url(fixman_logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

.langBar {
	float: right;
	line-height: 10px;
	width: 22px;
}

.langBar img {
	border: 1px solid #cecdcd;
}

.langMenu {
	display: none;
}

.langBar li {
	float:left;
	position:relative;
}

.langBar a {
	display:block;
}

.langBar a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

.langBar li .langArrow {
	border: 0;
	top: 11px;
	left: 8px;
	position: absolute;
}

/*--- DROPDOWN ---*/
.langBar ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.langBar ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
.langBar ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.langBar li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
.langBar li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:transparent;
	text-decoration:none;
}
.langBar li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	opacity: 0.5; /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	  filter: alpha(opacity=50); /* IE6-IE8 */
}
.langBar li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	opacity: 1; /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	  filter: alpha(opacity=100); /* IE6-IE8 */
}

.langBar li:hover .langArrow {
	left:-9999px;
}

/*
----------------------------------------------------------------------
menu
----------------------------------------------------------------------
*/

#header ul.menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	height:21px;
	float:right;
	font-family: "FixmanFont", helvetica, times;
	font-size: 18px;
	text-transform: lowercase;
}

#header ul.menu.ruMenu {
	font-size: 14px;
}

#header ul.menu li { float: left; padding-left:7px; }
#header.logo_ru ul.menu li { padding-left:4px; }

#header ul.menu li {
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 28px;
	border-right: 1px solid #d9d9da;
}

#header ul.menu li.menu_search {
	border: 0;
}

#header ul.menu li a
{
	height:18px;
	background-repeat:no-repeat;
	display:block;
}

#header ul.menu li a:hover { background-position:0 -18px; }

#header ul.menu li a.menu1_lv { width:55px; background-image:url(menu_lv_1.jpg); }
#header ul.menu li a.menu2_lv { width:58px; background-image:url(menu_lv_2.jpg); }
#header ul.menu li a.menu3_lv { width:52px; background-image:url(menu_lv_3.jpg); }
#header ul.menu li a.menu4_lv { width:52px; background-image:url(menu_lv_4.jpg); }
#header ul.menu li a.menu5_lv { width:57px; background-image:url(menu_lv_5.jpg); }

#header ul.menu li a.menu6 { width:16px; background-image:url(search_icon.jpg); cursor: pointer; }
#header ul.menu li a.menu6:hover { background-position:0 -19px; }

#header ul.menu li.active a
{
	background-position:0 -18px;
}

#header ul.menu li a span
{
	display:none;
}

#header ul.menu li a {
	color: #000;
}

#header ul.menu li a:hover, #header ul.menu li.active a {
	color: #00c0ff;
}

/*
----------------------------------------------------------------------
search & newsletter forms
----------------------------------------------------------------------
*/

#searchBox {
	width: 900px;
	margin: 10px auto 30px auto;
	text-align: right;
}

#searchBox input, .submitNewsletter input {
	border: 1px solid #939393; /*#00c0ff;*/
	width: 300px;
	height: 20px;
	padding: 0 5px;
	
	background-color: #eaeaea;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f9f9f9)); /* Safari 4+, Chrome */
	  background-image: -webkit-linear-gradient(top, #eaeaea, #f9f9f9); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(top, #eaeaea, #f9f9f9); /* Firefox 3.6-15 */
	  background-image:      -o-linear-gradient(top, #eaeaea, #f9f9f9); /* Opera 11.10+ */
	  background-image:         linear-gradient(to bottom, #eaeaea, #f9f9f9); /* Firefox 16+ */
	
}

.submitNewsletter input {
	width: 175px;
}

#searchBox input.submit, .submitNewsletter input.submit {
	border: 0;
	background: #00c0ff;
	color: #fff;
	height: 22px;
	padding: 0 10px;
	margin: 0 0 0 5px;
	width: auto;
	float: right;
}

.submitNewsletter input.submit.noFloat {
	margin:0;
}

.submitNewsletter {
	margin: 0 0 40px 0;
}

.submitNewsletter p {
	color: #a6a9ab;
	font-size: 11px;
	margin: 0 0 5px 0;
}

/*
----------------------------------------------------------------------
content
----------------------------------------------------------------------
*/

#content {
	width: 960px;
	margin: 20px auto 0 auto;
}

/*
----------------------------------------------------------------------
Big banner
----------------------------------------------------------------------
*/

.newsBig {
	float: right;
	background: #00c0ff;
}

.blueSwitch {
	margin: 5px 0 5px 0;
	text-align: center;
}

.blueSwitch a {
	margin: 0 3px 0 3px;
}

.leftInfo {
	width: 270px;
}

.leftInfo ul {
	margin: 30px 0 30px 0;
	list-style-image: url(check.jpg);
}

.leftInfo ul li {
	margin: 10px 0 10px 30px;
}

/*
----------------------------------------------------------------------
small news
----------------------------------------------------------------------
*/

#smallNews {
	width: 960px;
	margin: 30px auto 30px auto;
}

#smallNews ul {
	width: 960px;
		overflow: hidden;
}

.smallNewsBox {
	background: #00c0ff;
	text-align: center;
	width: 222px;
	padding: 0 0 5px 0;
	float: left;
	margin-left: 0; /* 21px; */
}

.smallNewsBox a {
	text-transform: uppercase;
	color: #fff;
}

.smallNewsBox a:hover, .smallNewsBox:hover a {
	color: #000;
}

.smallNewsBox img {
	margin: 0 0 5px 0;
}

#slider1 li, #slider2 li, #slider3 li, #slider4 li, #slider5 li, #slider6 li, #slider7 li, #slider8 li, #slider9 li, #slider10 li { /* uzliekam lai slaiders saprot cik garš mums bloks */
	width: 246px;
}

.smallNewsBox a.hoverTable {
	position: absolute;
	width: 222px;
	height: 126px;
	background: url(smallnewsbg.png);
	color: #fff;
	display: none;
	text-transform: none;
}

.smallNewsBox a.hoverTable .cell {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.smallNewsBox:hover a.hoverTable {
	display: table;
}

/*
----------------------------------------------------------------------
first page produkts
----------------------------------------------------------------------
*/

#productGroups {
	width: 960px;
	margin: auto;
}

#productGroups ul li {
	border-bottom: 2px dotted #d9d9da;
	padding: 15px 0 15px 0;
	margin: 0;
	text-transform: uppercase;
}

#productGroups ul li a {
	cursor: pointer;
	background-image: url(prod_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 17px;
	color: #726565;
}

#productGroups ul li ul {
	margin: 10px 0 0 30px;
}

#productGroups ul li ul li {
	border-bottom: 0;
	padding: 0;
	margin: 0 15px 0 10px;
	list-style-image: none;
	list-style-type: disc;
	text-transform: none;
	float: left;
	font-size: 10px;
}

#productGroups ul li ul li a {
	background:transparent;
	padding: 0;
	color: #726565;
}

#productGroups ul li a:hover {
	text-decoration: underline;
}

#productGroups h3 {
	color: #000;
}

/*
----------------------------------------------------------------------
contacts
----------------------------------------------------------------------
*/

.contactMap {
	float: left;
	width: 632px;
}

.contactMap iframe {
	margin-top: 30px;
}

.contactInfoBlock {
	width: 285px;
	float: right;
}

.contactInfoBlock ul li {
	margin: 0 0 15px 0;
}

.contactInfoBlock ul li img {
	float: left;
	margin-right: 10px;
}

/*
----------------------------------------------------------------------
content
----------------------------------------------------------------------
*/

.manufBox {
	border-bottom: 2px dotted #d9d9da;
	padding: 80px 0 80px 0;
}

.manufBox.float1 img,.manufBox.float3 img,.manufBox.float5 img,.manufBox.float7 img,.manufBox.float9 img {
	float: left;
}

.manufBox.float2 img,.manufBox.float4 img,.manufBox.float6 img,.manufBox.float8 img,.manufBox.float10 img {
	float: right;
}

.manufBox.float1 .mInfo,.manufBox.float3 .mInfo,.manufBox.float5 .mInfo,.manufBox.float7 .mInfo,.manufBox.float9 .mInfo {
	float: right;
}

.manufBox.float2 .mInfo,.manufBox.float4 .mInfo,.manufBox.float6 .mInfo,.manufBox.float8 .mInfo,.manufBox.float10 .mInfo {
	float: left;
}

.manufBox img {
	margin: 0 80px 0 80px;
}

.manufBox .mInfo {
	width: 303px;
	margin: 0 80px 0 80px;
}

/*
----------------------------------------------------------------------
footer
----------------------------------------------------------------------
*/

#footer {
	width: 960px;
	margin: 40px auto 0 auto;
	text-align: center;
}

.contactPerson {
	border-bottom: 3px solid #00c0ff;
	float: right;
	width: 960px;
}

.contactPerson img {
	float: right;
}

.sendInfo {
	margin: 10px 0 0 0;
	padding: 4px 20px 0 0;
	width: 141px;
	height: 46px;
	float: right;
	text-align: right;
	background: url(send_box.jpg) no-repeat;
}

.sendInfo span {
	color: #fff;
}

/*
----------------------------------------------------------------------
PRODUCTS ALL
----------------------------------------------------------------------
*/

ul.productsAll li {
	width: 155px;
	height: 160px;
	border-bottom: 2px dotted #d4d4d4;
	float: left;
	padding: 30px 0 30px 0;
	text-align: center;
	color: #a8a8a8;
	margin: 0 15px 0 15px;
}

ul.productsAll li img {
	width: 150px;
	height: 120px;
}

ul.productsAll li a { color: #000; }
ul.productsAll li a:hover { color: #00c0ff }

body.products h2.productsH2All {
	border-bottom: 2px dotted #d4d4d4;
	padding: 0 0 10px 0;
	margin: 0 45px 10px 15px;
}

.productPageList {
	text-align: center;
	margin-top: 20px;
}

.productPageList a, .productPageList span {
	padding: 2px 7px 2px 7px;
	color: #fff;
}

.productPageList a { background: #cececf; color: #fff; }
.productPageList a:hover, .productPageList a.active, .productPageList span { background: #00c0ff; }
.productPageList a.prev, .productPageList a.next { background: #adadae; }
.productPageList a.prev:hover, .productPageList a.next:hover { background: #00c0ff; }

.productsAll a.pImg:hover img { 
	opacity: 0.5; /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=50); /* IE6-IE8 */
}

.prodPageBox {
	font-size: 14px;
}

body.products .prodPageBox h2.productsH2All {
	margin-top: 50px;
	border: 0;
}

body.products h2.productsH2All a {
	color: #000;
}

body.products h2.productsH2All a:hover {
	text-decoration: underline;
}

.prodPageBox img.prodImg {
	float: left;
	margin-right: 20px;
	width: auto;
	max-width: 100%;
	height: 100%;
}

.prodPageBox span {
	color: #a2a2a2;
}

ul.allProducts {
	padding-bottom: 10px;
}

ul.allProducts li {
	display: inline;
	padding: 0 10px 0 10px;
	float: left;
	margin: 0 0 10px 0;
}

/*
----------------------------------------------------------------------
PRODUCTS CONCEPT PAGE
----------------------------------------------------------------------
*/

.productGroup {
	width: 550px;
	float: right;
}

body.products .productGroup h2.productsH2All {
	border-bottom: 0px dotted #d4d4d4;
	padding: 0;
	margin: 0 45px 0 15px;
}

body.products .productGroup h2.productsH2All a {
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}
body.products .productGroup h2.productsH2All a:hover {
	text-decoration: none;
	color: #00c0ff;
}

.productGroup ul.productsAll li {
	width: 140px;
	height: 150px;
	border-bottom: 0px dotted #d4d4d4;
	float: left;
	padding: 10px 0 30px 0;
	text-align: center;
	color: #a8a8a8;
	margin: 0 20px 0 20px;
}

.productGroup ul.productsAll li img {
	width: 140px;
	height: 110px;
}

.conceptInfo {
	width: 330px;
	float: left;
}

.conceptInfo h2 {
	margin-top: 20px;
}

.conceptInfo p {
	margin-bottom: 15px;
}

.conceptInfo img {
	display: block;
}

#slideshow {
	margin:0 auto;
	width:550px;
	height:420px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:550px;
  height:440px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  	width:550px;
	height:440px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:20px;
  left:-34px;
  background: url(concept_arrow_left.jpg) no-repeat 0 0;
  width: 32px;
  height: 321px;
}
#rightControl {
  top:20px;
  right:-31px;
  background: url(concept_arrow_right.jpg) no-repeat 0 0;
  width: 32px;
  height: 321px;
}

#leftControl2 {
	display:none;
	text-indent:-10000px;
	position:absolute;
	top:20px;
	left:-34px;
	background: url(concept_arrow_left.jpg) no-repeat 0 0;
	width: 32px;
	height: 321px;
	opacity: 0.5; /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=50); /* IE6-IE8 */
}

#rightControl2 {
	display:none;
	text-indent:-10000px;
	position:absolute;
	top:20px;
	right:-31px;
	background: url(concept_arrow_right.jpg) no-repeat 0 0;
	width: 32px;
	height: 321px;
	opacity: 0.5; /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=50); /* IE6-IE8 */
}

/*
----------------------------------------------------------------------
project arrwos
----------------------------------------------------------------------
*/

a.prevProject, a.nextProject {
	display: block;
	position: absolute;
	width: 200px;
	height: 530px;
	text-indent:-10000px;
	/*top: 280px;*/
	top: 0;
	border: 0px solid red;
	z-index: 10000;
	background-color: transparent;
}

a.nextProject {
	right: -31px;
	background-image: url(arrow_right_2.jpg);
	background-repeat: no-repeat;
	background-position: 169px 250px;
}

a.prevProject {
	left: -31px;
	background-image: url(arrow_left_2.jpg);
	background-repeat: no-repeat;
	background-position: 2px 250px;
}

a.nextProject:hover {
	background-position: 169px 250px;
	background-image: url(arrow_right.jpg);
}

a.prevProject:hover {
	background-position: 0px 250px;
	background-image: url(arrow_left.jpg);
}

/*
----------------------------------------------------------------------
VIDEO GALERIJAS CSS
----------------------------------------------------------------------
*/

.videoGallery {
	margin: 30px 0 20px 0;
}

.videoGallery ul li {
	float: left;
	width: 320px;
	height: 120px;
}

.videoGallery ul li img {
	float: left;
	margin: 0 15px 0 0;
}

.videoGallery.newsModule ul li {
	float: none;
}


/*
----------------------------------------------------------------------
NEWS SOCIAL NETWORK STYLE
----------------------------------------------------------------------
*/

.socialNetwork {
	width: 250px;
	height: 250px;
	background: url(news_share_bg.jpg) no-repeat;
	float: right;
	padding: 71px 0 0 80px;
	margin: 0 0 0 50px;
}

.socialNetworkProducts {
	position: relative;
	right: 175px;
	top: 6px;
	float: right;
	width: 300px;
}

.fb-like {
	margin-left: 15px;
	margin-right: 10px;
}

.fb-like, .twitter-share-button {
	float: left;
}

.socialNetworkProducts .fb-like, .socialNetworkProducts .twitter-share-button {
	float: right;
}

/*
----------------------------------------------------------------------
SOME NEW PRODUCT STYLES
----------------------------------------------------------------------
*/

.slide-image-bg-box,
.image-list-thumbnail {
	height: 358px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.image-list-thumbnail {
	width: 150px;
	height: 84px;
	display: block;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.image-list-thumbnail:hover {
	opacity: 0.5;
}