@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*---------- varibles -------*/
/*---------- clear ----------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.authorization {
    width: 300px;
    height: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -115px;
    border: 1px #ccc solid;
    border-radius: 5px;
    text-align: center;
    background-color: #dfdfdf;
}
.authorization .form-input {
    margin-bottom: 10px;
}
.authorization .form-input label {
    display: inline-block;
    text-align: left;
}
.authorization input[type="submit"] {
    max-width: 100px;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before,
.page-nav__prev:before {
    content: "";
}

.fa-chevron-right:before,
.side-bar-menu li > a:before,
.page-nav__next:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before,
ul.steps li:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before,
.side-bar-menu .sub-menu li > a:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

/*------------------------------------*    $TYPOGRAPHY
\*------------------------------------*/
body {
    font-size: 0.875em;
    line-height: 1.3em;
    font-family: Tahoma, sans-serif;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma, sans-serif;
    color: #000000;
    font-weight: bold;
}

h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin-top: 0.4em;
    margin-bottom: 1.9em;
}

h2 {
    font-size: 1.2em;
    color: #3b5aa0;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.8em;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
    margin: 5px 15px 0px 0px;
    margin-bottom: 20px;
}

img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
    margin: 5px 10px 0px 15px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 15px;
}

table tr td {
    padding: 5px;
    font-size: 15px;
}

table tr {
    border-bottom: 1px #ddd solid;
}

table tr:first-child {
    background-color: #dfdfdf;
    border-bottom: 2px #ccc solid;
    font-weight: bold;
    text-align: center;
}

table tr td:first-child {
    min-width: 100px;
}

ul.steps {
    list-style: none;
    padding: 0;
    padding-top: 20px;
}
ul.steps li {
    display: block;
    border-radius: 5px;
    border: 1px #ccc solid;
    margin: 0 auto 28px;
    padding: 20px;
    max-width: 450px;
    position: relative;
}
ul.steps li:before {
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -10px;
    font-family: "FontAwesome";
    color: #777;
}
ul.steps li:last-child:before {
    display: none;
}

table.contact-us tr,
table.contact-us tr:first-child {
    background-color: #fff;
    border: none;
}

table.contact-us tr td {
    text-align: left;
    line-height: 23px;
}
table.contact-us tr td h3 {
    color: #3b5aa0;
}

.feedback-form-wrap i {
    font-weight: bold;
    color: red;
    font-style: normal;
}

.feedback-form-wrap .notice {
    font-size: 0.8em;
    color: #aaa;
}

.feedback-form-wrap .error-message {
    color: red;
}

.feedback-form-wrap input,
.feedback-form-wrap textarea {
    width: 100%;
    padding: 5px;
    border: 1px #ccc solid;
}

.feedback-form-wrap textarea {
    min-height: 150px;
}

.feedback-form-wrap label.error {
    display: inline-block;
    color: red;
    bottom: -10px;
    right: 0;
    font-size: 10px;
}

.feedback-form-wrap #captcha {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.feedback-form-wrap #captcha_img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

input.error,
textarea.error {
    border: 1px red solid;
    background-color: #fdeeee;
}

.form-field {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.left-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
    padding-right: 20px;
}
@media (max-width: 580px) {
    .left-wrap {
        padding-right: 0;
        max-width: 200px;
    }
}

.right-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 350px;
}

.send-button-wrap {
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding-top: 20px;
}
.send-button-wrap .send-button {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    padding: 15px 20px;
    border: 1px #bfbfbf solid;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.send-button-wrap .send-button:hover {
    background: #4869af;
    color: #fff;
}

/*------------------------------------*    $LAYOUT
\*------------------------------------*/
.block-wrp {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    position: relative;
}

.page {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

.site-canvas {
    width: 100%;
    min-height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.offcanvas-site-menu {
    position: absolute;
    width: 330px;
    min-height: 100%;
    overflow: auto;
    top: 0;
    right: -330px;
    padding: 0;
    padding-top: 70px;
    background: #4768af;
    color: #fff;
}

.page.show-nav .site-canvas {
    min-height: 768px;
    -webkit-transform: translateX(-330px);
    -ms-transform: translateX(-330px);
    transform: translateX(-330px);
}

/*----- site-header -----*/
/*----- site-main -------*/ 
.main-content {
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 67%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar {
    margin-left: 75%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 850px) {
    .main-content {
        width: 100%;
        float: none;
    }
    .sidebar {
        margin-left: 0;
    }
}



.main-content:before,
.main-content:after,
.content:before,
.content:after,
.sidebar:before,
.sidebar:after {
    content: " ";
    display: table;
}

.main-content:after,
.content:after,
.sidebar:after {
    clear: both;
}

/*----- site-footer ----- */
/*------------------------------------*    $HEADER
\*------------------------------------*/
.header-top-bar {
    height: 118px;
    background: #fff;
}
@media (max-width: 850px) {
    .header-top-bar {
        height: 60px;
        background-color: #fff;
        border-bottom: 1px #d8d8d8 solid;
    }
}

.header-top-bar .logo {
    display: block;
    position: absolute;
    top: 35px;
    left: 30px;
    text-align: left;
}
@media (max-width: 850px) {
    .header-top-bar .logo {
        width: 200px;
        top: 10px;
        left: 10px;
    }
}

.header-top-bar .text-contact {
    display: block;
    position: absolute;
    width: 490px;
    color: #666666;
    right: 0;
    font: 0.9em Tahoma, sans-serif;
}
.header-top-bar .text-contact .address {
    position: absolute;
    top: 40px;
    left: -30px;
    padding-left: 10px;
    width: 180px;
}
.header-top-bar .text-contact .address i {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}
.header-top-bar .text-contact .address span {
    position: absolute;
    top: -2px;
    left: 13px;
    display: inline-block;
    text-align: left;
    line-height: 19px;
}
.header-top-bar .text-contact .phone-wrp {
    position: absolute;
    top: 40px;
    left: 180px;
    width: 120px;
}
.header-top-bar .text-contact .phone-wrp .fax {
    margin-top: 5px;
}
.header-top-bar .text-contact .phone-wrp i {
    display: inline-block;
    margin-right: 5px;
}
.header-top-bar .text-contact .rus-vers {
    position: absolute;
    top: 40px;
    right: 35px;
    display: inline-block;
    color: #000;
}
.header-top-bar .text-contact .rus-vers a {
    display: inline-block;
    padding: 9px 20px;
    border: 1px #bfbfbf solid;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header-top-bar .text-contact .rus-vers a:hover {
    background: #4869af;
    color: #fff;
}
@media (max-width: 850px) {
    .header-top-bar .text-contact {
        display: none;
    }
}
@media (min-width: 851px) and (max-width: 1024px) {
    .header-top-bar .text-contact {
        right: 40px;
    }
}

.header-img--home {
    height: 356px;
}
.header-img--home .einfo {
    padding: 130px 0;
    color: #fff;
    font: 40px times;
}

.header-img {
    height: 200px;
}
.header-img .einfo {
    padding: 50px 0;
    color: #fff;
    font: 40px times;
}

.header-img,
.header-img--home {
    background-size: cover !important;
    width: 100%;
}
@media (max-width: 850px) {
    .header-img,
    .header-img--home {
        display: none;
    }
}
@media (min-width: 851px) and (max-width: 1024px) {
    .header-img,
    .header-img--home {
        height: 90px;
    }
    .header-img .einfo,
    .header-img--home .einfo {
        padding: 20px 0;
        font: 23px times;
    }
}

/*------------------------*		#NAVIGATIONS
\*------------------------*/
/* all links */
a {
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

a,
a:visited {
    color: #3b5aa0;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

/*--------- MAIN-MENU ---------*/
.main-menu-wrap {
    background: #4869af;
    width: 100%;
}

.main-menu {
    padding: 0;
    margin: 0;
    display: table;
}
.main-menu:after {
    content: "";
    clear: both;
}

/*----------  Super Fish меню ---------------*/
/*** Основные стили ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/*--------- Оформление суперфиш менюхи ---------*/
.sf-menu {
    float: left;
    width: 100%;
}

.sf-menu ul {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 12em;
    /* allow long menu items to determine submenu width */
    *width: 12em;
    /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
    padding: 0.75em 1em;
    text-decoration: none;
    color: #fff;
}

.sf-menu li {
    background: #4869af;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: left;
}

/* ширина ссылки в главном меню 1 уровня */
.sf-menu > li > a {
    padding: 15px 1.2em;
}

.sf-menu ul li {
    background: #5575ba;
}

.sf-menu ul li:not(:last-child) a {
    border-bottom: 1px solid #6082cd;
}

.sf-menu ul ul li {
    background: #6080c5;
}

.sf-menu li.active,
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #b14a95;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

/*---- Стрелки если есть вложенность в менюхе ----**/
.dizi-sf-arrows .dizi-sf-with-ul {
    padding-right: 2.5em;
}

/* styling for both css and generated arrows */
.dizi-sf-arrows .dizi-sf-with-ul:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dfeeff;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, 0.5);
}

.dizi-sf-arrows > li > .dizi-sf-with-ul:focus:after,
.dizi-sf-arrows > li:hover > .dizi-sf-with-ul:after,
.dizi-sf-arrows > .sfHover > .dizi-sf-with-ul:after {
    border-top-color: white;
    /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.dizi-sf-arrows ul .dizi-sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dfeeff;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, 0.5);
}

.dizi-sf-arrows ul li > .dizi-sf-with-ul:focus:after,
.dizi-sf-arrows ul li:hover > .dizi-sf-with-ul:after,
.dizi-sf-arrows ul .sfHover > .dizi-sf-with-ul:after {
    border-left-color: white;
}

@media (min-width: 1120px) and (max-width: 1190px) {
    .sf-menu > li > a {
        padding: 15px 0.8em;
    }
}

@media (min-width: 1024px) and (max-width: 1121px) {
    .sf-menu > li > a {
        padding: 15px 0.45em;
    }
}

@media screen and (min-width: 1025px) {
    .main-menu--mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .main-menu--desctop {
        display: none;
    }
}

/*============= MOBILE MENU ================*/
.hamburger {
    display: none;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 17px;
    right: 20px;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.hamburger.open {
    right: -305px;
    top: 25px;
    width: 25px;
    height: 25px;
}
@media (max-width: 1024px) {
    .hamburger {
        display: block;
    }
}
@media (min-width: 851px) {
    .hamburger {
        top: 45px;
    }
}

.hamburger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #555;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hamburger.open span {
    background-color: #fff;
    height: 3px;
}

.hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 2px;
}

.hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 2px;
}

.mobile-menu {
    list-style: none;
    width: 100%;
    padding: 0;
}
.mobile-menu li {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin-left: 10px;
}
.mobile-menu li a {
    display: inline-block;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
    text-decoration: none;
}
.mobile-menu > li a {
    color: #fff;
}

.mobile-menu .sub-menu {
    display: none;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0;
}

.mobile-menu .item > .open-down-button {
    color: #fff;
}

.mobile-menu .item > .sub-menu {
    background-color: #4c6fbb;
}
.mobile-menu .item > .sub-menu a {
    color: #fff;
}
.mobile-menu .item > .sub-menu > li .sub-menu {
    width: 100%;
    background-color: #5479cb;
}

.mobile-menu .item.active > .dizi-sf-with-ul,
.mobile-menu .sub-menu .sub-menu__item.active > a:not(.open-down-button) {
    background: #b14a95;
}

.mobile-menu .active.has-sub-menu > .sub-menu {
    display: block;
}

a.open-down-button {
    display: inline-block;
    padding: 0 !important;
    position: absolute;
    top: 7px;
    right: 25px;
    width: 25px !important;
    height: 25px;
    text-align: center;
    line-height: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
    color: #fff;
}
a.open-down-button:before {
    content: "+";
    display: inline-block;
}
a.open-down-button.opened {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
a.open-down-button.opened:before {
    content: "-";
    display: inline-block;
}

/*------------ sidebar-menu ---------*/
.side-bar-menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}
.side-bar-menu li > a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
}
.side-bar-menu li > a:before {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: FontAwesome;
    font-size: 10px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}
.side-bar-menu li > a:hover:before {
    left: 4px;
}
.side-bar-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

/*------------------------------------*    $MODULES
\*------------------------------------*/
/* clients-case -widget in sidebar */
.case-widget {
    position: relative;
    padding-top: 20px;
}
.case-widget__title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 25px 0;
}
.case-widget__text {
    position: relative;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px #c6c6c6 solid;
}
.case-widget__text:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 17px;
    bottom: -15px;
    left: 10px;
    background: url(../images/case-img.png);
}
.case-widget__text p {
    margin: 0;
}
.case-widget__client-name {
    font-weight: bold;
}
.case-widget__other-link {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
}

/*not found*/
.error .navbar,
.error .footer,
.error .navbar-toggle {
    display: none !important;
}
.error_404{
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 80px auto;
  text-align: center;
  row-gap: 16px;
  
}
.error_404 .error__inner {
    color: #cdd4de;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.error_404 .error__title {
    font-size: 160px;
    line-height: 1;
    opacity: 0.6;
    margin-top: 0;
    margin-bottom: 0;
}
.error_404 .error__subtitle {
    font-size: 34px;
    font-weight: 600;
    opacity: 0.9;
}
.error_404 .error__description p {
    opacity: 0.7;
}
.error_404 .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  margin-top: 24px;
}
.error_404 .btn-primary {
  color: #4869AF;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #5575ba;
  padding: 12px 32px;
  position: relative;
  z-index: 0;
}
/*Blog*/
.post {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px #c6c6c6 dashed;
}
.post__title {
    margin-bottom: 3px;
}
.post__meta {
    color: #777;
}
.post__read-more {
    display: inline-block;
    margin-left: 10px;
}
.post__tags i {
    display: inline-block;
    margin-right: 10px;
    color: #888;
}
.post__tags a {
    display: inline-block;
    background-color: #efefef;
    border: 1px #dfdfdf solid;
    margin-right: 5px;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.post__tags a:hover {
    background-color: #ddd;
}

/* Blog-widget in sidebar */
.blog-widget {
    position: relative;
    margin-top: 50px;
}
.blog-widget__title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 25px 0;
}
.blog-widget__all-post-link {
    position: absolute;
    display: block;
    right: 0;
    top: 5px;
}
.blog-widget__posts .post {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    border-bottom: none;
}
.blog-widget__posts .post__meta {
    font-size: 11px;
}
.blog-widget__posts .post__content p {
    margin: 0;
}
.blog-widget__posts .post__content h3 {
    font-size: 1em;
    margin: 0;
    font-weight: normal;
}

/* Blog posts pagination */
.page-nav {
    margin: 50px 0 0 0;
}

.page-nav__prev,
.page-nav__next {
    display: block;
    position: relative;
    text-decoration: none;
    min-width: 150px;
    padding: 10px;
    background: #dedede;
    text-align: center;
}

.page-nav__prev:before,
.page-nav__next:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    top: 11px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 320px) {
    .page-nav__prev,
    .page-nav__next {
        min-width: 125px;
    }
}

.page-nav__prev {
    float: left;
}

.page-nav__prev:before {
    left: 15px;
}

.page-nav__prev:hover:before {
    left: 10px;
}

.page-nav__next {
    float: right;
}

.page-nav__next:before {
    right: 15px;
}

.page-nav__next:hover:before {
    right: 10px;
}

/* Pgination */
.pagination-wrap {
    margin-top: 40px;
}

.pagination {
    list-style: none;
    padding: 0;
}

.pagination li {
    display: inline-block;
    margin: 0 2px;
}

.pagination li a,
.pagination li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 3px 7px;
    text-decoration: none;
}

.pagination li a:hover {
    text-decoration: underline;
}

.pagination li.disabled {
    color: #dfdfdf !important;
}

.pagination li.active span {
    background-color: #dfdfdf;
}

.pagination .icon-arrow-left,
.pagination .icon-arrow-right {
    font-size: 14px;
}

.pagination .icon-arrow-left:hover {
}

.pagination .icon-arrow-right:hover {
}
/*------------------------------------*    $FOOTER
\*------------------------------------*/
.site-footer {
    position: absolute;
    bottom: 0;
    color: #919b98;
    height: 94px;
    width: 100%;
    background: #f0f0f0;
    border-top: 1px solid #d8d8d8;
}

/*Parfyonov - logo*/
a.parfyonov,
a.parfyonov:visited,
a.parfyonov:hover {
    text-decoration: none;
}
a.parfyonov .logotype,
a.parfyonov:visited .logotype,
a.parfyonov:hover .logotype {
    font: bold 14px/20px Arial, sans-serif;
    letter-spacing: 2px;
    color: black;
}
a.parfyonov .red,
a.parfyonov:visited .red,
a.parfyonov:hover .red {
    color: red;
    font-style: italic;
}

.copy span {
    display: inline-block;
    margin-right: 5px;
}

.copy a {
    display: inline-block;
    margin-left: 5px;
    color: #919b98;
}

.copyrights__left {
    float: left;
    margin-top: 15px;
}
@media (max-width: 420px) {
    .copyrights__left {
        float: none;
        text-align: center;
        margin-top: 0;
    }
}

.copyrights__right {
    float: right;
    margin-top: 35px;
}
@media (max-width: 420px) {
    .copyrights__right {
        float: none;
        text-align: center;
        margin-top: 0;
    }
}
