@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

 * {
    padding: 0;
    margin: 0;
  font-family: inherit;
}
html{
	overflow-y: scroll;
}
html,
body {
    font-family: "Roboto", Helvetica, sans-serif;
    height: 100%;
    font-size: 16px;
    font-weight: 300;
  text-rendering: geometricPrecision;
  text-shadow: 0 1px 0 #FFFFFF;
}

a {outline : none;}

a img {outline : none;}

img {border : 0;}

input,
textarea{
-webkit-appearance: none;
border-radius: 0;
}

#filter{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:100;
  background:#fff;
}

h1 {
    display: none;
}
h1,
h2,
h3,
h4,
h5 {
    color: #095d82;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: left;
}
a {
    text-decoration: none;
  color:#10a5e9;
}
b{
font-weight:700;
}
.component a:hover{
  border-bottom:1px dotted #10a5e9;
}
h3 {
    font-size: 23px;
}

.container{
  width:980px;
  margin:auto;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}
.footer,
.push {
	height: 30px;
}
.footer {
	background: #07425c;
	color: #fff;
	text-align: center;line-height: 30px;
	text-shadow:none;
	font-size:12px;
}
.top {
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}
.top .logo {
    float: left;
    vertical-align: middle;
    margin: 12px 0 0 0;
}
.top #menu {
    float: right;
    margin: 15px 0 15px 0;
    list-style-type: none;
  text-shadow: none;
}
.top .menu > li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
.top .menu > li a {
    color: #07425C;
    font-size: 18px;
    font-weight: 300;
    display: block;
	padding:5px 10px;
}
.top .menu > li:hover a{
    background: #033042;
    color: #fff;
}
/* .top .menu > li:hover a{
    background: #e37908;
  color: #fff !important;
} */
.top .menu li ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
	  width:200px;
	  list-style-type:none;
}

.top .menu li:last-child ul {
	left:auto;
	right:0;
}

.top .menu li ul li a {
    color: #07425C;
  background: #10a5e9;
    font-size: 15px;
  padding:10px;
  display:block;
}

.top .menu li ul li a:hover,
.top .menu li ul li.active a{
  background: #043e54;
}
/* .top .menu li ul li a:hover,
.top .menu li ul li.active a{
  background: #c96c08;
} */

.top .menu > li.active {
    border-bottom: 3px solid #10A5E9;
}
.top .menu > li.active > a {
    color: #10a5e9;
}
.top .menu li:hover ul {
    display: block;
}
#menu #language{
	margin-left:20px;
}
#menu #language,
#menu .moduletable_menu{
	display:inline-block;
}
.header-home,
.header-inner {
    width: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
    height: auto;
    max-height: 380px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  text-shadow: none;
}
.header-home img,
.header-inner img,
.friso img{
    width: 100%;
}


.header-home .slogan {
    bottom: 0;
    right: 22%;
    position: absolute;
    color: #07425c;
    display: block;
    line-height: 40px;
    width:450px;
	height:150px;
	margin-top: -55px;
	text-align: right;
	background:url(../img/home_slogan.png) no-repeat center center;
}
.header-home .slogan .first {
    font-weight: 700;
    display: block;
    font-size: 42px;
  margin-right: 50px;
  margin-top: 50px;
}
.header-home .slogan .second {
    font-weight: 300;
    display: block;
    font-size: 20px;
    color: #10a5e8;
	margin-right: 118px;
}
.header-inner img {
    top: 0;
    left: 0;
    display: block;
}
.header-inner .slogan {
    text-align: right;
    font-size: 20px;
    right:10px;
  bottom:10px;
    position: absolute;
    color: #fff;
    margin-top: -10px;
}
.header-inner .slogan .first {
    font-weight: 700
}
.slogan span[class^="icon-"]:before {
    width: auto;
}
.header-inner .slogan .second {
    font-weight: 300
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.header-home .slogan #cursor,
.header-inner .slogan #cursor {
    font-size: 35px;
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}
.user1 {
    padding: 35px 0px;
}

.user1,
.map {
    background: #eaeaea;
    border-bottom: 1px solid #ccc;
    color: #505050;
}
.user2 {
    color: #505050;
}

.user1 .left-col h3{
	margin-top: 50px;
	font-weight:700;
	margin-left:-30px;
}

.map{
  padding:0;
}
.user1 ul,
.user2 ul,
.component ul {
  line-height: 25px;
	margin: 0.75em 0;
	padding: 0 20px;
	list-style: none;
}
.user1 ul ul,
.user2 ul ul,
.component ul ul {
  margin:0 0 10px 15px;
  border-left:1px dashed #ccc;
  padding-left:10px;
  padding-top:10px;
  line-height:18px;
}

.user1 ul ul li,
.user2 ul ul li,
.component ul ul li{
  margin-bottom:10px;
}

.user1 ul li:before,
.user2 ul li:before,
.component ul li:before {
    font-family: "fontello";
    content: '•';
    color: #10a5e8;
    font-size:30px;
    display: block;
    height: 0;
    width: 0;
    left: -20px;
    position: relative;
}

.user1 ul li ul li:before,
.user2 ul li ul li:before,
.component ul li ul li:before{
  content:"";
  margin:0;
}


.component {
    margin: 40px 0 20px 0;
    color: #555;
    line-height: 25px;
    text-align: justify;
}

.component p {
    margin-bottom: 20px;
}
.component h2{
  font-weight: 700;
}

.component h4 {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 15px;
    font-weight: 400;
    margin-top: 60px;
    font-size: 20px;
}

.solutions h4,
.component h5 {
    font-weight: 400;
    margin-top: 25px;
    font-size: 18px;
  color:#ed8022;
}

/* .component strong {
    background: #ebebeb;
    color: #10A5E8;
    display: inline-block;
    padding: 0px 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
} */

.component img {
  margin:20px 0;
}


.component ul li.spaced,
.component ul.spaced li {
    margin-bottom: 15px;
}

.component .spaced a{
	border-bottom:1px dotted #10a5e9;
}

.component .spaced a:hover{
	color:#0E678F;
	border-color:#0E678F;
}


.left-col {
    float: left;
    width: 50%;
}

.right-col {
    float: right;
    width: 50%;
}

.left-col h4,
.left-col p{
  margin-right:10px;
}

.right-col h4,
.right-col p{
  margin-left:10px;
}

.right-col img{
  float: right;
}

.col-1,.col-2,.col-3{
  float:left;
  width:220px;
  margin-left:60px;
}

.col-1{
  margin-left:0;
}

.text-center{
  text-align:center;
}

.breadcrumb{
  margin-top: 20px;
  float:left;
  width:95%;
}
.breadcrumb a{
  color:#ccc;
}

.breadcrumb a:hover{
  color:#aaa;
}

.breadcrumb a:after{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  content: '\e87a';
  margin:0 10px;
}

.breadcrumb span{
  color:#095D82;
  font-weight: 700;
  font-size: 20px;
}


/*HOME SOLUTIONS*/
.user2 .right-col{
	padding-top:15px;
}

.left-col .beginner p.icon-check{
	line-height: 25px;
}

.beginner .icon-check:before{
	color:#10A5E8;
}

.user2 .left-col{
	min-height:400px;
}

.left-col .solutions h4{
	margin-top:0;
}
.left-col .solutions div{
	display:none;
}
.left-col .solutions ul{
	margin:20px 0 0 20px;
}
.right-col .solutions{
	position:relative;
	min-height: 240px;
}
.right-col .solutions div p{
	margin:0;
	font-family: "Roboto Condensed", Helvetica, sans-serif;
}

.right-col .solutions div img{
	position:absolute;
}
.right-col .solutions div{
	background:#ec7f22;
	display:inline-block;
	text-shadow:none;
	color:#fff;
	border-radius:50%;
	width:100px;
	height:100px;
	text-align:center;
	font-size:15px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border:2px solid #ec7f22;
}

.right-col .solutions div:hover,
.right-col .solutions div.active{
	cursor:pointer;
	background:#fff;
	color:#ec7f22;
}

.right-col div.solution-1{position:absolute;left:95px;top:-15px;width:80px;height:80px;}
.right-col .solution-1 p:first-child{padding-top:18px;}

.right-col div.solution-2{position: absolute;left: 110px;top: 70px;width: 80px;height: 80px;}
.right-col .solution-2 p:first-child{padding-top:18px;}

.right-col div.solution-3{position:absolute;left:180px;top:120px;}
.right-col .solution-3 p:first-child{padding-top:20px;}

.right-col div.solution-4{position: absolute;left: 278px;top: 87px;width: 90px;height: 90px;}
.right-col .solution-4  p:first-child{padding-top:24px;}

.right-col div.solution-5{position: absolute;right: 93px;top: 29px;width: 60px;height: 60px;}
.right-col .solution-5 p:first-child{padding-top:7px;}

.sitemap{
	background: #EAEAEA;
	border-top: 1px solid #CCC;
	color: #505050;
	padding:30px 0;
}

.sitemap .sitemap1{
	float:left;
}
.sitemap .pmelider{
	float:right;
}
.sitemap .pmelider img{
	width: 60px;
	margin-top: 25px;
}

.sitemap:after{
	clear:both;
	content:".";
	visibility:hidden;
	line-height:0;
	font-size:none;
	display:block;
}

.sitemap ul{
	list-style-type: none;
	width: 526px;	
}

.sitemap ul li{
	font-size:14px;
	font-weight:400;
	line-height:1.5em;
}

.sitemap ul ul li{
	font-size:12px;
	font-weight:300;
}

.sitemap a{
	color:#666;
	border-bottom:1px dotted transparent;
}

.sitemap a:hover{
	border-bottom:1px dotted #666;
}

.sitemap .last.column{
	margin-top:22px;
}

.item-page{
	margin-bottom:50px;
}

.solucoes_ef{
margin:20px 0;
white-space:nowrap;
}

.solucoes_ef a{
opacity:1;
display:inline-block;
margin-left:14px;
}

.solucoes_ef a:first-child{
margin:0;
}

.solucoes_ef a:hover{
	border:none;
	opacity:0.8;
}

div.mod-languages ul.lang-inline li{
	padding:1px;
	display:inline-block !important;
	margin:0;
	opacity:0.5;
}

div.mod-languages ul.lang-inline li.lang-active,
div.mod-languages ul.lang-inline li:hover{
	opacity:1;
}
div.mod-languages ul.lang-inline li img{
	display:block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#menu-toggle{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	border: 2px solid #FFF;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	display:none;
}
#menu-toggle:hover{
	box-shadow:0 0 8px rgba(0, 0, 0, 0.2),inset 1px 2px 8px rgba(0, 0, 0, 0.5);
	cursor:pointer;
}

#menu-toggle.active{
	background:#bbb;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.2),inset 1px 2px 8px rgba(0, 0, 0, 0.5);
}

#logo-png{
display:none;
}
#logo-svg{
display:block;
}