/* CSS Document */

html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent; text-decoration:none;color:#E52E0A;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
input,select{vertical-align:middle}

:focus {
outline: 0;
}

div.clear {
    clear: both;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body, body.splash { 
	background:#313033; 
	height:100%;
	font-family: 'Open Sans', sans-serif;
	color:#555458;
}

body.splash{ 
	background:#d7d7d7;
}

body.about, body.business{
	background:#EEEEEE;
}

/*SPLASH----------------------------------------------------------------------------------------*/
#splash-wrapper{
	width:100%;
	height:220px;
	position:absolute;
	z-index:5;
	top:50%;
	margin-top:-110px;
}

.splash-content{
	width:700px;
	height:220px;
	margin:0 auto;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
}

a.sector{
	width:220px;
	height:125px;
	float:left;
	background:url(../images/splash_circle.png) top center no-repeat;
	text-align:center;
	text-transform:uppercase;
	color:#313033;
	font-size:22pt;
	padding-top:95px;
}

a.sector:hover{
	background:url(../images/splash_circle.png) bottom center no-repeat;
	color:#e52e0a;
}

.logo-wrapper{
	width:220px;
	height:145px;
	float:left;
	background:url(../images/splash_circle.png) bottom center no-repeat;
	text-align:center;
	margin:0 20px;
	padding-top:75px;
}

.languages{
	width:160px;
	margin:10px auto 0 auto;
	border-top:1px solid #b4b4b4;
}

.language{
	margin:10px auto 0 auto;
}

.language ul{
	list-style:none;
	text-align:center;
}

.language li{
	padding:2px 7px;
	border-right:1px solid #b4b4b4;
	display:inline;
	margin:0;
	font-weight:400;
}

.language li:last-child{
	border:none;
	padding-left:5px;
}

.language li a{
	color:#313033;
	text-transform:uppercase;
	font-size:14pt;
	transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
}

.language li a:hover{
	color:#e52e0a;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
.index-pattern{
	position:absolute;
	z-index:3;
	background: url(../images/index_pattern.png) 0px 0px repeat;
	width:100%;
	height:100%;
}

body.splash #footer-wrapper{ 
	margin:0 auto; 
	height:31px; 
	width:100%; 
	bottom:0px; 
	left:0; 
	z-index:4; 
	background:#313033; 
	position:fixed;
	color:#8b898f;
	font-size:11px;
	text-align:center;
}

body.splash #footer-wrapper p{
	margin-top:9px;
}

footer p, footer ul li a{
	color:#706f74;
	font-size:8pt;
}

/*TOP---------------------------------------------------------------------*/
#top{
	background:#313033;
	height:80px;
	width:100%;
	position: absolute;
	z-index:2;
}

.logo{
	float:left;
	margin-top:24px;
}

a.splash-logo{
	opacity:0.8;
	transition:all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
}

a.splash-logo:hover{
	opacity:1;
}

/*SLIDER---------------------------------------------------------------*/
#slider{
	height:580px;
	width:100%;
	background:#ffffff url(../splash_slides/03.jpg) top center no-repeat;
	position:relative;
	z-index:0;
}

#portfolio-slider {
    width: 100%;			
    height: 580px;
}

.royalCaptionItem{
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.royalSlider .slider-large-text{
	font-size:60px!important;
}

/*HEADER--------------------------------------------------------------------------*/
#header{
	height:210px;
	width:100%;
	background:#ffffff url(../images/about_header.jpg) top center no-repeat;
	position:relative;
	z-index:0;
}

body.about #header{
	height:210px;
	width:100%;
	background:#ffffff url(../images/about_header.jpg) top center no-repeat;
	position:relative;
	z-index:0;
}

body.business #header{
	height:210px;
	width:100%;
	background:#ffffff url(../images/business_header.jpg) top center no-repeat;
	position:relative;
	z-index:0;
}

.header-pattern{
	position:absolute;
	z-index:1;
	background: url(../images/index_pattern.png) 0px 0px repeat;
	width:100%;
	height:100%;
}

#wrapper{
	width:100%;
	position: relative;
	z-index:0;
	background:url(../images/wrapper_bg.png) 10px 0px no-repeat;
	padding-bottom:100px;
}

body.about #wrapper, body.business #wrapper{
	padding-bottom:100px;
	background:url(../images/about_wrapper_bg.png) 10px 0px no-repeat;
}

body.about .container{
	padding-top:0px;
	padding-bottom:20px;
	max-width:960px;
	background:none;
	box-shadow:none;
	margin-top:20px!important;
}

body.business .container{
	background:#ffffff;
	box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.3)!important;
	padding-top:20px;
	margin:-10px auto 0 auto!important;
	max-width:960px;
}

.container{
	background:#eeeeee;
	box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	padding-top:20px;
	margin:-10px auto 0 auto!important;
	max-width:960px;
}

.container-business{
	padding-top:20px;
}

.panel-business{
	box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.3)!important;
	padding:20px 15px 15px 15px!important;
	text-align:center;
	background:#efefef url(../images/panel_business.jpg) 0px 0px repeat-x!important;
	border:1px solid #ffffff!important;
}

.business-modal{
	padding:0!important;
}

.light{
	padding:0px 15px 0 15px;
	text-align:center;
}

.light p{
	text-align:justify;
}

.dark{
	background:#f8f8f8 url(../images/darkbg.png) top center no-repeat;
	border-bottom:1px solid #d3d3d3;
	padding:10px 15px 15px 15px;
	margin-bottom:15px;
}

.picture{
	border:1px solid #d3d3d3;
	background:#ffffff;
	padding:4px;
	vertical-align:baseline;
	margin-bottom:10px;
}

.thumb{
	border:1px solid #d3d3d3;
	background:#ffffff;
	padding:4px;
	vertical-align:baseline;
}

a .thumb:hover{
	border:1px solid #313033;
	opacity:0.6;
}

.divider{
	background:url(../images/divider_bg.png) 0px 0px repeat-x;
	height:1px;
	width:100%;
	margin:10px 0;
}

.coral{
	color:#e52e0a;
}

.darkside {
	border-color:#565558!important;
}

/*CONTACT-ABOUT---------------------------------------------*/
#map-wrapper { 
	width:100%; 
	height:500px;
	position:absolute; 
	z-index:0;
}

#map_canvas { 
	width:100%; 
	height:500px;
	position:absolute; 
	z-index:1;
}

.map-pattern{
	position: absolute;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.75);
	width:100%;
	height:100%;
}

.map-content{
	position:absolute;
	z-index:3;
	margin:0 auto;
	width:100%;
	padding-top:40px;
}

.contact-list{
	list-style: none;
	margin: 0 0 11px 0;
	padding: 0;
}
.contact-list li{
	padding: 5px 0;	
	font-size:16pt;
	color:#e9e9ea;
	font-weight:600;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.contact-list li.mid{
	font-size:24pt;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#ffffff;
}

.contact-list li a{
	font-family: 'Roboto Condensed', sans-serif;
	color:#f24d2d;
}

.contact-list li a:hover{
	color:#f2b32d;
}

.contact-list li.big{
	font-size:50pt;
	font-weight:800;
}

.tbl-partners{
	width:100%;
	height:auto;
	border:none;
	background:none;
}

.tbl-partners tr, .tbl-partners tr:nth-child(2n) {
	background:none;
}

.tbl-partners td{
	border-right:1px solid #C4C3C8;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

.tbl-partners td:last-child{
	border-right:none;
}

.partners-list{
}

.partners-list ul{
	list-style-type: none;
	text-align:center;
}

.partners-list li{
	display: inline-block;
	padding:10px 30px;
	margin:0;
	border-right:1px solid #C4C3C8;
}

.partners-list li img{
	opacity:0.6;
}

.partners-list img:hover{
	opacity:1;
}

.partners-list li:last-child{
	border-right:none;
}

.partners{
	max-width:150px;
	height:100px;
	text-indent:-9999em;
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

.partners:hover{
	background-position:bottom center;
}

.grundfos{
	background:url(../images/grundfos_logo.png);
}

.alianz{
	background:url(../images/alianz_logo.png);
}
/*LIST-----------------------------------------------*/
.list {
    margin: 0 0 11px 22px;
}

.blist{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.blist li{
	padding: 6px 0 6px 18px;
	color:#313033;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:11pt;
	background:url(../images/list_dot.png) left center no-repeat;
}

.blist li:last-child{
	border-bottom:none;
}

.green-dot  li{
	background:url(../images/list_dot_green.png) left center no-repeat;
}

.blue-dot  li{
	background:url(../images/list_dot_blue.png) left center no-repeat;
}

.orange-dot  li{
	background:url(../images/list_dot_orange.png) left center no-repeat;
}

.red-dot  li{
	background:url(../images/list_dot_red.png) left center no-repeat;
}

.yellow-dot  li{
	background:url(../images/list_dot_yellow.png) left center no-repeat;
}

.purple-dot  li{
	background:url(../images/list_dot_purple.png) left center no-repeat;
}

.links{
	list-style: none;
	border-top:1px solid #c8c8c8;	
	margin: 0 0 11px 0;
	padding: 0;
}
.links li{
	border-bottom:1px solid #c8c8c8;
	padding: 5px 0;	
}

.plus, .minus{
	list-style: none;
	margin: 0 0 11px 0;
	padding: 0;	
}

.plus li{	
	background: transparent url(../images/plus.png) no-repeat left center;
	padding:2px 0 2px 15px;
}
.minus li{	
	background: transparent url(../images/minus.png) no-repeat left center;
	padding:2px 0 2px 17px;
}

/* Table */
table.simple{
	border:1px solid #c4c3c8;	
	margin: 11px 0;
	width: 100%;
}
table.simple thead th{
	text-transform: uppercase;
	color: #333;	
	background:#E9E9E9;
	padding: 5px 6px;
	font-size:12px;
	border-bottom:1px solid #c4c3c8;	
}
table.simple tbody td{
	color: #555458;
	border-bottom:1px solid #c4c3c8;	
	padding: 5px 6px;
	font-size:12px;
}

.blue{
	color:#1c9db0;
}

.green{
	color:#7cbe31;
}

.orange{
	color:#f36a33;
}

.red{
	color:#de464b;
}

.yellow{
	color:#c9c010;
}

.purple{
	color:#a1529f;
}

.panel-business p, .modal-top{
	font-size:11pt;
	text-align:center!important;
	font-family: 'Roboto Condensed', sans-serif;
}

.modal-top{
	font-size:14pt;
	margin-top:15px;
	line-height:1.2;
}

.business-modal img{
	margin:5px 0;
}

.panel-business  h4, .business-modal h4{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:none;
	margin-bottom:4px!important;
	font-size:20pt;
}

.business-modal hr{
	margin:10px 0;
}

.light h2{
	text-transform:none;
	margin-bottom:10px!important;
}

.light img{
	margin:10px 0 5px 0;
}

/*404*/
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.mis-wrapper{
	width:500px;
	height: auto;
	position: absolute;
	z-index: 5;
	left:50%;
	top:40%;
	margin-left:-250px;
	margin-top:-100px;
	background:rgba(255, 255, 255, 0.4);
}

.mis-content{
	width:440px;
	height: auto;
	background:rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
	margin:10px;
	padding:10px 20px;
	font-size:12px;
	text-align:center;
	color:#3d3c3f;
}

.mis-content h2{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 15px 0;
	font-size:42pt;
	border-bottom:1px solid #cccccc;
	color:#e52e0a;
}

.mis-footer{
	border-top:1px dotted #cccccc;
	width:100%;
	font-size:8pt;
	line-height:9pt;
	text-align:center;
	margin:15px 0 0 0;
}

.mis-footer p{
	margin-bottom:5px;
	color: #706F74;
}

.roll {
    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    -webkit-perspective: 400px;
       -moz-perspective: 400px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
}
.roll span {
    display: block;
    position: relative;
    padding: 0 2px;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
    
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
    
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
}
    .roll:hover span {
        background: #E52E0A;

        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }
.roll span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;

    color: #fff;
    background: #E52E0A;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}