@font-face {
    font-family: "Raleway";
    src: url("../../assets/css/fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("../../assets/css/fonts/Raleway-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("../../assets/css/fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("../../assets/css/fonts/lato-bold-webfont.eot");
    src: url("../../assets/css/fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/lato-bold-webfont.woff") format("woff"), url("../../assets/css/fonts/lato-bold-webfont.ttf") format("truetype"),
url("../../assets/css/fonts/lato-bold-webfont.svg#latobold") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("../../assets/css/fonts/lato-regular-webfont.eot");
    src: url("../../assets/css/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/lato-regular-webfont.woff") format("woff"), url("../../assets/css/fonts/lato-regular-webfont.ttf") format("truetype"),
url("../../assets/css/fonts/lato-regular-webfont.svg#latoregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("../../assets/css/fonts/lato-light-webfont.eot");
    src: url("../../assets/css/fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/lato-light-webfont.woff") format("woff"), url("../../assets/css/fonts/lato-light-webfont.ttf") format("truetype"),
url("../../assets/css/fonts/lato-light-webfont.svg#latolight") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("../../assets/css/fonts/lato-black-webfont.eot");
    src: url("../../assets/css/fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/lato-black-webfont.woff") format("woff"), url("../../assets/css/fonts/lato-black-webfont.ttf") format("truetype"),
url("../../assets/css/fonts/lato-black-webfont.svg#latoblack") format("svg");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: url("../../assets/css/fonts/ProximaNova-Regular-webfont.eot");
    src: url("../../assets/css/fonts/ProximaNova-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/ProximaNova-Regular-webfont.woff") format("woff"), url("../../assets/css/fonts/ProximaNova-Regular-webfont.ttf") format("truetype"),
url("../../assets/css/fonts/ProximaNova-Regular-webfont.svg#allerbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova Bold";
    src: url("../../assets/css/fonts/proxima_nova_bold-webfont.eot");
    src: url("../../assets/css/fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/proxima_nova_bold-webfont.woff") format("woff"), url("../../assets/css/fonts/proxima_nova_bold-webfont.ttf") format("truetype"),
url("../../assets/css/fonts/proxima_nova_bold-webfont.svg#allerbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova Light";
    src: url("../../assets/css/fonts/ProximaNova-Light-webfont.eot");
    src: url("../../assets/css/fonts/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/ProximaNova-Light-webfont.woff") format("woff"), url("../../assets/css/fonts/ProximaNova-Light-webfont.ttf") format("truetype"),
url("../../assets/css/fonts/ProximaNova-Light-webfont.svg#allerbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #f1f1f1;
    margin: 0;
}
a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
a:hover,
a:active {
    outline: 0;
}
a,
button {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
table {
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline {
    display: inline-block;
}
.relative,
#wrapper,
#canvas,
section {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
    width: 100%;
}
.hidden {
    display: none !important;
}
.noscroll {
    overflow: hidden;
}
.va-p {
    display: table;
    height: 100%;
    width: 100%;
}
.va {
    display: table-cell;
    vertical-align: middle;
}
.vab {
    display: table-cell;
    vertical-align: middle;
    vertical-align: bottom;
}
.vat {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
}
article {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1024px;
    z-index: 10;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.tbl {
    display: table;
    width: 100%;
}
.tbl > div[class*="col"] {
    float: none !important;
    display: table-cell;
}
.tbl.bdsp {
    border-spacing: 15px;
    margin-top: -15px;
}
.tbl.bdsp .clearfix {
    border-spacing: 0;
}
.clearfix:before,
.clearfix:after,
article:before,
article:after,
.row:before,
.row:after,
.item:before,
.item:after {
    display: table;
    content: " ";
}
.clearfix:after,
article:after,
.row:after,
.item:after {
    clear: both;
}
.show-xs {
    display: none;
}
.col1 {
    width: 8.33333%;
}
.off1 {
    margin-left: 8.33333%;
}
.col2 {
    width: 16.66667%;
}
.off2 {
    margin-left: 16.66667%;
}
.col3 {
    width: 25%;
}
.off3 {
    margin-left: 25%;
}
.col4 {
    width: 33.33333%;
}
.off4 {
    margin-left: 33.33333%;
}
.col5 {
    width: 41.66667%;
}
.off5 {
    margin-left: 41.66667%;
}
.col6 {
    width: 50%;
}
.off6 {
    margin-left: 50%;
}
.col7 {
    width: 58.33333%;
}
.off7 {
    margin-left: 58.33333%;
}
.col8 {
    width: 66.66667%;
}
.off8 {
    margin-left: 66.66667%;
}
.col9 {
    width: 75%;
}
.off9 {
    margin-left: 75%;
}
.col10 {
    width: 83.33333%;
}
.off10 {
    margin-left: 83.33333%;
}
.col11 {
    width: 91.66667%;
}
.off11 {
    margin-left: 91.66667%;
}
.col12 {
    width: 100%;
}
.off12 {
    margin-left: 100%;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
div[class*="xs-col"] {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    article {
        width: 750px;
    }
}
@media (min-width: 860px) {
    article {
        width: 840px;
    }
}
@media (min-width: 992px) {
    article {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    article {
        width: 1170px;
    }
}
@media (max-width: 768px) {
    article,
    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11,
    .col12 {
        width: 100%;
    }
    div[class*="off"] {
        margin-left: 0;
    }
    .sm-nb.col1,
    .sm-col1 {
        width: 8.33333%;
        float: left;
    }
    .sm-off1 {
        margin-left: 8.33333% !important;
    }
    .sm-nb.col2,
    .sm-col2 {
        width: 16.66667%;
        float: left;
    }
    .sm-off2 {
        margin-left: 16.66667% !important;
    }
    .sm-nb.col3,
    .sm-col3 {
        width: 25%;
        float: left;
    }
    .sm-off3 {
        margin-left: 25% !important;
    }
    .sm-nb.col4,
    .sm-col4 {
        width: 33.33333%;
        float: left;
    }
    .sm-off4 {
        margin-left: 33.33333% !important;
    }
    .sm-nb.col5,
    .sm-col5 {
        width: 41.66667%;
        float: left;
    }
    .sm-off5 {
        margin-left: 41.66667% !important;
    }
    .sm-nb.col6,
    .sm-col6 {
        width: 50%;
        float: left;
    }
    .sm-off6 {
        margin-left: 50% !important;
    }
    .sm-nb.col7,
    .sm-col7 {
        width: 58.33333%;
        float: left;
    }
    .sm-off7 {
        margin-left: 58.33333% !important;
    }
    .sm-nb.col8,
    .sm-col8 {
        width: 66.66667%;
        float: left;
    }
    .sm-off8 {
        margin-left: 66.66667% !important;
    }
    .sm-nb.col9,
    .sm-col9 {
        width: 75%;
        float: left;
    }
    .sm-off9 {
        margin-left: 75% !important;
    }
    .sm-nb.col10,
    .sm-col10 {
        width: 83.33333%;
        float: left;
    }
    .sm-off10 {
        margin-left: 83.33333% !important;
    }
    .sm-nb.col11,
    .sm-col11 {
        width: 91.66667%;
        float: left;
    }
    .sm-off11 {
        margin-left: 91.66667% !important;
    }
    .sm-nb.col12,
    .sm-col12 {
        width: 100%;
        float: left;
    }
    .sm-off12 {
        margin-left: 100% !important;
    }
    .flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row wrap-reverse;
        -webkit-flex-flow: row wrap-reverse;
    }
}
@media (max-width: 640px) {
    div[class*="sm-off"] {
        margin-left: 0 !important;
    }
    .xs-col1 {
        width: 8.33333% !important;
        float: left;
    }
    .xs-off1 {
        margin-left: 8.33333% !important;
    }
    .xs-col2 {
        width: 16.66667% !important;
        float: left;
    }
    .xs-off2 {
        margin-left: 16.66667% !important;
    }
    .xs-col3 {
        width: 25% !important;
        float: left;
    }
    .xs-off3 {
        margin-left: 25% !important;
    }
    .xs-col4 {
        width: 33.33333% !important;
        float: left;
    }
    .xs-off4 {
        margin-left: 33.33333% !important;
    }
    .xs-col5 {
        width: 41.66667% !important;
        float: left;
    }
    .xs-off5 {
        margin-left: 41.66667% !important;
    }
    .xs-col6 {
        width: 50% !important;
        float: left;
    }
    .xs-off6 {
        margin-left: 50% !important;
    }
    .xs-col7 {
        width: 58.33333% !important;
        float: left;
    }
    .xs-off7 {
        margin-left: 58.33333% !important;
    }
    .xs-col8 {
        width: 66.66667% !important;
        float: left;
    }
    .xs-off8 {
        margin-left: 66.66667% !important;
    }
    .xs-col9 {
        width: 75% !important;
        float: left;
    }
    .xs-off9 {
        margin-left: 75% !important;
    }
    .xs-col10 {
        width: 83.33333% !important;
        float: left;
    }
    .xs-off10 {
        margin-left: 83.33333% !important;
    }
    .xs-col11 {
        width: 91.66667% !important;
        float: left;
    }
    .xs-off11 {
        margin-left: 91.66667% !important;
    }
    .xs-col12 {
        width: 100% !important;
        float: left;
    }
    .xs-off12 {
        margin-left: 100% !important;
    }
}
.lime {
    color: #bfff00;
}
a.lime:hover {
    color: #9c0;
}
.bg-lime {
    background-color: #bfff00;
}
a.bg-lime,
button.bg-lime {
    color: white;
}
a.bg-lime:hover,
button.bg-lime:hover {
    background-color: #9c0;
}
.blue {
    color: #0032a0;
}
a.blue:hover {
    color: #006ea4;
}
.bg-blue {
    background-color: #0090d7;
}
a.bg-blue,
button.bg-blue {
    color: white;
}
a.bg-blue:hover,
button.bg-blue:hover {
    background-color: #006ea4;
}
.gray {
    color: #666;
}
a.gray:hover {
    color: #4d4d4d;
}
.bg-gray {
    background-color: #666;
}
a.bg-gray,
button.bg-gray {
    color: white;
}
a.bg-gray:hover,
button.bg-gray:hover {
    background-color: #4d4d4d;
}
.gray8 {
    color: #868686;
}
a.gray8:hover {
    color: #6d6d6d;
}
.bg-gray8 {
    background-color: #868686;
}
a.bg-gray8,
button.bg-gray8 {
    color: white;
}
a.bg-gray8:hover,
button.bg-gray8:hover {
    background-color: #6d6d6d;
}
.gray3 {
    color: #33393f;
}
a.gray3:hover {
    color: #1c2023;
}
.bg-gray3 {
    background-color: #33393f;
}
a.bg-gray3,
button.bg-gray3 {
    color: white;
}
a.bg-gray3:hover,
button.bg-gray3:hover {
    background-color: #1c2023;
}
.trout {
    color: #4c5163;
}
a.trout:hover {
    color: #363946;
}
.bg-trout {
    background-color: #4c5163;
}
a.bg-trout,
button.bg-trout {
    color: white;
}
a.bg-trout:hover,
button.bg-trout:hover {
    background-color: #363946;
}
.cyan {
    color: #00b2b3;
}
a.cyan:hover {
    color: #007f80;
}
.bg-cyan {
    background-color: #00b2b3;
}
a.bg-cyan,
button.bg-cyan {
    color: white;
}
a.bg-cyan:hover,
button.bg-cyan:hover {
    background-color: #007f80;
}
.lblue {
    color: #c6dfeb;
}
a.lblue:hover {
    color: #a0cade;
}
.bg-lblue {
    background-color: #c6dfeb;
}
a.bg-lblue,
button.bg-lblue {
    color: white;
}
a.bg-lblue:hover,
button.bg-lblue:hover {
    background-color: #a0cade;
}
.green {
    color: #6acc0e;
}
a.green:hover {
    color: #66c212;
}
.bg-green {
    background-color: #7fea1d;
}
a.bg-green,
button.bg-green {
    color: white;
}
a.bg-green:hover,
button.bg-green:hover {
    background-color: #66c212;
}
.red {
    color: #cc1e00;
}
a.red:hover {
    color: #991600;
}
.bg-red {
    background-color: #cc1e00;
}
a.bg-red,
button.bg-red {
    color: white;
}
a.bg-red:hover,
button.bg-red:hover {
    background-color: #991600;
}
.bblue {
    color: #09d;
}
a.bblue:hover {
    color: #0076aa;
}
.bg-bblue {
    background-color: #09d;
}
a.bg-bblue,
button.bg-bblue {
    color: white;
}
a.bg-bblue:hover,
button.bg-bblue:hover {
    background-color: #0076aa;
}
.navy {
    color: #002269;
}
a.navy:hover {
    color: #001136;
}
.bg-navy {
    background-color: #002269;
}
a.bg-navy,
button.bg-navy {
    color: white;
}
a.bg-navy:hover,
button.bg-navy:hover {
    background-color: #001136;
}
.orange {
    color: #ff3f00;
}
a.orange:hover {
    color: #cc3200;
}
.bg-orange {
    background-color: #ff3f00;
}
a.bg-orange,
button.bg-orange {
    color: white;
}
a.bg-orange:hover,
button.bg-orange:hover {
    background-color: #cc3200;
}
.bbot {
    border-bottom: 1px solid rgba(153, 153, 153, 0.45);
}
.btop {
    border-top: 1px solid rgba(153, 153, 153, 0.45);
}
.bbot-w {
    border-bottom: 1px solid #fff;
}
.bbot-b {
    border-bottom: 1px solid #bbb;
}
.bbO {
    border-bottom: 2px solid #ff3f00;
}
.bbN {
    border-bottom: 2px solid #002269;
}
.bg-black {
    background-color: #202020;
}
.bg-white {
    background-color: #fff;
}
a.bg-white:hover {
    background-color: #ddd;
}
.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mr10 {
    margin-right: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mr30 {
    margin-right: 30px;
}
.ml30 {
    margin-left: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mt40 {
    margin-top: 40px;
}
.mr40 {
    margin-right: 40px;
}
.ml40 {
    margin-left: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mt50 {
    margin-top: 50px;
}
.mr50 {
    margin-right: 50px;
}
.ml50 {
    margin-left: 50px;
}
.m0 {
    margin: 0 !important;
}
.mb5 {
    margin-bottom: 5px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mt5 {
    margin-top: 5px;
}
.mt7 {
    margin-top: 7px;
}
.mt15 {
    margin-top: 15px;
}
.mt100 {
    margin-top: 100px;
}
.mt-5 {
    margin-top: -5px;
}
.mt-60 {
    margin-top: -60px;
}
.mt-190 {
    margin-top: -190px;
}
.mt-250 {
    margin-top: -250px;
}
.mt-310 {
    margin-top: -310px;
}
.ml-s {
    margin-left: -15px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p25 {
    padding: 25px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.p50 {
    padding: 50px;
}
.p60 {
    padding: 60px;
}
.p0-10 {
    padding: 0 10px;
}
.p0-20 {
    padding: 0 20px;
}
.p0-40 {
    padding: 0 40px;
}
.p10-40 {
    padding: 10px 40px;
}
.p0-60 {
    padding: 0 60px;
}
.p90-40 {
    padding: 90px 0 40px;
}
.p100 {
    padding: 100px 0;
}
.p20-0 {
    padding: 20px 0;
}
.pb20 {
    padding-bottom: 20px;
}
.pb80 {
    padding-bottom: 80px;
}
.pl30 {
    padding-left: 30px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pt140 {
    padding-top: 140px;
}
.pl40 {
    padding-left: 40px;
}
.op25 {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
    filter: alpha(opacity=25);
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.op50 {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.op75 {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.f15,
.modal .tabs a {
    font-size: 0.9em;
}
.f18 {
    font-size: 1.125em;
}
.f20 {
    font-size: 1.25em;
}
.f23,
#menu h4 {
    font-size: 1.44em;
}
.f30 {
    font-size: 2em;
}
.f48 {
    font-size: 3em;
}
.f54 {
    font-size: 3.375em;
}
.fw300 {
	font-weight: 300;
}
.lh100,
.title {
    line-height: 100%;
}
.lh150 {
    line-height: 150%;
}
.lh180 {
    line-height: 180%;
}
a {
    color: #000;
}
.white,
.sidebar a,
#menu h4,
.all-w *,
.modal .tabs a {
    color: white;
}
::-webkit-input-placeholder {
    color: #575757;
}
:-moz-placeholder {
    color: #575757;
}
::-moz-placeholder {
    color: #575757;
}
:-ms-input-placeholder {
    color: #575757;
}
.btn {
    color: #fff;
    font-size: 0.75em;
    padding: 8px 30px;
    text-align: center;
    display: inline-block;
	border-radius: 25px;
}
.btn.lg {
    padding: 18px 40px;
    font-size: 0.9em;
}
.btn.full {
    width: 100%;
    padding: 15px 20px;
}
.btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="button"],
textarea {
    height: 45px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="button"]:disabled,
textarea:disabled {
    background-color: #f8f5f5;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="button"].error,
textarea.error {
    border-color: #ff3f00;
    color: #ff3f00;
}
input[type="text"].valid,
input[type="password"].valid,
input[type="email"].valid,
input[type="button"].valid,
textarea.valid {
    border-color: #00b2b3;
}
.modal,
.overlay {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    background-color: #012169;
    background-color: rgba(1, 33, 105, 0.95);
}
.modal .logo {
    height: 110px;
    padding-top: 30px;
}
.modal .container {
    width: 500px;
}
.modal .container.emi {
    width: 60%;
}
.modal .container.emi .table-gen td {
    font-size: 15px;
}
.modal .close-modal {
    width: 60px;
    height: 60px;
    z-index: 999;
    position: fixed;
    top: 25px;
    right: 10%;
    border: 1px solid #fff;
    background: #012169 url(../../assets/img/icons/close.png) center center no-repeat;
}
.modal .close-modal:hover {
    background-color: #011033;
}
.img-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.title {
    position: relative;
    padding-right: 35px;
    display: inline-block;
    margin-bottom: 0;
}
.title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 25px;
    height: 4px;
    display: inline-block;
    background-color: #0090d7;
}
.lr {
    position: relative;
    padding-right: 75px;
    display: inline-block;
}
.lr:after {
    content: "";
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 65px;
    height: 2px;
    display: none;
}
.lr.l-gray:after {
    background-color: #33393f;
}
.lr.l-orange:after {
    background-color: #ff3f00;
}
.lr.l-aqua:after {
    background-color: #00b2b3;
}
.lr.l-navy:after {
    background-color: #002269;
}
.lr.l-white:after {
    background-color: white;
}

#menu .iconos_menu {
	display: none!important;
} 

#menu,
#search {
    position: fixed;
    top: -150%;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    overflow: scroll;
    background-color: #012169;
    background-color: rgba(1, 33, 105, 0.9);
}
#menu .logo,
#search .logo {
	width: 160px;
	height: 36px;
    padding: 10px 0;
}
#menu .container > div,
#search .container > div {
    padding: 0 10px;
}
#menu .menu-right,
#search .menu-right {
    float: right;
    text-align: right;
}
#menu .menu-right > div,
#search .menu-right > div {
    display: table;
    height: 100%;
    width: 100%;
}
#menu .menu-right > div > div,
#search .menu-right > div > div {
    display: table-cell;
    vertical-align: middle;
}
#menu .menu-right > div a,
#search .menu-right > div a {
    display: inline-block;
    margin-left: 30px;

}
#menu .menu-right .menu,
#search .menu-right .menu {
	margin:25px 10px 0 0;
}
#menu .menu-right .menu li,
#search .menu-right .menu li {
	float:left;
}
#menu .menu-right .menu li a,
#search .menu-right .menu li a {
	font-weight: 300;
}
#menu .menu-right .menu li a:hover,
#search .menu-right .menu li a:hover {
	color:#0098dd;
}
#menu .close-menu,
#search .close-menu {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: #012169 url(../../assets/img/icons/close.png) center center no-repeat;
}
#menu .close-menu:hover,
#search .close-menu:hover {
    background-color: #001a57;
}
#menu .close-menu.resp {
	float:right;
    width: 20px!important;
    height: 20px!important;
    background: #012169 url(../../assets/img/icons/close_resp.png) center center no-repeat;
	display:none;
}
#menu h4,
#search h4 {
    margin-bottom: 10px;
}
#menu ul.nav,
#search ul.nav {
    border-top: 10px solid;
}
#menu ul.nav a,
#search ul.nav a {
    color: #000;
    display: block;
    margin-bottom: 0;
    padding: 8px 17px;
    background-color: #eee;
    font-size: 1.1em;
    border-bottom: 1px solid #a2a2a3;
}
#menu ul.nav.nav-aqua,
#search ul.nav.nav-aqua {
    border-top-color: #60d1e0;
}
#menu ul.nav.nav-aqua a:hover,
#search ul.nav.nav-aqua a:hover {
    color: #60d1e0;
}
#menu ul.nav.nav-navy,
#search ul.nav.nav-navy {
    border-top-color: #001865;
}
#menu ul.nav.nav-navy a:hover,
#search ul.nav.nav-navy a:hover {
    color: #001865;
}
#menu ul.nav.nav-blue,
#search ul.nav.nav-blue {
    border-top-color: #0098dd;
}
#menu ul.nav.nav-blue a:hover,
#search ul.nav.nav-blue a:hover {
    color: #0098dd;
}
#menu ul.nav.nav-menu {
    border-top: none;
}

#menu ul a,
#search ul a {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 5px;
}
#menu ul a:hover,
#search ul a:hover {
    color: #0090d7;
}
#menu a.parent {
    background: url(../../assets/img/bg/drop.png) 97% center no-repeat;
}
#menu a.parent.active {
    background-image: url(../../assets/img/bg/drop-up.png);
}
.submenu {
    display: none;
}
.submenu a:hover {
    color: #fff !important;
}
#menu .nav-aqua .submenu a {
    background-color: #60d1e0;
    color: #fff;
}
#menu .nav-aqua .submenu a:hover {
    background-color: #4cc9c9;
}
#menu .nav-navy .submenu a {
    background-color: #002269;
    color: #fff;
}
#menu .nav-navy .submenu a:hover {
    background-color: #4c6395;
}
#menu .nav-blue .submenu a {
    background-color: #0090d7;
    color: #fff;
}
#menu .nav-blue .submenu a:hover {
    background-color: #4cb1e3;
}
.search-wrap {
    padding: 50px 100px 150px !important;
    margin-bottom: 30px;
}
.search-wrap .search {
    width: 100%;
    position: relative;
}
.search-wrap .search button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 56px;
    height: 45px;
    background: #0090d7 url(../../assets/img/icons/search.png) center center no-repeat;
}
.search-wrap .search button:hover {
    background-color: #006ea4;
}
.menu-bar {
    position: absolute;
    top: 15px;
    margin-right: 27px;
    padding: 15px 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.menu-bar a {
    margin-top: 5px;
    margin-right: 20px;
    vertical-align: top;
}
.menu-bar a.btn {
    margin-top: 0;
}
.menu-bar a:last-child {
    margin-right: 0;
}
.flag {
    width: 26px;
    height: 16px;
    background: url(../../assets/img/icons/mx.gif);
}
ul.bull,
ol {
    list-style: disc;
    padding-left: 20px;
}
ul.bull li,
ol li {
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
    -webkit-opacity: 0.68;
    -moz-opacity: 0.68;
    opacity: 0.68;
    filter: alpha(opacity=68);
}
ol {
    list-style: decimal;
}
ol li b {
    font-family: "Raleway";
}

.pin {
    margin-bottom: 30px;
}
.pin a:first-child {
    color: #fff;
    padding: 0 50px 0 40px;
    line-height: 40px;
    position: relative;
    background: url(../../assets/img/icons/pin.png) 0 0 no-repeat;
}
.pin a:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 29px;
    height: 11px;
    background: url(../../assets/img/icons/down.png);
}
@media screen and (min-width: 769px) {
    .show-sm {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
    .modal .container.emi {
        width: 85%;
    }
}
@media screen and (max-width: 768px) {
    .hide-sm {
        display: none !important;
    }
    .tbl.xs-flex {
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        margin: 0;
    }
    .tbl.xs-flex .block {
        margin: 0 1%;
        margin-bottom: 15px;
    }
    .tbl.xs-flex .block.sm-col6 {
        width: 48%;
    }
    .sm-p300 {
        padding: 30px 0;
    }
    .sm-m0 {
        margin: 0;
    }
    .sm-mb20 {
        margin-bottom: 20px;
    }
    .sm-mb40 {
        margin-bottom: 40px;
    }
    .sm-mt7 {
        margin-top: 7px;
    }
    .p0-60 {
        padding: 0 20px;
    }
    .p40 {
        padding: 40px 20px;
    }
    .p50 {
        padding: 50px 20px;
    }
    .p60 {
        padding: 60px 20px;
    }
	#menu .iconos_menu {
		display: table-row!important;
	}	
	#menu .iconos_menu a {
		margin:10px 10px 0 10px!important;
	}
    #menu ul.nav {
        margin-bottom: 20px;
    }
    #menu ul a {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
	#menu .menu {
		display:none;
	}
	#menu .close-menu {
		display:none!important;
	}	
	#menu .close-menu.resp {
		display:inline-block!important;
	}
	#menu .bdm {
		display: none!important;
	}
	#menu .btn-contrata {
		display: none!important;
	}
	#menu .btn-sistema {
		display: none!important;
	}
    .menu-bar {
        background: none;
        margin-right: 0px;
        top: 0;
        right: 0 !important;
    }
    .menu-bar a {
        display: none;
    }
    .menu-bar a.btn-menu,
    .menu-bar a.btn {
        display: inline-block;
        margin-top: 15px;
    }
    .menu-bar .btn {
        padding: 15px 30px;
        margin-top: 7px !important;
    }
    .modal .table-gen tr:nth-child td,
    .modal .table-gen tr:nth-child td:before {
        color: #333 !important;
    }
    .modal .table-gen tr td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .modal .table-gen tr td:before {
        font-size: 1em;
        top: 18px;
    }
}
@media screen and (max-width: 640px) {
    h1,
    .h1 {
        font-size: 3.2em;
    }
    h2,
    .h2 {
        font-size: 2em;
    }
    h3,
    .h3 {
        font-size: 1.8em;
    }
    h4,
    .h4 {
        font-size: 1.4em;
    }
    .f48 {
        font-size: 2.2em;
    }
    .f54 {
        font-size: 3em;
    }
    #menu ul a {
        margin-bottom: 20px;
    }
    .hide-xs {
        display: none !important;
    }
    .show-xs {
        display: block !important;
    }
    .xs-left {
        text-align: left !important;
    }
    .xs-center {
        text-align: center !important;
    }
    .xs-m0 {
        margin: 0px;
    }
    .xs-p0 {
        padding: 0px;
    }
    .xs-mb20 {
        margin-bottom: 20px;
    }
    .xs-mb40 {
        margin-bottom: 40px;
    }
    .p100 {
        padding: 30px 0;
    }
    .row.tbl {
        margin: 0;
    }
    .tbl.bdsp {
        padding: 0 15px;
    }
    .tbl .br:after {
        display: none !important;
    }
    .tbl > div[class*="col"] {
        width: 100%;
        display: block;
    }
    .modal .logo p {
        display: none;
    }
    .modal .container,
    .modal .stabs,
    .modal .login .input,
    .modal .login .switch,
    .modal .login button {
        width: 100%;
    }
    .modal .login {
        padding: 50px 20px;
    }
}
.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dk-select,
.dk-select-multi {
    background-color: #fff;
    position: relative;
    z-index: 10;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    cursor: pointer;
}
#menu .dk-select {
    background-color: #eee;
    border-bottom: 1px solid #a2a2a3;
    font-size: 17px;
    line-height: 22px;
}
#menu .dk-selected {
    padding: 8px 50px 8px 17px;
    height: auto;
}
#menu .nav-aqua .dk-option {
    background-color: #60d1e0;
    color: #000;
}
#menu .nav-aqua .dk-option:hover {
    background-color: #0098dd;
}
#menu .nav-navy .dk-option {
    background-color: #001865;
    color: #fff;
}
#menu .nav-navy .dk-option:hover {
    background-color: #0098dd;
	color:#000;
}
#menu .nav-blue .dk-option {
    background-color: #0090d7;
    color: #fff;
}
#menu .nav-blue .dk-option:hover {
    background-color: #4cb1e3;
}
#menu .nav-menu .dk-select {
    background-color: #012169;
    border: 1px solid #fff;
}
#menu .nav-menu .dk-option {
	color:#fff!important;
}
#menu .nav-menu .dk-option {
    background-color: #012169;
    color: #fff;
}

#menu .dk-option:first-child {
    display: none;
}
.contacto .dk-select {
	border-radius: 25px;
}
.contacto .dk-select .dk-selected,
.bolsa .dk-select .dk-selected {
	border-radius: 25px 25px 0 0;
}
form .drop.dk-select {
	border-radius: 25px;
}
.dblue .dk-select {
    background-color: #009cde;
}
.dwhite .dk-select {
    background-color: #fff !important;
    line-height: 20px;
}
.dwhite .dk-selected {
    color: #000;
    height: 42px;
}
.dline .dk-select {
    border: 1px solid #bbb;
}
.dark .dk-select {
    background-color: #33393d;
}
.dark .dk-selected {
    color: #fff;
}
.dark .dk-select-open-up .dk-selected,
.dark .dk-select-open-down .dk-selected {
    color: #33393d;
}
.dk-selected {
    width: 100%;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: 50px;
    padding: 11px 50px 11px 20px;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dblue .dk-selected {
    color: #fff;
}
.dk-selected:before,
.dk-selected:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
.dk-selected:after {
    margin: -4px 15px 0 0;
    top: 50%;
    width: 27px;
    height: 9px;
    background: url(../../assets/img/bg/drop.png);
}
.dblue .dk-selected:after {
    background-image: url(../../assets/img/bg/drop-w.png);
    height: 10px;
    margin-top: -5px;
}
.dk-selected-disabled {
    color: #333;
}
.dk-select .dk-select-options {
    margin-top: -1px;
    position: absolute;
    display: none;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.dk-select-open-up .dk-select-options {
    margin-bottom: -1px;
    bottom: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dk-select-open-down .dk-select-options {
    top: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dk-select-multi .dk-select-options {
    max-height: 10em;
}
.dk-select-options {
    width: 100%;
    z-index: 10;
    background-color: white;
    border: 1px solid #ccc;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 10.5em;
    list-style: none;
    margin: 0;
}
.nav-menu .dk-select-options {
    max-height: 16em;
}
.dk-option-selected,
.dk-select-options-highlight .dk-option-selected {
    background-color: #fff;
}
.dk-select-options .dk-option-highlight {
    background-color: #eee;
}
.dk-option {
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
    border-top: 1px solid #e3e3e3;
}
.dk-select-options .dk-option-disabled {
    color: #0083ff;
    background-color: transparent;
}
.dk-optgroup {
    border: solid #ccc;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
    margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0;
}
.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}
.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: 700;
    width: 100%;
}
.dk-optgroup-options {
    list-style: none;
    padding-left: 0;
}
.dk-optgroup-options li {
    padding-left: 1.2em;
}
.dk-select-open-up,
.dk-select-open-down {
    z-index: 40;
}
.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #c8c8c8;
    background-color: #fff;
}
.dblue .dk-select-open-up .dk-selected,
.dblue .dk-select-open-down .dk-selected {
    background-color: #0090d7;
}
.dk-select-open-down .dk-selected {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #c8c8c8;
}
.nav-menu .dk-select-open-down .dk-selected {
    background-color: #012169;
}
.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
    border-left-color: #c8c8c8;
}
.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.d-verde .dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #c8c8c8;
    border-top: none;
}
.dk-select-multi:hover,
.dk-select-multi:focus {
    outline: none;
}
.dk-selected:hover,
.dk-selected:focus {
    outline: none;
}
.dk-select-disabled {
    opacity: 0.6;
    color: #0083ff;
    cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
    border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
    border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
    border-left-color: inherit;
}
select[data-dkcacheid] {
    display: none;
}
.asunto .dk-select-options {
    max-height: 19em;
}
.menu-bar {
    right: 0;
    margin-right: 5px;
}
.bgn90 {
    background-color: #0032a0;
    background-color: rgba(0, 50, 160, 0.9);
}
.bg-gradO {
    background: #001865;
}
.bg-gradO_resp {
    background: #002269;
    background: -moz-radial-gradient(center, ellipse cover, #002269 0%, #0e2b66 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #002269), color-stop(100%, #0e2b66));
    background: -webkit-radial-gradient(center, ellipse cover, #002269 0%, #0e2b66 100%);
    background: -o-radial-gradient(center, ellipse cover, #002269 0%, #0e2b66 100%);
    background: -ms-radial-gradient(center, ellipse cover, #002269 0%, #0e2b66 100%);
    background: radial-gradient(ellipse at center, #002269 0%, #0e2b66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002269', endColorstr='#0E2B66',GradientType=1 );
}
.bg-gradO.tr {
    position: relative;
}
.bg-gradO.tr:after {
    width: 0;
    height: 0;
    content: "";
    margin-left: -55px;
    position: absolute;
    bottom: -48px;
    left: 50%;
    border-style: solid;
    border-width: 48px 55px 0 55px;
    border-color: #001865 transparent transparent transparent;
}
.bg-gradO h3 {
	color:#fff;
}
.bg-gradV {
    background: #60d1e0;
}
.bg-gradV_resp {
    background: #00afb3;
    background: -moz-radial-gradient(center, ellipse cover, #00afb3 0%, #007174 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #00afb3), color-stop(100%, #007174));
    background: -webkit-radial-gradient(center, ellipse cover, #00afb3 0%, #007174 100%);
    background: -o-radial-gradient(center, ellipse cover, #00afb3 0%, #007174 100%);
    background: -ms-radial-gradient(center, ellipse cover, #00afb3 0%, #007174 100%);
    background: radial-gradient(ellipse at center, #00afb3 0%, #007174 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afb3', endColorstr='#007174',GradientType=1 );
}
.bg-gradV.tr {
    position: relative;
}
.bg-gradV.tr:after {
    width: 0;
    height: 0;
    content: "";
    margin-left: -55px;
    position: absolute;
    bottom: -48px;
    left: 50%;
    border-style: solid;
    border-width: 48px 55px 0 55px;
    border-color: #60d1e0 transparent transparent transparent;
}
.bg-gradV h3 {
	color:#0032a0;
}
.bg-gradG {
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #cdcdcd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #cdcdcd));
    background: -webkit-linear-gradient(top, #fff 0%, #cdcdcd 100%);
    background: -o-linear-gradient(top, #fff 0%, #cdcdcd 100%);
    background: -ms-linear-gradient(top, #fff 0%, #cdcdcd 100%);
    background: linear-gradient(to bottom, #fff 0%, #cdcdcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 );
}
.bg-gradG.btn {
    color: #595959;
}
.bg-gradG.btn:hover {
    background: #cdcdcd;
}
.bg-btrans {
    background-color: #012169;
    background-color: rgba(1, 33, 105, 0.95);
}
.subtitle {
    color: #0032a0;
    position: relative;
    padding-right: 75px;
    display: inline-block;
	font-size:2.4em;
	font-weight: 300;
}
.subtitle_x:after {
    content: "";
    width: 65px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0;
    background-color: #33393f;
}
p.subtitle {
    padding-right: 55px;
}
p.subtitle:after {
    width: 45px;
    bottom: 12px;
}
.sub {
    position: relative;
}
.sub:after {
    content: "";
    width: 36px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #ccc;
}

.tr {
    position: relative;
    padding-bottom: 80px;
}
.tr:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 85px 95px;
    border-color: transparent transparent #f1f1f1 transparent;
}

.tbl .br,
.row .br {
    position: relative;
}
.tbl .br:after,
.row .br:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #aaa;
}
.tbl .br.b90:after,
.row .br.b90:after {
    height: 90%;
    top: 5%;
}
.tbl .br.white:after,
.row .br.white:after {
    background-color: #fff;
}



a.back {
    width: 37px;
    height: 37px;
    padding: 12px;
    border: 1px solid #bbb;
    background: url(../../assets/img/icons/close2.png) center center no-repeat;
}
input.bd {
    border: 1px solid #bbb;
    height: 52px;
}


@media screen and (max-width: 640px) {
     .row > .br:after {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
    }

}
