/* ================================================================== */
/* === Resolution independent styles ================================ */
/* ================================================================== */

/* Reset */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }

/* HTML5 reset */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

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

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

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

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

/* Proper box model */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* General styles */
::-moz-selection {  }
::selection {  }

a{  
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }

a:hover{  }
a:active{  }
a:visited{  }

address{  }

aside{  }

b, strong{  }

html{

}

body{
    color: #777b7f;
    font-family: 'Open+Sans', Arial, serif;
    font-size: 12px;
    font-weight: normal;
    background: url(img/bg2-big.jpg) 50% 390px no-repeat;
      }

blockquote{  }

button{ cursor: pointer; }
button:hover{  }
button:active{  }

caption, th, td{ vertical-align: middle; }

h1{  }
h2{  }
h3{  }
h4{  }
h5{  }
h6{  }

i, em{  }

img{ float: left; }

input, select, textarea{  }

input[type=radio]{  }
input[type=checkbox]{  }

label{  }

li{  }

p{ margin:0 0 1em 0; }

select{  }
select option{  }

table{ border: 0; border-spacing:0; empty-cells:show; }

textarea{ resize: none; }

ul, ol{ list-style-type: none; }

/* Custom styles */
aside, div, dl, fieldset, footer, form, header, iframe, nav, ul, ol, section, table{ clear: both; float: left; width: 100%; }

#wrap{ background: url(img/bg2.jpg) 50% 90px no-repeat;     }

.inside{
    float: none;
    margin: 0 auto;
    position: relative;
    width: 940px;}

header{     }

    header .menu-cont{
        background: #f6f9fb;
        height: 110px;
        border-bottom: 6px solid #19267c;
    }

    header .menu-cont > span{
        float: left;
        clear: both;
        width: 20%;
        margin: 10px 0; }

    h1#logo{
        float: left;
        clear: none;
        margin: 10px 0 0 40px;
    }
    #logo a{
        background: url(img/logo.jpg) no-repeat;
        display: block;
        font-size: 0;
        height: 100px;
        line-height: 0;
        margin: 0 auto;
        text-indent: -9999px;
        width: 145px;     }
    header .iso-img{
    	background: url(img/iso.jpg) no-repeat;
    	width: 242px;
    	height: 55px;
    	display: block;
    	float: right;
    	clear: none;
    	margin: 15px 0 0 0;
    }

    nav{
    	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
        position: relative;
        width: auto;
        top: -22px;
        height: 45px;
        z-index: 2;
        right: -340px;
        background: #5265AF; }

    /* All Levels */
        #nav > li{
            float: left;
            position: relative;
            width: auto; 
            display: inline-block;           
        }

            #nav > li > a{
                font-family: 'Bebas', serif;
                font-size: 15px;
                color: #FFF;
                display: inline-block;
                float: left;
                margin: 0;
                text-align: center;
                line-height: 25px;
                font-weight: 400;
                text-decoration: none;
                padding: 10px 28px;
                border-right: 1px solid rgba(221, 221, 221, 0.3);
                display: table;
                float: left; }

                #nav > li > a:last-child{ /*border: 0 none;*/}

        #nav > li a:hover{
            border-bottom: 2px solid #f00;
            color: #4854a1;
            text-decoration: none;
            background: #D1D1D1;    }

            ul.level1{
                z-index: 3;
                position: relative;
                top: 30px;
                display: none;
                right: 0;}

                ul.level1 li{
                    float: left;
                    width: 200px;
                    clear: left;
                    display: block;
                    list-style: none;                }

            nav ul li a:hover + ul.level1{display: block;}

            #nav > li .level1{
                    background: rgba(24, 63, 121, 0.8);
                    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
                    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
                    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
                    display: none;
                    left: 0;
                    position: absolute;
                    top: 45px;
                    width: 320px;
                    float: left; }

                    #nav > li.nav-5 .level1{
                        border: left: 0 none;
                        border-right: 1px solid #30add6;
                        left: auto;
                        right: 0; }


                #nav > li:hover .subMenu .level1{ display: block; }

                    #nav ul.level1 > li{
                        float: left;
                        width: 100%;
                        position: relative; }

						
						#nav ul.level1 > li a{
							color: #fff;
							text-decoration: none;
							font: normal normal 1.2em/2.6 'Open+Sans', sans-serif;
							letter-spacing: 0px;
							width: 100%;
							float: left;
							padding: 5px 20px;
							border-bottom: 1px solid rgba(221, 221, 221, 0.22); }
							#nav ul.level1 > li a:hover{
								background: #192C5A;
								box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;}

                        #nav ul.level1 > li:last-child a{border: 0 none;}

                        

                        #nav ul.level1 > li .subMenu > .level2{
                        	position: absolute;
                        	display: none;
							left: -200px;
							top: 15px;
							width: auto;
							background: #192C5A;}

						 #nav ul.level1 > li:hover .subMenu > .level2{ display: block;}

                    

		                    #nav ul.level1 > li > .level2 li a{
		                    	padding: 4px 10px;
		                    }
                            
                           
    

    /*------------------------------------------------------------*/

#map-canvas {
        height: 100%;
        margin: 0px;
        padding: 0px; }

#slider{
    
    height: auto;
	box-shadow: 0px 2px 12px #000;
	border-bottom: 1px solid rgba(12, 43, 99, 1); }

    #slider ul li span{
        position: absolute;
		z-index: 999;
		top: 235px;
		background: rgba(0, 0, 0, 0.78);
		padding: 60px 0 20px 40px;
		left: 0px;
		color: #BBB;
		width: 450px;
		font-size: 16px;
		height: 120px;
		font-family: 'Bebas', sans-serif;
		letter-spacing: 1px;
		word-spacing: 3px; }

#content{
    width: 938px;
    min-height: 200px;
    margin-left: 1px; }


    #content section{
        padding: 35px 0;
    }

body.contact #content,
body.certificari #content {
	margin: 120px 0 0 0;  }

    #content section .category-box{
        clear: none;
		width: 270px;
		border-radius: 10px 10px 0 0;
		background: #fff;
		border: 1px solid #DBDBDB;
		margin-left: 34px;
		overflow: hidden;  }

    #content section .category-box:hover{
        border: 1px solid rgba(122, 122, 122, 0.56);
        
    }

    #content section .category-box h3{
        font-family: 'Bebas', serif;
		font-size: 17px;
		color: #1F3C63;
		width: 100%;
		font-weight: 600;
		text-decoration: none;
		text-shadow: 1px 1px 2px #C5C5C5, 0 0 0 #000, 1px 1px 2px #C5C5C5;
		text-transform: uppercase;
		word-spacing: 2px;
		float: left;
		margin: 0px 0 5px 0; }

    .category-box .bottom{
        padding: 17px 20px;
        background: url(img/cat-top-bg.png);  }

    .category-box .bottom span a{
        color: #f00;
        text-decoration: none; 
        font-weight: 600;  }

    .category-box .bottom span a:hover{
        cursor: pointer;
        color: #000;
    }

    .category-box .bottom span a:after{
        font-family: 'entypo';
        content: '\2192';
        font-size: 30px;
        width: 20px;
        height: 10px;
        color: #f00;
        top: 3px;
        position: relative;
        line-height: 0px;
        margin-left: 5px;
    }

    #content .inside{  }

    #content .inside .produse-trafo2{        
        padding: 10px 35px 0 40px;
        color: #000;   }
    #content .inside .produse-trafo1{
        
        padding: 10px 35px 0 40px;
        color: #444;   }
    #content .inside .produse-trafo3{
       
        padding: 10px 35px 0 40px;
        color: #444;   }

    #content .inside .produse-trafo3,
    #content .inside .produse-trafo2,
    #content .inside .produse-trafo1{
        margin: 10px 0px 10px 0px;
        width: 100%;}
        .produse-trafo3 h3, 
        .produse-trafo2 h3,
        .produse-trafo1 h3{
            float: left;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 20px;
            margin-bottom: 20px;
            width: 100%;     }
        .produse-trafo2 .detalii-produs-right{
            float: right;
            width: 62%;
            text-align: justify;
            clear: none;         }
        .produse-trafo1 .detalii-produs-left{
            width: 62%;
            text-align: justify; }

    #content .inside .left-images{
        float: left;
        width: 36%;
        clear: none;    }
    #content .inside .right-images{
        float: right;
        width: 36%;
        clear: none; }

        .left-images span.img,
        .right-images span.img{
            display: block;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            float: left; }

            .left-images span.img img,
            .right-images span.img img{
                border: 2px solid #BDBDBD;   }
    
    #content .inside .middle-images{
        float: left;
        width: 100%;
        clear: none;    }
        .middle-images span.img{
            display: inline-block;
            width: 33.1%;
            height: 220px;
            margin-bottom: 20px; }
            
            .middle-images span.img img{
                border: 2px solid #BDBDBD; 
                width: 99%;
                margin-left: 2px;  }

    #content .inside .heading-stripe{
        width: 92%;
		height: 27px;
		border-bottom: 1px solid #1F3C63;
		display: block;
		margin: 0 40px 10px 40px;
        float: left;}

        #content .inside h2{
            font-family: 'Bebas', serif;
			font-size: 24px;
			color: #254F86;
			margin: 0 auto;
			width: 100%;
			float: none;
			text-align: center;
			padding: 10px 0 0 0;
			line-height: 1px;
			letter-spacing: 2px;
			word-spacing: 6px;  }

        #content .inside .three-column{
            width: 27.8%;
			float: left;
			margin-left: 40px;
			margin-top: 20px;
			clear: none;
            line-height: 16px;
			text-align: left;
			font-family: 'Open+Sans', Helvetica, serif;
			font-size: 12px;
			color: #111111;}

            .three-column strong{
                font-weight: 700;
                float: left;
                margin: 0 0 10px 0;
                width: 100%;
                clear: none;
            }

            .three-column strong.slogan{
                text-align: center;
                color: #6B6B6B;
                font-weight: 300;
                margin: 10px 0;
                border-top: 1px solid #ccc;
                padding: 10px 0; }

                .three-column strong.slogan em{ 
                    font-weight: 900;
                    color: #254F86;
                    font-size: 14px;}

            .three-column ul li{
                padding: 0 0 5px 15px;
                color: #706868;  }

        #content .inside .three-column span.director{
                float: left;
                text-align: right;
                width: 100%;
                margin: 10px 0;        }

         #content .inside .three-column p{ 
            float: left;
            clear: none;
            width: 100%; }

.map{
    margin-top: 40px;
    margin-bottom: -35px; }

 header .dld-pdf{
 	position: absolute;
	top: 8px;
	left: 340px; }

	header .dld-pdf > a{
		background: rgba(24, 63, 121, 1);
		padding: 8px 20px;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		font-family: 'Open Sans',sans-serif;
		}

		header .dld-pdf > a:before{
			font-family: 'entypo';
			font-size: 30px;
			line-height: 0;
			position: relative;
			top: 2px;
			content: '\1F4E5';
			color: #fff;
			margin: 0 5px 0 0;}

	header .dld-pdf .dld-pdf-menu ul{
		position: absolute;
		top: -600px;
		width: 323px;
		z-index: 3;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}

		header .dld-pdf .dld-pdf-menu ul li{
			width: 100%;
			float: left;
			height: 30px; }

		header .dld-pdf .dld-pdf-menu ul li a{
			background: #ACACAC;
			padding: 5px 15px;
			width: 100%;
			float: left;
			line-height: 22px;
			color: #000;
			text-decoration: none; }
			header .dld-pdf .dld-pdf-menu ul li a:hover{
				color: #fff;
				background: #192C5A;
				box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
			}

	header .dld-pdf .dld-pdf-menu ul:hover,
	header .dld-pdf > a:hover + .dld-pdf-menu ul{
		top: 27px;
	}

address{
    font-size: 14px;
    margin: 20px 0 20px 40px;
    float: left;
    width: 92%;
    clear: none;
    text-align: center;
    border-bottom: 1px solid #1F3C63;
    padding: 2% 20%; }
    
span.info-firma{
    margin: 20px 0px 0 29px;
    float: left;
    width: 43%;
    text-align: right;
}

footer {
    background: #d0d5e9;
	position: relative;
	margin: 100px 0 0 0;
	border-top: 2px solid rgba(221, 221, 221, 0.24); }

	footer .city{
		background: url(img/footer-top-bg.png) top center repeat-x;
		display: block;
		position: absolute;
		top: -164px;
		height: 164px;
		width: 100%;
	}

	footer .info{
		float: left;
		width: 34%;
		clear: none;
		text-align: center; 	}

		footer .info img{
			float: none;
			padding: 10px 0;  }

		footer .info span{
			width: 100%;
			float: left;
			clear: none;
			text-align: left;
			margin: 0 0 0 30px; }

    .inside-footer{
        width: 938px;
		margin: 0 auto;
		float: none;
		position: relative;
		z-index: 3;
		height: 245px;
		background: url(img/footer-romania.png) 92% 15px no-repeat; }

        .inside-footer ul.footer-nav{
            list-style-type: none;
			display: block;
			margin: 25px 20px 0 90px;
			float: left;
			width: 18%;
			clear: none; }

            .inside-footer ul.footer-nav li{
                margin-right: 10px;
				font-size: 14px;
				line-height: 18px;
				text-transform: uppercase;
				border-bottom: 1px solid #BEBEBE;
				padding: 5px 20px;    }

                ul.footer-nav li a{
                    color: #777b7f;
                    text-decoration: none; }

                    ul.footer-nav li a:hover{
                        cursor: pointer;
                        color: #4854a1;
                        text-decoration: none; }

        .inside-footer .copyright{
            float: left;
			width: 100%;
			font-size: 12px;
			padding: 12px 29px;
			border-top: 1px solid rgba(84, 121, 177, 0.19);
			color: #858585;
			text-align: center;
			margin: 20px 0 0 0; }

            .inside-footer .copyright span a{
                color: #2F3236;
                text-decoration: none;
                font-weight: bold; }

            .inside-footer .copyright span a:hover{
                color: #F00;
                cursor: pointer;
                text-decoration: underline;
            }

        .inside-footer .social-links{
            float: right;
            width: 34%;
            clear: none;
            font-weight: 600;
            font-size: 12px;
            color: #fff;  }
    
.certificari h3{
    float: left;
    width: 100%;
    height: auto;
    clear: none;
    margin: 0 0px 10px 40px;
    font-size: 20px;
    font-weight: 600;
    color: #0F4279; }
.certificari .img-cont{
    float: left;
    width: 96%;
    clear: none;
    margin: 5px 0 5px 40px;  }
    .certificari .img-cont span.pdf-dld{
        float: left;
        clear: none;
    }
    .certificari .img-cont span.pdf-dld a{
        float: left;
        width: 274px;
        clear: both;
        text-align: right;
        margin: 10px 0;
        color: #DA3E3E;
        text-decoration: none;
        font-weight: 600;}
        .certificari .img-cont span.pdf-dld a:hover{
            color: #0A0808;

        }
        .certificari .img-cont span.pdf-dld a:before{
            font-family: 'entypo';
            font-size: 30px;
            line-height: 0; 
            position: relative;
            top: 2px;
            content: '\1F4E5';
            color: #0A0808;
            margin: 0 5px 0 0;
        }

.certificari .img-cont span img{
    width: 275px;
    height: auto;
    margin: 0 20px 0 0;
    border: 1px solid #e3e3e3; }
    .certificari .img-cont img:last-child{
        margin: 0;
    }


/*------------ Detalii tehnice ----------------------------*/

.produse .inside table,
.detalii-tehnice .inside table{
    float: left;
    width: 92%;
    margin: 20px 0 0 40px;
}
	.produse .inside table tr td,
    .detalii-tehnice .inside table tr td{
        border-bottom: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        padding: 5px 9px;
        text-align: center;
    }
    .produse .inside table tr:first-child td,
    .detalii-tehnice .inside table tr:first-child td{
        border-top: 1px solid #e3e3e3;
    }
    .produse .inside table tr td:first-child,
    .detalii-tehnice .inside table tr td:first-child{
        border-left: 1px solid #e3e3e3;
    }
    .produse .inside table.standards,
    .detalii-tehnice .inside table.standards{
        background: #374D75;
        color: #fff;   }
    .produse .inside table.standards2 tr td:nth-child(2n-1),
    .detalii-tehnice .inside table.standards2 tr td:nth-child(2n-1){
        background: #51565F;
        color: #fff;   }

    .produse .inside table.loss tr:first-child td,
    .detalii-tehnice .inside table.loss tr:first-child td{
        font-weight: 900;
        background: #374D75 !important;
        color: #fff;
        text-shadow: 1px 1px 0px #444;  }
        .produse .inside table.loss tr td:nth-child(2n-1),
        .detalii-tehnice .inside table.loss tr td:nth-child(2n-1){
        background: #F3F3F3; }

    table.loss tr .head-th{
        font-weight: 900;
        background: #374D75 !important;
        color: #fff;
        padding: 3px 5px;
        text-shadow: 1px 1px 0px #444;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;}

section .coment{
    float: left;
    width: 100%;
    clear: none;
    margin: 15px 40px; }

.schema{
    float: left;
    width: 100%;
    clear: none;
    text-align: center;
    padding: 10px 0; }
    .schema img{
        float: none;
        padding: 5px;
        border: 1px solid #ddd;
    }

div.accesorii-section{
    float: left;
    width: 100%;
    clear: none; }

    div.accesorii-section h3{
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        font-family: 'Bebas', sans-serif;
        margin: 10px 0;  }

    ul.accesorii{
    	display: table;
        margin: 0 0 30px 0; }

    	ul.accesorii li{
    		display: table-cell;
    		width: 48%;
    		float: left;
    		background: #ddd;
    		padding: 10px;
    		margin: 3px 3px;  }

.detalii-tehnice .inside h4{
    float: left;
    clear: none;
    font: 700 normal 15px/16px 'Open+Sans', sans-serif;
    color: #37539B;
    text-transform: uppercase;
    margin: 10px 0 0 40px;
    border-bottom: 1px solid #444;
    width: 92%;
    padding: 5px; }
.detalii-tehnice .inside h3{
    float: left;
    width: 100%;
    clear: none;
    font: 700 normal 20px/16px 'Open+Sans', sans-serif;
    color: #ec4253;
    text-transform: uppercase;
    margin: 10px 0 0 40px; }
.detalii-tehnice .inside span{
    float: left;
    clear: none;
    margin: 10px 0 0 40px;}
    .trafo-img img{
        width: 410px;
        height: auto;
        float: left;
        clear: none;
        border: 0;    }

/* ================================================================== */
/* === Responsive styles ============================================ */
/* ================================================================== */

/* Smartphones */
@media only screen and (max-width: 469px) {

}

/* Large smartphones */
@media only screen and (min-width: 470px) and (max-width: 699px) {

}

/* Tablets and landscape large smartphones */
@media only screen and (min-width: 700px) and (max-width: 1000px) {

}

/* Desktop screens */
@media only screen and (min-width: 1200px) and (max-width: 1499px){

}

/* Large screen */
@media only screen and (min-width: 1500px) and (max-width: 1799px){

}

/* Very large screen */
@media only screen and (min-width: 1800px){

}