/* 
    Document   : styles
    Created on : 06-oct-2011, 12:46:19
    Author     : Andy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background: url(images/bg.png) repeat-x 0 0;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
ul { margin: 5px 0; padding: 0; }
p {
    margin: 5px 0;
}
h1,h2,h3,h4,h5 {
    margin: 5px 0;
}
form {
	margin: 0px;
	padding: 0px;
}
*html form {
	padding-top: 4px;
}
.wrapper {
/*     background: url(images/home.png) no-repeat 50% 0; */
}
.container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px; /*shadow in slider*/
}
.header { 
    height: 90px;
}
.header .logo {
    float: left;
    width: 340px;
    margin-top: 10px;
}
.header .lang-sign {
	cursor: pointer;
    margin-top: 28px;
    float:right;
    width: 200px;
}

#footer-widgets .widget_woo_subscribe #connect .social {
	border-top: 1px dotted #5A5A5A;
}

#connect .social a {
  display: inline-block;
  height: 28px;
  width: 32px;
  background-image: url(images/ico-subscribe-social.png);
  background-repeat: no-repeat;
}
#connect .social a.subscribe {
  background-position: 0px 0;
}
#connect .social a.twitter {
  background-position: -30px 0;
}
#connect .social a.facebook {
  background-position: -60px 0;
}
#connect .social a.youtube {
  background-position: -90px 0;
}
#connect .social a.flickr {
  background-position: -120px 0;
}
#connect .social a.linkedin {
  background-position: -150px 0;
}
#connect .social a.delicious {
  background-position: -180px 0;
}
#connect .social a.googleplus {
  background-position: -210px 0;
}
#connect .social.fr {
  float: right;
}
#connect {
  margin: 0;
  padding: 0;
}

.clientboximg {
	width: 152px;
	height: 150px;
	float: left;
}
.header-sign-in {
    float: right;
    display:block;
/* display:none; */
}
.header-sign-in a {
    text-decoration: none;
    color: #e5ffff;
    font-weight: bold;
    font-size: 13px;
}
.header .language-selector {
    float: right;
}
.content {
    width: 960px;
    float: left;
    clear: both;
    margin-bottom: -14px;
}
.slider {
    height: 395px;
    margin-top: 8px;
    margin-left: -18px;
}
.slider-btn {
    position: absolute;
    bottom: 26px;
    left: calc(50% - 135px);
    z-index: 9960;
}
.slider-btn a {
    cursor: pointer;
}
.skills { 
    width: 972px;
    margin: 20px 0 40px 0;
    float: left;
    clear: both;
}
.skills li {
    width: 310px;
    float: left;
    padding: 10px 0;
    margin: 0 14px 0 0;
    background: url(images/skills_separator.png) no-repeat 100% 0;
    list-style: none;
}
.skills li.last {
    background: 0;
    margin-right: 0;
}
.skills li h3 {
    font-size:23px; font-family:GeogrotesqueMedium; font-weight:normal; padding-left: 38px;
}
.skills li h3 span {
    font-size:23px; font-family:GeogrotesqueBold; font-weight:normal; color: #1f7789;
}
.skills li.monitorea h3 {
    background: url(images/monitorea_ico.png) no-repeat 0 0;
}
.skills li.centraliza h3 {
    background: url(images/centraliza_ico.png) no-repeat 0 0;
}
.skills li.analiza h3 {
    background: url(images/analiza_ico.png) no-repeat 0 0;
}
.skills li p {
    margin-top: 8px;
    margin-right: 5px;
}
.news {
    width: 270px;
    float: left;
    background-color: #f8ffea;
    padding: 5px 15px 10px 15px;
}
.news h3 {
    font-size:18px; font-family:GeogrotesqueBold; font-weight:normal; color: #393939;
}
.news li {
    list-style: none;
    border-bottom: 1px solid #404e15;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news li.last {
    border: 0;
}
.news li h4 {
    font-size: 14px;
    font-weight: bold;
    color: #404e15;
}
.news li p {
    font-size: 12px;
    color: #2e2e2e;
}
.news a {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: bold;
    font-style: italic;
}
.videos{
     float: left;
     width: 960px;
}
.videos h3 {
    font-size:20px;
    font-family:GeogrotesqueMedium;
    font-weight:normal;
    color: #393939;
    margin-bottom: 20px;
}
.videos li{
    list-style: none;
    float: left;
    margin-right: 10px;
}
.videos li.last {
    margin-right: 0;
    float: right;
}
.clip-inner {
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 10px #CCCCCC;
    padding: 6px;
}

/*.images-tour {
    width: 645px;
    float: right;
}
.images-tour h3 {
    font-size:18px; font-family:GeogrotesqueBold; font-weight:normal; color: #393939; margin-bottom: 10px;
}
.images-tour li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 20px;
}
.images-tour li.last {
    margin-right: 0;
}
.images-tour li .zoom {
    position: absolute;
    bottom: -3px;
    right: -6px;
    z-index: 99;
}
.images-tour a {
    z-index: 9;
}*/
.footer-wrapper {
   clear: both;
   background-color: #5a5a5a;
   overflow: hidden;
   padding: 20px 0;
}
.footer-content {
    width: 960px;
    margin: 0 auto;
    color: #fff;
}
.footer-content a {
    color: #fff;
}
.footer-content ul { 
    margin: 0;
    float: right;
}
.footer-content ul li { 
    list-style: none;
    float: left;
    margin-left: 10px;
    line-height: 27px;
    font-size: 14px;
}
.footer-content ul li a {
    text-decoration: none;
}
.footer-content .copyright {
    font-style: italic;
    font-size: 14px;
    float: left;
    width: 400px;
}

/*********** Sign in *************/
.tapa {
    background: url(images/signin_black_bg.png) repeat 0 0;
    overflow: auto;
    width: 100%;
    height: 1080px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9990;
    display: none;
}
.signin {
    background: url(images/signin_bg.png) no-repeat 0 0;
    width: 379px;
    height: 174px;
    position: absolute;
    left: 50%;
    top: 187px;
    margin-left: -211px;
    z-index: 9991;
    padding: 22px;
    display: none;
}
.signin p {
    color: #fff;
}
.signin input {
/*     float:left; */
    clear: both;
    padding: 3px 0 5px 5px;
    background: 0;
    border: 0;
	height: 23px;
	width: 360px;
	padding-left: 5px;
	margin-left: 2px;
	z-index: 9999;
}

form .submit {
	background: url("images/signin.png") 0 0 no-repeat;
}

a img {
	border: 0px;
}

.signin .input-email {
    margin-top: 11px;
}

.signin .input-pass {
    margin-top: 13px;
}
.signin .submit {
    width: 100px;
    height: 36px;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
}
.signin-close {
    position: absolute;
    right: 0;
    top:-11px;
    cursor: pointer;
}

#sign-in-error {
	color: #A3AF01;
	position: absolute;
	top: -1px;
	font-weight: bold;
	text-shadow: black 1px 1px;
	text-align: center;
	width: 355px;
}

/***********  Font-face  ***********/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 18, 2011 */
@font-face {
    font-family: 'GeogrotesqueBoldItalic';
    src: url('fonts/geog-bdit-webfont.eot');
    src: url('fonts/geog-bdit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geog-bdit-webfont.ttf') format('truetype'),
         url('fonts/geog-bdit-webfont.svg#GeogrotesqueBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

}

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

}

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

}


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

}

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

}

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

}

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

}

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

}
/*Scrollable*/
.slider { position: relative; }
.scrollable-img { position:relative; overflow:hidden; width: 1000px; height:380px; float:left; margin-left: 0px; z-index: 700; }
.scrollable .items { width:20000em; position:absolute; }
.items div { float:left; width: 995px; }
.navi {	margin-left:454px; width:200px; height:20px; }
.navi a { width:8px; height:8px; float:left; margin:3px;background:url(images/navigator.png) 0 0 no-repeat; display:block; font-size:1px; }
.navi a:hover {	background-position:0 -8px; }
.navi a.active { background-position:0 -16px; }
/* prev, next, prevPage and nextPage buttons */
a.browse {
	/*background:url(images/hori_large.png) no-repeat;*/
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { background:url(images/next.png) no-repeat; position: absolute; top: 132px; right: -21px; z-index: 999;}



/* left */
a.left { position: absolute; top: 132px; left: 345px; z-index: 999; background:url(images/prev.png) no-repeat; }


/* up and down */
a.up, a.down		{
	background:url(images/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }