﻿@charset "UTF-8";
.navbar{
	margin:0px;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

	.bg-img{
		
		width:100%;
	}
body {
    margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

a:active,
a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

html,
button,
input,
select,
textarea {
    color: #000; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

img {
    max-width: 100%;
    vertical-align: middle; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

textarea {
    resize: vertical; }

address {
    font-style: normal; }

table {
    width: 100%; }

figure {
    margin: 0 0 1.5em 0; }

label,
input,
button,
select,
textarea {
    font-family: "Arial", sans-serif; }

.browsehappy {
    background: #FFD17D;
    border-bottom: solid 1px #FFCC6F;
    color: #222;
    font-size: .8em;
    margin: 0 0 0.2em;
    padding: .4em 0;
    text-align: center; }

::-moz-selection {
    background: #b3d4fc;
    color: #000;
    text-shadow: none; }

::selection {
    background: #b3d4fc;
    color: #000;
    text-shadow: none; }

@viewport {
    width: device-width; }

input[type="search"] {
    box-sizing: border-box; }

.list-nostyle {
    list-style: none;
    margin: 0;
    padding: 0; }

.list-inline > li {
    display: inline-block; }

.no-space {
    margin: 0;
    padding: 0; }

.text-left {
    text-align: left; }

.text-center {
    text-align: center; }

.text-right {
    text-align: right; }

.text-ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.text--U {
    text-transform: uppercase; }

.clearfix:after,
.table--responsive:after,
.cf:after {
    display: table;
    clear: both;
    content: ''; }

.hidden {
    display: none !important;
    visibility: hidden; }

.visuallyhidden,
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
    visibility: hidden; }

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; } }

@font-face {
    font-family: 'roboto_condensed';
    src: url("../fonts/robotocondensed-bold-webfont.eot");
    src: url("../fonts/robotocondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-bold-webfont.txt") format("woff2"), url("../fonts/robotocondensed-bold-webfont-1.txt") format("woff"), url("../fonts/robotocondensed-bold-webfont-2.txt") format("truetype");
    font-weight: 700;
    font-style: normal; }

@font-face {
    font-family: 'roboto_condensed';
    src: url("../fonts/robotocondensed-light-webfont.eot");
    src: url("../fonts/robotocondensed-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-light-webfont.txt") format("woff2"), url("../fonts/robotocondensed-light-webfont-1.txt") format("woff"), url("../fonts/robotocondensed-light-webfont-2.txt") format("truetype");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'roboto_condensed';
    src: url("../fonts/robotocondensed-regular-webfont.eot");
    src: url("../fonts/robotocondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-regular-webfont.txt") format("woff2"), url("../fonts/robotocondensed-regular-webfont-1.txt") format("woff"), url("../fonts/robotocondensed-regular-webfont-2.txt") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'roboto_condensed';
    src: url("../fonts/robotocondensed-bolditalic-webfont.eot");
    src: url("../fonts/robotocondensed-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-bolditalic-webfont.txt") format("woff2"), url("../fonts/robotocondensed-bolditalic-webfont-1.txt") format("woff"), url("../fonts/robotocondensed-bolditalic-webfont-2.txt") format("truetype");
    font-weight: 700;
    font-style: italic; }

@font-face {
    font-family: 'roboto_condensed';
    src: url("../fonts/robotocondensed-italic-webfont.eot");
    src: url("../fonts/robotocondensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-italic-webfont.txt") format("woff2"), url("../fonts/robotocondensed-italic-webfont-1.txt") format("woff"), url("../fonts/robotocondensed-italic-webfont-2.txt") format("truetype");
    font-weight: normal;
    font-style: italic; }

@font-face {
    font-family: 'roboto_condensed';
    src: url("../fonts/robotocondensed-lightitalic-webfont.eot");
    src: url("../fonts/robotocondensed-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-lightitalic-webfont.txt") format("woff2"), url("../fonts/robotocondensed-lightitalic-webfont-1.txt") format("woff"), url("../fonts/robotocondensed-lightitalic-webfont-2.txt") format("truetype");
    font-weight: 300;
    font-style: italic; }

h1,
.h1 {
    font-size: 2.36859em;
    line-height: 0.94993;
    margin: 0 0 0.63329 0; }

h2,
.h2 {
    font-size: 1.77689em;
    line-height: 1.26626;
    margin: 0 0 0.84417 0; }

h3,
.h3 {
    font-size: 1.333em;
    line-height: 1.12528;
    margin: 0 0 1.12528 0; }

h4,
.h4 {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5 0; }

h5,
.h5 {
    font-size: 0.75019em;
    line-height: 1.9995;
    margin: 0 0 1.9995 0; }

h6,
.h6 {
    font-size: 0.56278em;
    line-height: 2.66533;
    margin: 0 0 2.66533 0; }

p,
ul,
ol,
hr,
table {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5 0; }

.title {
    font-family: "roboto_condensed", "Arial Narrow", sans-serif;
    margin-top: 0; }

.title--iconic {
    padding: 0; }
.title--iconic > span {
    display: table;
    width: 100%; }
.title--iconic .title-icon {
    display: table-cell; }
.title--iconic .title-text {
    display: table-cell; }

.align-center {
    text-align: center; }

/*--------------------------------*
    Responsive Table
    structure:
 
    table
    -thead
    --tr
    ---th
    -tbody
    --tr
    ---td

    Available modifier:
    * table--responsive
    * table--zebra
    * table--compact

\*--------------------------------*/
/*table*/
.table {
    text-align: left;
    background: #dedede; }
.table thead {
    background: #cccccc; }
.table thead tr {
    border-top: solid 1px #c6c6c6; }
.table tr {
    border-bottom: solid 1px #c6c6c6; }
.table th,
.table td {
    padding: 0.4em;
    border-right: solid 1px #c6c6c6; }
.table th:first-child,
.table td:first-child {
    border-left: solid 1px #c6c6c6; }

.table--responsive {
    position: relative;
    display: block; }
@media screen and (min-width: 48em) {
    .table--responsive {
        display: table; } }
.table--responsive thead {
    display: block;
    float: left;
    border-left: solid 1px #c6c6c6; }
@media screen and (min-width: 48em) {
    .table--responsive thead {
        float: none;
        display: table-header-group;
        border-left: none; } }
.table--responsive thead tr {
    display: block; }
@media screen and (min-width: 48em) {
    .table--responsive thead tr {
        display: table-row; } }
.table--responsive tbody {
    position: relative;
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap; }
@media screen and (min-width: 48em) {
    .table--responsive tbody {
        display: table-row-group;
        white-space: normal; } }
.table--responsive tbody tr {
    display: inline-block;
    border-top: solid 1px #c6c6c6;
    margin-left: -4px; }
@media screen and (min-width: 48em) {
    .table--responsive tbody tr {
        display: table-row;
        border-top: none; } }
.table--responsive th,
.table--responsive td {
    display: block; }
.table--responsive th:first-child,
.table--responsive td:first-child {
    border-left: none; }
@media screen and (min-width: 48em) {
    .table--responsive th:first-child,
    .table--responsive td:first-child {
        border-left: solid 1px #c6c6c6; } }
@media screen and (min-width: 48em) {
    .table--responsive th,
    .table--responsive td {
        display: table-cell; } }
.table--responsive th + th,
.table--responsive td + td {
    border-top: solid 1px #c6c6c6; }
@media screen and (min-width: 48em) {
    .table--responsive th + th,
    .table--responsive td + td {
        border-top: none; } }

.table--zebra tbody tr:nth-child(2n) {
    background: #d4d4d4; }

.table--compact th,
.table--compact td {
    padding: 0.2em 0.4em; }

.btn {
    position: relative;
    display: inline-block;
    padding: 0.5em 1.5em;
    border: 0;
    font-family: inherit;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #333333;
    background: #cccccc;
    cursor: pointer;
    user-select: none;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
    -webkit-tap-highlight-color: transparent; }
.btn:focus, .btn:hover {
    outline: none;
    background: #e6e6e6; }
.btn[disabled] {
    cursor: not-allowed; }

.btn--block {
    width: 100%; }

.btn--larger {
    padding: 0.75em 1.5em; }

.btn--blue-lite {
    background: #3799DE;
    color: #FFF;
    border-color: #207fc2; }
.btn--blue-lite:hover, .btn--blue-lite:focus {
    border-color: #233293;
    background: #207fc2;
    color: #FFF; }

.btn--blue-dark {
    background: #233293;
    color: #FFF;
    border-color: #19246a; }
.btn--blue-dark:hover, .btn--blue-dark:focus {
    border-color: #0f1641;
    background: #19246a;
    color: #FFF; }

.btn--red {
    background: #C33;
    background: linear-gradient(to top, #C33, #d65c5c);
    color: #FFF;
    border-color: #a32929; }
.btn--red:hover, .btn--red:focus {
    border-color: #7a1f1f;
    background: #a32929;
    color: #FFF; }

.btn--green {
    background: #76B141;
    color: #FFF;
    border-color: #5d8c33; }
.btn--green:hover, .btn--green:focus {
    border-color: #446626;
    background: #5d8c33;
    color: #FFF; }

/*! Baze Grid v2.0.2 | (c) 2014 @_bobbylie | https://github.com/ImBobby/Baze-Grid */
.bzg:after {
    display: table;
    clear: both;
    content: ''; }

.bzg {
    margin-left: -25px;
    box-sizing: border-box; }

.bzg--no-gutter {
    margin-left: 0; }
.bzg--no-gutter > .bzg_c {
    padding-left: 0; }

.bzg_c {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 25px;
    box-sizing: border-box; }

.bzg_c[data-col*="s1"] {
    width: 6.25%; }

.bzg_c[data-offset*="s1"] {
    margin-left: 6.25%; }

.bzg_c[data-col*="s2"] {
    width: 12.5%; }

.bzg_c[data-offset*="s2"] {
    margin-left: 12.5%; }

.bzg_c[data-col*="s3"] {
    width: 18.75%; }

.bzg_c[data-offset*="s3"] {
    margin-left: 18.75%; }

.bzg_c[data-col*="s4"] {
    width: 25%; }

.bzg_c[data-offset*="s4"] {
    margin-left: 25%; }

.bzg_c[data-col*="s5"] {
    width: 31.25%; }

.bzg_c[data-offset*="s5"] {
    margin-left: 31.25%; }

.bzg_c[data-col*="s6"] {
    width: 37.5%; }

.bzg_c[data-offset*="s6"] {
    margin-left: 37.5%; }

.bzg_c[data-col*="s7"] {
    width: 43.75%; }

.bzg_c[data-offset*="s7"] {
    margin-left: 43.75%; }

.bzg_c[data-col*="s8"] {
    width: 50%; }

.bzg_c[data-offset*="s8"] {
    margin-left: 50%; }

.bzg_c[data-col*="s9"] {
    width: 56.25%; }

.bzg_c[data-offset*="s9"] {
    margin-left: 56.25%; }

.bzg_c[data-col*="s10"] {
    width: 62.5%; }

.bzg_c[data-offset*="s10"] {
    margin-left: 62.5%; }

.bzg_c[data-col*="s11"] {
    width: 68.75%; }

.bzg_c[data-offset*="s11"] {
    margin-left: 68.75%; }

.bzg_c[data-col*="s12"] {
    width: 75%; }

.bzg_c[data-offset*="s12"] {
    margin-left: 75%; }

.bzg_c[data-col*="s13"] {
    width: 81.25%; }

.bzg_c[data-offset*="s13"] {
    margin-left: 81.25%; }

.bzg_c[data-col*="s14"] {
    width: 87.5%; }

.bzg_c[data-offset*="s14"] {
    margin-left: 87.5%; }

.bzg_c[data-col*="s15"] {
    width: 93.75%; }

.bzg_c[data-offset*="s15"] {
    margin-left: 93.75%; }

.bzg_c[data-col*="s16"] {
    width: 100%; }

.bzg_c[data-offset*="s16"] {
    margin-left: 100%; }

@media screen and (min-width: 40em) {
    .bzg_c[data-col*="m"] {
        margin-left: 0; }
    .bzg_c[data-col*="m1"] {
        width: 6.25%; }
    .bzg_c[data-offset*="m1"] {
        margin-left: 6.25%; }
    .bzg_c[data-col*="m2"] {
        width: 12.5%; }
    .bzg_c[data-offset*="m2"] {
        margin-left: 12.5%; }
    .bzg_c[data-col*="m3"] {
        width: 18.75%; }
    .bzg_c[data-offset*="m3"] {
        margin-left: 18.75%; }
    .bzg_c[data-col*="m4"] {
        width: 25%; }
    .bzg_c[data-offset*="m4"] {
        margin-left: 25%; }
    .bzg_c[data-col*="m5"] {
        width: 31.25%; }
    .bzg_c[data-offset*="m5"] {
        margin-left: 31.25%; }
    .bzg_c[data-col*="m6"] {
        width: 37.5%; }
    .bzg_c[data-offset*="m6"] {
        margin-left: 37.5%; }
    .bzg_c[data-col*="m7"] {
        width: 43.75%; }
    .bzg_c[data-offset*="m7"] {
        margin-left: 43.75%; }
    .bzg_c[data-col*="m8"] {
        width: 50%; }
    .bzg_c[data-offset*="m8"] {
        margin-left: 50%; }
    .bzg_c[data-col*="m9"] {
        width: 56.25%; }
    .bzg_c[data-offset*="m9"] {
        margin-left: 56.25%; }
    .bzg_c[data-col*="m10"] {
        width: 62.5%; }
    .bzg_c[data-offset*="m10"] {
        margin-left: 62.5%; }
    .bzg_c[data-col*="m11"] {
        width: 68.75%; }
    .bzg_c[data-offset*="m11"] {
        margin-left: 68.75%; }
    .bzg_c[data-col*="m12"] {
        width: 75%; }
    .bzg_c[data-offset*="m12"] {
        margin-left: 75%; }
    .bzg_c[data-col*="m13"] {
        width: 81.25%; }
    .bzg_c[data-offset*="m13"] {
        margin-left: 81.25%; }
    .bzg_c[data-col*="m14"] {
        width: 87.5%; }
    .bzg_c[data-offset*="m14"] {
        margin-left: 87.5%; }
    .bzg_c[data-col*="m15"] {
        width: 93.75%; }
    .bzg_c[data-offset*="m15"] {
        margin-left: 93.75%; }
    .bzg_c[data-col*="m16"] {
        width: 100%; }
    .bzg_c[data-offset*="m16"] {
        margin-left: 100%; } }

@media screen and (min-width: 64em) {
    .bzg_c[data-col*="l"] {
        margin-left: 0; }
    .bzg_c[data-col*="l1"] {
        width: 6.25%; }
    .bzg_c[data-offset*="l1"] {
        margin-left: 6.25%; }
    .bzg_c[data-col*="l2"] {
        width: 12.5%; }
    .bzg_c[data-offset*="l2"] {
        margin-left: 12.5%; }
    .bzg_c[data-col*="l3"] {
        width: 18.75%; }
    .bzg_c[data-offset*="l3"] {
        margin-left: 18.75%; }
    .bzg_c[data-col*="l4"] {
        width: 25%; }
    .bzg_c[data-offset*="l4"] {
        margin-left: 25%; }
    .bzg_c[data-col*="l5"] {
        width: 31.25%; }
    .bzg_c[data-offset*="l5"] {
        margin-left: 31.25%; }
    .bzg_c[data-col*="l6"] {
        width: 37.5%; }
    .bzg_c[data-offset*="l6"] {
        margin-left: 37.5%; }
    .bzg_c[data-col*="l7"] {
        width: 43.75%; }
    .bzg_c[data-offset*="l7"] {
        margin-left: 43.75%; }
    .bzg_c[data-col*="l8"] {
        width: 50%; }
    .bzg_c[data-offset*="l8"] {
        margin-left: 50%; }
    .bzg_c[data-col*="l9"] {
        width: 56.25%; }
    .bzg_c[data-offset*="l9"] {
        margin-left: 56.25%; }
    .bzg_c[data-col*="l10"] {
        width: 62.5%; }
    .bzg_c[data-offset*="l10"] {
        margin-left: 62.5%; }
    .bzg_c[data-col*="l11"] {
        width: 68.75%; }
    .bzg_c[data-offset*="l11"] {
        margin-left: 68.75%; }
    .bzg_c[data-col*="l12"] {
        width: 75%; }
    .bzg_c[data-offset*="l12"] {
        margin-left: 75%; }
    .bzg_c[data-col*="l13"] {
        width: 81.25%; }
    .bzg_c[data-offset*="l13"] {
        margin-left: 81.25%; }
    .bzg_c[data-col*="l14"] {
        width: 87.5%; }
    .bzg_c[data-offset*="l14"] {
        margin-left: 87.5%; }
    .bzg_c[data-col*="l15"] {
        width: 93.75%; }
    .bzg_c[data-offset*="l15"] {
        margin-left: 93.75%; }
    .bzg_c[data-col*="l16"] {
        width: 100%; }
    .bzg_c[data-offset*="l16"] {
        margin-left: 100%; } }

legend {
    margin-bottom: 0.75em; }

input[type="password"] {
    font: small-caption;
    font-size: 1em; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none; }

input[type="number"] {
    -moz-appearance: textfield; }

.form__row {
    margin-bottom: 0.75em; }

.form-label {
    display: block;
    margin-top: 0.5em; }

.form-input {
    padding: 0.5em;
    border: solid 1px rgba(0, 0, 0, 0.15);
    font-family: inherit;
    background: #fff;
    border-radius: 3px; }
.form-input:focus {
    border-color: #2669d3;
    outline: none; }
.form-input[disabled] {
    cursor: not-allowed; }

.form-input--error {
    border-color: #d32c31; }
.form-input--error:focus {
    border-color: #d32c31; }

.form-input--success {
    border-color: #4eb74a; }
.form-input--success:focus {
    border-color: #4eb74a; }

.form-input--block {
    width: 100%; }

.form-input--larger {
    padding: 0.75em 0.5em; }

/*ul*/
.breadcrumb {
    padding: 0;
    list-style: none; }
.breadcrumb:after {
    display: table;
    clear: both;
    content: ''; }
.breadcrumb > li {
    position: relative;
    float: left; }
.breadcrumb > li:before {
    margin: 0 0.75em;
    color: #444;
    content: "→"; }
.breadcrumb > li:first-child:before {
    display: none; }

/*ul|ol*/
.pagination {
    padding: 0;
    margin: 0 0 1.5em 0;
    list-style: none;
    text-align: center;
    user-select: none; }
.pagination li {
    display: inline-block; }
.pagination a {
    display: block;
    padding: 0.375em 0.75em;
    border: solid 1px #ddd;
    color: #666;
    background: #eee; }
.pagination a:hover,
.pagination a:focus,
.pagination a.active {
    border-color: #555;
    color: #f8f8f8;
    background: #888; }
.pagination a.active {
    cursor: default; }

.media:after {
    display: table;
    clear: both;
    content: ''; }

.media__figure {
    float: left;
    margin-right: 0.75em; }

.media__body {
    overflow: hidden; }

@font-face {
    font-family: 'fawesome';
    src: url("../fonts/fawesome.eot");
    src: url("../fonts/fawesome.eot?#iefix11vmpt") format("embedded-opentype"), url("../fonts/fawesome.txt") format("woff"), url("../fonts/fawesome-1.txt") format("truetype"), url("../fonts/fawesome.svg") format("svg");
    font-weight: normal;
    font-style: normal; }

[class^="icon-"], [class*=" icon-"], .slick-prev, .slick-next, .sub-nav__item a:before, .breadcrumbs__item:after,
.ask-trigger:after, .nav-toggle:after {
    font-family: 'fawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
    content: "\f003"; }

.icon-user:before {
    content: "\f007"; }

.icon-th:before {
    content: "\f00a"; }

.icon-th-list:before {
    content: "\f00b"; }

.icon-clock-o:before {
    content: "\f017"; }

.icon-print:before {
    content: "\f02f"; }

.icon-chevron-left:before {
    content: "\f053"; }

.icon-chevron-right:before {
    content: "\f054"; }

.icon-twitter-square:before {
    content: "\f081"; }

.icon-facebook-square:before {
    content: "\f082"; }

.icon-phone:before {
    content: "\f095"; }

.icon-google-plus-square:before {
    content: "\f0d4"; }

.icon-glass:before {
    content: "\f000"; }

.icon-music:before {
    content: "\f001"; }

.icon-search2:before {
    content: "\f002"; }

.icon-envelope-o:before {
    content: "\f005"; }

.icon-heart:before {
    content: "\f004"; }

.icon-star:before {
    content: "\f006"; }

.icon-star-o:before {
    content: "\f008"; }

.icon-film:before {
    content: "\f009"; }

.icon-th-large:before {
    content: "\f00c"; }

.icon-th2:before {
    content: "\f00d"; }

.icon-th-list2:before {
    content: "\f00e"; }

.icon-check:before {
    content: "\f00f"; }

.icon-times:before {
    content: "\f010"; }

.icon-search-plus:before {
    content: "\f011"; }

.icon-search-minus:before {
    content: "\f012"; }

.icon-power-off:before {
    content: "\f013"; }

.icon-signal:before {
    content: "\f014"; }

.icon-gear:before {
    content: "\f016"; }

.icon-trash-o:before {
    content: "\f018"; }

.icon-home:before {
    content: "\f015"; }

.icon-file-o:before {
    content: "\f019"; }

.icon-clock-o2:before {
    content: "\f01a"; }

.icon-road:before {
    content: "\f01b"; }

.icon-download:before {
    content: "\f01c"; }

.icon-arrow-circle-o-down:before {
    content: "\f01d"; }

.icon-arrow-circle-o-up:before {
    content: "\f01e"; }

.icon-inbox:before {
    content: "\f01f"; }

.icon-play-circle-o:before {
    content: "\f020"; }

.icon-rotate-right:before {
    content: "\f021"; }

.icon-refresh:before {
    content: "\f022"; }

.icon-list-alt:before {
    content: "\f023"; }

.icon-lock:before {
    content: "\f024"; }

.icon-flag:before {
    content: "\f025"; }

.icon-headphones:before {
    content: "\f026"; }

.icon-volume-off:before {
    content: "\f027"; }

.icon-volume-down:before {
    content: "\f028"; }

.icon-volume-up:before {
    content: "\f029"; }

.icon-qrcode:before {
    content: "\f02a"; }

.icon-barcode:before {
    content: "\f02b"; }

.icon-tag:before {
    content: "\f02c"; }

.icon-tags:before {
    content: "\f02d"; }

.icon-book:before {
    content: "\f02e"; }

.icon-bookmark:before {
    content: "\f030"; }

.icon-print2:before {
    content: "\f031"; }

.icon-camera:before {
    content: "\f032"; }

.icon-font:before {
    content: "\f033"; }

.icon-bold:before {
    content: "\f034"; }

.icon-italic:before {
    content: "\f035"; }

.icon-text-height:before {
    content: "\f036"; }

.icon-text-width:before {
    content: "\f037"; }

.icon-align-left:before {
    content: "\f038"; }

.icon-align-center:before {
    content: "\f039"; }

.icon-align-right:before {
    content: "\f03a"; }

.icon-align-justify:before {
    content: "\f03b"; }

.icon-list:before {
    content: "\f03c"; }

.icon-dedent:before {
    content: "\f03d"; }

.icon-indent:before {
    content: "\f03f"; }

.icon-video-camera:before {
    content: "\f041"; }

.icon-photo:before {
    content: "\f03e"; }

.icon-pencil:before {
    content: "\f040"; }

.icon-map-marker:before {
    content: "\f042"; }

.icon-adjust:before {
    content: "\f043"; }

.icon-tint:before {
    content: "\f045"; }

.icon-edit:before {
    content: "\f044"; }

.icon-share-square-o:before {
    content: "\f046"; }

.icon-check-square-o:before {
    content: "\f047"; }

.icon-arrows:before {
    content: "\f048"; }

.icon-step-backward:before {
    content: "\f049"; }

.icon-fast-backward:before {
    content: "\f04a"; }

.icon-backward:before {
    content: "\f04c"; }

.icon-play:before {
    content: "\f04b"; }

.icon-pause:before {
    content: "\f04d"; }

.icon-stop:before {
    content: "\f04e"; }

.icon-forward:before {
    content: "\f04f"; }

.icon-fast-forward:before {
    content: "\f050"; }

.icon-step-forward:before {
    content: "\f051"; }

.icon-eject:before {
    content: "\f052"; }

.icon-chevron-left2:before {
    content: "\f055"; }

.icon-chevron-right2:before {
    content: "\f056"; }

.icon-plus-circle:before {
    content: "\f058"; }

.icon-minus-circle:before {
    content: "\f059"; }

.icon-times-circle:before {
    content: "\f057"; }

.icon-check-circle:before {
    content: "\f05a"; }

.icon-question-circle:before {
    content: "\f05b"; }

.icon-info-circle:before {
    content: "\f05c"; }

.icon-crosshairs:before {
    content: "\f05d"; }

.icon-times-circle-o:before {
    content: "\f05e"; }

.icon-check-circle-o:before {
    content: "\f05f"; }

.icon-ban:before {
    content: "\f060"; }

.icon-arrow-left:before {
    content: "\f061"; }

.icon-arrow-right:before {
    content: "\f062"; }

.icon-arrow-up:before {
    content: "\f063"; }

.icon-arrow-down:before {
    content: "\f064"; }

.icon-mail-forward:before {
    content: "\f065"; }

.icon-expand:before {
    content: "\f066"; }

.icon-compress:before {
    content: "\f068"; }

.icon-plus:before {
    content: "\f067"; }

.icon-minus:before {
    content: "\f069"; }

.icon-asterisk:before {
    content: "\f06a"; }

.icon-exclamation-circle:before {
    content: "\f06b"; }

.icon-gift:before {
    content: "\f06c"; }

.icon-leaf:before {
    content: "\f06d"; }

.icon-fire:before {
    content: "\f06e"; }

.icon-eye:before {
    content: "\f06f"; }

.icon-eye-slash:before {
    content: "\f070"; }

.icon-warning:before {
    content: "\f071"; }

.icon-plane:before {
    content: "\f072"; }

.icon-calendar:before {
    content: "\f073"; }

.icon-random:before {
    content: "\f074"; }

.icon-comment:before {
    content: "\f075"; }

.icon-magnet:before {
    content: "\f076"; }

.icon-chevron-up:before {
    content: "\f077"; }

.icon-chevron-down:before {
    content: "\f078"; }

.icon-retweet:before {
    content: "\f079"; }

.icon-shopping-cart:before {
    content: "\f07a"; }

.icon-folder:before {
    content: "\f07b"; }

.icon-folder-open:before {
    content: "\f07c"; }

.icon-arrows-v:before {
    content: "\f07d"; }

.icon-arrows-h:before {
    content: "\f07e"; }

.icon-bar-chart-o:before {
    content: "\f080"; }

.icon-twitter-square2:before {
    content: "\f083"; }

.icon-facebook-square2:before {
    content: "\f084"; }

.icon-camera-retro:before {
    content: "\f085"; }

.icon-key:before {
    content: "\f086"; }

.icon-gears:before {
    content: "\f087"; }

.icon-comments:before {
    content: "\f088"; }

.icon-thumbs-o-up:before {
    content: "\f089"; }

.icon-thumbs-o-down:before {
    content: "\f08b"; }

.icon-star-half:before {
    content: "\f08c"; }

.icon-heart-o:before {
    content: "\f08a"; }

.icon-sign-out:before {
    content: "\f08d"; }

.icon-linkedin-square:before {
    content: "\f08e"; }

.icon-thumb-tack:before {
    content: "\f08f"; }

.icon-external-link:before {
    content: "\f090"; }

.icon-sign-in:before {
    content: "\f091"; }

.icon-trophy:before {
    content: "\f092"; }

.icon-github-square:before {
    content: "\f093"; }

.icon-upload:before {
    content: "\f094"; }

.icon-lemon-o:before {
    content: "\f096"; }

.icon-phone2:before {
    content: "\f097"; }

.icon-square-o:before {
    content: "\f098"; }

.icon-bookmark-o:before {
    content: "\f09b"; }

.icon-phone-square:before {
    content: "\f09c"; }

.icon-twitter:before {
    content: "\f099"; }

.icon-facebook:before {
    content: "\f09a"; }

.icon-github:before {
    content: "\f09d"; }

.icon-unlock:before {
    content: "\f09e"; }

.icon-credit-card:before {
    content: "\f09f"; }

.icon-rss:before {
    content: "\f0a0"; }

.icon-hdd-o:before {
    content: "\f0a1"; }

.icon-bullhorn:before {
    content: "\f0a2"; }

.icon-bell-o:before {
    content: "\f0a3"; }

.icon-certificate:before {
    content: "\f0a4"; }

.icon-hand-o-right:before {
    content: "\f0a5"; }

.icon-hand-o-left:before {
    content: "\f0a6"; }

.icon-hand-o-up:before {
    content: "\f0a7"; }

.icon-hand-o-down:before {
    content: "\f0a8"; }

.icon-arrow-circle-left:before {
    content: "\f0a9"; }

.icon-arrow-circle-right:before {
    content: "\f0aa"; }

.icon-arrow-circle-up:before {
    content: "\f0ab"; }

.icon-arrow-circle-down:before {
    content: "\f0ac"; }

.icon-globe:before {
    content: "\f0ad"; }

.icon-wrench:before {
    content: "\f0ae"; }

.icon-tasks:before {
    content: "\f0af"; }

.icon-filter:before {
    content: "\f0b0"; }

.icon-briefcase:before {
    content: "\f0b1"; }

.icon-arrows-alt:before {
    content: "\f0b2"; }

.icon-group:before {
    content: "\f0c0"; }

.icon-chain:before {
    content: "\f0c1"; }

.icon-cloud:before {
    content: "\f0c2"; }

.icon-flask:before {
    content: "\f0c3"; }

.icon-cut:before {
    content: "\f0c4"; }

.icon-copy:before {
    content: "\f0c5"; }

.icon-paperclip:before {
    content: "\f0c6"; }

.icon-save:before {
    content: "\f0c7"; }

.icon-square:before {
    content: "\f0c8"; }

.icon-navicon:before {
    content: "\f0c9"; }

.icon-list-ul:before {
    content: "\f0ca"; }

.icon-list-ol:before {
    content: "\f0cb"; }

.icon-strikethrough:before {
    content: "\f0cc"; }

.icon-underline:before {
    content: "\f0cd"; }

.icon-table:before {
    content: "\f0ce"; }

.icon-magic:before {
    content: "\f0d0"; }

.icon-truck:before {
    content: "\f0d1"; }

.icon-pinterest:before {
    content: "\f0d2"; }

.icon-pinterest-square:before {
    content: "\f0d3"; }

.icon-google-plus-square2:before {
    content: "\f0d6"; }

.icon-google-plus:before {
    content: "\f0d5"; }

.icon-money:before {
    content: "\f0d7"; }

.icon-caret-down:before {
    content: "\f0d8"; }

.icon-caret-up:before {
    content: "\f0d9"; }

.icon-caret-left:before {
    content: "\f0da"; }

.icon-caret-right:before {
    content: "\f0db"; }

.icon-columns:before {
    content: "\f0dc"; }

.icon-unsorted:before {
    content: "\f0dd"; }

.icon-sort-down:before {
    content: "\f0de"; }

.icon-sort-up:before {
    content: "\f0df"; }

.icon-envelope:before {
    content: "\f0e0"; }

.icon-linkedin:before {
    content: "\f0e1"; }

.icon-rotate-left:before {
    content: "\f0e2"; }

.icon-legal:before {
    content: "\f0e3"; }

.icon-dashboard:before {
    content: "\f0e4"; }

.icon-comment-o:before {
    content: "\f0e5"; }

.icon-comments-o:before {
    content: "\f0e6"; }

.icon-flash:before {
    content: "\f0e7"; }

.icon-sitemap:before {
    content: "\f0e8"; }

.icon-umbrella:before {
    content: "\f0e9"; }

.icon-paste:before {
    content: "\f0ea"; }

.icon-lightbulb-o:before {
    content: "\f0eb"; }

.icon-exchange:before {
    content: "\f0ec"; }

.icon-cloud-download:before {
    content: "\f0ed"; }

.icon-cloud-upload:before {
    content: "\f0ee"; }

.icon-user-md:before {
    content: "\f0f0"; }

.icon-stethoscope:before {
    content: "\f0f1"; }

.icon-suitcase:before {
    content: "\f0f2"; }

.icon-bell:before {
    content: "\f0f3"; }

.icon-coffee:before {
    content: "\f0f4"; }

.icon-cutlery:before {
    content: "\f0f5"; }

.icon-file-text-o:before {
    content: "\f0f6"; }

.icon-building-o:before {
    content: "\f0f7"; }

.icon-hospital-o:before {
    content: "\f0f8"; }

.icon-ambulance:before {
    content: "\f0f9"; }

.icon-medkit:before {
    content: "\f0fa"; }

.icon-fighter-jet:before {
    content: "\f0fb"; }

.icon-beer:before {
    content: "\f0fc"; }

.icon-h-square:before {
    content: "\f0fd"; }

.icon-plus-square:before {
    content: "\f0fe"; }

.icon-angle-double-left:before {
    content: "\f100"; }

.icon-angle-double-right:before {
    content: "\f101"; }

.icon-angle-double-up:before {
    content: "\f102"; }

.icon-angle-double-down:before {
    content: "\f103"; }

.icon-angle-left:before {
    content: "\f104"; }

.icon-angle-right:before {
    content: "\f105"; }

.icon-angle-up:before {
    content: "\f106"; }

.icon-angle-down:before {
    content: "\f107"; }

.icon-desktop:before {
    content: "\f108"; }

.icon-laptop:before {
    content: "\f109"; }

.icon-tablet:before {
    content: "\f10a"; }

.icon-mobile-phone:before {
    content: "\f10b"; }

.icon-circle-o:before {
    content: "\f10c"; }

.icon-quote-left:before {
    content: "\f10d"; }

.icon-quote-right:before {
    content: "\f10e"; }

.icon-spinner:before {
    content: "\f110"; }

.icon-circle:before {
    content: "\f111"; }

.icon-mail-reply:before {
    content: "\f112"; }

.icon-github-alt:before {
    content: "\f113"; }

.icon-folder-o:before {
    content: "\f114"; }

.icon-folder-open-o:before {
    content: "\f115"; }

.icon-smile-o:before {
    content: "\f118"; }

.icon-frown-o:before {
    content: "\f119"; }

.icon-meh-o:before {
    content: "\f11a"; }

.icon-gamepad:before {
    content: "\f11b"; }

.icon-keyboard-o:before {
    content: "\f11c"; }

.icon-flag-o:before {
    content: "\f11d"; }

.icon-flag-checkered:before {
    content: "\f11e"; }

.icon-terminal:before {
    content: "\f120"; }

.icon-code:before {
    content: "\f121"; }

.icon-mail-reply-all:before {
    content: "\f122"; }

.icon-star-half-empty:before {
    content: "\f123"; }

.icon-location-arrow:before {
    content: "\f124"; }

.icon-crop:before {
    content: "\f125"; }

.icon-code-fork:before {
    content: "\f126"; }

.icon-unlink:before {
    content: "\f127"; }

.icon-question:before {
    content: "\f128"; }

.icon-info:before {
    content: "\f129"; }

.icon-exclamation:before {
    content: "\f12a"; }

.icon-superscript:before {
    content: "\f12b"; }

.icon-subscript:before {
    content: "\f12c"; }

.icon-eraser:before {
    content: "\f12d"; }

.icon-puzzle-piece:before {
    content: "\f12e"; }

.icon-microphone:before {
    content: "\f130"; }

.icon-microphone-slash:before {
    content: "\f131"; }

.icon-shield:before {
    content: "\f132"; }

.icon-calendar-o:before {
    content: "\f133"; }

.icon-fire-extinguisher:before {
    content: "\f134"; }

.icon-rocket:before {
    content: "\f135"; }

.icon-maxcdn:before {
    content: "\f136"; }

.icon-chevron-circle-left:before {
    content: "\f137"; }

.icon-chevron-circle-right:before {
    content: "\f138"; }

.icon-chevron-circle-up:before {
    content: "\f139"; }

.icon-chevron-circle-down:before {
    content: "\f13a"; }

.icon-html5:before {
    content: "\f13b"; }

.icon-css3:before {
    content: "\f13c"; }

.icon-anchor:before {
    content: "\f13d"; }

.icon-unlock-alt:before {
    content: "\f13e"; }

.icon-bullseye:before {
    content: "\f140"; }

.icon-ellipsis-h:before {
    content: "\f141"; }

.icon-ellipsis-v:before {
    content: "\f142"; }

.icon-rss-square:before {
    content: "\f143"; }

.icon-play-circle:before {
    content: "\f144"; }

.icon-ticket:before {
    content: "\f145"; }

.icon-minus-square:before {
    content: "\f146"; }

.icon-minus-square-o:before {
    content: "\f147"; }

.icon-level-up:before {
    content: "\f148"; }

.icon-level-down:before {
    content: "\f149"; }

.icon-check-square:before {
    content: "\f14a"; }

.icon-pencil-square:before {
    content: "\f14b"; }

.icon-external-link-square:before {
    content: "\f14c"; }

.icon-share-square:before {
    content: "\f14d"; }

.icon-share-square2:before {
    content: "\f14e"; }

.icon-compass:before {
    content: "\f14f"; }

.icon-toggle-down:before {
    content: "\f150"; }

.icon-toggle-up:before {
    content: "\f151"; }

.icon-toggle-right:before {
    content: "\f152"; }

.icon-file:before {
    content: "\f15b"; }

.icon-file-text:before {
    content: "\f15c"; }

.icon-sort-alpha-asc:before {
    content: "\f15d"; }

.icon-sort-alpha-desc:before {
    content: "\f15e"; }

.icon-sort-amount-asc:before {
    content: "\f160"; }

.icon-sort-amount-desc:before {
    content: "\f161"; }

.icon-sort-numeric-asc:before {
    content: "\f162"; }

.icon-sort-numeric-desc:before {
    content: "\f163"; }

.icon-thumbs-up:before {
    content: "\f164"; }

.icon-thumbs-down:before {
    content: "\f165"; }

.icon-youtube-square:before {
    content: "\f166"; }

.icon-youtube:before {
    content: "\f167"; }

.icon-youtube-play:before {
    content: "\f16a"; }

.icon-dropbox:before {
    content: "\f16b"; }

.icon-stack-overflow:before {
    content: "\f16c"; }

.icon-instagram:before {
    content: "\f16d"; }

.icon-flickr:before {
    content: "\f16e"; }

.icon-adn:before {
    content: "\f170"; }

.icon-bitbucket:before {
    content: "\f171"; }

.icon-bitbucket-square:before {
    content: "\f172"; }

.icon-tumblr:before {
    content: "\f173"; }

.icon-tumblr-square:before {
    content: "\f174"; }

.icon-long-arrow-down:before {
    content: "\f175"; }

.icon-long-arrow-up:before {
    content: "\f176"; }

.icon-long-arrow-left:before {
    content: "\f177"; }

.icon-long-arrow-right:before {
    content: "\f178"; }

.icon-apple:before {
    content: "\f179"; }

.icon-windows:before {
    content: "\f17a"; }

.icon-android:before {
    content: "\f17b"; }

.icon-skype:before {
    content: "\f17e"; }

.icon-foursquare:before {
    content: "\f180"; }

.icon-trello:before {
    content: "\f181"; }

.icon-female:before {
    content: "\f182"; }

.icon-male:before {
    content: "\f183"; }

.icon-gittip:before {
    content: "\f184"; }

.icon-sun-o:before {
    content: "\f185"; }

.icon-moon-o:before {
    content: "\f186"; }

.icon-archive:before {
    content: "\f187"; }

.icon-arrow-circle-o-right:before {
    content: "\f18e"; }

.icon-arrow-circle-o-left:before {
    content: "\f190"; }

.icon-toggle-left:before {
    content: "\f191"; }

.icon-dot-circle-o:before {
    content: "\f192"; }

.icon-wheelchair:before {
    content: "\f193"; }

.icon-vimeo-square:before {
    content: "\f194"; }

.icon-turkish-lira:before {
    content: "\f195"; }

.icon-plus-square-o:before {
    content: "\f196"; }

.icon-space-shuttle:before {
    content: "\f197"; }

.icon-slack:before {
    content: "\f198"; }

.icon-envelope-square:before {
    content: "\f199"; }

.icon-wordpress:before {
    content: "\f19a"; }

.icon-openid:before {
    content: "\f19b"; }

.icon-institution:before {
    content: "\f19c"; }

.icon-mortar-board:before {
    content: "\f19d"; }

.icon-yahoo:before {
    content: "\f19e"; }

.icon-google:before {
    content: "\f1a0"; }

.icon-pied-piper-square:before {
    content: "\f1a7"; }

.icon-fax:before {
    content: "\f1ac"; }

.icon-building:before {
    content: "\f1ad"; }

.icon-child:before {
    content: "\f1ae"; }

.icon-paw:before {
    content: "\f1b0"; }

.icon-spoon:before {
    content: "\f1b1"; }

.icon-cube:before {
    content: "\f1b2"; }

.icon-cubes:before {
    content: "\f1b3"; }

.icon-behance:before {
    content: "\f1b4"; }

.icon-behance-square:before {
    content: "\f1b5"; }

.icon-steam:before {
    content: "\f1b6"; }

.icon-steam-square:before {
    content: "\f1b7"; }

.icon-recycle:before {
    content: "\f1b8"; }

.icon-automobile:before {
    content: "\f1b9"; }

.icon-cab:before {
    content: "\f1ba"; }

.icon-tree:before {
    content: "\f1bb"; }

.icon-spotify:before {
    content: "\f1bc"; }

.icon-deviantart:before {
    content: "\f1bd"; }

.icon-soundcloud:before {
    content: "\f1be"; }

.icon-database:before {
    content: "\f1c0"; }

.icon-file-pdf-o:before {
    content: "\f1c1"; }

.icon-file-word-o:before {
    content: "\f1c2"; }

.icon-file-excel-o:before {
    content: "\f1c3"; }

.icon-file-powerpoint-o:before {
    content: "\f1c4"; }

.icon-file-photo-o:before {
    content: "\f1c5"; }

.icon-file-zip-o:before {
    content: "\f1c6"; }

.icon-file-sound-o:before {
    content: "\f1c7"; }

.icon-file-movie-o:before {
    content: "\f1c8"; }

.icon-file-code-o:before {
    content: "\f1c9"; }

.icon-vine:before {
    content: "\f1ca"; }

.icon-codepen:before {
    content: "\f1cb"; }

.icon-jsfiddle:before {
    content: "\f1cc"; }

.icon-life-bouy:before {
    content: "\f1cd"; }

.icon-circle-o-notch:before {
    content: "\f1ce"; }

.icon-ra:before {
    content: "\f1d0"; }

.icon-ge:before {
    content: "\f1d1"; }

.icon-hacker-news:before {
    content: "\f1d4"; }

.icon-tencent-weibo:before {
    content: "\f1d5"; }

.icon-qq:before {
    content: "\f1d6"; }

.icon-wechat:before {
    content: "\f1d7"; }

.icon-send:before {
    content: "\f1d8"; }

.icon-send-o:before {
    content: "\f1d9"; }

.icon-history:before {
    content: "\f1da"; }

.icon-circle-thin:before {
    content: "\f1db"; }

.icon-header:before {
    content: "\f1dc"; }

.icon-paragraph:before {
    content: "\f1dd"; }

.icon-sliders:before {
    content: "\f1de"; }

.icon-share-alt:before {
    content: "\f1e0"; }

.icon-share-alt-square:before {
    content: "\f1e1"; }

.icon-bomb:before {
    content: "\f1e2"; }

.icon-cart:before {
    content: "\e600"; }

.icon-user2:before {
    content: "\e601"; }

.icon-star2:before {
    content: "\e602"; }

.icon-star3:before {
    content: "\e603"; }

.icon-star4:before {
    content: "\e604"; }

.icon-close:before {
    content: "\e605"; }

.icon-checkmark:before {
    content: "\e606"; }

.icon-tag2:before {
    content: "\e607"; }

.icon-trash:before {
    content: "\e608"; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
.slick-track:before,
.slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

.btn-prev, .btn-next {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    width: 0;
    height: 0;
    top: 50%;
    left: 0;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 36px;
    border: none;
    color: #FFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
.btn-prev:focus, .btn-next:focus {
    outline: none; }
.btn-prev.slick-disabled, .btn-next.slick-disabled {
    opacity: .25;
    cursor: not-allowed; }

.btn-next {
    left: auto;
    right: 0; }

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 15px; }
.slick-dots li {
    display: inline-block;
    margin: 0 5px; }
.slick-dots li button {
    text-indent: -30px;
    overflow: hidden;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1); }
.slick-dots li.slick-active button {
    background: #FFF; }

* {
    box-sizing: border-box; }

html {
    font: 400 14px "Arial", sans-serif;
    line-height: 1.5; }

body {
    color: #333333;
    background-color: #f1f1f1;
    background-size: 120% auto; }
@media screen and (min-width: 60em) {
    body {
        background-size: auto; } }

a {
    color: #0094ed;
    text-decoration: none; }
a:hover,
a:focus {
    color: #0074ba; }

.block {
    margin-bottom: 1.5em; }

.container {
    width: 95%;
    max-width: 960px;
    margin: 0 auto; }

.fill-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
.fill-img > img {
    position: absolute;
    opacity: 0; }

.site-header {
    position: relative;
    z-index: 3;
    padding: 10px 0;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.title-group a {
    display: block;
    color: #333333; }

.site-logo {
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    line-height: 1; }
.site-logo img {
    float: left;
    margin-right: 10px;
    height: 45px; }
@media screen and (min-width: 48em) {
    .site-logo img {
        height: 75px; } }

.site-logo--sub {
    padding-left: 20px;
    line-height: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
.site-logo--sub span {
    font-size: 10px; }
.site-logo--sub strong {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.35);
    color: #233293; }
@media screen and (min-width: 48em) {
    .site-logo--sub {
        padding: 10px 0 0 20px; }
    .site-logo--sub span {
        font-size: 17px; }
    .site-logo--sub strong {
        font-size: 36px; } }

.title--mod {
    background: rgba(0, 0, 0, 0.15);
    margin: -30px -30px 30px;
    font-family: "roboto_condensed", "Arial Narrow", sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #4d4d4d; }
.title--mod .title-icon {
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.7);
    width: 60px;
    text-align: center; }
.title--mod .title-text {
    padding: 15px 10px; }

.site-main {
    /*position: relative;*/
    z-index: 2;
    min-height: 500px; 
}

a.btn-home {
    display: inline-block;
    font-size: 24px;
    padding: 10px;
    transition: all 0.25s ease; }
a.btn-home .btn-text {
    display: none;
    font-family: "roboto_condensed", "Arial Narrow", sans-serif;
    text-transform: uppercase; }
@media screen and (min-width: 48em) {
    a.btn-home {
        margin-top: 20px; }
    a.btn-home .btn-text {
        display: inline-block; } }
a.btn-home:hover {
    background: #3799DE;
    color: #fff; }

.section--intro {
    padding: 40px 0;
    background-color: #0E2A3E;
    height: 77%;
	background-image: url(/assets/images/bg-8.png);
/*    background-image: url(/simpeg_kemenko/assets/images/bg-7.jpg);*/
    /*background-attachment: fixed; */
}
@media screen and (min-width: 48em) {
    .section--intro {
        padding: 60px 0 50px; } }

.home-slider {
    position: relative;
    max-height: 347px;
    overflow: hidden; }
.home-slider .slick-list {
    overflow: hidden;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.home-slider .btn-prev, .home-slider .btn-next {
    top: 155px;
    margin-top: -20px; }

.home-slider__item {
    height: 310px;
    position: relative; }
.home-slider__item .slide-img {
    height: 100%;
    margin: 0; }
.home-slider__item .slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF; }
.home-slider__item .slide-text a {
    color: #FFF; }
.home-slider__item .slide-text a:hover {
    color: #63afe5; }
.home-slider__item .slide-title {
    font-family: "roboto_condensed", "Arial Narrow", sans-serif;
    margin-top: 0; }
.home-slider__item .slide-content {
    line-height: 1.2;
    font-size: 12px; }

.login-user {
    background: rgba(230, 230, 230, 0.5);
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #FFF; }
@media screen and (min-width: 48em) {
    .login-user {
        height: 310px; } }
.login-user .form__row {
    margin-bottom: 1.5em; }
.login-user .form__row:last-child {
    margin-bottom: 0; }

.section--hilite {
    padding: 60px 0; }

@media screen and (min-width: 48em) {
    .tab-nav ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-bottom: 1px solid #cccccc; } }

.tab-nav__item {
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "roboto_condensed", "Arial Narrow", sans-serif; }
.tab-nav__item a {
    display: block;
    padding: 10px;
    border-bottom: 3px solid transparent;
    color: gray;
    transition: all 0.5s ease; }
.tab-nav__item a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #3799DE; }
@media screen and (min-width: 48em) {
    .tab-nav__item {
        position: relative;
        display: table-cell; }
    .tab-nav__item a {
        height: 100%;
        width: 100%; } }

.tab-nav__item.active-tab a {
    color: #0074ba;
    border-bottom-color: #3799DE;
    background: #FFF; }

.tab-content {
    background: #FFF;
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 60em) {
    .tab-content {
        padding: 40px 60px; } }

.tab-panel {
    display: none; }
.tab-panel.active {
    display: block; }

.post__item {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px dotted #cccccc; }

.post-head {
    margin-bottom: 1.5em; }

.post-title {
    margin-bottom: 5px; }

.post-time {
    font-size: 85%; }

.post-content {
    margin-bottom: 1.5em; }

.section--ultah {
    padding: 80px 0;
    color: #FFF;
    background-color: #1a1a1a;
    background-attachment: fixed; }

.ultah-slider__item .item-img {
    width: 80px;
    height: 90px;
    margin: 0 auto 1.5em;
    border-radius: 15px;
    overflow: hidden;
    background-color: #cccccc; }

.ultah-slider__item .item-text a {
    color: #FFF; }

.ultah-slider__item .ultah-name {
    font-family: "roboto_condensed", "Arial Narrow", sans-serif;
    font-size: 1.2em;
    text-transform: uppercase; }

.section-content {
    padding: 60px 0; }

.main-col {
    background: #fafafa;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.post blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    padding: 0 5px;
    margin: 0.5em;
    margin-bottom: 1.5em; }

.mod {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: #e6e6e6;
    margin-bottom: 1.5em; }

.mod-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 2px solid #3799DE; }

.mod-content {
    background: #fafafa;
    padding: 20px; }

.side-nav-content {
    font-family: "roboto_condensed", "Arial Narrow", sans-serif;
    margin: -20px -20px 0; }
.side-nav-content li:not(:first-child) {
    border-top: 1px solid #cccccc; }
.side-nav-content a {
    display: block;
    color: #4d4d4d;
    padding: 5px 20px; }
.side-nav-content a:hover {
    background: #e6f2fb; }

.title-section {
    color: gray;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px; }

.section--latest {
    padding: 60px 0;
    background: #FFF; }
.section--latest .latest-list__item {
    border-bottom: none; }

.latest-list__item {
    padding: 0 10px; }
@media screen and (min-width: 48em) {
    .latest-list__item {
        padding: 0 30px; } }
@media screen and (min-width: 60em) {
    .latest-list__item {
        padding: 0 60px; } }

.site-foter {
    background: #0E2A3E;
    padding: 30px 0;
    color: #FFF; }

.site-counter {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #8fc6ec;
    line-height: 1; }
.site-counter .site-counter__number {
    display: block;
    font-family: "roboto_condensed", "Arial Narrow", sans-serif;
    font-weight: 900;
    font-size: 2em; }

.site-counter__item {
    text-align: left;
    display: inline-block;
    margin: 10px; }
