::selection {
  background: #1f7a8c !important; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #1f7a8c !important; /* Gecko Browsers */
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    color: #fff;
    background-color: #191919;
}

html {
    width: 100%;
    height: 100%;
}

iframe {
    border: 10px solid rgba(255,255,255,0.15);
    
	width: 100%;
    height: 100%;

    margin-top: 0px;
}

.form-control {
    background-color: transparent;
    margin: 15px 0px;
    color: #303030;
    font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

small {
    color: #1f7a8c !important;
}

.lead {
    font-weight: 400;
}

.copy li {
    font-size: 18px;
}

.row {
    padding: 15px 0px;
    margin-left:0px;
    margin-right:0px;
    /* display: table-cell; */
    /* vertical-align: middle; */
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Raleway', "Helvetica Neue", Helvetica,Arial,sans-serif;
    font-weight: 100
}

li {
    font-family: 'Raleway', "Helvetica Neue", Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 15px;
}

#registration li {
    /* font-size: 18px; */
}

.mobile .page-header {
    color:white;
    border-bottom:1px solid white !important;
}

.mobile-app{
    background: url('../images/iphone6-white-mockup.webp') no-repeat top center;
    background-size: 430px 800px;
    padding-bottom: 120px;
}

.mobile-iframe {
    height: 750px;
}

#calc_input_ul {
    padding-top: 19px;
}

#calc_input_ul input{background: transparent;color: #191919;border: 0px;border-bottom: 1px solid #191919;font-size: 27px;font-weight: 400;text-align: center;outline: 0px;}

#calc_input_ul input:focus{
    border-bottom:1px solid #1f7a8c;
}

#calc_input_ul p{
    font-weight: 400;
    font-size: 27px;
}

#yearly_sales p{

}

.modal-content {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog{
    margin: 18% auto;
}

@media(min-width:767px) {
    p {
        /* margin: 0 0 35px; */
        font-size: 18px;
        line-height: 1.6;
    }
}

a {
    color: #1f7a8c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: rgba(102, 175, 233, 0.75);
}

input {
    border-radius: 0px !important;
    color: black;
}

.light {
    font-weight: 400;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.top-nav-collapse .navbar-nav {
    padding-top: 7px;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-logo img {
    width: 136px;
    margin-top: 3px;
}

.navbar-custom .nav li a {
    font-size: 14px;
    background: #303030;
    border: 1px solid white;
    margin: 0px 9px;
    font-weight: 300;
    padding: 6px 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition-property: border, color;
    -webkit-transition-property: border, color;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -moz-transition-timing-function: easeIn, easeOut;
    -webkit-transition-timing-function: easeIn, easeOut;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a {
    outline: 0;
    color: white;
    border: 1px solid #1f7a8c;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: rgba(0,0,0,0.5);
    border-color: #1f7a8c;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 9px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    color: white;
    border:0px !important;
    background: #303030;
    margin: 0 !important;
}

::selection {
    background: transparent;
}

.tabs-left>.nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
float: none;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover, .tabs-left>.nav-tabs .active>a:focus {
border-color: #ddd transparent #ddd #ddd;
}

.tabs-left>.nav-tabs>li>a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
min-width: 74px;
margin-right: 0;
margin-bottom: 3px;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    div#carousel-example-generic {
        margin-top: -38px;
        margin-bottom: 23px;
    }
    h1#customization {
        margin-top: -18px;
        margin-left: 32px;
    }
    #customization_dash {
        font-size: 2em;
        font-weight: 300;
        margin-left: 35px;
    }
    h1#on_demand_head {
        margin-top: 15px;
    }
    #fulfillment_img_sect img {
        margin-top: 16px;
        margin-bottom: 28px;
    }
    #multiple_device_sect img {
        margin-top: 6px;
        margin-bottom: 35px;
    }
    h1#multiple_devices {
        margin-top: 41px;
    }
    #customization_article{   
        margin-left: -6px;
        padding-right: 0px;
        padding-left: 51px;
    }
    #customization_ul{
        margin-left: 14px;
    }
    
     .customization_ul{
        margin-left: 14px;
    }
    #calculator_head {
        margin-bottom: 50px;
        margin-top: 24px;
    }
    #calculator_content{
        margin-bottom: 14px;
    }
}

.panel-group .panel {
    border-radius: 0px;
    border: 0px;
}

.panel {
    background-color: black;
}

.panel-default>.panel-heading {
    background: rgba(0,0,0, 0.5);
    color: white;
    border-radius: 0px;
    border: 1px solid #1f7a8c;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.panel-title h4 {
    margin:0;
    color: white;
    text-align: center;
    font-weight: 200;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.panel-default>.panel-heading:hover {
    background: #1f7a8c;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

#accordion p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 200;
    padding: 50px 0;
}

.well {
    background-color: transparent;
    border:none;
}

.intro {
    position: relative;
    width: 100%;
    height: auto;
    /* padding: 100px 0; */
    text-align: right;
    color: #fff;
    /* background: url('../images/MappMockUp2.webp') no-repeat top center fixed; */
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
}

.banner .counter {
    font-size: 45px;
    font-weight: 500;
    margin-right: 3px;
    font-family: helvetica, sans-serif;
}

.percentage {
    font-size: 24px;
    font-weight: 300;
}

#banner {
    background: #1f7a8c;
    color: white !important;
    border: 0px;
}

#player,
#player-backend,
#player-frontend {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: right;
    color: #fff;
    background: url('../images/polygonBGblk.webp') no-repeat top center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#registration {
    /*display: table;*/
    width: 100%;
    height: 100%;
    color: white;
    background: url('../images/cover3.webp') no-repeat top center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#app-customization {
    /*display: table;*/
    width: 100%;
    height: 100%;
    padding: 100px 0;
    color: white;
    background: url('../images/polygonBGblk.webp') no-repeat top center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#privacy {
    /*display: table;*/
    width: 100%;
    padding: 100px 0;
    color: white;
    background: url('../images/polygonBGblk.webp') no-repeat top center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#privacy .container {
background: rgba(0,0,0,0.5);
}

#app-customization {
    height: auto;
}

#app-customization .row{
    margin-top: 39px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
}

#app-customization .img-responsive {
padding: 18px;
}

#registration {
    height:auto;
    min-height: 100%
    color: #fff;
    background: url('../images/crowd3.webp') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#player-backend {
    background: url('../images/polygonBGblk.webp') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#player-frontend {
    background: url('../images/polygonBGblk.webp') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.demo-app {
    width: 811px;
    height: 689px;
    border: 0px;
}

.nappy-app {
    height: 761px;
    border-right:5px solid;
    border-left:5px solid;
}

#loadImg {
    position:absolute;
    z-index:999;
    width: 100%;
    height: 100%;
}

#loadImg div{
    display:table-cell;
    width: 100%;
    height: 100%;
    background:#fff;
    text-align:center;
    vertical-align:middle;
}

.intro .intro-body {
    position: absolute;
    bottom: 4%;
    width: 100%;
}

.intro-caption {
    font-size: 15px;
    padding: 18px;
    margin-bottom: -90px;
    z-index: 1001;
}

.banner {
    background: white;
    position: relative;
    padding: 18px 15px;
    padding-top: 0px;
    color: #191919 !important;
    z-index: 500;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.banner h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
}

.banner .page-header {
    border-bottom: 1px solid #191919;
    margin-bottom: 50px;
}

.m-app_icon {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

.banner img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.media-right .glyphicon,
.media-left .glyphicon {
    padding: 3px;
    padding-top: 21px;
    font-size: 60px !important;
}

#banner1 .media-body {
    padding: 6px;
    font-size: 18px;
    font-weight: 400;
}

#banner1 {
    border-bottom: 0px solid #1f7a8c;
    border: 0px;
    padding-bottom:0px;
}

.media-heading {
    font-size: 27px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #eeeeee;
}

.media-body img {
    width: 75%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#banner1 .media {
    margin: 16px 0px 45px 0px;
}

#banner1 .glyphicon{
    font-size: 4em;
    margin-bottom: 25px;
    color: rgba(1,1,1,0.15);
    color: #1f7a8c;
}

.brand-heading {
    text-transform: none;
    font-weight: 700;
    margin: 9px 0px;
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.3);
    padding-bottom: 12px;
    margin-right: 6px;
    margin-left: 6px;
    text-shadow: 1px 1px 1px #191919;
}

.intro-buttons {
    text-align: center;
    margin-bottom: 12px;
    min-width: 200px;
}

.video-frame {
    position: relative;
    padding-bottom: 53%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-text {
    font-size: 25px;
}

.copy {
    padding-top: 50px;
}

.slidestyle {
    background: url('../images/browser.webp') no-repeat;
    background-size: 100% 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 31px 1px 0px 1px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding:0;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../images/download-bg.webp) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    border-radius: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid white;
    color: white;
    background-color: transparent;
    border-radius:0px;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #1f7a8c;
    outline: 0;
    color: white;
    background-color: transparent;
}

.btn-primary {
    border-radius: 0px !important;
    background-color: #191919 !important;
    border: 2px solid white;
}

.btn-primary:hover,
.btn-primary:focus {
    border: 2px solid #1f7a8c;
    /* transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); */ /* easeInOutQuint */
}

.btn-caution {
 
    border-radius: 0px !important;
    background-color: #48CF79 !important;
    color: white;
	border: 2px solid white;
}

.btn-caution:hover,
.btn-caution:focus {
    outline:0 !important;
    background-color: #30C767 !important;
    color: white;
}

.btn-danger {
    border: 1px solid #1f7a8c !important;
    border-radius: 0px !important;
    background-color: #1f7a8c !important;
    color: white;
}

.btn-danger:hover,
.btn-danger:focus {
    outline:0 !important;
    background-color: #1f7a8c !important;
    color: white;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.mobile {
    background: url('../images/extracolor5.webp') no-repeat top center fixed;
    background-size: contain;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .intro-caption {
        margin-bottom: 0px!important;
    }
    h1#sales_conversion_head {
        margin-top: 0px;
        text-align: center;
    }
    h1#on_demand_head {
        margin-top: 0px;
        text-align: center;
    }
    img#sales_conversion {
        margin-bottom: -40px;
        max-width: 110%!important;
        width: 107%;
        margin-right: -12px;
    }
    h1#multiple_devices {
        margin-top: -30px;
        text-align: center;
        margin-bottom: 25px;
    }
    h1#solutions {
        margin-top: -53px;
        text-align: center;
    }
    h1#customization {
        margin-top: 1px;
    }
    h1#cta_campaigns_head {
        margin-top: 4px;
        text-align: center;
    }
    article#cta_article {
        margin-bottom: -41px;
    }
    article#fulfillment_article {
        margin-bottom: -43px;
    }
    div#calculator_main p {
        margin-top: -23px;
    }
    .nav>li {
        margin-bottom: 5px;
    }
    a#built_in_austin img {
        margin-top: -77px;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control {
    text-shadow: 0px;
    display:none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel:hover .carousel-control {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/*
/
/About Page Layout
/
*/

.about {
    padding: 100px 0px;
    padding-bottom: 150px;
    background: url('../images/polygonBGblk.webp') fixed;
    height: 100%;
}

/*
/
/Contact Page Layout
/
*/

#contact {
    /* padding: 100px 0px; */
    background: url('../images/storm-wallpaper.webp') no-repeat center fixed;
    background-size: auto 100%;
    background-color: #303030;
}

/*
/
/ Footer Section Layout
/
*/

#footer {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 30px 15px;
    color: #303030;
    float: left;
}

#footer-dtps {
    width: 100%;
    height: auto;
 
  
   float: right
}


.footer-links a {
    font-size: 14px;
    color: #1f7a8c;
    font-weight: 300;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer-links a:hover {
    color: rgba(102, 175, 233, 0.75);
}

.footer-titles h3 {
    margin-bottom: 0px;
    font-weight: 300;
    border-bottom: 1px solid #303030;
    padding-bottom: 3px;
}

.legal {
    width: 100%;
    height: auto;
    background-color: #1f7a8c;
   margin-top: -19px;
    color: white;
    float: left;
}

.legal a {
    color: white;
}

/*
/
/ Documentation Page Layout
/
*/

.documentation a {
    padding-top: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.documentation h3 {
    margin-bottom: 15px;
}

.documentation i {
padding-bottom: 21px;
}

/*
/
/ Parallax Scrolling CSS
/
*/

#examples-1 {
    padding-top:75px;
    padding-bottom:75px;
    /* border-bottom: 6px solid #1f7a8c; */
}
#fly-it { position: relative; }
#scale-it { width: 500%; margin: 0px -200%; padding: 0; }

#examples-pin { position: relative; width: 100%; height: 100%; overflow: hidden; }
.pin-frame { position: absolute; width: 100%; height: 100%; overflow: hidden; padding-top: 150px; }
.pin-frame h2 { margin-top: 120px; }
#pin-frame-slide { background: transparent; margin-left:-100%; }
#pin-frame-wipe  { background: transparent; top:100%; }
#pin-frame-wipe h2  { color: #D92B00; }
#pin-frame-bounce  { background: #222438; }
#pin-frame-color  { background: #222438; }
#pin-frame-unpin  { top:100%; }

#examples-2 { z-index: 9999; width: 100%; height: 100%; overflow: hidden; }
#fling-it, #move-it { position: relative; }
#examples-parallax {
    padding-top: 200px;
    height: 800px;
    margin-bottom: -600px;
    overflow: hidden;
}

#parallax-it {
    padding: 0;
    font-size: 80px;
    position: relative;
}

#parallax-it-left {
    position: relative;
    font-size: 120px;
    left: -160px;
    color: #C5C3DE;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=5);
    overflow: hidden;
}

#parallax-it-right {
    position: relative;
    font-size: 160px;
    left: 80px;
    color: #C5C3DE;
    opacity: 0.25;
    -moz-opacity: 0.25;
    filter:alpha(opacity=2.5);
    overflow: hidden;
    width: 900px;
}

.counter.counter-wheel.counter-wheel-themed {
   background-color: transparent;
   border: #303030 solid 10px;
   color: white;
   width: 200px;
   padding: 65px;
   font-size: 27px;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 1em;
 }
 
 .counter.counter-wheel.counter-wheel-themed .counter-values {
   font-size: 42px;
   font-weight: bold;
   line-height: 1.2em;
 }
 
 .counter.counter-wheel.counter-wheel-themed .counter-separator {
   margin: 0 2px 0 3px;
 }

/*
/
/Contact Section Layout
/
*/
.contact {
    padding: 100px 0px;
    background: url('../images/world-map.webp') center;
    background-size: 100%;
    background-color: #303030;
    height: 100%;
}

/* 
/Headers
*/
div#partners {
    margin-top: -40px;
}
div#features {
    margin-top: -50px;
}
div#fb_page_fans {
    margin-bottom: 20px;
}
div#fb_page_reach {
    margin-bottom: 20px;
}
h1#cta_campaigns_head {
    margin-top: 4px;
}
div#calc_button button {
    width: 270px;
    margin-top: -27px;
    margin-bottom: -22px;
}
h1#solutions {
    margin-top: -39px;
}
a#choose_solution {
    margin-top: -30px;
    margin-bottom: 2px;
}
img#sales_conversion {
    width: 109%;
    max-width: 120%;
    margin-top: -33px;
    margin-bottom: -32px;
}
#typeform-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-top: 15px;
}
.pricing__item {
    cursor: pointer;
}
img#zyx_logo {
    margin-top: -36px;
    margin-bottom: 13px;
}
h1#sales_conversion_head {
    margin-top: 38px;
}
div#email_subscribe {
    padding: 0px;
}
.form-group {
    width: 100%;
    margin-top: -19px;
}



.cover-content { position:relative;
  
  width: 100%;
  height: auto;

  z-index: 2;
 
  text-shadow: 1px 2px 1px #262626;
  color: #ffffff;
}
.cover-content .logo {
  padding-top: 6em;
  width: 40%;
  max-width: 320px;
  height: auto;
}
.cover-content .banner {
  width: 100%;
  background: rgba(58, 181, 74, 0.2);
  padding: 20px 0;
  text-align: center;
  margin-top: 6em;
}
.cover-content .banner h1 {
  font-size: 50px;
  margin: 0;
}
.cover-content .banner h3 {
  font-size: 17px;
  margin: 0 auto;
  color: #ffffff;
  max-width: 1022px;
}
.cover-content h3,
.cover-content p {
  text-align: center;
}
.cover-content h3 {
  margin: 2em 0 0.5em;
}
.cover-content a {
  color: #ffffff;
}



#footer-d{
	width:100%;
	height:70px;
	background-position:top;
	background-image:url(../img/fondo-footer-d.webp); background-repeat: no-repeat;	
	margin-top: -46px;
	z-index: 998;
	position: relative;
	text-align: center;
}

#DtPs
	{
	width:100%;
	height: auto;
    min-height: 22300px;
	padding-bottom: 20px;
	background-position:top;	
	background-image:url(../img/degradado-1.webp); 
	background-repeat: repeat-y;	
	z-index: 998;
	position: relative;
	color: aliceblue;
	text-decoration: none;
	margin-top: -20px;	
		
}
	
	#DtPs-c
	{
	width:100%;
	z-index: 9998;
	position: relative;
	color: aliceblue;
	text-decoration: none;
		padding-left: 40px;
		padding-right: 40px;
	font-size: 1.3em;	
		height: auto;
	padding-bottom: 20px;
}
	
	#DtPs a {color: aqua}
	#DtPs-c a {color: aqua}
	
	#DtPs-1
	{
	width:28%;
	padding-left: 10em;
	
	float: left;
text-align: left;
	
}
	#DtPs-2
	{
	width:22%; 
padding-left: 10em;
	float: left;
text-align: left;	
}
	
	#DtPs-3
	{
	width:50%; 
padding-left: 10em;
		padding-right: 10em;
	float: right;
	text-align: left;
}
	#DtPs-4
	{
	width:50%;
	padding-left: 2em;
	
	float: left;

	
}
	
	#DtPs-5
	{
	width:50%; 
padding-left: 2em;
	float: right;
	
}
	#DtPs-4 ul a {color: floralwhite}
	#DtPs-5 ul a {color: floralwhite}

#copyr{
	
	width:100%;
	height:60px;
	background-position:center;
	background-image:url(../images/fondo-copyr.webp);	
	margin-top: -10px;
	z-index: 9999;
	position: relative;
}
#copyr .copyr-created{
	float: center;
	clear: both;
	padding-top: -15px;
	font-size: 16px;
	color: white;
	
}	
.logo-copyr{

	padding-top: 5px;
	
	margin-left: 13px; width:35px; 
}	

.color1 {
	color: violet;
	font-weight: 800;
	font-size: 1.5em;
	text-shadow: -2px -2px 1px #000;
}
.color2 {
	color: blue;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.color3 {
	color: orange;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color4 {
	color: green;
	font-weight: 500;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color5 {
	color: red;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color6 {
	color: yellow;
	font-weight: 300;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color7 {
	color: #09d2f6;
	font-weight: 500;
	font-size: 1.7em;
	text-shadow: -2px -2px 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 2px 2px 2px #000;
}
.color8 {
	color: #11e534;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color9 {
	color: blue;
	font-weight: 400;
	font-size: 1.6em;
	text-shadow: -1px -1px 1px #e5c511, 1px -1px 1px #e5c511, -1px 1px 1px #e5c511, 1px 1px 1px #e5c511;
}
.color10 {
	color: red;
	font-weight: 900;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color11 {
	color: green;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
	

.color12 {
	color: blueviolet;
	font-weight: 200;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color13 {
	color: darkblue;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color14 {
	color: orangered;
	font-weight: 400;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color15 {
	color: greenyellow;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color16 {
	color: darkred;
	font-weight: 600;
	font-size: 1.2em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color17 {
	color: greenyellow;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color18 {
	color: orangered;
	font-weight: 800;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color19 {
	color: #ddd;
	font-weight: 700;
	font-size: 1.5em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color20 {
	color: yellowgreen;
	font-weight: 900;
	font-size: 1.6em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color21 {
	color: mediumpurple;
	font-weight: 700;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}


.color22 {
	color: orangered;
	font-weight: 100;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color23 {
	color: darkgreen;
	font-weight: 200;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color24 {
	color: darkred;
	font-weight: 300;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color25 {
	color: lightyellow;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color26 {
	color: mediumpurple;
	font-weight: 500;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color27 {
	color: darkred;
	font-weight: 600;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color28 {
	color: blue;
	font-weight: 700;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #e5d911, 1px -1px 1px #e5d911, -1px 1px 1px #e5d911, 1px 1px 1px #e5d911;
}
.color29 {
	color: grey;
	font-weight: 800;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color30 {
	color: black;
	font-weight: 900;
	font-size: 1.5em;
	text-shadow: -1px -1px 1px #57e511, 1px -1px 1px #57e511, -1px 1px 1px #57e511, 1px 1px 1px #57e511;
}
.color31 {
	color: #4774EF;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}

.color32 {
	color: #4c280f;
	font-weight: 200;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color33 {
	color: #e87511;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color34 {
	color: #E8E71D;
	font-weight: 400;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color35 {
	color: #f95602;
	font-weight: 500;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color36 {
	color: #843511;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color37 {
	color: orangered;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color38 {
	color: lightskyblue;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color39 {
	color: hotpink;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color40 {
	color: maroon;
	font-weight: 900;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color41 {
	color: #e5d911;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}	
	

.color42 {
	color: #e51120;
	font-weight: 200;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color43 {
	color: #dd11e5;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color44 {
	color: #4311e5;
	font-weight: 800;
	font-size: 1.5em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color45 {
	color: #118ee5;
	font-weight: 500;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color46 {
	color: #a02d96;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color47 {
	color: #11e5bb;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color48 {
	color: #DCDCDC;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color49 {
	color: #34e511;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color50 {
	color: #e5cf11;
	font-weight: 900;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color51 {
	color: #e57511;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
	

.color52 {
	color: #0072c6;
	font-weight: 200;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	
}
.color53 {
	color: #781606;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color54 {
	color: #003f49;
	font-weight: 400;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color55 {
	color: #00adc6;
	font-weight: 500;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color56 {
	color: #e0ed44;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color57 {
	color: #D44C17;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
	
}
.color58 {
	color: #848205;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #06780e, 1px -1px 1px #06780e, -1px 1px 1px #06780e, 1px 1px 1px #06780e;
}
.color59 {
	color: #b59b0c;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color60 {
	color: #9b301c;
	font-weight: 900;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color61 {
	color: #9e2387;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}


.color62 {
	color: #003f77 ;
	font-weight: 200;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color63 {
	color: #0BE9A1;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color64 {
	color: #80CAF8;
	font-weight: 400;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color65 {
	color: #D32CAE;
	font-weight: 500;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color66 {
	color: #CCE0EA;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color67 {
	color: #D44C17;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color68 {
	color: #eee;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color69 {
	color: #ddd;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color70 {
	color: #17CFD8;
	font-weight: 900;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #f6091f, 1px -1px 1px #f6091f, -1px 1px 1px #f6091f, 1px 1px 1px #f6091f;
}
.color71 {
	color: #4774EF;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
	

.color72 {
	color: #ddd;
	font-weight: 200;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color73 {
	color: #0BE9A1;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color74 {
	color: #80CAF8;
	font-weight: 400;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color75 {
	color: #D32CAE;
	font-weight: 500;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color76 {
	color: #CCE0EA;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color77 {
	color: #D44C17;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color78 {
	color: #eee;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color79 {
	color: #ddd;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color80 {
	color: #17CFD8;
	font-weight: 900;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color81 {
	color: #4774EF;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
	.color83 {
	color: #4774EF;
	font-weight: 700;
	font-size: 1.4em;
		text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}	
	
.color83 {
	color: #0BE9A1;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color84 {
	color: #80CAF8;
	font-weight: 400;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color85 {
	color: #D32CAE;
	font-weight: 500;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color86 {
	color: #CCE0EA;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color87 {
	color: #D44C17;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color88 {
	color: #aaba0a;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color89 {
	color: #ddd;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color90 {
	color: #17CFD8;
	font-weight: 900;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color91 {
	color: #4774EF;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
	

.color92 {
	color: #ddd;
	font-weight: 200;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color93 {
	color: #0BE9A1;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color94 {
	color: #80CAF8;
	font-weight: 400;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color95 {
	color: #D32CAE;
	font-weight: 500;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color96 {
	color: #CCE0EA;
	font-weight: 600;
	font-size: 1.1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color97 {
	color: #D44C17;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color98 {
	color: #eee;
	font-weight: 800;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color99 {
	color: #ddd;
	font-weight: 400;
	font-size: 1em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color100 {
	color: #17CFD8;
	font-weight: 900;
	font-size: 1.7em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.color101 {
	color: #4774EF;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}		




#copyr .copyr-created{
	float: center;
	clear: both;
	padding-top: 10px;
	font-size: 16px;
	color: white;
	
}	
.logo-copyr{

	padding-top: 1px;
	
	margin-left: 13px; width:30px; 
}	

.style20 {
		font-size: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		color:#800000;
}
.style21 {
		font-size: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		color:#939191;
}

.izquierda{
 text-align: left;
    
}

.verde{
	color:#1f7a8c;
	
}