#top {
    border-top: 4px solid #00a5b6;
}
#top h1 {
    font-size: 35px;
    font-weight: 700;
    color: #3d5166;
    margin: 17px 0 0px;
}
#top .logo {
    font-size: 35px;
    font-weight: 700;
    color: #3d5166;
    display: block;
    margin: 17px 0 9px;
}
#top h1 strong {
    position: absolute;
    top: -999em;
    left: -999em;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
#top #s {
    display: block;
}
#top #s input {
    background: #fbfbfb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f9f8fa 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f9f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f9f8fa 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%, #f9f8fa 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%, #f9f8fa 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfb 0%, #f9f8fa 100%);
    /* IE6-8 */
    height: 42px;
    padding-right: 165px;
    width: 100%;
}
#top #s button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 35px;
    top: 23px;
    cursor: pointer;
    width: 40px;
}
#top #s .trigger {
    position: absolute;
    right: 85px;
    top: 28px;
    font-size: 12px;
    color: #999;
    background: url("img/dropdown-arrow.png") 100% 3px no-repeat;
    padding-right: 20px;
}
#top #s .trigger:hover {
    text-decoration: underline;
}
#top .columns.menu {
    margin: 15px 0 0;
}

#top .link-list a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#top .link-list li {
    line-height: 30px;
    margin: 0;
    text-align: center;
}
#top .link-list .my-account a {
    height: 16px;
    width: 31px;
}
#top .link-list .shppg-cart {
    top: -4px;
}
.lt-ie9 #top #s input {
    line-height: 2.2;
}
#s {
    margin: 13px 15px 0;
}

/* -----------------------------------------
   Page Name 2
----------------------------------------- */
.btn-lawyer {
    background: #81b737;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81b737), color-stop(100%, #3bac54));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #81b737 0%, #3bac54 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #81b737 0%, #3bac54 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #81b737 0%, #3bac54 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #81b737 0%, #3bac54 100%);
    /* IE6-8 */
    color: #fff;
    text-shadow: 0 1px 2px rgba(35, 96, 49, 0.65);
    border-color: #3A9148;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    height: 29px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #3a9148;
    padding: 0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.btn-lawyer:hover, .btn-lawyer:focus {
    color: #fff;
    text-decoration: none;
    background: #7baf35;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7baf35 0%, #38a450 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7baf35), color-stop(100%, #38a450));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7baf35 0%, #38a450 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7baf35 0%, #38a450 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7baf35 0%, #38a450 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #7baf35 0%, #38a450 100%);
    /* IE6-8 */
}
.lt-ie10 .btn-lawyer:hover {
    text-decoration: underline;
}
.lt-ie9 .btn-lawyer {
    background: #81b737;
}
.lt-ie9 .btn-lawyer:hover {
    background: #3bac54;
}
.in-btn {
    border-top: 2px solid #9bc252;
    height: 27px;
    line-height: 20px;
    padding: 1px 9px 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    white-space: nowrap;
}
.icon-lawyer {
    width: 16px;
    height: 14px;
    position: relative;
    top: 3px;
    background: url("img/abogado.png") no-repeat;
    display: inline-block;
}
iframe {
    border: none;
}
.cl {
    clear: left;
}
.sol {
    padding-top: 10px;
}
.banner {
    padding: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pub {
    text-align: center;
}
.info {
    color: #3d5166;
}
.br {
    border-bottom: 1px solid #d9d9d9;
}
.tool {
    font-size: 13px;
    color: #00a5b6;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 3px;
    bottom: .25em;
}
.tool:hover {
    color: #00a5b6;
}
.edit {
    color: #00a5b6;
}
.edit:hover {
    color: #00a5b6;
}
ul.usr-info, .usr-info {
    list-style: none;
    margin-bottom: .25em;
    color: #3d5166;
}
.panel, .panel-2 {
    background: #f5f5f5;
    text-align: center;
    padding: 15px;
}
.panel-2 {
    background: #fff;
    padding: 10px;
    text-align: left;
    border: 1px solid #c3c8cb;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.panel-2 a.dl {
    padding-left: 37px;
    background: url("img/icon-dl.gif") no-repeat;
    display: inline-block;
    min-height: 26px;
    line-height: 1.3;
}
fieldset.h {
    border: none;
    padding: 0;
    margin: 0 0 40px;
}
fieldset.h legend {
    display: none;
}
.help {
    margin-bottom: 75px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 0;
}
.help p {
    margin-bottom: .5em;
}
.help .tel {
    display: block;
    font-size: 30px;
    font-family: "ff-meta-serif-web-pro", georgia, serif;
    color: #3d5166;
    font-weight: bold;
}
.order-data {
    margin-top: 55px;
}
.details .single-button {
    margin-bottom: 65px;
}
.details li {
    font-size: 13px;
    list-style: none;
}
.bc .breadcrumbs {
    background: none;
    border: none;
    padding: 12px 0 33px 20px;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.bc .breadcrumbs li {
    font-size: 12px;
    padding-right: 6px;
}
.bc .breadcrumbs li:before {
    content: ">";
    color: #B3B3B3;
}
.bc .breadcrumbs li span {
    text-transform: none;
    padding-left: 6px;
}
.bc .breadcrumbs li span a {
    text-transform: none;
    padding-left: 0;
    color: #00a5b6;
}
.level-1 .breadcrumbs {
    padding-bottom: 12px;
}
.bg-1 {
    background: url("img/bg_greynoise_plain.png");
}
.bg-2 {
    background: url("img/bg_bluenoise_plain.png");
}
.bg-3 {
    background: url("img/bg_greynoise_shadowgradient.png");
}
.bg-5 {
    background: url("img/bg_greynoise_shadowgradient2.png") repeat-x;
}
.up {
    display: block;
    border: 1px solid #e0e2e4;
    border-bottom: none;
    text-align: center;
    padding: 0.75em 10px 0.75em 30px;
    background: #ebebeb url("img/fletxa-up.png") 10px 50% no-repeat;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.up:hover {
    background-color: #e6e6e6;
}
.up:hover {
    text-decoration: none;
}
.pict, .pict-2 {
    padding: 4px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pict-2 {
    padding: 2px;
}
.flex-video {
    margin-bottom: 0;
}
.label.price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: .5em;
    padding: 5px 7px;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.price-wrapper small {
    margin: 2px 15px 0 5px;
    display: block;
    float: left;
    width: 5em;
}
.old-price {
    font-size: 12px;
    color: #3d5166;
}
.old-price del {
    font-size: 18px;
    color: #A7B0BA;
}
ol {
    list-style: none;
}
dl {
    color: #3d5166;
    overflow: hidden;
    margin-bottom: 0;
}
dt {
    font-weight: bold;
    float: left;
    margin-right: .5em;
    clear: left;
}
.single-button {
    text-align: center;
}
.descr {
    color: #3d5166;
    line-height: 1.4;
}
.item {
    border-bottom: 1px solid #d9d9d9;
}
.item .cl {
    padding-top: 20px;
}
.details {
    border-top: 1px solid #f4f4f4;
}
.details .row {
    padding-top: 50px;
}
.toc-wrapper {
    padding: 15px 15px 15px 75px;
    background: rgba(255, 255, 255, 0.3) url("img/icon-toc.png") 15px 15px no-repeat;
    border: 1px solid #c9cdd1;
    border-width: 1px 0;
    margin-bottom: 28px;
}
.toc-wrapper h2 {
    margin: 0;
}
.lt-ie9 .toc-wrapper {
    background: white url("img/icon-toc.png") 15px 15px no-repeat;
}
.toc-trigger {
    cursor: pointer;
    display: inline;
    padding-right: 20px;
    background: url("img/down-arrow.png") 100% 50% no-repeat;
}
.toc-trigger:hover {
    text-decoration: underline;
}
.toc {
    margin: 15px 0 0;
}
.toc li {
    font-size: 14px;
}
.toc > li {
    font-weight: bold;
}
.toc > li:before {
    content: "- ";
}
.toc > li ol {
    margin: 10px 0 10px 40px;
}
.toc > li ol li {
    font-weight: normal;
    list-style-type: decimal;
}
#top .dropdown {
    border: 1px solid #88909a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    background: #fff;
    z-index: 30;
    padding: 10px;
}
#top .dropdown ul {
    margin: 0;
    list-style: none;
}
#top .dropdown ul li {
    font-size: 12px;
    display: block;
    margin-left: 0;
}
#top .dropdown ul li a {
    color: #999;
}
#top .dropdown ul li a:hover {
    color: #00a5b6;
}
#top .dropdown ul .active a {
    background: url("img/tick.png") no-repeat;
    color: #00a5b6;
}
#top .dropdown .arrow {
    width: 19px;
    height: 11px;
    background: url("img/dropdown-arrow.gif") no-repeat;
    display: block;
    position: absolute;
    top: -11px;
    right: 27px;
}
#top .dropdown label, #top .dropdown p {
    font-size: 12px;
}
.dropdown.search {
    width: 168px;
    right: 34px;
    top: 55px;
}
.dropdown.search a {
    padding-left: 20px;
}
.dropdown.login {
    width: 250px;
    right: -15px;
    top: 36px;
}
.dropdown.login label {
    margin-top: 5px;
}
.dropdown.login p {
    margin: 0;
}
.dropdown.login p a {
    color: #00a5b6;
}
.dropdown.login form {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.dropdown.login form .btn {
    text-align: right;
}
.dropdown.my-account {
    width: 140px;
    right: -15px;
    top: 35px;
}
#top .dropdown.cart {
    right: -15px;
    top: 38px;
    width: 240px;
    padding: 0;
}
#top .dropdown.cart th, #top .dropdown.cart td {
    font-size: 12px;
    padding: 0.4em 0 0.4em 12px;
}
#top .dropdown.cart td {
    padding-right: 12px;
}
.trigger.my-account {
    background-image: url("img/my-account.png");
    background-position: 7px 6px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
.trigger.cart {
    position: relative;
    display: block;
    height: 20px;
    width: 34px;
}
.num {
    background: #F16452;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    width: 11px;
    height: 11px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 9px;
}
#nav-main {
    background: #3d5166;
    min-height: 51px;
    display: none;
}
#nav-main .nav-bar {
    margin: 0;
    height: auto;
    background: none;
    overflow: hidden;
}
#nav-main .nav-bar > li {
    margin: 0;
    line-height: 3.7em;
    border: none;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    position: static;
}
#nav-main .nav-bar > li:hover {
    background: #00a5b6;
}
#nav-main .nav-bar > li.menuClearer:hover {
    background: #3D5166;
}
#nav-main .nav-bar > li > a {
    color: #fff;
    background: none !important;
}
#nav-main .nav-bar .active {
    background: #00a5b6;
}
#nav-main .bt {
    text-align: right;
    padding-top: 10px;
}
.nav-bar > li.has-flyout > a:first-child {
    padding-right: 20px;
}
.nav-bar > li.has-flyout > a:first-child:after {
    border: none;
}
div.flyout {
    top: 51px;
    padding: 20px 10px;
    background: white url("img/flyout-border-top.gif") repeat-x;
    border-top: none;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
div.flyout .title {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    font-family: ff-meta-serif-web-pro, georgia, serif;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 1em;
    padding-bottom: .5em;
}
div.flyout .title a {
    color: #3d5166;
}
div.flyout .title a:hover {
    text-decoration: none;
}
div.flyout .title a:after {
    content: url("img/fletxa-submenu.png");
    position: relative;
    top: 1px;
}
div.flyout .title a:hover:after {
    content: url("img/fletxa-submenu-hover.png");
}
div.flyout ul.sub-sub-menu {
    margin: 0 0 2em 0;
}
div.flyout ul.sub-sub-menu li {
    line-height: 1;
    border: none;
    margin-bottom: .5em;
}
div.flyout ul.sub-sub-menu li a {
    color: #00a5b6;
    padding: 0;
    border: none;
    box-shadow: 0 0 0;
    background: none;
    line-height: 1.3;
}
div.flyout ul.sub-sub-menu li a:hover {
    background: none;
    color: #007783;
}
.flyout.large {
    width: 930px;
}
.flyout.left {
    left: 15px;
}
.menu-mobile {
    display: block;
    background: url("img/menu.png") 39px 50% no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 18px 72px;
}
.menu-mobile:active,
.menu-mobile:focus,
.menu-mobile:hover {
    color: #fff;
}
ul.side-nav {
    padding-top: 0;
}
ul.side-nav li {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
ul.side-nav li a {
    color: #00a5b6;
}
ul.side-nav li a:hover {
    color: #3d5166;
}
ul.side-nav li.active a {
    color: #3d5166;
}
.home #tabs {
    padding-top: 23px;
}
#tabs {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 38px;
    position: relative;
}
#tabs .slides-menu {
    background: #3d5166;
    list-style: none;
    width: 24%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#tabs .slides-menu li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #647485;
    padding: 10px 17px 10px;
    line-height: 1.2;
    position: relative;
}
#tabs .slides-menu li a:hover {
    color: #3d5166;
    border-bottom-color: #fff;
    background: white url("img/fletxa-slides-menu.png") 205px 50% no-repeat;
    text-decoration: none;
}
#tabs .slides-menu li .active {
    color: #3d5166;
    border-bottom-color: #fff;
    background: white url("img/fletxa-slides-menu.png") 205px 50% no-repeat;
    text-decoration: none;
}
#tabs .slides-menu li:first-child a:hover, #tabs .slides-menu li:first-child a.active {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
}
#tabs .slides-menu li:first-child a.active {
    -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
}
#tabs .slides-menu li:last-child a {
    border-bottom: none;
}
#tabs .slides-menu li:last-child a:hover, #tabs .slides-menu li:last-child a.active {
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
}
#tabs .over {
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}
.slide {
    width: 75%;
    height: 335px;
    float: right;
    background: white 100% 100% no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    padding: 22px 22px 0;
}
.slide h2 {
    color: #3d5166;
    font-size: 36px;
    margin-bottom: .25em;
    font-weight: 500;
}
.slide p {
    color: #3d5166;
    font-size: 15px;
    line-height: 1.5;
}
.slide .wrapper {
    padding-right: 210px;
}
.slide .button {
    margin: 0 0.5em 0.75em 0;
}
#slide-0 {
    background-image: url("img/bg-intro-home.jpg");
    background-position: 100% 25px;
}
.rollout {
    width: 76%;
    padding-left: 32px;
    background-image: url("img/bg-intro-home-2.jpg");
    overflow: auto;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
}
.rollout .video {
    padding-top: 10px;
}
.rollout .video-pict img {
    position: relative;
    right: -22px;
}
.rollout .links {
    padding-top: 23px;
}
.rollout .links h3 {
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: .5em;
    margin-bottom: .75em;
    line-height: 1.3;
}
.rollout .links h3 a {
    color: #3d5166;
}
.rollout .links h3 a:hover {
    text-decoration: none;
}
.rollout .links h3 a:after {
    content: url("img/fletxa-submenu.png");
    position: relative;
    top: 1px;
}
.rollout .links h3 a:hover:after {
    content: url("img/fletxa-submenu-hover.png");
}
.rollout .links li {
    font-size: 14px;
}
#orbit-slider {
    display: none;
}
.highlights {
    padding: 30px 0;
}
.highlights section {
    padding-left: 20px;
    padding-right: 20px;
}
.highlights section h2 {
    font-size: 21px;
    color: #3d5166;
    margin: 0.25em 0;
}
.highlights section h2 a {
    color: #3d5166;
}
.highlights section p {
    font-size: 13px;
    margin-bottom: 1em;
}
.highlights section .more {
    font-size: 14px;
}
.highlights section .container {
    padding-right: 130px;
    background-position: 100% 10px;
    background-repeat: no-repeat;
}
.highlights section a {
    font-weight: bold;
    color: #00a5b6;
}
.highlights section .pict, .highlights section .pict-2 {
    margin-bottom: .5em;
}
.highlights section .wrapper {
    padding: 0 5px;
}
.hl-2 {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.hl-1 div {
    background-image: url("img/dest-1.jpg");
}
.hl-2 div {
    background-image: url("img/dest-2.jpg");
}
.hl-3 div {
    background-image: url("img/dest-3.jpg");
}
#news {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0;
}
#news h2 {
    font-size: 17px;
    color: #3d5166;
    margin-bottom: 1em;
}
#news h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .5em;
}
#news p {
    font-size: 13px;
}
#news ul {
    list-style: none;
}
#news ul li {
    font-size: 13px;
    margin-bottom: 1em;
}
.reasons {
    border-top: 1px solid #d9d9d9;
    padding: 0;
}
.reasons-wrapper {
    padding: 23px 0;
}
.reasons section {
    padding-right: 110px;
    background-repeat: no-repeat;
    background-position: 90% 15px;
    min-height: 11em;
}
.reason-1 {
    background-image: url("img/num-1b.png");
    border-right: 1px solid #d9d9d9;
}
.reason-2 {
    background-image: url("img/num-2b.png");
    border-right: 1px solid #d9d9d9;
}
.reason-3 {
    background-image: url("img/num-3b.png");
}
.bg .reason-1 {
    background-image: url("img/num-1.png");
    border-right: 1px solid #f7f7f7;
}
.bg .reason-2 {
    background-image: url("img/num-2.png");
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #f7f7f7;
}
.bg .reason-3 {
    background-image: url("img/num-3.png");
    border-left: 1px solid #e3e3e3;
}
.links {
    padding-top: 30px;
}
.links h2 {
    color: #3d5166;
    font-size: 18px;
    margin-bottom: .5em;
}
.links ul {
    list-style: none;
}
.links ul li {
    font-size: 12px;
}
.links ul li a {
    color: #00a5b6;
}
.quotes {
    padding: 30px 0 25px;
    border-bottom: 1px solid #d9d9d9;
}
blockquote {
    padding: 0;
    border: none;
}
blockquote p {
    font-size: 16px;
    font-family: "ff-meta-serif-web-pro", georgia, serif;
    color: #3d5166;
    text-align: center;
}
p.name, p.role {
    color: #474647;
    font-size: 12px;
    text-align: center;
}
p.name {
    margin-bottom: 0;
}
p + form {
    margin-top: 30px;
}
form.basic label {
    position: relative;
    top: 3px;
}
form.basic ul label {
    margin-bottom: 10px;
}
label {
    font-size: 13px;
    color: #4c4c4c;
    line-height: 1.2;
    cursor: default;
}
label img {
    vertical-align: middle;
    margin-left: 10px;
}
label.inline {
    line-height: 1.5;
    color: #3D5166;
    font-size: 13px;
}
label.inline span {
    color: #E52533;
}
label.error {
    font-size: 11px;
    color: #f0473e;
    margin-bottom: 12px;
}
.small label.inline {
    font-size: 12px;
}
label.inline.i {
    margin: -3px 0 0;
    line-height: 1.25;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-color: #C3C5C6;
    border-left-color: #CBCDCC;
    border-right-color: #CBCDCC;
    border-bottom-color: #D0D1D0;
    color: #666;
    font-size: 12px;
}
select {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    height: 30px;
    height: auto\0/;
}
select:focus {
    background-color: #FAFAFA;
}
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
    border-color: #f0473e;
    background-color: #fff;
    margin-bottom: 0;
}
form.custom div.custom.dropdown a.current {
    font-size: 12px;
    color: #999;
}
.multi input[type="text"], .multi input[type="password"], .multi input[type="date"], .multi input[type="datetime"], .multi input[type="email"], .multi input[type="number"], .multi input[type="search"], .multi input[type="tel"], .multi input[type="time"], .multi input[type="url"], .multi select {
    display: inline;
}
.multi input[maxlength="2"] {
    width: 10%;
}
.multi input[maxlength="4"] {
    width: 20%;
}
.multi input[maxlength="10"] {
    width: 38%;
}
.multi select {
    width: auto;
    margin-bottom: 12px;
}
.more {
    padding-top: 15px;
    padding-bottom: 8px;
}
form.usr .btn, form.cart .btn {
    border-top: 1px solid #cdd3d9;
    padding-top: 20px;
    position: relative;
}
form.usr .btn p, form.cart .btn p {
    margin: 0;
}
form.usr .btn .back, form.cart .btn .back {
    display: block;
    position: absolute;
    left: 0;
    top: .5em;
    background: url("img/back.png") 0 50% no-repeat;
    font-size: 13px;
    padding: 3px 0 3px 20px;
    color: #00a5b6;
    text-decoration: none;
}
form.usr .btn .back:hover, form.cart .btn .back:hover {
    text-decoration: underline;
}
form.cart .btn {
    border-top: none;
}
form ul {
    list-style: none;
}
form.custom span.custom.radio.checked:before {
    background: #00a5b6;
}
p.total {
    text-align: right;
    font-size: 13px;
    color: #98A4B3;
    border: 1px solid #cdd3d9;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 1em;
}
p.total b {
    font-size: 20px;
    color: #3d5166;
}
.footer p {
    margin-bottom: .5em;
}
.footer p a {
    color: #00a5b6;
    text-decoration: underline;
}
.footer p a:hover {
    text-decoration: none;
}
.asterisc {
    color: #E52533;
    font-weight: bold;
}
.frame, .frame-2 {
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-bottom: 15px;
}
.frame-2 {
    background: #DCF3F5;
}
.order {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.order table {
    width: 100%;
    border: none;
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-collapse: collapse;
}
.order table thead {
    background: none;
    border-bottom: 1px solid #d2d2d2;
}
.order table thead td {
    padding: 10px 14px;
}
.order table thead td h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url("img/cart.gif") 0 50% no-repeat;
    padding: 2px 0 2px 35px;
    margin: 0;
}
.order table thead .edit {
    font-size: 12px;
    text-align: right;
}
.order table tbody th {
    text-align: left;
    font-weight: normal;
    padding: 0.5em 14px;
    font-size: 13px;
    color: #4c4c4c;
}
.order table tbody td {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    padding: 0.5em 14px;
    color: #4c4c4c;
}
.order table tbody .close {
    padding-left: 0;
    text-align: left;
}
.order table tbody .impuestos {
    font-size: 12px;
    border-top: 1px solid #d2d2d2;
}
.order table tfoot {
    background: #f7f7f7;
}
.order table tfoot th, .order table tfoot td {
    padding: 0.5em 14px;
    border: 1px solid #d2d2d2;
    border-width: 1px 0;
}
.order table tfoot td {
    text-align: right;
}
.order table tbody tr:nth-child(even) {
    background: none;
}
.order .btn {
    text-align: center;
    padding: 10px 0;
    background: url("img/bg_shopingcart_lightgreynoise_plain.png");
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}
header .order {
    padding-top: 5px;
}
.content {
    padding-bottom: 35px;
}
.content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    color: #24354C;
}
.content .sub, .content .sub-2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}
.content .sub-2 {
    border-bottom: 1px solid #cdd3d9;
    padding-bottom: .25em;
}
.content .sub-2.icon {
    padding-left: 40px;
    background: no-repeat;
}
.content .sub-2.cart {
    background-image: url("img/cart2.png");
}
p.section {
    font-size: 16px;
    color: #72777F;
    font-family: "ff-meta-serif-web-pro", georgia, serif;
    margin-bottom: .25em;
}
.no-bc {
    padding-top: 45px;
}
div.faq-wrapper {
    border-top: 1px solid #d9d9d9;
    padding: 40px 0 30px;
}
ol.faq {
    margin: 0 0 2em 0;
}
ol.faq li {
    margin-bottom: 3em;
    padding-left: 75px;
    background-repeat: no-repeat;
}
ol.faq .list-1 {
    background-image: url("img/num-1c.png");
}
ol.faq .list-2 {
    background-image: url("img/num-2c.png");
}
ol.faq .list-3 {
    background-image: url("img/num-3c.png");
}
ol.faq .list-4 {
    background-image: url("img/num-4c.png");
}
ol.faq .list-5 {
    background-image: url("img/num-5c.png");
}
.block-grid.items {
    margin: 25px 0;
}
.block-grid.items > li {
    padding-left: 0;
}
.list-item {
    margin-bottom: 15px;
}
.list-item .row {
    padding-top: 0;
}
.list-item .eight {
    padding-left: 0;
    padding-top: 5px;
}
.tech-details {
    border: none;
    border-collapse: collapse;
    background: none;
    margin-bottom: 50px;
}
.tech-details th, .tech-details td {
    font-size: 14px;
    text-align: left;
    padding: 5px 10px;
}
.tech-details tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}
.tech-details tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.2);
}
.lt-ie9 .tech-details tbody tr {
    border-bottom: 1px solid #ced3d9;
}
.security-logos {
    text-align: center;
}
.security-logos li {
    display: inline-block;
    margin: 0 15px 30px;
}
.lt-ie9 .security-logos li {
    display: inline;
}
table.orders {
    border: none;
    border-collapse: collapse;
    background: none;
    width: 100%;
    margin-bottom: 2em;
}
table.orders thead {
    background: none;
    border-bottom: 1px solid #cdd3d9;
}
table.orders thead th {
    padding-top: 0;
}
table.orders tbody td {
    font-weight: normal;
}
table.orders th, table.orders td {
    font-size: 12px;
    text-align: left;
    color: #3d5166;
    padding: 6px 10px;
}
table.orders th a, table.orders td a {
    color: #00a5b6;
}
.orders tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}
.orders tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.2);
}
.lt-ie9 .orders tbody tr {
    border-bottom: 1px solid #cdd3d9;
}
table.cart {
    border: none;
    border-collapse: collapse;
    background: none;
    width: 100%;
    margin: 0;
}
table.cart thead {
    background: none;
}
table.cart thead th {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    color: #3d5166;
    padding: 0 0 0.25em;
    border-bottom: 1px solid #e6e9ec;
}
table.cart thead .price {
    text-align: center;
}
table.cart thead .rmv {
    text-align: right;
}
table.cart thead .rmv img {
    margin-right: 11px;
}
table.cart tbody th {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}
table.cart tbody th span {
    line-height: 1.5;
}
table.cart tbody th, table.cart tbody td {
    padding: 16px 11px 11px;
    color: #3d5166;
}
table.cart tbody .price {
    font-weight: bold;
    text-align: right;
}
table.cart tbody .pict-2 {
    margin-right: 15px;
    margin-top: -5px;
}
table.cart .rmv {
    text-align: right;
}
table.cart .rmv img {
    max-width: none;
}
table.cart tfoot td {
    text-align: right;
    font-weight: normal;
    border-top: 1px solid #e6e9ec;
    color: #3d5166;
}
table.cart tfoot .sub td, table.cart tfoot .content .sub-2 td, .content table.cart tfoot .sub-2 td {
    background: #fafafa;
}
table.cart tfoot .subt td {
    font-size: 14px;
}
table.cart tfoot .desc td, table.cart tfoot .iva td {
    font-size: 11px;
}
table.cart tfoot .total td {
    background: #f5f5f5;
    border-bottom: 1px solid #cdd3d9;
    font-size: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
}
table.cart tbody tr:nth-child(even) {
    background: #fafafa;
}
table.cart tbody tr:nth-child(odd) {
    background: #f5f5f5;
}
.footer-1 {
    padding: 30px 0 25px;
    border-top: 1px solid #b4bac4;
    border-bottom: 1px solid #8995a0;
}
.footer-1 .title {
    font-size: 18px;
    margin-bottom: .75em;
    color: #3d5166;
    font-family: ff-meta-serif-web-pro, georgia, serif;
    font-weight: bold;
}
.footer-1 ul {
    list-style: none;
}
.footer-1 ul a {
    color: #3d5166;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}
.footer-1 ul a:hover {
    text-decoration: none;
}
.footer-1 .logo {
    margin-bottom: 10px;
}
.footer-1 .att {
    border-top: 1px solid #8e98a6;
    border-bottom: 1px solid #8e98a6;
    color: #3d5166;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 19px;
}
.footer-1 .att span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.footer-1 .social {
    padding-bottom: 21px;
    margin: 0 0 20px;
    border-bottom: 1px solid #8e98a6;
}
.footer-1 .social li {
    margin: 0 10px 0 0;
}
.footer-1 .social li img {
    display: block;
}
.footer-2 {
    color: #fff;
    background: #3D5166;
    padding: 20px 0 40px;
}
.footer-2 .seven {
    border-left: 1px solid #e5e5e5;
}
.footer-2 p {
    font-size: 13px;
}
.footer-2 a {
    color: #00CEE5;
    font-weight: bold;
}
.footer-2 .four li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}
.footer-2 .four li a {
    display: inline;
}
.footer-2 .legal li {
    font-size: 13px;
}
.footer-2 .other {
    margin-top: -1em;
}
.footer-2 .other li {
    font-size: 12px;
}
.s-hidden, ul.link-list > li > .s-hidden {
    display: none;
}
.s-visible {
    display: block;
}
@media only screen and (max-width: 950px) {
    .nav-bar > li > a:first-child, .nav-bar > li.has-flyout > a:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn-lawyer {
        font-size: 12px;
    }
}
@media only screen and (max-width: 850px) {
    .highlights section .container {
        background: none;
        padding-right: 0;
    }
    .highlights section .button {
        padding-left: 10px;
        padding-right: 10px;
    }
    .price-wrapper small {
        width: 3em;
    }
}
@media only screen and (max-width: 768px) {
    #top h1 {
        margin-top: 0;
    }
    #top .logo {
      margin: 17px 5px 10px;
      width: 205px;
    }
    #top .columns.menu {
        margin: 0;
    }
    #top .link-list .att {
        width: auto;
    }
    .hl-2 {
        border: none;
    }
    button.button, input[type="submit"].button, input[type="reset"].button {
        padding-left: 23px;
        padding-right: 23px;
    }
    .menu {
        position: static;
    }
    #top .dropdown.cart {
        right: 0px;
    }
    #top .dropdown.cart .arrow {
        right: 13px;
    }
    #top #s {
        display: none;
    }
    #top #s button, #top #s .trigger {
        top: 10px;
    }
    #top #s input {
        margin-bottom: 5px;
    }
    #news .articles h2 {
        border-top: 1px solid #d9d9d9;
        padding-top: 17px;
    }
    #news .btn {
        text-align: center;
    }
    .highlights section .button {
        padding-left: 23px;
        padding-right: 23px;
        margin-bottom: 1.5em;
    }
    .highlights section .pict, .highlights section .pict-2 {
        float: left;
        margin-right: 15px;
        margin-bottom: 5em;
    }
    .highlights section .columns {
        float: left;
    }
    .highlights section .twelve {
        padding-left: 0;
    }
    .highlights section .seven {
        margin-right: 1em;
        padding-left: 0;
    }
    .reasons section {
        padding-right: 0;
        background: none !important;
        min-height: 0;
    }
    label.inline {
        margin-bottom: 6px;
    }
    label.inline.i {
        margin: 0 0 6px;
        line-height: 1.5;
    }
    .footer p:last-child {
        margin-bottom: 1em;
    }
    .order .btn {
        text-align: left;
        padding-left: 14px;
    }
    .order .btn .button {
        width: auto;
    }
    #nav-main .columns {
        padding: 0;
        width: 100% !important;
    }
    #nav-main .nav-bar {
        display: none;
    }
    #nav-main .nav-bar > li {
        border-top: 1px solid #8b95a0;
        line-height: 2.7;
    }
    #nav-main .nav-bar > li:hover, #nav-main .nav-bar > li.active {
        background: none;
    }
    #nav-main .nav-bar > li:hover > a, #nav-main .nav-bar > li.active > a {
        cursor: pointer;
    }
    #nav-main .nav-bar > li a:first-child {
        padding-left: 43px;
        padding-right: 43px;
    }
    #nav-main .nav-bar > li a {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
    }
    #nav-main .nav-bar > li .flyout {
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background: none;
        margin: 0;
        padding: 0;
        top: auto;
        position: static;
    }
    #nav-main .nav-bar > li .flyout .row {
        margin: 0 0 0 -15px;
    }
    #nav-main .nav-bar > li .flyout h2 {
        font-size: 16px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-bottom: none;
        padding: 0;
    }
    #nav-main .nav-bar > li .flyout h2 a {
        background: none;
        color: #fff;
        padding-left: 65px;
        font-weight: normal;
    }
    #nav-main .nav-bar > li .flyout h2 a:after {
        content: "";
    }
    #tabs {
        display: none;
    }
    #nav-main .nav-bar .flyout .title {
        font-family: Arial, Helvetica, sans-serif;
        line-height: inherit;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .footer-1 {
        display: none;
    }
    .footer-1 .social li {
        display: inline-block;
        float: none;
    }
    .footer-2 {
        padding: 20px 0;
    }
    .footer-2 .seven {
        border-left: none;
    }
    .footer-2 .seven p,
    .footer-2 .seven .other {
        display: none;
    }
    .list-item .row {
        margin: 0;
    }
    .list-item .eight {
        padding-left: 15px;
    }
    form.usr .btn .back, form.cart .btn .back {
        position: static;
        margin-bottom: 15px;
    }
    .single-button {
        text-align: left;
    }
    .centered .single-button {
        text-align: center;
    }
    a.ui-btn-right {
	    display: none!important;
	  }
	  li.login.six.mobile-two.columns {
	    position: absolute;
	    top: 25px;
	    right: -40px;
	  }
}
@media only screen and (max-width: 480px) {
    #top .dropdown.cart {
        right: -90px;
    }
    #top .dropdown.cart .arrow {
        right: 106px;
    }
    #top .dropdown.login {
        right: -95px;
    }
    #top .dropdown.login .arrow {
        right: 110px;
    }
    .home #tabs {
        padding-top: 0;
    }
    #tabs {
        display: block;
        padding: 0;
        background: none;
        border-bottom: none;
    }
    #tabs #slide-0, #tabs .rollout {
        display: none;
    }
    #tabs .columns {
        padding: 0;
    }
    #tabs .slides-menu {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-box-shadow: 0 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        background: #00a5b6;
        margin: 0;
        width: 100%;
    }
    #tabs .slides-menu li a {
        border-bottom-color: #33B8C5;
        font-size: 16px;
        padding-left: 37px;
    }
    #tabs .slides-menu li a:hover {
        background-position: 95% 50%;
    }
    #orbit-slider {
        display: none;
    }
    .highlights section .pict, .highlights section .pict-2 {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }
    .highlights section .seven, .highlights section .twelve {
        padding-left: 15px;
    }
    table.orders thead, table.orders tbody, table.orders th, table.orders td, table.orders tr {
        display: block;
    }
    table.orders thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.orders tr {
        border-bottom: 1px solid #cdd3d9;
    }
    table.orders td {
        /* Behave  like a "row" */

        border: none;
        position: relative;
        padding-left: 50%;
    }
    table.orders td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    table.orders td:nth-of-type(1):before {
        content: "Pedido #";
    }
    table.orders td:nth-of-type(2):before {
        content: "Fecha";
    }
    table.orders td:nth-of-type(3):before {
        content: "Enviar a";
    }
    table.orders td:nth-of-type(4):before {
        content: "Total del pedido";
    }
    table.orders td:nth-of-type(5):before {
        content: "Estado";
    }
    form h3.icon {
        margin-bottom: 1.25em;
    }
}
@media only screen and (max-width: 320px) {
    .highlights .five.columns {
        margin-bottom: 3em;
    }
    #tabs .slides-menu li a:hover {
        background-image: none;
    }
    .tool {
        position: static;
        display: block;
        margin-top: .5em;
    }
}
/*Fixes for IE6 & IE7*/

header .row .six {
    *width: 40%;
}
header#top #s input {
    *padding-right: 10px;
    *height: 26px;
    *width: 355px;
}
#nav-main .row .nine {
    *width: 67%;
}
footer .row .three {
    *width: 21%;
}
/*End of Fixes for IE6 & IE7*/

.flyout {
    z-index: 1000;
}
.SBScms_index_indexBackground {
    z-index: 100;
}
.SBScatalog_product_viewHeaderWrap, .SBScms_index_indexHeaderWrap, .SBScatalog_category_viewItems {
    width: 658px;
}
table.SBScms_index_indexItems, table.SBScatalog_category_viewItems, table.SBScatalog_product_viewItems {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    width: auto;
}
.product-collateral {
    border-bottom: none;
}
#form-validate table {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    width: 100%;
}
#form-validate table tbody tr:nth-child(even) {
    background: none;
}
.group-select.highlight {
    background: #fbfaf6;
}
.group-select li .input-box .input-text, .group-select li .input-box textarea {
    height: 30px;
}
#form-validate label {
    display: inline;
}
.inputs_mini {
    width: 30px;
}
div.input-box.taxvat.nif {
    width: 430px;
}
.shopping-cart-totals table tbody {
    background: #f5f5f5;
}
#shopping-cart-table td.attributes-col dt {
    margin-top: 0;
    padding: 0;
}
.col-2-right-layout .subcategorias table {
    border: none;
}
.col-2-right-layout .subcategorias table td {
    padding: 0;
}
.col-2-right-layout .subcategorias ul {
    width: 210px;
}
.col-2-right-layout .subcategorias ul li {
    background: none;
}
.div_bloc_right {
    padding: 10px;
}
.div_bloc_right ol {
    margin-left: 0;
}
