/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'eurostileregular';
    src: url('eurosti-webfont.eot');
    src: url('eurosti-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurosti-webfont.woff') format('woff'),
         url('eurosti-webfont.ttf') format('truetype'),
         url('eurosti-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body { height:101%; }
a { color:#009901; text-decoration:none; }
a:hover { text-decoration:underline; }
.greengradient, footer {background: #009901; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTkwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzAwOGQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwNzcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #009901 0%, #008d00 29%, #007700 63%, #006800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009901), color-stop(29%,#008d00), color-stop(63%,#007700), color-stop(100%,#006800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009901 0%,#008d00 29%,#007700 63%,#006800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009901 0%,#008d00 29%,#007700 63%,#006800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009901 0%,#008d00 29%,#007700 63%,#006800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009901 0%,#008d00 29%,#007700 63%,#006800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009901', endColorstr='#006800',GradientType=0 ); /* IE6-8 */
}
.pagewrap { width:960px; margin:0 auto; }
header { position:relative; height:170px; }
#logo { width:130px; float:left; position: relative;
top: 30px;
left: 20px;}
#slogan { width:300px; }
#search { position:absolute; top:173px; right:0; width:170px; }
#metanavi { position:absolute; top:25px; right:0; width:200px; }
#langswitch { 
display: none;
position:absolute; top:45px; right:0; width:150px; }
nav { clear:both; height:40px; }
#langswitch ul, #metanavi ul, nav ul, footer ul  { padding:0; list-style-type:none; }
nav li { float:left;  }
#langswitch li, #metanavi li { float:right; }
nav ul { padding-left:10px; padding-top:0; margin-top:0;} 
nav li { margin-top:8px; }
nav li a { font-family:eurostileregular, Arial, sans-serif; font-size:16px; font-weight:bold; color:#fff; text-decoration:none; padding:0 10px; border-right:2px solid #fff;}
nav li:last-child a { border-right:0; }
nav li a:hover, nav li a:active, nav li a:focus, nav li a.act {  text-shadow: 2px 2px 2px #cccccc; filter: dropshadow(color=#cccccc, offx=2, offy=2); text-decoration:none; }
nav li a { -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#langswitch li a, #metanavi li a { color:#666; font-size:11px; text-decoration:none; padding:0 3px; border-right:1px solid #ccc; line-height:11px; }
#langswitch li:first-child a, #metanavi li:first-child a { border-right:0; }
#langswitch li a.act, #metanavi li a.act { font-weight:bold; }
#main, #content { float:none; font-size:13px;}

.pagewrap #main{ min-height: 550px; }

.news-list-item { width: 33%;
/* float: left; */
margin-bottom: 70px; }
.news-list-container { width:350px; /*float: left;*/}
.item-inner-wrapper { margin:0 10px; }
.news-list-item .item-inner-wrapper img { margin:0 5px 5px 0; float:left; }

#maincontent .news-list-item {
	width: 100%;
	float:none;
}
#maincontent #c292{
	margin-left: -280px;
}


.subheader { font-style:italic; padding-bottom:10px;}
hr { display:none; }
.news-list-item h2 a { color:#009901; text-decoration:none; font-family:eurostileregular, Arial, sans-serif; }
#submenu ul { list-style-type:none; padding:30px 0 0 0;}
#submenu ul ul { margin:0; padding:0 0 0 20px; }
#submenu li a { font-size:13px; color:#666666; text-decoration:none;}
#submenu li.act a { color:#009901; }
#submenu li.act li a { color:#666; }
#submenu li li a { font-size:11px; color:#666666; }
#submenu li.act li.act a { color:#009901; }
#submenu a:hover { color:#009901; }
footer { 
height: 100px;
clear:both; 
margin-bottom: -20px !important;
vertical-align: bottom !important;
}

#mainpic img { margin-top:5px; }
footer ul { margin-left:100px; }
footer { margin-top:30px; color:#fff; font-size:11px; border-top:70px solid white; padding-bottom:30px; overflow:hidden;}
footer a { color:#fff; text-decoration:none; }
footer a:hover { text-decoration:underline; }
#footerleftcol, #footercentercol, #footerrightcol { float:left; width:50%; }
footer .usethis { padding:10px; padding-top: 0px !important; }
#footerleftcol .usethis { padding-left:20px; }
#submenu { width:320px; float:left;}
#maincontent { margin-left:320px; width:auto;}
#maincontent .usethis { padding:30px 10px 30px 0; }
#maincontent h1 { color:#009901; font-size:18px; }

#af_search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #999999;
    font-style: italic;
    margin: 4px 0;
    width: 130px;
    height:15px;
    line-height:13px;
    font-size:13px;
}
#af_submit {
    background: url(../img/lupe.png) no-repeat center;
    border: 1px solid #fff !important;
    color:transparent;
    cursor: pointer;
    height: 15px;
    margin: 4px 0;
    padding: 0;
    width: 35px;
    padding:1px 0;
    position:relative;
    top:5px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.align-center {
	text-align: center;
}
.important {
	color:#FF0000;
}

#phone{
z-index: 2000;
position: relative;
float: right;
top: 25px;
right: 40px;
}

.phoneClass{
font-size: 25px;
font-family: sans-serif;
color: red;
font-weight: bolder;
background: url(/fileadmin/templates/img/phone.png) no-repeat left;
width: 190px;
padding-left: 45px;
}

#questionFormButton{
z-index: 2001;
position: absolute;
left: 687px;
padding: 3px;
top: 120px;
color: #fff;
font-size: 14px;
/* background-color: #008E00; */
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
text-decoration: none;
background: url(/fileadmin/templates/img/zv.png) no-repeat left;
padding-left: 70px;
height: 35px;

}

#phoneCallbackFormButton a span{
color: black !important;
position: relative;
top: 8px
}

#questionFormButton a span{
color: black !important;
position: relative;
top: 8px;
left:-18px;
}


#questionFormButton a:hover{
text-decoration: none; 
	}

#phoneCallbackFormButton{
z-index: 2001;
position: absolute;
/*left: 705px;*/
padding: 3px;
top: 70px;
color: #fff;
font-size: 14px;
/* background-color: #008E00; */
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
text-decoration: none;
background: url(/fileadmin/templates/img/zoz.png) no-repeat left;
padding-left: 50px;
width: 180px;
height: 35px;
right: 41px;
}
#phoneCallbackFormButton a:hover {
text-decoration: none; 
	}

#questionBackForm{
z-index: 2001;
position: absolute;
left: 520px;
padding: 4px;
top: 30px;
color: #fff;
font-size: 12px;
background-color: #008E00;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
text-decoration: none;
}


#phoneCallbackForm{
z-index: 2001;
position: absolute;
left: 305px;
padding: 4px;
top: 15px;
color: #fff;
font-size: 12px;
background-color: #008E00;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
text-decoration: none;
}

#questionBackForm input{
width: 110px;
padding: 1px;
}



#questionBackForm textarea{
width: 110px;
padding: 1px;
}

#phoneCallbackForm input{
width: 110px;
padding: 1px;
}

#phoneCallbackForm textarea{
width: 110px;
padding: 1px;
}


#questionBackName{
margin: 2px;
margin-left: 19px;
}

#questionBackEmail{
margin: 2px;
margin-left: 3px;
}

#questionBackText{
margin: 2px;
margin-left: 2px;
}



#phoneCallbackName{
margin: 2px;
margin-left: 44px;
}

#phoneCallbackPhone{
margin: 2px;
margin-left: 13px;
}

#phoneCallbackEmail{
margin: 2px;
margin-left: 33px;
}

#phoneCallbackText{
margin: 2px;
margin-left: 2px;
}

#submitButton1{
margin: 2px;
color: #fff;
padding: 2px;
width: 62px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius:5px;
background-color: #7D7270;
cursor: pointer;
}

#submitButton2{
margin: 2px;
color: #fff;
padding: 2px;
width: 62px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius:5px;
background-color: #7D7270;
cursor: pointer;
}

#divExit1{
margin-left: 150px;
margin-top: -25px;
color: #fff;
font-size: 20px;
}

#divExit2{
margin-left: 150px;
margin-top: -25px;
color: #fff;
font-size: 20px;
}

#footerleftcol{
display: none;
}

#metanavi ul{
display: none;
}

#footercentercol{
line-height: 1.2;
}

#c294 h1{
font-size: 20px;
}



.csc-default .news-single-item{
margin-left: -250px;

}

.news-list-item{
text-indent: 10px;
padding: 0;
width: 350px;
}

#c294 .news-list-item{
	margin: 0;
	padding: 0;
	position: relative;
right: 20px;
}

#main .subheader h2{
display: none;
}

#main .news-single-img{
display: none;
}

.productLinkText{
text-decoration: none;
font-size: 12px;
}

#main #content .usethis #c47 .news-list-container .news-list-item .item-inner-wrapper  h2{
display: none;
}

.mineFirst{
height: 49px;
background: url(../img/technology_tek.jpg) repeat-y;
}

.mineSecond{
height: 47px;
background: url(../img/ecology_tek.jpg) repeat-y;
}

.mineThird{
height: 47px;
background: url(../img/comfort_tek.jpg) repeat-y;
}

#main #content .usethis #c47 .news-list-container .news-list-item .item-inner-wrapper  img{
display: none;
}

.mineSecond  img{
display: none;
}

.mineThird  img{
display: none;
}

#main #content .usethis #c47 .news-list-container .news-list-item .item-inner-wrapper  p{
position: absolute !important;
margin-top: 75px;
}



#troges{
    margin: 0;
    padding: 0;
    line-height: 1.1;
}
#troges p{
    margin: 0;
    padding: 0;
    text-align: justify;
    }

.ya-site-form__input-text{
position: relative;
right: 60px;
width: 160% !important;
}








#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:51px;
    height:51px;
    border:none;
    text-indent:100%;
    background:url(/fileadmin/templates/img/but.png) no-repeat left top;
}

#toTopHover {
    background:url(/fileadmin/templates/img/but.png) no-repeat left -51px;
    width:51px;
    height:51px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}


header{
background: url(/fileadmin/templates/img/header.jpg) no-repeat center;
}

dl, menu, ol, ul{
	margin: 0em 0 !important;
}

#c294 h1{
	color: #fff;
	background: url(/fileadmin/templates/img/n.png) no-repeat left bottom;
	height: 36px;

}




.csc-header, .csc-header-n2{
	width: 350px;
margin: 0;
padding: 0;
}


#c47{
	width: 350px;
float: left;
}

#c294{
	float: right;
}



#c294 .news-list-morelink{
width: 100px;
height: 22px;
/*display: block;*/
/*background-color: green;*/
position: relative;
/*left: 150px;*/
}

#c294 .news-list-morelink a{
color: green;
}


#footercentercol .usethis ul li{
    float: left;
    margin: 0 5px; 
}

#footercentercol .usethis ul li a{
    font-size: 11px;
}
#footercentercol .usethis{
    margin-top: 15px;
}






#c274{
position: relative;
right: 300px;
width: 800px
}

#img_o_komp{
    width: 299px;
float: left;
margin-right: 10px;
position: relative;
bottom: 15px;
}
.item-inner-wrapper{
margin-left:21px;

}
.item-inner-wrapper h2{
font-size:12px;
}
.news-list-item{
text-indent: 0; 
}



#riello td{
   vertical-align: top;
        padding-top: 25px;
        padding-left: 25px;
        width: 320px;
}

#riello_img{
    width: 600px;
float: right
}
