@import'fonts.css';
nav#top {
    padding:0 30px;
    background-color:#004B8D;
    position:relative;
    z-index:99999;
}
@media screen and (max-width:992px) {
    nav#top {
        padding:0 20px;
    }
}
@media screen and (max-width:517px) {
    nav#top {
        padding:0 10px;
    }
}
nav#top li {
    margin-left:20px;
}
@media screen and (max-width:992px) {
    nav#top li {
        margin-left:10px;
    }
}
@media screen and (max-width:517px) {
    nav#top li {
        margin-left:5px;
    }
}
nav#top li a {
    font-family:'Roboto Condensed Bold';
    font-size:18px;
    color:#fff;
    padding-top:12px;
    border-radius:0;
}
@media screen and (max-width:992px) {
    nav#top li a {
        font-size:17px;
    }
}
@media screen and (max-width:517px) {
    nav#top li a {
        font-size:14px;
    }
}
@media screen and (max-width:385px) {
    nav#top li a {
        font-size:13px;
    }
    nav#top li:last-child a {
        padding-left:0;
    }
    nav#top .dropdown-menu li:last-child a {
        padding-left:20px !important;
    }
}
nav#top li a:hover, nav#top li a:active {
    background-color:transparent;
    text-decoration:underline;
    outline:none;
    box-shadow:none;
    background:transparent;
}
nav#top li a:focus, nav#top li a:visited {
    text-decoration:none;
    outline:none;
    box-shadow:none;
    background:transparent;
}
nav#top li.border-left {
    padding-top:10px;
    padding-bottom:10px;
}
nav#top li.border-left a {
    border-left:1px solid #fff;
    padding-top:2px;
    padding-bottom:0;
    padding-left:32px;
}
@media screen and (max-width:992px) {
    nav#top li.border-left a {
        padding-left:20px;
    }
}
@media screen and (max-width:517px) {
    nav#top li.border-left a {
        padding-left:15px;
        padding-right:8px;
    }
}
nav#top .dropdown {
    margin-left:10px;
    margin-right:-5px;
}
@media screen and (max-width:992px) {
    nav#top .dropdown {
        margin-right:5px;
    }
}
nav#top .dropdown-toggle {
    background:#fff !important;
    color:#004B8D;
    padding-left:15px;
    padding-right:15px;
    padding-top:2px;
    padding-bottom:3px;
    margin-top:9px;
    text-decoration:none !important;
}
nav#top .dropdown-menu {
    border-radius:0;
    border:0;
    padding-top:0;
}
nav#top .dropdown-menu li {
    margin-left:0
}
nav#top .dropdown-menu li a {
    color:#004B8D;
    font-size:14px;
    font-family:'Roboto';
}
nav#top .dropdown-menu li img {
    height:15px;
    margin-top:-2px;
    margin-right:5px;
}
nav#top li.login {
    padding-top:10px;
    padding-bottom:10px;
    margin-right:0px;
}
@media screen and (max-width:767px) {
    nav#top li.login {
        margin-right:-10px;
    }
}
@media screen and (max-width:517px) {
    nav#top li.login {
        margin-right:0px;
    }
}
nav#top li.login a {
    background:#fff;
    color:#004B8D;
    padding-left:25px;
    padding-right:25px;
    padding-top:2px;
    padding-bottom:3px;
    margin-top:-1px;
}
@media screen and (max-width:517px) {
    nav#top li.login a {
        padding-left:10px;
        padding-right:10px;
    }
}
nav#top li.login a:hover {
    text-decoration:none;
}
nav#top li a.content-image {
    padding-left:0px;
    padding-right:0px;
    margin-top:-1px;
}
nav#top li a img {
    width:auto;
    height:20px;
}
@media screen and (max-width:385px) {
    nav#top li a img {
        height:14px;
    }
}
@media screen and (max-width:347px) {
    nav#top li a img {
        height:12px;
    }
}
nav#top input {
    border-radius:0px;
    border:0;
    margin-top:-1px;
    font-family:'Roboto';
}
nav.navbar-default {
    background-color:#FFD200;
    border:0;
    height:80px;
    border-bottom:1px solid #fff;
    margin-bottom:0px;
    position:relative;
    z-index:999;
}
@media screen and (max-width:767px) {
    nav.navbar-default {
        height:72px;
    }
}
@media screen and (max-width:992px) {
    nav.navbar-default .content-fluid {
        padding-left:0;
        padding-right:0;
    }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
}
@media screen and (max-width:767px) {
    .navbar-default .navbar-collapse {
        background-color:#FFD200;
    }
    .navbar-default .navbar-collapse ul {
        margin-bottom:0;
    }
    .navbar-default .navbar-collapse ul li {
        border-bottom:1px solid #fff;
        padding-bottom:10px;
        padding-top:20px;
        padding-left:10px;
    }
    .navbar-default .navbar-collapse ul li:hover {
        background-color:#004B8D;
    }
    .navbar-default .navbar-collapse ul li a {
        border-left:0;
        font-size:22px;
    }
    .navbar-default .navbar-collapse ul li:hover a {
        color:#fff !important;
        text-decoration:none;
    }
}
.navbar-toggle {
    margin-right:10px;
    margin-top:18px;
}
@media screen and (max-width:767px) {
    .navbar-toggle {
        margin-right:0;
    }
}
.navbar-default .navbar-toggle {
    border:0;
    outline:none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#EE3124;
    width:31px;
    height:4px;
    border-radius:5px;
}
.navbar-form.navbar-left {
    width:50%;
    display:block;
    float:none;
    margin-left:auto;
    margin-right:auto;
}
.navbar-form.navbar-left input {
    border-radius:0px;
    border:0;
    margin-top:-1px;
    font-family:'Roboto';
}
nav.navbar-default img {
    height:67px;
    margin-left:30%;
    margin-top:-8px
}
@media screen and (max-width:992px) {
    nav.navbar-default img {
        margin-left:0;
    }
}
@media screen and (max-width:767px) {
    nav.navbar-default img {
        height:60px;
    }
}
@media screen and (max-width:385px) {
    nav.navbar-default img {
        height:45px;
        margin-top:0;
    }
}
nav.navbar-default li {
    padding-top:27px;
}
nav.navbar-default li:first-child a {
    border-left:0;
}
nav.navbar-default li a {
    text-transform:uppercase;
    font-family:'Roboto Condensed Bold';
    font-size:18px;
    color:#EE3124 !important;
    border-left:1px solid #EE3124;
    height:28px;
    line-height:1px;
    padding-left:23px;
    padding-right:23px;
}
@media screen and (max-width:992px) {
    nav.navbar-default li a {
        font-size:17px;
        padding-left:9px;
        padding-right:9px;
    }
}
nav.navbar-default li a:hover, nav.navbar-default li a:active {
    background-color:transparent;
    text-decoration:underline;
    outline:none;
    box-shadow:none;
}
nav.navbar-default li a:focus, nav.navbar-default li a:visited {
    text-decoration:none;
    outline:none;
    box-shadow:none;
}
#social {
    height:135px;
    position:fixed;
    width:45px;
    top:50%;
    margin-top:-65px;
    left:0;
    z-index:99;
}
@media screen and (max-width:992px) {
    #social {
        display:none;
    }
}
#social img {
    display:block;
    float:left;
    width:35px;
    position:relative;
}
#social-mobile {
    height:45px;
    position:absolute;
    width:180px;
    top:150px;
    right:5px;
}
@media screen and (max-width:767px) {
    #social-mobile {
        top:130px;
        width:127px;
    }
}
#social-mobile img {
    display:inline-block !important;
    float:left !important;
    height:30px !important;
    width:auto !important;
    margin:0 1px !important
}
@media screen and (max-width:767px) {
    #social-mobile img {
        height:25px !important;
        margin:0 1px !important;
    }
}
section#home {
    background-color:#FFD200;
    background-repeat:no-repeat;
    background-position:top left !important;
    background-size:auto 100% !important;
    width:100%;
    min-height:100vh;
    margin-top:-129px;
}
section#home .visible-xs {
    background-color:#FFD200;
    background-repeat:no-repeat;
    background-position:bottom left !important;
    background-size:100% auto !important;
    padding-top:120px;
}
section#home .visible-sm img {
    float:right;
    width:45%;
    margin-top:80px;
    margin-bottom:60px;
    margin-right:10px;
}
@media screen and (max-width:992px) {
    section#home {
        min-height:auto;
        padding-bottom:30px;
        background-image:url() !important;
    }
}
section#home img {
    width:55%;
    display:block;
    float:none;
    margin:150px auto 5%;
}
@media screen and (max-width:992px) {
    .only-big-screen img {
        display:none !important;
    }
}
section#home .content-form {
    background-color:#edeeee;
    display:table;
    width:80%;
    float:none;
    margin:30px auto;
    padding:15px;
    font-family:'Roboto Condensed';
    font-size:18px;
}
@media screen and (max-width:992px) {
    section#home .content-form.margin-top-0 {
        margin-top:0;
    }
}
@media screen and (max-width:767px) {
    section#home .col-md-6 {
        padding:0;
    }
    section#home .content-form {
        width:100%;
        margin:0;
    }
}
section#home .content-form label {
    display:block;
    float:left;
    width:100%;
    color:#EE3124;
    font-family:'Roboto Condensed';
    margin-bottom:15px;
    font-weight:normal;
    font-size:20px;
}
section#home .content-form input {
    border:0;
    height:40px;
    width:100%;
    margin-bottom:5px;
    padding-left:10px;
    outline:none;
    font-family:'Roboto';
}
section#home .content-form button {
    border:0;
    height:40px;
    width:100%;
    background-color:#004B8D;
    color:#fff;
    font-family:'Roboto Condensed Bold';
    text-transform:uppercase;
    font-size:18px;
}
@media screen and (max-width:1270px) {
    section#home .content-form button {
        font-size:15px;
    }
}
section#home .content-form button.bottom {
    margin-top:45px;
}
section#steps {
    background-color:#004B8D;
    width:100%;
    min-height:350px;
    padding:80px 0 70px;
    display:block;
    text-align:center;
}
section#steps h3 {
    /* background-color:#EE3124; */
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:90px;
    font-size:90px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
}
@media screen and (max-width:992px) {
    section#steps h3 {
        line-height:60px;
        font-size:70px;
    }
}
section#steps h3 img {
    width:auto;
    height:95px;
    margin-left:-20px;
    margin-top:-20px;
}
@media screen and (max-width:992px) {
    section#steps h3 img {
        height:70px;
        margin-left:-15px;
        margin-top:-12px;
    }
}
section#steps h4 {
    background-color:#EE3124;
    color:#fff;
    text-transform:uppercase;
    font-size:60px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    font-family:'Roboto Condensed Bold';
    line-height:50px;
}
@media screen and (max-width:992px) {
    section#steps h4 {
        font-size:40px;
        line-height:40px;
    }
}
@media screen and (max-width:767px) {
    section#steps h4 {
        margin-left:15px;
        margin-right:15px;
    }
}
section#steps h5 {
    /*background-color:#EE3124;*/
    color:#fff;
    text-transform:uppercase;
    font-size:60px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    font-family:'Roboto Condensed Bold';
    line-height:50px;
}
@media screen and (max-width:992px) {
    section#steps h5 {
        font-size:40px;
        line-height:40px;
    }
}
@media screen and (max-width:767px) {
    section#steps h5 {
        margin-left:15px;
        margin-right:15px;
    }
}
section#steps h5 img {
    width:auto;
    height:95px;
    margin-left:-20px;
    margin-top:-20px;
}
@media screen and (max-width:992px) {
    section#steps h5 img {
        height:70px;
        margin-left:-15px;
        margin-top:-12px;
    }
}
section#steps h1 {
    /*background-color:#EE3124;*/
    color:#fff;
    text-transform:uppercase;
    font-size:60px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    font-family:'Roboto Condensed Bold';
    line-height:50px;
}
@media screen and (max-width:992px) {
    section#steps h1 {
        font-size:40px;
        line-height:40px;
    }
}
@media screen and (max-width:767px) {
    section#steps h1 {
        margin-left:15px;
        margin-right:15px;
    }
}
section#steps h1 img {
    width:auto;
    height:95px;
    margin-left:-20px;
    margin-top:-20px;
}
@media screen and (max-width:992px) {
    section#steps h1 img {
        height:70px;
        margin-left:-15px;
        margin-top:-12px;
    }
}
section#steps .step img {
    width:120px;
    margin:60px auto 30px;
    position:relative;
    z-index:3;
}
section#steps .step h5 {
    color:#FFD200;
    font-family:'Roboto Condensed Bold';
    font-size:40px;
}
@media screen and (max-width:992px) {
    section#steps .step h5 {
        font-size:30px;
        margin-bottom:0;
    }
}
section#steps .step h2 {
    color:#FFD200;
    font-family:'Roboto Condensed Bold';
    font-size:40px;
}
@media screen and (max-width:992px) {
    section#steps .step h2 {
        font-size:30px;
        margin-bottom:0;
    }
}
section#steps .step p {
    color:#fff;
    font-family:'Roboto';
    font-size:18px;
    padding:15px 18%;
    margin-bottom:0;
}
@media screen and (max-width:992px) {
    section#steps .step p {
        padding:5px 18%;
        font-size:16px;
    }
}
section#steps .line {
    width:70%;
    height:2px;
    background-color:#EE3124;
    position:relative;
    left:50%;
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    top:120px;
}
@media screen and (max-width:767px) {
    section#steps .line {
        display:none;
    }
}
section#what {
    background-color:#FFD200;
    width:100%;
    min-height:350px;
    padding:80px 0 70px;
    display:block;
    text-align:center;
}
section#what h3 {
    /* background-color:#EE3124; */
    color: #EE3124;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
}
section#what h2 {
    text-align:left;
    font-family:'Roboto';
    font-size:35px;
    margin-top:80px;
    list-style:none;
    padding-left:25px;
}
@media screen and (max-width:992px) {
    section#what h3 {
        line-height:50px;
        font-size:40px;
    }
}
section#what h1 {
    /*background-color:#EE3124;*/
    color:#EE3124;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
}
@media screen and (max-width:992px) {
    section#what h1 {
        line-height:50px;
        font-size:40px;
    }
}
@media screen and (max-width:767px) {
    section#what h3 {
        line-height:40px;
        font-size:30px;
    }
}
section#what ul {
    text-align:left;
    font-family:'Roboto';
    font-size:35px;
    margin-top:80px;
    list-style:none;
    padding-left:25px;
}
@media screen and (max-width:992px) {
    section#what ul {
        font-size:27px;
        margin-top:40px;
    }
}
@media screen and (max-width:767px) {
    section#what ul {
        font-size:24px;
    }
}
section#what ul li {
    padding-left:30px;
    position:relative;
}
@media screen and (max-width:992px) {
    section#what ul li {
        padding-left:15px;
    }
}
@media screen and (max-width:767px) {
    section#what ul li {
        padding-left:10px;
    }
}
section#what ul li:before {
    content:'';
    display:inline-block;
    height:25px;
    width:25px;
    background:url('../img/Home-18.png') center center no-repeat;
    background-size:100%;
    position:absolute;
    left:-20px;
    top:16px;
}
@media screen and (max-width:992px) {
    section#what ul li:before {
        height:20px;
        width:20px;
        top:10px;
    }
}
@media screen and (max-width:767px) {
    section#what ul li:before {
        height:17px;
        width:17px;
        top:9px;
    }
}
section#how .step p {
    padding-left:150px;
    text-align:justify;
}
@media screen and (max-width:767px) {
    section#how.int {
        padding:40px 0 30px;
    }
}
section#how h3 {
    background-color:#EE3124;
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
    margin-bottom:90px;
}
@media screen and (max-width:992px) {
    section#how h3 {
        line-height:50px;
        font-size:40px;
        margin-bottom:70px;
    }
}
@media screen and (max-width:767px) {
    section#how h3 {
        line-height:40px;
        font-size:30px;
    }
}
section#how h4 {
    color:#EE3124;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
    margin-bottom:90px;
}
@media screen and (max-width:992px) {
    section#how h4 {
        line-height:50px;
        font-size:40px;
        margin-bottom:70px;
    }
}
@media screen and (max-width:767px) {
    section#how h4 {
        line-height:40px;
        font-size:30px;
    }
}
section#how h1 {
    /*background-color:#EE3124*/
    color:#EE3124;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:40px;
    /* text-transform:uppercase; */
    text-align:center;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
    /* margin-bottom:90px; */
}
@media screen and (max-width:992px) {
    section#how h1 {
        line-height:50px;
        font-size:40px;
        margin-bottom:70px;
    }
}
@media screen and (max-width:767px) {
    section#how h1 {
        line-height:40px;
        font-size:30px;
    }
}
section#how .step {
    text-align:left;
    font-family:'Roboto';
    font-size:18px;
    margin-bottom:50px;
}
@media screen and (max-width:992px) {
    section#how .step {
        font-size:16px;
    }
}
section#how .step:last-child {
    margin-bottom:0px;
}
section#how .step p {
    padding-left:150px;
}
@media screen and (max-width:992px) {
    section#how .step p {
        padding-left:110px;
    }
}
@media screen and (max-width:767px) {
    section#how .step p {
        padding-left:0;
    }
    section#how .step p.first {
        padding-left:55px;
        font-size:15px;
    }
}
section#how .step p span {
    color:#EE3124;
    font-size:40px;
    font-family:'Roboto Condensed Bold';
    line-height:0;
}
section#how .step p span#s {
    color:#EE3124;
    font-size:30px;
    font-family:'Roboto Condensed Bold';
    line-height:0;
}
section#how .step p.blue span {
    color:#004B8D;
}
@media screen and (max-width:992px) {
    section#how .step p span {
        font-size:30px;
    }
}
@media screen and (max-width:767px) {
    section#how .step p span {
        font-size:25px;
    }
}
section#how .step img {
    display:block;
    float:left;
    width:120px;
   /* margin-top:-25px;*/
}
section#how .step img#profile {
    width:150px;
    height:150px;
    border-radius:150px;
    display:block;
    margin-right: 15px;
}
@media screen and (max-width:992px) {
    section#how .step img {
        width:90px;
    }
}
@media screen and (max-width:767px) {
    section#how .step img {
        width:45px;
        margin-top:-20px;
    }
}
section#ready {
    background-color:#FFD200;
    width:100%;
    min-height:350px;
    padding:80px 0 70px;
    display:block;
    text-align:center;
}
section#ready h3 {
    /* background-color:#EE3124; */
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
}
@media screen and (max-width:992px) {
    section#ready h3 {
        line-height:50px;
        font-size:40px;
    }
}
@media screen and (max-width:767px) {
    section#ready h3 {
        line-height:40px;
        font-size:30px;
    }
}
section#ready h2 {
    text-align:left;
    font-family:'Roboto';
    font-size:35px;
    margin-top:80px;
    list-style:none;
    padding-left:25px;
}
/* section#ready h2 {
    background-color:#EE3124;
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
}
@media screen and (max-width:992px) {
    section#ready h2 {
        line-height:50px;
        font-size:40px;
    }
}
@media screen and (max-width:767px) {
    section#ready h2 {
        line-height:40px;
        font-size:30px;
    }
} */
section#ready h1 {
    /* background-color:#EE3124; */
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
}
@media screen and (max-width:992px) {
    section#ready h1 {
        line-height:50px;
        font-size:40px;
    }
}
@media screen and (max-width:767px) {
    section#ready h1 {
        line-height:40px;
        font-size:30px;
    }
}
section#ready p {
    font-family:'Roboto';
    font-size:18px;
    margin-top:80px;
}
@media screen and (max-width:992px) {
    section#ready p {
        font-size:16px;
        margin-top:50px;
    }
}
section#ready a {
    color:#EE3124
}
section#ready a.big {
    background-color:#EE3124;
    border:0;
    outline:none;
    color:#fff;
    font-family:'Roboto Condensed Bold';
    font-size:22px;
    padding:10px 20px;
    margin-top:30px;
    text-transform:uppercase;
    display:inline-block;
}
@media screen and (max-width:992px) {
    section#ready a.big {
        font-size:19px;
        padding:10px 20px;
        margin-top:20px;
    }
}
@media screen and (max-width:767px) {
    section#ready a.big {
        font-size:16px;
        padding:7px 15px;
        margin-top:20px;
    }
}
section#ready a.big:hover {
    text-decoration:none;
}
section#prices {
    background-color:#004B8D;
    width:100%;
    min-height:350px;
    padding:80px 0 70px;
    display:block;
    text-align:center;
}
section#prices h3 {
    /*background-color:#EE3124;*/
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:0;
    padding:0 50px;
    margin-bottom:80px;
}
@media screen and (max-width:992px) {
    section#prices h3 {
        line-height:50px;
        font-size:40px;
        margin-bottom:60px;
    }
}
@media screen and (max-width:767px) {
    section#prices h3 {
        line-height:40px;
        font-size:30px;
    }
}
section#prices .item {
    text-align:left;
}
section#prices .item h4 {
    font-family:'Roboto Condensed Bold';
    font-size:40px;
    color:#fff;
}
@media screen and (max-width:992px) {
    section#prices .item h4 {
        font-size:30px;
    }
}
@media screen and (max-width:767px) {
    section#prices .item h4 {
        font-size:25px;
    }
}
section#prices .item h4 img {
    width:80px;
    display:inline-block;
    margin-top:-25px;
    margin-right:15px;
}
section#prices .item:first-child img {
    width:60px;
}
@media screen and (max-width:992px) {
    section#prices .item h4 img {
        width:55px;
        margin-top:-25px;
        margin-right:15px;
    }
    section#prices .item:first-child img {
        width:40px;
    }
}
section#prices .item p {
    font-family:'Roboto';
    font-size:18px;
    color:#fff;
    margin-top:10px;
    text-align:justify;
}
@media screen and (max-width:992px) {
    section#prices .item p {
        font-size:16px;
        margin-top:15px;
    }
}
section#prices .item:first-child {
    padding-right:10%;
    border-right:1px solid #fff;
}
section#prices .item:last-child {
    padding-left:10%;
}
@media screen and (max-width:767px) {
    section#prices .item:first-child {
        border-right:0;
        padding-right:15px;
    }
    section#prices .item:last-child {
        padding-left:15px;
        margin-top:60px;
    }
}
section#prices .background-red {
    /*background-color:#EE3124;*/
    color:#fff;
    margin-top:40px;
    font-family:'Roboto Condensed Bold';
    font-size:20px;
    padding:30px;
}
@media screen and (max-width:992px) {
    section#prices .background-red {
        margin-top:30px;
        font-size:18px;
        padding:25px;
    }
}
section#prices a {
    background-color:#EE3124;
    border:0;
    outline:none;
    color:#fff;
    font-family:'Roboto Condensed Bold';
    font-size:22px;
    padding:10px 20px;
    margin-top:30px;
    text-transform:uppercase;
    display:inline-block;
}
@media screen and (max-width:992px) {
    section#prices a {
        font-size:19px;
        padding:10px 20px;
        margin-top:20px;
    }
}
section#prices a:hover {
    text-decoration:none;
}
@media screen and (max-width:767px) {
    section#prices h3 {
        line-height:40px;
        font-size:30px;
    }
}
section#prices h1 {
    /*background-color:#EE3124*/
    color:#EE3124;
    font-family:'Roboto Condensed Bold';
    line-height:70px;
    font-size:50px;
    text-transform:uppercase;
    text-align:center;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
    margin-bottom:80px;
}
section#others {
    background-color:#FFD200;
    width:100%;
    min-height:350px;
    padding:80px 0 70px;
    display:block;
    text-align:center;
}
@media screen and (max-width:767px) {
    section#others {
        padding-bottom:30px;
    }
}
section#others h3 {
   /* background-color:#EE3124; */
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:80px;
    padding:0 50px;
}
@media screen and (max-width:992px) {
    section#others h3 {
        line-height:50px;
        font-size:40px;
        margin-bottom:10px;
    }
}
@media screen and (max-width:767px) {
    section#others h3 {
        line-height:40px;
        font-size:30px;
    }
}
@media screen and (max-width:767px) {
    section#others h3 {
        margin-bottom:50px;
    }
}
section#others .row {
    margin-bottom:40px;
}
@media screen and (max-width:767px) {
    section#others .row {
        margin-bottom:0;
    }
}
section#others .item {
    text-align:left;
}
@media screen and (max-width:767px) {
    section#others .item {
        margin-bottom:40px;
    }
}
section#others .item h4 {
    font-family:'Roboto Condensed Bold';
    font-size:40px;
    color:#EE3124;
}
@media screen and (max-width:992px) {
    section#others .item h4 {
        font-size:30px;
        margin-bottom:10px;
    }
}
@media screen and (max-width:767px) {
    section#others .item h4 {
        font-size:25px;
    }
}
section#others .item h4 img {
    height:40px;
    display:inline-block;
    margin-top:-25px;
    margin-right:15px;
}
@media screen and (max-width:992px) {
    section#others .item h4 img {
        height:35px;
    }
}
section#others .item h1 {
    font-family:'Roboto Condensed Bold';
    font-size:40px;
    color:#EE3124 !important;
}
@media screen and (max-width:992px) {
    section#others .item h1 {
        font-size:30px;
        margin-bottom:10px;
    }
}
@media screen and (max-width:767px) {
    section#others .item h1 {
        font-size:25px;
    }
}
section#others .item h1 img {
    height:40px;
    display:inline-block;
    margin-top:-25px;
    margin-right:15px;
}
@media screen and (max-width:992px) {
    section#others .item h1 img {
        height:35px;
    }
}
section#others .item h2 {
    font-family:'Roboto Condensed Bold';
    font-size:40px;
    color:#EE3124
}
@media screen and (max-width:992px) {
    section#others .item h2 {
        font-size:30px;
        margin-bottom:10px;
    }
}
@media screen and (max-width:767px) {
    section#others .item h2 {
        font-size:25px;
    }
}
section#others .item h2 img {
    height:40px;
    display:inline-block;
    margin-top:-25px;
    margin-right:15px;
}
@media screen and (max-width:992px) {
    section#others .item h2 img {
        height:35px;
    }
}
section#others .item p {
    font-size:18px;
    font-family:'Roboto';
    text-align:justify;
}
@media screen and (max-width:992px) {
    section#others .item p {
        font-size:16px;
    }
}
section#others .item a {
    color:#EE3124;
}
section#news {
    width:100%;
    min-height:150px;
    padding:80px 0 0;
    display:block;
    text-align:center;
}
@media screen and (max-width:992px) {
    section#news {
        padding:40px 0 0;
    }
}
section#news h3 {
    background-color:#EE3124;
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    padding:0 50px;
}
@media screen and (max-width:992px) {
    section#news h3 {
        line-height:50px;
        font-size:40px;
    }
}
@media screen and (max-width:767px) {
    section#news h3 {
        line-height:40px;
        font-size:30px;
    }
}
section#news article {
    display:block;
    width:100%;
    min-height:450px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-top:80px;
    position:relative;
}
@media screen and (max-width:767px) {
    section#news article {
        display:none;
    }
}
@media screen and (max-width:992px) {
    section#news article {
        margin-top:40px;
    }
}
section#news article p {
    font-size:40px;
    font-family:'Roboto';
    color:#fff;
    position:absolute;
    bottom:15px;
    left:5%;
    padding-right:5%;
}
@media screen and (max-width:992px) {
    section#news article p {
        font-size:30px;
    }
}

/* Nueva seccion */
section#howcontent .step p {
    padding-left:150px;
    text-align:justify;
}
@media screen and (max-width:767px) {
    section#howcontent.int {
        padding:40px 0 30px;
    }
}
section#howcontent h3 {
    background-color:#EE3124;
    color:#fff;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
    margin-bottom:90px;
}
@media screen and (max-width:992px) {
    section#howcontent h3 {
        line-height:50px;
        font-size:40px;
        margin-bottom:70px;
    }
}
@media screen and (max-width:767px) {
    section#howcontent h3 {
        line-height:40px;
        font-size:30px;
    }
}
section#howcontent h4 {
    color:#EE3124;
    font-family:'Roboto Condensed Bold';
    line-height:80px;
    font-size:60px;
    text-transform:uppercase;
    display:inline-block;
    margin-top:0px;
    margin-bottom:0;
    padding:0 50px;
    margin-bottom:90px;
}
@media screen and (max-width:992px) {
    section#howcontent h4 {
        line-height:50px;
        font-size:40px;
        margin-bottom:70px;
    }
}
@media screen and (max-width:767px) {
    section#howcontent h4 {
        line-height:40px;
        font-size:30px;
    }
}
section#howcontent h1 {
    color: #EE3124;
    font-family: 'Roboto Condensed Bold';
    line-height: 80px;
    font-size: 40px;
    /* text-transform: uppercase; */
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0;

    /* color: #EE3124;
    font-family:'Roboto Condensed Bold';
    line-height:0px;
    font-size:40px;
    /* text-transform:uppercase; */
    /* text-align:center;
    display:inline-block; */
    /* margin-top:0px; */
    /* margin-bottom:0;
    padding:0 50px;
    margin-bottom:60px;  */
}

@media screen and (max-width:992px) {
    section#howcontent h1 {
        line-height:50px;
        font-size:40px;
        margin-bottom:70px;
    }
}
@media screen and (max-width:767px) {
    section#howcontent h1 {
        line-height:40px;
        font-size:30px;
    }
}
/* @media screen and (max-width:992px) {
    section#howcontent h1 {
        font-size: 25px;
    }
}
@media screen and (max-width:767px) {
    section#howcontent h1 {
        font-size:25px;
    }
} */
section#howcontent h2 {
    color: #EE3124;
    font-size: 40px;
    font-family: 'Roboto Condensed Bold';
    /* line-height: 0; */
    display:inline-block;
    /* margin-top:0px; */
    margin-bottom:0;
    padding:0 50px;
    /* margin-bottom:90px; */
}

@media screen and (max-width:992px) {
    section#howcontent h2 {
        font-size: 25px;
    }
}
@media screen and (max-width:767px) {
        section#howcontent h2 {
            font-size:25px;
        }
}

/* @media screen and (max-width:448px) {
    section#howcontent h2 {
        line-height:0px;
        font-size:15px;
    }
} */
section#howcontent h2 img {
    display:block;
    float:left;
    width:120px;
   /* margin-top:-25px;*/
}
section#howcontent .step {
    text-align:left;
    font-family:'Roboto';
    font-size:18px;
    margin-bottom:50px;
}
@media screen and (max-width:992px) {
    section#howcontent .step {
        font-size:16px;
    }
}
section#howcontent .step:last-child {
    margin-bottom:0px;
}
section#howcontent .step p {
    padding-left:150px;
}
@media screen and (max-width:992px) {
    section#howcontent .step p {
        padding-left:110px;
    }
}
@media screen and (max-width:767px) {
    section#howcontent .step p {
        padding-left:0;
    }
    section#howcontent .step p.first {
        padding-left:55px;
        font-size:15px;
    }
}
section#howcontent .step p span {
    color:#EE3124;
    font-size:40px;
    font-family:'Roboto Condensed Bold';
    line-height:0;
}
section#howcontent .step p span#s {
    color:#EE3124;
    font-size:30px;
    font-family:'Roboto Condensed Bold';
    line-height:0;
}
section#howcontent .step p.blue span {
    color:#004B8D;
}
@media screen and (max-width:992px) {
    section#contenido .step p span {
        font-size:30px;
    }
}
@media screen and (max-width:767px) {
    section#howcontent .step p span {
        font-size:25px;
    }
}
section#howcontent .step img {
    display:block;
    float:left;
    width:120px;
}
section#howcontent .step img#profile {
    width:150px;
    height:150px;
    border-radius:150px;
    display:block;
    margin-right: 15px;
}
@media screen and (max-width:992px) {
    section#howcontent .step img {
        width:90px;
    }
}
@media screen and (max-width:767px) {
    section#howcontent .step img {
        width:45px;
        margin-top:-20px;
    }
}
/* fin nueva seccion */

.slide-news {
    margin-left:80px;
    margin-right:80px;
}
@media screen and (max-width:767px) {
    .slide-news {
        margin-left:50px;
        margin-right:50px;
        margin-top:-25px !important;
    }
}
.slide-news button {
    position:absolute;
    width:60px;
    height:60px;
    top:50%;
    margin-top:-30px;
    outline:none;
}
@media screen and (max-width:767px) {
    .slide-news button {
        width:45px;
        height:45px;
        margin-top:-23px;
    }
}
.slide-news button.slick-prev {
    border:0;
    background:url('../img/Home-23.png') center center no-repeat;
    background-size:100%;
    left:-80px;
}
@media screen and (max-width:767px) {
    .slide-news button.slick-prev {
        left:-50px;
    }
}
.slide-news button.slick-next {
    border:0;
    background:url('../img/Home-24.png')center center no-repeat;
    background-size:100%;
    right:-80px;
}
@media screen and (max-width:767px) {
    .slide-news button.slick-next {
        right:-50px;
    }
}
.slide-news {
    margin-top:20px;
    margin-bottom:30px;
}
.slide-news .slick-slide {
    padding:10px;
    outline:none !important;
}
.slide-news .slick-slide:focus, .slide-news .slick-slide img:focus, .slide-news .slick-slide p:focus, .slide-news .slick-slide a:focus, .slide-news .slick-slide img:active, .slide-news .slick-slide p:active, .slide-news .slick-slide a:active, .slide-news .slick-slide img:visited, .slide-news .slick-slide p:visited, .slide-news .slick-slide a:visited, .slide-news .slick-slide img:hover, .slide-news .slick-slide p:hover, .slide-news .slick-slide a:hover {
    outline:none !important;
    border:0 !important;
    box-shadow:none !important;
}
.slide-news .slick-slide img {
    width:100%;
    margin-bottom:10px;
    outline:none !important;
}
.slide-news .slick-slide p {
    outline:none !important;
}
.slide-news .slick-slide a {
    font-size:18px;
    font-family:'Roboto';
    color:#333;
}
@media screen and (max-width:992px) {
    .slide-news .slick-slide a {
        font-size:16px;
    }
}
.slide-news .slick-slide a:hover {
    text-decoration:none;
}
section#links {
    background-color:#FFD200;
    width:100%;
    min-height:150px;
    padding:60px 0 50px;
    display:block;
}
@media screen and (max-width:992px) {
    section#links .row div:last-child {
        margin-top:30px;
        border-top:1px solid #EE3124;
        padding-top:30px;
    }
}
@media screen and (max-width:767px) {
    section#links {
        padding-left:10%;
        padding-right:10%;
    }
    section#links .row div {
        margin-top:30px;
        border-bottom:1px solid #EE3124;
        padding-bottom:30px;
    }
    section#links .row div:first-child {
        margin-top:0;
    }
    section#links .row div:last-child {
        border:0;
        padding-bottom:0;
        padding-top:0;
    }
}
section#links ul {
    padding-left:0;
    list-style:none;
}
section#links ul li {
    margin-bottom:10px;
}
section#links ul li a {
    color:#EE3124;
    font-size:22px;
    font-family:'Roboto';
}
@media screen and (max-width:992px) {
    section#links ul li a {
        font-size:18px;
    }
}
section#links p {
    font-family:'Roboto';
    font-size:15px;
    margin-bottom:0;
}
@media screen and (max-width:992px) {
    section#links p {
        font-size:16px;
    }
}
section#payment {
    background-color:#fff;
    width:100%;
    min-height:150px;
    padding:40px 0;
    display:block;
}
section#payment img {
    display:block;
    float:none;
    margin:0 auto;
    width:50%;
}
@media screen and (max-width:992px) {
    section#payment img {
        width:60%;
    }
}
@media screen and (max-width:767px) {
    section#payment img {
        width:80%;
    }
}
footer {
    background-color:#004B8D;
    width:100%;
    min-height:150px;
    padding:60px 0 20px;
    display:block;
    text-align:center;
}
footer img {
    height:100px;
    margin-bottom:25px;
}
footer p, footer small {
    color:#fff;
    font-family:'Roboto';
    font-size:18px;
}
@media screen and (max-width:992px) {
    footer p {
        font-size:16px;
    }
}
footer small {
    font-size:14px;
}
@media screen and (max-width:992px) {
    footer small {
        font-size:12px;
    }
}
footer a.button {
    background-color:#fff;
    color:#EE3124;
    display:inline-block;
    padding:15px 5%;
    font-family:'Roboto Bold';
    font-size:30px;
    margin-top:20px;
    margin-bottom:40px;
}
@media screen and (max-width:992px) {
    footer a {
        font-size:20px;
        padding:10px 5%;
        margin-top:15px;
        margin-bottom:35px;
    }
}
footer a:hover {
    color:#EE3124;
    text-decoration:none;
}
.background-yellow {
    background-color:#FFD200;
}
.form-center-center {
    position:absolute;
    top:50%;
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    margin-top:50px;
    width:100%;
}
.custom-form {
    background-color:#edeeee;
    padding:20px 20px 30px;
}
@media screen and (max-width:992px) {
    .custom-form:not(.two-columns) {
        background-color:transparent;
    }
}
.header-form {
    padding:0;
}
.header-form h3 {
    background-color:#004B8D;
    display:inline-block;
    color:#fff;
    font-family:'Roboto Bold';
    text-transform:uppercase;
    line-height:33px;
    padding:3px 20px;
    font-size:35px;
    margin-bottom:20px;
    margin-top:40px;
}
.header-form p {
    font-family:'Roboto';
    margin-bottom:40px;
}
@media screen and (max-width:767px) {
    .header-form p {
        padding:0 15px;
    }
}
.custom-form h2 {
    background-color:#004B8D;
    display:inline-block;
    color:#fff;
    font-family:'Roboto Bold';
    text-transform:uppercase;
    line-height:22px;
    padding:3px 15px;
    font-size:22px;
    margin-bottom:40px;
    margin-top:0;
}
@media screen and (max-width:992px) {
    .custom-form h2 {
        margin-left:20%;
    }
    .custom-form.two-columns h2 {
        margin-left:5%;
        margin-right:5%;
    }
}
@media screen and (max-width:767px) {
    .custom-form h2 {
        margin-left:10%;
    }
    .custom-form.two-columns h2 {
        margin-left:0;
    }
}
h2.black {
    background-color:transparent;
    display:inline-block;
    font-family:'Roboto Bold';
    text-transform:uppercase;
    line-height:22px;
    padding:3px 15px;
    font-size:22px;
    margin-bottom:40px;
    margin-top:40px;
    color:#333;
}
@media screen and (max-width:992px) {
    h2.black {
        margin-left:0;
    }
}
@media screen and (max-width:767px) {
    h2.black {
        margin-left:0;
    }
}
.custom-form form {
    padding:0 15%;
    display:table;
    width:100%;
}
.custom-form.two-columns form {
    padding:0 10%;
}
@media screen and (max-width:992px) {
    .custom-form form {
        padding:0 20%;
    }
    .custom-form.two-columns form {
        padding:0 5%;
    }
}
@media screen and (max-width:767px) {
    .custom-form form {
        padding:0 10%;
    }
    .custom-form.two-columns form {
        padding:0;
    }
}
.custom-form form h4 {
    color:#EE3124;
    font-family:'Roboto';
    text-transform:uppercase;
}
.custom-form form label {
    font-family:'Roboto Bold';
    font-size:16px;
}
@media screen and (max-width:992px) {
    .custom-form form label {
        display:none;
    }
    .custom-form form .multiselect-container label {
        display:block !important;
    }
    .custom-form form .radio label, .custom-form form .checkbox label {
        display:block !important;
    }
}
.custom-form form .checkbox label {
    font-size:14px;
}
@media screen and (max-width:992px) {
    .custom-form form .checkbox label {
        display:block !important;
    }
}
.custom-form form label span {
    color:#EE3124;
}
.custom-form form input {
    border-radius:0;
    outline:none;
    border:0;
    box-shadow:none !important;
    font-family:'Roboto';
}
.custom-form form input.inline, .custom-form form select.inline {
    width:auto;
    display:inline-block;
    margin-left:10px;
}
.custom-form form input[type="number"] {
    width:70px;
    display:inline-block;
    margin-left:10px;
}
.custom-form form .radio {
    display:inline-block;
    float:left;
    margin-right:15px;
    margin-top:5px;
}
.custom-form form textarea {
    resize:none;
    height:100px;
    border:0;
}
.custom-form form select {
    background-color:#fff;
    outline:none;
    border:0;
    height:34px;
    width:100%;
}
.custom-form form button {
    border-radius:0;
    outline:none;
    border:0;
    box-shadow:none !important;
    font-family:'Roboto Bold';
    color:#fff;
    background-color:#EE3124;
    text-transform:uppercase;
    padding:5px 15px;
    margin-bottom:20px;
    margin-top:15px;
    font-size:18px;
}
.custom-form form button.blue {
    background-color:#004B8D
}
.custom-form form button:nth-child(2) {
    margin-right:15px;
}
@media screen and (max-width:992px) {
    .custom-form form button {
        margin-top:25px;
        float:none !important;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
    .custom-form form button:nth-child(2) {
        margin-right:auto;
    }
}
.custom-form form button:hover {
    color:#fff;
}
.custom-form form a.blue {
    font-family:'Roboto';
    color:#004B8D;
    display:block;
    float:right;
    text-align:right;
    width:100%;
}
.custom-form form a.red {
    text-decoration:underline;
    color:#EE3124;
    display:inline-block;
    font-family:'Roboto Bold';
    font-size:16px;
    width:auto;
    float:auto;
    text-align:left;
}
@media screen and (max-width:992px) {
    .custom-form form a.blue {
        text-align:center;
    }
}
.table-responsive {
    border:0;
}
.custom-form table {
    width:calc(100% - 15px);
    width:-webkit-calc(100% - 15px);
    width:-moz-calc(100% - 15px);
    margin-left:15px;
}
@media screen and (max-width:767px) {
    .custom-form table {
        margin-left:0px;
    }
}
.custom-form table thead {
    color:#fff;
    font-family:'Roboto Bold';
    font-size:15px;
    background:#004B8D;
    padding:10px 0;
}
.custom-form table thead th {
    padding:2px 10px;
    border-left:1px solid #fff;
}
.custom-form table tbody tr td {
    font-family:'Roboto Bold';
    font-size:15px;
    padding:2px 10px;
}
.custom-form table tbody tr:first-child td {
    padding-top:30px
}
.custom-form table tbody tr:nth-child(odd) {
    background:#f3f6f9;
}
.custom-form table tbody tr:nth-child(even) {
    background:#cedce9;
}
#user-menu {
    display:block;
    float:left;
    width:100%;
    height:60px;
    background-color:#FFD200;
    position:relative;
}
#user-menu .toggle-menu {
    width:60px;
    height:60px;
    background-color:#004B8D;
    display:block;
    float:left;
}
@media screen and (max-width:767px) {
    #user-menu .toggle-menu {
        width:40px;
        height:40px;
        border-radius:100%;
        background-color:#FFD200;
        position:absolute;
        top:40px;
        box-shadow:3px 2px 5px rgba(0, 0, 0, 0.2);
        z-index:99;
        left:10px;
        text-align:center;
    }
    #user-menu .toggle-menu:before {
        content:"\e250";
        display:inline-block;
        font-family:'Glyphicons Halflings';
        font-style:normal;
        font-weight:400;
        text-align:center;
        font-size:15px;
        color:#004B8D;
        line-height:2.8;
    }
    #user-menu .toggle-menu.active:before {
        content:"\e251";
    }
}
#user-menu .toggle-menu span {
    display:block;
    float:left;
    width:40px;
    height:3px;
    background-color:#fff;
    margin-bottom:10px;
    margin-left:10px;
}
#user-menu .toggle-menu span:first-child {
    margin-top:15px
}
@media screen and (max-width:767px) {
    #user-menu .toggle-menu span {
        display:none;
    }
}
#user-menu h3 {
    color:#EE3124;
    display:inline-block;
    float:left;
    margin-left:15px;
    font-family:'Roboto Bold';
    text-transform:uppercase;
    font-size:22px;
}
@media screen and (max-width:767px) {
    #user-menu h3 {
        margin-left:75px;
        font-size:18px;
    }
}
#user-menu img {
    height:50px;
    margin-top:6px;
}
@media screen and (max-width:767px) {
    #user-menu img {
        position:absolute;
        left:0;
        height:60px;
        margin-top:0;
    }
}
#user-menu a.logout {
    color:#EE3124;
    display:inline-block;
    float:right;
    margin-left:15px;
    font-family:'Roboto Bold';
    text-transform:uppercase;
    position:relative;
    top:20px;
    font-size:16px;
    margin-right:15px;
}
#user-menu ul.items {
    padding-left:0;
    list-style:none;
    background-color:#FFD200;
    position:absolute;
    z-index:98;
    top:60px;
    max-width:100%;
    -ms-transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#user-menu ul.items.active {
    -ms-transform:translateX(0%);
    -webkit-transform:translateX(0%);
    transform:translateX(0%);
}
#user-menu ul li {
    border-bottom:1px solid #fff;
    padding:15px;
}
#user-menu ul li:hover {
    background-color:#004B8D;
}
#user-menu ul li:last-child {
    border-bottom:0;
}
#user-menu ul li a {
    color:#EE3124;
    font-family:'Roboto Bold';
    font-size:18px;
}
#user-menu ul li:hover a {
    color:#fff;
    text-decoration:none;
}
.without-background {
    background-color:transparent;
}
.without-background form {
    padding:0 !important;
}
ul.user-info {
    padding-left:0;
    list-style:none;
    display:table;
    margin-bottom:20px;
}
ul.user-info li {
    display:block;
    float:left;
    width:100%;
    font-size:16px;
    font-family:'Roboto';
}
ul.user-info li span {
    display:inline-block;
    float:left;
    width:50%;
    padding:8px 10px;
}
ul.user-info li span:first-child {
    text-align:right;
    font-family:'Roboto Bold';
}
ul.user-info li span:nth-child(2) {
    color:;
}
ul.user-info li span select {
    background-color:#edeeee;
}
@media screen and (max-width:992px) {
    ul.user-info li span {
        text-align:left;
        width:auto;
        padding:8px 0 8px 15px;
    }
    ul.user-info li span:first-child {
        text-align:left;
    }
}
ul.user-info li span input[type="text"], ul.user-info li span input[type="email"], ul.user-info li span input[type="date"] {
    width:100%;
    background-color:#edeeee;
    padding:5px 10px;
    margin-top:-5px;
    font-family:'Roboto';
}
ul.user-info li span input[type="text"].small, ul.user-info li span input[type="email"].small {
    width:30px;
    display:inline-block;
    padding:5px;
}
ul.user-info li span input[type="text"].medium, ul.user-info li span input[type="email"].medium {
    width:50px;
    display:inline-block;
    padding:5px;
}
ul.user-info li span .radio {
    display:inline-block;
    float:left;
    margin:5px 20px 5px 0;
}
@media screen and (max-width:992px) {
    ul.user-info.with-inputs li span {
        width:100%;
    }
    ul.user-info.with-inputs li span:first-child {
        display:none;
    }
    ul.user-info.with-inputs li:last-child span:first-child, ul.user-info.with-inputs li:nth-last-child(2) span:first-child {
        display:block;
    }
    ul.user-info li span .radio label {
        display:block !important;
    }
}
#status {
    display:block;
    float:left;
    width:100%;
    margin-bottom:20px;
    position:relative;
    margin-top:-25px;
}
#status .circle {
    display:block;
    width:70px;
    height:70px;
    background-position:center center;
    background-size:auto 100%;
    background-repeat:no-repeat;
}
@media screen and (max-width:767px) {
    #status .circle {
        width:50px;
        height:50px;
    }
    #status .circle-1 {
        left:20px !important;
    }
    #status .circle-3 {
        right:20px !important;
    }
}
#status .circle-1 {
    position:absolute;
    left:-10px;
    background-image:url('../img/barra (5).png');
}
#status .circle:before {
    display:block;
    bottom:-25px;
    font-family:'Roboto Bold';
    position:absolute;
    font-size:14px;
    text-transform:uppercase;
    text-align:center;
    width:130px;
    margin-left:-30px;
}
@media screen and (max-width:767px) {
    #status .circle:before {
        margin-left:-40px;
    }
}
#status .circle-1:before {
    content:"Cuéntanos";
}
#status .circle-2 {
    position:relative;
    float:none;
    margin:auto;
    background-image:url('../img/barra (6).png');
}
#status .circle-2:before {
    content:"Estudio";
}
#status .circle-3 {
    position:absolute;
    right:-10px;
    top:0;
    background-image:url('../img/barra (4).png');
}
#status .circle-3:before {
    content:"Visa Aprobada";
}
#status .circle-1.active {
    background-image:url('../img/barra (2).png');
    cursor:pointer;
}
#status .circle-2.active {
    background-image:url('../img/barra (3).png');
    cursor:pointer;
}
#status .circle-3.active {
    background-image:url('../img/barra (1).png');
    cursor:pointer;
}
#status .line {
    display:block;
    position:absolute;
    left:0;
    top:25px;
    width:100%;
    background-color:#808285;
    height:20px;
}
@media screen and (max-width:767px) {
    #status .line {
        height:10px;
        top:20px;
        margin-left:20px;
        width:calc(100% - 40px);
        width:-webkit-calc(100% - 40px);
        width:-moz-calc(100% - 40px);
    }
}
#status .line.complete {
    display:block;
    height:20px;
    background-color:#004b8d;
    left:0;
}
@media screen and (max-width:767px) {
    #status .line.complete {
        height:10px;
        top:20px;
    }
}
#status .line.step-1.complete {
    width:110px;
}
#status .line.step-2.complete {
    width:62%;
}
#status .line.step-3.complete {
    width:100%;
}
#status .line.complete:before {
    display:block;
    content:"";
    height:20px;
    width:60px;
    right:-59px;
    position:absolute;
    background:url('../img/RECTANGULO.png') right top no-repeat;
}
@media screen and (max-width:767px) {
    #status .line.complete:before {
        height:10px;
    }
}
#status .line.complete.step-3:before {
    display:none;
}
#cd-timeline {
    margin-top:30px;
    position:relative;
    top:-70px;
    max-height:1000px;
    width:100%;
    overflow-y:scroll;
}
.cd-timeline-content h2 {
    font-family:'Roboto Bold' !important;
    font-size:18px;
}
.cd-timeline-content p {
    font-family:'Roboto' !important;
    font-size:14px;
    line-height:1.3;
    display:table;
    word-break:break-all;
}
.cd-timeline-content .cd-read-more {
    background-color:#004b8d;
    font-family:'Roboto Bold' !important;
    font-size:12px;
    padding:5px 15px;
    float:right;
}
.cd-timeline-content .cd-read-more:hover {
    text-decoration:none;
}
.cd-timeline-content .cd-date {
    color:#004b8d;
    font-family:'Roboto Bold' !important;
    font-size:16px;
    opacity:1;
}
.cd-timeline-content.important {
    background:#a7a7a7;
}
.cd-timeline-content.important h2, .cd-timeline-content.important p {
    color:#fff;
}
.cd-timeline-block .cd-timeline-content p img {
    display:inline-block;
    margin:5px 5px 0 0;
    float:left;
    height:50px;
    width:auto;
}
#chat {
    background-color:#edeeee;
    padding:50px 0 30px;
}
#chat img {
    width:60px;
}
#chat h3 {
    font-family:'Roboto Bold';
    font-size:16px;
    margin-top:0;
    margin-bottom:20px;
}
#chat .content-textarea {
    width:-webkit-calc(100% - 100px);
    width:-moz-calc(100% - 100px);
    width:calc(100% - 100px);
    float:right;
    position:relative;
}
#chat .content-textarea textarea {
    width:100%;
    height:200px;
    border:0;
    outline:none;
    box-shadow:0;
    resize:none;
    padding:10px 15px;
}
#chat .content-textarea:before {
    content:"";
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:10px;
    left:-25px;
    border-style:solid;
    border-width:15px 25px 15px 0;
    border-color:transparent #fff transparent transparent;
}
#chat button#send-chat {
    border-radius:0;
    outline:none;
    border:0;
    box-shadow:none !important;
    font-family:'Roboto Bold';
    color:#fff;
    text-transform:uppercase;
    padding:3px 10px;
    margin-bottom:20px;
    margin-top:210px;
    font-size:16px;
    background-color:#004B8D;
}
@media screen and (max-width:992px) {
    #chat button#send-chat {
        display:block;
        float:none;
        margin:0 auto;
    }
}
#chat form {
    border:2px dashed #808285;
    width:100%;
    height:200px;
    position:relative;
}
#chat .dz-default.dz-message {
    width:100%;
    height:200px;
    position:absolute;
    cursor:pointer;
    z-index:4;
    top:0;
}
#chat .dz-default.dz-message span {
    color:transparent;
}
#chat .custom-message {
    width:100%;
    height:162px;
    text-align:center;
    font-family:'Roboto';
    font-size:14px;
    color:#808285;
    margin-top:38px;
}
#chat .custom-message p {
    margin-bottom:0;
}
#chat .custom-message span {
    display:inline-block;
    padding:5px 15px;
    background-color:#ee3124;
    color:#fff;
    margin:15px 0;
    cursor:pointer;
    position:relative;
    z-index:2;
}
#chat .dz-preview {
    display:inline-block;
    float:left;
}
#chat .dz-size, #chat .dz-details, #chat .dz-error-message, #chat .dz-error-mark, #chat .dz-success-mark {
    display:none;
}
#chat .dz-preview img {
    height:60px;
    width:auto;
    margin-right:10px;
    margin-top:5px;
}
@media screen and (max-width:992px) {
    #chat .col-md-10.col-md-offset-1 .col-md-5 {
        display:table;
        width:100%;
        margin-bottom:30px;
    }
}
.overlay-popup {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.6);
    z-index:999999;
    display:none;
}
.content-popup {
    position:relative;
    top:50%;
    left:50%;
    width:40%;
    max-height:90%;
    background-color:#fff;
    text-align:justify;
    overflow-y:auto;
    z-index:999999;
    -ms-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    border:8px solid #004B8D;
}
.overlay-popup a {
    border-radius:0;
    outline:none;
    border:0;
    box-shadow:none !important;
    font-family:'Roboto Bold';
    color:#fff;
    text-transform:uppercase;
    padding:5px 15px;
    margin-bottom:20px;
    margin-top:15px;
    font-size:18px;
    background-color:#004B8D;
}
.overlay-popup a:hover {
    color:#fff;
}
.overlay-popup a.no-background {
    background-color:#fff;
}
@media screen and (max-width:1170px) {
    .content-popup {
        width:60%;
    }
}
@media screen and (max-width:767px) {
    .content-popup {
        width:85%;
    }
}
.content-popup i {
    position:absolute;
    right:0px;
    top:0px;
    color:#004B8D;
    cursor:pointer;
    padding:10px;
    font-size:15px;
}
.content-popup h2 {
    display:inline-block;
    color:#fff;
    background-color:#004B8D;
    font-family:'Roboto';
    text-transform:uppercase;
    padding:5px 15px;
    margin-top:35px;
    margin-left:25px;
    margin-right:25px;
    font-size:25px;
}
.content-popup .content-text {
    font-family:'Roboto';
    font-size:16px;
    padding:0 25px;
    margin-top:20px;
    margin-bottom:30px;
}
.number-visas {
    display:none;
}
.btn-group, .multiselect.dropdown-toggle {
    width:100%;
}
.multiselect.dropdown-toggle {
    background:#fff;
    margin-top:0;
    color:#999999;
    font-family:'Roboto';
    font-size:14px;
    text-align:left;
}
.multiselect.dropdown-toggle:hover {
    color:#999999;
}
.multiselect.dropdown-toggle b {
    float:right;
    margin-top:9px;
}
.multiselect-container li label {
    font-family:'Roboto';
    font-size:15px;
}
.multiselect-container {
    margin-top:-20px;
    border:0;
}
.multiselect-container>.active>a, .multiselect-container>.active>a:focus, .multiselect-container>.active>a:hover {
    background-color:#edeeee;
    color:#333;
}
.multiselect-selected-text {
    text-transform:none;
}
#status-signup {
    display:block;
    float:left;
    width:100%;
    margin-bottom:80px;
    position:relative;
}
#status-signup .line {
    display:block;
    position:absolute;
    left:0;
    top:25px;
    width:100%;
    background-color:#edeeee;
    height:20px;
    border-radius:5px;
}
@media screen and (max-width:767px) {
    #status-signup .line {
        height:10px;
        top:20px;
        margin-left:20px;
        width:calc(100% - 40px);
        width:-webkit-calc(100% - 40px);
        width:-moz-calc(100% - 40px);
    }
}
#status-signup .line.complete {
    display:block;
    height:20px;
    background-color:#EE3124;
    left:0;
    border-radius:5px;
}
@media screen and (max-width:767px) {
    #status-signup .line.complete {
        height:10px;
        top:20px;
    }
}
#status-signup .line.complete.complete-1 {
    width:40%;
}
#status-signup .line #status-signup .line.complete.complete-2 {
    width:100%%;
}
#status-signup .line.complete:before {
    display:block;
    content:"";
    height:20px;
    width:60px;
    right:-52px;
    position:absolute;
    background:url('../img/RECTANGULO-ROJO.png') right top no-repeat;
}
@media screen and (max-width:767px) {
    #status-signup .line.complete:before {
        height:10px;
    }
}
#status-signup .line.complete.complete-2:before {
    display:none;
}
#status-signup span {
    display:block;
    font-family:'Roboto Bold';
    font-size:16px;
    position:absolute;
    width:105px;
    top:60px;
}
@media screen and (max-width:767px) {
    #status-signup span {
        top:40px;
    }
}
#status-signup span.step-1 {
    left:-30px;
}
@media screen and (max-width:767px) {
    #status-signup span.step-1 {
        left:0;
    }
}
#status-signup span.step-2 {
    right:-30px;
}
@media screen and (max-width:767px) {
    #status-signup span.step-2 {
        right:0;
    }
}
#header-payment {
    display:block;
    float:left;
    width:100%;
    background-color:#004B8D;
    padding:20px 25px 10px;
    font-family:'Roboto';
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    position:relative;
    z-index:2;
}
@media screen and (max-width:767px) {
    #header-payment {
        margin-bottom:30px;
    }
}
.no-padding {
    padding:0 !important;
}
.no-margin-left {
    margin-left:0 !important;
}
.content-payment {
    cursor:pointer;
}
@media screen and (max-width:767px) {
    .content-payment {
        text-align:center;
        margin-bottom:30px;
    }
}
.content-payment .content-image-payment {
    display:table;
    padding:25px;
    width:250px;
    height:250px;
    background-color:#fff;
    float:none;
    margin:auto;
    position:relative;
}
@media screen and (max-width:1199px) {
    .content-payment .content-image-payment {
        width:200px;
        height:200px;
    }
}
@media screen and (max-width:992px) {
    .content-payment .content-image-payment {
        width:140px;
        height:140px;
    }
}
.content-payment .content-image-payment img {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    width:150px;
    height:auto;
    margin-left:-75px;
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
@media screen and (max-width:1199px) {
    .content-payment .content-image-payment img {
        width:100px;
        margin-left:-50px;
    }
}
@media screen and (max-width:992px) {
    .content-payment .content-image-payment img {
        width:70px;
        margin-left:-35px;
    }
}
.content-payment a {
    color:#333;
    text-decoration:none;
}
.content-payment p {
    font-family:'Roboto Bold';
    margin-top:15px;
}
#credit-card {
    padding-top:20px;
}
#credit-card p {
    font-family:'Roboto Bold';
    display:inline-block;
    float:left;
    margin-right:15px;
    font-size:16px;
}
#credit-card img {
    display:inline-block;
    float:left;
    height:35px;
    margin-right:10px;
    margin-top:-7px;
    cursor:pointer;
    border-radius:5px;
}
#credit-card img.selected {
    border:2px solid #004B8D;
}
.loader img {
    width:40px;
    position:relative;
    margin-top:-20px;
    top:50%;
    margin-left:-20px;
    left:50%;
}
.overlay-popup.message-payment .content-popup {
    background-color:#004B8D;
    overflow-y:auto;
    text-align:center;
    padding-top:15px;
    padding-bottom:30px;
}
.overlay-popup.message-payment .content-popup i {
    color:#fff;
}
.iatai-logo {
    color:#999;
    vertical-align:middle;
    padding-top:15px;
    cursor:pointer;
    font-size:15px;
}
@media screen and (max-width:767px) {
    .iatai-logo {
        font-size:14px;
    }
}
.iatai-logo img {
    display:inline-block;
    width:250px;
    margin-top:20px;
    margin-left:10px;
    margin-top:0px;
}
@media screen and (max-width:767px) {
    .iatai-logo img {
        width:150px;
    }
}
.overlay-popup.iatai h2 {
    background-color:#fff;
    color:#333;
}
.title-bussiness-visa {
    display:block;
    float:left;
    width:100%;
    margin-bottom:30px;
}
.title-bussiness-visa img, .title-bussiness-visa p {
    display:inline-block;
    float:left;
    position:relative;
    left:0;
    padding-left:0 !important;
}
.title-bussiness-visa p {
    margin-top:50px;
}
@media screen and (max-width:992px) {
    .title-bussiness-visa p {
        margin-top:30px;
    }
}
.title-bussiness-visa img {
    margin-right:15px;
    width:100px !important;
}
@media screen and (max-width:992px) {
    .title-bussiness-visa img {
        width:80px !important;
    }
}
@media screen and (max-width:767px) {
    .title-bussiness-visa img {
        width:70px !important;
    }
}
.content-bussiness-visa p {
    padding-left:0 !important;
}
a.button.blue {
    border-radius:0;
    outline:none;
    border:0;
    box-shadow:none !important;
    font-family:'Roboto Bold';
    color:#fff;
    background-color:#004B8D;
    text-transform:uppercase;
    padding:5px 15px;
    margin-bottom:20px;
    margin-top:15px;
    font-size:18px;
}
@media screen and (max-width:992px) {
    a.button.blue {
        padding:5px 10px;
        font-size:16px;
    }
}
@media screen and (max-width:767px) {
    a.button.blue {
        font-size:14px;
    }
}
a.button.margin-right {
    margin-right:30px;
}
@media screen and (max-width:767px) {
    a.button.margin-right {
        margin-right:15px;
    }
}
.center {
    display:inline-block;
    float:none;
    position:relative;
    left:50%;
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
.title-int p {
    margin-bottom:30px;
}
.title-int p span {
    color:#EE3124 !important;

    padding:0 15px;
    line-height:47px !important;
}
.title-int p span#yellow {
    color:#FFD200 !important;
    /*background-color:#EE3124;*/
    padding:0 15px;
    line-height:47px !important;
}
.title-int p.blue span {
    /background-color:#004B8D;
    margin-bottom:0;
}
.title-int p.simple span {
    color:#EE3124 !important;
    background-color:transparent;
    padding:0 !important;
}
@media screen and (max-width:767px) {
    .title-int p span {
        line-height:28px !important;
    }
}
@media screen and (max-width:767px) {
    .title-int h1 {
        line-height:28px !important;
    }
}
.title-int-blue {
    display:table;
    float:left;
    width:100%;
    /*background-color:#004B8D;*/
    text-align:center;
    color:#EE3124;
    padding:0 15px 10px;
    margin-bottom:70px;

}
.title-int-blue h2 {
    font-size: 40px;
    font-family: 'Roboto Condensed Bold';
    text-transform:uppercase;
}
.title-int-blue p {
    padding-left:0 !important;
}
.method-iatai {
    display:block;
    float:left;
    width:100%;
    margin-bottom:30px;
}
.method-iatai img {
    height:70px !important;
    width:auto !important;
    margin-right:15px;
}
.method-iatai span.blue {
    color:#004B8D !important;
    margin-top:25px;
    display:inline-block;
}
.content-int p {
    padding-left:0 !important;
}
.content-int p span {
    color:#EE3124;
    font-size:18px !important;
}
@media screen and (max-width:992px) {
    .content-int p span {
        font-size:16px !important;
    }
}
.content-int h4 {
    color:#EE3124;
    font-family:'Roboto Bold';
    margin-top:30px;
    font-size:20px;
}
@media screen and (max-width:992px) {
    .content-int h4 {
        font-size:18px;
    }
}
@media screen and (max-width:767px) {
    .content-int h4 {
        font-size:16px;
    }
}
.question-title {
    display:block;
    float:left;
    width:100%;
    background-color:#edeeee;
    padding:15px;
    color:#004B8D;
    font-size:18px;
    font-family:'Roboto Bold';
    text-align:left;
    border-bottom:1px solid #fff;
    cursor:pointer;
}
.question-title i:nth-child(1) {
    margin-right:10px
}
.question-title i:nth-child(2) {
    float:right;
}
.question-content {
    display:block;
    float:left;
    width:100%;
    background-color:#fff;
    padding:15px;
    font-size:16px;
    font-family:'Roboto';
    text-align:left;
    border-bottom:1px solid #fff;
    padding:25px;
    display:none;
}
.question-content p a {
    color:#fff !important;
    background-color:#EE3124;
    padding:0 5px;
}
a.simple {
    color:#EE3124;
    text-decoration:none;
    word-break:break-all;
}
.int-padding {
    padding-top:50px;
    padding-bottom:50px;
}
.background-blue {
    background-color:#004B8D;
    color:#fff;
}
.border-bottom {
    border-bottom:1px solid #808285;
    margin-bottom:0 !important;
}
.iatai-bancos {
    width:75% !important;
    margin-top:35px !important;
    margin-bottom:50px;
}
.text-normal {
    text-transform:inherit;
}
.content-blog h1, .content-blog h2, .content-blog h3, .content-blog h4, .content-blog h5 {
    background-color:transparent !important;
    color:#333 !important;
    padding:0 !important;
    margin-bottom:15px !important;
}
.content-blog h1 {
    font-size:25px !important;
    line-height:30px !important;
}
.content-blog h2 {
    font-size:22px !important;
    line-height:25px !important;
}
.content-blog h3 {
    font-size:19px !important;
    line-height:22px !important;
}
.content-blog h4 {
    font-size:17px !important;
    line-height:20px !important;
}
.content-blog h5 {
    font-size:15px !important;
    line-height:18px !important;
}
.content-blog p {
    font-size:15px;
    padding:0 5px !important;
}
.content-blog img {
    width:100% !important;
    height:auto !important;
    margin-bottom:15px;
}
.no-margin {
    margin:0 !important;
}
.title-other-news span {
    font-size:30px !important;
}
.title-int p.subtitle {
    display:inline-block;
    margin-top:20px !important;
    font-size:21px;
}
.content-blog .button {
    margin-top:0 !important;
}
.content-blog .col:nth-child(2) {
    padding:0;
}
.content-blog h5 {
    padding:0 5px;
    font-family:'Roboto Bold';
    margin-top:-25px;
    font-size:16px;
    display:table;
}
.content-blog h5.subtitle {
    font-size:18px;
    padding:0;
    margin-bottom:30px;
}
.table {
    display:table;
}
.small-post {
    margin-bottom:20px;
}
.small-post:not(.table) img {
    margin-top:50px !important;
}
.small-post p {
    font-size:12px !important;
}
.content-blog.small-post h5.subtitle {
    font-size:14px;
    margin-bottom:15px;
}
.content-blog .date {
    float:right;
    font-size:12px;
    padding:0 5px;
}
.share {
    color:#004B8D;
}
.share p {
    font-family:'Roboto Bold';
    font-size:18px;
}
.share a {
    color:#004B8D;
}
.share i {
    margin:0 10px;
    font-size:22px;
}
.pricing-table thead tr {
    border:0;
    margin:0;
}
.pricing-table thead th {
    text-align:center;
    color:#fff;
    background-color:#004B8D;
    border:0;
    margin:0;
}
.pricing-table tbody tr:nth-child(even) td {
    background-color:#ececec;
}
.warning {
    font-family:'Roboto Bold';
    font-size:18px;
}
#uploadDocuments {
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    z-index:99;
}
#map {
    display:block;
    float:left;
    width:100%;
    height:500px;
}
@media screen and (max-width:992px) {
    #map {
        height:250px;
    }
}
#content-details-map {
    display:block;
    float:left;
    background-color:#fff;
    width:350px;
    padding:15px;
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.3);
    margin-bottom:15px;
    position:absolute;
    z-index:99999999;
    margin-top:10px;
    margin-left:-5px;
}
@media screen and (max-width:992px) {
    #content-details-map {
        display:none;
    }
}
.logo-contact {
    display:block !important;
    float:none !important;
    width:150px !important;
    margin:auto auto 25px;
}
@media screen and (max-width:992px) {
    .logo-contact {
        margin-top:50px;
    }
}
.custom-form-contact {
    margin-top:50px;
}
.custom-form-contact input, .custom-form-contact textarea {
    display:block;
    resize:none;
    float:left;
    width:100%;
    border:0;
    outline:none;
    padding:15px;
    background-color:#edeeee;
    margin-bottom:15px;
    font-family:'Roboto';
}
.custom-form-contact textarea {
    height:170px;
}
.custom-form-contact button {
    display:block;
    float:left;
    background-color:#004B8D;
    text-transform:uppercase;
    padding:5px 20px;
    color:#fff;
    outline:none;
    border:0;
}
.int-blog img {
    width:100% !important;
    margin-top:10px !important;
    margin-bottom:25px !important;
}
.int-blog h1, .int-blog h2, .int-blog h3, .int-blog h4, .int-blog h5 {
    background-color:transparent !important;
    color:#333 !important;
    padding:0 !important;
    margin-bottom:15px !important;
}
.int-blog h1 {
    font-size:25px !important;
    line-height:30px !important;
}
.int-blog h2 {
    font-size:22px !important;
    line-height:25px !important;
}
.int-blog h3 {
    font-size:19px !important;
    line-height:22px !important;
}
.int-blog h4 {
    font-size:17px !important;
    line-height:20px !important;
}
.int-blog h5 {
    font-size:15px !important;
    line-height:18px !important;
}
#avatarlist {
    display:block;
    float:left;
    width:100%;
    max-height:175px;
    min-height:0;
    overflow-y:auto;
    overflow-x:hidden;
    position:relative;
    z-index:4;
    padding-top:5px;
}
#avatarlist .img-polaroid {
    cursor:pointer;
    position:relative;
    display:inline-block;
    float:left;
    width:65px;
    height:65px;
    margin-right:10px;
    margin-bottom:10px;
    background-size:100% auto;
    background-position:center center;
    background-repeat:no-repeat;
}
p.spam {
    font-family:'Roboto Condensed Bold';
    color:#004B8D;
    font-size:18px;
    margin-top:15px;
}
#overlay-youtube {
    position:fixed;
    z-index:9999999;
    background-color:rgba(0, 0, 0, 0.9);
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#overlay-youtube i {
    position:absolute;
    top:15px;
    right:25px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}
#overlay-youtube iframe {
    position:absolute;
    top:50%;
    left:50%;
    width:90%;
    max-width:560px;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}