
/* Start Fonts */
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot'); /* IE9 */
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ProximaNova-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ProximaNova-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BrandonGrotesque';
    src: url('../fonts/brandon_bld-webfont.eot'); /* IE9 */
    src: url('../fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/brandon_bld-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/brandon_bld-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/brandon_bld-webfont.svg#wf') format('svg'); /* Legacy iOS */
}
/* END Font */

body {
    font-family: 'ProximaNova', arial, "Arial", sans-serif;

     min-height: 100%;
     color: #3b3b3b;
     background: white;
     font-size: 15px;
     position: relative;
 }

input,
button,
select,
textarea {
    outline: none !important;
}

h1,
h2,
h3,
h4 {
    color: black;
    margin: 0;
    padding: 0;
    line-height: normal;
}

h1.center,
h2.center,
h3.center,
h4.center {
    text-align: center;
    margin: 0 auto;
    max-width: 840px;
}

h1 {
    font-size: 44px;
    font-weight: 300;
    line-height: 50px;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h1.left,
h2.left {
    text-align: left;
    max-width: none;
}

a,
button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

a.border-underline {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #efefef;
    border-color: rgba(0,0,0,.2);
}

a.border-underline:hover {
    color: black;
    border-bottom: 1px solid black;
}

a.border-underline-light {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #efefef;
    border-color: rgba(255,255,255,.1);
}

a.border-underline-light:hover {
    color: white;
    border-bottom: 1px solid rgba(255,255,255,.4);
}

label, table>thead>tr>th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    padding: 0;
    text-align: left;
    margin-bottom: 12px;
}

/*.form-group>label {*/
    /*width:150px;*/
    /*text-align:right;*/
    /*margin-bottom:5px;*/
    /*color:#999;*/
    /*float:left;*/
    /*padding:12px 20px 0 0;*/
/*}*/

select.form-control {
    background-image: url(../images/select-arrows.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
    select.form-control {
    -webkit-appearance: none;
    background-position: right center;
    height: 40px;
}

select.form-control {
    background: #FFF none no-repeat;
    line-height: 1.2em;
    padding-right: 44px;
}

.form-control {
    color: #3b3b3b;
    width: 100%;
    height: 40px;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
}

    form .required-marker {
        font-size: 13px;
        margin-left: 5px;
        color: #f4364c;
        top: -4px;
        position: relative;
        line-height: 15px;
    }

#page {
    height: auto;
    min-height: 100%;
    min-width: 1000px;
}

/***********************************/
/* BUTTONS */
/***********************************/
.btn {
    /*background-color: #666666;*/
    border: 0;
    outline: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 11px 14px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #525252;
    color: white;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.btn-lg {
    font-size: 18px;
    padding: 13px 30px;
}

.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
}

.btn-xs {
    font-size: 10px;
    padding: 2px 6px;
}

/*Buttons within labels - usually used as ? buttons for help */
.btn-label {
    vertical-align: bottom;
    padding: 1px 6px;
    margin-left: 8px;
}

/* PRIMARY - GREEN */
.btn-primary,
.btn-primary[disabled],
.btn-primary.disabled {
    background-color: #88c057;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary[disabled]:hover,
.btn-primary.disabled:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #7bae4f;
}

/* DANGER - RED */
.btn-danger,
.btn-danger[disabled],
.btn-danger.disabled {
    background-color: #ea4031;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger[disabled]:hover,
.btn-danger.disabled:hover,
.open .dropdown-toggle.btn-danger {
    background-color: #d52415;
}

/* BLUE */
.btn-blue,
.btn-blue[disabled],
.btn-blue.disabled {
    background-color: #009efd;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue[disabled]:hover,
.btn-blue.disabled:hover,
.open .dropdown-toggle.btn-blue {
    background-color: #0085d4;
}

/* SOCUAL */
.btn-social,
.btn-social[disabled],
.btn-social.disabled {
    background-color: #3B5998;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active,
.btn-social[disabled]:hover,
.btn-social.disabled:hover,
.open .dropdown-toggle.btn-blue {
    background-color: #3B5998;
}

/* CONTEXTUS - ORANGE*/
.btn-contextus,
.btn-contextus[disabled],
.btn-contextus.disabled {
    background-color: #df3e29;
}

.btn-contextus:hover,
.btn-contextus:focus,
.btn-contextus:active,
.btn-contextus.active,
.btn-contextus[disabled]:hover,
.btn-contextus.disabled:hover,
.open .dropdown-toggle.btn-contextus {
    /*background-color: #CC1C00;*/
    background-color: #f3624f;
}

/* CONTEXTUS - INVERT */
.btn-contextus-invert,
.btn-contextus-invert[disabled],
.btn-contextus-invert.disabled {
    background-color: #FFF;
    color: #df3e29;
}

.btn-contextus-invert:hover,
.btn-contextus-invert:focus,
.btn-contextus-invert:active,
.btn-contextus-invert.active,
.btn-contextus-invert[disabled]:hover,
.btn-contextus-invert.disabled:hover,
.open .dropdown-toggle.btn-contextus-invert {
    background-color: #f3624f;
    color: #FFF;
}

/* GOLD BUTTONS */
.btn-gold,
.btn-gold[disabled],
.btn-gold.disabled {
    background-color: #ceac41;
    border: 1px solid #ac8717;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.btn-gold[disabled]:hover,
.btn-gold.disabled:hover,
.open .dropdown-toggle.btn-gold {
    background-color: #c6a53e;
}

/* BLACK BUTTONS */
.btn-black,
.btn-black[disabled],
.btn-black.disabled {
    background: #25282a;
    border: 1px solid #434547;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black[disabled]:hover,
.btn-black.disabled:hover,
.btn-black.active {
    background: #1b1c1e;
}

/* WHITE BUTTONS */
.btn-white,
.btn-white[disabled],
.btn-white.disabled {
    background-color: white;
    color: #666666;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white[disabled]:hover,
.btn-white.disabled:hover,
.open .dropdown-toggle.btn-white {
    background-color: white;
    color: #666666;
}

/* SILVER BUTTONS (used in #topbar) */
.btn-silver {
    border: 1px solid #c1c1c1;
    padding: 10px 14px;
    background: #e6e6e6; /* Old browsers */
    background:    -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
    color: #666666;
}

.btn-silver:hover,
.btn-silver:focus {
    background: #d1d1d1; /* Old browsers */
    background:    -moz-linear-gradient(top,  #ffffff 0%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #ffffff 0%,#d1d1d1 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  #ffffff 0%,#d1d1d1 100%); /* W3C */
    color: #333333;
}

.btn-silver:active,
.btn-silver.active {
    background: #d1d1d1; /* Old browsers */
    color: #333333;
}

/* LINE BUTTONS */
.btn-line,
.btn-line.disabled,
.btn-line[disabled],
.btn-line.disabled:hover,
.btn-line[disabled]:hover {
    text-align: center;
    border: 1px solid #999999;
    border-color: rgba(0,0,0,.3);
    color: #666666;
    background: transparent;
    border-radius: 4px;
    padding: 10px 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-line.btn-sm {
    padding: 3px 8px !important;
}

.btn-line.btn-xs {
    padding: 1px 6px !important;
}

.btn-line:hover {
    border: 1px solid transparent;
}

/* NO BACKGROUND BUTTONS */
.btn-clean {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    text-transform: none;
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.btn-clean:hover {
    text-decoration: underline;
}

.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active,
.btn-clean.active {
    color: #3b3b3b !important;
}

/***********************************/
/* HEADER */
/***********************************/
.header {
    z-index: 1001;
    width: 100%;
    background: white;
    border-bottom: 1px solid #cdcdcd;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .04);
    border-radius: 0;
    margin: 0;
}

.header .navbar-header {
    height: 93px;
}

.header .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.header .navbar-toggle {
    margin-top: 27px;
    background: white;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.header .navbar-toggle:hover {
    margin-top: 27px;
    /*background: #f4364c;*/
    border-color: transparent;
}

.header .navbar-toggle:hover .icon-bar {
    background: white;
}

.header .navbar-brand {
    width: 140px;
    height: 140px;
    padding: 0;
    margin-top: 2px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 140px;
    /*box-shadow: 0px 6px 3px -3px rgba(0,0,0,.1);*/
    /*border-radius: 50%;*/
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .header .navbar-brand {
        margin-left: 15px !important;
    }
}

.header .nav > li > a {
    padding: 0 14px;
    font-size: 14px;
    background: white;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
    color: #666666;
    border-bottom: 2px solid transparent;
}

.header .nav > li:hover > a {
    color: #353535;
    border-bottom: 2px solid #cdcdcd;
    background: #f3624f !important;
}

.header .nav > li.active > a,
.header .nav > li.active > a:hover {
    color: #f4364c;
    border-bottom: 2px solid #f4364c;
    background: white !important;
}

.header .pull-right .btn {
    margin-left: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}

.header {
    height: 95px;
}

.header .nav > li > a {
    height: 93px;
    line-height: 93px;
}

.header .pull-right .btn {
    margin-top: 26px;
}

#sticky-header {
    background: white;
    position: fixed;
    top: -150px;
    width: 100%;
    z-index: 1000;
    height: 80px;
    -webkit-transition: top .4s ease-in-out;
    -moz-transition: top .4s ease-in-out;
    -o-transition: top .4s ease-in-out;
    -ms-transition: top .4s ease-in-out;
    transition: top .4s ease-in-out;
}

#sticky-header .header {
    height: 80px;
}

#sticky-header .header .nav > li > a {
    height: 78px;
    line-height: 78px;
}

#sticky-header .header .pull-right .btn {
    margin-top: 19px;
}

#sticky-header .header .navbar-brand {
    width: 120px;
    height: 120px;
    background-size: 120px;
    /* margin-top: 16px; */
}


#sticky-header.exposed {
    top: 0;
}

/* MOBILE HEADER */
@media (max-width: 768px) {
    .header .nav > li > a {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #cdcdcd;
    }

    .header .nav > li.visible-xs > a {
        border-bottom: none;
    }

    .header .nav > li:last-child {
        border-bottom: 0;
    }

    .header .dropdown .dropdown-menu {
        border-bottom: 1px solid #cdcdcd;
        border-radius: 0;
    }

    .header .dropdown .dropdown-menu > li {
        padding: 8px 30px;
    }
}

/*****************************/
/* AVATARS */
/*****************************/
.avatar {
    border-radius: 100px;
    border: 2px solid white;
    -webkit-box-shadow: 0 1px 7px 1px rgba(186, 186, 197, .75);
    -moz-box-shadow: 0 1px 7px 1px rgba(186, 186, 197, .75);
    box-shadow: 0 1px 7px 1px rgba(186, 186, 197, .75);
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.avatar.ge-aylen {
    background-image: url(../images/timthumb.php?src=ge_aylen.jpg&w=60&h=60);
}
.avatar.avatar-aylen {
    background-image: url(../images/timthumb.php?src=ge_aylen.jpg&w=80&h=80);
}

.avatar.ge-alex {
    background-image: url(../images/timthumb.php?src=ge_alex.png&w=60&h=60);
}
.avatar.avatar-alex {
    background-image: url(../images/timthumb.php?src=ge_alex.png&w=80&h=80);
}

    .avatar.ge-fernandaisoglio {
        background-image: url(../images/timthumb.php?src=ge_fernandaisoglio.jpg&w=60&h=60);
    }
    .avatar.avatar-fernandaisoglio {
        background-image: url(../images/timthumb.php?src=ge_fernandaisoglio.jpg&w=80&h=80);
    }

.avatar.ge-lucio {
    background-image: url(../images/timthumb.php?src=ge_lucio.png&w=60&h=60);
}
.avatar.avatar-lucio {
    background-image: url(../images/timthumb.php?src=ge_lucio.png&w=80&h=80);
}

.avatar.ge-laura {
    background-image: url(../images/timthumb.php?src=ge_lauranigra.png&w=60&h=60);
}
.avatar.avatar-laura {
    background-image: url(../images/timthumb.php?src=ge_lauranigra.png&w=80&h=80);
}

/*****************************/
/* SECTIONS */
/*****************************/
.section {
    padding: 50px 15px 60px 15px;
    width: 100%;
    border-bottom: 1px solid #e3e3e8;
}

.section.section-noborder {
    border-bottom: 0;
}

.section.section-grey {
    background: #f9f9fa;
}

.subsection {
    padding: 0 15px;
    width: 100%;
}

.section .section-inner {
    padding-top: 70px;
}


/*****************************/
/* HOMEPAGE */
/*****************************/
.homepage h1,
.homepage h2 {
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);*/
}

.homepage #top-section {
    padding: 50px 0 0 0;
    background: #f3f7fa;
    position: relative;
}

    .top-section-with-bg {
    background: #f3f7fa;
}

h1 > span.all-in-one,
h2 > span.all-in-one,
h3 > span.all-in-one {
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 201px 10px;
    overflow: visible;
    padding: 0 5px 6px 8px;
    font-weight: bold;
}

h1 > .tienda-online {
    font-weight: bold;
}

@media (max-width: 450px) {
    .homepage #top-section {
        padding-top: 30px;
    }

    .homepage #top-section h1 {
        font-size: 32px;
    }
}

.homepage #top-section .feature-set {
    margin: 40px auto 20px auto;
    text-align: center;
}

.homepage #top-section .feature-set .feature-box {
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}

.homepage #top-section .feature-set .feature-box > div {
    width: 120px;
    height: 75px;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-bottom: 5px;
    background-size: 120px;
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' height=\'0\'><filter id=\'greyscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\' /></filter></svg>#greyscale');
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.homepage #top-section .feature-set .feature-box > a {
    text-transform: uppercase;
    color: #666666;
    border-bottom: 1px solid rgba(0,0,0,.2);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.homepage #top-section .feature-set .feature-box:hover > div {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: none;
    filter: none;
}

.homepage #top-section .feature-set .feature-box:hover > a {
    color: black;
    border-bottom: 1px solid rgba(0,0,0,.5) !important;
}

@media (max-width: 450px) {
    .homepage #top-section .feature-set .feature-box > div {
        width: 100px;
        height: 63px;
        background-size: 100px;
    }
}

.homepage #top-section .btn-contextus {
    margin: 10px 0 10px 0;
    font-weight: 500;
    padding: 20px 40px;
}

.homepage #top-section .btn > span {
    text-transform: none;
}

#feature-viewer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

body.feature-viewer-showing {
    overflow: hidden;
}

body.feature-viewer-showing #feature-viewer {
    display: block;
}

#feature-viewer .close {
    position: fixed;
    line-height: 36px;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    filter: alpha(opacity=60);
    opacity: .6;
    z-index: 105;
}

#feature-viewer .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

#feature-viewer .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    filter: alpha(opacity=95);
    opacity: .95;
}

#feature-viewer .arrow-left,
#feature-viewer .arrow-right {
    position: fixed;
    left: 7%;
    top: 40%;
    border-radius: 100px;
    border: 1px solid #efefef;
    border-color: rgba(255,255,255,.2);
    background-color: transparent;
    width: 80px;
    height: 80px;
    z-index: 101;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#feature-viewer .arrow-left:hover {
    background-position: right top;
}

#feature-viewer .arrow-right:hover {
    background-position: left top;
}

#feature-viewer .arrow-left:hover,
#feature-viewer .arrow-right:hover {
    border-color: white;
    background-color: white;
}

#feature-viewer .features {
    width: 20000px;
    position: relative;
    z-index: 102;
}

#feature-viewer .features .feature-box {
    float: left;
    background: #454a54;
    border-radius: 6px;
    border: 2px solid #393f4c;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

#feature-viewer .features .feature-box.active {
    -webkit-box-shadow: 0 3px 10px rgba(50, 54, 61, .8);
    -moz-box-shadow: 0 3px 10px rgba(50, 54, 61, .8);
    box-shadow: 0 3px 10px rgba(50, 54, 61, .8);
}

#feature-viewer .features .feature-box.active,
#feature-viewer .features .feature-box:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#feature-viewer .features .feature-box.spacer-box {
    background: transparent;
    border: 0;
}

#feature-viewer .features .feature-box .image-holder {
    width: 70%;
    float: left;
    border-right: 1px solid #888888;
    -webkit-box-shadow: 3px -2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 3px -2px 8px rgba(0,0,0,.3);
    box-shadow: 3px -2px 8px rgba(0,0,0,.3);
}

#feature-viewer .features .feature-box .image-holder > img {
    width: 100%;
    height: auto;
    border-radius: 6px 0 0 6px;
}

#feature-viewer .features .feature-box .content-holder {
    width: 30%;
    float: left;
    border-radius: 0 6px 6px 0;
    padding: 30px 50px 0 40px;
    color: #dddddd;
}

#feature-viewer .features .feature-box .content-holder h2 {
    color: white;
    font-weight: 400;
    font-size: 34px;
    text-align: left;
    margin: 0 0 20px 0;
}

#feature-viewer .features .feature-box .content-holder .btn {
    font-weight: 500;
}

@media (max-height: 720px) {
    #feature-viewer .features .feature-box {
        margin-top: 80px !important;
    }
}

@media (max-width: 1100px) {
    #feature-viewer .features .feature-box {
        margin-top: 80px !important;
    }

    #feature-viewer .arrow-left,
    #feature-viewer .arrow-right {
        display: none !important;
    }

    #feature-viewer .features .feature-box .image-holder {
        float: none;
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid #888888;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #feature-viewer .features .feature-box .image-holder > img {
        border-radius: 6px 6px 0 0;
    }

    #feature-viewer .features .feature-box .content-holder {
        float: none;
        width: 100%;
        padding: 20px;
    }

    #feature-viewer .features .feature-box .content-holder h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }
}

#feature-viewer .position {
    position: fixed;
    z-index: 105;
    bottom: 30px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    text-align: center;
    height: 15px;
}

#feature-viewer .position > div {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 20px;
    border: 2px solid white;
    display: inline-block;
    cursor: pointer;
}

#feature-viewer .position > div:hover {
    background: white;
    background: rgba(255,255,255,.4);
    border-style: solid;
}

#feature-viewer .position > div.active,
#feature-viewer .position > div.active:hover {
    background: white;
    border-color: white;
    border-style: solid;
}

/* COMPANIES */
#companies {
    padding: 35px 0 25px 0;
}

    #companies h3 {
        line-height: 1.2em;
        padding: 0 15px;
    }

#companies > div {
    max-width: 1200px;
    margin: 0 auto;
}

#companies .logos {
    margin-top: 25px;
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' height=\'0\'><filter id=\'greyscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\' /></filter></svg>#greyscale');
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
#companies .logos > div {
    margin: 20px 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

#companies .logos > div.rioshop {
    background-image: url(/images/timthumb.php?src=logos/rioshop.png&h=43);
    width: 126px;
    height: 43px;
    margin: 8px 15px;
}#companies .logos > div.rioshop {
    background-image: url(/images/timthumb.php?src=logos/rioshop.png&h=43);
    width: 126px;
    height: 43px;
    margin: 8px 15px;
}

#companies .logos > div.indonesia {
    background-image: url(/images/timthumb.php?src=logos/indonesia.png&h=35&zc=100);
    width: 160px;
    height: 32px;
}

#companies .logos > div.elbalcon {
    background-image: url(/images/timthumb.php?src=logos/elbalcon.png&h=58&zc=100);
    width: 149px;
    height: 58px;
    margin: 3px 15px;
}

#companies .logos > div.intimo {
    background-image: url(/images/timthumb.php?src=logos/intimo.png&h=50);
    width: 197px;
    height: 50px;
    margin: 10px 15px;
}

#companies .logos > div.tecnosoft {
    background-image: url(/images/timthumb.php?src=logos/tecnosoft.png&h=50);
    width: 177px;
    height: 34px;
    margin: 16px 15px;
}

#companies .logos > div.panther {
    background-image: url(/images/timthumb.php?src=logos/panther.png&h=25&zc=100);
    width: 154px;
    height: 22px;
}
#companies .logos > div.adjust-logo {
    margin: 16px 25px 24px 20px;
}

    #go-to-reviews {
        position: absolute;
        right: 70px;
        top: 180px;
        background: url(../images/home-arrow-reviews.png) 190px 18px no-repeat;
        width: 250px;
        overflow: visible;
        min-height: 120px;
        cursor: pointer;
        opacity: .8;
        filter: alpha(opacity=80);
    }

#go-to-reviews:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

    #go-to-reviews > div {
        text-align: center;
        line-height: 20px;
        width: 190px;
        float: left;
        display: block;
        padding: 12px 0px;
    }

    #go-to-reviews .avatar {
        float: left;
        margin: 0 10px 0 0;
        display: block;
        /* text-align: center; */
        width: 60px;
        height: 60px;
        background-size: 60px;
    }

@media (max-width: 1200px) {
    #go-to-reviews {
        display: none;
    }
}

/* NEW-WAY / OLD-WAY*/
#comparison-container {
    width: 100%;
}

#comparison-container .comparison img {
    max-width: 100%;
}




/* GENERIC CLASSES */
    .error {
        color: #FFF;
    }
[data-show-if-currency] {
    display: none;
}

.clear {
    clear: both;
}
.inline {
    display: inline-block;
}

.light {
    font-weight: 300 !important;
}
.normal {
    font-weight: 400 !important;
}
.bold,
strong {
    font-weight: 700 !important;
}
.semibold,
strong.semibold {
    font-weight: 600 !important;;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.invisible {
    visibility: hidden;
}

.underline-dashed {
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px dashed #cccccc;
}
.underline-dashed:hover {
    border-bottom-color: #bbbbbb;
}

.pink,
a.pink:hover {
    color: #f4364c;
}
.red {
    color: red;
}
.black {
    color: black;
}
.grey6 {
    color: #666666;
}
.grey7 {
    color: #777777;
}
.grey9 {
    color: #999999;
}
.inherit-color,
.inherit-color:hover,
.inherit-color:active,
.inherit-color:focus {
    color: inherit;
}

.font20 {
    font-size: 20px;
}
.font18 {
    font-size: 18px;
}
.font17 {
    font-size: 17px;
}
.font16 {
    font-size: 16px;
}
.font15 {
    font-size: 15px;
}
.font14 {
    font-size: 14px;
}
.font12 {
    font-size: 12px;
}

.floatl {
    float: left;
}
.floatr {
    float: right;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
    margin: 0 auto;
}

    .center-all, .center-all * {
        text-align: center;
        margin: 0 auto;
    }
.justify {
    text-align: justify;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}

.pointer {
    cursor: pointer;
}
.line-through {
    text-decoration: line-through;
}

.noscroll {
    overflow: hidden;
}
.relative {
    position: relative;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.textshadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}
.boxshadow {
    -webkit-box-shadow: 0 2px 14px 3px rgba(0, 0, 0, .1), 0 2px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 14px 3px rgba(0, 0, 0, .1), 0 2px 6px rgba(0,0,0,.15);
    box-shadow: 0 2px 14px 3px rgba(0, 0, 0, .1), 0 2px 6px rgba(0,0,0,.15);
}

.transition25 {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.borderbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.roundedcorners {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.br-dashed {
    border-right: 2px dashed #dbdbdb;
}

/* Margin all sides */
.man {
    margin: 0 !important;
}
.mat {
    margin: 2px !important;
}
.mas {
    margin: 5px !important;
}
.mam {
    margin: 10px !important;
}
.mab {
    margin: 20px !important;
}
.mah {
    margin: 30px !important;
}

/* Margin top side */
.mtn {
    margin-top: 0 !important;
}
.mtt {
    margin-top: 2px !important;
}
.mts {
    margin-top: 5px !important;
}
.mtm {
    margin-top: 10px !important;
}
.mtb {
    margin-top: 20px !important;
}
.mth {
    margin-top: 30px !important;
}

/* Margin right side */
.mrn {
    margin-right: 0 !important;
}
.mrt {
    margin-right: 2px !important;
}
.mrs {
    margin-right: 5px !important;
}
.mrm {
    margin-right: 10px !important;
}
.mrb {
    margin-right: 20px !important;
}
.mrh {
    margin-right: 30px !important;
}

/* Margin bottom side */
.mbn {
    margin-bottom: 0 !important;
}
.mbt {
    margin-bottom: 2px !important;
}
.mbs {
    margin-bottom: 5px !important;
}
.mbm {
    margin-bottom: 10px !important;
}
.mbb {
    margin-bottom: 20px !important;
}
.mbh {
    margin-bottom: 30px !important;
}

/* Margin left side */
.mln {
    margin-left: 0 !important;
}
.mlt {
    margin-left: 2px !important;
}
.mls {
    margin-left: 5px !important;
}
.mlm {
    margin-left: 10px !important;
}
.mlb {
    margin-left: 20px !important;
}
.mlh {
    margin-left: 30px !important;
}

/* Padding all sides */
.pan {
    padding: 0 !important;
}
.pat {
    padding: 2px !important;
}
.pas {
    padding: 5px !important;
}
.pam {
    padding: 10px !important;
}
.pab {
    padding: 20px !important;
}
.pah {
    padding: 30px !important;
}

/* Padding top side */
.ptn {
    padding-top: 0 !important;
}
.ptt {
    padding-top: 2px !important;
}
.pts {
    padding-top: 5px !important;
}
.ptm {
    padding-top: 10px !important;
}
.ptb {
    padding-top: 20px !important;
}
.pth {
    padding-top: 30px !important;
}

/* Padding right side */
.prn {
    padding-right: 0 !important;
}
.prt {
    padding-right: 2px !important;
}
.prs {
    padding-right: 5px !important;
}
.prm {
    padding-right: 10px !important;
}
.prb {
    padding-right: 20px !important;
}
.prh {
    padding-right: 30px !important;
}

/* Padding bottom side */
.pbn {
    padding-bottom: 0 !important;
}
.pbt {
    padding-bottom: 2px !important;
}
.pbs {
    padding-bottom: 5px !important;
}
.pbm {
    padding-bottom: 10px !important;
}
.pbb {
    padding-bottom: 20px !important;
}
.pbh {
    padding-bottom: 30px !important;
}

/* Padding left side */
.pln {
    padding-left: 0 !important;
}
.plt {
    padding-left: 2px !important;
}
.pls {
    padding-left: 5px !important;
}
.plm {
    padding-left: 10px !important;
}
.plb {
    padding-left: 20px !important;
}
.plh {
    padding-left: 30px !important;
}


/* FEATURES */
#features-container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px), (min-width: 992px), (min-width: 768px) {
    #features-container .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.blocks .quote {
    background: #FFF;
    border-radius: 6px;
    border: 1px solid #e3e3e8;
    padding: 20px;
    color: #454a52;
    margin-top: 30px;
    position: relative;
}

.blocks .quote .person {
    float: left;
    width: 20%;
}

.blocks .quote .person > img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 7px 1px rgba(186, 186, 197, .75);
    -moz-box-shadow: 0 1px 7px 1px rgba(186, 186, 197, .75);
    box-shadow: 0 1px 7px 1px rgba(186, 186, 197, .75);
}

.blocks .quote .content {
    float: left;
    width: 80%;
}

.blocks .quote .content > p {
    margin-bottom: 10px;
}

.blocks .quote .content > img {
    max-width: 70px;
    max-height: 30px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.blocks .expert-quote > .logo {
    height: 55px;
    margin: 30px 0 20px 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blocks .quote .person {
        width: 25%;
    }

    .blocks .quote .content {
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 525px) {
    .blocks .quote .person {
        float: none;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .blocks .quote .content {
        float: none;
        width: 100%;
    }

    .blocks .quote .content > p {
        text-align: center;
        margin-bottom: 25px;
    }
}

@media (max-width: 450px) {
    .blocks .expert-quote {
        margin-bottom: 30px;
    }
}

#features-container .section-inner {
    overflow-x: hidden;
}

#features-container .section-inner h2 {
    text-align: inherit;
    margin: 50px 0 18px 0;
    font-weight: 400;
}

#features-container .section-inner p {
    font-size: 18px;
    color: #666666;
}

#features-container .section-inner > .row {
    padding: 40px 0;
}
#features-container .section-inner > .row.heatmaps {
    padding-top: 0;
}
#features-container .section-inner > .row.chats {
    padding-bottom: 0;
}

#features-container .section-inner > .row > .left {
    padding-left: 40px;
}

#features-container .section-inner > .row > .left > p {
    margin: 0 30px 0 0;
}

#features-container .section-inner > .row > .right {
    padding-right: 40px;
}

#features-container .section-inner > .row > .right > p {
    margin: 0 0 0 30px;
    float: right;
}

p.feature-info {
    max-width: 500px;
}

#features-container .section-inner > .row .align-left {
    position: static;
    z-index: 0;
    float: left;
    margin-left: 10px;
}

#features-container .section-inner > .row .align-right {
    position: static;
    z-index: 0;
    float: right;
    margin-right: 10px;
}

#features-container .section-inner > .row .visible-xs > img {
    width: 100%;
}

/* IDEAL FOR */
#ideal-for-container .section-inner {
    padding-top: 30px;
}

#ideal-for-container ul.professions {
    list-style-type: none;
}

@media (max-width: 768px) {
    #features-container .section-inner > .row {
        border-bottom: 1px solid #cccccc;
    }
    #features-container .section-inner > .row.chats {
        border-bottom: 0;
    }
    #features-container .section-inner > .row > .left {
        padding-left: 15px;
    }
    #features-container .section-inner > .row > .right {
        padding-right: 15px;
    }

    #features-container .section-inner h2,
    #features-container .section-inner p.feature-info {
        text-align: center;
    }

    #features-container .section-inner p.feature-info {
        margin: 0 0 10px 0 !important;
        float: none !important;
        max-width: none !important;
    }

    #features-container .section-inner h2 {
        margin-top: 25px;
    }
}

@media (max-width: 360px) {
    #features-container .section-inner h2 {
        font-size: 25px;
    }

    #features-container .section-inner > .row > .left {
        padding-left: 20px;
    }

    #features-container .section-inner > .row > .left > p {
        margin: 0 0 0 0;
    }

    #features-container .section-inner > .row > .right {
        padding-right: 20px;
    }

    #features-container .section-inner > .row > .right > p {
        margin: 0 0 0 0;
    }
}

/***********************************/
/* FOOTER */
/***********************************/
#footer {
    color: #4b46b4;
    background-color: #f4f4f4;
}

#footer .lists > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer .support {
    /*border-right: 1px solid #323F4F;*/
}

#footer .legal {
    padding-left: 30px;
    padding-right: 0;
}


#footer .logo img {
    padding: 0 0 30px 0
}

#footer h4 {
    text-align: left;
    color: #4b46b4;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 20px 0;
}

#footer a {
    color: #4b46b4;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

#footer a:hover {
    color: #df3e29;
}

#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer ul > li {
    padding: 0;
    margin: 0 0 8px 0;
}

#footer .copyright {
    font-size: 12px;
}

/* FOOTER - MOBILE */
@media (max-width: 767px) {
    #footer .logo {
        margin: 0 0 20px 0;
    }

    #footer .lists, #footer h4 {
        text-align: center;
    }

    #footer a {
        font-weight: 500;
    }

    #footer .support {
        border: none;
    }

    #footer .legal {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer .copyright {
        text-align: center;
        margin: 20px 0;
    }
}

/* FOOTER - TABLET */
@media (min-width: 768px) and (max-width: 991px) {
    #footer a {
        font-size: 12px;
        font-weight: 500;
    }
}

/* FOOTER - RETINA */

    /*
        SCHEDULED
    */

    @media
        only screen and (-Webkit-min-device-pixel-ratio: 1.5),
        only screen and (-moz-min-device-pixel-ratio: 1.5),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (min-device-pixel-ratio: 1.5)
    {
        #schedule-left {
            margin-bottom: 20px;
            text-align: center;
        }

        #schedule-right  {

        }
    }

    @media (max-width: 768px) {
        #schedule-left {
            margin-bottom: 20px;
            text-align: center;
        }
    }

/*
INTRO ASPECTS
*/
    #intro {

    }

    #intro-video {

    }

    #intro-video .video {
        max-width: 500px;
        margin: 0 auto;
    }

    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
        #intro {
            margin-bottom: 20px;
            text-align: center;
        }

        #intro-video .specialist {
            left: auto;
            right: auto;
            top: auto;
            position: relative;
        }
    }

    @media (max-width: 1200px) {
        #intro-video .specialist {
            right: 342px;
        }
    }

    @media (max-width: 992px) {
        #intro-video .specialist {
            right: 303px;
        }
    }

    @media (max-width: 768px) {
        #intro {
            margin-bottom: 20px;
            text-align: center;
        }

        #intro-video .specialist {
            left: auto;
            right: auto;
            top: auto;
            position: relative;
        }
    }

/*****************************
    Video
********************************/
    .video {
        position: relative;
        display: inline-block;
        width: 100%;
        border: 4px solid #000;
        padding: 8px;
        border-radius: 10px;
        margin: 0 auto;
    }

    .video .video-play {
        position: absolute;
        top: 10px;
        cursor: pointer;
        -webkit-transition: background-color .25s;
        -moz-transition: background-color .25s;
        transition: background-color .25s;
        background: #2196F3 url(../images/pantalla.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        left: 10px;
        height: 235px;
        right: 10px;
    }

    .video .video-play:hover {
        background-color: #2d3033;
    }

    .video .video-play i {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -30px;
        color: #fff;
        text-align: center;
    }

    .video .video-play span {
        font-size: 20px;
        color: white;
        position: absolute;
        width: 100%;
        display: block;
        left: 0;
        top: 25%;
    }

    .video iframe {
        width: 100%;
        height: 239px;
        position: relative;
        /* top: 15px; */
        /* left: 15px; */
        display: block;
    }

    .video iframe {
        border: 2px solid #000;
        border-radius: 5px;
    }

    .specialist {
        position: absolute;
        right: -28px;
        z-index: 100;
        top: -32px;
    }

/*********************
Resources
******************/

    .resources__element,.resources__gap {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .resources__element {
        max-width: 360px;
        /*min-height: 368px;*/
        margin: 0 auto 2.81em;
        position: relative;
        text-align: left;
        /*border: 1px solid #ccc;*/
        /*border-radius: 5px;*/
        display: inline-block;
    }

    .resources__element img {
        width: 100%;
        overflow: hidden;
        /*max-height: 368px;*/
        display: block;
        /*border-radius: 5px;*/
        /*border-bottom-right-radius: 0;*/
        /*border-bottom-left-radius: 0;*/
    }

    .resources__element .img__video {
        position: absolute;
        max-height: 215px;
    }

    .resources__element img+.resources__element__download:hover {
        opacity: 1;
    }

    .resources__element img+.resources__element__web:hover {
        opacity: 1;
    }

    .resources__element header {
        padding: 1.7em 1.25em;
        /*border-top: 1px solid #ccc;*/
    }

    .resources__element header h1 {
        font-size: 1.63em;
        line-height: 1.1;
        color: #525252;
    }

    .resources__element header h1 span {
        font-size: .69rem;
        font-weight: 700;
        background-color: #F49B6C;
        color: #fff;
        padding: .3em .6em;
        border-radius: .3em;
        vertical-align: middle;
    }

    .resources__element header h1 span::selection {
        color: #fff;
        background: 0 0;
    }

    .resources__element header p {
        font-size: 1.2em;
        line-height: 1.7;
        color: #878787;
    }

    .resources__element footer {
        padding: 0 1.25em 2em 1.25em;
    }

    .resources__element footer p {
        font-size: 80%;
        margin: 0;
        float: left;
        color: #AAA;
    }

    .resources__element footer ul {
        list-style-type: none;
        float: right;
    }

    .resources__element footer ul .icon-twitter {
        color: #78CCF0;
    }

    .resources__element footer ul .icon-facebook {
        color: #547BBD;
    }

    .resources__element footer ul li {
        display: inline-block;
        cursor: pointer;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
    }

    .resources__element footer ul li:hover {
        color: #F49A69;
    }

    .resources__element iframe {
        vertical-align: top;
    }

    .resources__element .resources__element__download,.resources__element__web,.resources__element .resources__element__form,.resources__element .resources__element__shares {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 368px;
        opacity: 0;
        border-radius: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background: #df3e29;
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }

    .resources__element .resources__element__video {
        position: relative;
        width: 100%;
        height: 215px;
        border-radius: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background: rgba(51,51,51,.85);
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }

    .resources__element .resources__element__video:hover {
        background: rgba(244,155,108,.75);
    }

    .resources__element .resources__element__video:hover .btn__play {
        background-color: #fff;
    }

    .resources__element .resources__element__video:hover .btn__play:before {
        border-color: transparent transparent transparent #F49B6C;
    }

    .resources__element .resources__element__video .btn__play {
        width: 60px;
        height: 60px;
        background-color: #ee986b;
        display: block;
        border-radius: 9999px;
        border: 2px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }

    .resources__element .resources__element__video .btn__play:before {
        content: ' ';
        position: absolute;
        border-style: solid;
        top: 50%;
        left: 55%;
        -moz-transform: translate(-55%,-50%);
        -ms-transform: translate(-55%,-50%);
        -webkit-transform: translate(-55%,-50%);
        transform: translate(-55%,-50%);
        border-width: 10px 0 10px 17px;
        border-color: transparent transparent transparent #fff;
    }

    .resources__element .resources__element__download>.btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .resources__element .resources__element__web>.btn {
        position: absolute;
        top: 85%;
        left: 5%;
        /*-moz-transform: translate(-50%,-50%);*/
        /*-ms-transform: translate(-50%,-50%);*/
        /* -webkit-transform: translate(-50%,-50%); */
        /* transform: translate(-50%,-50%); */
    }

    .resources__element .resources__element__form,.resources__element .resources__element__shares {
        padding: 3.44em;
        visibility: hidden;
        text-align: center;
    }

    .resources__element .resources__element__form.resources__element__form--suggest,.resources__element .resources__element__shares.resources__element__form--suggest {
        padding: 1.7em 3em;
    }

    .resources__element .resources__element__form.resources__element__form--suggest h3,.resources__element .resources__element__shares.resources__element__form--suggest h3 {
        padding: 0 0 .75em 0;
    }

    .resources__element .resources__element__form.resources__element__form--suggest input,.resources__element .resources__element__shares.resources__element__form--suggest input {
        margin-bottom: 8px;
    }

    .resources__element .resources__element__form.resources__element__form--suggest .btn,.resources__element .resources__element__shares.resources__element__form--suggest .btn {
        margin-top: 8px;
    }

    .resources__element .resources__element__form h3,.resources__element .resources__element__shares h3 {
        padding: .7em 0;
        color: #fff;
        font-weight: 700;
        font-size: 1.63em;
        line-height: 1.1;
    }

    .resources__element .resources__element__form ul,.resources__element .resources__element__shares ul {
        list-style-type: none;
    }

    .resources__element .resources__element__form ul li,.resources__element .resources__element__shares ul li {
        font-size: 24px;
        display: inline-block;
        color: #FFF;
        cursor: pointer;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
    }

    .resources__element .resources__element__form ul li:hover,.resources__element .resources__element__shares ul li:hover {
        color: #e6e6e6;
    }

    .resources__element .resources__element__form button,.resources__element .resources__element__shares button {
        width: 100%;
    }

    .resources__element .resources__element__form .btn-bright,.resources__element .resources__element__shares .btn-bright {
        padding: 1.3rem 3.3rem;
    }

    .resources__element .resources__element__form .input-holder ::-webkit-input-placeholder,.resources__element .resources__element__shares .input-holder ::-webkit-input-placeholder {
        color: #555;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-holder :-moz-placeholder,.resources__element .resources__element__shares .input-holder :-moz-placeholder {
        color: #555;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-holder ::-moz-placeholder,.resources__element .resources__element__shares .input-holder ::-moz-placeholder {
        color: #555;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-holder :-ms-input-placeholder,.resources__element .resources__element__shares .input-holder :-ms-input-placeholder {
        color: #555;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-holder input,.resources__element .resources__element__form .input-holder textarea,.resources__element .resources__element__shares .input-holder input,.resources__element .resources__element__shares .input-holder textarea {
        border: 1px solid #fff;
        background-color: rgba(255,255,255,.5);
        color: #555;
        padding: .9rem .8rem;
        font-size: 15px;
    }

    .resources__element .resources__element__form .input-holder label,.resources__element .resources__element__shares .input-holder label {
        text-align: left;
        color: #fff;
    }

    .resources__element .resources__element__form .input-error ::-webkit-input-placeholder,.resources__element .resources__element__shares .input-error ::-webkit-input-placeholder {
        color: #A2444E;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-error :-moz-placeholder,.resources__element .resources__element__shares .input-error :-moz-placeholder {
        color: #A2444E;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-error ::-moz-placeholder,.resources__element .resources__element__shares .input-error ::-moz-placeholder {
        color: #A2444E;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-error :-ms-input-placeholder,.resources__element .resources__element__shares .input-error :-ms-input-placeholder {
        color: #A2444E;
        font-style: italic;
    }

    .resources__element .resources__element__form .input-error input,.resources__element .resources__element__form .input-error textarea,.resources__element .resources__element__shares .input-error input,.resources__element .resources__element__shares .input-error textarea {
        border-color: #A2444E;
    }

    .resources__element .resources__element__form .input-error label,.resources__element .resources__element__shares .input-error label {
        color: #A2444E;
    }

    .resources__element .resources__element__form .input-active label,.resources__element .resources__element__form .input-error label,.resources__element .resources__element__shares .input-active label,.resources__element .resources__element__shares .input-error label {
        padding-top: 0;
        line-height: 2.7em;
        filter: alpha(enabled=false);
        opacity: 1;
        font-weight: 600;
    }

    .resources__element .resources__element__form span,.resources__element .resources__element__shares span {
        content: 'X';
        position: absolute;
        right: 4%;
        top: 3.5%;
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
    }

    .resources__element .resources__element__form input:-webkit-autofill,.resources__element .resources__element__shares input:-webkit-autofill {
        background-color: #fff;
    }

    .resources__element .resources__element--hover {
        opacity: 1;
    }

    .resources__element:hover {
        /*box-shadow: 0 0 5px 2px #ccc;*/
    }

/*
Features
*/
    /* SCREENSHOTS */
    .feature-detail .col-screenshots .browser-frame {
        width: 751px;
    }

    .feature-detail .col-screenshots .browser-frame .shot {
        width: 749px;
        height: 500px;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 749px 500px;
        position: relative;
        -webkit-transition: background-image .2s ease-in-out;
        -moz-transition: background-image .2s ease-in-out;
        -o-transition: background-image .2s ease-in-out;
        -ms-transition: background-image .2s ease-in-out;
        transition: background-image .2s ease-in-out;
    }

    .feature-detail .phone {
        opacity: 0;
        width: 173px;
        height: 364px;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 173px 364px;
        position: absolute;
        left: -15px;
        bottom: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    #section-subfeatures .item h4 {
        padding: 10px 0;
    }

    #section-subfeatures .item > span {
        margin-right: 20px;
    }

    #section-subfeatures .item > div {
        color: #5C666D;
        font-size: 14px;
        width: 80%;
    }

    #integrations .item > div {
        width: 100%;
    }

    /* HOME - MOBILE */
    @media (max-width: 767px) {
        .feature-detail {
            margin-bottom: 25px;
        }

        .feature-detail-left .col-text,
        .feature-detail-right .col-text {
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }

        .feature-detail .col-screenshots,
        .feature-detail .col-text > div > ul {
            display: none;
        }

        .feature-detail .col-text > div {
            float: none;
            max-width: none;
            text-align: center;
        }

        .feature-detail .col-text > div > h2 {
            text-align: center;
        }

    }

    /* FEATURES PAGE - LARGE SCREENS */
    @media (min-width: 1450px) {
        .feature-detail .col-screenshots .browser-frame {
            width: 869px;
        }

        .feature-detail .col-screenshots .browser-frame .shot {
            width: 867px;
            height: 576px;
            background-size: 867px 576px;
        }
    }
    .cta-container {
        padding: 36px 15px 60px 15px;
    }




    /* Top Section */
    .features-box .col-text {
        text-align: left;
        padding-left: 70px;
    }

    .features-box .col-text ul {
        list-style-type: none;
        max-width: 410px;
        padding-left: 0;
        float: left;
    }

    .features-box .col-text ul > li {
        padding: 15px 25px;
        border-radius: 2px;
        max-width: 410px;
        position: relative;
    }

    .features-box .col-text ul > li > a {
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 1px solid #dddddd;
        color: #3c3c3c;
        padding: 3px 2px;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        -webkit-transition: none;
        -moz-transition:    none;
        -o-transition:      none;
        -ms-transition:     none;
    }

    .features-box .col-text ul > li > a:hover {
        color: black;
        border-bottom: 1px solid #cccccc;
    }

    .features-box .col-text ul > li > span.icon {
        display: none;
    }

    .features-box .col-text ul > li > p {
        display: none;
        margin: 8px 0 0 0;
        font-size: 14px;
    }

    .features-box .col-text ul > li.active {
        padding: 25px;
        background: white;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    }

    .features-box .col-text ul > li.active > a,
    .features-box .col-text ul > li.active > a:hover {
        color: #F4364C;
        font-weight: 600;
        border-bottom: none;
        cursor: default;
    }

    .features-box .col-text ul > li.active > span.icon {
        display: inline-block;
    }

    .features-box .col-text ul > li.active > p {
        display: block;
    }

    .features-box .col-text ul > li.active:before {
        content: '';
        position: absolute;
        width: 82px;
        height: 13px;
        top: 50%;
        margin: -7px;
        left: -100px;
        background-image: url(https://www.hotjar.com/static/img/arrow-grey.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 82px 13px;
    }

    .features-box .col-text .features-link {
        margin: 20px 0 0 30px;
    }

    .features-box #feature-preview {
        overflow-x: hidden;
    }

    .features-box .col-screenshots {
        text-align: left;
        padding-right: 60px;
        overflow: visible;
    }

    body.homepage .col-screenshots .browser-frame {
        width: 750px;
        float: right;
    }

    body.homepage .col-screenshots .browser-frame .shot {
        width: 749px;
        height: 500px;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 749px 500px;
        position: relative;
        -webkit-transition: background-image .2s ease-in-out;
        -moz-transition: background-image .2s ease-in-out;
        -o-transition: background-image .2s ease-in-out;
        -ms-transition: background-image .2s ease-in-out;
        transition: background-image .2s ease-in-out;
    }

    body.homepage .phone {
        opacity: 0;
        width: 173px;
        height: 364px;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 173px 364px;
        position: absolute;
        right: -15px;
        bottom: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    body.homepage .col-screenshots .browser-frame .heatmaps {
        background-image: url(https://www.hotjar.com/static/img/screenshots/heatmaps-0.jpg);
    }

    body.homepage .col-screenshots .browser-frame .recordings {
        background-image: url(https://www.hotjar.com/static/img/screenshots/recordings-0.jpg);
    }

    body.homepage .col-screenshots .browser-frame .funnels {
        background-image: url(https://www.hotjar.com/static/img/screenshots/funnels-0.jpg);
    }

    body.homepage .col-screenshots .browser-frame .forms {
        background-image: url(https://www.hotjar.com/static/img/screenshots/forms-0.jpg);
    }

    body.homepage .col-screenshots .browser-frame .polls {
        background-image: url(https://www.hotjar.com/static/img/screenshots/polls-0.jpg);
    }

    body.homepage .col-screenshots .browser-frame .polls > div {
        opacity: 1;
        background-image: url(https://www.hotjar.com/static/img/screenshots/polls-phone-0.png);
    }

    body.homepage .col-screenshots .browser-frame .surveys {
        background-image: url(https://www.hotjar.com/static/img/screenshots/surveys-0.jpg);
    }

    body.homepage .col-screenshots .browser-frame .recruiters {
        background-image: url(https://www.hotjar.com/static/img/screenshots/recruiters-0.jpg);
    }

    body.homepage .col-screenshots .browser-frame .recruiters > div {
        opacity: 1;
        background-image: url(https://www.hotjar.com/static/img/screenshots/recruiters-phone-0.png);
    }

    /* HOME - LARGE SCREENS */
    @media (min-width: 1450px) {
        body.homepage .features-box {
            padding-bottom: 0;
        }

        body.homepage .col-screenshots .browser-frame {
            width: 869px;
            border-bottom: none;
        }

        body.homepage .col-screenshots .browser-frame .shot {
            width: 867px;
            height: 576px;
            background-size: 867px 576px;
        }
    }

    .wa-item {
        height: 93px;
    }

    .wa-item > * {
        line-height: 20px!important;
    }

    .wa-item a {
        /*background: #f0f0f0!important;*/
        padding: 31px 22px!important;
    }

    #sticky-header .wa-item a {
        padding: 24px 22px!important;
    }

    .wa-nav .wa-texto {
        display: block;
        text-transform: initial;
        font-weight: 600;
        line-height: 14px;

    }

    .wa-nav .wa-numero {
        font-size: 14px;
    }

/*
PortFolio
*/
    .iphone-mock {
        box-shadow: -4px 0 7px 0 rgba(0,0,0,.6);
        background-size: 100%;
        display: block;
        width: 120px;
        height: 243px;
        background: url(../images/iphone-gold.png) no-repeat;
        /* background-color: #FF0; */
        position: absolute;
        top: 153px;
        right: 10px;
        border-radius: 18px;
    }

    @media (max-width: 1200px) {
        .iphone-mock {
            top: 80px;
        }

        .resources__element .resources__element__download, .resources__element__web,
        .resources__element .resources__element__form,
        .resources__element .resources__element__shares {
            height: 299px;
        }

        .resources__element .resources__element__web>.btn {
            top: 82%;
        }
    }

    @media (max-width: 992px) {
        .iphone-mock {
            top: 153px;
        }

        .resources__element .resources__element__download, .resources__element__web,
        .resources__element .resources__element__form,
        .resources__element .resources__element__shares {
            height: 370px;
        }

        .resources__element .resources__element__web>.btn {
            top: 84%;
        }
    }

    @media (max-width: 410px) {
        .resources__element .resources__element__web {
            display: none;
        }

        .iphone-mock {
            top: 85px;
        }
    }

    .iphone-screen {
        position: absolute;
        display: block;
        top: 28px;
        bottom: 28px;
        left: 7px;
        right: 7px;
    }

    .iphone-screen.cotidiano {
        background-image: url(../images/timthumb.php?src=portfolio/cotidiano/mb-cotidiano.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.indonesia {
        background-image: url(../images/timthumb.php?src=portfolio/indonesia/mb-indonesia.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.elbalcon {
        background-image: url(../images/timthumb.php?src=portfolio/elbalcon/mb-elbalcon.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.rioshopdeco {
        background-image: url(../images/timthumb.php?src=portfolio/rioshopdeco/mb-rioshopdeco.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.panther {
        background-image: url(../images/timthumb.php?src=portfolio/panther/mb-panther.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.icard {
        background-image: url(../images/timthumb.php?src=portfolio/icard/mb-icard.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.fabrilet {
        background-image: url(../images/timthumb.php?src=portfolio/fabrilet/mb-fabrilet.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.fiorani {
        background-image: url(../images/timthumb.php?src=portfolio/fiorani/mb-fiorani.jpg&w=130);
        background-size: 100% 100%;
    }

    .iphone-screen.clabutor {
        background-image: url(../images/timthumb.php?src=portfolio/clabutor/mb-clabutor.jpg&w=130);
        background-size: 100% 100%;
    }

    .request-demo-bar {
        background: #df3e29;
        padding: 10px 0;
    }

    #portfolio .portfolio-bg {
        background-size: cover;
        padding: 50px 0 40px 0;
        background-position: center center;
        position: relative;
    }

    #portfolio .portfolio-top-desc {
        color: white;
    }
    #portfolio .portfolio-top-desc h1 {
        text-shadow: 0 0 8px rgba(0,0,0,0.5);
        color: white;
    }

    #portfolio .portfolio-top-desc p {
        text-shadow: 0 0 3px rgba(0,0,0,.5);
    }


    #portfolio .portfolio-profile h4 {
        color: #df3e29;
        padding: 10px 0;
    }

    #portfolio .portfolio-profile h3 {
        padding: 20px 0;
        font-size: 27px;
        line-height: 40px;
    }

    #portfolio .portfolio-profile .quote {
        color: #cac3b4;
        font-size: 27px;
        line-height: 42px;
    }

    #portfolio .portfolio-profile p {
        line-height: 29px;
    }

    #portfolio .portfolio-profile .item p {
        text-overflow: ellipsis;
        line-height: 29px;
        overflow: hidden;
        white-space: nowrap;
    }

    #portfolio .item {
        padding: 10px;
        /*background: #f0f0f0;*/
        text-align: center;
    }


/*Share Bar*/
    .share-buttons {
        padding: 10px 0;
    }
    .share-buttons > span, .share-buttons > a {
        color: #f7f3eb;
        margin-left: 7px;
        position: relative;
        font-size: 12px;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .share-buttons > span .fa-stack {
        position: relative;
        z-index: 1;
    }

    .share-buttons .field-label {
        /*font: 13px/34px 'OpenSansBold',sans-serif;*/
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFF;
        float: left;
        margin-right: 6px;
        line-height: 34px;
        font-size: 13px;
    }

    .share-buttons .fa-stack-1x {
        color: #df3e29;
    }


/*Arrow Animation*/
    .section-arrow-wrapper {
        position: absolute;
        bottom: 40px;
        left: 50%;
        cursor: pointer;
        margin-left: -10px;
    }

    .section-arrow-wrapper .top-arrow, .section-arrow-wrapper .bottom-arrow {
        display: block;
        height: 20px;
        background-position: 33px 0;
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
    }

    .section-arrow-wrapper .top-arrow {
        -webkit-animation: top_arrow 3s infinite 3s ease-out;
        -moz-animation: top_arrow 3s infinite 3s ease-out;
        -o-animation: top_arrow 3s infinite 3s ease-out;
        animation: top_arrow 3s infinite 3s ease-out;
        filter: alpha(opacity=0);
        position: relative;
        opacity: 0;
    }

    .section-arrow-wrapper .bottom-arrow {
        -webkit-animation: bottom_arrow 3s infinite 3s ease-in;
        -moz-animation: bottom_arrow 3s infinite 3s ease-in;
        -o-animation: bottom_arrow 3s infinite 3s ease-in;
        animation: bottom_arrow 3s infinite 3s ease-in;
        filter: alpha(opacity=100);
        position: relative;
        opacity: 1;
    }

    .section-arrow-wrapper .top-arrow,
    .section-arrow-wrapper .bottom-arrow {
        display: block;
        height: 20px;
        background-position: 33px 0;
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
    }

    .icon-arrow_big:before {
        font-size: 40px;
        content: '\f2f9';
        font-family: 'Material-Design-Iconic-Font';
    }

    @-webkit-keyframes bottom_arrow {
        0% {
            opacity: 1;
            top: 0
        }
        10% {
            opacity: 0;
            top: 40px
        }
        100% {
            opacity: 0;
            top: 40px
        }
    }
    @keyframes bottom_arrow {
        0% {
            opacity: 1;
            top: 0
        }
        10% {
            opacity: 0;
            top: 40px
        }
        100% {
            opacity: 0;
            top: 40px
        }
    }
    @-webkit-keyframes top_arrow {
        0% {
            opacity: 0;
            top: -30px
        }
        10% {
            opacity: 1;
            top: 10px
        }
        100% {
            opacity: 1;
            top: 10px
        }
    }
    @keyframes top_arrow {
        0% {
            opacity: 0;
            top: -30px
        }
        10% {
            opacity: 1;
            top: 10px
        }
        100% {
            opacity: 1;
            top: 10px
        }
    }

















































    .main-nav-dd {
    position: absolute;
    top: 100%;
    padding-top: 0;
    z-index: 50;
    display: none;
    text-align: left;
    margin-top: 14px;
}

.no-bg .main-nav-dd {
    margin-top: 0;
    padding-top: 0;
}

.products-dd, .myv2b-dd {
    width: 829px;
}

.main-nav-dd-inner {
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 0 5px 22px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0 5px 22px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 22px rgba(0,0,0,0.2);
    box-shadow: 0 5px 22px rgba(0,0,0,0.2);
}

#header nav>ul, .navigation-areas ul, .social-icons, .main-nav-dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav-dd.submenu-dd ul {
    padding: 19px 51px;
}

.main-nav-dd.submenu-dd li a {
    text-decoration: none;
    display: block;
    padding: 8px 0 9px;
}

#header-search-dd {
    width: 480px;
    left: auto;
    right: 14px;
}

#header-search-dd form {
    position: relative;
    height: 65px;
}

#header-search-dd form input, #header-search-dd form #search_entry_ph {
    border: 0;
    font: 26px/120% Tahoma,Arial,Helvetica,sans-serif;
    font-style: italic;
    margin: 0 0 0 65px;
    padding: 17px 25px 17px 0;
    width: 326px;
    color: #7f7f7f;
    outline: 0;
    position: relative;
    z-index: 20;
    background: 0;
}

#header-search-dd form .filled,
#header-search-dd form #search_entry_ph {
    font-size: 14px;
    margin: 0 0 0 69px;
    padding: 25px 25px 23px 0;
}

#header-search-dd form #search_entry_ph {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#header-search-dd form:after {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin: -8px 0 0 29px;
    font-family: 'Material-Design-Iconic-Font';
    content: '\f1c3';
    font-size: 17px;
}

.apps-dd .main-nav-dd-inner {
    padding: 30px 0;
}

.apps-dd ul {
    padding: 0;
    line-height: 20px;
    overflow: auto;
}

.apps-dd li {
    list-style: none;
    padding: 0;
    float: left;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    width: 154px;
}

.apps-dd li:last-child {
    padding-right: 30px;
    border-right: 0;
}

.apps-dd ul li a, .apps-dd ul li a:visited {
    text-decoration: none;
    display: block;
    padding: 10px;
    width: 78px;
    text-align: center;
    margin: 0 auto;
}
.apps-dd li .icon {
    height: 68px;
    display: inline-block;
}
.apps-dd li.menu-i-android a .icon {
    width: 87px;
    background-position: 761px 0;
}
.apps-dd li:hover .icon {
    opacity: .7;
}

.apps-dd li .txt {
    width: 90px;
    color: #000;
    display: block;
}

.main-nav-dd .dd-arrow {
    content: '';
    display: block;
    width: 60px;
    height: 32px;
    position: absolute;
    top: -32px;
}

/**
Main Wrapper
*/


#mainwrapper {
    width: 961px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 5;
    min-height: 500px;
}

#mainwrapper.full-width {
    width: auto;
}

#tpl-content {
    position: relative;
    overflow: hidden;
}

#tpl-content-inner {
    position: relative;
    z-index: 5;
}

.grand-feature-refresh .section-header {
    background-size: cover!important;
    height: 100%;
    width: 100%;
    position: relative;
}

.grand-feature-refresh .section-wrapper {
    top: 50%;
    width: 908px;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.grand-feature-refresh .cotidiano-logo {
    margin-bottom: 43px;
}

.grand-feature-refresh .section-info {
    padding: 0 40px;
}

.grand-feature-refresh h1, .feature-image-text-wrapper h1 {
    /*font-family: 'GraublauSans-Bold',Tahoma,Helvetica,Arial,sans-serif;*/
    font-size: 40px;
    text-transform: uppercase;
    line-height: 104%;
    margin-bottom: 26px;
    font-weight: 400;
}

.grand-feature-refresh h2, .feature-image-text-wrapper .header-text {
    font-family: 'roboto',Tahoma,Helvetica,Arial,sans-serif!important;
    font-size: 29px;
    line-height: 1.3;
    font-weight: lighter;
    margin-bottom: 40px;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -ms-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.grand-feature-refresh .section-arrow-wrapper {
    position: absolute;
    bottom: 40px;
    left: 50%;
    cursor: pointer;
    margin-left: -10px;
}

.grand-feature-refresh .section-info h1, .grand-feature-refresh .section-info h2 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
}

.grand-feature-refresh .section-arrow-wrapper .top-arrow, .grand-feature-refresh .section-arrow-wrapper .bottom-arrow {
    display: block;
    height: 20px;
    background-position: 33px 0;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
}

.grand-feature-refresh .section-arrow-wrapper .top-arrow {
    -webkit-animation: top_arrow 3s infinite 3s ease-out;
    -moz-animation: top_arrow 3s infinite 3s ease-out;
    -o-animation: top_arrow 3s infinite 3s ease-out;
    animation: top_arrow 3s infinite 3s ease-out;
    filter: alpha(opacity=0);
    position: relative;
    opacity: 0;
}

.grand-feature-refresh .section-arrow-wrapper .bottom-arrow {
    -webkit-animation: bottom_arrow 3s infinite 3s ease-in;
    -moz-animation: bottom_arrow 3s infinite 3s ease-in;
    -o-animation: bottom_arrow 3s infinite 3s ease-in;
    animation: bottom_arrow 3s infinite 3s ease-in;
    filter: alpha(opacity=100);
    position: relative;
    opacity: 1;
}

.grand-feature-refresh .section-arrow-wrapper .top-arrow,
.grand-feature-refresh .section-arrow-wrapper .bottom-arrow {
    display: block;
    height: 20px;
    background-position: 33px 0;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
}

.icon-arrow_big:before {
    font-size: 40px;
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
}

@-webkit-keyframes bottom_arrow {
    0% {
        opacity: 1;
        top: 0
    }
    10% {
        opacity: 0;
        top: 40px
    }
    100% {
        opacity: 0;
        top: 40px
    }
}
@keyframes bottom_arrow {
    0% {
        opacity: 1;
        top: 0
    }
    10% {
        opacity: 0;
        top: 40px
    }
    100% {
        opacity: 0;
        top: 40px
    }
}
@-webkit-keyframes top_arrow {
    0% {
        opacity: 0;
        top: -30px
    }
    10% {
        opacity: 1;
        top: 10px
    }
    100% {
        opacity: 1;
        top: 10px
    }
}
@keyframes top_arrow {
    0% {
        opacity: 0;
        top: -30px
    }
    10% {
        opacity: 1;
        top: 10px
    }
    100% {
        opacity: 1;
        top: 10px
    }
}

/**
 Features
*/

.how {
    font-size: 23px;
    font-weight: lighter;
    color: #000;
    line-height: 1.3;
}

.how h2, .tpl-section>h2 {
    font-size: 30px;
    font-weight: lighter;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.3;
}

.how p {
    font: inherit;
    margin-bottom: 30px;
}

.how small {
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.how .sps-type {
    display: block;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    padding: 10px;
}

.how .sps-type img {
    width: 100%;
}

.how .step {
    display: block;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    padding: 20px;
}

.how .step p {
    font-size: 20px;
    margin: 0!important;
}

.how .step img {

}

/**
Video Wrapper
*/

.videoWrapper {
    display: block;
    border: 1px solid #fff;
    height: 480px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 853px;
    margin: 0 auto;
}

.videoWrapper .buttonPlay {
    padding: 184px;
    color: #FFF;
    /* left: 50%; */
    /* margin-top: -50px; */
    /* margin-left: -50px; */
    position: relative;
    /* top: 50%; */
    cursor: pointer;
}

.videoWrapper .buttonPlay i {
    font-size: 10em;
}

/**
Features
*/
.features {
}

.features ul {
    list-style: none;
    font-size: 19px;
}

.features li {
    margin: 0 0 20px 0;
}

.features ul li:before {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f26b';
    margin: 1px 0 0 -35px;
    float: left;
    font-size: 18px;
}

/**
Footer
*/
.footer {
    font-size: 16px;
    padding: 30px 0 15px 0;
}

.footer .inner-footer {


}

.net-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}

.net-icons li {
    margin: 20px 0;
}

.net-icons li:hover {
    border-radius: 5px;
    background: #EEE;
    padding: 5px;
}

.net-icons li:hover a {
    color: #333;
    text-decoration: none;
}


.net-icons li a {
    color: #333;
    display: block;
    font-weight: bold;
    height: 42px;
    line-height: 20px!important;
    padding-left: 50px;
}
.net-icons li a span {
    display: block;
    font-weight: normal;
}
.net-icons li a.fb {
    background: url("../images/fb.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.net-icons li a.tw {
    background: url("../images/tw.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.net-icons li a.in {
    background: url("../images/instagram.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.footer ul {margin: 0 0 10px 0;padding: 0; list-style: none;}
.footer ul li {}
.footer ul li a {color: #333; line-height: 26px;}