@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);

body {
    margin:0;
    padding: 0;
    color: #333;
    font: 18px/30px 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-style: normal;
    color: black;
    text-rendering: optimizeLegibility;
    line-height: 1.2125em;
}

h1 {
    font-size: 2.125em;

}

h2 {
    font-size: 1.5875em;
    margin-bottom: 0.9em;
}

h3, h4, h5, h6 {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0;
}

p {
    line-height: 1.5;
    margin-bottom: 1.25em;
    font-weight: 400;
}

a {
    color: #0170c1;
    text-decoration: none;
}

a:hover, a:focus {
    color: #1f81cf;
}

a:active {
    /*text-decoration: underline;*/
}

.hide {
    display: none;
}

table {
    border-collapse: collapse;
}

.row {
    width: 100%;
    max-width: 960px;
    margin:0 auto;
    padding: 0 20px;
    clear: both;
    overflow: hidden;
}

.column {
    position: relative;
    padding:0 2%;
    float: left;
}

.large-3 {
    width: 21%;
}

.tab
{
    overflow: hidden;
    clear: both;
}

.info {
    background: #ffc;
    padding: 15px;
    color: #440;
}


/* Header - Nav
------------------------------------------------------------------- */
#header-wrapper {
    background: #fff;
    height: 100px;
    line-height: 100px;
    position: relative;
    /* right: 0; */
    /* top: 0; */
    /* left: 0; */
    z-index: 998;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.logo {
    position: absolute;
    display: block;
    width: 170px;
    height: 100px;
}

.logo img{
    vertical-align: middle;
}

.nav {
    display: block;
    width: 775px;
    padding: 0;
    margin: 0 0 0 225px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li{
    display: inline-block;
}

.nav ul li a {
    /*-webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;*/
    vertical-align: middle;
}

.nav-links {
    float: left;
}

.nav-links a {
    color: #444;
    font-size: 16px;
    padding: 7px 10px;
}

.nav-links a:hover {
    color: #000;
    background-color: #f0f0f0;
}

a.nav-selected, a.nav-selected:hover {
    color: #000;
    background-color: transparent;
    font-weight: 800;
    text-decoration: none;
    cursor: default;
}

ul.social-links {
    float: right;
    margin-right: 40px;
}

.social-links a {
    margin: 0 0 0 13px;
    display: inline-block;
    height: 22px;
    width: 22px;
    opacity: 0.2;
    text-indent: -99999px;
}

.social-links a:hover {
    opacity: 1;
}

#content-wrapper > div {
    /* display: none; */
}

#content-wrapper > div.active {
    display: block;
}

#breadcrumb {
    padding: 3px 20px;
    margin: 10px auto;
    background: #fff;
    font-size: 90%;
    color: #aaa;
}

#breadcrumb a {
    color: #666;
    padding: 3px 5px;
    /*border-bottom: 2px solid #fff;*/
}

#breadcrumb a:hover {
    background: #eee;
    color: #000;
    border-color: #09f;
}


/* Hero
------------------------------------------------------------------- */
.hero-wrapper {
    background: #2fa7fc url(../img/bg.jpg);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    padding: 0 0 40px 0;
}

.hero,
.hero h1,
.hero h2,
.hero p,
.hero li {
    color: #fff;
}

.hero {
    overflow: hidden;
}

.hero h1 {
    font-size: 3em;
    margin: 0;
    padding: 1em 0 0;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.hero h2 {
    font-size: 2.25em;
    margin: 0;
    padding: 1em 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.hero h3 {
    font-weight: 600;
    font-size: 1.25em;
    margin-bottom: 0.2em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.hero p {
    font-size: 1.2em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}


.hero a {
    color: #7dfffa;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Inicio
------------------------------------------------------------------- */

#twitter-timeline {
    float: right;
    margin: 35px 0;
    width: 35%;
}

/* Downloads
------------------------------------------------------------------- */
#downloads-list ul
{
    list-style: circle inside;
    padding-left: 5px;
}

#downloads-list small
{
    color: #666;
    /*font-size: 80%;*/
}

/* Productos
------------------------------------------------------------------- */
#product-list {

}

#product-list ul {
    list-style: none;
    padding: 0;
}

#product-list li {
    padding: 10px;
    overflow: auto;
}

#product-list h3 {}

#product-list img {
    float: left;
    margin: 0 15px 0 0;
    height: 80px;
}

#product-list p {
    color: #555;
    font-size: 85%;
    margin: 0;
    height: 3em;
}

#product-list li:hover {
    background: #eee;
}

#product-list .category {
    width: 33.3%;
    float: left;
}

.card {
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    line-height: 1.5;
    margin: 30px 15px;
    padding: 9px;
    word-wrap: break-word;
    width: 200px;
}

.card:hover {
    border: 1px solid #09E;
    box-shadow: 0 0 2px 0px rgba(0,0,0,.2);

}

.product-img {
    text-align: center;
    margin-bottom: -55px;
}

.product-img img {
    width: 100%;
    max-width: 800px;
}

.product-header h1 
{
    margin-top: 0;
}

.tab-content > div {
    /*display: none;*/
}

.tab-content > div.active {
    display: block;
}

.product-tabs {
    position: relative;
    margin: 30px 0;
    padding: 0;
    list-style: none;
    background: #eee;
}

.product-tabs li {
    display: inline-block;
    position: relative;
}

.product-tabs a {
    display: block;
    padding: 8px 12px;
    background: #eee;
    color: #444;
}

.product-tabs a:hover {
    background: #ddd;
    color: #000;
}

.product-tabs a:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -11px;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #ddd;
}


.product-tabs a:hover {
    background: #e0e0e0;
    color: #000;
}

.product-tabs a.current {
    background: #09e;
    color: #FFF;
}

.product-tabs a.current:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -11px;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #09e;
}

.imagen-producto {
    width: 100%;
    text-align: center;
}

.imagen-producto img {
    width: 100%;
    margin: -50px 0 -100px 0;
}

/* Boton comprar */
.buybtn {
    float: right;
    /* margin: 26px 0 0; */
    padding: 8px 20px;
    position: relative;
    z-index: 11;
    background: #d44;
    color: #fff;
    font-weight: bold;
}

.buybtn:hover {
    background: #e55;
    color: #fff;
}

.buybtn .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #000000;
}

/* especificaciones */
table.specs {
    width: 100%;
}

table.specs td {
    padding: 5px 8px;
    border-bottom: 1px solid #ddd;
}

table.specs .sectionHeader td {
    background: #eee;
    font-weight: bold;
    font-size: 105%;
}

/* Imagenes */
.imgThumb {
    width: 25%;
    /* display: inline-block; */
    opacity: .8;
    float: left;
}

.imgThumb a {
    opacity: .9;
    display: block;
    margin: 10px;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,.25);*/
    border: 5px solid #eee;
}

.imgThumb a:hover {
    opacity: 1;
    border: 5px solid #ddd;
}

.imgThumb img {
    width: 100%;
}

/* Noticias
------------------------------------------------------------------- */
.article
{
    margin: 30px 0 20px 0;
    position: relative;
}

.article h1
{
    border-bottom: 1px solid #e5e5e5;
}

.article .date
{
    color: #888;
    float: right;
    line-height: 2.125em;
    margin: 7px 0 0 15px;
}


/* Dealers
------------------------------------------------------------------- */

.dealer {
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    width: 370px;
}

.dealer:hover {
    background: #eee;
}

.dealer img {
    width: 100%;
}

.dealer a {
    display:block;
}

/* Contacto
------------------------------------------------------------------- */
#contact-form{
    padding: 0 10em 3em;
    position: relative;
}

#contact-form *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-line {
    clear: both;
}

label {
    text-align: right;
    margin: 0;
    padding: 3px 10px 0 0;
    width: 16.66666667%;
    float: left;
    line-height: 1.42857143;
}
.right-col {
    width: 83.33333333%;
    float: left;
    margin-bottom: 10px;
}

input[type="text"], input[type="email"], select, textarea {
    display: block;
    width: 100%;
    padding: 7px;
    margin: 0;
    font-size: 80%;
    font-family: inherit;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #aaa;
    outline: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    border-color: #09F;
    outline-color: #09F;
}

textarea {
    font-size: 80%;
    font-family: inherit;
    height: 7em;
}

input[type="submit"], button {
    color: #fff;
    background: #09f;
    border: 0;
    padding: 6px 12px;
    margin: 12px 0 0;
    /*margin-left: 16.66666667%;*/
    opacity: 1;
    cursor: pointer;
    outline: 0;
    font-size: 1em;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    opacity: .8;
    outline: none;
}

/* FAQ
------------------------------------------------------------------- */
#faq {

}

.faq-item {
    margin: 0 0 40px;
}

.faq-item .question {
    font-weight: bold;
    background: #eee;
    padding: 10px;
}

.faq-item .answer {
    padding: 0 10px;
}

.faq-item time {
    margin: 0 10px;
    float: right;
    font-weight: normal;
}

/* Footer
------------------------------------------------------------------- */
#footer-wrapper {
    clear: both;
    background: #f3f3f3;
    border-top: 1px solid #e6e6e6;
    margin-top: 50px;
    /*box-shadow: inset 0 1px 0 #fff;*/
}

#footer .colum {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #666;
    width: 33%;
    float: left;
}

#footer .colum ul {
    padding: 0;
    list-style: none;
}

#footer .colum li {
}

#footer .copyright {
    padding-bottom: 30px;
    padding-top: 10px;
    color: #666;
    text-align: center;
    clear: both;
}



/* Lang Flag
------------------------------------------------------------------- */
.social-links a.es-flag-icon, .social-links a.en-flag-icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAMAAAAhSXi5AAABlVBMVEUADnD///+huNnaIDPdIzXeJDUAGXcAG3cAHHkAHXkAHn4AInwAI38AI4IAJH8AJX4FM4sjP44nUJ0zT5dTa6hUcq9Ud7MAEXGKn8iNpc2QqdCQrdOgttcAEnKsf5+whaO3y+S4rMW4rca52vKGhK/eTFzgUGDiVGPjUmDjcn/lO0rlWWblf4vlf4zlgo7mPUvmUF3mg4/mhJHmhpLvh5DwqrHxvsX1///3tLkAGHgAHHi6y+O9scm+scm/0+jAtcsAJ4EBJH04ZatDX6FDZ6mgt9gCIHvogY3ogo7reoQAF3bbdIP55Of5///63uHHcYfLABjLAhvPFCvmh5PBvNLnhpLoQU/PFSzQGC/QGjAAFXTaWGr3w8j46+747O/sgozt1Nvt/v/uh5DTcYP/19fytrz0s7r1s7ra6fX2qAT/3t/cMkR6grF6g7H/6OcAFXcAG3j7///96+39/v/+/v99kb/faXjfaXngRVTLABlSa6fYM0X/xADHDx3gRVXFCR7GCx4ELoj/ygDYM0ZSa6h+kr8FLog6efMTAAABV0lEQVR4Xq2QQ7MkURSEzy20bdu2bT/bto0xfvd0d0zHbKoWL2K+3clF5smEr5TQyV8ogU+UwAkl8J0SeKfkv8g0kTQP0tShKf/BBR2D/quSLeSWcgSRK3GFGY6i++MInp4TN78a1xOZ+ftizX56BxVDcAsVxHpBniDyvLTEuNhGWSl0RDZv6HJHlraQpJkv3/OkkKq8CizGVW3qLI7URRyft7mcveMqMFiAYTqtdfvgFm0ur2zsr6OkSVPHMIjFYrutaMQfdi8tuRfmAr7m7lCCl79Mz8zOzkxPLhp5bNL0BeYWRiZhfyTaGptgWF1jSqL1/Y2V5U10e7Bt1eqGkSwGVI97TpdtHseLahQ/m6pdDR9cLatQyrMn55tJ0pKW7VyGvDZRB6RZ1F40StK8UXmBXlxAW0FDBe5P7Wvn35iTqa4bDzeJz49w+NZVcDL/hmUrf/YHjj/M6/uSBgiF5gAAAABJRU5ErkJggg==') no-repeat;
    height: 16px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-links a.es-flag-icon, .social-links a.en-flag-icon:hover {background-position: 0 0}
.social-links a.en-flag-icon, .social-links a.es-flag-icon:hover {background-position: 0 -16px}


/* Sprites
------------------------------------------------------------------- */
.mail-icon {background: url(../img/sprite.png) no-repeat -74px -37px}
.twitter-icon {background: url(../img/sprite.png) no-repeat -114px -37px}
.facebook-icon {background: url(../img/sprite.png) no-repeat -184px -37px}


/* uSlider
------------------------------------------------------------------- */

.slider {
    width: 900px;
    height:400px;
    margin: 45px auto;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}


.slider .button {
    position: absolute;
    top: 50%;
    width:50px;
    height: 50px;
    line-height:43px;
    font-size: 50px;
    cursor:pointer;
    text-align: center;
    color: #888;
    background: #fff;
    z-index: 9;
    border-radius: 50%;
    margin-top: -25px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-transition:opacity .4s;
    -moz-transition:opacity .4s;
    -ms-transition:opacity .4s;
    -o-transition:opacity .4s;
    transition:opacity .4s;
    opacity: 0;
}

.slider:hover .button {
    opacity: 1;
}

.slider .button.prev {
    left: -25px;
}

.slider .button.next {
    right: -25px;
}

.slider .button:hover {
    color:#222
}


.slider .pagination {
    list-style:none;
    display: block;
    margin: 0 0 -25px 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0;
}

.slider .pagination li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    outline: 0;
    position: relative;
    z-index: 2;
    background: rgba(128,128,128,.3);
    -webkit-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;
    -moz-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;
    box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.6), 0px 1px 1px 0px white;
    border-radius: 50%;
    cursor:pointer;
}

.slider .pagination li:hover {
    background: rgba(255,255,255,.4);
}

.slider .pagination li.active {
    background: rgba(255,255,255,.5);
    -webkit-box-shadow:  0 1px 1px 0px rgba(0,0,0,0.6), inset 0px 1px 1px 0px rgba(255,255,255,0.9);
    -moz-box-shadow:  0 1px 1px 0px rgba(0,0,0,0.6), inset 0px 1px 1px 0px rgba(255,255,255,0.9);
    box-shadow: 0 1px 1px 0px rgba(0,0,0,0.6), inset 0px 1px 1px 0px rgba(255,255,255,0.9);
}

.slider .slides {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.slider ul.slides > li {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: 7;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition:opacity .4s .4s;
    -moz-transition:opacity .4s .4s;
    -ms-transition:opacity .4s .4s;
    -o-transition:opacity .4s .4s;
    transition:opacity .4s .4s;
}


.slider ul.slides > li.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 8;
    -webkit-transition:opacity .4s;
    -moz-transition:opacity .4s;
    -ms-transition:opacity .4s;
    -o-transition:opacity .4s;
    transition:opacity .4s;
}

#main-slider:before, #main-slider:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 20px;
    bottom: 13px;
    z-index: -1;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

#main-slider:before {
    left: 10px;
    bottom: 10px;
    -webkit-transform: rotate(-1.25deg);
    -moz-transform: rotate(-1.25deg);
    -o-transform: rotate(-1.25deg);
    -ms-transform: rotate(-1.25deg);
    transform: rotate(-1.25deg);
}

#main-slider:after {
    right: 10px;
    bottom: 10px;
    -webkit-transform: rotate(1.25deg);
    -moz-transform: rotate(1.25deg);
    -o-transform: rotate(1.25deg);
    -ms-transform: rotate(1.25deg);
    transform: rotate(1.25deg);
}


/* uBox */
#uBoxOverlay {
    position:fixed;
    top:0; 
    left:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    z-index:1000100;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

#uBoxOverlay.fadeout {
    opacity: 0;
}

#uBoxOverlay.fadein {
    opacity: 1;
}

#uBoxOverlay.fadein #uBoxContent {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

#uBoxOverlay.fadeout #uBoxContent {
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
}

#uBoxBackground {
    background: #555;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1000110;
    opacity:0.7;
    filter:alpha(opacity=70);
    margin:0;
    padding:0;
    border:none;
}

#uBoxBackground a, #uBoxBackground a:hover {
    display:block;
    width:100%;
    height:100%;
    background: 0;
    text-decoration: none;
    margin:0;
    padding:0;
    border:0;
}

#uBoxContent {
    background:#000 url(../img/loading.gif) no-repeat 50% 50%;
    top:50%;
    left:50%;
    padding:8px;
    position:fixed;
    z-index:1000120;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

#uBoxContent a#jwSBclose,#uBoxContent a#jwSBclose:hover {
    position:absolute;
    right: -10px;
    top: -10px;
    display:block;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) no-repeat 0 0;
    float:right;
    text-align:right;
    margin:0;
    padding:0;
    text-decoration:none;
}

#uBoxContent a img {
    border:none;
    margin:0;
    padding:0;
}

#jwSBimage, #jwSBimage:hover {
    border:none;
    display:block;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-size: contain;
}

#uBoxContent span#sbcaption {
    font-size:11px;
    font-weight:bold;
    color:#fff;
    position:absolute;
    left:0;
    bottom:30px;
    display:block;
    background:#000;
    display:block;
    margin:8px;
    padding:8px;
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index:1000130;
}
