html,
body {
    height: 100%;
}

.row {
    width: 100%;
}

body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

body body > div {
    width: 100%;
    overflow: hidden;
}

.hint--primary:after {
    background-color: #1998ff;
    text-shadow: 0 -1px 0px #6c5328;
}

.hint--primary.hint--top:before {
    border-top-color: #1998ff;
}

.hint--primary.hint--bottom:before {
    border-bottom-color: #1998ff;
}

.hint--primary.hint--left:before {
    border-left-color: #1998ff;
}

.hint--primary.hint--right:before {
    border-right-color: #1998ff;
}

p, .contenido_home li {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.5em;
    color: #545454;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
    /*font-weight: 800;*/
}

h1 {
    color: #EE2531;
}

h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 0.9em;
}

h5 {
    font-size: 0.8em;
}

h6 {
    font-size: 0.7em;
}

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

input,
button,
textarea,
input:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old) {
    width: 3em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 0.25em;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    vertical-align: bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: rgb(153, 204, 102);
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
}

input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.125em;
    border: 0.0625em solid rgb(56, 191, 240);
    border-radius: 0.125em;
    background: rgb(56, 191, 240);
    background-image: -moz-linear-gradient(rgb(179, 217, 140), rgb(56, 191, 240));
    background-image: -ms-linear-gradient(rgb(179, 217, 140), rgb(56, 191, 240));
    background-image: -o-linear-gradient(rgb(179, 217, 140), rgb(56, 191, 240));
    background-image: -webkit-linear-gradient(rgb(179, 217, 140), rgb(56, 191, 240));
    background-image: linear-gradient(rgb(179, 217, 140), rgb(56, 191, 240));
}

.row {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0;
}

.title h2 {
    margin: 0;
    text-align: center;
}

.line-separator {
    height: 1px;
    width: 107px;
    margin: 0 auto;
    margin-top: 22px;
    text-align: center;
    margin-bottom: 33px;
    background-color: #1998ff;
}

.line-separator.h80 {
    margin-bottom: 80px;
}

.line-separator span {
    width: 7px;
    height: 7px;
    float: left;
    margin: 0 48%;
    margin-top: -3px;
    border-radius: 50%;
    background: #1998ff;
}

.line-separator-full {
    height: 1px;
    width: 100%;
    margin: 80px 15px;
    text-align: center;
    background-color: #e1e1e1;
}

.line-separator-full span {
    width: 7px;
    height: 7px;
    float: left;
    margin: 0 48%;
    margin-top: -3px;
    border-radius: 50%;
    background: #e1e1e1;
}

.padding-in-box {
    padding-top: 130px;
    padding-bottom: 130px;
}

.padding-in-box-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-in-box-100-120 {
    padding-top: 100px;
    padding-bottom: 120px;
}

.padding-in-box-120-100 {
    padding-top: 120px;
    padding-bottom: 100px;
}

.padding-in-box-130-100 {
    padding-top: 130px;
    padding-bottom: 100px;
}

.padding-in-box-130-120 {
    padding-top: 130px;
    padding-bottom: 120px;
}

.padding-in-box-top-100 {
    padding-top: 100px;
}

.padding-in-box-top {
    padding-top: 130px;
}

.padding-in-box-bottom {
    padding-bottom: 130px;
}

.padding-in-box-50 {
    padding: 50px 20px;
}

.padding-in-box-30 {
    padding: 30px 20px;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.margen_superior_60 {
    margin-top: 60px;
}

.margen_superior_40 {
    margin-top: 40px;
}

.margen_superior_30 {
    margin-top: 30px;
}

.margen_superior_20 {
    margin-top: 20px;
}

.margen_superior_10 {
    margin-top: 10px;
}

.margen_derecho_10 {
    margin-right: 10px;
}

.margen_derecho_20 {
    margin-right: 20px;
}

.margen_inferior_20 {
    margin-bottom: 20px;
}

.padding_izquierdo_10 {
    padding-left: 10px;
}

.padding_superior_10 {
    padding-top: 10px;
}

.contenido_home ul {
    margin-left: 30px;
    list-style-type: disc;
}

.contenido_home h3 {
    padding-bottom: 30px;
}

.table {
    font-size: 16px;
    border: 2px solid #EE2531;
    width: 85%;
    margin: 0 auto;
}

.table thead {
    background-color: #EE2531;
    color: #FFF;
    font-weight: bold;
}

.texto_productos {
    font-size: 42px;
}

.linea_productos {
    border-color: #EE2531;
}

.send-btn {
    background-color: #EE2531;
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    width: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.send-btn:hover,
.send-btn:focus {
    background-color: #EE2531;
}

.margenes_garantia {
    margin: 60px 0;
    padding: 0 80px;
}

.texto_rojo {
    color: #EE2531;
}

.subrayado_rojo {
    border-bottom: 1px solid #EE2531;
}

.fondo_blanco {
    background-color: #FFF;
}

.fondo_rojo {
    background-color: #EE2531;
}

.texto_verde {
    color: #009640;
}

.subrayado_verde {
    border-bottom: 1px solid #009640;
}

.fondo_verde {
    background-color: #009640;
}

.borde_verde {
    border: 1px solid #009640;
}

.texto_celeste {
    color: #009FE3;
}

.subrayado_celeste {
    border-bottom: 1px solid #009FE3;
}

.texto_naranja {
    color: #F59D0B;
}

.subrayado_naranja {
    border-bottom: 1px solid #F59D0B;
}

.fondo_naranja {
    background-color: #F59D0B;
}

.texto_blanco {
    color: #FFF;
}

.subrayado_blanco {
    border-bottom: 1px solid #FFF;
}

.fondo_celeste {
    background-color: #009FE3;
}

.texto_16 {
    font-size: 16px;
}

.texto_18 {
    font-size: 18px;
}

.texto_alineado {
    vertical-align: middle;
}

.negrita {
    font-weight: bold;
}

.puntos_pie {
    background-color: #58C0F0;
    height: 60px;
}

.puntos_pie p {
    line-height: 60px;
    color: #FFF;
    font-size: 18px;
}

.puntos_pie a {
    color: #FFF;
}

/* 	PRODUCTOS */
.productos {
    margin-top: 3rem;
}

.producto {
    margin-bottom: 5rem;
    border-bottom: 1px solid #999;
    padding-bottom: 4rem;
}

.producto:last-child {
    border-bottom: none;
}

.accesorios {
    margin-top: 3rem;
}

.accesorio {
    border: 2px solid #E30613;
    padding: 2rem;
}

.accesorio:first-child {
    border-bottom: none;
    text-align: center;
}

.producto h3 {
    font-weight: 400;
    font-size: 4rem;
    text-align: center;
}

.btn-productos {
    display: block;
    background-color: #61615F;
    padding: 1rem 2rem;
    text-align: center;
    width: 130px;
    margin: 2rem auto 0;
    color: #FFF;
    transition: .3s all ease-in-out;
}

.btn-productos {
    display: block;
    background-color: #61615F;
    padding: 1rem 2rem;
    text-align: center;
    width: 130px;
    margin: 2rem auto 0;
    color: #FFF;
    transition: .3s all ease-in-out;
}

.btn-descargas {
    display: block;
    background-color: #61615F;
    padding: 1rem 2rem;
    text-align: center;
    width: 230px;
    margin: 2rem auto 0;
    color: #FFF;
    transition: .3s all ease-in-out;
}

.btn-productos:hover, btn-descargas:hover {
    background-color: #393937;
    color: #ccc;
}

.colores1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
}

.colores2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    margin: 0 auto;
}

.colores1 img, .colores2 img {
    max-height: 84px;
}

.colores7 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    margin: 0 auto;
    text-align: center;
}

.color {
    text-align: center;
    margin-top: 2rem;
}

.color p {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 16px;
}

.circulo-colores {
    border-radius: 5%;
    max-width: 100%;
    border: 1px solid #CCC;
}

ul,
li,
a,
span,
input,
textarea,
button {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.blog-sidebar body {
    background-color: #f4f4f4;
}

.blog-sidebar .container .container {
    width: 100%;
}

.blog-sidebar .row > .details-posts {
    padding: 0;
}

.body-short-codes > div {
    background: #f4f4f4;
}

.body-short-codes div.padding-in-box,
.body-short-codes div.padding-in-box-100,
.body-short-codes div.padding-in-box-100-120,
.body-short-codes div.padding-in-box-120-100,
.body-short-codes div.padding-in-box-130-100,
.body-short-codes div.padding-in-box-130-120,
.body-short-codes div.padding-in-box-top-100,
.body-short-codes div.padding-in-box-top,
.body-short-codes div.padding-in-box-bottom {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.text-primary {
    color: #1998ff;
}

.text-secondary {
    color: #333333;
}

.btn-default,
.btn-primary,
.btn-primary-inverse,
.btn-secondary,
.btn-secondary-inverse,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    outline: none;
    padding: 10px 35px;
    letter-spacing: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}

.btn-default:active,
.btn-primary:active,
.btn-primary-inverse:active,
.btn-secondary:active,
.btn-secondary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-primary-inverse.active,
.btn-secondary.active,
.btn-secondary-inverse.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    outline: none !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
    border: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}

.btn-default:hover,
.btn-default:focus {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
}

.btn-default:active,
.btn-default.active {
    background: rgba(0, 0, 0, 0.8);
}

.btn-primary {
    background: #1998ff;
    border-color: transparent;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #ffffff;
    color: #1998ff;
    border: 1px solid #1998ff;
}

.btn-primary:active,
.btn-primary.active {
    background: #ffffff;
    color: #1998ff;
    border: 1px solid #1998ff;
    box-shadow: 0 0 10px 1px #1998ff;
}

.btn-primary-inverse {
    box-shadow: none;
    color: #ffffff;
    border-color: #ffffff;
    background: #EE2531;
}

.btn-primary-inverse:hover,
.btn-primary-inverse:focus {
    background: #ffffff;
    color: #EE2531;
    border-color: #EE2531;
}

.btn-primary-inverse:active,
.btn-primary-inverse.active {
    color: #ffffff;
    border-color: #ffffff;
    background: #1998ff;
    box-shadow: 0 0 10px 1px #ffffff;
}

.btn-secondary {
    background: #009640;
    border-color: transparent;
    box-shadow: none;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #ffffff;
    color: #009640;
    border: 1px solid #009640;
}

.btn-secondary:active,
.btn-secondary.active {
    background: #ffffff;
    color: #545454;
    border: 1px solid #545454;
    box-shadow: 0 0 10px 1px #545454;
}

.btn-secondary-inverse {
    box-shadow: none;
    background: #ffffff;
    color: #545454;
    border-color: #545454;
}

.btn-secondary-inverse:hover,
.btn-secondary-inverse:focus {
    color: #ffffff;
    border-color: #ffffff;
    background: #545454;
}

.btn-secondary-inverse:active,
.btn-secondary-inverse.active {
    color: #ffffff;
    border-color: #ffffff;
    background: #545454;
    box-shadow: 0 0 10px 1px #ffffff;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #E30613 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #E30613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #EE2531;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #EE2531;
}

.btn-lg {
    padding: 14px 44px;
}

.btn-xs {
    padding: 5px 25px;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #357ebd;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inversee {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.navbar-inversee .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inversee .navbar-brand,
.navbar-inversee .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

.alert {
    border-radius: inherit;
    background-color: #e6e6e6;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.alert span {
    padding-right: 15px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: rgba(60, 118, 61, 0.3);
}

.alert-info {
    background-color: #d9edf7;
    border-color: rgba(49, 112, 143, 0.3);
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: rgba(184, 130, 59, 0.3);
}

.alert-danger {
    background-color: #f2dede;
    border-color: rgba(169, 68, 66, 0.3);
}

.progress {
    height: 10px;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    background-color: #545454;
}

.progress-white {
    background-color: #ffffff;
}

.progress-bar {
    background-color: #1998ff;
}

.progress-bar-primary {
    background-color: #1998ff;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #EE2531 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #EE2531 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffEE2531', GradientType=0);
    background-repeat: repeat-x;
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #3278b3;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*# sourceMappingURL=bootstrap-theme.css.map */
/** General **/
html > body > .component-blog-post {
    background-color: #ffffff;
}

html > body > .component-blog-post .container-primary {
    padding-bottom: 50px;
}

html > body > .component-blog-post .container-primary .image-posted {
    width: 100%;
    overflow: hidden;
    max-height: 800px;
    margin-bottom: 50px;
}

html > body > .component-blog-post .container-primary .image-posted img {
    width: 100%;
}

html > body > .component-blog-post .container-primary .container {
    padding-top: 50px;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts {
    text-align: center;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts > div {
    margin-bottom: 25px;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts > div span {
    color: #929292;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .date-post {
    min-height: 68px;
    border: 1px solid #d1d1d1;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .date-post .day-contain {
    width: 100%;
    margin: -3px 0;
    text-align: center;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .date-post .day-contain span {
    font-size: 2.4em;
    font-weight: 600;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .date-post .month-year-contain {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .date-post .month-year-contain span {
    font-size: 0.8em;
    font-weight: 500;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .type-posts {
    min-height: 68px;
    border: 1px solid #d1d1d1;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .type-posts span {
    font-size: 2em;
    line-height: 68px;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts {
    margin-top: 50px;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts ul li {
    width: 100%;
    height: 68px;
    margin: 0 auto;
    margin-bottom: 8px;
    border: 1px solid #d1d1d1;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts ul li:hover {
    border-color: #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts ul li:hover a span {
    color: #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts ul li:active {
    box-shadow: 0 0 9px 0 #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts ul li:first-child {
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts ul li:last-child {
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

html > body > .component-blog-post .container-primary .container .row > .details-posts .social-icon-posts ul li a span {
    font-size: 2em;
    line-height: 68px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .title-post h1 {
    font-size: 2.8em;
    margin: 0 0 10px 0;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .posting-data {
    margin-bottom: 20px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .posting-data ul li {
    display: inline-block;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .posting-data ul li span {
    color: #bababa;
    padding: 0 4px;
    font-weight: 500;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .posting-data ul li:first-child span:first-child {
    padding: 0;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .posting-data ul li.separator-bar span {
    padding: 0 10px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain > p {
    color: #929292;
    font-weight: 500;
    margin-bottom: 20px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain > p.margin {
    margin-bottom: 30px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain > p span {
    color: #545454;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain .list-items {
    margin: 20px 30px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain .list-items li {
    float: none;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain .list-items li:hover div span {
    padding-right: 10px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain .list-items li div {
    display: inline-block;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain .list-items li div span {
    font-size: 1em;
    padding-right: 5px;
    color: #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain .list-items li p {
    margin-bottom: 5px;
    display: inline-block;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain blockquote.block-quote-secondary {
    border: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500;
    position: relative;
    background-color: #ececec;
    padding: 20px 20px 20px 80px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain blockquote.block-quote-secondary .quote {
    top: 15px;
    left: 20px;
    position: absolute;
    color: #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain blockquote.block-quote-secondary .quote span {
    font-size: 50px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .container-article .text-contain blockquote.block-quote-secondary p {
    letter-spacing: 1px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about {
    margin-top: 50px;
    position: relative;
    background-color: #ececec;
    border: 1px solid #ececec;
    padding: 20px 20px 20px 60px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about:hover {
    border-color: #d8d8d8;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about:hover .image-contain {
    border-color: #d8d8d8;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .image-contain {
    left: -40px;
    width: 80px;
    height: 80px;
    padding: 4px;
    overflow: hidden;
    position: absolute;
    border: 1px solid #f3f3f3;
    background-color: #ffffff;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .image-contain img {
    width: 100%;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .about .name {
    margin-bottom: 2px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .about .name span {
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .about .occupation {
    color: #929292;
    font-size: 12px;
    margin-bottom: 15px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .about .description {
    color: #929292;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 15px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .about .read-more {
    font-weight: 500;
    color: #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .about .read-more:hover span {
    margin-left: 15px;
}

html > body > .component-blog-post .container-primary .container .row > .post-article .author-about .about .read-more span {
    margin-left: 5px;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments {
    margin-top: 90px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 60px 15px 120px;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments:hover {
    border-color: #d8d8d8;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments:hover .image-contain {
    border-color: #d8d8d8;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments:hover .about .name {
    color: #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments:hover .about .reply {
    color: #1998ff;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .image-contain {
    top: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
    padding: 4px;
    overflow: hidden;
    position: absolute;
    border: 1px solid #f4f4f4;
    background-color: #ffffff;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .image-contain img {
    width: 100%;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .about .name {
    margin-bottom: 2px;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .about .posting-date {
    color: #929292;
    font-size: 1em;
    margin-bottom: 15px;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .about .description {
    color: #929292;
    margin: 30px 0;
    font-weight: 500;
    line-height: 1.8em;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .about .reply {
    top: 15px;
    right: 60px;
    color: #929292;
    font-weight: 400;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .about .reply:hover span {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments .about .reply span {
    margin-left: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments.child-comment {
    margin-top: 10px;
    padding: 0 0 0 100px;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments.child-comment .image-contain {
    top: 0;
    left: 0;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments.child-comment .about .description {
    margin: 0 0 30px 0;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments.child-comment .about .reply {
    top: 0;
    right: 0;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .container-comments .comments.child-comment:hover {
    border-color: transparent;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group {
    margin-bottom: 30px;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group.pl0 {
    padding-left: 0;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group.pr0 {
    padding-right: 0;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group.plr0 {
    padding: 0;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group input,
html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group textarea {
    padding: 15px 25px;
    box-shadow: none;
    border-radius: 0;
    border-color: #ebebeb;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group input {
    height: 50px;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group textarea {
    min-height: 190px;
    width: 100% !important;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group ::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group :-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group ::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .form-group :-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
}

html > body > .component-blog-post .container-primary .container .row > .comments-and-post .add-comment .btn {
    font-weight: 600;
    padding: 10px 18px;
}

.component-blog-post-slider .container > .row .post-article .slider-posted {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.component-blog-post-slider .container > .row .post-article .slider-posted .carousel .carousel-inner .item img {
    width: 100%;
}

.component-blog-post-slider .container > .row .post-article .slider-posted .carousel .control-arrow {
    width: 115px;
    bottom: 50px;
    margin: 0 auto;
    position: relative;
}

.component-blog-post-slider .container > .row .post-article .slider-posted .carousel .control-arrow a {
    display: inline-block;
}

.component-blog-post-slider .container > .row .post-article .slider-posted .carousel .control-arrow a:hover .control {
    border-color: #1998ff;
    background-color: #1998ff;
}

.component-blog-post-slider .container > .row .post-article .slider-posted .carousel .control-arrow a .control {
    width: 35px;
    height: 35px;
    margin: 0 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.25);
}

.component-blog-post-slider .container > .row .post-article .slider-posted .carousel .control-arrow a .control span {
    color: #ffffff;
    font-size: 20px;
    line-height: 33px;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts {
    padding-left: 0;
    text-align: center;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts > div {
    max-width: 68px;
    min-height: 68px;
    margin-bottom: 25px;
    border: 1px solid #d1d1d1;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts > div span {
    color: #929292;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts .date-post .day-contain {
    width: 100%;
    margin: -3px 0;
    text-align: center;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts .date-post .day-contain span {
    font-size: 2.4em;
    font-weight: 600;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts .date-post .month-year-contain {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts .date-post .month-year-contain span {
    font-size: 0.8em;
    font-weight: 600;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts .type-posts span {
    font-size: 2em;
    line-height: 68px;
}

.component-blog-post-slider .container > .row .post-article > .row .details-posts .type-posts span.fa-ellipsis-h {
    font-size: 3em;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article {
    padding-right: 0;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .title-post h1 {
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #545454;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .posting-data {
    margin-bottom: 0;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .posting-data ul li {
    display: inline-block;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .posting-data ul li span {
    color: #bababa;
    padding: 0 4px;
    font-weight: 500;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .posting-data ul li:first-child span:first-child {
    padding: 0;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .posting-data ul li.separator-bar span {
    padding: 0 10px;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .text-contain {
    margin-bottom: 20px;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .text-contain p {
    color: #929292;
    font-weight: 500;
    line-height: 1.8em;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .read-more {
    font-weight: 500;
    color: #1998ff;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .read-more:hover span {
    margin-left: 15px;
}

.component-blog-post-slider .container > .row .post-article > .row .container-article .read-more span {
    margin-left: 5px;
}

.component-blog-post-image .container > .row .post-article .image-posted {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.component-blog-post-image .container > .row .post-article .image-posted img {
    width: 100%;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts {
    padding-left: 0;
    text-align: center;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts > div {
    max-width: 68px;
    min-height: 68px;
    margin-bottom: 25px;
    border: 1px solid #d1d1d1;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts > div span {
    color: #929292;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts .date-post .day-contain {
    width: 100%;
    margin: -3px 0;
    text-align: center;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts .date-post .day-contain span {
    font-size: 2.4em;
    font-weight: 600;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts .date-post .month-year-contain {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts .date-post .month-year-contain span {
    font-size: 0.8em;
    font-weight: 600;
}

.component-blog-post-image .container > .row .post-article > .row .details-posts .type-posts span {
    font-size: 2em;
    line-height: 68px;
}

.component-blog-post-image .container > .row .post-article > .row .container-article {
    padding-right: 0;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .title-post h1 {
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #545454;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .posting-data {
    margin-bottom: 0;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .posting-data ul li {
    display: inline-block;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .posting-data ul li span {
    color: #bababa;
    padding: 0 4px;
    font-weight: 500;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .posting-data ul li:first-child span:first-child {
    padding: 0;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .posting-data ul li.separator-bar span {
    padding: 0 10px;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .text-contain {
    margin-bottom: 20px;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .text-contain p {
    color: #929292;
    font-weight: 500;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .read-more {
    font-weight: 500;
    color: #1998ff;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .read-more:hover span {
    margin-left: 15px;
}

.component-blog-post-image .container > .row .post-article > .row .container-article .read-more span {
    margin-left: 5px;
}

.component-blog-post-video-1 .container > .row .post-article .video-posted {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.component-blog-post-video-1 .container > .row .post-article .video-posted iframe {
    width: 100%;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts {
    padding-left: 0;
    text-align: center;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts > div {
    max-width: 68px;
    min-height: 68px;
    margin-bottom: 25px;
    border: 1px solid #d1d1d1;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts > div span {
    color: #929292;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts .date-post .day-contain {
    width: 100%;
    margin: -3px 0;
    text-align: center;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts .date-post .day-contain span {
    font-size: 2.4em;
    font-weight: 600;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts .date-post .month-year-contain {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts .date-post .month-year-contain span {
    font-size: 0.8em;
    font-weight: 600;
}

.component-blog-post-video-1 .container > .row .post-article > .row .details-posts .type-posts span {
    font-size: 2em;
    line-height: 68px;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article {
    padding-right: 0;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .title-post h1 {
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #545454;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .posting-data {
    margin-bottom: 10px;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .posting-data ul li {
    display: inline-block;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .posting-data ul li span {
    color: #bababa;
    padding: 0 4px;
    font-weight: 500;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .posting-data ul li:first-child span:first-child {
    padding: 0;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .posting-data ul li.separator-bar span {
    padding: 0 10px;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .text-contain {
    margin-bottom: 20px;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .text-contain p {
    color: #929292;
    font-weight: 500;
    line-height: 1.8em;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .read-more {
    font-weight: 500;
    color: #1998ff;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .read-more:hover span {
    margin-left: 15px;
}

.component-blog-post-video-1 .container > .row .post-article > .row .container-article .read-more span {
    margin-left: 5px;
}

.component-blog-post-video-2 .container > .row .post-article .video-posted {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.component-blog-post-video-2 .container > .row .post-article .video-posted iframe {
    width: 100%;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts {
    padding-left: 0;
    text-align: center;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts > div {
    max-width: 68px;
    min-height: 68px;
    margin-bottom: 25px;
    border: 1px solid #d1d1d1;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts > div span {
    color: #929292;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts .date-post .day-contain {
    width: 100%;
    margin: -3px 0;
    text-align: center;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts .date-post .day-contain span {
    font-size: 2.4em;
    font-weight: 600;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts .date-post .month-year-contain {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts .date-post .month-year-contain span {
    font-size: 0.8em;
    font-weight: 600;
}

.component-blog-post-video-2 .container > .row .post-article > .row .details-posts .type-posts span {
    font-size: 2em;
    line-height: 68px;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article {
    padding-right: 0;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .title-post h1 {
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #545454;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .posting-data {
    margin-bottom: 10px;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .posting-data ul li {
    display: inline-block;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .posting-data ul li span {
    color: #bababa;
    padding: 0 4px;
    font-weight: 500;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .posting-data ul li:first-child span:first-child {
    padding: 0;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .posting-data ul li.separator-bar span {
    padding: 0 10px;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .text-contain {
    margin-bottom: 20px;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .text-contain p {
    color: #929292;
    font-weight: 500;
    line-height: 1.8em;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .read-more {
    font-weight: 500;
    color: #1998ff;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .read-more:hover span {
    margin-left: 15px;
}

.component-blog-post-video-2 .container > .row .post-article > .row .container-article .read-more span {
    margin-left: 5px;
}

.component-blog-post-text .container > .row .post-article .image-posted {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.component-blog-post-text .container > .row .post-article .image-posted img {
    width: 100%;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts {
    padding-left: 0;
    text-align: center;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts > div {
    max-width: 68px;
    min-height: 68px;
    margin-bottom: 25px;
    border: 1px solid #d1d1d1;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts > div span {
    color: #929292;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts .date-post .day-contain {
    width: 100%;
    margin: -3px 0;
    text-align: center;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts .date-post .day-contain span {
    font-size: 2.4em;
    font-weight: 600;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts .date-post .month-year-contain {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts .date-post .month-year-contain span {
    font-size: 0.8em;
    font-weight: 600;
}

.component-blog-post-text .container > .row .post-article > .row .details-posts .type-posts span {
    font-size: 2em;
    line-height: 68px;
}

.component-blog-post-text .container > .row .post-article > .row .container-article {
    padding-right: 0;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .title-post h1 {
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #545454;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .posting-data {
    margin-bottom: 10px;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .posting-data ul li {
    display: inline-block;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .posting-data ul li span {
    color: #bababa;
    padding: 0 4px;
    font-weight: 500;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .posting-data ul li:first-child span:first-child {
    padding: 0;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .posting-data ul li.separator-bar span {
    padding: 0 10px;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .text-contain {
    margin-bottom: 20px;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .text-contain p {
    color: #929292;
    font-weight: 500;
    line-height: 1.8em;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .read-more {
    font-weight: 500;
    color: #1998ff;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .read-more:hover span {
    margin-left: 15px;
}

.component-blog-post-text .container > .row .post-article > .row .container-article .read-more span {
    margin-left: 5px;
}

.component-blog-post-quote .container > .row .post-article .image-posted {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}

.component-blog-post-quote .container > .row .post-article .image-posted img {
    width: 100%;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts {
    padding-left: 0;
    text-align: center;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts > div {
    max-width: 68px;
    min-height: 68px;
    margin-bottom: 25px;
    border: 1px solid #d1d1d1;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts > div span {
    color: #929292;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts .date-post .day-contain {
    width: 100%;
    margin: -3px 0;
    text-align: center;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts .date-post .day-contain span {
    font-size: 2.4em;
    font-weight: 600;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts .date-post .month-year-contain {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts .date-post .month-year-contain span {
    font-size: 0.8em;
    font-weight: 600;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts .type-posts {
    position: relative;
}

.component-blog-post-quote .container > .row .post-article > .row .details-posts .type-posts span {
    left: 0;
    right: 0;
    bottom: -12px;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article {
    padding-right: 0;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .title-post h1 {
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #545454;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .posting-data {
    margin-bottom: 10px;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .posting-data ul li {
    display: inline-block;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .posting-data ul li span {
    color: #bababa;
    padding: 0 4px;
    font-weight: 500;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .posting-data ul li:first-child span:first-child {
    padding: 0;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .posting-data ul li.separator-bar span {
    padding: 0 10px;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .text-contain blockquote {
    border: none;
    color: #929292;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    font-style: italic;
    padding: 5px 0 0 0;
    background-color: transparent;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .text-contain blockquote p {
    color: #929292;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .read-more {
    font-weight: 500;
    color: #1998ff;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .read-more:hover span {
    margin-left: 15px;
}

.component-blog-post-quote .container > .row .post-article > .row .container-article .read-more span {
    margin-left: 5px;
}

.component-widgets .container .row > div {
    padding: 0;
    margin-bottom: 40px;
}

.component-widgets .container .row > div .title-post-widgets {
    color: #545454;
    margin: 0 0 15px 0;
}

.component-widgets .container .row > div p {
    line-height: 1.75em;
}

.component-widgets .container .row > div.widgets-search-bar form {
    margin: 0;
    padding: 0;
    height: 45px;
    position: relative;
}

.component-widgets .container .row > div.widgets-search-bar form .form-group {
    width: 100%;
    max-height: 45px;
}

.component-widgets .container .row > div.widgets-search-bar form .form-group input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    border-radius: 0;
    padding-right: 60px;
}

.component-widgets .container .row > div.widgets-search-bar form .form-group input:focus,
.component-widgets .container .row > div.widgets-search-bar form .form-group input:hover {
    border-color: #d1d1d1;
}

.component-widgets .container .row > div.widgets-search-bar form button.btn {
    top: 0;
    right: 0;
    padding: 0;
    width: 50px;
    height: 100%;
    border-radius: 0;
    position: absolute;
    background-color: #d1d1d1;
}

.component-widgets .container .row > div.widgets-search-bar form button.btn:hover {
    background-color: #c5c5c5;
}

.component-widgets .container .row > div.widgets-about-author .description {
    font-size: 13px;
    color: #929292;
}

.component-widgets .container .row > div.widgets-categories .content ul li {
    padding: 10px 0;
}

.component-widgets .container .row > div.widgets-categories .content ul li:hover {
    background-color: #1998ff;
}

.component-widgets .container .row > div.widgets-categories .content ul li:hover a {
    color: #ffffff;
}

.component-widgets .container .row > div.widgets-categories .content ul li:hover a span {
    color: #ffffff;
}

.component-widgets .container .row > div.widgets-categories .content ul li a {
    color: #929292;
    font-weight: 500;
}

.component-widgets .container .row > div.widgets-categories .content ul li a span {
    padding: 0 5px;
    color: #1998ff;
}

.component-widgets .container .row > div.widgets-recent-posts .content ul li {
    margin: 10px 0;
    display: inline-block;
}

.component-widgets .container .row > div.widgets-recent-posts .content ul li:hover img {
    opacity: 0.7;
}

.component-widgets .container .row > div.widgets-recent-posts .content ul li:hover .description {
    color: #1998ff;
}

.component-widgets .container .row > div.widgets-recent-posts .content ul li img {
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin-right: 10px;
}

.component-widgets .container .row > div.widgets-recent-posts .content ul li .description {
    margin: 10px 0 10px 0;
}

.component-widgets .container .row > div.widgets-archives .content ul li {
    padding: 10px 0;
}

.component-widgets .container .row > div.widgets-archives .content ul li:hover a {
    color: #1998ff;
}

.component-widgets .container .row > div.widgets-archives .content ul li:hover a span {
    padding-right: 10px;
}

.component-widgets .container .row > div.widgets-archives .content ul li a {
    color: #929292;
    font-weight: 500;
}

.component-widgets .container .row > div.widgets-archives .content ul li a span {
    padding: 0 5px;
    color: #1998ff;
}

.component-widgets .container .row > div.widgets-archives .content ul li:last-child {
    padding-bottom: 0;
}

.component-widgets .container .row > div.widgets-tag .content ul li {
    margin: 10px 5px 10px 0;
    display: inline-block;
}

.component-widgets .container .row > div.widgets-tag .content ul li:hover a {
    color: #ffffff;
    border-color: #1998ff;
    background-color: #1998ff;
}

.component-widgets .container .row > div.widgets-tag .content ul li a {
    color: #929292;
    font-weight: 500;
    padding: 5px 15px;
    border: 1px solid #d1d1d1;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-filter {
    text-align: center;
    margin-bottom: 20px;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-filter ul {
    margin: 0;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-filter li {
    display: inline-block;
    margin: 0 20px 20px 0;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-filter li:last-child {
    margin: 0;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-filter li a {
    color: #a7a7a7;
    display: block;
    padding: 5px 10px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-filter li a:hover {
    color: #ffffff;
    border-color: #1998ff;
    background-color: #1998ff;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-filter li a:focus {
    text-decoration: none;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-overlay a {
    height: 100%;
    display: block;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-overlay .title-image {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.15em;
    margin-bottom: 15px;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-overlay .tags {
    width: 35%;
    margin: 0 auto;
    padding: 2px 5px;
    border: 1px solid #ffffff;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-overlay .tags span {
    color: #ffffff;
    font-size: 0.85em;
    display: block;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-overlay .tags span.separator-tags {
    width: 30px;
    height: 1px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -10000px;
    background-color: #ffffff;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .isotope-item {
    z-index: 2;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .isotope,
html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

html > body > .component-portfolio .content-portfolio .portfolio-venus .portfolio-venus-items .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/**
 * Featherlight - ultra slim  lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 100000;
    position: fixed;
    text-align: center;
    background: #333333;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

.featherlight .featherlight-inner {
    display: block;
    cursor: pointer;
}

.featherlight .featherlight-close-icon {
    top: 0;
    right: 0;
    width: 25px;
    z-index: 9999;
    color: #000000;
    cursor: pointer;
    font-weight: 800;
    line-height: 25px;
    position: absolute;
    text-align: center;
    background: #ffffff;
}

.featherlight .featherlight-image {
    width: 100%;
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
}

.featherlight iframe {
    border: 0;
}

/*
  # SP Portfolio - Simple Portfolio module by JoomShaper.com
  # -------------------------------------------------------------
  # Author    JoomShaper http://www.joomshaper.com
  # Copyright (C) 2010 - 2014 JoomShaper.com. All Rights Reserved.
  # @license - GNU/GPL V2 or Later
  # Websites: http://www.joomshaper.com
  */
/*Isotope Animation*/
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.rtl .isotope .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

/**
   * @package     SP Simple Portfolio
   *
   * @copyright   Copyright (C) 2010 - 2015 JoomShaper. All rights reserved.
   * @license     GNU General Public License version 2 or later.
   */
.portfolio-venus {
    padding: 0;
}

.portfolio-venus:before,
.portfolio-venus:after {
    content: " ";
    display: table;
}

.portfolio-venus:after {
    clear: both;
}

.portfolio-venus .portfolio-venus-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.portfolio-venus.layout-gallery-nospace .portfolio-venus-items {
    margin: 0;
}

.portfolio-venus.layout-gallery-nospace .portfolio-venus-item {
    padding: 0;
}

.portfolio-venus .portfolio-venus-columns-2 .portfolio-venus-item {
    width: 50%;
}

.portfolio-venus .portfolio-venus-columns-3 .portfolio-venus-item {
    width: 33.3333%;
}

.portfolio-venus .portfolio-venus-columns-4 .portfolio-venus-item {
    width: 25%;
}

.portfolio-venus .portfolio-venus-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-overlay-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-icon-video {
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 1;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-img {
    float: left;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-overlay {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    color: #fff;
    z-index: 2;
    background-color: rgba(25, 152, 255, 0.9);
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-overlay-wrapper .portfolio-venus-overlay h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
}

.portfolio-venus .portfolio-venus-item:hover .portfolio-venus-overlay {
    opacity: 1;
}

.portfolio-venus .portfolio-venus-item:hover .portfolio-venus-overlay a {
    color: #ffffff;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-info:hover {
    background: #333;
    color: #ffffff;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-info:hover h3 > a {
    color: #ffffff;
}

.portfolio-venus .portfolio-venus-item:hover .sp-vertical-middle .portfolio-venus-title,
.portfolio-venus .portfolio-venus-item:hover .sp-vertical-middle .portfolio-venus-tags {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-venus .portfolio-venus-item:hover .portfolio-venus-btns a {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.portfolio-venus .portfolio-venus-item:hover .portfolio-venus-img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-info {
    background: #f5f5f5;
    padding: 20px;
    font-size: 13px;
    line-height: 13px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-info h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-info h3 > a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}

.portfolio-venus .portfolio-venus-item .sp-vertical-middle {
    height: 100%;
    width: 100%;
    display: table;
}

.portfolio-venus .portfolio-venus-item .sp-vertical-middle > div {
    display: table-cell;
    vertical-align: middle;
}

.portfolio-venus .portfolio-venus-item .sp-vertical-middle > div .portfolio-venus-title {
    margin-top: 10px;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}

.portfolio-venus .portfolio-venus-item .sp-vertical-middle > div .portfolio-venus-title a {
    text-decoration: none;
    color: #fff;
}

.portfolio-venus .portfolio-venus-item .sp-vertical-middle .portfolio-venus-title {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.portfolio-venus .portfolio-venus-item .sp-vertical-middle .portfolio-venus-tags {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-btns a {
    display: inline-block;
    padding: 7px 12px;
    margin: 3px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.portfolio-venus .portfolio-venus-item .portfolio-venus-btns a:hover {
    background: #333;
    border-color: #333;
}

.portfolio-venus .portfolio-venus-image {
    margin-bottom: 20px;
}

.portfolio-venus .portfolio-venus-description {
    width: 65%;
    float: left;
}

.portfolio-venus .portfolio-venus-description > h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
}

.portfolio-venus .portfolio-venus-meta {
    width: 35%;
    float: left;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-venus .portfolio-venus-meta > div {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.portfolio-venus .portfolio-venus-meta > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.portfolio-venus .portfolio-venus-meta h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.portfolio-venus .portfolio-venus-embed {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.portfolio-venus .portfolio-venus-embed iframe,
.portfolio-venus .portfolio-venus-embed embed,
.portfolio-venus .portfolio-venus-embed object,
.portfolio-venus .portfolio-venus-embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.portfolio-venus-lightbox {
    display: none;
}

html > body > .component-element-alert-boxes .container .row > div > div {
    margin-bottom: 35px;
}

html > body > .component-element-alert-boxes .container .row > div > div:last-child {
    margin-bottom: 0;
}

html > body > .component-element-accordions .container .row > div .panel-group .panel {
    box-shadow: none;
    position: relative;
    border-radius: inherit;
    border-color: rgba(0, 0, 0, 0.18);
}

html > body > .component-element-accordions .container .row > div .panel-group .panel .panel-heading {
    padding: 0;
    box-shadow: none;
    border-radius: inherit;
    background-image: none;
    background-color: #d2d2d2;
    border-color: rgba(0, 0, 0, 0.18);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

html > body > .component-element-accordions .container .row > div .panel-group .panel .panel-heading:hover {
    background-color: #ffffff;
}

html > body > .component-element-accordions .container .row > div .panel-group .panel .panel-heading .panel-title a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    color: #545454;
}

html > body > .component-element-accordions .container .row > div .panel-group .panel .panel-heading .panel-title a .large-contain {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
    position: absolute;
}

html > body > .component-element-accordions .container .row > div .panel-group .panel .panel-heading .panel-title a span {
    font-size: 14px;
    padding-right: 10px;
}

html > body > .component-element-accordions .container .row > div .panel-group .panel .panel-collapse .panel-body {
    color: #929292;
    font-size: 13px;
    font-weight: 500;
}

html > body > .component-element-accordions .container .row > div .panel-group.accordion-inversee .panel .panel-heading {
    background-color: #ffffff;
}

html > body > .component-element-accordions .container .row > div .panel-group.accordion-inversee .panel .panel-heading:hover .panel-title a {
    color: #1998ff;
}

html > body > .component-element-accordions .container .row > div .panel-group.accordion-inversee .panel .panel-heading .panel-title a span {
    color: #1998ff;
}

html > body > .component-element-tabs .container .row > div {
    margin: 50px 0;
}

html > body > .component-element-tabs .container .row > div:first-child {
    margin-top: 0;
}

html > body > .component-element-tabs .container .row > div:last-child {
    margin-bottom: 0;
}

html > body > .component-element-tabs .container .row > div .tab.tab-2 .nav-tabs > li.active:hover a {
    border-top: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
}

html > body > .component-element-tabs .container .row > div .tab.tab-2 .nav-tabs > li.active:hover a span {
    color: #1998ff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-2 .nav-tabs > li:hover a {
    color: #1998ff;
    border-color: #1998ff;
    background-color: #ffffff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-2 .nav-tabs > li:hover a span {
    color: #1998ff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-2 .nav-tabs > li > a {
    color: #ffffff;
    background-color: #1998ff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-3 .nav-tabs > li.active a,
html > body > .component-element-tabs .container .row > div .tab.tab-3 .nav-tabs > li.active:hover a {
    border-top: 1px solid #1998ff;
    border-left: 1px solid #1998ff;
    border-right: 1px solid #1998ff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-3 .nav-tabs > li.active a span,
html > body > .component-element-tabs .container .row > div .tab.tab-3 .nav-tabs > li.active:hover a span {
    color: #1998ff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-3 .nav-tabs > li:hover a {
    color: #1998ff;
    border-color: #1998ff;
    background-color: #ffffff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-3 .nav-tabs > li:hover a span {
    color: #1998ff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-3 .nav-tabs > li > a {
    border: 1px solid #edebeb;
    background-color: #ffffff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-3 .tab-content .tab-pane {
    background-color: #ffffff;
    border: 1px solid #1998ff;
}

html > body > .component-element-tabs .container .row > div .tab.tab-3 .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs {
    border: none;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs > li {
    margin-bottom: 7px;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs > li:hover a {
    border: 1px solid #edebeb;
    background-color: #ffffff;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs > li:active a {
    border: 1px solid #c2c2c2;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs > li.active {
    margin-bottom: 0;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs > li.active > a {
    margin-top: -6px;
    padding-top: 16px;
    border-bottom: none;
    padding-bottom: 17px;
    color: #1998ff;
    background-color: #ffffff;
    border-top: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs > li > a {
    font-size: 1em;
    border-radius: 0;
    margin-right: 5px;
    padding: 10px 23px;
    color: #545454;
    background-color: #d2d2d2;
}

html > body > .component-element-tabs .container .row > div .tab .nav-tabs > li > a > span {
    padding-right: 10px;
}

html > body > .component-element-tabs .container .row > div .tab .tab-content {
    margin-top: -2px;
}

html > body > .component-element-tabs .container .row > div .tab .tab-content .tab-pane {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #edebeb;
}

html > body > .component-element-tabs .container .row > div .tab .tab-content .tab-pane p {
    color: #929292;
}

html > body > .component-element-tabs .container .row > div .tab .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

html > body > .component-element-block-quote .container .row > div {
    margin-bottom: 100px;
}

html > body > .component-element-block-quote .container .row > div:last-child {
    margin-bottom: 0;
}

html > body > .component-element-block-quote .container .row > div blockquote {
    color: #929292;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border: 1px solid #edebeb;
    background-color: #ffffff;
    padding: 20px 20px 20px 80px;
}

html > body > .component-element-block-quote .container .row > div blockquote .quote {
    top: 15px;
    left: 20px;
    position: absolute;
    color: #1998ff;
}

html > body > .component-element-block-quote .container .row > div blockquote .quote span {
    font-size: 50px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

html > body > .component-element-block-quote .container .row > div blockquote p {
    color: #929292;
    letter-spacing: 1px;
}

html > body > .component-element-block-quote .container .row > div blockquote.block-quote-primary {
    border: none;
    color: #ffffff;
    background-color: #1998ff;
}

html > body > .component-element-block-quote .container .row > div blockquote.block-quote-primary .quote {
    color: #ffffff;
}

html > body > .component-element-block-quote .container .row > div blockquote.block-quote-primary p {
    color: #ffffff;
}

html > body > .component-element-block-quote .container .row > div blockquote.block-quote-secondary {
    border: none;
    color: #ffffff;
    background-color: #545454;
}

html > body > .component-element-block-quote .container .row > div blockquote.block-quote-secondary .quote {
    color: #1998ff;
}

html > body > .component-element-block-quote .container .row > div blockquote.block-quote-secondary p {
    color: #ffffff;
}

html > body > .component-element-social-icons .container .content ul.social-icon {
    margin: 0;
    text-align: center;
}

html > body > .component-element-social-icons .container .content ul.social-icon li {
    text-align: center;
    margin: 0 12px 12px 0;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html > body > .component-element-social-icons .container .content ul.social-icon li.clearfix {
    opacity: 0;
}

html > body > .component-element-social-icons .container .content ul.social-icon li:hover {
    background-color: #1998ff;
}

html > body > .component-element-social-icons .container .content ul.social-icon li:hover a span {
    color: #ffffff;
}

html > body > .component-element-social-icons .container .content ul.social-icon li a {
    display: block;
}

html > body > .component-element-social-icons .container .content ul.social-icon li a span {
    color: #545454;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html > body > .component-element-social-icons .container .content ul.social-icon.icon-small {
    margin-bottom: 50px;
}

html > body > .component-element-social-icons .container .content ul.social-icon.icon-small li {
    width: 30px;
    height: 30px;
}

html > body > .component-element-social-icons .container .content ul.social-icon.icon-small li a {
    display: block;
}

html > body > .component-element-social-icons .container .content ul.social-icon.icon-small li a span {
    line-height: 30px;
}

html > body > .component-element-social-icons .container .content ul.social-icon.icon-large li {
    width: 40px;
    height: 40px;
}

html > body > .component-element-social-icons .container .content ul.social-icon.icon-large li a span {
    line-height: 40px;
}

html > body > .component-subscription {
    background-color: #1998ff;
}

html > body > .component-subscription .container form {
    margin: 0;
}

html > body > .component-subscription .container form .row div {
    margin: 29px 0;
    height: 42px;
}

html > body > .component-subscription .container form .row div h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
}

html > body > .component-subscription .container form .row div input {
    width: 100%;
    height: 42px;
    color: #ffffff;
    padding: 0 10px;
    font-size: 18px;
    box-shadow: none;
    background: transparent;
    border: 1px solid #ffffff;
}

html > body > .component-subscription .container form .row div input:focus {
    box-shadow: 0 0 10px 0;
    border: 1px solid #ffffff;
}

html > body > .component-subscription .container form .row div *::-webkit-input-placeholder {
    color: #ffffff;
}

html > body > .component-subscription .container form .row div *:-moz-placeholder {
    color: #ffffff;
}

html > body > .component-subscription .container form .row div *:-ms-input-placeholder {
    /* IE10+ */
    color: #ffffff;
}

html > body > .component-subscription .container form .row div .button-action {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #1998ff;
    border: 1px solid #ffffff;
}

html > body > .component-subscription .container form .row div .button-action:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: #1998ff;
}

html > body > .component-typography-heading .container .row > div {
    margin-bottom: 50px;
}

html > body > .component-typography-heading .container .row > div h1,
html > body > .component-typography-heading .container .row > div h2,
html > body > .component-typography-heading .container .row > div h3,
html > body > .component-typography-heading .container .row > div h4,
html > body > .component-typography-heading .container .row > div h5,
html > body > .component-typography-heading .container .row > div h6 {
    margin-top: 0;
}

html > body > .component-typography-heading .container .row > div p {
    margin-top: 20px;
}

html > body > .component-typography-heading .container .row > div:last-child {
    margin-bottom: 0;
}

html > body > .component-element-list-items .container .contain .row > div ul li {
    float: none;
    display: block;
}

html > body > .component-element-list-items .container .contain .row > div ul li div {
    display: inline-block;
}

html > body > .component-element-list-items .container .contain .row > div ul li div span {
    font-size: 1em;
    color: #1998ff;
}

html > body > .component-element-list-items .container .contain .row > div ul li p {
    display: inline-block;
}

html > body > .component-skills-bar .container .title h2 {
    margin: 0;
    font-weight: 700;
}

html > body > .component-skills-bar .container .row > div > div {
    margin-bottom: 40px;
}

html > body > .component-skills-bar .container .row > div > div:last-child {
    margin-bottom: 0;
}

html > body > .component-skills-bar .container .row > div > div p {
    font-weight: 600;
}

html > body > .component-element-buttons .container .row > div ul li {
    margin-bottom: 20px;
}

html > body > .component-milestone-counters-1 .container .title h2 {
    margin: 0;
}

html > body > .component-milestone-counters-1 .container .row > div {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

html > body > .component-milestone-counters-1 .container .row > div > p span {
    text-align: center;
}

html > body > .component-milestone-counters-1 .container .row > div > p.picture {
    margin: 15px 0 35px 0;
}

html > body > .component-milestone-counters-1 .container .row > div > p.picture span {
    font-size: 4.3em;
    color: #1998ff;
}

html > body > .component-milestone-counters-1 .container .row > div > p.number {
    margin: 0 0 20px 0;
}

html > body > .component-milestone-counters-1 .container .row > div > p.number span {
    font-size: 4.5em;
    font-weight: 600;
}

html > body > .component-milestone-counters-1 .container .row > div > p.name span {
    color: #929292;
    font-size: 1.3em;
    font-weight: 600;
}

html > body > .component-milestone-counters-1 .container .row > div:hover {
    border-color: #1998ff;
}

html > body > .component-milestone-counters-2 .container .title h2 {
    margin: 0;
}

html > body > .component-milestone-counters-2 .container .row > div {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

html > body > .component-milestone-counters-2 .container .row > div > p span {
    text-align: center;
}

html > body > .component-milestone-counters-2 .container .row > div > p.picture {
    margin: 15px 0 15px 0;
}

html > body > .component-milestone-counters-2 .container .row > div > p.picture span {
    font-size: 4.3em;
    color: #1998ff;
}

html > body > .component-milestone-counters-2 .container .row > div > p.name {
    margin: 0 0 20px 0;
}

html > body > .component-milestone-counters-2 .container .row > div > p.name span {
    color: #929292;
    font-size: 1.3em;
    font-weight: 600;
    margin: 15px 0 5px 0;
}

html > body > .component-milestone-counters-2 .container .row > div > p.number span {
    font-size: 3em;
    font-weight: 600;
}

html > body > .component-milestone-counters-2 .container .row > div:hover {
    border-color: #1998ff;
}

html > body > .component-boxes-style-1 .container .row div {
    text-align: center;
}

html > body > .component-boxes-style-1 .container .row div:hover .icon {
    background-color: #1998ff;
}

html > body > .component-boxes-style-1 .container .row div:hover .icon span {
    color: #ffffff;
}

html > body > .component-boxes-style-1 .container .row div:hover .icon .arrow-bar:after {
    border-top-color: #1998ff;
}

html > body > .component-boxes-style-1 .container .row div:hover .icon .arrow-bar:before {
    border-top-color: #1998ff;
}

html > body > .component-boxes-style-1 .container .row div .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e4e4e4;
}

html > body > .component-boxes-style-1 .container .row div .icon.hint--top:after {
    left: 0;
    width: 200px;
    font-size: 1em;
    text-shadow: none;
    line-height: 20px;
    margin-left: -60px;
    white-space: normal;
}

html > body > .component-boxes-style-1 .container .row div .icon span {
    font-size: 2em;
    line-height: 70px;
    color: #1998ff;
}

html > body > .component-boxes-style-1 .container .row div .icon .arrow-bar {
    margin-top: -2px;
}

html > body > .component-boxes-style-1 .container .row div .icon .arrow-bar:after,
html > body > .component-boxes-style-1 .container .row div .icon .arrow-bar:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

html > body > .component-boxes-style-1 .container .row div .icon .arrow-bar:after {
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

html > body > .component-boxes-style-1 .container .row div .icon .arrow-bar:before {
    border-top-color: #e4e4e4;
    border-width: 8px;
    margin-left: -8px;
}

html > body > .component-boxes-style-1 .container .row div h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 22px 0 0 0;
}

html > body > .component-boxes-style-2 {
    background-color: #fafafa;
}

html > body > .component-boxes-style-2 .container .row div {
    text-align: center;
}

html > body > .component-boxes-style-2 .container .row div:hover .icon {
    background-color: #1998ff;
}

html > body > .component-boxes-style-2 .container .row div:hover .icon span {
    color: #ffffff;
}

html > body > .component-boxes-style-2 .container .row div:hover .icon .arrow-bar:after {
    border-top-color: #1998ff;
}

html > body > .component-boxes-style-2 .container .row div:hover .icon .arrow-bar:before {
    border-top-color: #1998ff;
}

html > body > .component-boxes-style-2 .container .row div .icon {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e4e4e4;
}

html > body > .component-boxes-style-2 .container .row div .icon span {
    font-size: 3em;
    line-height: 95px;
    color: #1998ff;
}

html > body > .component-boxes-style-2 .container .row div .icon .arrow-bar {
    margin-top: -2px;
}

html > body > .component-boxes-style-2 .container .row div .icon .arrow-bar:after,
html > body > .component-boxes-style-2 .container .row div .icon .arrow-bar:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

html > body > .component-boxes-style-2 .container .row div .icon .arrow-bar:after {
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}

html > body > .component-boxes-style-2 .container .row div .icon .arrow-bar:before {
    border-top-color: #e4e4e4;
    border-width: 8px;
    margin-left: -8px;
}

html > body > .component-boxes-style-2 .container .row div h3 {
    font-weight: 700;
    margin: 25px 0 18px 0;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6.left > div .icon {
    float: left;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6.left > div .details {
    float: left;
    text-align: left;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6.right > div .icon {
    float: right;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6.right > div .details {
    float: right;
    text-align: right;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div {
    margin-bottom: 20px;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div:hover .icon {
    background: #1998ff;
    border-color: #1998ff;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div:hover .icon span {
    color: #ffffff;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div:hover .details h3 {
    color: #1998ff;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d1d1d1;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div .icon span {
    line-height: 80px;
    color: #1998ff;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div .icon span:before {
    font-size: 2em;
}

html > body > .component-boxes-style-3 .container .content .row > .col-sm-6 > div .details h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 10px 0;
}

html > body > .component-recent-posts {
    background-color: #f4f4f4;
}

html > body > .component-recent-posts .container .row > div:hover .image-posted img {
    border-color: #1998ff;
}

html > body > .component-recent-posts .container .row > div .image-posted img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
}

html > body > .component-recent-posts .container .row > div .contain {
    margin: 0 10px;
}

html > body > .component-recent-posts .container .row > div .contain .title-post {
    margin: 20px 0;
    font-weight: 600;
}

html > body > .component-recent-posts .container .row > div .contain .description p {
    color: #828282;
    font-weight: 500;
}

html > body > .component-recent-posts .container .row > div .contain .post-data {
    margin-top: 20px;
}

html > body > .component-recent-posts .container .row > div .contain .post-data p {
    color: #aeaeae;
    cursor: pointer;
    margin: 0 4.5% 0 0;
    font-weight: 500;
    display: inline-block;
}

html > body > .component-recent-posts .container .row > div .contain .post-data p:hover {
    color: #1998ff;
}

html > body > .component-recent-posts .container .row > div .contain .post-data p span {
    padding-right: 5px;
}

html > body > .component-separator-achievements {
    background-image: url("../image/_separator-achievements-background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

html > body > .component-separator-achievements .parallax {
    background-color: rgba(0, 0, 0, 0.3);
}

html > body > .component-separator-achievements .parallax > .container {
    text-align: center;
}

html > body > .component-separator-achievements .parallax > .container > div > p {
    color: #ffffff;
}

html > body > .component-separator-achievements .parallax > .container > div > p.number {
    font-size: 3em;
}

html > body > .component-separator-achievements .parallax > .container > div > p.number span {
    font-weight: 600;
}

html > body > .component-separator-achievements .parallax > .container > div > p.picture > span {
    font-size: 4.3em;
}

html > body > .component-separator-achievements .parallax > .container > div > p.name {
    font-weight: 600;
    font-size: 1.35em;
    margin: 15px 0 5px 0;
}

html > body > .component-separator-achievements .parallax > .container > div > p span {
    text-align: center;
    font-size: 1em;
}

html > body > .component-contact-email-and-map .description {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px;
}

html > body > .component-contact-email-and-map > .relative {
    position: relative;
}

html > body > .component-contact-email-and-map > .relative .container .row form {
    float: none;
    padding: 40px;
    margin: 0 auto;
    max-width: 680px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

html > body > .component-contact-email-and-map > .relative .container .row form.form-inactive {
    display: none;
}

html > body > .component-contact-email-and-map > .relative .container .row form .exit-modal {
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 1.4em;
    font-weight: 600;
    position: absolute;
    color: #333333;
}

html > body > .component-contact-email-and-map > .relative .container .row form .exit-modal:hover {
    color: #1998ff;
}

html > body > .component-contact-email-and-map > .relative .container .row form button {
    box-shadow: none;
    padding: 7px 12px;
    margin: 20px 0 0 15px;
}

html > body > .component-contact-email-and-map > .relative .container .row form .form-group label {
    font-size: 1em;
    font-weight: 600;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
}

html > body > .component-contact-email-and-map > .relative .container .row form .form-group label,
html > body > .component-contact-email-and-map > .relative .container .row form .form-group input,
html > body > .component-contact-email-and-map > .relative .container .row form .form-group textarea {
    border-radius: 0;
}

html > body > .component-contact-email-and-map > .relative .container .row form .form-group textarea {
    width: 100% !important;
}

html > body > .component-contact-email-and-map > .relative .contain-button-see-modal {
    z-index: 5;
    width: 100%;
    display: none;
    text-align: center;
}

html > body > .component-contact-email-and-map > .relative .contain-button-see-modal.active {
    display: block;
}

html > body > .component-contact-email-and-map > .relative .contain-button-see-modal .button-see-modal {
    background: #ffffff;
    color: #1998ff;
    border: 1px solid #1998ff;
}

html > body > .component-contact-email-and-map > .relative .contain-button-see-modal .button-see-modal:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: #1998ff;
}

html > body > .component-price-table .container .row > div div,
html > body > .component-price-table .container .row > div a {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

html > body > .component-price-table .container .row > div .talon {
    margin-top: 85px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

html > body > .component-price-table .container .row > div .talon:hover {
    border-color: #1998ff;
}

html > body > .component-price-table .container .row > div .talon:hover .price {
    border-color: #1998ff;
}

html > body > .component-price-table .container .row > div .talon:hover .price .center {
    background-color: #1998ff;
}

html > body > .component-price-table .container .row > div .talon .price {
    width: 140px;
    height: 140px;
    padding: 10px;
    margin: 0 auto;
    margin-top: -60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

html > body > .component-price-table .container .row > div .talon .price:hover {
    border-color: #1998ff;
}

html > body > .component-price-table .container .row > div .talon .price .center {
    width: 100%;
    height: 100%;
    padding: 28px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #545454;
}

html > body > .component-price-table .container .row > div .talon .price .center:hover {
    background-color: #1998ff;
}

html > body > .component-price-table .container .row > div .talon .price .center h3 {
    margin: 0;
    color: #ffffff;
    font-size: 2.6em;
    font-weight: 600;
}

html > body > .component-price-table .container .row > div .talon .price .center h3 span {
    margin-right: -7px;
}

html > body > .component-price-table .container .row > div .talon .price .center p {
    margin: 0;
    color: #ffffff;
}

html > body > .component-price-table .container .row > div .talon .title-talon h2 {
    margin: 25px 0;
    font-size: 2em;
    font-weight: 600;
    color: #545454;
}

html > body > .component-price-table .container .row > div .talon .benefits {
    margin: 0;
}

html > body > .component-price-table .container .row > div .talon .benefits li {
    padding: 10px 0;
    color: #888888;
    font-size: 1em;
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

html > body > .component-price-table .container .row > div .talon .benefits li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

html > body > .component-price-table .container .row > div .talon a.btn {
    margin: 25px 0;
    text-shadow: none;
    padding: 10px 17px;
}

html > body > .component-price-table .container .row > div .talon.professional {
    background-color: #1998ff;
}

html > body > .component-price-table .container .row > div .talon.professional .price {
    position: relative;
    border: 1px solid #1998ff;
}

html > body > .component-price-table .container .row > div .talon.professional .price .badge {
    right: 0;
    top: -10px;
    padding: 0;
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 48px;
    position: absolute;
    color: #1998ff;
    background-color: #ffffff;
    border: 1px solid #1998ff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

html > body > .component-price-table .container .row > div .talon.professional .price .center {
    background-color: #1998ff;
}

html > body > .component-price-table .container .row > div .talon.professional .title-talon h2 {
    color: #ffffff;
}

html > body > .component-price-table .container .row > div .talon.professional .benefits li {
    color: #ffffff;
}

html > body > .component-price-table-2 .container .row > div div,
html > body > .component-price-table-2 .container .row > div a {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

html > body > .component-price-table-2 .container .row > div.talon {
    margin-top: 85px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

html > body > .component-price-table-2 .container .row > div.talon:hover {
    border-color: #1998ff;
}

html > body > .component-price-table-2 .container .row > div.talon:hover .price {
    border-color: #1998ff;
    background-color: #1998ff;
}

html > body > .component-price-table-2 .container .row > div.talon:hover .price .center h3,
html > body > .component-price-table-2 .container .row > div.talon:hover .price .center p {
    color: #ffffff;
}

html > body > .component-price-table-2 .container .row > div.talon .price {
    width: 140px;
    height: 140px;
    padding: 10px;
    margin: 0 auto;
    margin-top: -60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

html > body > .component-price-table-2 .container .row > div.talon .price .center {
    width: 100%;
    height: 100%;
    padding: 28px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

html > body > .component-price-table-2 .container .row > div.talon .price .center h3 {
    margin: 0;
    color: #878787;
    font-size: 2.6em;
    font-weight: 600;
}

html > body > .component-price-table-2 .container .row > div.talon .price .center h3 span {
    margin-right: -7px;
}

html > body > .component-price-table-2 .container .row > div.talon .price .center p {
    margin: 0;
    color: #878787;
}

html > body > .component-price-table-2 .container .row > div.talon .title-talon h2 {
    margin: 25px 0;
    font-size: 2em;
    font-weight: 600;
    color: #545454;
}

html > body > .component-price-table-2 .container .row > div.talon .benefits {
    margin: 0;
}

html > body > .component-price-table-2 .container .row > div.talon .benefits li {
    padding: 10px 0;
    color: #888888;
    font-size: 1em;
    font-weight: 600;
}

html > body > .component-price-table-2 .container .row > div.talon a.btn {
    margin: 25px 0;
    text-shadow: none;
    padding: 10px 17px;
}

html > body > .component-price-table-2 .container .row > div.talon.professional {
    margin-top: 60px;
    padding-bottom: 10px;
    border-color: #ffffff;
    background-color: #1998ff;
}

html > body > .component-price-table-2 .container .row > div.talon.professional:hover .price {
    background-color: #ffffff;
}

html > body > .component-price-table-2 .container .row > div.talon.professional:hover .price .center {
    background-color: #1998ff;
}

html > body > .component-price-table-2 .container .row > div.talon.professional:hover .price .center h3,
html > body > .component-price-table-2 .container .row > div.talon.professional:hover .price .center p {
    color: #ffffff;
}

html > body > .component-price-table-2 .container .row > div.talon.professional .price {
    margin-top: -50px;
    border-color: #1998ff;
}

html > body > .component-price-table-2 .container .row > div.talon.professional .price .center h3,
html > body > .component-price-table-2 .container .row > div.talon.professional .price .center p {
    color: #1998ff;
}

html > body > .component-price-table-2 .container .row > div.talon.professional .title-talon h2 {
    color: #ffffff;
}

html > body > .component-price-table-2 .container .row > div.talon.professional .benefits li {
    color: #ffffff;
}

html > body > .component-separator-notification {
    background-image: url("../image/_separator-notification-background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

html > body > .component-separator-notification .parallax {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

html > body > .component-separator-notification .parallax .container {
    text-align: center;
}

html > body > .component-separator-notification .parallax .container ul li .social-icon {
    font-size: 5em;
    margin-bottom: 30px;
    color: #1998ff;
}

html > body > .component-separator-notification .parallax .container ul li .author {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #1998ff;
}

html > body > .component-separator-notification .parallax .container ul li .quotation {
    margin: 20px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3em;
}

html > body > .component-separator-notification .parallax .container ul li .time-posted {
    color: #c9c9c9;
}

.recuadro {
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.recuadro_fotos {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

#piletas_estructurales .bxslider p {
    font-size: 15px;
    color: #FFF;
    text-align: left;
    margin: 2px 0 0 10px;
    line-height: 26px;
}

#piletas_inflables .bxslider p {
    font-size: 15px;
    color: #FFF;
    text-align: left;
    margin: 2px 0 0 10px;
    line-height: 26px;
}

.bxslider {
    text-align: left;
    float: left;
    margin-left: 25px;
}

.bxslider a {
    text-decoration: none;
}

html > body > .component-our-clients-row .container .title h2 {
    margin: 0 0 0 20px;
    text-align: left;
    padding-bottom: 10px;
    font-size: 18px;
}

html > body > .component-our-clients-row .container .carousel-indicators {
    left: 0;
    width: 100%;
    margin-left: 0;
    position: inherit;
}

html > body > .component-our-clients-row .container .carousel-indicators li {
    border: 0;
    width: 110px;
    height: auto;
    margin: 0 10px;
    cursor: pointer;
    text-indent: 0;
    border-radius: 0;
    display: inline-block;
    background-color: transparent;
}

html > body > .component-our-clients-row .container .carousel-indicators li a {
    display: block;
}

html > body > .component-our-clients-row .container .carousel-inner {
    padding: 0 15px 0 0;
}

html > body > .component-our-clients-row .container .carousel-inner .item .carousel-caption {
    padding: 40px 20px 0 0;
    bottom: inherit;
    position: static;
}

.descripcion_piletas_estructurales h4 {
    color: #EE2531;
}

.descripcion_piletas_inflables h4 {
    color: #009640;
}

.descripcion_piletas_estructurales p, .descripcion_piletas_inflables p {
    color: #616160;
}

.descripcion_piletas_estructurales h4, .descripcion_piletas_inflables h4 {
    font-size: 1.3em;
    text-shadow: none;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.descripcion_piletas_estructurales p, .descripcion_piletas_inflables p {
    font-size: 1em;
    text-shadow: none;
    font-weight: normal;
    text-align: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.descripcion_piletas_estructurales h4 {
    border-bottom: 1px solid #EE2531;
}

.descripcion_piletas_inflables h4 {
    border-bottom: 1px solid #009640;
}

.descripcion_piletas_estructurales p {
    border-bottom: 1px dotted #EE2531;
}

.descripcion_piletas_inflables p {
    border-bottom: 1px dotted #009640;
}

figure {
    margin: 0;
    line-height: 0;
    display: block;
}

#piletas_estructurales .piletas_chicas, #piletas_estructurales .piletas_grandes, .descripcion_piletas_estructurales .piletas_grandes {
    border: 1px solid #EE2531;
}

#piletas_estructurales .piletas_chicas {
    background-color: #EE2531;
}

#piletas_inflables .piletas_chicas {
    border: 1px solid #009640;
    background-color: #009640;
}

#piletas_inflables .piletas_grandes {
    border: 1px solid #009640;
}

.descripcion_piletas_inflables .piletas_grandes {
    border: 1px solid #009640;
    background-color: #FFF;
}

.piletas_chicas {
    width: 110px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; /* para que lo que sobresale del contenedor no se muestre. La imagen del logo es cuadrada y lo que sobresale del contenedor no se muestra */
}

.piletas_grandes {
    width: 530px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

/* PRODUCTOS */

.contenedor, contenedor_armado {
    margin-left: 20px;
}

.contenedor p {
    margin: 0;
    padding: 0;
}

.contenedor_armado p {
    margin: 10px 0 0;
    padding: 0;
}

.contenidos_accesorios {
    padding: 20px 10px 0;
    margin-bottom: 10px;
}

.titulos_prod {
    padding: 5px 0;
}

.prod_tit {
    color: #FFF;
    font-weight: bold;
    margin-top: 7px;
}

.pasos_rojo {
    font-weight: bold;
    font-size: 20px;
    color: #EE2531;
    border-bottom: 1px solid #EE2531;
}

.pasos_verde {
    font-weight: bold;
    font-size: 20px;
    color: #009640;
    border-bottom: 1px solid #009640;
}

.texto_aclaratorio {
    margin: 10px 0 0 20px;
}

.padding_10 {
    padding: 2px 10px 5px;
}

/* FIN PRODUCTOS */

/* MANUAL DE USO */
.contenedor_manual {
    display: table;
    height: 120px;
}

.contenedor_manual_textos {
    display: table-cell;
    vertical-align: middle;
}

.min-height-150 {
    min-height: 150px;
}

.cada_24hs {
    padding: 15px 10px 5px 10px;
}

/* FIN MANUAL DE USO */


html > body > .component-separator-quotation {
    background-image: url("../image/_separator-quotation-background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

html > body > .component-separator-quotation .parallax {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

html > body > .component-separator-quotation .parallax .container {
    text-align: center;
}

html > body > .component-separator-quotation .parallax .container ul li > span.fa {
    color: #ffffff;
    font-size: 4.2em;
    text-shadow: none;
}

html > body > .component-separator-quotation .parallax .container ul li > .quotation {
    margin: 50px;
    color: #ffffff;
    font-weight: 800;
    font-size: 3.25em;
    line-height: 1.3em;
}

html > body > .component-separator-quotation .parallax .container ul li > .author {
    font-size: 1.2em;
    color: #ffffff;
}

html > body > .component-our-team-row {
    background-color: #f4f4f4;
}

html > body > .component-our-team-row .container .title h2 {
    margin: 0;
}

html > body > .component-our-team-row .container .row > div .team-talon-row {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:nth-child(1),
html > body > .component-our-team-row .container .row > div .team-talon-row:nth-child(2) {
    margin-top: 100px;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .photo-container {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    margin-top: -100px;
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .photo-container img {
    width: 100%;
    height: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .name-and-occupation {
    margin: 25px 0;
    padding: 0 10px;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .name-and-occupation h3 {
    margin: 0 0 5px 0;
    font-weight: 600;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .name-and-occupation .occupation {
    margin: 0;
    font-size: 0.85em;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .description {
    padding: 0 10px;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .description p {
    color: #111111;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .social {
    padding: 0 10px;
    margin: 17px 0 27px 0;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .social ul li {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
    background-color: #b2b2b2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .social ul li a {
    display: block;
}

html > body > .component-our-team-row .container .row > div .team-talon-row .social ul li a span {
    color: #ffffff;
    display: block;
    font-size: 0.8em;
    line-height: 22px;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover {
    background-color: #1998ff;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .photo-container {
    border: 10px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .photo-container img {
    border: 2px solid #1998ff;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .name-and-occupation h3 {
    color: #ffffff;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .name-and-occupation .occupation {
    color: #ffffff;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .description p {
    color: #ffffff;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .social ul li {
    background-color: rgba(255, 255, 255, 0.5);
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .social ul li:hover {
    background-color: #ffffff;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .social ul li a {
    display: block;
}

html > body > .component-our-team-row .container .row > div .team-talon-row:hover .social ul li a span {
    color: #1998ff;
}

html > body > .component-separator-progress .container .row > div {
    text-align: center;
}

html > body > .component-separator-progress .container .row > div .progress-bar-round-container {
    width: 120px;
    padding: 10px 10px 5px 10px;
    margin: 0 auto;
    background-color: #1998ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

html > body > .component-separator-progress .container .row > div .progress-bar-round-container input {
    color: #ffffff;
    font-size: 1.2em !important;
}

html > body > .component-separator-progress .container .row > div .progress-bar-round-container .progress-bar-round {
    display: block;
}

html > body > .component-separator-progress .container .row > div h3 {
    color: #545454;
    font-weight: 700;
    margin: 25px 0 18px 0;
}

html > body > .component-featured-works {
    width: 100%;
    overflow: hidden;
}

html > body > .component-featured-works .contain-gallery ul {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}

html > body > .component-featured-works .contain-gallery ul .item {
    float: left;
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

html > body > .component-featured-works .contain-gallery ul .item:hover .content {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

html > body > .component-featured-works .contain-gallery ul .item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

html > body > .component-featured-works .contain-gallery ul .item .content {
    top: 0;
    width: 100%;
    height: 100%;
    padding: 35% 0;
    position: absolute;
    text-align: center;
    background-color: rgba(25, 152, 255, 0.9);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

html > body > .component-featured-works .contain-gallery ul .item .content .title-image {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.15em;
    margin-bottom: 15px;
}

html > body > .component-featured-works .contain-gallery ul .item .content .tags {
    width: 35%;
    margin: 0 auto;
    padding: 2px 5px;
    border: 1px solid #ffffff;
}

html > body > .component-featured-works .contain-gallery ul .item .content .tags span {
    color: #ffffff;
    font-size: 0.85em;
    display: block;
}

html > body > .component-featured-works .contain-gallery ul .item .content .tags span.separator-tags {
    width: 30px;
    height: 1px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -10000px;
    background-color: #ffffff;
}

html > body > .component-why-choose {
    background-color: #ffffff;
}

html > body > .component-why-choose .container .row > div .description {
    margin-bottom: 30px;
}

html > body > .component-why-choose .container .row > div .description p {
    font-size: 1.1em;
    font-weight: 500;
}

html > body > .component-why-choose .container .row > div .description p span {
    color: #1998ff;
}

html > body > .component-why-choose .container .row > div .right > div {
    margin-bottom: 20px;
}

html > body > .component-why-choose .container .row > div .right > div:last-child {
    margin-bottom: 0;
}

html > body > .component-why-choose .container .row > div .right > div:hover .icon,
html > body > .component-why-choose .container .row > div .right > div:focus .icon {
    background: #1998ff;
}

html > body > .component-why-choose .container .row > div .right > div:hover .icon span,
html > body > .component-why-choose .container .row > div .right > div:focus .icon span {
    color: #ffffff;
}

html > body > .component-why-choose .container .row > div .right > div:hover .details h3,
html > body > .component-why-choose .container .row > div .right > div:focus .details h3 {
    color: #1998ff;
}

html > body > .component-why-choose .container .row > div .right > div .icon {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    text-align: center;
    color: #1998ff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #1998ff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

html > body > .component-why-choose .container .row > div .right > div .icon span {
    line-height: 28px;
}

html > body > .component-why-choose .container .row > div .right > div .icon span:before {
    font-size: 1em;
}

html > body > .component-why-choose .container .row > div .right > div .details {
    float: left;
    text-align: left;
}

html > body > .component-why-choose .container .row > div .right > div .details h3 {
    color: #000000;
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 5px 0;
}

html > body > .component-why-choose .container .row > div .right > div .details p {
    font-size: 1.1em;
    font-weight: 500;
}

html > body > .component-why-choose .container .row > div img {
    width: 100%;
}

html > body > .component-about-devices .container .row > div {
    float: none;
    margin: 0 auto;
    text-align: center;
}

html > body > .component-about-devices .container .row > div p {
    font-weight: 500;
    margin-bottom: 80px;
    color: #333333;
}

html > body > .component-about-devices .container .row > div.contain-devices {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

html > body > .component-about-devices .container .row > div.contain-devices img {
    max-width: 100%;
}

html > body > .component-navigation {
    overflow: visible;
    background: #ffffff;
    border-bottom: 1px solid #EE2531;
}

html > body > .component-navigation.fixed {
    top: 0;
    width: 100%;
    z-index: 10000;
    position: fixed;
}

html > body > .component-navigation.fixed.with-top-separator {
    top: 9px;
}

html > body > .component-navigation .container .navbar {
    margin: 0;
}

html > body > .component-navigation .container .navbar .navbar-header .navbar-toggle {
    margin-top: 1em;
    margin-right: 0;
    background: #EE2531;
}

html > body > .component-navigation .container .navbar .navbar-header .navbar-toggle:hover {
    background: rgba(0, 0, 0, 0.4);
}

html > body > .component-navigation .container .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
}

html > body > .component-navigation .container .navbar .navbar-header .logo {
    margin: 5px 0 0;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar {
    margin: 0;
    padding: 0;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li {
    display: inline-block;
    padding: 20px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.active,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.active,
html > body > .component-navigation .container .navbar .navbar-collapse .nav > li:hover,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li:hover {
    margin-top: 0;
    background: #fff8da;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.active > a,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.active > a,
html > body > .component-navigation .container .navbar .navbar-collapse .nav > li:hover > a,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li:hover > a {
    /*color: #1998ff;*/
    /*color: #666;*/
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown.open,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown.open {
    margin-top: -3px;
    padding-top: 22px;
    background: #ffffff;
    padding-bottom: 18px;
    border-bottom: 1px solid #1998ff;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown.open > a,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown.open > a {
    color: #1998ff;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown.open > a span,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown.open > a span {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown a,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown a {
    outline: none;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown a:focus,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown a:focus,
html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown a:hover,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown a:hover {
    background-color: transparent;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown a .caret,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown a .caret {
    margin-top: -2px;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown .dropdown-menu,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown .dropdown-menu {
    left: 0;
    padding: 10px;
    right: inherit;
    margin-top: 1px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown .dropdown-menu li,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown .dropdown-menu li {
    padding: 3px 0;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown .dropdown-menu li:hover a,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown .dropdown-menu li:hover a {
    color: #1998ff;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li.dropdown .dropdown-menu li a,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li.dropdown .dropdown-menu li a {
    text-transform: none;
}

html > body > .component-navigation .container .navbar .navbar-collapse .nav > li a,
html > body > .component-navigation .container .navbar .navbar-collapse .navbar > li a {
    padding: 0;
    color: #EE2531;
    font-size: 16px;
    line-height: 28px;
    text-shadow: none;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

html > body > .component-slider {
    background-color: #000000;
}

html > body > .component-slider .carousel {
    position: relative;
}

html > body > .component-slider .carousel.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

html > body > .component-slider .carousel.carousel-fade .carousel-inner .active {
    opacity: 1;
}

html > body > .component-slider .carousel.carousel-fade .carousel-inner .active.left,
html > body > .component-slider .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

html > body > .component-slider .carousel.carousel-fade .carousel-inner .next.left,
html > body > .component-slider .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

html > body > .component-slider .carousel.carousel-fade .carousel-control {
    z-index: 2;
}

html > body > .component-slider .carousel > .carousel-inner .item {
    min-height: 100%;
    background-size: cover;
    background-position: center center;
}

html > body > .component-slider .carousel > .carousel-inner .item .pattern-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../image/slider-patern-background.png) 0 0 repeat;
}

.redes_sociales {
    /*background-color: rgba(55, 191, 241, .4);*/
    padding: 10px;
    position: absolute;
    right: -180px;
}

.redes_sociales a {
    color: #FFF;
}

.redes_sociales a:hover {
    color: #38BFF0;
    text-shadow: none;
}

.redes_sociales li {
    float: left;
    font-size: 20px;
    margin: 0 10px;
}

.redes_sociales li img {
    width: 32px;
    height: auto;
}

.logo-slider {
    margin-top: 80px;
}

html > body > .component-slider .carousel .carousel-control.right,
html > body > .component-slider .carousel .carousel-control.left {
    z-index: 1;
    background-image: none;
}

html > body > .component-slider .carousel .glyphicon-chevron-left,
html > body > .component-slider .carousel .glyphicon-chevron-right {
    width: 50px;
    height: 50px;
    font-size: 12px;
    text-shadow: none;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
}

html > body > .component-slider .carousel .carousel-control:hover,
html > body > .component-slider .carousel .carousel-control:focus {
    color: #1998ff;
}

html > body > .component-slider .carousel .carousel-control:hover span,
html > body > .component-slider .carousel .carousel-control:focus span {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

html > body > .component-footer {
    background-color: #EE2531;
}

html > body > .component-footer .container > .row.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

html > body > .component-footer .container > .row.footer-row > div:first-child {
    align-self: center;
}

html > body > .component-footer .container > .row > div.clearfix {
    margin-bottom: 0;
    border-bottom: none;
}

html > body > .component-footer .container > .row > div .logo-contain .logo {
    margin-bottom: 0;
    width: 75%;
    height: auto;
}

html > body > .component-footer .container > .row > div > p {
    line-height: 23px;
    margin-bottom: 20px;
}

html > body > .component-footer .container > .row > div > p a {
    color: #FFF;
}

html > body > .component-footer .container > .row > div > p a:hover {
    text-decoration: underline;
}

html > body > .component-footer .container > .row > div .title-widget {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 15px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 8px;
    text-transform: uppercase;
}

html > body > .component-footer .container > .row > div p {
    margin: 0;
    font-size: 14px;
    color: #FFF;
}

html > body > .component-footer .container > .row > div ul li {
    font-size: 1em;
    font-weight: 500;
    color: #FFF;
}

html > body > .component-footer .container > .row > div.contact-us ul li {
    margin-bottom: 5px;
    font-size: 1.05em;
}

html > body > .component-footer .container > .row > div.contact-us ul li a {
    color: #FFF;
}

html > body > .component-footer .container > .row > div.contact-us ul li a:hover {
    text-decoration: underline;
}

html > body > .component-footer .container > .row > div.contact-us ul li:hover span {
    color: #CCC;
}

html > body > .component-footer .container > .row > div.contact-us ul li span {
    font-weight: 500;
}

html > body > .component-footer .container > .row > div .follow-us ul li {
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
}

html > body > .component-footer .container > .row > div .follow-us ul li:hover a {
    display: block;
}

html > body > .component-footer .container > .row > div .follow-us ul li:hover a span {
    color: #09F;
}

html > body > .component-footer .container > .row > div .follow-us ul li a {
    width: 100%;
    height: 100%;
}

html > body > .component-footer .container > .row > div .follow-us ul li a span {
    line-height: 30px;
    color: #FFF;
}

html > body > .component-footer .container > .row > div .follow-us ul li a img {
    width: 64px;
    height: auto;
}

html > body > .component-footer-bar {
    background-color: #ffffff;
}

html > body > .component-footer-bar .container {
    padding: 20px 0;
}

html > body > .component-footer-bar .container .row > div p {
    margin: 0;
    color: #555555;
    font-weight: 500;
    line-height: 2em;
    text-align: center;
    font-family: Arial, sans-serif;
}

html > body > .component-footer-bar .container .row > div p a,
html > body > .component-footer-bar .container .row > div p span {
    color: #1998ff;
}

.adjuntar {
    display:block;
    height:30px;
}

.contacto .contacto_img {
    width: 350px;
    height: auto;
    margin-bottom: 15px;
}

.contenido_home p, .contenido_home li:last-child {
    margin-bottom: 15px;
}

.contenido_home ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.contenido_home ul li i {
    margin-right: 5px;
}

h3.texto_productos,
.component-footer .title-widget > p {
    color: #FFF !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.bold {
    font-weight: bold;
}

.follow-us {
    margin-top: 20px;
}

.footer-row > div > p {
    padding-bottom: 10px;
}

.follow-us > ul {
    text-align: center;
}
