/* -------------------------------
	Salesupply 2013
---------------------------------- */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700&subset=latin,latin-ext);

::-moz-selection { color:#bbb; background:#000; text-shadow:none; }
::selection { color:#bbb; background:#000; text-shadow:none; }

.IN-widget .follow-actions {background-color:red !important;}

html,body { height:100% }
body {
	font:16px/20px 'Open Sans','Helvetica Neue','HelveticaNeue','Helvetica',sans-serif;
	font-weight:300;
	color:#808080;
	background:#f2f2f2;

}
body.home { background:#fff; }

.wrap {
	position:relative;
	width:976px;
	margin:auto;
}
.wrap_container {
	position:relative;
	/*min-height:100%;*/
}
.container {
	margin-top:32px;
	padding:18px 18px 24px;
	border:1px solid #d9d9d9;
	background:#fff;
}

.content {
	position:relative;
	float:right;
	width:68%;
	padding-top:26px;
	padding-left:2%;
	padding-right:2%;
}
.contentfull {
	float:none;
	width: 96%;
}

header {
	z-index: 6;
	position: relative;
	height: 160px;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 2px 14px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 14px rgba(0,0,0,.2);
	box-shadow: 0 2px 14px rgba(0,0,0,.2);
}
.top_header {
	width:100%;
	height:60px;

}

.header_hidden{
        background: rgba(255, 255, 255, 0)!important;
}
.top_header .tagline,
.top_header .partners { float:left; }
.top_header a.btn {
	float: right;
	margin-top: 8px;
}
.top_header .tagline {
	font-size:24px;
	line-height:58px;
	color:#ddd;
	margin-right:25px;
	text-shadow:0 1px 0 rgba(0,0,0,.6);
}
.top_header .partners { margin-top:14px; }

.sisea-search-form {
    float: right;
    margin-left: 14px;
    margin-top: 8px;
}

/* Search Page */
.sisea-search-form .input-search {
    width: 140px;
    margin-top: 0;
    padding: 13px 14px 10px 14px;
    border-right: none;

    -webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;

	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}
.sisea-search-form button.btn-search {
    position: relative;
    top: -1px;
    padding: 9px 14px 8px 14px;
    margin-left: -4px;
    margin-top: 0;

    -webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sisea-search-form .btn-search img {
    width: 23px;
}
.sisea-paging {
    font-size: 13px;
    padding: 0 14px 0 8px;
    text-align: right;
    background: #f6f6f6;
    margin: 7px 0 24px 0;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sisea-paging .sisea-paging-list {
    display: inline-block;
    color: #f6f6f6;
    margin: 0;
}
.sisea-results {
    color: #333;
}
.sisea-paging .sisea-result-pages {
    position: relative;
    margin-right: 12px;
    font-size: 12px;
}
.sisea-paging-list li {
    display: inline-block;
    color: #bbb;
    list-style: none;
}
.sisea-paging-list li.sisea-current-page {
    padding: 0;
}
.sisea-paging-list li a {
    display: inline-block;
    padding: 0;
}
.sisea-result {
    margin-bottom: 32px;
}
.sisea-result h3 {
    font-size: 21px;
    line-height: 24px;
}
.sisea-highlight {
    font-weight: 700;
    color: #222;
}


/* Partners */
.partners li { display:block; float:left; }
.partners li a {
	display:block;
	float:left;
	margin-right:10px;

	opacity:.6;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}
.partners li a:hover { opacity:1; }
.partners li a img {
	height:28px;
}

header .logo {
	float:left;
	width: 217px;
	margin-top:30px;
}
header .logo a {
    display: block;
}
header .logo img {
    width: 100%;
}

/* Sticky (fixed) header when scrolling */
header,
header .logo,
header nav {
    -webkit-transition: all .18s ease-in-out;
	-moz-transition: all .18s ease-in-out;
	transition: all .18s ease-in-out;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 102px;
    background: #fff;
    background: rgba(255,255,255,.94);
}
header.fixed .top_header {
    display: none;
}
/*
header.fixed .logo {
    float: left;
	width: 34px;
	overflow: hidden;
}
header.fixed .logo img {
	width: 180px;
}
header.fixed nav {
    float: right;
    clear: none;
	width: 94%;
}
header.fixed nav li a {
	font-size: 14px;
	padding: 14px;
}
*/
header.fixed .logo {
    width: 194px;
    margin-top: 13px;
}
header.fixed .logo img { width: 100%; }
header.fixed nav { margin-top: 16px; }






/* -------------------
	Navigation
---------------------- */
/* 	------
	Top: principal ------ */
header nav {
	z-index:6;
	position:relative;
	float:right;
	width:76%;
	margin-top:38px;
	text-align: center;
}

.mainmenu ul{
    width: 106%;
}
header nav li {
	position:relative;
	display:inline-block;
}
header nav li a {
	position: relative;
	font-size: 13px;
	color: #515151;
	padding: 14px 8px;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid transparent;
}
header nav li.dropmenu a:hover,
header nav li.dropmenu a.active {
	color:#b3b3b3;
	text-shadow:0 1px 0 #ffffff;
	background:#ffffff;

	-webkit-box-shadow:inset 0 2px 2px #ffffff;
	-moz-box-shadow:inset 0 2px 2px #ffffff;
	box-shadow:inset 0 2px 2px #ffffff;

	border-color:#ffffff;
	border-bottom:1px solid #ffff;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
header nav li.dropmenu.hover ul {
    display: block;
}
/* 	------
	Top: principal (2 nivel) ------ */
header nav ul ul {
	display:none;
	position:absolute;
	top:23px;
	left:0;
	text-align: left;
	border:1px solid #ffffff;
	background:#ffffff;
	opacity:0;


	-webkit-box-shadow:inset 0 2px 4px rgba(255,255,255,.8);
	-moz-box-shadow:inset 0 2px 4px rgba(255,255,255,.8);
	box-shadow:inset 0 2px 4px rgba(255,255,255,.8);

	-webkit-border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
}

.dropmenu img{
	display:none;
}
header nav li.dropmenu:last-child ul {
    left: auto;
    right: 0;
}
header nav li.dropmenu li {
    display: block;
	clear:both;
	border-top:1px solid #fff;
}
header nav li.dropmenu li:first-child { border-top:none; }
header nav li.dropmenu li a {
	display:block;
	min-height:44px;
	font-size:13px;
	white-space:nowrap;
	text-shadow:0 1px 0 #fff;
	margin:0;
	border:none;
	border-bottom:1px solid #e6e6e6;
	padding:8px 20px 4px 14px;
}
header nav li a.current { color:#91d06d; }
header nav li.dropmenu li a:hover {
	background:transparent;
	border-bottom:1px solid #e6e6e6;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
nav li a img { margin-right:4px; }


/* 	ASIDE NAV
-----------------------------------
	Left: internal nav
----------------------------------- */
aside {
    box-sizing: border-box;
	position:relative;
	float:left;
	width:26%;
	min-height:577px;
	padding-right:8px;
	background:url('../img/aside-shadow.png') no-repeat right top;
}
aside nav ul {

}
aside nav li {
	position: relative;
	display: table;
	width: 96%;
	padding: 3px 0;
	margin-right: 4%;
	border-bottom: 1px solid #e4e4e4;
}
aside nav li a {
    box-sizing: border-box;
	position:relative;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size:13px;
	line-height:15px;
	color:#666;
	text-decoration:none;
	padding:10px 12px 10px 52px;

    -webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;

	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}
aside nav li:first-child a { margin-top:0; }
aside nav li a.oneLine { line-height:27px; }
aside nav li a.twoLine { line-height:14px; }
aside nav li.current a {
	color:#fff;
	background:#5eb647;
}
/* nav triangle at right */
aside nav li.current a:after {
	content:'';
	position:absolute;
	right: -18px;
	top:0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 18px solid #5eb647;
}
aside nav li a img {
	position:absolute;
	left: 8px;
	top: 50%;
	margin-top:-20px;
}

/* Submenu */
aside nav li.submenu {
    width: 82%;
	margin-left: 14%;
	padding: 2px 0;
}
aside nav li.submenu a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #265819;
	padding: 10px 12px;

	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
aside nav .enable a {
    color: #4d7b41;
    background: #BAE0B0;
}
aside nav .enable a:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    border-top: 18px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 14px solid #BAE0B0;
}
/* @end aside nav */


/* USP */
.usp-points {
    box-sizing: border-box;
    width: 95%;
    display: block;
}
.usp-points li {
    position: relative;
    box-sizing: border-box;
    display: block;
	width: 95%;
	min-height: 28px;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    padding: 18px 12px;
    padding-bottom: 14px;
    margin: 0 10px;
    margin-bottom: 1px;
	border: 0;
	background-color: #78b555;
}
.usp-points li:before {
    display: none;
    position: absolute;
    left: 8px;
    top: 12px;
    content: '';
    width: 28px;
    height: 28px;
    background-image: url('../img/icons/icon-check-square.png');
    background-repeat:  no-repeat;
    opacity: .6;
}

/* White Paper */
.white-paper {
	position: relative;
	float: left;
	width: 222px;
	min-height: 573px;
	padding-right: 8px;
	margin-top: 24px;
	background: url('../img/aside-shadow.png') no-repeat right top;
}

.white-paper2 {
	position: relative;
	float: left;
	width: 222px;
	min-height: 573px;
	padding-right: 8px;
	margin-top: 24px;
	background: url('../img/aside-shadow.png') no-repeat right top;
}

.white-paper img {
    opacity: .86;
    width: 96%;
}
.white-paper2 img {
    opacity: .86;
    width: 96%;
}
.white-paper-content {
    width: 63%;
}
.white-paper-text {
    z-index: 2;
    position: absolute;
    top: 196px;
    left: 0;
    right: 40px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 14px 44px;
    text-align: center;
    border-radius: 4px;
    background: #777;
    border: 1px solid #555;
    display: none;
}
.white-paper-download {
    position: relative;
    display: block;
    margin: auto;
    width: 430px;
}
.white-paper-download img {
    z-index: 1;
    width: 100%;

    -webkit-transition: all .14s ease-in-out;
    -moz-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
}
.white-paper-download .btn {
    z-index: 2;
    position: absolute;
    right: -50px;
    top: 90px;
}
.white-paper-download:hover img {
    -webkit-transform: scale(.94);
    -moz-transform: scale(.94);
    transform: scale(.94);
}


/* -------------------
	Foter
---------------------- */
footer {
	position:aboslute;
	bottom:0;
	width:100%;
	overflow:hidden;
}
footer .wraplinks {
	position:relative;
	display:block;
	clear:both;
	padding:20px 0;
	background:#fff url(../img/shadow-bottom.png) no-repeat bottom center;
}
footer .links {
	float:left;
	font-size:16px;
	font-weight:700;
	margin-top:20px;
}
footer .links li { display:inline; }
footer .links li a { color:#7d7d7d; text-decoration:none; }
footer .links li a:hover { text-decoration:underline; }

footer .logosfooter { float:right; }
footer .logosfooter li,
footer .logosfooter li a { display:block; float:right; }

footer ul.partners {
	position:relative;
	float:right;
}
.footer {
	width:100%;
	font-size: 1.2em;
	padding:24px 0;
	background:#5f5f5f;
}
.footer article {
	position:relative;
	float:left;
}
.footer h4 {
	font-size: .8em;
	color:#fff;
	font-weight:700;
	line-height: 1.2;
	margin:0 0 6px 0;
}
.footer ul {
	float:left;
	margin-right:18px;
}
.footer ul:last-of-type { margin-right:0; }
.footer li a {
  display: block;
	color:#e6e6e6;
	text-decoration:none;
	font-size: .7em;
}
.footer li a:hover { color:#fff; text-decoration:underline; }
.footer article.services { width:26% }
.footer article.contact_address { width:47%; }
.footer article:last-child { width:20%; float:right; }

.contact_address_countries {
  float: left;
  width: 50%;
}
.contact_address_address {
  float:right;
	width: 48%;
}
.contact_address_address address {
	color:#bbb;
	font-style:normal;
	margin-bottom: 24px;
}
.contact_address_address address p {
  float: left;
  width: 67%;
  font-size: .7em;
	line-height: 1.6;
	margin: 0 0 10px 0;
}
.contact_address_address address a {
  display: block;
  float: left;
  width: 30%;
  margin-right: 3%;
}
.contact_address_address address a img { width: 100%; }

/* 	Social media icons */
.social { color:#bbb; }
.social li { margin-bottom: 6px; }
.social li a {
	opacity:.6;
	display:block;
	height:41px;
	padding:6px 0 0 58px;
	line-height:18px;
	background:url(../img/social-icons.png) no-repeat;
	overflow:hidden;

	-webkit-transition:opacity .16s linear;
	-moz-transition:opacity .16s linear;
	transition:opacity .16s linear;
}
.social li.fb a { background-position:0 0; }
.social li.tw a { background-position:0 -70px; }
.social li.gg a { background-position:0 -140px; }
.social li.lk a { background-position:0 -210px; }
.social li.in a { background-position:0 -275px; }
.social li a:hover { opacity:1; }
.social .more li,
.social .more li a { display:block; float:left; }
.social .more li:first-child {
	float:none;
	clear:both;
	margin-top:12px;
}
.social .more li a {
	width:47px;
	height:47px;
	padding:0;
	margin: 0 4px;
	text-indent:-2000px;
}

.copyright {
	display:block;
	font-size:12px;
	color:#bbb;
	text-align:center;
	padding-top:38px;

}
.copyright p {
	float:left;
	margin:6px 0 0 0;
}
/* @end footer */



/* -------------------
	Columns
---------------------- */
.col2 article {
	position:relative;
	float:left;
	width:47%;
	margin-right:4%;
}
.col2 article:nth-child(even) { margin-right:0; }

.col2_img article {
	position:relative;
	padding-bottom:42px;
	margin-bottom:42px;
	background: url(../img/shadow-bottom_sm.png) no-repeat bottom center;
}
.col2_img article:last-child{
	background: none;
}
.col2_img article img {
	float:left;
	width:45%;
	height:auto;
}
.col2_img article:nth-child(even) img { float:right; }
.col2_img .ct {
	float:right;
	width:50%;
}
.col2_img .ct-full {
    float: none;
    width: 100%;
}

.col2_img .ct p {
	line-height: 1.7em;
}

.col2_img article:nth-child(even) .ct { float:left; }


.col3 article {
	float:left;
	width:31%;
	margin-right:18px;
	margin-bottom:18px;
}
.col3 article:nth-child(3n) { margin-right:0; }
.col3 article h4 { margin:0 0 8px 0; }

.col4 article {
	float:left;
	width:22.4%;
	margin:8px;
}
/* @end Columns */


/* -------------------
	Headings, titles
---------------------- */
.title1 {
	color:#5bb445;
	font-size:26px;
	text-align:center;
	margin: 0;
	font-weight: normal;
}
.title2 {
	margin: 0;
	font-weight: normal;
	padding-bottom: 13px;
}
h3 {
	font-size:24px;
	line-height:28px;
	color:#515151;
	font-weight:normal;
	margin-bottom:8px;
}
h4 {
	font-size: 20px;
	color:#333;
	font-weight: normal;
	margin-top:42px;
}


/* -------------------
	Buttons & links
---------------------- */
.btn {
	font-size:16px;

	border:1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	padding:10px 20px;
	text-decoration:none;

	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 4px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 4px rgba(0,0,0,.4);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 4px 4px rgba(0,0,0,.4);

	-webkit-transition:background-color 300ms ease-out;
	-moz-transition:background-color 300ms ease-out;
	transition:background-color 300ms ease-out;
}
.btn.green {
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.3);

	border-color:#35821d;
	background:#84d16e;
	margin-top: 12px;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0ZDE2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzliMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjQ4YzI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background:-moz-linear-gradient(top, #84d16e 0%, #379b28 100%, #248c24 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#84d16e), color-stop(100%,#379b28), color-stop(100%,#248c24));
	background:-webkit-linear-gradient(top, #84d16e 0%,#379b28 100%,#248c24 100%);
	background:-o-linear-gradient(top,	 #84d16e 0%,#379b28 100%,#248c24 100%);
	background:-ms-linear-gradient(top, #84d16e 0%,#379b28 100%,#248c24 100%);
	background:linear-gradient(to bottom,	#84d16e 0%,#379b28 100%,#248c24 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#84d16e', endColorstr='#248c24',GradientType=0 );
}
.btn.green:hover {
	background:#91d06d;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxZDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1N2IyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #91d06d 0%, #57b242 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#91d06d), color-stop(100%,#57b242));
	background:-webkit-linear-gradient(top, #91d06d 0%,#57b242 100%);
	background:-o-linear-gradient(top,	 #91d06d 0%,#57b242 100%);
	background:-ms-linear-gradient(top, #91d06d 0%,#57b242 100%);
	background:linear-gradient(to bottom,	#91d06d 0%,#57b242 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d06d', endColorstr='#57b242',GradientType=0 );
}
.btn-pdf {
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.3);

	border-color:#881414;
	background: #ce1111;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYjBjMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ce1111 0%, #ab0c0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce1111), color-stop(100%,#ab0c0c));
    background: -webkit-linear-gradient(top,  #ce1111 0%,#ab0c0c 100%);
    background: -o-linear-gradient(top,  #ce1111 0%,#ab0c0c 100%);
    background: -ms-linear-gradient(top,  #ce1111 0%,#ab0c0c 100%);
    background: linear-gradient(to bottom,  #ce1111 0%,#ab0c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1111', endColorstr='#ab0c0c',GradientType=0 );
}
.btn-pdf span {
    display: inline-block;
    height: 23px;
    font-size: 15px;
    padding-left: 38px;
    padding-top: 2px;
    background: url('../img/icons/pdf-icon.png') no-repeat;
}

a.lk1 { color:#58b242; text-decoration:none; }
a:hover.lk1 { text-decoration:underline; }

.lk_arrow {
	display:inline-block;
	min-height:30px;
	font-size:18px;
	text-decoration:none;
	padding:7px 64px 0 0;
	background:url(../img/lk_arrow.png) no-repeat right center;
}
.scrolltop {
	position:absolute;
	right:20px;
	bottom:12px;
	font-size:12px;
}
.btn-back { display: inline-block; }



/* -------------------
	Generic styles
---------------------- */
.fLeft { float:left; }
.fRight { float:right; }

.imgLeft { float:left; margin:2px 14px 8px 0; }
.imgRight { float:right; margin-left:2px 0 8px 14px; }

.imgCenter { display:block; clear:both; margin:auto; }

blockquote { font-style:italic; }
cite { font-size:14px; font-style:normal; }
cite span {
	font-weight:700;
	color:#6f6f6f;
}

.thumb {
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.3);
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.3);
	box-shadow:0 2px 6px rgba(0,0,0,.3);
}
.thumb img { width:100%; height:auto; margin-right: 15px;}

hr.bottom-shadow {
	position:absolute;
	bottom:0;
	display: block;
	width:100%;
	height:18px;
	margin:0;
	background: url(../img/shadow-bottom.png) no-repeat bottom center;
	border:none;
}

.post{
	clear: both;
	padding-bottom: 15px;
}
hr.top-shadow {
	position:absolute;
	top:0;
	display: block;
	width:100%;
	height:18px;
	margin:0;
	background: url(../img/shadow-top.png) no-repeat bottom center;
	border:none;
}
.content hr.bottom-shadow { display: block; background: url(../img/shadow-bottom_sm.png) no-repeat bottom center; }

p.intro {
	color:#333;
	text-align: center;
}

.videoframe {
	position:relative;
	height:347px;
	padding-bottom:52px;
	margin-bottom:52px;
	margin-top:32px;
}
.videoframe iframe {
	position:absolute;
	left:50%;
	margin-left:-49.5%;
}

.content ul { margin: 0 0 24px 14px; }
.content ul li{
	margin:4px 0;
	list-style:disc;
	list-style-position:inside;
}

.network h4 { margin:0; }
.network strong { display:block; margin-bottom:8px; }
.network address {
	font-style:normal;
	margin:10px 0 0 16px;
	padding-left:14px;
	border-left:4px solid #eee;
}
.network article:nth-child(2n) .ct { text-align: right; }
.network article:nth-child(2n) .ct address {
	margin:10px 16px 0 0;
	padding:0 14px 0 0;
	border-left:none;
	border-right:4px solid #eee;
}
.networkmap {
	position:relative;
	display:block;
	width:100%;
	max-width:780px;
	margin:auto;
}
.networkmap a {
	position:absolute;
	width:39px;
	height:50px;
	background:url(../img/networkmap-tag.png) no-repeat;
	overflow:hidden; text-indent:-2000px;
}

	.networkmap a.Brasil 		{ top:254px; left:178px; }
	.networkmap a.USA 			{ top:118px; left:99px; }
	.networkmap a.Spain	 		{ top:112px; left:206px; }
	.networkmap a.Holland 		{ top:59px; left:229px; }
	.networkmap a.Germany 		{ top:74px; right:369px; }
	.networkmap a.Denmark 		{ top:36.498px; right:369.957px; }
	.networkmap a.France 		{ top:90.4155px; left:225.624px; }
	.networkmap a.Switzerland 	{ top:57.2355px; left:445.4415px; }
	.networkmap a.Italy 		{ top:106.176px; left:249.6795px; }
	.networkmap a.UK 			{ top:55.5765px; left:195.762px; }
	.networkmap a.Poland		{ top:69.678px; right:319.3575px; }
	.networkmap a.Russia		{ top:70.5075px; right:277.053px; }
	.networkmap a.China			{ top:119px; right:110px; }
	.networkmap a.Australia		{ top:256px; right:45px; }

	.networkmap a.Norway		{ top:0px; right:373px; }
	.networkmap a.Finland		{ top:0px; right:311px; }
	.networkmap a.Sweden		{ top:16px; right:344px; }



.partners-list { margin:32px 0; }
.partners-list article img { width:100%; }
.partners-list article {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;

	box-shadow:0 0 8px rgba(0,0,0,.2);
}

.contact-addr { margin: 32px 0 22px 0; }
.contact-addr h3{
	text-align: center;
	margin-bottom:20px;
}

.contact-addr article {
	width:28.6%;
	padding-left:14px;
	border-left:4px solid #eee;
}

.pt24 { padding-top:24px; }
.mt42 { margin-top:42px; }



/* ------------------
	Forms
--------------------- */
form input[type='text'],
form input[type='email'],
form input[type='number'],
form textarea {
	color:#a8a8a8;
	padding:18px 22px;
	background:#fff;
}

.form-intro {
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 24px 24px;
}

.fast_contact {
	position:relative;
	width:100%;
	text-align:center;
	padding:42px 0;
	background: #f2f2f2 url(../img/shadow-top.png) no-repeat top center;
}
.home .fast_contact { margin-top:16px; }
.fast_contact form {
	width:92%;
	padding:20px;
	margin:auto;

	-webkit-box-shadow:inset 0 2px 6px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 2px 6px rgba(0,0,0,.3);
	box-shadow:inset 0 2px 6px rgba(0,0,0,.3);

	background: #777777;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#777777 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #777777 0%,#666666 100%);
	background: -o-linear-gradient(top, #777777 0%,#666666 100%);
	background: -ms-linear-gradient(top, #777777 0%,#666666 100%);
	background: linear-gradient(to bottom,	 #777777 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#666666',GradientType=0 );

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.fast_contact .error {
	position:relative;
	top:4px;
	width:92%;
	font-size:15px;
	padding:20px;
	margin:auto;
	background:#fff;

	-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,.2);
	-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,.2);
	box-shadow:inset 0 2px 3px rgba(0,0,0,.2);

	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
.fast_contact form div {
	float:left;
	width:60%;
}
.fast_contact button {
	position:relative;
	float:right;
	width:38%;
	font-size:30px;
}
.fast_contact input,
.fast_contact textarea {
	float:left;
	width:40%;
	font-size:30px;
}
.fast_contact input:last-of-type { float:right; }
.fast_contact textarea {
	display:block;
	clear:both;
	float:none;
	width:91%;
	margin-bottom:0;
	display:none;
}

.contactFm {
	position:relative;
	display:block;
	clear:both;
	padding:48px 0 32px 0;
	margin:14px 0;

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;

	background:url(../img/shadow-bottom.png) no-repeat top center;
}
.contactFm span {
	margin-left: 5px;
	font-size: 12px;
}
.quip h3{
  font-size: 18px;
  margin-bottom: 25px;
}

.contactFm h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.contactFm label,
.addCommentFm label {
	display:block;
	clear:both;
	min-height:44px;
	margin-bottom:12px;
}
.contactFm label span,
.addCommentFm label span {
	display:block;
	float:left;
	font-size:15px;
	line-height:40px;
}
.contactFm label input[type='text'],
.contactFm label input[type='email'],
.contactFm label input[type='number'],
.contactFm label input[type='email'],
.contactFm label textarea,
.addCommentFm label input[type='text'],
.addCommentFm label textarea {
	font-size:20px;
	width:70%;
	padding:8px;
}
.contactFm button { float:right; margin-right:24px; }
.contactFm input[type='submit'] { float:right; margin-right:24px; }

.error {
	position:relative;
	font-size:11px;
	font-weight:700;
	line-height:24px;
	color:#d60000;
	width:auto;
}
.contactFm label .error,
.addCommentFm label error {
	float:right;
	margin:0 24px 0 0;
}
.contactFm .typage {
	font-size: 14px;
	text-align: left;
	margin-left: 24%;
	margin-bottom:5px;
}


/* checkboxs / radios inputs */
.checkbox .checkbox-title-inline {
    display: block;
    float: left;
    font-size: 15px;
    width: 25%;
    line-height: 1.4;
    margin-top: 2px;
}
.checkbox .checkbox-list-inline {
    float: left;
    width: 70%;
}

.checkbox-list .checkbox-group {
    list-style: none;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 8px;
}
.checkbox-list .checkbox-group:nth-child(4n) {
    clear: right;
}
.checkbox .checkbox-group input[type='checkbox'],
.checkbox .checkbox-group input[type='radio'] {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 4px;
}
.checkbox .checkbox-group label {
    float: left;
    clear: none;
    max-width: 80%;
    min-height: 0;
    margin-bottom: 0
}



/* ------------------
	Home styles
--------------------- */
.home_services {
	width:100%;
	text-align:center;
	padding:30px 0;
	background:#fafafa url('../img/shadow-bottom.png') no-repeat bottom center;
}
.home_services p { padding:0 6%; }
.home_services ul {
	position:relative;
	width:50%;
	float:left;
	padding:0 2%;
	font-size:16px;
	color:#858585;
	text-align:left;
	box-sizing: border-box;
}
.home_services li {
    font-size: 18px;
    margin:4px 0;
}
.home_services .home_services-title {
    font-size: 20px;
    color: #5bb445;
    line-height: 1.2;
}

.home_works article {
	position:relative;
	float:left;
	width:46%;
	margin:0 2%;
	margin-top:52px;
}
.home_works .lk_arrow {
  clear: both;
	float: right;
	margin: 24px 24px 24px 0;
}
.home_works .thumb {
	float:left;
	width:42%;
}

.hidden {
    visibility: hidden;
}

/* BLOG
--------------------------
*/
.blog-header {
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    padding: 0 4%;
    padding-bottom: 32px;
    margin-bottom: 32px;
    background: url('../img/shadow-bottom_sm.png') no-repeat center bottom;
}
.blog-header-logo {
    float: none;
}

.wrap2 {
    position: relative;
    width: 976px;
    margin: auto;
}
.blog-header-tagline {
    float: right;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    color: #71B14E;
    padding-top: 14px;
    text-transform: uppercase;
}
.post .post-header {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.post .post-categories {
    display: inline-block;
}
.post .post-date {
    display: inline-block;
    font-weight: 700;
    color: #bbb;
    margin-right: 6px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.post .title a {
    color: #333;
    text-decoration: none;
}
.post .title a:hover { text-decoration: underline; }
.post .post-image {
    float: left;
    width: 30%;
    margin: 0 24px 14px 0;
}
.post .post-image img { max-width: 100%; }
.post .post-entry {
    line-height: 1.4;
    overflow: hidden;
}
.post .post-entry p {
    margin: 0 0 16px 0;
}
.post .btn-readmore a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    background: #fff;
    padding: 10px 24px;
}
.post .btn-readmore a:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    border: 1px solid #76c259;

    -ms-transition: border .1s ease-in;
    -webkit-transition: border .1s ease-in;
    -moz-transition: border .1s ease-in;
    transition: border .1s ease-in;
}
.post .btn-readmore a:hover:before {
    border-width: 2px;
}
.post .post-footer {
    text-align: right;
    margin-top: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}
.post-footer .post-comments {
    float: right;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-right: 14px;
    padding-right: 12px;
    border-right: 1px solid #ddd;
}
.post .post-share {
    float: right;
}
.post-header .post-share .addthis {
    position: relative;
    top: -2px;
}

.blog-footer {
    margin-top: 42px;
}
.blog-footer .blog-footer-article {
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    margin-right: .5%;
    padding: 24px;
    background: #f8f8f8;

    border-radius: 4px;
}
.blog-footer .blog-footer-article:last-child { margin-right: 0; }
.blog-footer .blog-footer-article h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.blog-footer .blog-footer-article ul {
    margin: 0;
}
.blog-footer .blog-footer-article li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 14px;
}
.blog-footer .blog-footer-article li:last-child { margin-bottom: 0; }
.blog-footer .blog-footer-article li .date {
    display: block;
    color: #ccc;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}
.blog-footer .blog-footer-article li a {
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
}
.fullpost .post-entry {
    overflow: visible;
}


/* blog list of comments */
#comments .quip h3,
.addCommentFm h3 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 7px;
}
.quip-comment .quip-avatar {
    float: left;
    width: 50px;
    margin: 0 6px 0 0;

    border-color: #ddd !important;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.quip-comment .comment-wrap {
    width: 78%;
    float: left;
    border: 1px solid #ddd;
    padding: 14px;

    box-shadow: 1px 1px 0 #f5f5f5;
    background: #fff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#comments .quip-comment-author,
#comments .quip-comment-author a {
    font-size: 13px;
    color: #111 !important;
}
#comments .quip-comment-author { float: left; }
#comments .quip-comment-createdon {
    position: relative;
    top: -1px;
    margin-left: 7px;
    float: right;
    font-size: 10px;
    color: #bbb;
    font-style: normal;
    text-transform: lowercase;
}
#comments .quip-comment-text {
    font-size: 13px;
    color: #333;
}

/* add comments form */
.addCommentFm  {
    padding: 24px 0;
	background:url('../img/shadow-bottom_sm.png') no-repeat top center;
}
.addCommentFm label {
    padding-top: 12px;
    box-sizing: padding-box;
}
.addCommentFm .quip-add-comment input[type='text'],
.addCommentFm .quip-add-comment input[type='number'],
.addCommentFm .quip-add-comment textarea {
    color: #333;
	padding: 14px 14px 10px 14px;
	border: 1px solid #58b242;
}
.addCommentFm .quip-add-comment textarea { width: 92%; }
.addCommentFm .quip-add-comment label[for='quip-comment-notify-qcom'] {
    width: auto;
}
.addCommentFm .quip-add-comment #quip-comment-notify-qcom {
    margin: 16px 0 0 16px;
}
.addCommentFm .btn {
    margin-left: 24px;
    margin-right: 0;
}
.addCommentFm .quip-fld-textarea {
    position: relative;
    margin-bottom: 14px;
}
.addCommentFm .quip-fld-textarea label {
    width: auto;
    margin: 0;
}
.addCommentFm .quip-fld-textarea .quip-allowed-tags {
    position: absolute;
    top: 14px;
    right: 4%;
}
.addCommentFm .green { margin: 0; }
.addCommentFm .btn-preview {
    margin: 0 0 0 10px;
    border: 0;
    text-decoration: underline;
    background: transparent;
    padding: 14px;
    display: block;
    float: right;
}
.addCommentFm .btn-preview:hover { color: #378922; }

/* comment preview */
#comments .quip-preview {
    position: relative;
    padding: 14px;
    margin-top: 32px;
    border: 1px dashed #58b242;
    background: #f4f6f3;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#comments .preview-note {
    font-size: 10px;
    color: #58b242;
    text-transform: uppercase;
    margin-bottom: 14px;
}
#comments .quip-error {
    display: inline-block;
    line-height: 1.2;
    margin-left: 12px;
    margin-bottom: 14px;
}



/* Blog pagination */
.paging {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}
.paging .pageList li {
    display: inline-block;
}
.paging .pageList li a {
    display: inline-block;
    padding: 0 7px;
    text-decoration: none;
}
.paging .pageList li a.active {
    color: #222;
    font-weight: 700;
}
/* @end BLOG */


.home_works .fRight { width:55%; }
.home_works blockquote {
	padding-top:42px;
	background:url(../img/blockquote-arrow.png) no-repeat top left;
}
.home_works blockquote p {
	padding:16px;
	background:#f2f2f2;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.home_works cite {
	position:relative;
	top:-6px;
	float:right;
	margin-right:12px;
}

.home_lastnews {
	position:relative;
	width:100%;
	padding:32px 0;
	background:#fafafa;
}
.home_lastnews .title1 { margin-bottom:10px; }
.home_lastnews article {
	position:relative;
	float: left;
	width: 20%;
	font-size: 14px;
	line-height: 1.4;
	text-align:center;
	padding: 18px 18px 34px 18px;
	margin:5px;
	border:1px solid #e6e6e6;
	background:#fff;
}
.home_lastnews article:hover { background:#f4f7f2; }
.home_lastnews .last_news-thumb {
    display: block;
    clear: both;
    width: 100%;
    height: 146px;
    background: #fff;
}
.home_lastnews .last_news-thumb img {
	width: auto;
	max-width: 100%;
	height: 100%;
}
.home_lastnews a { text-decoration:none; }
.home_lastnews a h3 {
	font-size: 18px;
	line-height: 1.2;
	color: #5f5f5f;
	margin: 18px 0 0 0;
}
.home_lastnews a:hover h3 { color:#58b242; }
.home_lastnews a.lk1 {
	position:absolute;
	bottom:5px;
	right:18px;
}


/* ------------------
	Home slides
--------------------- */
.home-banner {
	z-index:4;
	position:relative;
	width:100%;
	background:#fff;
	height:340px;
	border-bottom: 1px solid #d9d9d9;
	overflow:hidden;
}
.home-banner .bottom-shadow {
	position:absolute;
	left:0;
	bottom:0;
	z-index:1000;
	display: block;
	width:100%;
	height:18px;
	background:url(../img/home-slides/shadow-bottom.png) repeat-x 0 0;
	background-size: 100% 18px;
}

.slide_partners,
.slide_clients {
	position:relative;
	width:100%;
	padding:24px 0 14px 0;
	background:#88ce62;
}
.slide_clients { background:#58b242; }

.slide_partners .title1,
.slide_clients .title1 {
	z-index:6;
	position:relative;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.6);
}
.slide_partners .title1 { top:-4px; }

.slider {

}
.slider_wrap div {
	width:1168px;
	height:116px;
	padding:0 60px;
}
.slider_wrap img {
	opacity:.6;
	float:left;
	width:17%;
	height:auto;
	margin:0 1.3%;

	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}
.slider_wrap img:hover { opacity:1; }
.slider .prev,
.slider .next {
	z-index:10;
	position:absolute;
	top:50%;
	width:48px;
	height:48px;
	margin-top:-22px;
	background:url(../img/prevnext_sm.png) no-repeat;
	overflow:hidden;
	text-indent:-2000px;
}
.slider .prev { left:10px; background-position:0 0; }
.slider .next { right:10px; background-position:-48px 0; }
.slider .prev:hover { left:10px; background-position:0 -48px; }
.slider .next:hover { right:10px; background-position:-48px -48px; }


/* -------------------
	Industries served
---------------------- */
.industries_sectors {
	width: 100%;
	margin: 32px 0 24px 0;
	padding-top:16px;

	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;

	background:#f4f4f4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background:-o-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background:-ms-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background:linear-gradient(to bottom, #f4f4f4 0%,#ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
.industries_sectors ul { width: 100%; margin:0; }
.industries_sectors li {
  width: 16.6%;
  display: block;
  float: left;
  margin:0;
  list-style:none;
  background: url(../img/industries-div.png) no-repeat 0 0;
}
.industries_sectors li:first-child { background: none; }

.industries_sectors li a {
  display: block;
  height: 94px;
  color: #666;
  text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.industries_sectors li a:hover { color: #333; }
.industries_sectors li a img {
	display: block;
	clear: both;
	margin: auto;
	opacity: .55;
	margin-bottom: 6px;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.industries_sectors li a:hover img,
.industries_sectors li.current a img { opacity: 1; }
.industries_sectors li.current a {
  color: #5BB445;
  font-weight: 700;
}

.showcase article {
	position:relative;
	float:left;
	width:28%;
	height:135px;
	margin:0 26px 26px 0;
	box-shadow:0 0 6px rgba(0,0,0,.2);
	border:1px solid #fff;
	overflow:hidden;
}
.showcase article:nth-child(2n) { margin-right:0; }

.showcase article img {
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}

.showcase .btn {
	z-index:3;
	position:relative;
	left:42%;
	display:block;
	clear:both;
	width:120px;
	margin-left:-65px;
	margin-top:85px;
	text-align:center;
}

.showcase .btn:active { margin-top:147px; }

.showcase .overlay {
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	display:none;
}

a.zoom {
	z-index:3;
	position:absolute;
	top:10px;
	left:50%;
	display:block;
	width:28px;
	height:28px;
	margin-left:-28px;
	padding:14px;
	text-align:center;
	overflow:hidden;

	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	border-radius:200px;

	background:#000 url(../img/ic-zoom_sm.png) no-repeat center center;

	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	transition:all .2s linear;
}
a:hover.zoom {
	top:8px;
	margin-left:-30px;
	padding:16px;
	background-color:rgba(94,182,70,.64);
}


section.slide_separator{
	height:15px;
	position:relative;
	background: #fafafa;
}

hr.top-shadow {
	position:absolute;
	top:0;
	width:100%;
	height:15px;
	margin:0;
	background: url(../img/shadow-top.png) no-repeat bottom center;
	border:none;
}
.dotselector {
	opacity: 0;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
}
.dotselector.shown {
	opacity: 1;
}


/* -------------------
	Media
---------------------- */
.section_news h3 a { color: #515151; }
.section_news .txt { overflow: hidden;  padding-top: 23px;}
.section_news .thumb img { margin-left: 24px; }
.section_news .readmore { float: right; }
.section_news article:nth-child(odd) .thumb img { margin: 0 24px 0 0; }
.section_news .author-date {
    font-style: italic;
    color: #ccc;
    margin-top: -6px;
}

.section_news_detail .thumb img {
    float: left;
    margin: 14px 24px 14px 0;
}
.section_news_detail .txt { line-height: 28px; }
.section_news_detail article { background: url('../img/shadow-bottom_sm.png') no-repeat center bottom !important; }
.section_news_detail .btn-back {
    margin-bottom: 34px;
}

.tab_years {
    list-style: none;
    margin: 0 0 34px 0!important;
}
.tab_years li {
    display: inline-block;
    margin: 0 4px 0 0!important;
}
.tab_years li a {
    display: inline-block;
    font-size: 20px;
    padding: 8px 18px;
    border: 1px solid #ddd;
    text-decoration: none;
    background: #fff;

    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.tab_years li.current a {
    color: #fff;
    border-color: #76c259;
    background: #76c259;
}
.tab_years li a:hover { border-color: #999; }
.tab_years li.current a:hover { border-color: #76c259; }
.country-manuals{
    width: 126%;
}
.country-manuals article {
    float: left;
    width: 19%;
    text-align: center;
    margin: 14px 0 20px 0;
    margin-right: 1.25%;
    padding-right: 52px;
    padding-bottom: 191px;
}
.country-manuals article:nth-child(5n) { margin-right: 0; }
.country-manuals article a { display: block; }
.country-manuals .ico-manual {
    position: relative;
    display: block;
    clear: both;
    height: 100px;
    background: url('../img/icon-manual.png') no-repeat center top;
    background-size: 68% auto;
}
.country-manuals .ico-manual img {
    /*position: absolute;*/
    left: 12px;
    top: -18px;
}

.media-blog article {
    display: block;
    clear: both;
    width: 100%;
    padding: 20px;
    padding-left: 10px;
    border: 1px solid #ddd;
}
.media-blog article > a {
    float: left;
    display: inline-block;
    width: 30%;
}

.media-blog article .text {
    float: right;
    font-size: 28px;
    line-height: 34px;
    width: 64%;
    text-align: center;
}
.media-blog article .text a {
    float: right;
    text-align: right;
    font-size: 16px;
}


/* -------------------
	Navigation
---------------------- */
.pageNav {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.pageNav li {
    display: inline-block;
    margin: 0;
}
.pageNav li a {
    display: inline-block;
    width: 32px;
    height: 20px;
    color: #777;
    text-align: center;
    padding: 6px 0;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all .1s linear;
}
.pageNav li a:hover {
    color: #76c259;
    border-color: #76c259;
}
.pageNav li a.active,
.pageNav li a:hover.active {
    color: #fff;
    border-color: #76c259;
    background: #76c259;
}
.pageNav .control a {
    width: auto;
    border: none;
    margin-left: 14px;
}


/* --------------------------------------------
	media queries
----------------------------------------------- */
/* Media queries correcto - ir arreglando y cuando se pueda borrar el otro */
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .home_services ul { width:33%; }
    .home_services2 ul { width: 25%; }

    .blog-header { text-align: left; }
    .blog-header-logo { float: left; }
    .blog-header-tagline {
        float: right;
        width: 50%;
        margin: 0;
        padding-top: 24px;
    }
    .quip-comment .comment-wrap { width: 84%; }
    .usp-points li { padding-left: 48px; }
    .usp-points li:before { display: block; }
    .white-paper { width: 342px; }
    .white-paper-content { width: 58%; }

    .footer h4 { font-size: .9em; }
    .contact_address_countries { width: 44%; }
    .contact_address_address { width: 56%; }
    .footer { font-size: 1em; }
}
@media only screen and (min-width:1200px) {
    header.fixed {
        height: 70px;
    }
    header.fixed nav { margin-top: 22px; }

    .blog-header-tagline { width: 58%; }
    .quip-comment .comment-wrap { width: 86%; }
    .quip-add-comment textarea { width: 100%; }

    .white-paper {
        width: 392px;
    }
    .white-paper img {
        width: 98%;
    }
    .white-paper-content {
        width: 60%;
    }
}
/* @end media queries correcto */


@media only screen and (min-width:1200px) {
	body,html { width:100%;}
	.wrap { width:1215px; }
	.wrap2 { width:1511px; }
	header .logo { width: 224px; }
	.sisea-search-form .input-search:focus { width: 234px; }
	header nav { width:78%; }
	header nav li a { font-size: 15px; padding:14px 12px; }
	.home_services ul { font-size:20px; }
	.home_services2 ul { font-size:20px; }
	cite { font-size:16px; }
	.fast_contact input,
	.fast_contact textarea { width:41.6%; }
	.fast_contact textarea { width:93%; }
	.home_lastnews article {
		width: 20%;
		margin: 10px;
	}

	.footer article.services { width:22% }
	.footer article.contact_address { width:57%; }
	.footer article:last-child { width:20%; }
	.footer ul { margin-right:32px; }
	.social .more li,
	.social .more li a { display:block; float:left; }
	.social li a { height:50px; padding:13px 0 0 58px; }
	.social .more li:first-child { float:left; }

	.showcase article { width:48%; height:210px;}

	.showcase .btn {
		left:42%;
		width:120px;
		margin-left: -54px;
		margin-top: 120px;
	}

	.showcase .btn:active { margin-top:112px; }

	a.zoom          { top:54px; }
	a:hover.zoom    { top:50px; }

	.contact-addr article { width:29.4%; }
	.col4 article { width:22.9%; }

	.networkmap a.Brasil 	{ top:309px; left:215px; }
	.networkmap a.USA 		{ top:144px; left:122px; }
	.networkmap a.Spain	 	{ top:143px; left:252px; }
	.networkmap a.Holland 	{ top:71px; left:276px; }
	.networkmap a.Germany 	{ top:90px; right:445px; }
	.networkmap a.Denmark 	{ top:44px; right:446px; }
	.networkmap a.France 	{ top:109px; left:272px; }
	.networkmap a.Switzerland 	{ top:69px; left:537px; }
	.networkmap a.Italy 	{ top:128px; left:301px; }
	.networkmap a.UK 		{ top:67px; left:236px; }
	.networkmap a.Poland	{ top:84px; right:385px; }
	.networkmap a.Russia	{ top:85px; right:334px; }
	.networkmap a.China		{ top:143px; right:142px; }
	.networkmap a.Australia	{ top:320px; right:45px; }

	.networkmap a.Norway		{ top:4px; right:449px; }
	.networkmap a.Finland		{ top:9px; right:381px; }
	.networkmap a.Sweden		{ top:9px; right:419px; }
}


@media only screen and (max-width:1026px) {
	body,html               { width:100%;}
	header .logo            { width:200px; }
	header .logo img        { width:100%; }

	.networkmap a.Brasil 	{ top:309px; left:215px; }
	.networkmap a.USA 		{ top:144px; left:122px; }
	.networkmap a.Spain	 	{ top:143px; left:252px; }
	.networkmap a.Holland 	{ top:71px; left:276px; }
	.networkmap a.Germany 	{ top:90px; right:445px; }
	.networkmap a.Denmark 	{ top:44px; right:446px; }
	.networkmap a.France 	{ top:109px; left:272px; }
	.networkmap a.Switzerland 	{ top:69px; left:537px; }
	.networkmap a.Italy 	{ top:128px; left:301px; }
	.networkmap a.UK 		{ top:67px; left:236px; }
	.networkmap a.Poland	{ top:84px; right:385px; }
	.networkmap a.Russia	{ top:85px; right:334px; }
	.networkmap a.China		{ top:143px; right:142px; }
	.networkmap a.Australia	{ top:320px; right:45px; }

	.networkmap a.Norway		{ top:4px; right:449px; }
	.networkmap a.Finland		{ top:9px; right:381px; }
	.networkmap a.Sweden		{ top:9px; right:419px; }

	.showcase article { width: 47%; height:180px; }
	.showcase .btn {
		font-size: 14px;
		padding: 6px 10px;
		margin-left: -57px;
	}
	a.zoom { top: 18px; }
	a:hover.zoom { top: 16px; }

	.country-manuals .ico-manual {
        height: 84px;
        background-size: 70% auto;
    }
    .country-manuals .ico-manual img {
        position: absolute;
        left: 12px;
        top: -12px;
        width: 54px;
        height: auto;
    }
}

/* -- Ipad (portrait) -- */
@media only screen and (max-width:980px) {
	body { font-size:14px; }
	body,html { width:100%;}
	.wrap { width:720px; }
	.container { padding:8px 8px 14px }
	header { height:168px; }
	header .logo { float:none; margin:20px auto 0 auto; }
	.top_header .tagline { font-size:16px; }
	.sisea-search-form {
    	z-index: 3;
    	position: absolute;
    	top: 70px;
    	right: 0;
	}
	.sisea-search-form .btn-search { margin-top: 9px; }
	header nav {
		width:100%;
		float:none;
		display:block;
		clear:both;
		margin-top:16px;
		text-align:center;
	}
	header nav ul { margin:auto; }
	header nav li {
		float:none;
		display:inline-block;
	}
	header nav li a {
		font-size:13px;
		padding:14px 4px;
	}
	header nav li li {
		display:block;
		text-align:left;
	}
	header nav li.dropmenu li a { font-size:12px; }

	.title1,.home_services .title1 { font-size:26px; }
	.home_services p { font-size:14px; }
	.home_services ul { white-space:nowrap; }
	.title1,.home_services2 .title1 { font-size:26px; }
	.home_services2 p { font-size:14px; }
	.home_services2 ul { white-space:nowrap; }

	.home_works blockquote { font-size:13px; line-height:15px; }
	cite { font-size:13px; }

	.btn { font-size: 16px; padding: 10px; }
	.lk_arrow { font-size:16px; }

	.home_lastnews article {
		width:43%;
	}

	h3 { font-size:20px; }
	h4 { font-size:18px; }

	.industries_sectors li { width:15.8%; }
	.industries_sectors li:last-child { width:21%; }
	.industries_sectors li a { font-size:13px; }

	.showcase article { margin-right:20px; height:100px; }
	.showcase .btn { width:130px; margin-left:-70px; }

	.contact-addr article { width:27%; }
	.contact-addr { font-size:14px; line-height:16px; }
	.contact-addr h4 { font-size:16px; }

	.contactFm button { margin-right:6px; }

	.fast_contact input { width:38%; }
	.fast_contact textarea { width:89%; }

	.slider { height:88px; }

	.footer article.services { width:34%; }
	.footer article.contact_address { width:66%; }
	.footer article:last-child { width:66%; }

	.footer ul { margin-bottom:18px; }

	.social ul { margin:0; }
	.social li { display:block; float:left; }
	.social li:first-child { margin:0; }
	.social li a {
		float:left;
		width:47px;
		height:47px;
		padding:0;
		margin:0 4px;
		text-indent:-2000px;
	}

	/*.networkmap { height:263px; }*/
	.networkmap a.Brasil 	{ top:172px; left:123px; }
	.networkmap a.USA 		{ top:77px; left:69px; }
	.networkmap a.Spain	 	{ top:70px; left:144px; }
	.networkmap a.Holland 	{ top:40px; left:157px; }
	.networkmap a.Germany 	{ top:51px; right:265px; }
	.networkmap a.Denmark 	{ top:25px; right:254px; }
	.networkmap a.France 	{ top:57px; left:155px; }
	.networkmap a.Switzerland 	{ top:39px; left:306px; }
	.networkmap a.Italy 	{ top:57px; left:174px; }
	.networkmap a.UK 		{ top:38px; left:134px; }
	.networkmap a.Poland	{ top:40px; right:219px; }
	.networkmap a.Russia	{ top:43px; right:190px; }
	.networkmap a.China		{ top:77px; right:76px; }
	.networkmap a.Australia	{ top:176px; right:24px; }

	.networkmap a.Norway		{ top:-8px; right:273px; }
	.networkmap a.Finland		{ top:-15px; right:224px; }
	.networkmap a.Sweden		{ top:-8px; right:251px; }

	.country-manuals .ico-manual {
        height: 70px;
        background-size: 82% auto;
    }
    .country-manuals .ico-manual img {
        position: absolute;
        left: 4px;
        top: -12px;
        width: 44px;
        height: auto;
    }
    .media-blog article {
        display: block;
        clear: both;
        width: 98%;
        text-align: center;
        padding: 30px 0 10px 0;
        border: 1px solid #ddd;
    }
    .media-blog article > a {
        float: none;
        display: block;
        width: 100%;
    }

    .media-blog article .text {
        float: none;
        width: 90%;
        margin: auto;
    }
    .media-blog article .text a {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width:770px) {
	.top_header .tagline { display: none; }

	.showcase article { width: 47%; height: 160px; }
	.showcase article:nth-child(3n) { margin-right: 20px; }
	.showcase article:nth-child(2n) { margin-right: 0; }
	.showcase .btn {
		margin-top: 105px;
		margin-left: -60px;
	}
	a.zoom { top: 28px; }
	a:hover.zoom { top: 26px; }

	footer .links { font-size: 13px; }
	footer .logosfooter { width: 460px; margin-top:12px; }
	footer .logosfooter li img { height: 34px; }

	.copyright { font-size:10px !important; }
	.copyright p { float:none;text-align:center; }
	footer ul.partners { float:none; margin: 18px 0 0 0; }
	footer ul.partners li { display:inline-block; float:none; }

	.imgwolrd-salesupplyde{
    width: 100%;
    height: auto;
    }

}

/* ADV Search
--------------------------------*/

.advsea-highlight-1{
color: #000000;
}

/* --- Mobile -- */
@media only screen and (max-width:740px) {
	body,html { width:100%;}

}


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

@media print {
    * { background:transparent !important; color:black !important; box-shadow:none !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important; } /* Black prints faster:h5bp.com/s */
    a, a:visited { text-decoration:underline; }
    a[href]:after { content:" (" attr(href) ")"; }
    abbr[title]:after { content:" (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }	 /* Don't show links for images, or javascript/internal links */
    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; }
}


/* -----------------------------------------------
             Pau Servicio al Cliente
-------------------------------------------------*/

.menu-image{
  width: 100%;
  text-align: center;
  background-color: darkseagreen;
  color: black;
  height: 60px;
  line-height: 60px;
}

.content-service {
  width: 68%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 106px;

}
.content-service2{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 52px;
}
.content-service3 {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 106px;
}

.content-service ul {
  text-align: center;
}

.content-service ul li {
  text-align: center;
  margin: 0;
  width: 15%;
  float: left;
  padding: 4px;
  position: relative;
  list-style-type: none;
  box-sizing: border-box;
}
.content-service ul li a { display: block; }


.content-service2 ul li {
  text-align: center;
  margin: 0 0px 0 0;
  width: 18%;
  float: left;
  list-style: none;
  padding: 14px;
  position: relative;
  box-sizing: border-box;
}
.content-service3 ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 53px;
}

.content-service3 ul li {
  text-align: center;
  margin: 0 0px 0 0;
  width: 33%;
  float: left;
  list-style: none;
  position: relative;
  box-sizing: border-box;
}

.col2_img .content-service .img-service{
    width:100%;
    margin: 0;
}
.col2_img .content-service h2{
    margin-bottom: 14px;
}

.col2_img .content-service2 .img-service{
    width:100%;
}
.col2_img .content-service2 h2{
    margin-bottom: 14px;
}

.col2_img .content-service3 .img-service{
    width:100%;
}
.col2_img .content-service3 h2{
    margin-bottom: 14px;
}
.col2_img .img-fullwidth img{
    width:auto;
    float:none !important;
    margin-bottom: 50px;

}
.col2_img .img-fullwidth h5{
    font-size: 18px;
    padding-top: 20px;
}


/* Services Packs */
.services-packs-table {
  font-size: .9em;
  padding: 0;
  border-spacing: 0;
  margin-top: 24px;
}
.services-packs-table th,
.services-packs-table td {
  padding: 7px 24px;
}
.services-packs-table th {
  text-align: left;
  padding: 14px;
  border-top: 5px solid #58B242;
}
.services-packs-table td { border: 1px solid #ddd; }
.services-packs-table-title {
  position: relative;
  color: #58B242;
  display: block;
  min-height: 40px;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.4em;
  padding-left: 48px;
}
.col2_img .img-fullwidth .services-packs-table-title img {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  margin: 0;
}
.services-packs-table .highlight-title {
  display: block;
  text-align: left;
  font-weight: 700;
  color: #444;
  font-size: 1em;
  padding: 8px 0;
}
.services-packs-price {
  font-size: .9em;
}
.services-packs-price .price {
  font-size: 1.6em;
  font-weight: 700;
  color: #58B242;
}
.services-packs-price-note {
  font-size: .8em;
  font-style: italic;
  color: #bbb;
}
.services-packs-table tfoot td { background-color: #f0f5ea; }
.listservices{
   text-decoration:none;
   color:#636F5F;
   font-size: 17px;
}
.listservices:hover{
    color: #5bb445;
}


.titlefooter{
    font-size: 1.0em;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 6px 0;

}

/* Nuevo Pau */

._ossbox{display:none!important;}
.imgSpecial{    width: 100%!important;}
.contactp{
    color: #5bb445;
    font-size: 18px;
    font-weight: normal;
}

.blog-content .post h1{
        font-size: 27px!important;
    line-height: 28px!important;
    color: #515151!important;
    font-weight: normal!important;
    margin-bottom: 20px!important;
}

.blog-content .post .post-entry h2{
        font-size: 24px!important;
    line-height: 28px!important;
    color: #515151!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
}

.blog-content .post .post-entry h3{
    font-size: 18px!important;
    line-height: 28px!important;
    color: #515151!important;
    font-weight: 600!important;
    margin-bottom: 10px!important;

}

.blog-content .post .title{
    /*text-align: center!important;*/
     font-size: 32px!important;
}


.table-kundservice{
    width: 100%!important;
    margin: 30px;
}

.table-kundservice tbody tr th img{
    width: 76%!important;
}
.table-kundservice tbody tr th{
    width: 20%!important;
}
.table-kundservice tbody tr{
    height: 79px!important;
}


.table-kundservice-content {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;

}
.table-kundservice-content tbody tr:nth-child(1) th{
    background: #91d06d;
    font-size: 15px!important;
    text-align: center;
}
.table-kundservice-content tbody tr:nth-child(2) th{
   width: 28%;
   background: #d0e6c4;
   font-size: 13px!important;
    font-weight: normal;
    padding: 6px;
}
.table-kundservice-content tbody tr th {
    font-size: 11px!important;
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: black;
    border: 1px solid black;
}

.table-kundservice-content tbody tr {
    padding: 8px;
    background: #e8edff;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid transparent; }

#play-video{
    width: 100%;
    cursor: pointer;
}


#play-video img{
    width: 17%;
    z-index: 6;
    position: absolute;
    margin-left: 42%;
    margin-top: 1%;
    opacity: 1;
}

.play-close{
    width: 1.7%!important;
    z-index: 12!important;
    position: fixed;
    margin-left: 84%!important;
    margin-top: 3%!important;
    opacity: 1!important;
    display: none;
    cursor: pointer;
}

.video-active{
        z-index: 10;
    margin-top: 2%;
    width: 69%;
    display: none;
    position: fixed;
    margin-left: 17%;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 7;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.move-video , .video-menu{
    cursor:pointer!important;
}
.video-menu{
   background: url(http://www.salesupply.com/assets/hiring-bg.png) 0 0 no-repeat transparent;
    background-position-y: 5px;
    background-position-x: -5px;
    background-size: 124%;
}

.de-aside{
    display:none!important;
}
.de-aside + div{
    width: 93%!important;
}

.nl-aside{
    display:none!important;
}
.nl-aside + div{
    width: 93%!important;
}


.es-aside{
    display:none!important;
}
.es-aside + div{
    width: 93%!important;
}


@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

      .video-active{
        z-index: 10;
        margin-top: 40%;
        width: 100%;
        display: none;
        position: absolute;
        margin-left: 1%;
    }

    .play-close{
        width: 5%!important;
        z-index: 12!important;
        position: absolute;
        margin-left: 94%!important;
        margin-top: 42%!important;
        opacity: 1!important;
        display: none;
        cursor: pointer;
    }

    .video-menu {
        background: url(http://www.salesupply.com/assets/hiring-bg.png) 0 0 no-repeat transparent;
        background-position-y: 11px;
        background-position-x: -5px;
        background-size: 130%;
    }
}

/*03/10/2016 Gerard Cárdenas*/
.dwnld_btn{
    text-align:center;
    width:100%;
}

.video_webindwnld{
   width: 100%;
   height: 60%px;
}

#dwnld_btnid{
    padding:10px;
    font-size:22px;
    width:100%;
}

#titledwnldvideo{
    margin-bottom:30px;
    margin-top:5px;
}

/* 04/10/2016 Gerard Cárdenas */

.downloadform{
    width:100%;
}
.formwebinardiv{
    position:relative;
    top:28px;
    margin-left:12px;
    float:left;
    width:45%;
}

.formwebinar label{
    display: block;
    clear: both;
    min-height: 42px;
    margin-bottom: 18px;
    margin-left:20px;
}

.formwebinar label span{
    vertical-align:bottom;
}

.formwebinar label input[type=text]{
    float:right;
    position:relative;
    left:-120px;
    font-size: 14px;
    width: 40%;
    padding: 8px;
    margin-right:12px;
}

.formtext{
    position:relative;
    text-align:justify;
    float:left;
    width:45%;
    margin-right:24px;
    margin-left:22px;
    margin-top:10px;
}

.sendformbtn{
    width:75%;
    text-align:right;
}

.sendformbtn button{
    font-size:18px;
    width:35%;
}


hr.es-shadow-fast{
      height: 0px!important;
}


.hidden-phrase{
	display: none!important;
}
