@font-face {
  font-family: 'SansationRegular';
  src: url('fonts/Sansation_Regular-webfont.eot');
  src: url('fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Sansation_Regular-webfont.woff') format('woff'),
       url('fonts/Sansation_Regular-webfont.ttf') format('truetype'),
       url('fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SansationBoldItalic';
  src: url('fonts/Sansation_Bold_Italic-webfont.eot');
  src: url('fonts/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Sansation_Bold_Italic-webfont.woff') format('woff'),
       url('fonts/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
       url('fonts/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {	
	font-family: Arial;
	font-size: 14px;
	color: #676161;
}

a, a:visited {
  color: #686868;
  text-decoration: none;
}

a:hover {
  color: #548dd4;
}

input, select, textarea {
	font-family: Arial;
	font-size: 11px;
  color: #676161;
  border: 0 none;
}

input[type="text"] {
	background: url('../images/bg_textbox.gif') no-repeat scroll 0 0;
  width: 174px;
  height: 29px;
  padding: 0 10px;
  line-height: 250%;
}

textarea {
	background: url('../images/bg_textarea.gif') no-repeat scroll 0 0;
  width: 378px;
  height: 67px;
  padding: 10px;
  margin-bottom: 10px;
  resize: none;
}

.clear:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0!important;
  line-height: 0;
  font-size: xx-large;
  content: ".";
}

h1 {
  font-size: 36px;
  font-family: 'SansationBoldItalic';
  text-align: center;
}

a.btn_see_more, a.btn_see_more:visited {
  display: inline-block;
  height: 42px;
}

a.btn_see_more.pl {
	background: transparent url('../images/pl/btn_see_more.png') no-repeat scroll 0 0;
	width: 188px;
}

a.btn_see_more:hover {
  background-position: 0 -42px;
}

.content {
  width: 960px;
  margin: 0 auto;
}

.page_container {
  width: 100%;
}

.bigger {
  font-size: 16px;
}

#top {
	background: transparent url('../images/bg_top.png') repeat-x scroll 0 0;
	width: 100%;
	height: 91px;
	position: fixed;
	z-index: 300;
  font-family: 'SansationRegular';
}

#top .content {
  position: relative;
  height: 91px;
}

#logo {
  position: absolute;
  left: 0;
  top: 35px;
}

#menu {
  position: absolute;
  right: 160px;  
  top: 42px;
}

#menu li {
  display: inline;    
  margin-right: 50px;
}

#menu li.backLava {
	background: url('../images/back_lava.png') no-repeat scroll center 0;
	height: 20px !important;
	bottom: -42px !important;
	top: auto !important;
}

#menu li a, #menu li a:visited {
  font-size: 16px;
}

#menu li a:hover, #menu li a.active, #contact_tab a:hover, #contact_tab a.active {
  color: #c21c19;
} 

#contact_tab {
	background: transparent url('../images/bg_top_tab.png') no-repeat scroll center bottom;
  width: 160px;
  height: 107px;
  padding: 0 10px;
  position: absolute;
  right: -160px;
  bottom: -48px;
  text-align: center;
  margin-right: 0 !important;
}

#contact_tab img {	
  margin: 25px 0 10px 0;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;    
}

#contact_tab img.rotate {
 -webkit-transform: rotate(29deg);
  -moz-transform: rotate(29deg);
  -o-transform: rotate(29deg);
  transform: rotate(29deg);
}

#contact_tab a, #contact_tab a:visited {
  font-size: 27px !important;
  padding-top: 0px;
  margin-top: 0px;  
  display: block;
  /*background-color: #fff;*/
}

#home {
	background: transparent url('../images/bg_home.jpg') no-repeat scroll center 89px;
  height: 575px;
  padding-top: 89px;
}

#home_slider {
  width: 960px;
  height: 575px;
  margin: 0 auto;
  position: relative;
}

#home_slider ul li {
  width: 960px;
  height: 575px;
  display: block;
}

#home_slider ul li h1 {
  font-family: 'SansationBoldItalic', Tahoma;
  color: #d12a25;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 38px;
  padding-top: 155px;
  text-align: left;
}

#home_slider ul li p {
  font-family: 'SansationRegular', Tahoma;
  color: #000;
  font-size: 20px;  
  margin-top: 15px;
  line-height: 24px;  
}

#home_slider ul li p.btn_holder {
  text-align: right;
}

#home_slider ul li.slide1 {
  background: transparent url('../images/slide1.png') no-repeat scroll right bottom; 
}

#home_slider ul li.slide2 {
  background: transparent url('../images/slide2.png') no-repeat scroll right bottom; 
}

#home_slider ul li.slide3 {
  background: transparent url('../images/slide3.png') no-repeat scroll right bottom; 
}

#home_slider ul li.slide1 div, #home_slider ul li.slide2 div, #home_slider ul li.slide3 div {
  width: 330px;
}

#home_slider_pager {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 100;
  text-align: center;
  width: 100%;
  height: 22px;
}

#home_slider_pager a, #home_slider_pager a:visited {
  background: transparent url('../images/pager_slider.png') scroll no-repeat 0 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 4px;
}

#home_slider_pager a:hover, #home_slider_pager a.activeSlide {
  background-position: 0 -22px;
  cursor: pointer;
}

#ability {
  background: #d12a25 url('../images/bg_red.jpg') scroll repeat-x 0 0;
  padding-bottom: 80px;
  color: #fff;
}

#ability .content {
  position: relative;
}

#ability h2 {
  font-family: 'SansationBoldItalic', Tahoma;
  font-size: 30px;
  line-height: 34px;
  height: 75px;
  text-align: center;  
}

#ability h2.tab {
  background: url('../images/bg_ability_tab.png') scroll no-repeat 0 0;
  width: 498px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -249px;   
  color: #d12a25; 
  line-height: auto; 
}

#ability ul {
  padding-top: 110px;
}

#ability ul li {
  width: 300px;
  display: block;
  float: left;
  margin-right: 30px;
  text-shadow: 0 1px 1px #6e130e;
}

#ability ul li.last {
  margin-right: 0;
}

#ability ul li .ico_holder {
  width: 135px; 
  height: 135px; 
  position: relative; 
  margin: 40px auto
}

#ability ul li a {
  background: transparent url('../images/ability_ico.png') scroll no-repeat 0 0;
  display: block;
  width: 135px;
  height: 135px;
  position: absolute;
  left: 0;
  bottom: 0;
  
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;   
  
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;     
}

#ability ul li a:hover {
  box-shadow: 0 0 55px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 55px rgba( 255, 255, 255, 1); 
  -moz-box-shadow: 0 0 55px rgba( 255, 255, 255, 1); 
}

#ability ul li.solutions a {
  background-position: 0 -135px;
}

#ability ul li.security a {
  background-position: 0 -270px;
}

#ability ul li p {
  line-height: 19px;
  padding: 0 20px;
}

#products {
  background: url('../images/bg_grid.jpg') scroll repeat 0 0;
  padding: 48px 0 75px 0;
}

#products h1, #contact h1 {
  background: url('../images/bg_line_grey2.gif') scroll repeat-x 0 50%;  
  color: #4a4444;
}

#products h1 span, #contacts h1 span {
  background: url('../images/_test.gif') scroll repeat-x 0 16px;
  display: inline-block;
  padding: 0 10px;  
}

#products .ico_holder {
  background: transparent url('../images/products.png') scroll no-repeat center 0;
  width: 100%;
  height: 68px;
  margin: 25px 0 15px 0;
}

#products h2 {
  font-family: 'SansationBoldItalic', Tahoma; 
  font-size: 28px;
  color: #d12a25;  
  margin-bottom: 10px;
}

#products p {
  line-height: 19px;
}

#products_slider {
  width: 960px;
  height: 400px;
  position: relative;
  margin: 11px 0;
}

#products_slider ul {
  width: 780px;
  height: 400px;
  margin: 0 auto;
}

#products_slider ul li {
  width: 780px;
  height: 400px;
}

#btn_products_slider_prev, #btn_products_slider_next {
  background: transparent url('../images/btn_arrow.png') scroll no-repeat 0 0;
  display: block;
  width: 16px;
  height: 33px;
  position: absolute;
  top: 184px;
}

#btn_products_slider_prev {
  left: 0;
}

#btn_products_slider_prev:hover {
  background-position: 0 -33px;
}

#btn_products_slider_next {
  background-position: 0 -66px;
  right: 0;
}

#btn_products_slider_next:hover {
  background-position: 0 -99px;
}

#gallery_thumbs {
  width: 876px;
  height: 98px;
  overflow: hidden;
  left: 50% !important;
  margin-left: -434px !important;
  position: relative;
}

#gallery_thumbs_prev, #gallery_thumbs_next {
  background: transparent url('../images/btn_arrow.png') scroll no-repeat 0 0;
  display: block;
  width: 16px;
  height: 33px;
  position: absolute;
  bottom: -75px;
  z-index: 100;
}

#gallery_thumbs_prev {
  left: 0;
}

#gallery_thumbs_prev:hover {
  background-position: 0 -33px;
}

#gallery_thumbs_next {
  background-position: 0 -66px;
  right: 0;
}

#gallery_thumbs_next:hover {
  background-position: 0 -99px;
}

#gallery_thumbs_prev.disabled, #gallery_thumbs_next.disabled {
  display: none;
}

#gallery_thumbs ul li {
  display: inline;
  margin-right: 10px;
  height: 98px;
  width: 136px;
}

#gallery_thumbs ul li img {
  border: 4px solid transparent;
}

#gallery_thumbs ul li.activeSlide img {
  border: 4px solid #d12a25;
}

#solutions {
  background: #898989 url('../images/bg_grey.jpg') scroll repeat-x 0 0;
  padding: 48px 0 60px 0;
  color: #fff;
}

#solutions h1 {
  background: url('../images/bg_line_grey.gif') scroll repeat-x 0 50%;  
  text-shadow: 0 1px 1px #4a4a4a;
}

#solutions h1 span {
  background: url('../images/bg_grey_header.jpg') scroll repeat-x 0 50%;
  display: inline-block;
  padding: 0 10px;  
}

#solutions div.clear, #security div.clear {
  background: url('../images/bulb.png') scroll no-repeat center 0;
  padding-top: 120px;
  margin-top: 30px;
}

#solutions .unit, #security .unit {
  width: 310px;
  float: left;
  margin-right: 15px;
  line-height: 19px;
}

#solutions .unit {
  text-shadow: 0 1px 1px #4a4a4a;
}

#security .unit {
  text-shadow: 0 1px 1px #6E130E;
}

#solutions .unit.last, #security .unit.last {
  margin-right: 0;
}

#solutions ul li, #security ul li {
  background: transparent url('../images/bullet_arrow.png') scroll no-repeat 0 3px;
  padding-left: 20px;
  margin-bottom: 20px;
}

#solutions ul li.clean, #security ul li.clean {
  background: 0 none;
} 

#security {
  background: #d12a25 url('../images/bg_red.jpg') scroll repeat-x 0 0;
  padding: 48px 0 60px 0;
  color: #fff;
}

#security h1 {
  background: url('../images/bg_line_red.gif') scroll repeat-x 0 50%; 
  text-shadow: 0 1px 1px #6E130E;   
}

#security h1 span {
  background: url('../images/bg_red_header.jpg') scroll repeat-x 0 50%;
  display: inline-block;
  padding: 0 10px;  
}

#security div.clear {
  background: url('../images/shield.png') scroll no-repeat center 0;
}

#security a, #security a:visited {
  color: #fff;
}

#security a:hover {
  text-decoration: underline;
}

#contact {
  background: url('../images/bg_grid.jpg') scroll repeat 0 0;
  padding-top: 48px;
  position: relative;
}

#contact h1 {
  background: url('../images/bg_line_grey2.gif') scroll repeat-x 0 50%;  
  color: #4a4444;
}

#contact h1 span {
  background: url('../images/_test.gif') scroll repeat-x 0 16px;
  display: inline-block;
  padding: 0 10px;  
}

#contact_box {
  background-color: #fff;
  width: 780px;
  height: 245px;
  padding: 15px 20px;
  position: absolute;
  left: 50%;
  top: 115px;
  margin-left: -410px;
  z-index: 300;
  -moz-box-shadow: 1px 0 5px #a5a6a7;
  -webkit-box-shadow: 1px 0 5px #a5a6a7;
  box-shadow: 1px 0 5px #a5a6a7;  
}

#contact_box div {
  width: 320px;
  margin-right: 60px;
  line-height: 19px;
  float: left;
}

#contact_box form {
  display: block;
  width: 400px;
  float: left;
  text-align: right;
}

#contact_box form ul li {
  width: 194px;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}

#contact_box form ul li.last {
  margin-right: 0;
}

#contact_box form input[type="submit"] {
  height: 42px;
}

#contact_box form input[type="submit"].pl {
  background: transparent url('../images/pl/btn_send.png') scroll no-repeat 0 0;
  width: 123px;
}

#contact_box form input[type="submit"]:hover {
  background-position: 0 -42px;
  cursor: pointer;
}

#map {
  width: 100%;
  height: 555px;
  margin-top: 170px;
}

#footer {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #e1e1e1;
}

#footer .content {
  height: 100px;
  position: relative;
}

#footer p {
  position: absolute;
}

#footer p.copy {
  top: 30px;
  left: 0;
}

#footer p.copy img {
  margin-left: 10px;
}

#footer p.webdesign {
  top: 20px;
  right: 0;
}

#cookies-message{

background: transparent url('../images/ckbg.png') top; 
border: 1px solid #c8201d;
-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.35);
box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.35);
padding: 16px;
color: #333;
font-size: 13px;
position: fixed;
width: 340px; 
height: 110px;
bottom: 20px;
right: 20px;
float: right;
z-index: 999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

} 

.ok {

background: #222;
padding: 6px 32px;
margin-top: 22px;
float: right;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
opacity: 1.0!important;
z-index: 1000;
-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.68);
box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.68);
width: 80px;
}

.ok:hover {

background: #c8201d;
cursor: pointer;
color: #fff;
opacity: 1.0!important;
text-decoration: none;
}