
/*////////////////////////////////////////////////////////////////////////////////
EMAIL ADDRESSES
////////////////////////////////////////////////////////////////////////////////*/
span.mail {
direction: rtl; unicode-bidi:bidi-override;
}


/*////////////////////////////////////////////////////////////////////////////////
BOOTSTRAP MODIFICATIONS
////////////////////////////////////////////////////////////////////////////////*/
.container{
	max-width:1010px;
}

.jumbotron {
	margin-bottom:0px;
	padding:0px;
	margin-top:0px;
	background-color:white;
}
.navbar-header{
  
  margin-left:5px;
  /*width:100%;*/
  height:100px;
}

.nav{
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;

}
#lang_btns_container{
	margin-top:19px;
	width:100px;
	padding:0px;
	margin-right:30px;

}

.navbar{
	margin-bottom: 0px;
}
.navbar-default{
	background-color:#ffffff;
	border:none;
}

.dropdown-menu{
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}


/*
TAB
*/
.tab-pane img{
	width:100%;
}

/*
CUSTOM NAVBAR
*/
.navbar-custom {
    background-color:#ffffff;
    color:#8b8b8b;
    border-radius:0;
}
.navbar-custom li a:hover {
    background-color:white;
}

.navbar-custom .navbar-nav > li > a {
    color:#8b8b8b;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #8b8b8b;
    background-color:transparent;
	
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}



.navbar-default li a:hover{
	/*background: url('../images/menu_line.png');
	background-repeat:no-repeat;*/
}/*mobil hide @media (max-width: 1010px) {*/
.selected_menu{
	/*background: url('../images/menu_line.png');
	background-repeat:no-repeat;*/

}/*mobil hide @media (max-width: 1010px) {*/




/*
CUSTOM NAVBAR END
*/


/*.footer {
  position: absolute;

  bottom: 0px;
  width: 100%;

  height: 60px;
  background-color: #f5f5f5;
}*/
.footer, .push {
    height: 75px; /* .push must be the same height as .footer */
	background-color:#0386ca;
	max-width:1600px;
}
.footer{
	
	bottom:0px;
	background-image: url("../images/footer_bg.jpg");

    background-position: center top; 
	max-width:1600px;
	overflow:visible;
	min-height:75px;
	height:auto;
}

#bottom_spacer{
	/*min-height:1000px;*/
}
#footer_left{
		margin-top:0px;width:100%;height:75px;border-right:1px solid #bbbbbb;margin-left:auto;margin-right:auto;text-align:center;
	}
	
	#footer_center2{
		margin-top:0px;width:150px;border-right:1px solid #bbbbbb;float:left;
	}

	#footer_right{
		margin-top:0px;height:75px;width:100%;margin-left:auto;margin-right:auto;text-align:center;
	}




@media (min-width: 1010px) {
	#navbar{
		padding-top: 40px;
	}
	.textblock{
		padding-left:0px;	
	}
}
@media (max-width: 767px) {
	#lang_btns_container{
		margin-right:16px;
	}

	
}

@media (max-width: 1010px) {

.textblock{
		padding-left:0px;	
	}
	.navbar-header {

        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }


	.navbar-default li a:hover{
	background: none;
	}
	.selected_menu{
		background: none;
	}

	
	
}
@media (max-width: 992px) { /*original bootstrap desktop breakpoint*/

	.textblock{
		padding-left:0px;	
	}

	#contact_icon_list{
		margin-top:37px;
	}
	
	.footer{

		background-image: url("../images/footer_bg_sm.jpg");
		background-size: 100% 300%;
		background-position: center top; 
		max-width:1600px;
		overflow:visible;
		min-height:75px;
		height:auto;
	}
	
	#footer_left{
		height:65px;margin-bottom:10px;border-right:0px solid #bbbbbb;border-bottom:1px solid #bbbbbb;
	}
	#footer_center{
	
	}
	#footer_center2{
		border-right:0px solid #bbbbbb;float:left;
	}
	#footer_right{
		/*margin-top:30px;*/
		margin-bottom:20px;
		height:auto;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////
SUBMENU
////////////////////////////////////////////////////////////////////////////////*/

#submenu_container{
	margin-left:-30px;margin-right:-30px;
}

.submenu_img{
	width:100%;max-width:240px;
}

.submenu_link{
	width:100%;
	height:100%;
}
.submenu_link:hover{
text-decoration:none;

}
#submenu_linkbox1_active, #submenu_linkbox2_active, #submenu_linkbox3_active, #submenu_linkbox4_active{
	/*width:50%;*/
	background-image:url('../images/submenu_bg_active_hover.jpg');text-align:center;
	background-repeat: repeat-x;
	
}
#submenu_linkbox1_active:hover, #submenu_linkbox2_active:hover, #submenu_linkbox3_active:hover, #submenu_linkbox4_active:hover{
	background-image:url("../images/submenu_bg_active_hover.jpg");
}




#submenu_linkbox1{
	/*width:50%;*/
	background-image:url('../images/submenu_bg1.jpg');text-align:center;
	background-repeat: repeat-x;
}
#submenu_linkbox1:hover{
	background-image:url("../images/submenu_bg1a.jpg");
}
#submenu_linkbox2{
	/*width:50%;*/
	background-image:url('../images/submenu_bg2.jpg');text-align:center;
	background-repeat: repeat-x;
}
#submenu_linkbox2:hover{
	background-image:url("../images/submenu_bg2a.jpg");
}
#submenu_linkbox3{
	/*width:50%;*/
	background-image:url('../images/submenu_bg3.jpg');text-align:center;
	background-repeat: repeat-x;
}
#submenu_linkbox3:hover{
	background-image:url("../images/submenu_bg3a.jpg");
}
#submenu_linkbox4{
	/*width:50%;*/
	background-image:url('../images/submenu_bg4.jpg');text-align:center;
	background-repeat: repeat-x;
}
#submenu_linkbox4:hover{
	background-image:url("../images/submenu_bg4a.jpg");
}

.submenu_text{
	color:white;
	font-weight:bold;
	width:100%;
	height:40px;
	padding-top:8px;
	/*background-color:white;*/
	text-decoration:none;
}
.submenu_text_active{
	color:#137712;
	font-weight:bold;
	width:100%;
	height:40px;
	padding-top:8px;
	/*background-color:white;*/
	text-decoration:none;
}


.product_list_button{

	color:#8b8b8b;
	margin-bottom:19px;
	height:30px;
	line-height:13px;
	/*display:block;*/

}

.product_list_button_container{
	padding:0px;
	height:49px;

}

a.product_list_button_link{
	display:inline-block;
	color:#8b8b8b;
	text-decoration:none;
	height:30px;
	width:96%;
	margin-left:3px;
}
a.product_list_button_link:hover{
	display:inline-block;
	color:black;
	height:30px;
	background-color:#d9eed9;
	width:96%;
	text-decoration:none;
}
a.product_list_button_link_active{
	display:inline-block;
	color:black;
	height:30px;
	background-color:#d9eed9;
	width:96%;
	text-decoration:none;
	margin-left:3px;
}
a.product_list_button_link_active:hover{
	display:inline-block;
	color:black;
	height:30px;
	background-color:#c6e2c6;
	width:96%;
	text-decoration:none;
}

.separator{
	border-right:1px solid black;
	float:right;
	height:30px;
}


.product_reset_button_container{
	margin-top: 45px;
	margin-bottom: 45px;
}

.product_reset_button{
	
	font-weight:bold;
	border:1px solid #37a736;
	color:#37a736;
	text-decoration:none;
	height:30px;
	width:96%;
	margin-left:3px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:18px;
}
.product_reset_button:hover{
	font-weight:bold;
	background-color: #37a736;
	color:#ffffff;
	text-decoration:none;
	height:30px;
	width:96%;
	margin-left:3px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:18px;
}
.product_thumbnail_container{
	/*display:block;*/
	width:224px;
	height:148px;
	border:1px solid #dedede;
	 display:inline-block;
    float:none;
	padding:0px;
}
.product_text_block{
	position:absolute;
	bottom:0px;
	left:0px;
	display:inline-block;
	width:222px;
	height:48px;
	 background: #000000;
	background-color: rgba(0,0,0,0.5); 
	/*opacity: 0.5;
    filter: alpha(opacity=50); */
	margin:0px;
	padding:0px;
	pointer-events: none;
}
.product_text_field{
	color:white;
	display:inline-block;
	width:222px;
	height:48px;
	/*background-color:black;*/
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	
	margin:0px;
	padding:0px;
	pointer-events: none;
}
a.product_text_link{
	display:block;
	width:224px;
	height:148px;
	/*background-color:red;*/
}
a.product_text_link:hover{
	display:block;
	width:222px;
	height:146px;
	background-color:#0084cb;
	opacity: 0.2;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.product_page_header{
	background:url("../images/product_page_header.jpg");
	height:20px;
	width:100%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}




.product_download_container{
	margin-top:-30px;
	margin-bottom:30px;
	height:35px;
}
a.product_download_button{
	display:block;	
	font-weight:bold;
	border:1px solid #37a736;
	color:#37a736;
	text-decoration:none;
	height:35px;
	width:100%;
	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:18px;
}
a.product_download_button:hover{
	display:block;	
	font-weight:bold;
	background-color: #37a736;
	color:#ffffff;
	text-decoration:none;
	height:35px;
	width:100%;
	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:18px;
}
/*TABS*/
/*ul.nav-tabs > li {
  width: 25%;
  text-align: center;
}*/
/*.nav-tabs a {
   height: 54px;  
}
.nav>li>a {
	 padding: 18px 15px;
}*/














/*////////////////////////////////////////////////////////////////////////////////
SLIDESHOW RESPONSIVE
////////////////////////////////////////////////////////////////////////////////*/

.rslides_container {
	margin-bottom: 0px;
	position: relative;
	max-width:1600px;
	width:100%;
   	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	/*border:red solid 1px;*/

}
.vegas_slideshow {
	/*display:none;*/
	margin-bottom: 0px;
	position: relative;
	height:332px;
	overflow:auto;
}
.vegas_slideshow2 {
	/*display:none;*/
	margin-bottom: 0px;
	position: relative;
	height:240px;
	overflow:auto;
}
.vegas_slideshow3 {
	/*isplay:none;*/
	margin-bottom: 0px;
	position: relative;
	height:180px;
	overflow:auto;
}

#slider_placeholder{
	width:100%;
}


.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	width:100%;
	z-index:1000;
  margin-top:-30px;
  text-align: center;
  /*border:1px red solid;*/
  position:absolute;
    padding:0px;
  -webkit-padding-start:0px;

  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(255,255,255, .4);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(255,255,255, .8);
  }







/*////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
EDDIG TUTTI MARAD MINDEN!!!!!!!!!
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////*/





/*////////////////////////////////////////////////////////////////////////////////
DEFAULT ELEMENTS
////////////////////////////////////////////////////////////////////////////////*/
	html {
		height: 100%;
		/* position: relative;*/
		 min-height: 100%;
	}
	body{
		display:table;
		min-height: 100%;
		width:100%;
		margin-top:0px;
		margin-bottom:0px;
		/*margin-bottom: 60px;*/ /*bootstrap miatt*/
		margin-left:0px;
		margin-right:0px;
		background-color: #ffffff;
		
		/*font-family: 'PT Serif', serif;*
		font-family: 'Raleway', sans-serif;/
		font-family: 'Open Sans', sans-serif;
		font-style:normal;
		font-weight: 400;
		font-size: 13px;
		/*color: #a4897a;*/
		color: #757575;
		/*background-image: url("../images/top_bg.jpg");
		background-position:center top;
		background-repeat: repeat-x;*/
		/* background-image: url(images/background.jpg);*/


		/*background-repeat: no-repeat;
		 background-size: cover;
		background-position: center;/*
		/*background-position: 0px -300px;*/
	overflow:visible;
	}
	.roboto{
		font-family: 'Roboto Condensed', sans-serif;
	}
	

	h1{
		margin-top:5px;

		font-size: 22px;
		font-weight:normal;
		color:black;
		/*color:#284194;*/
	}
	h2{
		color:#757575;
		font-size: 23px;
		font-weight:normal;
		line-height: 25px;
		margin-bottom:28px;
		margin-top:52px;
	}

	h3{
		font-size: 16px;
		font-weight:normal;
	}

	img{
		border:0;
	}

	ul{
		/*color: #737272;*/
		 padding-left: 15px;
	}
	hr{
		border: 0;
		color: #cccccc;
		background-color: #cccccc;
		height: 1px;
	}
	/*p{
	
		margin-top:27px;
		margin-bottom:27px;
	}*/
	.normal_textblock{
		/*margin-top:27px;*/
		margin-bottom:20px;
	}

	.innored{
		color:#e41e1d;
	}
	.innored a{
		color:#e41e1d;
	}
	.button{
		/*font-family: 'Roboto Condensed', sans-serif;
		font-family: 'Raleway', sans-serif;*/
		font-family: 'Open Sans', sans-serif;
		/*background-color: #4CAF50;*/ /* Green */
		border: none;
		color: white;
		padding: 10px 35px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		display: inline-block;
		font-size: 14px;
		/*margin: 4px 2px;*/
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
		cursor: pointer;
	}
	.button1 {
		background-color: white;
		color: #0084cb;
		border: 1px solid #0084cb;
		padding: 0px;
		font-size:12px;
		border: 0px;
	}

	.button1:hover {
		/*background-color: #634e42;*/
		color: black;
	}
	.button2 {
		background-color: transparent;
		color: #634e42;
		border: 1px solid #634e42;
	}

	.button2:hover {
		background-color: #634e42;
		color: white;
	}


	.myinput{
		height:30px;
		font-family: 'PT Serif', serif;
		font-size: 16px;
		font-weight: 400;
		border:1px solid #b8b8b8;
		padding-left:5px;
		background-color:white;
	}

	#row_question_search input{
		 border: 0 !important;        /*Removes border*/
		  -webkit-appearance: none;        /*Removes default chrome and safari style*/
		  -moz-appearance: none;          /* Removes Default Firefox style*/
		 /* background: url("../images/input_magnifier.png") no-repeat; */        /*Adds background-image*/
		
		  /*background-position: right center;      */          /*Position of the background-image*/
		  width: 100px;                /*Width of select dropdown to give space for arrow image*/
	}
	
	
	.mytextarea{
		font-size: 14px;
		border:1px solid #b8b8b8;
		padding-left:5px;
		font-family: 'PT Serif', serif;
		font-size: 16px;
		font-weight: 400;
	}
	.myselect{
		height:35px;
		font-family: 'PT Serif', serif;
		color:#624e42;
		font-size: 16px;
		font-weight: 400;
		border:none;
		  padding-left:2px;
		/*padding-left:5px;*/
		/*content:"▼"; */
	}
.myselect {
      border: 0 !important;        /*Removes border*/
      -webkit-appearance: none;        /*Removes default chrome and safari style*/
      -moz-appearance: none;          /* Removes Default Firefox style*/
      background: url("../images/select_arrow.png") no-repeat;         /*Adds background-image*/
      /*background-position: 300px 12px;   */             /*Position of the background-image*/
      background-position: right center;                /*Position of the background-image*/
      width: 100px;                /*Width of select dropdown to give space for arrow image*/
}


	textarea:focus, input:focus, textarea:focus,{
	  outline: none;
	}


	.qanda_button{
		position:relative;
			/*border:1px solid red;*/
			display:block;
			
		width:50%;
		text-align:center;
		text-transform: uppercase;
		font-size:24px;
		margin-left:auto;
		margin-right:auto;
		/*padding-top:10px;*/
		height:70px;
		float:left;
		background-color:#ededed;
	}
	.qanda_button a{
	
		/*border:1px solid red;*/
		display:block;
		color:#634e42;
	/*margin-top:-10px;
	padding-top:12px;*/
	height:70px;

	
	}
	.qanda_button:hover{
		background-color:#e5e5e5;
		
	}
	.qanda_button_active{
		background-color:white;
		border: 1px #dfdddc solid;
		z-index:2;
		border-bottom: none;
	}
.qanda_button_text{
	padding-top:21px;
}

.qanda_form_container{
	/*border:1px solid black;*/
	position:relative;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

.search_box_container{
	display:block;
	overflow:visible;
	min-height:365px;

	
	/*max-width:1010px;*/
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
/*	border:1px solid green;*/

}
.search_box_inner_container{
	/*display:block;
	
	height:auto;
	min-height:200px;*/
	min-height:320px;
	/*overflow:none;
	overflow-x:auto;*/
	width:100%;
	max-width:1010px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid red;*/
}

	#qanda_login_form_container{
		width:50%;
		overflow:visible;
		min-height:200px;
		float:right;
		
	}
	/*#qanda_login_form_container_full{
		width:50%;
		overflow:visible;
		min-height:200px;
		float:right;
		
	}*/
	#qanda_login_form_container_full{
		width:80%;
		overflow:visible;
		min-height:200px;
		display:inline-block;
		float:none;
		clear:both;
		margin-top:50px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#qanda_login_form_button{
		width:50%;
		overflow:visible;
		min-height:200px;
		float:right;
	
	}
	#qanda_search_form_container{
		width:50%;
		overflow:visible;
		min-height:200px;
		float:left;
		clear:both;
	}
	#qanda_search_form_container_full{
		width:80%;
		overflow:visible;
		min-height:200px;
		float:none;
		clear:both;
		margin-top:70px;
		margin-left:auto;
		margin-right:auto;
	}


	#qanda_search_form_button{
		width:50%;
		overflow:visible;
		min-height:200px;
		float:left;
		clear:both;

		max-width:505px;
	}

	.forgetpass2{
		margin-left:10px;
		margin-top:14px;
		font-size:12px;
		text-decoration:underline;
		float:left;
	}

/*////////////////////////////////////////////////////////////////////////////////
GRIDDER SAJAT
////////////////////////////////////////////////////////////////////////////////*/
.gridder-list{
	overflow:hidden;
}
.gridtext_container{
	overflow:hidden;
	position:absolute;
	height:200px;
	width:200px;

}
.gridtext_container2{
pointer-events: none;
	margin-top:200px;
	position:absolute;
	height:200px;
	width:200px;

}
.gridtext_background{
	pointer-events: none;
	position:absolute;

	height:100%;
	/*height:200px;*/
	width:200px;
	background-color:black;
	opacity: 0.8;
}
.gridtext{

	pointer-events: none;
	position:absolute;

	width:200px;

}

.grid_item_title{
	text-decoration:none;
	font-size:18px;


}
.grid_item_name{
	text-decoration:none;
	font-size:12px;
	color:white;

	margin-right:0px;
	margin-bottom:10px;
}
.grid_opened_item_text{
width:100%;
	font-size:12px;
	/*line-height:12px;*/
	margin-right:30px;
}
/*////////////////////////////////////////////////////////////////////////////////
PAGE ELEMENTS
////////////////////////////////////////////////////////////////////////////////*/
	#page{
		position:relative;
		/*max-width:1280px;*/
		width:100%;
		/*height:100%;*/
		min-height: 100%;
		margin-left:auto;
		margin-right:auto;
		

		background-position:center top;
		background-repeat: repeat-x;
		overflow:visible;
		/*border: 1px solid red;*/
	
	}

	.lines{
		background-color:#ddd;
		height:1px;
		margin:0px;
	}

/*////////////////////////////////////////////////////////////////////////////
LOGO
////////////////////////////////////////////////////////////////////////////*/
	#logo_hun{
		z-index:2;
		position:absolute;
		/*margin-top:12px;*/
		/*margin-left:46px;*/
		width:350x;
		height:63px;
		background-image: url("../images/kb_logo_hun.jpg");
		overflow:visible;
		margin-left:15px;
		margin-top:20px;
	}
	#logo_hun a{
		display:block;
		width:350px;
		height:63px;
	}
	#logo_pic{
		width:350px;
	}

	#logo_eng{
		z-index:2;
		position:absolute;
		/*margin-top:12px;*/
		/*margin-left:46px;*/
		width:350x;
		height:63px;
		background-image: url("../images/kb_logo_eng.jpg");
		overflow:visible;
		margin-left:15px;
		margin-top:20px;
	}
	#logo_eng a{
		display:block;
		width:350px;
		height:63px;
	}



/*
	#logo_small{
		z-index:2;
		display:none;
		position:absolute;
		margin-top:12px;

		width:130px;
		height:88px;
		background-image: url("../images/hgy_logo_small.jpg");
		overflow:visible;
	}
	#logo_small a{
		display:block;
		width:130px;
		height:88px;
	}
	#logo_smaller{
		z-index:2;
		display:none;
		position:absolute;
		margin-top:0px;

		width:90px;
		height:63px;
		background-image: url("../images/hgy_logo_smaller.jpg");
		overflow:visible;
	}
	#logo_smaller a{
		display:block;
		width:90px;
		height:63px;
	}
	#logo_180{
		z-index:2;
		display:none;
		position:absolute;
		margin-top:40px;
		margin-left:25px;
		width:237px;
		height:32px;

		background-image: url("../images/smartwork_logo_little.png");
		overflow:visible;
	}
	#logo_180 a{

		display:block;
		width:90px;
		height:61px;

	}
*/
	



/*////////////////////////////////////////////////////////////////////////////
HEADER
////////////////////////////////////////////////////////////////////////////*/
	#header{
		/*position:absolute;*/
		min-width:320px;
		width:100%;
		
		height:141px;
		z-index:2;
		background:white;
	}
	#header_container{
		
		width:100%;
		height:141px;
	}
	#header_content{
		min-width:320px;
		width:100%;
		max-width:960px;
		height:141px;
		margin-left:auto;
		margin-right:auto;
	}

	/*#header_topmenu{
		border:1px blue solid;
		position:relative;
		float:left;
		overflow:visible;
	}

	#header_topmenu_pages{
		margin-top:6px;
		height:27px;
		float:left;

	}
	*/
/*	#header_topmenu_languages{
		border:1px red solid;
		font-size:10px;
		margin-top:10px;
		height:20px;
	
		text-transform:uppercase;

	}*/
	#header_topmenu_options{
		font-size:10px;
		margin-top:10px;
		margin-right:10px;
		float:right;
		clear:both;
		text-transform:uppercase;

	}

	/*.header_slogan{
		width:70%;
		text-align:right;
		font-size:26px;
		margin-top:10px;
		margin-right:10px;
		float:right;
		color:black;
		clear:both;
	}
	.header_slogan_link{
		font-size:14px;

		float:right;
		color:orange;
		clear:both;
	}*/




	.pic_container{
		position:relative;
		/*min-height:320px;*/
		overflow:visible;
		z-index:1;	
	
	}
	.pic_container2{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		width:100%;
		height:100%;

		/*overflow:hidden;*/
		/*background-color:blue;	*/
		z-index:5;
		/*border:1px solid blue;*/
	}

	.title_pic{

		/*max-width:1280px;*/
		width:100%;
		max-width:1600px;
		
		margin-left:auto;
		margin-right:auto;
		/*margin-top:-200px;*/
		/*height:100%;
		max-height:500px;
		overflow:visible;*/
		/*border-top:1px solid #dddddd;
		border-bottom:1px solid #dddddd;*/
		/*border:1px solid red;*/
		display: block;
		position: relative;
		/*float: left;*/
		/*margin-bottom:10px;*/
		
		pointer-events: none;
	}


	.fb_logo{
		margin-left:10px;
	}




/*////////////////////////////////////////////////////////////////////////////
Q AND A
////////////////////////////////////////////////////////////////////////////*/
.qanda_question_list_row{
		/*clear:both;
		margin-top:10px;
		*/
		width:100%;
		max-width:1000px;
		min-width:250px;	
		margin-left:auto;
		margin-right:auto;			
		/*margin-bottom:15px;*/
		overflow:hidden;
		border-bottom:1px solid #ddd;
	}

/*.qanda_question_list_row:hover{
	background-color:#eeeeee;
}*/

.qanda_question_plus_button {
		
		
		/*clear:both;
		margin-top:10px;
		*/
		/*width:100%;
		max-width:1000px;*/
	
		margin-left:auto;
		float:left;
		overflow:hidden;
		/*border:1px solid #red;*/
	}

/*.qanda_question_plus_button:hover{
	background-color:#eeeeee;
}*/
/*
.qanda_question_plus_button a{
		display:block;
	
		width:100%;
		max-width:1000px;
		min-width:270px;	
		margin-left:auto;
		
		overflow:hidden;
		border:1px solid #red;
	}
*/



.qanda_question_list_container{
	/*margin-left:10px;*/
	width:100%;
	height:80px;
	/*width:270px;*/
	float:left;
	/*border:1px red solid;*/
	 background: #ffffff url('../images/question_list_bg1.jpg') no-repeat;
	 		/*background:url('../images/icon_email.png');*/
			cursor:pointer;
}
.qanda_question_list_container_active{
	width:100%;
	height:80px;
	float:left;
	background: #ffffff url('../images/question_list_bg2.jpg') no-repeat;
}

.qanda_question_list_container:hover{
	/*margin-left:10px;*/
	width:100%;
	/*width:270px;*/
	float:left;
	/*border:1px red solid;*/
	/*background-color:#eeeeee;*/
	 background: #ffffff url('../images/question_list_bg2.jpg') no-repeat;
}
.qanda_question_list_container a{

	width:100%;
	height:80px;

	float:left;

}

.qanda_subheader{

	font-size:16px;

}



.qanda_question_list_container2{
	margin-left:10px;
	/*min-width:270px;
	width:66%;*/
	width:40%;
	float:right;
	/*border:1px red solid;*/
	text-align:right;
	margin-right:10px;	
}
.qanda_question_list_spacer{
	width:100%;
	margin-top:10px;
	float:left;
	/*border:1px blue solid;*/
}

.qanda_question_list_name{
	width:100%;
	
	text-transform:none;
	/*color: #a6a6a6;*/
	/*margin-left:10px;*/
	font-size:16px;
	font-weight:bold;
	float:right;
}
.qanda_question_list_address{

	float:left;
}

.paginator_button_container{
  	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	height:52px;
	padding-top:15px;
	padding-bottom:15px;
}
.paginator_button{
	width:25px;
	height:25px;
	margin-right:15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.paginator_button:hover{
	background-color:#eeeeee;
}
.paginator_button_active{
	width:25px;
	height:25px;
	margin-right:15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:underline;
}




/*////////////////////////////////////////////////////////////////////////////
FOOTER
////////////////////////////////////////////////////////////////////////////*/

	#footer{
		position:absolute;
		/* bottom:0px;*/
		
		margin-left:auto;
		margin-right:auto;
		/*max-width:1280px;*/
		width:100%;
		min-height:39px;
		overflow:hidden;
		background-color:#634e42;
		/*position:absolute;*/

	}
	#footer_absolute{
		position:absolute;
		bottom:0px;
	}
	#footer_content{
		max-width:940px;
		min-width:270px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:5px;
		padding-left:10px;
		text-align:center;
		min-width:310px;

		overflow:hidden;
	}

	.footer_block{
		width:210px;
		line-height: 20px;
		font-size:12px;
		font-weight: 100;
		float:left;
		margin-right:35px;
		margin-top:35px;
		min-height:120px;
		text-transform:uppercase;

	}

	.footer_block_head{
		text-transform:uppercase;
		color: #FDBB2F;
		font-size:22px;
		font-weight: 100;
		width: 210px;

		margin-bottom:8px;
	}


	.social_button_email{
		background:url('../images/icon_email.png');
	}
	.social_button_facebook{
		background:url('../images/icon_facebook.png');
	}
	.social_button_twitter{
		background:url('../images/icon_twitter.png');
	}
	.social_button_gplus{
		background:url('../images/icon_gplus.png');
	}
	.social_button_youtube{
		background:url('../images/icon_youtube.png');
	}
	.social_button_rss{
		background:url('../images/icon_rss.png');
	}
	.social_button_linkedin{
		background:url('../images/icon_linkedin.png');
	}

	.social_button_base{
		display:block;
		width:32px;
		height:30px;
		background-size: 32px 60px;
		background-repeat:no-repeat;
		float:left;
	}

	.social_button_swap:hover{
		background-position:center bottom;
	}
	.social_button_disable{
		background-position:center bottom;
		cursor:default;
	}

/*////////////////////////////////////////////////////////////////////////////
PAGE BOTTOM
////////////////////////////////////////////////////////////////////////////*/

	#page_bottom{
	
		position:relative;
		
		/*max-width:1280px;*/
		min-width:320px;
		width:100%;
		overflow:hidden;
		height:21px;
		background-color: #111111;
		margin-left:auto;
		margin-right:auto;
		/*background-image: url("../images/orange_bg.jpg");*/
	}

	#page_bottom_content{
		position:relative;
		margin-top:5px;
		max-width:960px;
		min-width:320px;
		width:100%;
		overflow:hidden;
		margin-left:auto;
		margin-right:auto;
	}

	.copyright{
		color:#a5a5a5;
		font-size:12px;
	
		margin-top:2px;
		margin-right:10px;
		font-family: 'Roboto Condensed', sans-serif;
	}

/*////////////////////////////////////////////////////////////////////////////
CONTENT
////////////////////////////////////////////////////////////////////////////*/
#content_container{
			
		/*margin-left:auto;
		margin-right:auto;
		max-width:1280px;*/
		min-width:320px;
		width:100%;
		/*overflow:auto;
		clear:both;
		z-index:10;*/
}
#content{
		/*position:relative;*/
		clear:both;
		min-height: 100%;
    height: auto !important;
		/*margin-top:20px;*/
		/*max-width:940px;*/
		min-width:270px;
		width:100%;
		/*margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;*/
		z-index:10;
		
		/*padding-bottom:100px;*/
		margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	}

#content_wrapper{
		/*position:relative;*/
		
		min-height: 100%;
		 height: auto !important;
		/*margin-top:20px;*/
		/*max-width:940px;*/
		min-width:270px;
		width:100%;
		/*margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;*/
		z-index:10;
		
		/*padding-bottom:100px;*/
		margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	}

.fullwidth_content_container{
		height:100%;
		width:100%;
		background-color:white;
}

.fullwidth_content{
		clear:both;
		/*max-width:940px;*/
		min-width:270px;
		width:100%;
		margin-top:25px;
		margin-bottom:25px;
		/*margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;*/
}

.fullwidth_content_pic{

}

.normal_content{

		/*clear:both;*/

		/*max-width:940px;*/
		min-width:270px;
		width:100%;
		height:auto;
		overflow:visible;
		margin-left:auto;
		margin-right:auto;

		/*margin-bottom:100px;*/
		/*margin-top:15px;*/
		padding-bottom:15px;

}
.normal_content_title{
		max-width:1600px;
		min-width:270px;
		width:100%;
		height:140px;
		overflow:visible;
		margin-left:auto;
		margin-right:auto;
		font-size:30px;
		margin-bottom:15px;
		background-color:#ededed;
}
.normal_content_title_text{
	position:absolute;
	/*display:inline-block;*/

	margin-top:35px;
	width:100%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	
	
}
.normal_content_title H2{
		max-width:1040px;
		margin-left:auto;
		margin-right:auto;
		clear:both;
		text-transform:uppercase;
		text-align:center;
		/*padding-top:15px;*/
		font-size:30px;
		font-weight:normal;
		background-image: url("../images/line.png");
}
.normal_content_title H2 span { 
	background-color:#ededed;
	padding-left:30px;
	padding-right:30px;
	white-space: nowrap;
}


.normal_content H2{

		clear:both;

		padding-top:15px;
		margin-top:0px;




}
.normal_content li{
		line-height:35px;
}
.normal_content_container{

		display:block;
		height:auto;
		overflow:visible;
		width:100%;
		background-color:white;
		/*margin-top:15px;*/
		

}



.mainpage_content H2{
		/*clear:both;*/
		padding-top:15px;
		margin-top:0px;
		/*color:red;*/
		text-transform: uppercase;
		font-size: 26px;
		font-weight: normal;
}
.mainpage_text{
	position:relative;
	min-width:450px;
	width:auto;
	overflow:visible;
	border-top:#634e42 1px solid;
	padding-top:15px;
	/*variable*/
	height:162px;
}

.mainmenu_pics{
	width:100%;
	max-height:283px;
	max-width:405px;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.mainmenu_pics:hover{
	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;
	z-index: 99;
}


.mainpage_blokk_left{
	position:relative;
	display:block;
	height:300px;
	max-width:405px;
	width:45%;
	overflow:visible;
	float:left;
	/*margin-right:20px;*/
	/*border:1px blue solid;*/
}


.mainpage_blokk_right{
	position:relative;
	display:block;
	/*height:300px;*/
	max-width:455px;
	width:48%;
	overflow:visible;
	float:right;
	margin-right:20px;
	/*border:1px red solid;*/
}
.mainpage_blokk_left2{
	position:relative;
	display:block;
	min-height:300px;
	max-width:455px;
	width:48%;
	overflow:visible;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	/*border:1px blue solid;*/
}
.mainpage_blokk_right2{
	position:relative;
	display:block;
	/*height:300px;*/
	max-width:405px;
	width:48%;
	overflow:visible;
	float:right;
	/*margin-right:20px;*/
	/*border:1px red solid;*/
}


.mainpage_blokk_3block{
	position:relative;
	display:block;
	/*height:300px;*/
	width:32%;
	overflow:visible;
	float:left;
	/*margin-right:10px;*/
	margin-bottom:10px;
	/*border:1px blue solid;*/
	/*height:460px;*/
}
.mainpage_blokk_3block_content{
	position:relative;
	display:block;
	height:250px;
	max-width:296px;
	width:90%;
	overflow:visible;
	/*margin-left:15px;*/
	margin-left:auto;
	margin-right:auto;
}
.third_block{
	float:right;
}
.second_block{
	margin-left:2%;
}

.mainpage_blokk_3block_content H2{
		/*clear:both;*/
		padding-top:15px;
		margin-top:0px;
		/*color:red;*/
		text-transform: uppercase;
		font-size: 18px;
		font-weight: normal;
}
.mainpage_3block_text{
	position:relative;
	
	max-width:266px;
	width:100%;
	overflow:visible;
	border-top:#634e42 1px solid;
	padding-top:15px;


}










.mainpage_content_container{
		position:relative;
		height:auto;
		overflow:visible;
		/*width:100%;*/
		max-width:1600px;
		background-color:white;
		
		background:url("../images/mainpage_bg_right.jpg") top right no-repeat;
		background-size: cover;
		
		margin-left:auto;
		margin-right:auto;
		/*border:1px red solid;*/
}
.mainpage_content2_container{
		position:relative;
		height:auto;
		overflow:visible;
		max-width:1600px;
		background-color:white;
		/*margin-top:15px;*/
		
		margin-left:auto;
		margin-right:auto;
}
.mainpage_content3_container{
		position:relative;
		overflow:visible;
		min-height:100px;
		/*display:block;
		
		*/
		width:100%;
		max-width:1600px;
		background-color:#ededed;
		background:url("../images/mainpage_bg_left.jpg") top left no-repeat;
		background-size: cover;
		background-size: 120%;
		/*margin-top:15px;*/

		margin-left:auto;
		margin-right:auto;
		
}

.mainpage_content{
		position:relative;
		display:block;
		max-width:940px;
		min-width:270px;
		width:100%;
		min-height:300px;
		height:100%;
		overflow:visible;
		/*overflow-x:auto;*/
		overflow-x:hidden;
		margin-left:auto;
		margin-right:auto;
		padding-top:30px;
		padding-bottom:30px;
		/*order: 1px solid green;*/
		
}
.mainpage_pics_container_small{
		position:relative;
		display:block;
		
		max-width:296px;
		max-height:219px;
		height:auto
		width:100%;
		overflow:hidden;
}
.mainpage_pics_container_big{
		position:relative;
		display:block;
		
		max-width:405px;

		max-height:283px;
		overflow:hidden;
}




	#content_productlist{
		clear:both;
		margin-top:10px;
		max-width:960px;
		min-width:270px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
	}
	#content_product_single{
		margin-top:10px;
		max-width:960px;
		min-width:270px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
		text-align:center;
	}
	#content_spacer{
		margin-top:15px;
		margin-left:10px;
		margin-right:10px;
	}

	.morzsa{
		width:100%;
		max-width:960px;
		min-width:300px;
		min-height:15px;
		margin-top:3px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		/*clear:both;*/
		color:black

	}
	.morzsa_container{
		font-size:11px;
		overflow:auto;
		margin-top:2px;
		margin-left:10px;
		background-color: white;
		width:auto;
		padding-bottom:2px;
	}


	.rightmenu_separator{
		width:162px;
		height:38px;
		background-image: url("../images/rightmenu_separator.jpg");
	}


	.language_menu_separator{
		margin-left:5px;
		margin-right:5px;
	}
	.language_menu_separator_active{
		margin-left:5px;
		margin-right:5px;
	}


	.centered {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	.centered_5px_topmargin {
		float:left;
		width:100%;
		height:20px;
		margin-top:10px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	.centered_message {
		clear:both;
		width:100%;
		margin-top:60px;
		margin-bottom:60px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

/*////////////////////////////////////////////////////////////////////////////////
DOKUMENTUMOK
////////////////////////////////////////////////////////////////////////////////*/
.document_content_container {
	width:100%;
	min-width:300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: auto;
	margin-bottom: 30px;
}
.document_container {
	display: inline-block;

	width:140px;
	height:190px;
	text-align:center;
	margin: 5px;
	font-size: 12px;
}
.document_container a {
	position: absolute;

	display: block;
	_display: block;
  *display: block;
	width:140px;
	height:190px;
	border:1px solid #cccccc;
	text-align:center;
}
.document_container a:hover {
	border:1px solid #aaaaaa;
	color:black;
}
.document_box {

	width:140px;
	height:190px;
}
.document_pic {
	margin-top: 10px;
	width:100px;
	height:100px;

}
.document_text {
	width:120px;
	margin-left: auto;
	margin-right: auto;
	
}
/*////////////////////////////////////////////////////////////////////////////////
FORM PANEL
////////////////////////////////////////////////////////////////////////////////*/

.form_panel {
	/*max-width: 960px;*/
	width:100%;
	background-color: white;
	margin-bottom:10px;

}
div.form_button {
	float: left;
	text-align: center;
	max-width: 960px;
	width:100%;
	height: 33px;
}

div.form_button a{
	display:block;

	max-width: 960px;
	width:100%;
	height: 15px;
	padding:8px;

	background-color: #dddddd;
	border: 1px #eeeeee solid;


	text-decoration:none;
}
div.form_button a:hover {
	border: 1px #dddddd solid;
	background-color: #cccccc;

	color:black;
	text-decoration:none;
}

.form_row_normal {
	float: left;
	/*text-align:center;*/
	max-width: 960px;
	width:100%;
	background-color: white;
	/*border-bottom: 1px #634e42 solid;*/
	
	/*padding:5px;*/
	/*margin-bottom:15px;*/
}

.form_row_normal:hover {
	/*border-bottom: 1px #634e42 solid;*/
}

.form_row_title {
	max-width: 960px;
	width:100%;
	margin-left:auto;
	margin-right:auto;


	font-size: 12pt;
	background-color: white;
	padding:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}


.form_title {
	display:block;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
.form_field {
	display:block;
	width:300px;

	margin-left:auto;
	margin-right:auto;

	background-color: white;
	padding:2px;
}
.form_field_message_container {
	font-size:10px;
	display:block;
	/*width:300px;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;

	margin-bottom:5px;
	background-color: white;
}

#mainpage_content_form{
	min-width:270px;
	width:50%;
	float:right;
}

#contact_form_left_panel{
	
	/*margin-top:15px;*/
	float:left;
	min-width:270px;
	width:40%;
	text-align:left;
	/*border:1px solid red;*/
}

.form_title_contactform {
	display:block;
	bottom:0px;
	float:left;
	width:60px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-left:10px;
}
.form_title_contactform_message {
	display:block;
	bottom:0px;
	float:left;
	width:60px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	margin-left:10px;
}

.form_field_message_ok{
	float:none;
	text-align:center;
	font-size:12px;
}

.form_field_contactform {
	display:block;
	width:100%;
	float:left;
	text-align:left;
	/*margin-top:4px;*/
	margin-left:auto;
	margin-right:auto;

	background-color: white;
	padding:2px;
	/*border: 1px solid green;*/
}
.form_field_qandaform {
	display:block;
	width:99%;
	float:left;
	text-align:left;
	margin-left:auto;
	margin-right:auto;

	background-color: white;
	padding:2px;
	/*border: 1px solid green;*/
}

.form_field_message_container_contactform {
	font-size:10px;
	display:block;
	width:100%;
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:left;
	/*margin-bottom:5px;*/
	background-color: white;

}




/*////////////////////////////////////////////////////////////////////////////////
TEXT STYLES
////////////////////////////////////////////////////////////////////////////////*/
	.title_text{
		font-size:18px;
		line-height:20px;
	}

	.normal_text{
		font-size:14px;
	}

	.small_text{
		font-size:12px;
	}

	.main_menu_separator {
		display:block;
		float:left;
		/*margin-left: 8px;
		margin-right: 8px;*/
		width:3px;
		/*height:30px;*/
		/*background-image: url("../images/mainmenu_separator.jpg");*/
		padding-top:8px;
	}
	.main_menu {
		float:left;
		margin-top: 5px;
		padding-left:10px;
		padding-right:10px;
		height:30px;
	}
	.main_menu_active {
		float:left;
		margin-top: 8px;
		/*color:#284194;*/
		color:black;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;
		background-color:white;
	}

	.fotomenu_separator {
		display:inline;
		margin-left: 8px;
		margin-right: 8px;
	}





/*////////////////////////////////////////////////////////////////////////////////
LINKS
////////////////////////////////////////////////////////////////////////////////*/
	a {
		color:#0084cb;
		text-transform:uppercase;
		text-decoration:none;
	}

	a:hover{
		color:black;
		text-transform:uppercase;
		text-decoration:none;
	}

	a.grey_link {
		color:#757575;
		text-transform:uppercase;
		text-decoration:none;
	}

	a.grey_link:hover{
		color:black;
		text-transform:uppercase;
		text-decoration:none;
	}

	a.footer_link {
		color:#dedede;
		text-transform:none;
		font-weight:bold;
		text-decoration:none;
	
	}

	a.footer_link:hover{
		color:white;
		text-transform:none;
		text-decoration:none;
	}

	.morelink {
		font-size:12px;
	}


	.active_menu{
		display:inline;
		color:#bebebe;
	}

	.orange_link{
		color:#f26822;
		font-weight: bold;
		text-decoration:none;
	}

	a.orange_link:hover{
		color:#f26822;
		font-weight: bold;
		text-decoration:underline;
	}
	.black_link{
		color:black;
		font-weight: bold;
		text-decoration:none;
	}

	a.black_link:hover{
		color:black;
		font-weight: bold;
		text-decoration:underline;
	}

	.lightgrey_link{
		color:#eeeeee;
		text-decoration:none;
	}

	a.lightgrey_link:hover{
		color:#df6733;
	}

	.white_link{
		color:white;
		text-decoration:none;
	}

	.nowrap_link{
		white-space:nowrap;
	}

	a.white_link:hover{
		color:#dddddd;
	}

	.lightgrey2_link{
		color:#aaaaaa;
		text-decoration:none;
	}

	a.lightgrey2_link:hover{
		color:#FDBB2F;
	}
	.white2_link{
		color:#ffffff;
		text-decoration:none;
	}

	a.white2_link:hover{
		color:#FDBB2F;
	}


	.blue_link{
		color:black;
		/*color:#284194;*/
		text-decoration:none;
	}

	a.blue_link:hover{
		color:white;
	}




	.ref_pic_link{
		display:block;
		margin-top:12px;
		width:161px;
		height: 77px;
		border: 3px solid white;
	}

	a.ref_pic_link:hover{
		border: 3px solid #777777;
	}

	.event_link{
		display:block;
		margin-top:12px;
		padding:10px;
		width:660px;
		height: 100px;
		background-color: #eeeeee;
	}
	a.event_link:hover{
		display:block;
		background-color: #dddddd;
	}
	.event_pic{
		float:left;
		width:100px;
		height: 100px;
	}
	.event_text{
		display:block;
		float:left;
		width:550px;
		margin-top:40px;
		text-align:center;
	}
	.mainpage_link{
		font-weight:bold;
		text-decoration:none;
	}
	a.mainpage:hover{
		color:#be9911;
		font-weight:bold;
		text-decoration:none;
	}



.submenu_blocks_separator {
		display:inline;
		margin-left: 0px;
		margin-right: 8px;
	}

.submenu_blocks_normal{
	float:left;
	padding:5px;
	margin-top:8px;
	/*margin-right:5px;
	border:1px black solid;*/
}
.submenu_blocks{
	background-color:#284194;
	color: white;
	float:left;
	padding:5px;
	margin-right:5px;
	margin-top:8px;
}
.submenu_blocks_links{


}



/*////////////////////////////////////////////////////////////////////////////
PORTFOLIO
////////////////////////////////////////////////////////////////////////////*/



.item {
	width:192px;
	height:192px;
	margin:2px;

	/* required to hide the image after resized */
	overflow:hidden;

	/* for child absolute position */
	position:relative;

	/* display div in line */
	float:left;
}

.item .caption {
	width:192px;
	height:192px;
	background:#000;
	color:#fff;
	font-weight:bold;
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}



.test {
	position:absolute;
	width:192px;
	height:192px;

	color:#fff;

	display:none;
}
.test a {

	display:block;
	width: 192px;
	height: 192px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	text-decoration:none;
	font-size:18px;

}
.test p {
	position:absolute;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size:11px;
	margin-left:10px;
	margin-right:10px;

	bottom: 0px;
	color:white;


}

.item a {
	display:block;

}

.item_title {
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	text-decoration:none;
	font-size:18px;
}


.caption a {

	display:block;
	width: 200px;
	height: 200px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	text-decoration:none;
	font-size:18px;

}



.item .caption p {
	position:absolute;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size:11px;
	margin-left:10px;
	margin-right:10px;

	bottom: 0px;
	color:white;


}

.item img {
	border:0;
	width:192px;
	height:192px;
	/* allow javascript moves the img position*/
	/*position:absolute;*/
}

.clear {
	clear:both;
}




/*////////////////////////////////////////////////////////////////////////////////
PRODUCTS
////////////////////////////////////////////////////////////////////////////////*/
/*.products_container{
	width:auto;
	max-width:960px;
	margin: 0 auto;
	text-align:center;
}
.product_list_container{
	position: relative;
	width:300px;
	height:390px;
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
}

.product_list_pic_container{
	width:300px;
	height:200px;
	overflow:hidden;
}
div.product_list_container a.product_list_link{
	position: absolute;

	 top: 0;
    left: 0;
	width:300px;
	height:390px;
	border:1px white solid;
}
div.product_list_container a.product_list_link:hover{
	position: absolute;
	 top: 0;
    left: 0;
	width:300px;
	height:390px;
	border:1px #dedede solid;
}
.product_list_title{
	text-transform:uppercase;
	font-size:12px;
	color:#444444;
	margin-bottom:8px;
	margin-top:5px;
		height:20px;
}
.product_list_group_title{
	text-transform:uppercase;
	font-size:11px;
	color:#444444;
	margin-bottom:8px;
	margin-top:8px;

}
.product_list_text{
	font-size:12px;
	color:#444444;
	margin-bottom:3px;
}
.product_list_price{
	font-size:14px;
	color:#444444;
	margin-top:12px;
	font-weight:bold;

}


.product_container{

	width:100!;
	max-width:960px;
	min-height:420px;
	margin: 0 auto;
	text-align:center;
	overflow:hidden;

}
.product_back{
	height:20px;
	margin-left:10px;
	text-align:left;
}
.product_pic_container{
	float:left;
	display:block;
	margin-left:10px;
	width:45%;


	max-width:420px;

	min-width:300px;
	min-height:300px;
}
.product_text_container{
	display:block;
	float:right;
	text-align:left;
	margin-right:20px;
	width:50%;
	max-width:450px;

	min-width:300px;

	height:auto;

}
.product_title{
	text-transform:uppercase;
	font-size:16px;
	color:#444444;
	margin-bottom:15px;
}
.product_pic{
	width:100%
}
.product_text{
	float:left;
	font-size:12px;
	color:#444444;
	margin-bottom:15px;

}
.product_label{
	clear:both;
	font-weight:bold;
	float:left;
	width:120px;
	font-size:12px;
	color:#444444;
	margin-bottom:15px;
}
#qty{
	margin: 0px;
    background-color: white;
    background-transparency: 0.5;
	-webkit-appearance: none;
	border:1px solid #ddd;
	background:url("../images/arrow.png") right no-repeat;
}

#language_select{
	margin: 0px;
	padding-right:15px;
    background-color: white;
    background-transparency: 0.5;
	-webkit-appearance: none;
	border:1px solid #ddd;
	background:url("../images/arrow.png") right no-repeat;
}


.basket_button{
	clear:both;
	color:white;
	background-color:black;
	width:120px;
	height:36px;
	float:left;
	margin-top:20px;
}
.basket_button a{
	color:white;
	display:block;
	width:120px;
	height:36px;
}
.basket_button :hover{
	color:#ddd;
}

.basket_button_text{
	line-height:36px;
	margin-left:auto;
		margin-right:auto;
		text-align:center;
}




.buylink_button{

	position:absolute;
	margin-left:50px;

	color:black;
	width:200px;
	height:22px;

	border:1px solid #dddddd;
}
.buylink_button a{
	color:black;
	display:block;
	width:200px;
	height:22px;
}
.buylink_button :hover{
	color:black;
	cursor:pointer;
	background-color:#FDBB2F;
}

.buylink_button_text{
	line-height:22px;
	width:200px;
	height:22px;

	text-align:center;
}




.product_admin_button{
	display:inline;
	position:absolute;

	margin-left:100px;

	color:black;
	width:50px;
	height:22px;

	border:1px solid #dddddd;
	background-color:#dddddd;
}
.product_admin_button a{
	color:black;
	display:block;
	width:50px;
	height:22px;
}
.product_admin_button :hover{
	color:white;
	cursor:pointer;
	background-color:#f26822;
}

.product_admin_button_text{
	line-height:22px;
	width:50px;
	height:22px;

	text-align:center;
}








.prodtext_link{
	margin-top:10px;

	float:left;
	color:#aaa;
	font-weight:normal;
	cursor:pointer;
}
.prodtext_link_active{
	margin-top:10px;
	float:left;
	color:black;
	font-weight:bold;
		cursor:default;
}
a.prodtext_link_active:hover{
		color:black;
		font-weight: bold;
		text-decoration:none;
	}

.text_link_separator{
	color:#ddd;
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	float:left;
}
.product_long_text_active{
	margin-top:20px;
	float:left;
	display:block;
}
.product_long_text{
	margin-top:20px;
	float:left;
	display:none;
}

*/

/*////////////////////////////////////////////////////////////////////////////////
BASKET
////////////////////////////////////////////////////////////////////////////////*/
.basket_row {
	cursor:default;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: helvetica, monospace;
	padding: 4px;

}
.basket_row:hover{
	background-color: #eeeeee;
}

.basket_title_row {
cursor:default;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: helvetica, monospace;
	font-weight: bold;
}


.basket_row_name_code {
	width:100px;
	float: left;

}
.basket_row_name {
	/*width:130px;*/
	position:relative;
	text-transform:uppercase;
	float: left;
	font-size:13px;
	color: black;
		margin-top: 4px;
	margin-bottom: 4px;
}
.basket_row_code {
	font-size:8pt;
		color: #888888;
	float: left;
}


.basket_row_price {
	white-space:nowrap;
	cursor:default;
	width:80px;
	float: right;
	text-align:right;
	/*padding-right: 5px;
	padding-left: 5px;*/
	font-size:13px;

}
.basket_row_qty {
	cursor:default;
	/*width:70px;*/
	float: right;
	text-align:right;
	/*padding-right: 5px;
	padding-left: 5px;*/
	margin-right: 5px;
	margin-left: 15px;
	font-size:13px;
}
.basket_row_qty_option {
	cursor:default;
	width:34px;
	float: right;
	text-align:right;
	padding-right: 1px;
	padding-left: 1px;
}
.basket_row_totalprice {
	white-space:nowrap;
	cursor:default;
	width:80px;
	float: right;
	text-align:right;
	padding-right: 5px;
	padding-left: 5px;
	font-size:13px;
}
.basket_row_description {
	cursor:default;
	font-size:8pt;
	line-height:9pt;
	color: #888888;
	clear:both;
	padding-right: 5px;
	/*padding-left: 5px;*/
	font-size:11px;
}
.basket_row_delete {
	color:red;
	font-size:9pt;
	float:right;
	text-align:right;
}

.order_button {
	background:url("../images/basket_arrow.png") right no-repeat;
	background-color:#dddddd;
	height:40px;
	/*line-height:40px;*/
	width: 25%;
	/*min-width:230px;*/
	font-size:11pt;
	text-align:center;

	float:left;
}

.order_button_inactive {
	color:#aaa;
	background-color:#efefef;
background:url("../images/basket_arrow.png") right no-repeat;
	height:40px;
	/*line-height:40px;*/
	width: 25%;
	/*min-width:230px;*/
	font-size:11pt;
	text-align:center;

	float:left;
}

	div.Clickable {
		cursor: pointer;

	}
	div.Clickable_inactive {
		cursor: default;
		background-color:#efefef;
	}
	div.Clickable:hover{
		cursor: pointer;
		background-color:#cccccc;
	}
	.order_button_link{
		color:#333;
	}
	.order_button_link:hover{
		color:#333;
	}
/*.order_button_text a{
	display:block;
	position:relative;
	height:40px;
	width: 25%;
	border:1px solid red;
}*/
.order_button_text {

	/*color:red;*/
	/*background-color:#ddd;*/
	height:40px;
	line-height:15px;
	width:80px;
	/*min-width:230px;*/
	font-size:10pt;
	text-align:center;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;

	/*border:1px solid blue;*/
}

.next_step{
	display:block;
	/*height:40px;
	line-height:40px;*/
	width: 25%;
	/*border:1px solid red;*/
	text-align:center;
	float:left;
}

.next_step_text{
	font-size:8pt;
	display:block;
	/*height:40px;
	line-height:15px;*/
	text-align:center;

	/*border:1px solid red;*/
}

/*
	#right_container{
		float:right;
		width:246px;
		margin-top:26px;
		margin-right:0px;
	}

	#right_top{
		font-size:14px;
		width:199px;
		min-height:21px;
		padding-top:0px;
		padding-bottom:40px;
		padding-left:37px;
		padding-right:10px;
		background-image: url("../images/bg_extralight.jpg");
		background-color: #f0f0f0;
	}
	#right_bottom{
		font-size:14px;
		width:199px;
		min-height:250px;
		padding-top:0px;
		padding-bottom:40px;
		padding-left:37px;
		padding-right:10px;
		background-image: url("../images/bg_extralight.jpg");
		background-position:center bottom;
		background-color: #f0f0f0;
	}


	#right_dark{
		color:#eeeeee;
		width:199px;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:37px;
		padding-right:10px;
		background-image: url("../images/bg_dark.jpg");
		background-color: #a9a9a9;
	}

	#right_light{
		width:199px;
		min-height:21px;
		padding-top:23px;
		padding-bottom:25px;
		padding-left:37px;
		padding-right:10px;
		background-image: url("../images/bg_light.jpg");
		background-color: #e0e0e0;
	}

	#right_lightest{
		width:199px;
		min-height:21px;
		padding-top:30px;
		padding-bottom:60px;
		padding-left:37px;
		padding-right:10px;
		background-image: url("../images/bg_lightest.jpg");
		background-color: #f0f0f0;
	}

	.mainpage_box{
		display:block;
		margin-top:4px;
		margin-bottom:12px;
		margin-right:25px;
		width:212px;
		height: 290px;
		float:left;

	}
	.mainpage_box_right_mod{
		margin-right:0px;
	}
	.mainpage_pic{
		float:left;
		width:212px;
		height: 102px;
	}
	.mainpage_title{
		display:block;
		width:212px;
		float:left;
		margin-bottom:15px;
		margin-top:15px;
		color:#be9911;
		font-size:14px;
	}

	.clearfloat{
		clear:both;
	}


	.galeriak{
		clear: both;
		text-align:center;

	}
	.slideshow_pic{
		width:950px;
	}
	*/
