@import url(dropkick.css);
@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    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,
.clickable {
    cursor: pointer;
}
a {
    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;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
}
button,
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
}
img {
    max-width: 100%;
    border: 0;
}
article,
div,
aside,
footer,
header,
nav,
section {
    display: block;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.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;
}
.container,
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;
}
.tbl.flex > div {
    vertical-align: top;
}
.clearfix:before,
.clearfix:after,
article:before,
article:after,
.container:before,
.container:after,
.row:before,
.row:after,
.item:before,
.item:after {
    display: table;
    content: " ";
}
.clearfix:after,
.container: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) {
    .container,
    article {
        width: 750px;
    }
}
@media (min-width: 860px) {
    .container,
    article {
        width: 840px;
    }
}
@media (min-width: 992px) {
    .container,
    article {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    article {
        width: 1170px;
    }
}
@media (max-width: 768px) {
    .container,
    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;
    }
}
.blue {
    color: #0090d7;
}
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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.bbot {
    border-bottom: 1px solid rgba(153, 153, 153, 0.45);
}
.btop {
    border-top: 1px solid rgba(153, 153, 153, 0.45);
}
.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;
}
.mt-160 {
    margin-top: -160px;
}
.mt200 {
	margin-top: 200px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.p0-15 {
    padding: 0 15px;
}
.pr30 {
    padding-right: 30px;
}
.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;
}
body {
    font-size: 16px;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
p {
    margin-bottom: 10px;
}
.block h4 {
    font-family: "Raleway", serif;
}
em {
    font-family: "Raleway" sans-serif;
    font-weight: normal;
    font-style: normal;
}
strong,
.title {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
}
strong.sb {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
}
.italic {
    font-style: italic;
}
.center {
    text-align: center;
}
.under {
    text-decoration: underline;
}
h1 {
    font-size: 3.56em;
}
.h1 {
    font-size: 3.56rem;
}
h2 {
    font-size: 2.3em;
}
.h2 {
    font-size: 2.3rem;
}
h3 {
    font-size: 2em;
}
.h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.6em;
}
.h4 {
    font-size: 1.6rem;
}
h5 {
    font-size: 1em;
}
.h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.75em;
}
.h6 {
    font-size: 0.75rem;
}
p {
    font-size: 0.875em;
}
.f15,
footer .full,
.modal .tabs a {
    font-size: 0.938em;
}
.f18 {
    font-size: 1.125em;
}
.f20 {
    font-size: 1.25em;
}
.f23,
#menu h4 {
    font-size: 1.44em;
}
.lh100,
.title {
    line-height: 100%;
}
.lh150 {
    line-height: 150%;
}
.lh180 {
    line-height: 180%;
}
a,
footer input,
.black {
    color: #000;
}
.white,
.lang,
.sidebar a,
footer *,
#menu h4,
.all-w * {
    color: white;
}
::-webkit-input-placeholder {
    color: #575757;
}
:-moz-placeholder {
    color: #575757;
}
::-moz-placeholder {
    color: #575757;
}
:-ms-input-placeholder {
    color: #575757;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.btn {
    color: #fff;
    font-size: 1em;
    padding: 8px 30px;
    text-align: center;
	border-radius: 20px;
	margin:0 auto;
}
.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: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal .logo {
    height: 110px;
    padding-top: 30px;
}
.modal .container {
    width: 500px;
}
.modal .close-modal {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 25px;
    right: 10%;
    border: 1px solid #fff;
    background: #000 url(../img/icons/close.png) center center no-repeat;
}
.modal .close-modal:hover {
    background-color: #0090d7;
}
.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: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 65px;
    height: 2px;
    display: inline-block;
    background-color: #33393f;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
	padding:0px;	
}
header.scrolled {
    z-index: 1000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}
header.scrolled .menu-bar {
    right: 0;
}
header.scrolled .logo {
    background: none;
}
header .logo {
	float:left;
/*    width: 160px; // 40a */
    width: 256px;
    height: 36px;
    padding: 0px;
	margin:33px 0 33px 0;
    background-color: none;
}
header .menu {
	float:right;
	margin:50px 20px 0 0;
}
header .menu li {
	float:left;
	border-right:1px solid #0032a0;
	padding:0 10px 0 0;
	margin:0 5px;
}
header .menu li:last-child {
	border:none;
}
header .menu li a {
	color:#0032a0;
	font-weight: 300;
}

#menu {
    position: fixed;
    top: -150%;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    overflow: scroll;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
}
#menu .logo {
    padding: 10px 0;
}
#menu .container > div {
    padding: 0 10px;
}
#menu .menu-right {
    float: right;
    text-align: right;
}
#menu .menu-right > div {
    display: table;
    height: 100%;
    width: 100%;
}
#menu .menu-right > div > div {
    display: table-cell;
    vertical-align: middle;
}
#menu .menu-right > div a {
    display: inline-block;
    margin-left: 30px;
}
#menu .menu-right .menu {
	margin:25px 10px 0 0;
}
#menu .menu-right .menu li {
	float:left;
}
#menu .menu-right .menu li a:hover {
	color:#0098dd;
}
#menu .close-menu {
    width: 60px;
    height: 60px;
    border: 1px solid #0032a0;
    background: #ffffff url(../img/icons/close_.png) center center no-repeat;
}
#menu .close-menu:hover {
    background-color: #000;
}
#menu h4 {
    margin-bottom: 10px;
}
#menu 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 a {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 5px;
}
#menu ul a:hover {
    color: #0090d7;
}
.menu-bar {
    width: 25%;
    position: absolute;
    top: 20px;
    right: 0;
    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;
}
header .btn-menu {
    float: right;
    width: 36px;
    margin: 50px 0 0 50px;
}
header .btn-menu span {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 6px;
    background-color: #0032a0;
}
header .btn-menu span:last-child {
    margin-bottom: 0;
}
header .btn-menu {
	display:none;
}
.menu-bar .lang {
    font-size: 14px;
    line-height: 21px;
}
.menu-bar .lang .flag {
    margin-right: 10px;
}
#menu a.parent {
    background: url(../img/bg/drop.png) 97% center no-repeat;
}
#menu a.parent.active {
    background-image: url(../img/bg/drop-up.png);
}
.submenu {
    display: none;
}
#menu .nav-aqua .submenu a {
    background-color: #00b2b3;
    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;
}
.flag {
    width: 31px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/icons/flags.png);
    background-repeat: no-repeat;
}
.flag.can {
    background-position: 0 0;
}
.flag.es {
    background-position: 0 -21px;
}
.flag.mx {
    background-position: 0 -42px;
}
.flag.uk {
    background-position: 0 -63px;
}
.flag.us {
    background-position: 0 -84px;
}
.flag.ned {
    background-position: 0 -105px;
}

.stage .pleca {
	width: 100%;
	color:#0032a0;
	font-size:2.6em;
	text-align: center;
	font-weight: 300;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 100px;
	padding:20px;
}
.stage .pleca strong {
	color:#0098dd;
	font-weight: 400;
}
.stage .btn {
	background: #0032a0;
	color:#fff;
}
.pais {
	width:300px;
	height: 225px;
	font-size:1.5em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin:10px;
	padding: 20px;
}
.links_paises div.overlay {
	width:300px;
	height:225px;
	margin:10px 0 0 25px;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    background-color: #000;
    background-color: rgba(0, 50, 160, 0.9);
}
.links_paises div.overlay .va {
    color: #fff;
    padding: 0 5px;
	margin:20px;
    font-size: 1.2em;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.links_paises .pais:hover .overlay {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.links_paises .pais:hover .overlay .va {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.links_paises .overlay p {
	font-size:0.9em;
}
.links_paises .overlay .btn {
	background: #0098dd;
	font-size: 0.6em;
	margin:5px 0;
}
.links_paises .overlay .btn:hover {
	background: #012169;
}


footer {
    padding: 40px 0 0 0;
	margin: 60px 0 0 0;
    background-color: #0032a0;
}
footer .logo {
	width: 150px;
	height: 34px;
}
footer .h1 {
    font-size: 3.2em;
}
footer h4 {
    font-size: 1em;
	font-weight: 700;
}
footer .links {
    margin: 0;
    text-align: left;
}
footer .links li {
    padding: 0 5px;
    display: inline-block;
}
footer .links a {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}
footer .links a:hover {
    border-color: #67d2df;
}
footer .links * {
    color: #67d2df;
    font-size: 0.9em;
}
footer .links2 {
    text-align: left;
    margin: 0 0 0 20px;
}
footer .links2 li {
    position: relative;
    padding:0 0 0 10px;
    display: inline-block;
	font-size:0.8em;
	font-weight: 300;
}
footer .links2 li:before {
    content: "\2219";
    position: absolute;
    top: -9px;
    left: 0;
    color: #fff;
    font-size: 25px;
}
footer input[type="text"],
footer input[type="email"] {
    height: 60px;
    font-size: 1.4em;
}
footer .tbl > div {
    padding: 10px 30px;
}
footer .bl {
    border-left: 1px solid #bbb;
}
footer .social a {
    width: 60px;
    height: 44px;
    display: inline-block;
    background: url(../img/icons/social.png);
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
}
footer .social a.yt {
    background-position: 0 0;
}
footer .social a.yt:hover {
    background-position: 0 -44px;
}
footer .social a.fb {
    background-position: -60px 0;
}
footer .social a.fb:hover {
    background-position: -60px -44px;
}
footer .social a.tw {
    background-position: -120px 0;
}
footer .social a.tw:hover {
    background-position: -120px -44px;
}
footer .social a.in {
    background-position: -180px 0;
}
footer .social a.in:hover {
    background-position: -180px -44px;
}
footer .social a.gp {
    background-position: -240px 0;
}
footer .social a.gp:hover {
    background-position: -240px -44px;
}
footer h5 {
    font-size: 1.4em;
}
footer .vab p {
    font-size: 0.8em;
    margin-bottom: 5px;
}
footer .vab p a {
    padding: 0 5px 2px;
    border-bottom: 1px solid transparent;
}
footer .vab p a:hover {
    border-color: #fff;
}
footer .bg-black li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
footer .bg-black li:before {
    content: "\2219";
    position: absolute;
    top: -7px;
    left: 0;
    color: #0090d7;
    font-size: 25px;
}
footer .bg-black a {
    padding-bottom: 5px;
}
footer .bg-black a:hover {
    text-decoration: underline;
}
footer .footer2 {
	width:100%;
	background: #012169;
	padding:10px 0;
	margin:50px 0 0 0;
}
footer .footer2 a:hover {
	text-decoration: underline;
}
.pin {
    margin-bottom: 30px;
}
.pin a:first-child {
    color: #fff;
    padding: 0 50px 0 40px;
    line-height: 40px;
    position: relative;
    background: url(../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(../img/icons/down.png);
}
@media screen and (max-width: 1024px) {
    footer .links li {
        padding: 0 5px;
    }
}
@media screen and (min-width: 769px) {
    .show-sm {
        display: none !important;
    }
}
@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;
    }
    .p0-60 {
        padding: 0 20px;
    }
    .p40 {
        padding: 40px 20px;
    }
    header,
    header.scrolled {
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.9);
    }
    header .logo,
    header.scrolled .logo {
         margin:24px 0 24px -15px;
    }
	header .menu {
		display: none;
	}
	header .btn-menu {
		display:block;
	}
	#menu .logo {
		width:150px;
	}
    #menu ul.nav {
        margin-bottom: 20px;
    }
    #menu ul a {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
	#menu .close-menu {
		float:right;
		width: 50px!important;
		height: 50px!important;
	    background: #ffffff url(../img/icons/close.png) center center no-repeat;
		display:inline-block!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;
    }
	.stage .pleca {
		width: 80%;
		font-size:1.4em;
		padding:10px;
		margin:0 auto 20px auto;
	}
    footer .links li {
        padding: 0 10px 15px;
		text-align: center;
    }
    footer .flex > div {
        text-align: center;
    }
    footer .bl {
        border: none;
    }
    footer .pin a {
        font-size: 34px;
    }
    footer .social a {
        margin: 0 20px;
    }
}
@media screen and (max-width: 640px) {
    header .logo {
        width: 120px;
        height: 70px;
        padding: 24px 15px;
    }
    header .menu-bar {
        padding: 7px 10px;
    }
    header .menu-bar a.btn {
        padding: 10px;
        margin: 10px 10px 0 0 !important;
    }
    header .menu-bar a.btn-menu {
        width: 30px;
    }
    #menu ul a {
        margin-bottom: 20px;
    }
    footer {
        padding: 40px 0;
        text-align: center;
    }
    footer .h1 {
        font-size: 2.6em;
    }
    footer .links li {
        display: block;
    }
    footer .tbl > div {
        padding: 10px;
    }
    footer .pin a {
        font-size: 20px;
    }
    footer .social a {
        margin: 20px;
    }
    footer input[type="text"],
    footer input[type="email"] {
        height: 50px;
    }
    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;
    }
    .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;
    }
}
.sidebar {
    width: 25%;
    height: 650px;
    position: absolute;
	top: 120px;
    right: 0;
    background-color: #012169;
    background-color: rgba(1, 33, 105, 1);
	border-radius: 10px 10px 0 0;
}
.downloads {
    margin-bottom: 20px !important;
}
.downloads li {
    padding-left: 0 !important;
    margin-bottom: 15px;
}
.downloads li:hover {
    background: none;
}
.downloads li a {
    color: #fff;
    display: block;
    font-size: 0.8rem;
    line-height: 1rem;
    padding-left: 40px;
    text-transform: uppercase;
    background: url(../img/icons/cloud.png) 0 0 no-repeat;
}
.downloads li a:hover {
    color: #0090d7;
}
.stage {
    height: 795px;
    display: block;
    padding-bottom: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	margin-top:100px;
}
.stage .overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.stage h1 {
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 100%;
    margin-bottom: 30px;
	font-weight: 300;
}
.stage p {
	font-size:1em;
	color: #fff;
	line-height: 150%;
	font-weight: 300;
}




@media screen and (max-width: 1200px) {
    .sidebar {
        height: auto;
    }
}
@media screen and (max-width: 1024px) {
    .stage .block h2 {
        font-size: 2em;
    }
}
@media screen and (max-width: 992px) {
    .sidebar {
        height: auto;
        width: 28%;
    }
    .tab-cont ul li h3 {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 768px) {
    .stage {
        height: auto;
        padding-bottom: 0;
        padding-top: 170px;
    }
    .stage .container {
        padding: 0;
    }
    .stage .container .vab {
        padding-right: 0;
    }
    .stage .container .vab > .row {
        margin: 0;
    }
    .sidebar {
        right: 0;
        margin-top: 30px;
        width: 100%;
        position: inherit;
        background-color: #242424;
    }
    .tabs a {
        font-size: 1em;
    }
    .tbl .block.col4 {
        width: 31%;
    }
    .tbl .block.col4 h4 {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .stage {
        padding-top: 120px;
    }
    .stage .va-p,
    .stage .vab {
        display: block;
    }
    .stage .tbl {
        display: block;
    }
    .stage .tbl > div[class*="col"] {
        padding: 0;
    }
    .block {
        margin-bottom: 20px;
    }
}


