/*! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
body {
    font-size: 13px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
.container {
    width: 1024px;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #F6F7F9;
    background: -moz-linear-gradient(top,  #F6F7F9 0%, #D5D6DB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F7F9), color-stop(100%,#D5D6DB));
    background: -webkit-linear-gradient(top,  #F6F7F9 0%,#D5D6DB 100%);
    background: -o-linear-gradient(top,  #F6F7F9 0%,#D5D6DB 100%);
    background: -ms-linear-gradient(top,  #F6F7F9 0%,#D5D6DB 100%);
    background: linear-gradient(top,  #F6F7F9 0%,#D5D6DB 100%);
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.2em;
    margin: 0.83em 0;
    font-weight: 800;
}

h3 {
    font-size: 1.17em;
    margin: 0.6em 0 0 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
    list-style: none;
}

dd, dl {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   User Styles
   ========================================================================== */

/*
 * Put all your custom styles here.
 */
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  
.pullcontainer a#pull {  
    display: none;  
}

h2.logo-text {
    font-size: 24px;
    margin: 0;
    padding: 20px 20px;
}
.logo {
    position: relative;
    padding-top: 10px;
}
.logo img {
    height: 115px;
}
.rela {
    position: static;
}
.mainmenu {
    bottom: 20px;
    position: absolute;
    right: 40px;
}
nav {
    float: left;
}
nav ul {
    margin: 0;
}
nav ul li {
    list-style: none;
    display: inline-block;
}
nav ul li a {
    display: block;
    padding: 8px 14px;
    text-transform: uppercase;
    color: #444!important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: 0.5s ease;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}
nav ul li a:hover {
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(172,209,78,0.2);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    border-radius: 9px;
}
nav ul li a.active {
    border-bottom: solid 2px #ACD14E;
    border-radius: 0 !important;

}
.hero {
    background: url(../img/herobg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    text-align: center;
    padding: 20% 0;
    margin-bottom: 40px;
}
.hero-title {
    color: #fff;
    font-size: 108px;
    font-weight: 600;
    margin-top: 240px;
    height: 108px;
    line-height: 108px;
}
.hero-content {
    color: #fff;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.hero-btn {
    border: solid 1px rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 400px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    display: inline-block;
}
.hero-btn:hover {
    color: #CC3300;
    text-decoration: none;
    border: solid 1px rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.4);
}
.arrow {
    height: 37px;
    width: 100%;
    padding: 0px;
    margin: -37px 0;
    background-image: url('../img/arrowup.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.carousel {
    border-bottom: 3px solid #F6F6F6;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.av1 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  0px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av1 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  0px -88px;

}
.av2 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -88px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av2 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -88px -88px;
}
.av3 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -176px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av3 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -176px -88px;
}
.av4 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -264px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av4 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -264px -88px;
}
.carousel-content {
    text-align: left;
    padding: 10px 25px;
    border-left: solid 1px #dbe1e7;
}
.carousel-content h3, .text-inter h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.carousel-content p, .text-inter p {
    color: #929da5;
    font-size: 14px;
    word-spacing: 2px;
}
.overlay {
    height: 100%;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    opacity: 0;
    border: solid 5px #63c6ae;
}
.overlay:hover {
    opacity: 1;
}
.ca-hover:hover .carousel-content h3 {
    color: #63c6ae;
}
.ca-hover:hover .carousel-content p {
    color: #63c6ae;
}
.carousel-img img {
    width: 100%;
}
.controls {
    margin: 20px;
    text-align: center;
}
.controls li {
    list-style: none;
    display: inline;
}
.pagination.active {
    background-color: #929da5;
    border-color: #fff;
    height: 15px;
    width: 15px;
}
.pagination {
    display: inline-block;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.pagination:hover {
    border-color: #929da5;
}
.text-inter {
    padding: 0;
}
.container {
    background-color: #FFFFFF;
}
.row {
    padding-top: 15px;
}
.button.solid-color {
    background-color: #DC191E;
    padding: 15px 40px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}
.button.solid-color:hover {
    background-color: #929da5;
    text-decoration: none;
}
.button.extra-color {
    background-color: #455357;
    padding: 15px 40px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.button.extra-color:hover {
    background-color: #929da5;
    text-decoration: none;
}
.divider {
    height: 25px;
}
.standard-block {
    font-size: 20px;
    color: #333;
    font-weight: 400 !important;
}
.articles {
    overflow: hidden;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 15px;
}
.article-img img {
    width: 100%;
}

.article-img {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin: 10px 0 0 0;
}
.article-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #FFF;
    opacity: 0.3;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}
.article-overlay:hover {
    opacity: 0;

}
.article-overlay2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #FFF;
    opacity: 0.8;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}
.article-overlay2:hover {
    opacity: 0;

}
.brand-img img {
    width: auto;
    height: 40px;
}
.brand-img {
    padding-left: 0px;
    padding-right: 0px;
    margin: 10px 0 0 0;
}
.container-articles {
    border-bottom: 1px solid #333b3e;
}
.laptop-slider {
    text-align: center;
    background-color: #242a2c;
    padding: 125px 0 100px;
    color: #fff;

}
.slideshow, .quote-slideshow {
    position: relative;
    display: block;
    overflow: hidden;
}
.next, .prev, .quote-next, .quote-prev{
    color: #CCCCCC;
    position: absolute;
    top: -62px;
    z-index: 1;
    user-select: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.next:hover, .prev:hover, .quote-next:hover, .quote-prev:hover{
    cursor: pointer;
    color: #000000;
}
.next, .quote-next {
    right: 22px;
}
.prev, .quote-prev{
    right: 70px;
}
figure{
    position: absolute;
    opacity: 0;
    transition: 1s opacity;
    width: 100%;
    display:inline-block;
}
figure.show {
    opacity: 1;
    position: absolute;
    position: static;
    transition: 1s opacity;
}
figcaption{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
figcaption a{
    color: #fff;
}
.quote-container {
    border-bottom: 2px solid #ccc;
    padding-bottom: 8px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
}
.quote-slideshow {
    height: auto;
}
.quote-slideshow h2 {
    color: #000;
    font-size: 30px;
    font-weight: 200;
    font-style: italic;
}
.circle {
    background-color: rgba(172,209,78,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #333;
}
.circle:hover {
    background-color: rgba(172,209,78,0.9);
}
.circle i {
    margin-top: 6px;
}
.shadow{
    height: 10px;
    background-color: #58b9a1;
}
footer {
    padding: 0 0 14px;
    color: #FFF;
    background: #404B51;
    background: -moz-linear-gradient(top,  #404B51 0%, #4F636E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404B51), color-stop(100%,#4F636E));
    background: -webkit-linear-gradient(top,  #404B51 0%,#4F636E 100%);
    background: -o-linear-gradient(top,  #404B51 0%,#4F636E 100%);
    background: -ms-linear-gradient(top,  #404B51 0%,#4F636E 100%);
    background: linear-gradient(top,  #404B51 0%,#4F636E 100%);
}
footer h2 {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    margin: 0 !important;
}
.footer-links li {
    list-style: none;
}
.miti {
    display: inline-block;
    width: 49%;
}
.footer-links li a{
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}
.footer-links li a:hover {
    color: #acd14e;
    text-decoration: none;
}
.footsus {
    background-color:#acd14e;
    padding: 15px 0;
    margin-bottom: 20px;
}
.inputsus {
    background-color: #acd14e;
    border: 1px solid white;
    color: #fff;
    height: 32px;
    margin-right: -1%;
    margin-top: 1px;
    width: 75%;

}
.suscr > .form-control::-moz-placeholder {
    color: black;
    opacity: 0.44;
}
.banner {
    position: relative;
    overflow: auto;
    width: 100%;
    text-align: left;
    margin-top: 140px;
}
.inter {
    margin-top: 140px;
}
.picin img {
    width: 100%;
}
.banner ul {
    margin: 0;
    padding: 0;
}
.banner li { 
    list-style: none; 
}
.banner ul li { 
    float: left;
    height: 300px;
    display: block;
}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: left;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;    
    text-indent: -999em;     
    border: 2px solid #fff;
    border-radius: 6px;    
    cursor: pointer;
    opacity: .4;       
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}
/*----------------------------------------- new-styles -------------------------------------*/

.topmain {background-image:url(../img/rdbg.png); background-size: 100% 100%; padding: 8px 4px 24px; text-align: center;}
.topmain a {color:#fff; font-size: 22px; margin: 0 7px;}
.topmain a:hover {color:#495f68;}
.icotop {
    padding-left: 35px;
    background-image:url(../img/kart.png);
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    background-position: top;
    background-repeat: no-repeat;
    height: 32px;
    display:inline-block;
    margin-right: 5px;
    width: 30px;
}

.login {background-position: right top;}
.login:hover {background-position: right bottom;}
.txtout {
    margin-right:15px;}

.bnr {
    opacity: 1;
    filter: alpha(opacity=100);
    position:relative;
}

.bnr img {
    width:100%;
    height:auto;
}
.heading {
    position: fixed;
    z-index: 1000;
    width: 1024px;
    background-attachment: scroll;
    background-image: url(../img/bghead.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    /*padding-bottom: 20px;*/

}
.productD {	display:inline-block; width:100px; height:100px;}
.productD img {max-width: 100px; height:auto;}
.score {
    display: block;
    margin: 0;
    color: #a0c542;
}
.txtD {
    text-align: right;
    display: inline-block;
    width: 60%;
}
.txtR {
    text-align: left;
    display: block;
    height: auto;
    padding-left: 4px;
}
.txtR ul {
    list-style: none outside none;
    margin: 0 0 12px;
    padding: 0;
}
.pic {
    margin-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
}
.pic img {
    width: 100%;
}
.option {
    background-image: url(../img/shop.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
    margin-left: 5%;
    list-style-type: none;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.opt1 { background-position: left top;}
.opt2 {	background-position: -38px top;}
.opt3 {	background-position: right top;}
.opt1:hover { background-position: left bottom;}
.opt2:hover { background-position: -38px bottom;}
.opt3:hover { background-position: right bottom;}
.boxP {
    margin: 0 1.6666% 12px;
    padding: 0;
    display: inline-block !important;
    float: none;
    width: 29%;
    -webkit-transition: ease all .8s;
    -moz-transition: ease all .8s;
    transition: ease all .8s;
    font-size: 12px;
}
.cien {
    width: 96%;
    display: inline-block;
    margin: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-success{color:#fff;background-color:#acd14e;border-color:#9ec340}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#a0c542;border-color:#8aaf2c}

.fa-arrow-circle-right {
    font-size: 20px;
}
.boxP:hover {
    -moz-box-shadow: 0px 0px 6px 4px #ccc; 
    -webkit-box-shadow: 0px 0px 6px 4px #ccc; 
    -o-box-shadow: 0px 0px 6px 4px #ccc;
    box-shadow: 0px 0px 6px 4px #ccc;
}
.brand-control {
    margin-top: -20px;
    right: 6px;
}

.carousel{line-height: 1.5}
.product_block {
    position: relative;
}
.product_block:after {
    background: none repeat scroll 0 0 #eaeaea;
    content: "";
    height: 96%;
    right: -8px;
    position: absolute;
    top: 0;
    width: 1px;
}
.carousel-control{
    z-index:10
}
.sinmar {
    margin:0!important;}
.bodyin {margin-top: 190px;}
.ofr {
    background: #ECECEC;
    width: 116px;
    height: auto;
    color: #000;
    position: absolute;
    padding: 5px;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}
.priceD {
    background: #DB0000;
    width: 100%;
    color: #FFF;
    display: block;
    padding: 5px;
    margin-left: -5px;
    position: absolute;
}
.btn-primary {
    background-image:url(../img/prm.jpg);
    background-size: 100% 100%;
    background-repeat:repeat-x;}
.price {
    font-size:24px!important;
    color:#0649A8!important;}

.pdnud {
    padding: 10px 0px 2px;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    margin-bottom: 14px;}

/*----------------------------------------- dropdown menu --------------------------------*/	
.dropup,
.dropdown {
    border-bottom: 1px solid #DDDDDD;
    list-style: none outside none;
    margin: 9px 0;
    padding: 5px 0;
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown:hover .caret,
.open .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 100%;
    padding: 4px 0;
    margin: 1px 0 0;
    position: relative;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
    display: block;
    padding: 6px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #A81214;
}
/*------------------------------- step by step -----------------------------------*/
.cart_quantity .cart_quantity_button {
    margin-right: 5px;
    position: relative;
    top: -5px;
    width: 100%;
}
ul.step {
    list-style-type:none;
    margin-bottom:30px;
    height:52px;
    width:100%
}
ul.step li {
    float:left;
    height:52px;
    width:20%;
    text-align:center;
    text-transform:uppercase;
    background:url(../img/step_standard.gif) no-repeat center bottom transparent
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
    display:inline-block;
    padding:8px 8px 12px;
    color:#000;
    background:url(../img/step_current_span.gif) no-repeat center bottom transparent
}
ul.step li.step_current {
    font-weight:bold;
    background:url(../img/step_current.gif) no-repeat center bottom transparent
}

ul.step li.step_current_end {
    font-weight:bold;
    background:url(../img/step_end_current.gif) no-repeat center bottom transparent
}
ul.step li.step_todo span {
    display:inline-block;
    padding:8px 10px 6px;
    color:#999;
    text-shadow:0 1px 0 #fff;
    background:#eee
}
ul.step li.step_done {
    font-weight:bold;
    background:url(../img/step_done.gif) no-repeat center bottom transparent
}
.cart_quantity_up, cart_quantity_down {
    float: left;
    width: 50%;
}
.cart_quantity_up img, .cart_quantity_down img {
    height: auto;
    width: 25px;
}
ul.address {
    border: 1px solid #DDDDDD;
    list-style-type: none;
    position: relative;
    padding: 0;
}
ul.address li {
    padding: 0 15px;
}
ul.address li.address_title {
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 5px;
    text-transform: uppercase;
}
ul.address .address_alias {
    font-weight: normal;
    text-transform: none;
}
.carrier_action radio {
    display: table-cell;
    margin: 0!important;
    min-height: inherit;
    padding-left: 0;
    text-align:center;
    float: none;
}
.buscador {
    background-color: #e6e7e8;
    margin-top: 160px;
    padding-bottom: 15px;
    font-size: 11px!important;
}

.margin-left{
    margin-left: 50px;
}
.latesview {
    background-color: #e6e7e8;
    max-height: 300px;
    overflow: auto;
    padding-bottom: 20px;
    margin-top: 20px;
}

.viewshis {
    float: right;
    font-size: 11px !important;
    width: 70%;
    line-height: 13px;
}
.viewshis > tt {
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.proyecto {
    background-color: rgb(238, 238, 238);
    height: 66px; 
    display: inline-block; 
    padding: 3%; 
    width: 100%; 
    margin-bottom: 6px;
    border: 1px solid #ddd;
}
.proyecto > img {
    float: left;
    height: auto;
    margin-right: 5px;
    width: 26%;
}
.vp {
    background-color: #acd14e;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
    width: 26%;
    opacity: 0.7;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.vp:hover {
    background-color: #acd14e;
    opacity: 1;
}
label {
    display: block;
}
.top-searchbar {
    position: relative;
}
.top-searchbar input[type="text"]{
    margin-top: 0.55em;
    width: 100%;
    padding: 0.58em 1em;
    border: 1px solid #E7E7E7;
    transition: border-color 0.3s all;
    -webkit-transition: border-color 0.3s all;
    -moz-transition: border-color 0.3s all;
    -o-transition: border-color 0.3s all;
    outline: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    color:#777;
    position:relative;
}
.top-searchbar input[type="text"]{
    background:#F7F6F6;
}
.top-searchbar input[type="text"]:hover{
    border:1px solid #DDDDDD;
}
.top-searchbar input[type="submit"]{
    position: absolute;
    background: url(../img/search-icon.png) no-repeat 0px 0px;
    height: 26px;
    width: 26px;
    display: inline-block;
    border: none;
    top: 12px;
    right: 6px;
    outline:none;
    cursor:pointer;
}
.sinpa {
    padding: 5px 0;
}
label {
    margin-bottom: 0px;
}
/*-----------slider rango-----------*/
input.range {
    background-color: #505050;
    border: 0 none;
    color: #99CC33;
    font-size: 70%;
    font-weight: bold;
    text-align: right;
    width: 100%!important;
}

.ui-widget-content {
    background: none repeat-x scroll 50% 50% #ffffff;
    border: 1px solid #9ec340;
    color: #222222;
    display: inline-block;
    width: 100%;
}

.rango {
    border: 0 none;
    color: #9ec340;
    float: right;
    font-weight: bold;
    margin-bottom: 5px;
    width: 40%;
    background-color: transparent;
    font-size: 10pt;
    text-shadow: 1px 1px 1px white;

}
/*---------------------fin slide rango-------------------*/
.radio-inline, .checkbox-inline {
    padding-left: 6px;
}

hr {
    border-color: #ccc -moz-use-text-color -moz-use-text-color !important;
    display:inline-block;
    width: 100%;
    margin: 10px 0;
}

.snpdn {
    padding: 0;
}
.avatar {
    border: solid 1px #999999;
    width: 100%;
    height: 340px;
}
.picavatar {
    width: 100%;
    height: 190px;
    background-image: url(../img/avatar.jpg);
    background-size: 100% auto;
    position: relative;
}
.rdavatar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    padding: 2px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.rdavatar a {
    color: #fff;
    font-size: 22px;
    margin: 0 8px;
}
.rdavatar a:hover {
    color: #acd14e;
}
.nameava {
    display: inline-block;
    width: 100%;
    padding: 6px;
    border-bottom: solid 1px #999999;
    text-align: center;
}
.avatar p {
    font-size: 12px!important;
    color: #333;
}
.cajadevideo{
    width:100%;
    margin:auto;
}
.video{
    height:0px;
    width:100%;
    max-width:100%;
    padding-top:56.25%;
    position:relative;
    margin-bottom: 20px;
}
iframe{
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}

.byepc {
    display:none;
}
.updown {
    position: absolute;
    right: 3%;
    top: 56px;
    z-index: 9999;
    color: #a0c542!important;
}
.iadd {
    position: inherit;
    top: 0;
    z-index: 1;
    width: 100%;
}
.iadd2 {
    position: inherit;
    top: 0;
    z-index: 1;
    width: 25%;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -10px;
    margin-right: 3px;
}
#galleria{height:500px}
.proseller img {
    width: 100%;
    border-radius: 9px;
}.address {
    font-weight: bold;
    color: #999;
}
.address h3 {
    margin-left: 0;
}
.content {
    margin-bottom: 20px;
}
.map {
    height: 400px;
}
label {
    font-weight: normal;
}
.itemGal img {
    height: auto;
    width: 100%;
}
.txtR tt {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    width: 26%;
}
.fichali tt {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    width: 52%;
}
.fichali li {
    border-bottom: 1px solid #ddd;
}
.form-control {
    margin-bottom: 1px;
    height: 30px;
}
.ficha {
    border: 1px solid #ddd;
    display: inline-block;
    padding-top: 15px;
    width: 100%;
    padding-bottom: 15px;
}
.fichali {
    font-size: 12px;
}
.hellotab {
    display: none;
}
.rowbuscador{
    padding-top: 0;
    display: flex;
    justify-content: space-between;
}
.flexcheck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexcheck input {
    width: 22%;
}

.flexcheck .radio-inline, .flexcheck .checkbox-inline {
    display: inline-flex;
    align-items: flex-end;
}
.checkbox-inline input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.flexcheck > div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.flexcheck > div label {
    margin-right: 15px;
}
.flexcheck > div input {
    margin-right: 5px;
}
.flexcheck > div input[type="ratio"] {
    width: 15px;
    height: 15px;
    transform: scale(1.3);
}

/*Esta clase es para los checkbox del frontend de agregar ropiedad*/
.flexcheck1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexcheck1 input {
    width: 20px;
}
.flexcheck1 .radio-inline, .flexcheck1 .checkbox-inline {
    display: inline-flex;
    align-items: flex-end;
}

.flexcheck1 > div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.flexcheck > div label {
    margin-right: 15px;
}
.flexcheck1 > div input {
    margin-right: 5px;
}
.flexcheck1 > div input[type="ratio"] {
    width: 15px;
    height: 15px;
    transform: scale(1.3);
}

/*Esta es para los radiobutton de agregar propiedad*/
.flexcheck2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexcheck2 .radio-inline, .flexcheck2 .checkbox-inline {
    display: inline-flex;
    align-items: flex-end;
}
.flexcheck2 > div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.flexcheck2 > div label {
    margin-right: 15px;
}
.flexcheck2 > div input {
    margin-right: 5px;
}
.flexcheck2 > div input[type="ratio"] {
    width: 15px;
    height: 15px;
    transform: scale(1.3);
}
#bannerRespon{
    display: none;
}

.modal-content {

    margin-top: 100px;
}
.modal-footer .btn+.btn {
    margin-left: 0;
    margin-bottom: 0;
}
.nopad {
    padding: 0;
}