@import "https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,700,700i,900,900i&amp;subset=cyrillic";
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:400,400i,500,500i,700,700i&subset=cyrillic');
@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    src: url("font/summernote.eot?#iefix") format("embedded-opentype"), url("font/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("font/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype");
}

body {
    color: #7e8890;
    font-family: "AgoraSansProMedium",sans-serif;
    font-size: 13px;
    line-height: 28px;
}

[class^="note-icon-"]::before, [class*=" note-icon-"]::before {
    display: inline-block;
    font-family: summernote;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
}
.note-icon-align-center::before {
    content: "";
}
.note-icon-align-indent::before {
    content: "";
}
.note-icon-align-justify::before {
    content: "";
}
.note-icon-align-left::before {
    content: "";
}
.note-icon-align-outdent::before {
    content: "";
}
.note-icon-align-right::before {
    content: "";
}
.note-icon-align::before {
    content: "";
}
.note-icon-arrows-alt::before {
    content: "";
}
.note-icon-bold::before {
    content: "";
}
.note-icon-caret::before {
    content: "";
}
.note-icon-chain-broken::before {
    content: "";
}
.note-icon-circle::before {
    content: "";
}
.note-icon-close::before {
    content: "";
}
.note-icon-code::before {
    content: "";
}
.note-icon-eraser::before {
    content: "";
}
.note-icon-font::before {
    content: "";
}
.note-icon-frame::before {
    content: "";
}
.note-icon-italic::before {
    content: "";
}
.note-icon-link::before {
    content: "";
}
.note-icon-magic::before {
    content: "";
}
.note-icon-menu-check::before {
    content: "";
}
.note-icon-minus::before {
    content: "";
}
.note-icon-orderedlist::before {
    content: "";
}
.note-icon-pencil::before {
    content: "";
}
.note-icon-picture::before {
    content: "";
}
.note-icon-question::before {
    content: "";
}
.note-icon-redo::before {
    content: "";
}
.note-icon-special-character::before {
    content: "";
}
.note-icon-square::before {
    content: "";
}
.note-icon-strikethrough::before {
    content: "";
}
.note-icon-subscript::before {
    content: "";
}
.note-icon-summernote::before {
    content: "";
}
.note-icon-superscript::before {
    content: "";
}
.note-icon-table::before {
    content: "";
}
.note-icon-text-height::before {
    content: "";
}
.note-icon-trash::before {
    content: "";
}
.note-icon-underline::before {
    content: "";
}
.note-icon-undo::before {
    content: "";
}
.note-icon-unorderedlist::before {
    content: "";
}
.note-icon-video::before {
    content: "";
}
.note-editor {
    position: relative;
}
.note-editor .note-dropzone {
    background-color: white;
    color: #87cefa;
    display: none;
    opacity: 0.95;
    position: absolute;
    z-index: 100;
}
.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.note-editor .note-dropzone.hover {
    color: #098ddf;
}
.note-editor.dragover .note-dropzone {
    display: table;
}
.note-editor .note-editing-area {
    position: relative;
}
.note-editor .note-editing-area .note-editable {
    outline: 0 none;
}
.note-editor .note-editing-area .note-editable sup {
    vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub;
}
.note-editor.note-frame {
    border: 1px solid #a9a9a9;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block;
}
.note-editor.note-frame .note-editing-area {
    overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    overflow: auto;
    padding: 10px;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
    background-color: #222;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #ccc;
    display: none;
    font-family: Menlo,Monaco,monospace,sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
    resize: none;
    width: 100%;
}
.note-editor.note-frame.fullscreen {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
.note-editor.note-frame.fullscreen .note-editable {
    background-color: white;
}
.note-editor.note-frame.fullscreen .note-resizebar {
    display: none;
}
.note-editor.note-frame .note-statusbar {
    background-color: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
    cursor: ns-resize;
    height: 8px;
    padding-top: 1px;
    width: 100%;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    border-top: 1px solid #a9a9a9;
    margin: 1px auto;
    width: 20px;
}
.note-editor.note-frame .note-placeholder {
    padding: 10px;
}
.note-popover.popover {
    max-width: none;
}
.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.note-popover.popover .arrow {
    left: 20px;
}
.note-popover .popover-content, .panel-heading.note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 5px;
}
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 5px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    cursor: pointer;
    height: 10em;
    position: absolute;
    width: 10em;
    z-index: 3;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat scroll 0 0;
    height: 5em;
    position: relative;
    width: 5em;
    z-index: 1;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat scroll 0 0;
    height: 1em;
    position: absolute;
    width: 1em;
    z-index: 2;
}
.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
    margin: 0;
}
.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
    padding-left: 5px;
    width: 20px;
}
.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
    min-width: 340px;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
    margin: 0;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    border-radius: 5px;
    cursor: pointer;
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    width: 100%;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
    height: 20px;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background: #eee none repeat scroll 0 0;
}
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px;
}
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
    margin-right: 5px;
}
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
    min-width: 90px;
}
.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
    left: auto;
    right: 0;
}
.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
    left: auto;
    right: 9px;
}
.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
    left: auto;
    right: 10px;
}
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
    visibility: visible;
}
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
    font-size: 10px;
}
.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
    line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
    border: 1px solid #fff;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000;
}
.note-dialog > div {
    display: none;
}
.note-dialog .form-group {
    margin-left: 0;
    margin-right: 0;
}
.note-dialog .note-modal-form {
    margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
    border: 4px dashed lightgray;
    color: lightgray;
    font-size: 30px;
    line-height: 4;
    margin-bottom: 10px;
    min-height: 100px;
    text-align: center;
}
@-moz-document url-prefix("") {
	.note-image-input {
		height: auto;
	}
}
.note-placeholder {
    color: gray;
    display: none;
    position: absolute;
}
.note-handle .note-control-selection {
    border: 1px solid black;
    display: none;
    position: absolute;
}
.note-handle .note-control-selection > div {
    position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
    background-color: black;
    height: 100%;
    opacity: 0.3;
    width: 100%;
}
.note-handle .note-control-selection .note-control-handle {
    border: 1px solid black;
    height: 7px;
    width: 7px;
}
.note-handle .note-control-selection .note-control-holder {
    border: 1px solid black;
    height: 7px;
    width: 7px;
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: white;
    border: 1px solid black;
    height: 7px;
    width: 7px;
}
.note-handle .note-control-selection .note-control-nw {
    border-bottom: 0 none;
    border-right: 0 none;
    left: -5px;
    top: -5px;
}
.note-handle .note-control-selection .note-control-ne {
    border-bottom: 0 none;
    border-left: medium none;
    right: -5px;
    top: -5px;
}
.note-handle .note-control-selection .note-control-sw {
    border-right: 0 none;
    border-top: 0 none;
    bottom: -5px;
    left: -5px;
}
.note-handle .note-control-selection .note-control-se {
    bottom: -5px;
    cursor: se-resize;
    right: -5px;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
    border-left: medium none;
    border-top: 0 none;
    cursor: default;
}
.note-handle .note-control-selection .note-control-selection-info {
    background-color: black;
    border-radius: 5px;
    bottom: 0;
    color: white;
    font-size: 12px;
    margin: 5px;
    opacity: 0.7;
    padding: 5px;
    right: 0;
}
.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}
.note-hint-popover .popover-content {
    max-height: 150px;
    overflow: auto;
    padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block;
    padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    background-color: #428bca;
    clear: both;
    color: white;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.4;
    outline: 0 none;
    text-decoration: none;
    white-space: nowrap;
}
.lity {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease 0s;
    white-space: nowrap;
    z-index: 9990;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    box-sizing: border-box;
}
.lity-wrap {
    bottom: 0;
    left: 0;
    outline: medium none;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9990;
}
.lity-wrap::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.lity-loader {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top: -0.8em;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 9991;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    outline: medium none;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    z-index: 9992;
}
.lity-content {
    transform: scale(1);
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 100%;
    z-index: 9993;
}
.lity-closed .lity-content, .lity-loading .lity-content {
    transform: scale(0.8);
}
.lity-content::after {
    bottom: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
}
.lity-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial,Baskerville,monospace;
    font-size: 35px;
    font-style: normal;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 35px;
    z-index: 9994;
}
.lity-close::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-family: Arial,Baskerville,monospace;
    font-size: 35px;
    font-style: normal;
    line-height: 35px;
    outline: medium none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    border: 0 none;
    display: block;
    line-height: 0;
    max-width: 100%;
}
.lity-iframe .lity-container {
    max-width: 964px;
    width: 100%;
}
.lity-iframe-container {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.lity-iframe-container iframe {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lity-hide {
    display: none;
}
@font-face {
    font-family: "dropify";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/dropify.eot#iefix") format("embedded-opentype"), url("../fonts/dropify.woff") format("woff"), url("../fonts/dropify.ttf") format("truetype"), url("../fonts/dropify.svg#dropify") format("svg");
}
.dropify-font::before, .dropify-wrapper .dropify-message span.file-icon::before, .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon::before, [class*=" dropify-font-"]::before, [class^="dropify-font-"]::before {
    display: inline-block;
    font-family: dropify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}
.dropify-wrapper, .dropify-wrapper .dropify-clear {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial;
}
.dropify-wrapper.has-error .dropify-message .dropify-error, .dropify-wrapper.has-preview .dropify-clear {
    display: block;
}
.dropify-font-upload::before, .dropify-wrapper .dropify-message span.file-icon::before {
    content: "";
}
.dropify-font-file::before {
    content: "";
}
.dropify-wrapper {
    background-color: #fff;
    background-image: none;
    border: 2px solid #e5e5e5;
    color: #777;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 200px;
    line-height: 22px;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    transition: border-color 0.15s linear 0s;
    width: 100%;
}
.dropify-wrapper:hover {
    animation: 2s linear 0s normal none infinite running c;
    background-image: linear-gradient(-45deg, #f6f6f6 25%, transparent 0px, transparent 50%, #f6f6f6 0px, #f6f6f6 75%, transparent 0px, transparent);
    background-size: 30px 30px;
}
.dropify-wrapper.has-error {
    border-color: #f34141;
}
.dropify-wrapper.has-error:hover .dropify-errors-container {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}
.dropify-wrapper.disabled input {
    cursor: not-allowed;
}
.dropify-wrapper.disabled:hover {
    animation: 0s ease 0s normal none 1 running none;
    background-image: none;
}
.dropify-wrapper.disabled .dropify-message {
    opacity: 0.5;
    text-decoration: line-through;
}
.dropify-wrapper.disabled .dropify-infos-message {
    display: none;
}
.dropify-wrapper input {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
.dropify-wrapper .dropify-message {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.dropify-wrapper .dropify-message span.file-icon {
    color: #ccc;
    font-size: 50px;
}
.dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
}
.dropify-wrapper .dropify-message p.dropify-error {
    color: #f34141;
    display: none;
    font-weight: 700;
}
.dropify-wrapper .dropify-clear {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    display: none;
    font-size: 11px;
    font-weight: 700;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    transition: all 0.15s linear 0s;
    z-index: 7;
}
.dropify-wrapper .dropify-clear:hover {
    background: hsla(0, 0%, 100%, 0.2) none repeat scroll 0 0;
}
.dropify-wrapper .dropify-preview {
    background-color: #fff;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}
.dropify-wrapper .dropify-preview .dropify-render img {
    background-color: #fff;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: border-color 0.15s linear 0s;
}
.dropify-wrapper .dropify-preview .dropify-render i {
    color: #777;
    font-size: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
    font-size: 13px;
    font-weight: 900;
    left: 50%;
    letter-spacing: -0.03em;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 42px;
}
.dropify-wrapper .dropify-preview .dropify-infos {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.15s linear 0s;
    z-index: 3;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
    backface-visibility: hidden;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    transition: all 0.2s ease 0s;
    width: 100%;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon {
    margin-right: 2px;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-size: 12px;
    margin-top: 15px;
    opacity: 0.5;
    padding-top: 15px;
    position: relative;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 30px;
}
.dropify-wrapper:hover .dropify-clear, .dropify-wrapper:hover .dropify-preview .dropify-infos {
    opacity: 1;
}
.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: -5px;
}
.dropify-wrapper.touch-fallback {
    height: auto;
}
.dropify-wrapper.touch-fallback:hover {
    animation: 0s ease 0s normal none 1 running none;
    background-image: none;
}
.dropify-wrapper.touch-fallback .dropify-preview {
    padding: 0;
    position: relative;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
    display: block;
    position: relative;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before, .dropify-wrapper.touch-fallback.has-preview .dropify-message {
    display: none;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file {
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0px);
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
    margin-bottom: 30px;
    margin-top: 30px;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
    position: relative;
    transform: translate(0px);
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
    position: relative;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
    padding: 5px 90px 5px 0;
    position: relative;
    top: 0;
    transform: translate(0px);
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
    color: #777;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
    font-weight: 700;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-size: 11px;
    margin-top: 0;
    opacity: 1;
    padding-top: 0;
    position: relative;
}
.dropify-wrapper.touch-fallback .dropify-message {
    padding: 40px 0;
    transform: translate(0px);
}
.dropify-wrapper.touch-fallback .dropify-clear {
    border-color: hsla(0, 0%, 47%, 0.7);
    bottom: 23px;
    color: #777;
    opacity: 1;
    top: auto;
}
.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: 0;
}
.dropify-wrapper .dropify-loader {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}
.dropify-wrapper .dropify-loader::after {
    animation: 0.6s linear 0s normal none infinite running d;
    border-color: #ccc #777 #777 #ccc;
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    content: "";
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}
.dropify-wrapper .dropify-errors-container {
    background: rgba(243, 65, 65, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: visibility 0s linear 0.15s, opacity 0.15s linear 0s;
    visibility: hidden;
    z-index: 3;
}
.dropify-wrapper .dropify-errors-container ul {
    left: 0;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dropify-wrapper .dropify-errors-container ul li {
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
}
.dropify-wrapper .dropify-errors-container.visible {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}
.dropify-wrapper ~ .dropify-errors-container ul {
    margin: 15px 0;
    padding: 0;
}
.dropify-wrapper ~ .dropify-errors-container ul li {
    color: #f34141;
    font-weight: 700;
    margin-left: 20px;
}
@keyframes c {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 60px 30px;
	}
}
@keyframes c {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 60px 30px;
	}
}
@keyframes d {
	0% {
		transform: rotate(-1turn);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes d {
	0% {
		transform: rotate(-1turn);
	}
	100% {
		transform: rotate(0deg);
	}
}
select.bs-select-hidden, select.selectpicker {
    display: none;
}
.bootstrap-select {
}
.bootstrap-select > .dropdown-toggle {
    padding-right: 25px;
    width: 100%;
    z-index: 1;
}
.bootstrap-select > select {
    border: medium none;
    bottom: 0;
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 0.5px;
}
.bootstrap-select > select.mobile-device {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.fit-width {
    width: auto;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    display: inline-block;
    float: none;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"], .row .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"] {
    float: right;
}
.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
    outline: 0 none;
}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    box-sizing: border-box;
    min-width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    -moz-user-select: none;
    cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 2.25em;
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    bottom: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-sizing: border-box;
    margin: 0 2%;
    min-height: 26px;
    opacity: 0.9;
    padding: 3px 5px;
    pointer-events: none;
    position: absolute;
    width: 96%;
}
.bootstrap-select.btn-group .no-results {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 0 5px;
    padding: 3px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    margin-top: -1px;
    position: static;
    top: auto;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    right: 15px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle::before {
    border-bottom: 7px solid hsla(0, 0%, 80%, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 9px;
    position: absolute;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle::after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 10px;
    position: absolute;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle::before {
    border-bottom: 0 none;
    border-top: 7px solid hsla(0, 0%, 80%, 0.2);
    bottom: auto;
    top: -3px;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle::after {
    border-bottom: 0 none;
    border-top: 6px solid #fff;
    bottom: auto;
    top: -3px;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle::before {
    left: auto;
    right: 12px;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle::after {
    left: auto;
    right: 13px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle::before {
    display: block;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    box-sizing: border-box;
    width: 100%;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    float: none;
    margin-bottom: 0;
    width: 100%;
}
.alert {
    border-radius: 2px;
}
.btn {
    background-color: #eceeef;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 44px;
    letter-spacing: 1px;
    line-height: 44px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}

.btn:active, .btn:active:focus, .btn:focus, .btn:hover {
    background-color: #e4e7e8;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    outline: medium none;
}
.btn .fa, .btn [class^="ti-"] {
    font-size: 16px;
    margin-right: 6px;
}
.btn-link {
    background-color: transparent;
    border: 0 none;
}
.btn-link:active, .btn-link:active:focus, .btn-link:focus, .btn-link:hover {
    background-color: transparent;
    text-decoration: none;
}
.btn-primary {
    background-color: #5390b2;
    border-color: #5390b2;
}
.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #38b0fe;
    color: #fff;
}
.btn-success {
    background-color: #7ec855;
    border-color: #7ec855;
}
.btn-success:active, .btn-success:active:focus, .btn-success:focus, .btn-success:hover {
    background-color: #87cc61;
    color: #fff;
}
.btn-info {
    background-color: #5bb7ed;
    border-color: #5bb7ed;
}
.btn-info:active, .btn-info:active:focus, .btn-info:focus, .btn-info:hover {
    background-color: #69bdef;
    color: #fff;
}
.btn-warning {
    background-color: #ebb35e;
    border-color: #ebb35e;
}
.btn-warning:active, .btn-warning:active:focus, .btn-warning:focus, .btn-warning:hover {
    background-color: #edb96c;
    color: #fff;
}
.btn-danger {
    background-color: #ef4d42;
    border-color: #ef4d42;
}
.btn-danger:active, .btn-danger:active:focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #f05a50;
    color: #fff;
}
.btn-black {
    background-color: #000;
    border-color: #000;
}
.btn-black:active, .btn-black:active:focus, .btn-black:focus, .btn-black:hover {
    background-color: #080808;
    color: #fff;
}
.btn-lg {
    padding: 10px 60px;
}
.btn-blue, a.btn-blue {
    background-color: #495d7f;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background-color: #687fa7;
    color: #ffffff;
}
.btn-gray {
    color: #818a91;
}
.btn-gray:active, .btn-gray:active:focus, .btn-gray:focus, .btn-gray:hover {
    color: #55595c;
}
.btn-default {
    color: #818a91;
}
.btn-default:active, .btn-default:active:focus, .btn-default:focus, .btn-default:hover {
    color: #55595c;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.15);
    color: #818a91;
}
.btn-white:active, .btn-white:active:focus, .btn-white:focus, .btn-white:hover {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.15);
    color: #55595c;
}
.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-facebook:active, .btn-facebook:active:focus, .btn-facebook:focus, .btn-facebook:hover {
    background-color: #3f5fa3;
    color: #fff;
}
.btn-twitter {
    background-color: #00aced;
    border-color: #00aced;
}
.btn-twitter:active, .btn-twitter:active:focus, .btn-twitter:focus, .btn-twitter:hover {
    background-color: #00b7fc;
    color: #fff;
}
.btn-google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.btn-google:active, .btn-google:active:focus, .btn-google:focus, .btn-google:hover {
    background-color: #df5746;
    color: #fff;
}
.btn-xs {
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
}
.btn-xs .fa, .btn-xs [class^="ti-"] {
    font-size: 12px;
}
.btn-sm {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}
.btn-sm .fa, .btn-sm [class^="ti-"] {
    font-size: 14px;
}
.btn-lg {
    height: 52px;
    line-height: 52px;
    padding: 0 40px;
}
.btn-xl {
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    padding: 0 50px;
}
.btn-xl .fa, .btn-xl [class^="ti-"] {
    font-size: 18px;
}
.btn-round.btn {
    border-radius: 22px;
}
.btn-round.btn-xs {
    border-radius: 12px;
}
.btn-round.btn-sm {
    border-radius: 18px;
}
.btn-round.btn-lg {
    border-radius: 26px;
}
.btn-round.btn-xl {
    border-radius: 32px;
}
.btn-outline {
    background-color: transparent;
    border-width: 1px;
}
.btn-outline.btn-primary {
    color: #29aafe;
}
.btn-outline.btn-success {
    color: #7ec855;
}
.btn-outline.btn-info {
    color: #5bb7ed;
}
.btn-outline.btn-warning {
    color: #ebb35e;
}
.btn-outline.btn-danger {
    color: #ef4d42;
}
.btn-outline.btn-black {
    color: #000;
}
.btn-outline.btn-white {
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #fff;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:focus, .btn-outline.btn-white:hover {
    color: #55595c;
}
.btn-float {
    border-radius: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 44px;
}
.btn-float .fa, .btn-float [class^="ti-"] {
    margin: 0;
    vertical-align: text-bottom;
}
.btn-float.btn-xs {
    width: 24px;
}
.btn-float.btn-sm {
    width: 36px;
}
.btn-float.btn-lg {
    width: 52px;
}
.btn-float.btn-lg .fa, .btn-float.btn-lg [class^="ti-"] {
    font-size: 22px;
}
.btn-float.btn-xl {
    width: 64px;
}
.btn-float.btn-xl .fa, .btn-float.btn-xl [class^="ti-"] {
    font-size: 26px;
}
.btn-navbar {
    background-color: #eaeaf1;
    border-radius: 100%;
    color: #abb3b9;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    transition: all 0.3s linear 0s;
    vertical-align: middle;
    width: 32px;
}
.btn-navbar:hover {
    transition: all 0.3s linear 0s;
}
#scroll-up, .btn-navbar:hover {
    background-color: #29aafe;
    color: #fff;
}
#scroll-up {
    border-radius: 3px;
    bottom: 30px;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 40px;
    z-index: 10;
}
.body-scrolled #scroll-up {
    opacity: 0.6;
}
.body-scrolled #scroll-up:hover {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 991px) {
	#scroll-up {
		bottom: 5px;
		font-size: 18px;
		height: 34px;
		line-height: 34px;
		right: 15px;
		width: 34px;
	}
}
.close-modal {
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    z-index: 1;
}
@media (max-width: 991px) {
	.close-modal {
		display: block;
	}
}
*::-moz-placeholder {
    color: #bbb;
}
label {
    color: #818a91;
    font-size: 14px;
    font-weight: 400;
}
.form-control {
    background-color: #fcfcfc;
    border-color: #dfe5e7;
    border-radius: 0;
    box-shadow: none;
    color: #818a91;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding-left: 14px;
    padding-right: 14px;
    transition: border-color 0.2s linear 0s, background-color 0.2s linear 0s;
}
.form-control.focus, .form-control:focus {
    background-color: #f9f9f9;
    border-color: #b9c6cb;
    box-shadow: none;
    outline: 0 none;
}
.form-control[disabled]:focus, .form-control[readonly]:focus {
    background-color: #eee;
}
.help-block {
    color: #b7bdc1;
    font-size: 13px;
    line-height: 18px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:focus {
    background-color: #f9f9f9;
    border-color: #b9c6cb;
    color: #818a91;
}
.input-group-addon {
    background-color: #eceeef;
    border-color: #dfe5e7;
    color: #9ca3a9;
    min-width: 40px;
}
.input-group .form-control.focus, .input-group .form-control:focus {
    background-color: #f7f7f7;
    border-color: #dfe5e7;
}
select.form-control.focus, select.form-control:focus {
    background-color: #fff;
}
textarea.form-control {
    line-height: 20px;
}
.input-sm {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.input-lg {
    font-size: 16px;
    height: 52px;
    line-height: 52px;
}
.input-group-sm .form-control, .input-group-sm .input-group-addon, .input-group-sm .input-group-btn > .btn {
    border-radius: 0;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.input-group-sm .input-group-addon {
    height: 34px;
    line-height: 34px;
    padding-bottom: 0;
    padding-top: 0;
}
.input-group-lg .form-control, .input-group-lg .input-group-addon, .input-group-lg .input-group-btn > .btn {
    border-radius: 0;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
}
.input-group-lg .input-group-addon {
    height: 50px;
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 0;
}
form .text-muted {
    margin-bottom: 0;
}
.highlighted-block {
    background-color: #fafafa;
    padding: 20px;
}
.upload-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.upload-button input[type="file"], .upload-group input[type="file"] {
    bottom: 0;
    cursor: pointer;
    font-size: 0;
    left: 0;
    line-height: 44px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.checkbox, .radio {
    padding-left: 20px;
}
.checkbox label, .radio label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    vertical-align: middle;
}
.checkbox label::before, .radio label::before {
    background-color: #fff;
    border: 1px solid #dfe5e7;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    top: 5px;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 17px;
}
.checkbox label::after, .radio label::after {
    color: #fcfcfc;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}
.checkbox label small, .radio label small {
    color: #bbb;
    padding-left: 5px;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    color: #fff;
    content: "";
    font-family: FontAwesome;
}
.checkbox input[type="checkbox"]:checked + label::before, .checkbox input[type="radio"]:checked + label::before {
    background-color: #29aafe;
    border-color: #29aafe;
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
    opacity: 0.7;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.radio label::before {
    border-radius: 50%;
    transition: border 0.15s ease-in-out 0s;
}
.radio label::after {
    background-color: #fcfcfc;
    border-radius: 50%;
    content: " ";
    height: 11px;
    left: 3px;
    padding-left: 0;
    padding-top: 0;
    top: 8px;
    transform: scale(0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s, -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 11px;
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"] + label::after {
    background-color: #29aafe;
}
.radio input[type="radio"]:checked + label::after {
    background-color: #29aafe;
    transform: scale(1);
}
.radio input[type="radio"]:checked + label::before {
    border-color: #29aafe;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
    opacity: 0.7;
}
.radio.radio-inline {
    margin-top: 0;
}
.form-subscribe {
    margin: 0 auto;
    max-width: 600px;
}
.form-subscribe .form-control {
    background-color: hsla(0, 0%, 100%, 0.8);
    border: medium none;
    border-bottom-left-radius: 36px;
    border-top-left-radius: 36px;
    letter-spacing: 1px;
    padding-left: 24px;
    padding-right: 24px;
}
.form-subscribe .form-control.focus, .form-subscribe .form-control:focus {
    background-color: hsla(0, 0%, 100%, 0.8);
    z-index: 2;
}
.form-subscribe .btn {
    border-bottom-right-radius: 36px;
    border-top-right-radius: 36px;
}
.header-job-search {
}
.header-job-search .btn-search, .header-job-search .input-keyword, .header-job-search .input-location {
    display: inline-block;
    float: left;
}
.header-job-search .input-keyword, .header-job-search .input-location {
    position: relative;
    width: 70%;
}
.header-job-search .input-keyword::before, .header-job-search .input-location::before {
    color: #b3c1c6;
    font-family: themify;
    font-size: 28px;
    left: 20px;
    line-height: 60px;
    position: absolute;
    top: 0;
}
.header-job-search .input-location::before {
    content: "";
}
.header-job-search .input-keyword .form-control {
}
.header-job-search .btn-search {
    width: 30%;
}
.header-job-search .btn-search .btn {
    background-color: #495d7f;
    border-radius: 0;
    font-family: themify;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    width: 100%;
}
.header-job-search .btn-search .btn::before {
    content: "";
}
.header-job-search .btn-search a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out 0s;
}
.header-job-search .btn-search a:hover {
    opacity: 1;
}
.header-job-search .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f0f0f0;
    border-color: currentcolor #fff currentcolor currentcolor;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 5px medium medium;
    color: #55595c;
    font-size: 14px;
    font-style: italic;
    height: 40px;
}
@media (max-width: 767px) {
	.header-job-search .btn-search, .header-job-search .input-keyword, .header-job-search .input-location {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.header-job-search .input-keyword::before, .header-job-search .input-location::before {
		font-size: 22px;
		line-height: 50px;
	}
	.header-job-search .btn-search .btn, .header-job-search .form-control {
		height: 50px;
	}
}
.checkbox-switch {
    margin-bottom: 25px;
}
.checkbox-switch label {
    font-size: 15px;
    line-height: 22px;
    padding-left: 0;
}
.checkbox-switch .switchery {
    margin-right: 10px;
    margin-top: -5px;
}
.dropify-wrapper {
    border: 1px solid #eee;
    padding: 15px;
}
.dropify-filename {
    visibility: hidden;
}
.dropify-wrapper.touch-fallback .dropify-clear {
    border: 1px solid #f27374;
    border-radius: 2px;
    bottom: 15px;
    color: #f27374;
    letter-spacing: 1px;
}
.dropify-wrapper.touch-fallback .dropify-clear:hover {
    background-color: #f27374;
    color: #fff;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
    color: #818a91;
    font-weight: 400;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
    float: none;
    margin: 0 auto;
}
@media (max-width: 767px) {
	.input-group {
		margin-bottom: 10px;
	}
	.header-job-search {
		margin-top: 0;
	}
}
.pagination {
    margin-top: 30px;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: medium none;
    color: #228bd5;
    font-size: 15px;
    margin: 0;
    padding: 9px 10px;
    transition: all 0.15s linear 0s;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #29aafe;
    color: #fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #ebebeb;
    color: #000000;
}
.pagination.no-shadow {
    box-shadow: none;
}
.pagination .next a, .pagination .prev a {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #e8e8e8, #ffffff) repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #2288cc;
}
.pagination .next a:hover, .pagination .prev a:hover {
    background: #29aafe none repeat scroll 0 0;
    color: #ffffff;
}
.pager {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 30px;
    text-transform: uppercase;
}
.pager li > a, .pager li > span {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.15);
    color: #7e8890;
    padding: 6px 20px;
    transition: all 0.2s linear 0s;
}
.pager li > a:focus, .pager li > a:hover, .pager li > span:focus, .pager li > span:hover {
    background-color: #29aafe;
    color: #fff;
}
.pager .previous .fa, .pager .previous [class^="ti-"] {
    margin-right: 12px;
}
.pager .next .fa, .pager .next [class^="ti-"] {
    margin-left: 12px;
}
.spinner {
    margin: 30px auto 0;
    text-align: center;
    width: 70px;
}
.spinner > span {
    animation: 1.4s ease-in-out 0s normal both infinite running e;
    background-color: #29aafe;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    width: 12px;
}
.spinner .dot1 {
    animation-delay: -0.32s;
}
.spinner .dot2 {
    animation-delay: -0.16s;
}
@keyframes e {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
@keyframes e {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
.progress {
    background-color: #c1e6ff;
    border-radius: 0;
    box-shadow: none;
    height: 6px;
    margin-top: 5px;
    opacity: 0.8;
    overflow: visible;
}
.progress-bar {
    background-color: #29aafe;
    box-shadow: none;
    position: relative;
}
.progress-bar::before {
    background-color: #29aafe;
    height: 10px;
    right: -5px;
    top: -2px;
    width: 10px;
    z-index: 1;
}
.progress-bar::after, .progress-bar::before {
    border-radius: 100%;
    content: "";
    position: absolute;
}
.progress-bar::after {
    background-color: rgba(41, 170, 254, 0.4);
    height: 20px;
    right: -10px;
    top: -7px;
    width: 20px;
}
body.bg-alt {
    background-color: #ffffff;
}
*::-moz-selection {
    background: #4db8fe none repeat scroll 0 0;
    color: #fff;
}
p.lead {
    font-size: 18px;
    line-height: 30px;
}
a, a:focus, a:hover {
    color: #3e5477;
    outline: 0 none;
    text-decoration: none;
    transition: color 0.3s linear 0s;
}
hr {
    margin-bottom: 40px;
    margin-top: 40px;
}

footer hr {
    margin-bottom: 20px;
    margin-top: 20px;

}

hr.size-sm {
    margin-bottom: 20px;
    margin-top: 20px;
}
ol, ul {
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6, .like-h1 {
    font-family: "AgoraSansProBlack",sans-serif;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 16px 0;
}
h1.font-alt, h2.font-alt, h3.font-alt, h4.font-alt, h5.font-alt, h6.font-alt {
    font-family: Open Sans,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #7e8890;
}
h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
    color: #29aafe;
}
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 300;
}
h1, .like-h1 {
    color: #55595c;
    font-size: 24px;
}
h2 {
    font-size: 37px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}
.highlight, mark {
    background-color: #fefcc1;
}
blockquote {
    color: #818a91;
    font-family: Georgia,Verdana,Raleway,serif;
    font-size: 21px;
    font-style: italic;
    line-height: 30px;
}
blockquote footer {
    color: #bbb;
}
.small {
    line-height: 22px;
}
.text-muted {
    color: #bbb;
}
img {
    max-width: 100%;
}
iframe {
    border: medium none;
}
dl {
    font-size: 14px;
    margin-bottom: 0;
}
dl::after {
    clear: both;
    content: "";
    display: table;
}
dl dd, dl dt {
    color: #818a91;
    display: inline-block;
    float: left;
    padding: 12px 0;
}
dl dt {
    font-weight: 600;
    padding-right: 16px;
    text-align: right;
    width: 50%;
}
dl dd {
    padding-left: 16px;
    width: 50%;
}
dl.icon-holder dt {
    font-size: 16px;
    line-height: 25px;
    padding: 4px 0;
    text-align: left;
    width: 9%;
}
dl.icon-holder dd {
    line-height: 25px;
    padding: 4px 10px;
    width: 91%;
}
@media (max-width: 991px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 29px;
	}
	h4 {
		font-size: 23px;
	}
	h5 {
		font-size: 19px;
	}
	h6 {
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
}
.category-grid a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #7e8890;
    display: inline-block;
    float: left;
    margin-bottom: 3.5%;
    margin-right: 3.5%;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 31%;
}
.category-grid a:nth-child(3n+3) {
    margin-right: 0;
}
.category-grid a:hover {
    background-color: #5390b2;
    border-color: #5390b2;
    box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
}
.category-grid i {
    background-color: #fff;
    border-radius: 100%;
    color: #5390b2;
    display: inline-block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
    text-align: center;
    width: 80px;
}
.category-grid h6 {
    color: #55595c;
    font-size: 21px;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.1s ease-in-out 0s;
}
.category-grid h6::after {
    background-color: #c8d0d7;
    border-radius: 2px;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}
.category-grid p {
    color: #96a2b2;
    font-size: 14px;
    line-height: 24px;
}
.category-grid a:hover h6, .category-grid a:hover p {
    color: #fff;
}
.category-grid a:hover i {
    background-color: #fff;
    color: #5390b2;
}
.category-grid a:hover h6::after {
    background-color: #fff;
}
@media (max-width: 991px) {
	.category-grid a {
		margin-bottom: 4%;
		margin-right: 0;
		width: 48%;
	}
	.category-grid a:nth-child(2n+1) {
		margin-right: 4%;
	}
}
@media (max-width: 480px) {
	.category-grid a {
		margin-bottom: 5%;
		margin-right: 0;
		width: 100%;
	}
}
.counter {
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
}
.counter i {
    color: #373a3c;
    display: block;
    font-size: 48px;
}
.counter p {
    color: #373a3c;
    font-family: "Fira Sans Extra Condensed",sans-serif;
    font-size: 36px;
    letter-spacing: 3px;
    margin: 32px 0 52px;
    position: relative;
}
.counter p::after {
    background-color: #373a3c;
    border-radius: 2px;
    bottom: -30px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}
.counter h6 {
    color: #7e8890;
    font-size: 18px;
    font-weight: 400;
}
.counter.color-alt h6, .counter.color-alt i, .counter.color-alt p {
    color: #fff;
}
.counter.color-alt p::after {
    background-color: #fff;
}
@media (max-width: 767px) {
	.counter i {
		font-size: 36px;
	}
	.counter p {
		font-size: 24px;
	}
	.counter h6 {
		font-size: 14px;
	}
}
.faq-items {
    list-style: outside none none;
    margin: 30px 0;
    padding-left: 0;
}
.faq-items li {
    display: block;
    margin-bottom: 48px;
}
.faq-items h4, .faq-items h5 {
    color: #29aafe;
}
.faq-items p {
    color: #949ca3;
    font-size: 15px;
    margin-top: 0;
}
#faq-search {
    margin: 30px auto 0;
    max-width: 600px;
    position: relative;
}
#faq-search .form-control {
    border-radius: 35px;
    color: #55595c;
    font-family: "Fira Sans Extra Condensed",sans-serif;
    font-size: 18px;
    height: 70px;
    letter-spacing: 1px;
    padding-left: 60px;
}
#faq-search .ti-search {
    color: #b3c1c6;
    font-size: 26px;
    left: 20px;
    line-height: 70px;
    position: absolute;
}
.tag-list {
    margin-top: 30px;
}
.tag-list span {
    background-color: #f8f9fb;
    color: #aeaeae;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-right: 8px;
    padding: 2px 6px;
    white-space: nowrap;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border-radius: 4px;
    color: #555;
    cursor: text;
    display: inline-block;
    line-height: 22px;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}
.bootstrap-tagsinput input {
    background-color: #fcfcfc;
    border: 1px solid #dfe5e7;
    box-shadow: none;
    color: #aeaeae;
    font-size: 14px;
    max-width: inherit;
    outline: medium none;
    padding: 5px 6px;
    width: auto;
}
.bootstrap-tagsinput .tag {
    background-color: #f8f9fb;
    color: #aeaeae;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 2px 6px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    margin-left: 8px;
    transition: all 0.3s ease-in-out 0s;
}
.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "x";
    font-size: 14px;
    padding: 0 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    color: #ef4d42;
}
.features {
    list-style: outside none none;
    margin: 24px 0;
    padding: 0;
    text-align: center;
}
.features::after {
    clear: both;
    content: "";
    display: block;
}
.features li {
    display: inline-block;
    float: left;
    margin-bottom: 3%;
    margin-right: 4%;
    width: 30%;
}
.features li:nth-child(3n+3) {
    margin-right: 0;
}
.features .icon {
    border-radius: 100%;
    color: #29aafe;
    display: inline-block;
    font-size: 72px;
    height: 92px;
    line-height: 92px;
    margin-bottom: 16px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 92px;
}
.features h5 {
    font-family: Montserrat,"Fira Sans Extra Condensed",sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
}
.features .btn {
    margin-top: 24px;
}
.features.text-center li {
    text-align: center;
}
.features.icon-sided {
    text-align: left;
}
.features.icon-sided .icon {
    float: left;
    font-size: 25px;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    width: 40px;
}
.features.icon-sided h5, .features.icon-sided p {
    margin-left: 50px;
}
.features.icon-sided.icon-round .icon {
    font-size: 18px;
}
.features.icon-image .icon {
    border-radius: 0;
    height: auto;
    line-height: 36px;
    margin-bottom: 32px;
    width: 100%;
}
.features.icon-image .icon img {
    max-width: 100%;
}
.features.cols-2 li {
    margin-right: 0;
    width: 42.5%;
}
.features.cols-2 li:nth-child(2n+1) {
    margin-right: 4%;
}
.features.cols-1 li {
    margin-right: 0;
    width: 100%;
}
@media (max-width: 767px) {
	.features li {
		margin-right: 0;
		width: 100%;
	}
}
.site-footer {
    background-color: #060b14;
    color: #bbb;
    font-size: 14px;
    line-height: 24px;
    padding: 70px 0 0;
}

.site-footer .col-md-3 {
    padding: 0 0 0 110px;
}

.site-footer .col-md-3:first-child {
    padding-left: 0;
}

.site-footer .col-md-3:last-child {
    padding-right: 0;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.1;
}
.site-footer hr.small {
    margin: 20px 0;
}
.site-footer h6 {
    font-family: "AgoraSansProBold";
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 0;
    text-transform: uppercase;
}

.site-footer p,
.footer-links-item {
    font-family: "AgoraSansProRegular";
    font-size: 16px;
}

.site-footer a:not(.btn) {
    color: #bbb;
    position: relative;
}
.site-footer a:not(.btn)::after {
    border-bottom: 1px solid #bbb;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
.site-footer a:hover:not(.btn) {
    color: #fff;
}
.footer-links {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.footer-links-item {
    display: block;
}
.footer-links a {
    color: #bbb;
}
.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #fff;
}
.footer-links a::after {
    display: none;
}
.footer-links.inline li {
    display: inline-block;
}
.site-footer .social-icons {
    text-align: right;
}
.site-footer .social-icons a {
    background-color: #33353d;
    border-radius: 100%;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    width: 40px;
}
.site-footer .social-icons a::after {
    display: none;
}
.copyright-text {
    margin: 0;
}
@media (max-width: 991px) {
	.site-footer [class^="col-"] {
		margin-bottom: 2px;
	}
}
@media (max-width: 767px) {
	.site-footer {
		padding-bottom: 0;
	}
	.site-footer .copyright-text, .site-footer .social-icons {
		text-align: center;
	}
}
.site-header {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 120px 0;
    position: relative;
}
.site-header::before {
    background-color: rgba(0, 24, 40, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.site-header.bg-repeat {
    background-repeat: repeat;
}
.site-header.size-sm {
    padding: 60px 0;
}
.site-header.size-lg {
    padding: 226px 0;
}
.site-header.size-full {
    height: 100vh;
}
.site-header.size-full .container, .site-header.size-full .container-fluid {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
}
.site-header h1 {
    font-family: Montserrat,"Fira Sans Extra Condensed",sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 76px;
    margin-bottom: 24px;
}
.site-header h3, .site-header h4 {
    letter-spacing: 1px;
    line-height: 36px;
}
.site-header mark {
    background-color: transparent;
    color: rgba(92, 190, 254, 0.8);
    font-weight: 700;
}
@media (max-width: 991px) {
	.site-header h1 {
		font-size: 48px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.site-header h3, .site-header h4 {
		font-size: 21px;
		line-height: 32px;
	}
	.site-header h5 {
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.site-header {
		padding: 60px 0;
	}
	.site-header.size-sm {
		padding: 30px 0;
	}
	.site-header.size-lg {
		padding: 60px 0 80px;
	}
	.site-header h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 16px;
	}
	.site-header h3, .site-header h4 {
		font-size: 17px;
		line-height: 25px;
	}
	.site-header h5 {
		font-size: 16px;
		line-height: 22px;
	}
}
.page-header {
    background-attachment: fixed;
    background-color: rgba(41, 170, 254, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    border: medium none;
    margin: 0 0 120px;
    padding: 100px 0 0;
    position: relative;
    z-index: 2;
}
.page-header.bg-repeat {
    background-repeat: repeat;
    background-size: auto auto;
}
.page-header.bg-img::before {
    background-color: rgba(0, 24, 40, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.page-header.bg-alt {
    background-color: #fafafa;
}
.page-header.size-lg {
    padding-top: 200px;
}
.page-header.title-only {
    margin-bottom: 0;
    text-align: center;
}
.page-header.title-only h1 {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 100px 0 150px;
    padding: 20px 40px;
}
.page-header .container .header-container-inner {
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
    padding: 20px 30px;
    position: relative;
    transform: translateY(84px);
    z-index: 1;
}
.page-header .container.no-shadow {
    border: 1px solid #eee;
    box-shadow: none;
}
.page-header .container.no-shadow h1 {
    color: #373a3c;
}
.page-header .container.page-name {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    transform: none;
}
.page-header .container.page-search {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    padding: 50px 15px 0;
    transform: none;
}
.page-header .header-detail .logo {
    float: left;
    margin-right: 30px;
    width: 92px;
}
.page-header .header-detail .hgroup {
    display: inline-block;
}
.page-header .header-detail h1 {
    font-size: 40px;
    margin-bottom: 8px;
    margin-top: 0;
}
.page-header .header-detail h3 {
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    margin: 0;
}
.page-header .header-detail time {
    color: #96a2b2;
    float: right;
    font-size: 13px;
    line-height: 92px;
}
.page-header .header-detail hr {
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-header .header-detail .hr-lg {
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-header .button-group {
    background-color: #fafafa;
    margin: 20px -30px -20px;
    padding: 20px 30px;
}
.page-header .button-group::after {
    clear: both;
    content: "";
    display: table;
}
.page-header .button-group .social-icons {
    float: left;
}
.page-header .button-group .action-buttons {
    float: right;
    line-height: 12px;
}
.page-header .button-group .btn, .page-header .button-group .upload-button {
    margin-left: 8px;
}
@media (max-width: 991px) {
	.page-header.size-lg {
		padding-top: 100px;
	}
}
@media (max-width: 767px) {
	.page-header .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-header .header-detail .hgroup {
		display: block;
	}
	.page-header .header-detail h1 {
		font-size: 30px;
		margin-top: 30px;
	}
	.page-header .header-detail .logo {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.page-header .header-detail time {
		display: block;
		float: none;
		text-align: center;
	}
	.page-header .button-group .social-icons {
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
	.page-header .button-group .action-buttons {
		float: none;
		text-align: center;
	}
	.page-header .button-group .action-buttons .btn {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.page-header .header-detail h1, .page-header .header-detail h3, .page-header .tag-list {
		text-align: center;
	}
}
.details {
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.details li {
    color: #7e8890;
    display: block;
    font-size: 13px;
    line-height: 1.5em;
    padding-bottom: 10px;
}
.details li a {
    color: #5390b2;
    transition: all 0.2s linear 0s;
}
.details li a:hover {
    color: #29aafe;
    text-decoration: underline;
}
.details .fa, .details [class^="ti-"] {
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: 2px;
    width: 26px;
}
.details.cols-2 li, .details.cols-3 li {
    display: inline-block;
    float: left;
    width: 50%;
}
.details.cols-2::after, .details.cols-3::after {
    clear: both;
    content: "";
    display: table;
}
.details.cols-3 li {
    width: 33.3333%;
}
@media (max-width: 991px) {
	.details.cols-3 li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.details.cols-2 li, .details.cols-3 li {
		width: 100%;
	}
}
.timeline {
    list-style: outside none none;
    margin: 0;
    padding-left: 40px;
    position: relative;
}
.timeline::before {
    background-color: #eceeef;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline li {
    border-bottom: 1px solid #eee;
    color: #aeaeae;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
}
.timeline li::before {
    background-color: #29aafe;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    left: -42px;
    position: absolute;
    top: 5px;
    width: 8px;
}
.timeline li:last-child {
    border-bottom: medium none;
}
.timeline h6 {
    color: #96a2b2;
    font-family: Montserrat,"Fira Sans Extra Condensed",sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
}
.timeline h5 {
    color: #96a2b2;
    font-size: 16px;
}
.timeline h4, .timeline h5 {
    font-family: Open Sans,sans-serif;
}
.timeline h4 {
    font-weight: 600;
    margin-top: 0;
}
.timeline h4 small {
    color: #818a91;
    font-weight: 400;
    letter-spacing: 0;
}
.timeline h4 small::before {
    content: "— ";
    margin-left: 20px;
}
.timeline h4 a {
    color: #7e8890;
}
.timeline h4 a:hover {
    color: #29aafe;
}
.skills {
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.skills::after {
    clear: both;
    content: "";
    display: table;
}
.skills li {
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 10%;
    width: 45%;
}
.skills li:nth-child(2n) {
    margin-right: 0;
}
.skill-value {
    float: right;
}
.skill-name, .skill-value {
    font-family: Montserrat,"Fira Sans Extra Condensed",sans-serif;
}
@media (max-width: 767px) {
	.skills li {
		margin-right: 0;
		width: 100%;
	}
}
.item-block {
    background-color: #fff;
    display: block;
    margin-top: 15px;
}
.companies-list-inner {
    height: 565px;
    overflow: hidden;
    position: relative;
}
.companies-list .item-block .companies-list-item-reviews {
    color: #7f7f7f;
}
.companies-list .companies-list-row:last-child {
    border-bottom: 1px solid #e0e0e0;
}
/*.companies-list-row-bg-1 {
    background-color: #ffffff;
}
.companies-list-row-bg-2 {
    background-color: #fbfbfb;
}*/


.companies-list .companies-list-row:nth-child(odd) {background-color: #fbfbfb;}
.companies-list .companies-list-row:nth-child(even) {background-color: #ffffff;}

.companies-list-row {
    margin: 0;
}
.companies-list-row .col-sm-12 {
    padding: 0;
}
.block-link-container:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.item-block:hover .companies-list-item-title {
    text-decoration: underline;
}
.item-block header {
    border-bottom: 1px solid #f6f6f6;
    padding: 20px 30px;
}
.item-block header > img {
    float: left;
    margin-right: 30px;
    width: 64px;
}
.item-block header .resume-avatar {
    max-height: 64px;
    width: auto;
}
.item-block header .hgroup {
    display: inline-block;
}
.item-block header h4, .item-block header h5, .item-block header h6 {
    font-family: Open Sans,sans-serif;
    font-weight: 300;
    margin: 0;
}
.item-block header h4 a:hover, .item-block header h5 a:hover, .item-block header h6 a:hover {
    color: #29aafe;
}
.item-block header h4 {
    color: #000;
}
.item-block header h4 a {
    color: #373a3c;
}
.item-block header h5 {
    color: #96a2b2;
    font-size: 17px;
    margin-top: 6px;
}
.item-block header h5 a {
    color: #96a2b2;
}
.item-block header .open-position, .item-block header .time, .item-block header time {
    color: #96a2b2;
    display: inline-block;
    float: right;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 64px;
    text-align: right;
}
.item-block header .open-position {
    font-size: 13px;
    font-style: italic;
}
.item-block header .label {
    border-radius: 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 16px;
    margin-top: 6px;
    opacity: 0.85;
    padding: 4px 6px;
    text-transform: uppercase;
}
.item-block header .location, .item-block header .rate {
    color: #96a2b2;
    display: block;
    line-height: 35px;
}
.item-block header .location::before, .item-block header .rate::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 10px;
}
.item-block header .rate {
    font-size: 14px;
    line-height: 25px;
    margin-top: 6px;
}
.item-block header .rate::before {
    content: "";
}
.item-block header .header-meta {
    float: right;
    text-align: right;
}
.item-block header .header-meta .time, .item-block header .header-meta time {
    line-height: 25px;
    margin-top: 6px;
}
.item-block header small {
    color: #818a91;
    letter-spacing: 0;
}
.item-block header small::before {
    content: "— ";
    margin-left: 10px;
}
.item-block header .action-btn {
    float: right;
    line-height: 66px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
.item-block .item-body {
    padding: 20px 30px;
}
.item-block .item-body p:last-of-type {
    margin-bottom: 0;
}
.item-block .item-body .tag-list {
    margin-top: 15px;
}
.item-block footer {
    background-color: #fdfdfd;
    line-height: 22px;
    padding: 14px 30px;
}
.item-block footer::after {
    clear: both;
    content: "";
    display: table;
}
.item-block footer .status {
    color: #96a2b2;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}
.item-block footer .status .fa, .item-block footer .status [class^="ti-"] {
    font-size: 16px;
    padding-right: 8px;
}
.item-block footer .action-btn {
    float: right;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
.item-block footer .details {
    margin: 0;
}
.item-block .item-form {
    padding: 40px 30px 20px;
    position: relative;
}
.item-block .item-form .btn-remove {
    position: absolute;
    right: -10px;
    top: -12px;
}
.item-block:hover .action-btn {
    opacity: 1;
}
.duplicateable-content {
    display: none;
}
.item-blocks-connected .item-block {
    border-color: #fff;
    border-left-width: 3px;
    box-shadow: none;
    margin-top: 0;
    transition: border 0.1s linear 0s;
}
.item-blocks-connected .item-block:hover {
    border-color: #29aafe;
    box-shadow: none;
}
.item-blocks-connected .item-block header h4 {
    font-size: 20px;
    line-height: 35px;
}
.item-blocks-condensed .item-block {
    margin-top: 10px;
}
@media (max-width: 991px) {
	.item-block {
		margin-top: 20px;
	}
	.item-block .item-body, .item-block .item-form, .item-block footer, .item-block header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.item-block header .open-position, .item-block header .time, .item-block header time {
		line-height: 56px;
	}
	.item-block header .location, .item-block header .rate, .item-block header h4, .item-blocks-connected .item-block header h4 {
		line-height: 27px;
	}
	.item-block header .resume-avatar {
		max-height: 56px;
	}
	.item-block .action-btn {
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.item-block header {
		text-align: center;
	}
	.item-block .item-body, .item-block .item-form, .item-block footer, .item-block header {
		padding-left: 10px;
		padding-right: 10px;
	}
	.item-block header .header-meta, .item-block header .open-position, .item-block header .time, .item-block header time {
		display: block;
		float: none;
		margin-top: 10px;
		text-align: center;
	}
	.item-block header .hgroup {
		display: block;
	}
	.item-block header h4 {
		font-size: 18px;
	}
	.item-block header .action-btn {
		display: block;
		float: none;
		line-height: 25px;
		margin-top: 20px;
	}
	.item-block footer .details {
		text-align: center;
	}
	.item-block footer .action-btn, .item-block footer .status {
		display: block;
		float: none;
		text-align: center;
	}
	.item-block footer .status {
		margin-bottom: 15px;
	}
	.item-blocks-connected .item-block {
		background-color: #fff;
		border: 1px solid #eee;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
		margin-top: 20px;
		transition: all 0.3s ease-in-out 0s;
	}
	.item-blocks-connected .item-block:hover {
		box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
	}
}
.navbar {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    transition: top 0s ease-in-out 0s, left 0.2s ease-out 0s, right 0.2s ease-out 0s;
    width: 100%;
    z-index: 1;
}
.navbar .logo, .navbar .logo-alt, .navbar .logo-wrapper {
    display: inline-block;
}
.navbar .logo-alt img, .navbar .logo img {
    max-width: 315px;
}
.navbar .logo-alt {
    display: none;
}
.navbar ul {
    text-align: right;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar-toggle {
    border: 0 none;
    color: #9da7ad;
    display: none;
    float: left;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px;
}

.pull-left {
    line-height: 60px;
}

.pull-left img {
    max-width: 80%;
}

.nav-menu {
    display: block;
}
.nav-menu > li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.nav-menu > li:last-child {
    padding: 0 0 0 20px;
}

.nav-menu > li:hover > a {
    color: #29aafe;
}
.nav-menu a {
    color: #7e8890;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 77px;
    text-transform: uppercase;
    transition: color 0.2s linear 0s;
}
.nav-menu a.active, .nav-menu a:focus, .nav-menu a:hover {
    color: #29aafe;
    text-decoration: none;
}
.nav-menu strong {
    font-weight: 700;
}
.nav-menu ul {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.15);
    left: 0;
    opacity: 0;
    padding: 8px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: opacity 0.4s ease-in-out 0s, top 0.2s ease-in-out 0s;
    visibility: hidden;
    z-index: 2;
}
.nav-menu ul::before {
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: -4px;
    width: 0;
}
.nav-menu ul li a {
    border-bottom: 1px solid #f8f9fa;
    color: #7e8890;
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    min-width: 150px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-transform: none;
    white-space: nowrap;
}
.nav-menu ul li:last-child a {
    border-bottom: 0 none;
}
.nav-menu ul a.active {
    border-top: medium none;
}
.user-account {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.user-account:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.user-account .dropdown-toggle {
    display: inline-block;
    line-height: 60px;
}
.user-account .dropdown-toggle img {
    border-radius: 100%;
    height: 38px;
    width: 38px;
}
.user-account .dropdown-toggle h6 {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
}
.user-account .dropdown-menu {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.15);
    display: block;
    margin-top: 0;
    opacity: 0;
    padding: 8px;
    right: -15px;
    top: 120%;
    transition: opacity 0.4s ease-in-out 0s, top 0.2s ease-in-out 0s;
    visibility: hidden;
}
.user-account .dropdown-menu::before {
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 31px;
    top: -4px;
    width: 0;
}
.user-account .dropdown-menu li > a {
    border-bottom: 1px solid #f8f9fa;
    color: #7e8890;
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 3px 8px;
    transition: color 0.2s linear 0s;
    white-space: nowrap;
}
.user-account .dropdown-menu li > a.active, .user-account .dropdown-menu li > a:hover {
    background-color: #fff;
    color: #29aafe;
}
.user-account .dropdown-menu li:last-child > a {
    border-bottom: 0 none;
}
.user-login {
    font-size: 13px;
    line-height: 60px;
}
.user-login a {
    color: #7e8890;
}
.user-login a:hover {
    color: #29aafe;
}
.user-login .btn {
    color: #fff;
    margin-right: 8px;
}
.user-login .btn:hover {
    color: #fff;
}
.nav-on-header .navbar {
    background-color: #ffffff;
    box-shadow: none;
    padding: 0;
}
.nav-on-header .navbar .nav-menu a, .nav-on-header .navbar .navbar-toggle {
    color: #323232;
    transition: opacity 0.3s ease-in-out 0s;
}
.nav-on-header .navbar .nav-menu a.active, .nav-on-header .navbar .nav-menu a:focus, .nav-on-header .navbar .nav-menu a:hover, .nav-on-header .navbar .navbar-toggle.active, .nav-on-header .navbar .navbar-toggle:focus, .nav-on-header .navbar .navbar-toggle:hover {
    color: #000;
    opacity: 1;
}
.nav-on-header .navbar .nav-menu ul li a {
    color: #7e8890;
    font-weight: 500;
    opacity: 1;
}
.nav-on-header .navbar .nav-menu ul li a.active, .nav-on-header .navbar .nav-menu ul li a:focus, .nav-on-header .navbar .nav-menu ul li a:hover {
    color: #29aafe;
    opacity: 1;
}
.nav-on-header .navbar .nav-menu > li:hover > a {
    color: #ccc;
    opacity: 1;
}
.nav-on-header .navbar .logo {
    background: rgba(0, 0, 0, 0) url("/img/logo.png") no-repeat scroll 0 0 / 100% 100%;
    display: inline-block;
    height: 46px;
    overflow: hidden;
    text-indent: -1000%;
    width: 198px;
}
@media (max-width: 480px) {
	.nav-on-header .navbar .logo {
		height: 51px;
		margin-top: 10px;
		width: 210px;
	}
}
.sticky-nav.body-scrolled .navbar {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    margin-top: 0;
    position: fixed;
    right: 0;
    top: -70px;
    transition: top 0.3s ease-in-out 0s, left 0.2s ease-out 0s, right 0.2s ease-out 0s;
    z-index: 11;
}
.sticky-nav.body-scrolled .navbar .nav-menu a, .sticky-nav.body-scrolled .navbar .navbar-toggle {
    color: #9da7ad;
    font-weight: 500;
    opacity: 1;
}
.sticky-nav.body-scrolled .navbar .nav-menu > li:hover > a, .sticky-nav.body-scrolled .navbar .nav-menu a.active, .sticky-nav.body-scrolled .navbar .nav-menu a:focus, .sticky-nav.body-scrolled .navbar .nav-menu a:hover, .sticky-nav.body-scrolled .navbar .navbar-toggle.active, .sticky-nav.body-scrolled .navbar .navbar-toggle:focus, .sticky-nav.body-scrolled .navbar .navbar-toggle:hover {
    color: #29aafe;
}
.sticky-nav.body-scrolled .navbar .logo {
    display: inline-block;
}
.sticky-nav.body-scrolled .navbar .logo-alt {
    display: none;
}
.offcanvas-show .navbar-toggle {
    color: #29aafe;
}
@media (max-width: 991px) {
    
        .site-footer .col-md-3 {
                padding-left: 10px;
                padding-right: 10px;
        }
        .site-footer .col-md-3:first-child {
                padding-left: 10px;
        }
    
	body, html {
		overflow-x: hidden;
	}
	body > main {
		left: 0;
		position: relative;
	}
	.navbar .nav-menu, body > main {
		transition: left 0.2s ease-out 0s;
	}
	.navbar .nav-menu {
		background-color: #fff;
		bottom: 0;
		box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
		height: 100%;
		left: -80%;
		margin-left: 0;
		overflow-y: auto;
		padding: 24px 16px;
		position: fixed;
		top: 79px;
		width: 80%;
		z-index: 999;
	}
	.navbar .nav-menu a {
		line-height: 50px;
	}
	.navbar .nav-menu a.active {
		border-top: 0 none;
	}
	.navbar .nav-menu > li {
		border-bottom: 1px solid #eceeef;
		display: block;
	}
	.navbar .nav-menu > li:last-child {
		border-bottom: 0 none;
	}
	.navbar .nav-menu > li > a {
		color: #373a3c;
		opacity: 1;
	}
	.navbar .nav-menu > li > a.active {
		color: #29aafe;
	}
	.navbar .nav-menu ul {
		border-top: 0 none;
		opacity: 1;
		position: static;
		visibility: visible;
	}
	.navbar .nav-menu ul li a {
		border-bottom: 0 none;
		line-height: 40px;
	}
	.offcanvas-show .site-footer, .offcanvas-show > main {
		left: 80%;
	}
	.offcanvas-show .navbar .pull-left {
		left: 80%;
		right: -80%;
		transition: all 0.2s ease-out 0s;
	}
	.offcanvas-show .navbar .pull-right {
		display: none;
	}
	.offcanvas-show .site-footer {
		position: relative;
	}
	.offcanvas-show .navbar .nav-menu {
		left: 0;
	}
	.navbar {
		transition: all 0.2s ease-out 0s;
	}
	.navbar .nav-menu {
		text-align: left;
	}
	.navbar .nav-menu > li > a {
		font-weight: 600;
	}
	.navbar .nav-menu ul {
		box-shadow: none;
	}
	.navbar .navbar-toggle {
		display: inline-block;
	}
	.nav-on-header .navbar {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.navbar .logo-alt img, .navbar .logo img {
		height: 40px;
		margin-top: 10px;
	}
	.user-login .btn {
		font-size: 11px;
		height: 28px;
		line-height: 26px;
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media (max-width: 480px) {
	.navbar .container, .navbar .container-fluid {
		padding-left: 5px;
	}
	.user-account {
		margin: 0;
	}
}
.pricing {
    list-style: outside none none;
    padding-left: 0;
}
.pricing li {
    background-color: #fff;
    border: 1px solid #eee;
    float: left;
    margin-right: 3.5%;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 31%;
}
.pricing li:hover {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.pricing li:nth-child(3n+3) {
    margin-right: 0;
}
.pricing li h6 {
    color: #96a2b2;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.pricing li .price {
    color: #000;
    font-family: "Fira Sans Extra Condensed",sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    padding: 10px 0;
}
.pricing li .price span {
    color: #96a2b2;
    display: block;
    font-family: Montserrat,"Fira Sans Extra Condensed",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}
.pricing li .price sup {
    font-size: 28px;
    vertical-align: super;
}
.pricing li hr {
    margin-bottom: 30px;
    margin-top: 20px;
}
.pricing li strong {
    color: #55595c;
}
.pricing.cols-4 li {
    margin-right: 2%;
    width: 23.5%;
}
.pricing.cols-4 li:nth-child(4n+4) {
    margin-right: 0;
}
@media (max-width: 991px) {
	.pricing {
		margin: 0 auto;
		max-width: 400px;
	}
	.pricing li {
		display: block;
		margin-bottom: 30px;
		margin-right: 0;
		width: 100%;
	}
}
section {
    background-attachment: fixed;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.section-1 {
    background-color: #f9f9f9;
    padding-bottom: 90px;
}
.section-4 {
    margin-bottom: 70px;
}
section.bg-alt {
    background-color: #ffffff;
}
section.bg-img {
    border-bottom: medium none;
    color: #fff;
}
section.bg-img::before {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
section.bg-img h2, section.bg-img h3 {
    color: #fff;
}
section.bg-repeat {
    background-repeat: repeat;
    background-size: auto auto;
}
section .bg-video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: -100;
}
.section-header {
}
.section-header span {
    color: #c8d0d7;
    font-family: Montserrat,"Fira Sans Extra Condensed",sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-header h2, .section-header h3 {
    color: #55595c;
    position: relative;
}
.section-header span ~ h2, .section-header span ~ h3 {
    margin-top: 12px;
}
.section-header p {
    font-size: 18px;
}
.section-header.text-left {
    text-align: left;
}
.section-header.text-left h2::after, .section-header.text-left h3::after {
    left: 0;
    margin-left: 0;
}
.section-header.text-right {
    text-align: right;
}
.section-header.text-right h2::after, .section-header.text-right h3::after {
    left: 100%;
    margin-left: -48px;
}
.bg-blue, .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-dark, .bg-dark-light, .bg-dark-lighter, .bg-dark-lighter h1, .bg-dark-lighter h2, .bg-dark-lighter h3, .bg-dark-lighter h4, .bg-dark-lighter h5, .bg-dark-lighter h6, .bg-dark-lightest, .bg-dark-lightest h1, .bg-dark-lightest h2, .bg-dark-lightest h3, .bg-dark-lightest h4, .bg-dark-lightest h5, .bg-dark-lightest h6, .bg-dark-light h1, .bg-dark-light h2, .bg-dark-light h3, .bg-dark-light h4, .bg-dark-light h5, .bg-dark-light h6, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-green, .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green h6, .bg-orange, .bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4, .bg-orange h5, .bg-orange h6, .bg-purple, .bg-purple h1, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple h5, .bg-purple h6, .bg-red, .bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red h5, .bg-red h6 {
    color: #eee;
}
.bg-dark hr {
    border-top-color: #2b353d;
}
.bg-dark-light hr {
    border-top-color: #4a4b55;
}
.bg-dark-lighter hr {
    border-top-color: #5e6068;
}
.bg-dark-lightest hr {
    border-top-color: #828284;
}
.bg-gray-lighter hr, .bg-gray-light hr, .bg-gray hr {
    border-top-color: #fff;
}
.bg-blue hr {
    border-top-color: #b3d7ed;
}
.bg-red hr {
    border-top-color: #fd9e9e;
}
.bg-orange hr {
    border-top-color: #fea693;
}
.bg-green hr {
    border-top-color: #88e1b4;
}
.bg-purple hr {
    border-top-color: #bfbaf5;
}
.overlay-black::before, .overlay-white::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.overlay-black::before {
    background-color: rgba(0, 0, 0, 0.6);
}
.overlay-black.overlay-intense::before {
    background-color: rgba(0, 0, 0, 0.85);
}
.overlay-black.overlay-pale::before {
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay-white::before {
    background-color: hsla(0, 0%, 100%, 0.6);
}
.overlay-white.overlay-intense::before {
    background-color: hsla(0, 0%, 100%, 0.85);
}
.overlay-white.overlay-pale::before {
    background-color: hsla(0, 0%, 100%, 0.4);
}
.overlay-black, .overlay-black h1, .overlay-black h2, .overlay-black h3, .overlay-black h4, .overlay-black h5, .overlay-black h6, .overlay-black p {
    color: #eee;
}
.overlay-black hr {
    border-top-color: #46474d;
}
section.border-bottom {
    border-bottom: 1px solid #eee;
}
section.no-border-bottom {
    border-bottom: medium none;
}
section.section-sm {
    padding-bottom: 48px;
    padding-top: 48px;
}
section.section-lg {
    padding-bottom: 164px;
    padding-top: 164px;
}
section.no-overlay::before {
    display: none;
}
@media (max-width: 991px) {
	section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-header p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	section {
		padding: 10px 15px;
	}
	section > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.section-sm {
		padding-bottom: 32px;
		padding-top: 32px;
	}
	.section-lg {
		padding-bottom: 128px;
		padding-top: 128px;
	}
}
.social-icons {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}
.social-icons li.title {
    color: #96a2b2;
    font-size: 13px;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
}
.social-icons a {
    background-color: #eceeef;
    border-radius: 100%;
    color: #818a91;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin-right: 8px;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 44px;
}
.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    background-color: #29aafe;
    color: #fff;
}
.social-icons.size-sm a {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    width: 34px;
}
.social-icons a.facebook:hover {
    background-color: #3b5998;
}
.social-icons a.rss:hover {
    background-color: #f26522;
}
.social-icons a.google-plus:hover {
    background-color: #dd4b39;
}
.social-icons a.twitter:hover {
    background-color: #00aced;
}
.social-icons a.linkedin:hover {
    background-color: #007bb6;
}
.social-icons a.git:hover {
    background-color: #666;
}
.social-icons a.tumblr:hover {
    background-color: #32506d;
}
.social-icons a.vimeo:hover {
    background-color: #aad450;
}
.social-icons a.youtube:hover {
    background-color: #b00;
}
.social-icons a.flickr:hover {
    background-color: #ff0084;
}
.social-icons a.pinterest:hover {
    background-color: #cc2127;
}
.social-icons a.reddit:hover {
    background-color: #ff4500;
}
.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}
.social-icons a.skype:hover {
    background-color: #00aff0;
}
.social-icons a.instagram:hover {
    background-color: #517fa4;
}
.social-icons a.lastfm:hover {
    background-color: #c3000d;
}
.social-icons a.behance:hover {
    background-color: #1769ff;
}
@media (max-width: 767px) {
	.social-icons li.title {
		display: block;
		font-weight: 600;
		margin-right: 0;
	}
}
.login-page {
    background-color: #e5e7ed;
    min-height: 100vh;
}
.login-page main {
    left: 50%;
    max-width: 460px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.login-block {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 60px;
    text-align: center;
}
.login-block h1, .login-block h6 {
    color: #96a2b2;
    font-family: Open Sans,sans-serif;
    letter-spacing: 1px;
}
.login-block h1 {
    font-size: 22px;
    margin-bottom: 60px;
    margin-top: 40px;
}
.login-block h6 {
    font-size: 11px;
    margin-top: 0;
    text-transform: uppercase;
}
.login-block .form-group {
    margin-bottom: 15px;
    margin-top: 15px;
}
.login-block .form-control, .login-block .form-control:focus, .login-block .input-group-addon, .login-block .input-group-addon:focus {
    background-color: transparent;
    border: medium none;
}
.login-block .form-control {
    font-size: 17px;
}
.login-block .input-group-addon {
    color: #29aafe;
    font-size: 19px;
    opacity: 0.5;
}
.login-block .btn-block {
    margin-top: 30px;
}
.login-block .hr-xs {
    margin-bottom: 5px;
    margin-top: 5px;
}
.login-footer {
    margin-top: 60px;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out 0s;
}
.login-footer:hover {
    opacity: 1;
}
.login-links {
    color: #96a2b2;
    font-size: 13px;
    padding: 15px 5px 0;
}
.login-links::after {
    clear: both;
    content: "";
    display: table;
}
.login-links a {
    color: #96a2b2;
    opacity: 0.9;
}
.login-links a:hover {
    color: #29aafe;
    opacity: 1;
}
@media (max-width: 767px) {
	.login-page main {
		left: auto;
		padding: 30px 15px;
		position: static;
		top: auto;
		transform: none;
	}
	.login-block {
		padding: 20px;
	}
}
.team-member {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.team-member:hover {
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.team-member h5 {
    color: #29aafe;
    margin-bottom: 30px;
}
.team-member h5 small {
    color: #96a2b2;
    display: block;
    padding-top: 10px;
}
.team-member img {
    border-radius: 100%;
}
.team-member .social-icons {
    margin-bottom: 30px;
    margin-top: 30px;
}
.team-member .social-icons a {
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    width: 34px;
}
.team-member p {
    color: #818a91;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}
.note-editor.note-frame {
    border-color: #dfe5e7;
    border-radius: 0;
}
.note-editor .btn {
    background-color: #fff;
    border-color: #eee;
    color: #7e8890;
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    padding-right: 12px;
}
.note-editor .btn:focus, .note-editor .btn:hover {
    background-color: #eceeef;
    border-color: #eee;
    color: #7e8890;
}
.note-editor .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.note-editor .btn-default.active, .note-editor .btn-default:active, .note-editor .btn-default:hover, .note-editor .btn.active, .note-editor .btn:active, .note-editor .open > .dropdown-toggle.btn-default {
    background-color: #eceeef;
    border-color: #e1e1e1;
    box-shadow: none;
    color: #7e8890;
}
.note-editor .panel-heading {
    border-color: #dfe5e7;
}
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 246px;
}
.bootstrap-select .dropdown-menu {
    border-color: #dfe5e7;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.bootstrap-select .dropdown-menu > li > a {
    color: #7e8890;
    line-height: 24px;
    padding-left: 14px;
    padding-right: 14px;
}
.bootstrap-select .dropdown-toggle {
    background-color: #fcfcfc;
    border-color: #dfe5e7;
    border-radius: 0;
    color: #818a91;
    font-weight: 500;
    padding: 0;
    text-transform: none;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: medium none;
}
.bootstrap-select .filter-option {
    padding-left: 10px;
    padding-right: 10px;
}
.bg-white {
    background-color: #fff;
}
.bg-dark {
    background-color: #161b1f;
}
.bg-dark-light {
    background-color: #32333a;
}
.bg-dark-lighter {
    background-color: #46474d;
}
.bg-dark-lightest {
    background-color: #69696a;
}
.bg-gray {
    background-color: #f9f9f9;
}
.bg-gray-light {
    background-color: #f8f9fb;
}
.bg-gray-lighter {
    background-color: #fafafa;
}
.bg-gray-lightest {
    background-color: #fdfdfd;
}
.bg-blue {
    background-color: #89c1e4;
}
.bg-red {
    background-color: #fc6c6c;
}
.bg-orange {
    background-color: #fe7c60;
}
.bg-green {
    background-color: #5fd79a;
}
.bg-purple {
    background-color: #968eee;
}
.txt-white {
    color: #fff;
}
.txt-dark {
    color: #161b1f;
}
.txt-gray {
    color: #818a91;
}
.txt-blue {
    color: #89c1e4;
}
.txt-red {
    color: #fc6c6c;
}
.txt-orange {
    color: #fe7c60;
}
.txt-green {
    color: #5fd79a;
}
.txt-purple {
    color: #968eee;
}
.txt-brand {
    color: #29aafe;
}
.no-padding {
    padding: 0;
}
.no-padding-x {
    padding-left: 0;
    padding-right: 0;
}
.no-padding-y {
    padding-bottom: 0;
    padding-top: 0;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.no-margin {
    margin: 0;
}
.no-margin-x {
    margin-left: 0;
    margin-right: 0;
}
.no-margin-y {
    margin-bottom: 0;
    margin-top: 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.header-slogan {
    color: #ddd;
    font-size: 13px;
    padding-top: 9px;
}
.section-1 h2, .section-2 h2, .section-4 h2 {
    font-family: "AgoraSansProBold";
    color: #000;
    font-size: 24px;
    letter-spacing: 0;
    margin: 0;
    padding: 15px 0;
}
.section-4 h2 {
text-align: center;
}
.container-fluid{
 padding-left: 0;   
}
.clear {
    clear: both;
}
.abtn {
    margin: 20px 0;
}
.section-2 .col-sm-8 {
    padding: 0;
}
#review h3, #review h3 a {
    font-family: "AgoraSansProBlack";
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}
#review .item {
    border: 1px solid #b4b4b4;
}
#review .item {
    padding: 20px 40px;
}
#review .item p {
    color: #000;
    font-size: 15px;
    line-height: 19px;
}
#review .review-cat {
    color: #000;
    font-size: 14px;
}
#review .abtn {
    margin-top: 40px;
}
.rating.s1 .title {
    background-color: #5a040d;
}
.rating.s2 .title {
    background-color: #fc3500;
}
.rating.s3 .title {
    background-color: #feba01;
}
.rating.s4 .title {
    background-color: #91c839;
}
.rating.s5 .title {
    background-color: #208a0c;
}
.rating {
    box-shadow: -4px 4px 14px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 85px;
    z-index: 10;
}
.rating .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 27px;
    width: 100%;
    text-align: center;
    line-height: 27px;
    padding-left: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.rating .value {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    font-family: "AgoraSansProBlack";
    font-size: 36px;
    height: 100%;
    line-height: 55px;
    text-align: center;
}
.rating .title .fa {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}
.section-3 {
    background-image: url(/img/main-add.png);
    padding: 145px 0;
    text-align: center;
    margin-top: 200px;
}
.section-3 .container {
    padding-left: 20%;
}
.section-3 h2 {
    font-family: "AgoraSansProBold";
    color: #ffffff;
    font-size: 40px;
    margin: 10px 0;
}
.section-3 .col-sm-7 {
    text-align: right;
}
.section-3 .col-sm-5 {
    text-align: left;
}
.section-3 .section-3-btn a {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 40px;
}
.posts-last h3 {
    font-family: "AgoraSansProBold";
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px 0 0 0;
}
.posts-last-text {
    padding-bottom: 20px;
}
.posts-last .posts-last-text p {
    font-family: "AgoraSansProRegular";
    color: #7f7f7f;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px 0 20px;
}
.posts-last .abtn a {
    
}
.popular-categories-horizontal ul {
    padding: 0;
}
.popular-categories-horizontal ul li {
    float: left;
    list-style: outside none none;
    width: 12.5%;
}
.popular-categories-horizontal li a {
    box-sizing: border-box;
    color: #666;
    display: block;
    font-size: 13px;
    margin: -1px 0 0 -1px;
    min-width: 100%;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.popular-categories-horizontal li a::before {
    box-shadow: 0 0 0 1px rgba(80, 80, 80, 0.7);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
.popular-categories-horizontal li a, .popular-categories-horizontal li a::before {
    transition: all 0.15s ease-in-out 0s;
}
.popular-categories-horizontal li a:hover::before {
    opacity: 1;
}
.popular-categories-horizontal li a:hover {
    background-color: rgba(80, 80, 80, 0.05);
}
.popular-categories-horizontal li a i {
    color: #495d7f;
    display: block;
    font-size: 32px;
    min-height: 49px;
    padding: 4px 0 15px;
}
.popular-categories-horizontal li a i.ln {
    font-size: 36px;
    margin-top: -2px;
}
.company-view {
    background-color: #f6f6f6;
    margin-bottom: 0;
    margin-top: 40px;
    padding-top: 0;
}
.company-view .company-info-title {
    font-size: 25px;
}
.company-view #rating-autostars {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 3px 10px;
}
.company-view .rating-autostars img {
    width: 15px;
}
.company-view .rating-autostars-title {
    color: #000000;
    font-size: 12px;
}
.company-view .collapse-description {
    display: block;
    max-height: 70px;
    overflow: hidden;
    position: relative;
}
.company-view .collapse-description .description {
    height: 100%;
}
.collapse-description-transparent {
    background: rgba(0, 0, 0, 0) url("/img/transparent-white.png") repeat-x scroll center bottom;
    bottom: 0;
    height: 70px;
    left: 0;
    position: absolute;
    width: 100%;
}
.company-view .collapse-description p {
    font-size: 13px;
    line-height: 19px;
}
.company-view .company-info .row-1 hr {
    border-top: 1px solid #e0e0e0;
    margin: 10px 0;
}
.company-view .reviews-title h2 {
    color: #000000;
    font-size: 20px;
    font-family: "AgoraSansProMedium";
    padding-left: 80px;
    position: relative;
}
.sort-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 13px -3px 13px 0;
    line-height: 16px;
}
.sort-nav li a {
    display: inline-block;
    font-family: "AgoraSansProRegular";
    font-size: 16px;
    height: 100%;
    line-height: 13px;
    padding: 5px 5px;
    width: 100%;
    text-decoration: dotted;
    color: #000;
}
.sort-nav-item:hover {
    border-bottom: dotted;
}

.sort-nav-item.active {
    border-bottom: dotted;
}

.reviews-list-item .rating {
    right: 0px;
    top: 0px;
}
.reviews-list-item {
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
    background: transparent;
}

.reviews-list-item:hover {
    border: 1px solid transparent;
}

.reviews-list-item .item-block {
    margin-top: 0;
    background: transparent;
}

.reviews-item-container:hover {
    border: none;
    background-color: #f9f9f9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.company-reviews-list-item-text-title {
    float: left;
}

.company-reviews-list-item-text-title .fa-plus-circle {
    color: #22b14c;
}
.company-reviews-list-item-text-title .fa-minus-circle {
    color: #ed1c24;
}
.company-reviews-list-item-text-message {
    float: left;
    font-size: 14px;
    line-height: 19px;
    padding-left: 8px;
    max-width: 85%;
}
.reviews-list-item .shorten .shorten-toggle {
    color: #2b95ff;
}
.reviews-likes {
    padding: 20px 0 20px 53px;
}
.reviews-likes li {
    display: inline-block;
    font-family: "AgoraSansProMedium";
    font-size: 12px;
    color: #000;
    list-style: outside none none;
    margin-right: 5px;
}
.reviews-likes li a {
    color: #999999;
    font-size: 17px;
}
.reviews-likes-count-up {
    color: #038a2c;
}
.reviews-likes-count-down {
    color: #b90742;
}
.reviews-likes-btn-up:hover {
    color: #038a2c;
}
.reviews-likes-btn-down:hover {
    color: #b90742;
}
.reviews-form header .like-h1 {
    background-color: #495d7f;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.reviews-form textarea {
    border: 2px solid #c3c3c3;
    font-size: 13px;
}
.reviews-form input[type="text"] {
    border: 2px solid #c3c3c3;
    font-size: 13px;
    height: 33px;
    padding: 5px;
}
.reviews-form .form-group {
    margin-bottom: 10px;
}
.reviews-form .btn-success {
    background-color: #c3c3c3;
    border: medium none;
    border-radius: 0;
    height: 33px;
    line-height: 33px;
}
.reviews-form .btn-success:hover {
    background-color: #7ec855;
}
.companies-list.column header h2 {
    color: #454545;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.company-info-ratings {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
}

.company-info-rating {
        float: left;
        background: #000 none repeat scroll 0 0;
        padding: 0 30px;
}

.review-btn {
    clear:both;
    float: left;
    background: #ff7f27;
    color: #000;
    margin-top: 20px;
    height: 60px;
    font-family: "AgoraSansProBold";
    font-size: 18px;
    border-radius: 5px;
    border: none;
}

.reviews-window {
    width: 800px;
    text-align: center !important;
}

.modal-backdrop {
    z-index: 1;
}

.company-info-ratings .ratings ul {
    padding: 0;
}
.company-info-ratings .ratings li {
    list-style: outside none none;
}
.company-info-ratings .ratings li span.indicator {
    display: inline-block;
    margin: 0 auto;
    min-width: 140px;
    overflow: hidden;
    vertical-align: middle;
    width: 140px;
}
.company-info-ratings .indicator, .company-info-ratings .indicator span {
    background: rgba(0, 0, 0, 0) url("/img/indicator_bg.png") repeat-x scroll 0 0;
    display: block;
    height: 21px;
    line-height: 21px;
    min-height: 21px;
    position: relative;
}
.company-info-ratings .indicator span.inner {
    background-position: 0 -21px;
}
.company-info-ratings .indicator span.content {
    background-position: 0 -42px;
    color: #fff;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    min-width: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.company-info-ratings .indicator-title {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    width: 82px;
}
.company-info-options {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 20px;
    background: #f9f9f9;
}
.company-info-options-item {
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 10px;
}
.company-info-options-item-label {
    font-family: "AgoraSansProBold";
    font-size: 15px;
    color: #000000;
    list-style: outside none none;
}
.company-info-options-item-label .fa {
    color: #495d7f;
}
.company-info-cat-town {
}
.company-info-cat-town-list {
    padding: 7px 0 0;
}
.company-info-cat-town-list li {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    list-style: outside none none;
    padding-bottom: 5px;
}
.company-info-cat-town-list li {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
}
.company-info-cat-town-list li.active {
	font-weight: bold;	
}
.company-info-cat-town-value {
    font-weight: normal;
}
.g-recaptcha > div {
    width: 100%;
}
.g-recaptcha iframe {
    width: 100%;
}
.g-recaptcha .rc-anchor {
    width: 100%;
}
.company-view .reviews-title .row-1 {
    background-color: #f2f2f2;
    padding: 20px 0;
    margin: 0 15px 30px 15px;
}
.company-view .reviews-title .sort-nav {
    margin-bottom: 0;
}
#admin-menu {
    background-color: #fff;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    box-shadow: 2px 1px 4px #aaa;
    list-style: outside none none;
    min-width: 170px;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
#admin-menu a {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    padding: 5px 10px;
    text-align: left;
    transition: none 0s ease 0s ;
}
.full-width {
    width: 100%;
}
.banner {
    padding-bottom: 15px;
    text-align: center;
}
.banner-item {
    display: inline-block;
}
.description {
    font-size: 12px;
}
html, body, .container {
    min-width: 300px;
}
.strong {
    font-weight: bold;
}
@media (max-width: 480px) {
	.hidden-xss {
		display: none;
	}
	.col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
		float: left;
	}
	.col-xxs-12 {
		width: 100%;
	}
	.col-xxs-11 {
		width: 91.6667%;
	}
	.col-xxs-10 {
		width: 83.3333%;
	}
	.col-xxs-9 {
		width: 75%;
	}
	.col-xxs-8 {
		width: 66.6667%;
	}
	.col-xxs-7 {
		width: 58.3333%;
	}
	.col-xxs-6 {
		width: 50%;
	}
	.col-xxs-5 {
		width: 41.6667%;
	}
	.col-xxs-4 {
		width: 33.3333%;
	}
	.col-xxs-3 {
		width: 25%;
	}
	.col-xxs-2 {
		width: 16.6667%;
	}
	.col-xxs-1 {
		width: 8.33333%;
	}
}
@media (max-width: 767px) {
	.text-left-xs {
		text-align: left;
	}
	.text-right-xs {
		text-align: right;
	}
	.text-center-xs {
		text-align: center;
	}
}

@media (min-width: 768px){
    .modal-dialog {
        width: 800px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.text-left-sm {
		text-align: left;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-center-sm {
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.text-left-md {
		text-align: left;
	}
	.text-right-md {
		text-align: right;
	}
	.text-center-md {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.text-left-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: right;
	}
	.text-center-lg {
		text-align: center;
	}
}
.company-stamp-info {
    font-size: 0;
    left: -20px;
    position: absolute;
    text-align: left;
    top: 150px;
    z-index: 1;
}
.company-stamp-warning {
    font-size: 0;
    position: absolute;
    right: -14px;
    text-align: right;
    top: -30px;
    z-index: 1;
}
.company-stamp-item {
    display: inline-block;
    margin-left: -10px;
    padding: 0;
}
.review-stamp {
    position: absolute;
    right: 30px;
    top: 80px;
    z-index: 1;
}
.review-stamp-item {
    display: inline-block;
    padding: 5px;
}
.reviews-item-cp {
    background-color: #fff;
    border-color: #aaa;
    border-image: none;
    border-radius: 0 3px 3px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    box-shadow: 3px 2px 5px -1px rgba(0, 0, 0, 0.31);
    display: none;
    padding: 5px;
    position: absolute;
    right: -70px;
    top: 68px;
    width: 70px;
    z-index: 10;
}
.reviews-item-cp .btn {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.reviews-item-container {
    position: relative;
}
.reviews-answer-list-item-container .reviews-item-cp {
    top: 10px;
}
.reviews-item.review-disabled {
    border: 1px solid red;
    opacity: 0.2;
}
.reviews-item-container.review-disabled:hover {
    opacity: 1;
}
.reviews-item-container:hover .reviews-item-cp {
    display: block;
}
.companies-list-item-title {
    color: #333;
    font-size: 19px;
    font-weight: bold;
}
@media (max-width: 767px) {
	.companies-list-item-title {
		font-size: 14px;
		font-weight: bold;
	}
}
.companies-list-item-categories {
    font-size: 13px;
}
.companies-list-item-reviews {
    font-size: 13px;
}
.companies-list-item-logo {
    text-align: center;
}
.companies-list-item-logo img {
    max-width: 100%;
}
.container-fluid.companies-list-item-logo img {
    width: 100%;
}
.subcategories-list li.active a {
    color: #666;
    text-shadow: 1px 0 0 #666;
}

.reviews-list-item:hover, .reviews-list-item:active, .reviews-list-item:focus {
    color: #a2a2a2;
}
.reviews-list-item-logo {
    padding-right: 0;
}
.reviews-list-item-logo img {
    max-width: 100%;
}
.reviews-list-item-category {
    color: #96a2b2;
    font-size: 14px;
}
.reviews-list-item-company {
    color: #7f7f7f;
    font-weight: bold;
}
.reviews-list-item-city {
    font-size: 12px;
}
.reviews-list-item-name {
    font-size: 12px;
    padding: 35px 20px 0 20px;
    font-family: "AgoraSansProMedium";
    color: #000;
}

.reviews-list-item-name ul li {
    display: inline-block;
    list-style: outside none none;
}

.reviews-list-item-date {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 4px;
}
.reviews-list-item-city-date {
    padding-right: 40px;
}
.reviews-list-item-city-date ul li {
    display: inline-block;
    font-weight: bold;
    list-style: outside none none;
}
.reviews-list.reviews-list-preview .reviews-list-item-date {
    padding-top: 4px;
}
.company-info-logo {
    background: #fff none repeat scroll 0 0;
    margin: 0 70px;
    padding: 10px;
    text-align: center;
}
.company-info-logo img {
    background: #fff none repeat scroll 0 0;
    max-width: 100%;
}
.company-info-add-review-btn {
    margin-top: 0;
}
.rating-autostars {
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}
.rating-autostars img {
    vertical-align: text-bottom;
}
.rating-autostars.small {
}
.rating-autostars.small img {
    width: 18px;
}
.company-info-title {
    color: #555;
    font-size: 30px;
    font-weight: bold;
}
.company-reviews-list-item-text {
    font-size: 14px;
    line-height: 1.6em;
    padding: 20px 30px;
    vertical-align: top;
}
.reviews-list.reviews-list-preview .reviews-list-item header {
    border-bottom: 1px solid #f6f6f6;
    margin: 0;
    padding: 20px 0;
}
.reviews-list .reviews-list-item header {
    border: medium none;
}
.reviews-list .reviews-list-item .item-body {
    color: #55595c;
    display: block;
    font-size: 14px;
    padding: 0;
}
.reviews-list .reviews-list-item .item-body table {
    width: 100%;
}
.reviews-list .reviews-list-item .item-body table td {
    width: 50%;
}
.reviews-list.reviews-list-preview .reviews-list-item .item-body {
    padding: 10px 15px;
}
.field-formcompany-review_text_pos textarea, .company-reviews-list-item-text.pos, #companyreview-text_pos {
    background-color: transparent;
}
.field-formcompany-review_text_con textarea, .company-reviews-list-item-text.con, #companyreview-text_con {
    background-color: transparent;
}

.company-reviews-list-item-showmore a {
    color: #666;
    font-size: 15px;
}
.progress.progress-danger {
    background-color: rgba(220, 20, 60, 0.2);
}
.progress-bar-danger {
    background-color: #dc143c;
}
.progress-bar-danger::before {
    background-color: #dc143c;
}
.progress-bar-danger::after {
    background-color: rgba(220, 20, 60, 0.4);
}
.progress-warning {
    background-color: rgba(255, 99, 71, 0.2);
}
.progress-bar-warning {
    background-color: #ff6347;
}
.progress-bar-warning::before {
    background-color: #ff6347;
}
.progress-bar-warning::after {
    background-color: rgba(240, 173, 78, 0.4);
}
.progress-success {
    background-color: rgba(218, 165, 32, 0.2);
}
.progress-bar-success {
    background-color: #daa520;
}
.progress-bar-success::before {
    background-color: #daa520;
}
.progress-bar-success::after {
    background-color: rgba(218, 165, 32, 0.4);
}
.progress-success2 {
    background-color: rgba(92, 184, 92, 0.2);
}
.progress-bar-success2 {
    background-color: #228b22;
}
.progress-bar-success2::before {
    background-color: #228b22;
}
.progress-bar-success2::after {
    background-color: rgba(34, 139, 34, 0.4);
}
.add-review-description {
    padding-bottom: 15px;
}
header.padding-bottom {
    padding-bottom: 60px;
}
.company-info hr {
    margin: 10px 0;
}
.company-info-title {
    margin-bottom: 0;
    margin-top: 13px;
}
.company-info-ratings .progress {
    max-width: 190px;
}
.g-recaptcha {
    text-align: left;
}
.g-recaptcha > div {
    display: inline-block;
}
.companies-list .item-body {
    clear: both;
    padding: 30px 15px;
    text-align: center;
}
.companies-list.column .item-body {
    clear: both;
    padding: 10px 15px;
    text-align: center;
}
.companies-list .item-body .companies-list-item-title {
    font-size: 16px;
}
.companies-list.column .item-body .companies-list-item-title {
    font-size: 16px;
}
.companyreview-city-autocomplete-item {
    color: #7e8890;
    font-size: 14px;
}
.companyreview-city-autocomplete-item i {
    margin-right: 10px;
}
.companyreview-city-autocomplete-item .ui-state-highlight {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-weight: bold;
}
.companyreview-city-autocomplete-item:hover, .companyreview-city-autocomplete-item:active, .companyreview-city-autocomplete-item:focus, .companyreview-city-autocomplete-item.ui-state-focus {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #aeaeae;
    color: #000;
}
.company-info-title-comment {
    font-size: 14px;
    margin-bottom: 10px;
}
#reviews-form .col-lg-1, #reviews-form .col-lg-10, #reviews-form .col-lg-11, #reviews-form .col-lg-12, #reviews-form .col-lg-2, #reviews-form .col-lg-3, #reviews-form .col-lg-4, #reviews-form .col-lg-5, #reviews-form .col-lg-6, #reviews-form .col-lg-7, #reviews-form .col-lg-8, #reviews-form .col-lg-9, #reviews-form .col-md-1, #reviews-form .col-md-10, #reviews-form .col-md-11, #reviews-form .col-md-12, #reviews-form .col-md-2, #reviews-form .col-md-3, #reviews-form .col-md-4, #reviews-form .col-md-5, #reviews-form .col-md-6, #reviews-form .col-md-7, #reviews-form .col-md-8, #reviews-form .col-md-9, #reviews-form .col-sm-1, #reviews-form .col-sm-10, #reviews-form .col-sm-11, #reviews-form .col-sm-12, #reviews-form .col-sm-2, #reviews-form .col-sm-3, #reviews-form .col-sm-4, #reviews-form .col-sm-5, #reviews-form .col-sm-6, #reviews-form .col-sm-7, #reviews-form .col-sm-8, #reviews-form .col-sm-9, #reviews-form .col-xs-1, #reviews-form .col-xs-10, #reviews-form .col-xs-11, #reviews-form .col-xs-12, #reviews-form .col-xs-2, #reviews-form .col-xs-3, #reviews-form .col-xs-4, #reviews-form .col-xs-5, #reviews-form .col-xs-6, #reviews-form .col-xs-7, #reviews-form .col-xs-8, #reviews-form .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 767px) {
	#reviews-form .col-lg-1, #reviews-form .col-lg-10, #reviews-form .col-lg-11, #reviews-form .col-lg-12, #reviews-form .col-lg-2, #reviews-form .col-lg-3, #reviews-form .col-lg-4, #reviews-form .col-lg-5, #reviews-form .col-lg-6, #reviews-form .col-lg-7, #reviews-form .col-lg-8, #reviews-form .col-lg-9, #reviews-form .col-md-1, #reviews-form .col-md-10, #reviews-form .col-md-11, #reviews-form .col-md-12, #reviews-form .col-md-2, #reviews-form .col-md-3, #reviews-form .col-md-4, #reviews-form .col-md-5, #reviews-form .col-md-6, #reviews-form .col-md-7, #reviews-form .col-md-8, #reviews-form .col-md-9, #reviews-form .col-sm-1, #reviews-form .col-sm-10, #reviews-form .col-sm-11, #reviews-form .col-sm-12, #reviews-form .col-sm-2, #reviews-form .col-sm-3, #reviews-form .col-sm-4, #reviews-form .col-sm-5, #reviews-form .col-sm-6, #reviews-form .col-sm-7, #reviews-form .col-sm-8, #reviews-form .col-sm-9, #reviews-form .col-xs-1, #reviews-form .col-xs-10, #reviews-form .col-xs-11, #reviews-form .col-xs-12, #reviews-form .col-xs-2, #reviews-form .col-xs-3, #reviews-form .col-xs-4, #reviews-form .col-xs-5, #reviews-form .col-xs-6, #reviews-form .col-xs-7, #reviews-form .col-xs-8, #reviews-form .col-xs-9 {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.reviews-form select {
    font-size: 12px;
    padding: 4px;
}
.reviews-form label {
    color: #55595c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.reviews-form select option {
    padding: 5px 10px;
}
.reviews-form select option:first-child {
    border-bottom: 1px solid #b9c6cb;
}
.form-group.has-error .help-block {
    background: #a94442 none repeat scroll 0 0;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    padding: 1px 15px 1px 8px;
    position: relative;
}
.form-group.has-error .help-block::before {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #a94442;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 17px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.company-info .details {
    margin: 0 -15px;
}
.company-info.company-info-full .company-info-logo {
}
.company-info.company-info-full .company-info-title {
    margin-top: 0;
}
.company-info.company-info-short .company-info-add-review-btn {
    margin-top: 30px;
}
.shorten .shorten-toggle {
    border-bottom: 1px dotted;
    color: #777;
    display: inline-block;
    line-height: 1.3em;
    margin-left: 5px;
}
.reviews-list-item .company-reviews-list-item-rating-ext {
    padding: 10px 30px;
}
.reviews-list-item .company-reviews-list-item-rating-ext .company-info-ratings-label {
    font-size: 12px;
    line-height: 1.4em;
}
.reviews-list-item .company-reviews-list-item-rating-ext .rating-autostars2 {
    font-size: 10px;
    line-height: 1em;
}
.reviews-list-item .company-reviews-list-item-rating-ext .rating-autostars2 img {
    width: 26px;
}
.reviews-list-item .company-reviews-list-item-rating-ext .company-info-ratings-item {
    font-size: 1px;
    line-height: 10px;
}
.reviews-list-item .company-reviews-list-item-rating-ext {
    padding: 10px 30px;
}
.company-info-ratings .company-info-ratings-label, .field-companyreview-rating .company-info-ratings-label, .field-formcompany-review_rating .company-info-ratings-label {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: none;
}
.company-info-ratings .rating-autostars2, .field-companyreview-rating .review-form-stars-item-images, .field-formcompany-review_rating .review-form-stars-item-images {
    font-size: 10px;
    line-height: 1em;
}
.company-info-ratings .rating-autostars2 img, .field-companyreview-rating .review-form-stars-item-images img, .field-formcompany-review_rating .review-form-stars-item-images img {
    width: 17px;
}
.company-info-ratings .company-info-ratings-item, .field-companyreview-rating .company-info-ratings-item, .field-formcompany-review_rating .company-info-ratings-item {
    font-size: 1px;
    line-height: 10px;
}
.company-info.company-info-full hr {
    margin: 30px 0;
}
.company-info.company-info-full .company-info-ratings {
    margin-bottom: 15px;
}
.stars-error-block {
    font-size: 0;
    line-height: 1px;
    text-align: left;
}
.stars-error-block {
    display: none;
}
.stars-error-block.has-error {
    display: block;
}
header.site-header h2 {
    font-family: "AgoraSansProBlack";
    font-size: 34px;
    margin: 0;
    text-transform: uppercase;
}
header .header-text-1, header .header-text-3 {
    font-family: "AgoraSansProRegular";
    font-size: 20px;
}
header .header-text-2 {
    font-family: "AgoraSansProBlack";
    font-size: 23px;
}
header.site-header span {
    display: block;
}
@media (max-width: 480px) {
	header.site-header h2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.reviews-item-review-rating .rating-autostars.small {
		display: inline-block;
		font-size: 0;
		line-height: 11px;
		margin-top: 12px;
	}
	.companies-list .rating-autostars.small img {
		width: 14px;
	}
}
@media (max-width: 480px) {
	.companies-list .rating-autostars.small img {
		width: 10px;
	}
	.company-info-add-review-btn {
		margin-top: 20px;
	}
	.reviews-item-review-rating .rating-autostars.small img {
		width: 12px;
	}
}
@media (max-width: 1199px) {
	.reviews-list-item .company-reviews-list-item-rating-ext .company-info-ratings-item {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.field-companyreview-rating .form-group {
		margin-bottom: 0;
	}
	.field-companyreview-rating .form-group .help-block {
		display: none;
	}
	.field-companyreview-rating .form-group.has-error .help-block {
		display: inline-block;
	}
}
@media (max-width: 480px) {
	.company-info-ratings .company-info-ratings-label, .field-companyreview-rating .company-info-ratings-label {
		font-size: 10px;
	}
	.company-info-ratings .rating-autostars2 img {
		width: 22px;
	}
}
.alert {
    font-size: 18px;
}
.alert.alert-success {
    background-image: url("/img/ico-success.png");
    background-position: 20px 13px;
    background-repeat: no-repeat;
    background-size: 33px auto;
    padding-left: 73px;
}
.field-formcompany-company_logo {
    margin-bottom: 23px;
}
.header-search-options {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 15;
}
.header-search-options {
    display: none;
}
.header-search-options.visible {
    display: block;
}
.header-search-options {
}
.search-dropdown-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.search-dropdown-list.with-ico {
}
.search-dropdown-list li {
    padding: 2px 13px;
    position: relative;
    text-align: left;
}
.search-dropdown-list.with-ico li {
    padding: 10px 0 10px 75px;
}
.search-dropdown-list-label {
    font-weight: bold;
    margin-left: 57px;
    padding-bottom: 10px;
}
.search-dropdown-list-item-ico {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 50px;
}
.search-dropdown-list-item-ico img {
    max-width: 100%;
}
.search-dropdown-list-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
.search-dropdown-list-item .highlight {
    background-color: transparent;
    font-weight: bold;
}
.search-dropdown-list-item {
    color: #233a64;
}
.header-job-search {
    margin-top: 9px;
    position: relative;
}
.block-link-container {
    position: relative;
    text-align: center;
}
.block-link-item {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 200%;
    top: 0;
    white-space: nowrap;
}
ul {
    list-style: outside none none;
}
ul, ol {
    margin: 0;
}
ol, ul {
    list-style: outside none none;
}
.categories-group ul li {
    font-size: 18px;
    line-height: 26px;
    padding: 4px 0;
}
#popular-categories {
    display: block;
    padding: 20px;
    border: 1px solid #000;
    font-size: 13px;
}
#popular-categories li {
    list-style: outside none none;
}
#popular-categories li a {
    font-family: "AgoraSansProBold";
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: left;
}
#popular-categories li a::before {
    box-shadow: 0 0 0 1px rgba(80, 80, 80, 0.7);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
#popular-categories li a, #popular-categories li a::before {
    transition: all 0.15s ease-in-out 0s;
}
#popular-categories li a i {
    color: #495d7f;
    display: block;
    font-size: 32px;
    padding: 0 0 15px;
}
#popular-categories li a i.ln {
    font-size: 36px;
    margin-top: -2px;
}
#popular-categories .fa-briefcase {
    padding-right: 5px;
}
#titlebar.photo-bg::before {
    background-color: rgba(34, 34, 34, 0.65);
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#titlebar.photo-bg {
    background-color: #222;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 183px 0;
}
#titlebar {
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding: 70px;
    position: relative;
}
#titlebar.photo-bg h2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
}
#titlebar h2 {
    font-size: 30px;
    line-height: 40px;
}
#titlebar .button {
    position: absolute;
    right: 10px;
    top: 51%;
    transform: translateY(-51%);
}
.container .ten.columns {
    width: 730px;
}
.container .six.columns {
    width: 430px;
}
.container .column, .container .columns {
}
#current, .icon-box.rounded i::after, a.button.gray.app-link.opened, ul.float-right li a:hover, .menu ul li.sfHover a.sf-with-ul, .menu ul li a:hover, a.menu-trigger:hover, #jPanelMenu-menu li a:hover, .search-container button, .upload-btn, button, input[type="button"], input[type="submit"], a.button, .upload-btn:hover, #titlebar.photo-bg a.button.white:hover, a.button.dark:hover, #backtotop a:hover, .mfp-close:hover, .tabs-nav li.active a, .ui-accordion .ui-accordion-header-active:hover, .ui-accordion .ui-accordion-header-active, .highlight.color, .plan.color-2 .plan-price, .plan.color-2 a.button, .tp-leftarrow:hover, .tp-rightarrow:hover, .pagination ul li a.current-page, .pagination .current, .pagination ul li a:hover, .pagination-next-prev ul li a:hover, .infobox, .hover-icon, .comment-by a.reply:hover, .chosen-container .chosen-results li.highlighted, .chosen-container-multi .chosen-choices li.search-choice, .list-search button, .checkboxes input[type="checkbox"]:checked + label::before {
    background-color: #26ae61;
}
a.button.gray.app-link.opened, .upload-btn, button, input[type="button"], input[type="submit"], a.button {
    background-color: #505050;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: medium none;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    z-index: 10;
}
.categories-group:first-child {
    padding-top: 0;
}
.categories-group {
    padding: 50px 0 110px 0;
    font-family: "AgoraSansProBold";
    font-size: 16px;
}
.categories-group ul {
    padding: 0;
}
.categories-group ul li {
    font-size: 18px;
    line-height: 26px;
    padding: 4px 0;
}
.container .four.columns {
    width: 280px;
}
#titlebar.photo-bg h1 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    position: relative;
    z-index: 1000;
}
.companies-list-row .item-block {
    background: transparent none repeat scroll 0 0;
}
.post-img {
    padding-bottom: 20px;
    text-align: center;
}
.post-img img {
    max-width: 100%;
}
.widget-tabs li {
    border-bottom: 1px solid #e0e0e0;
    margin: 24px 0 0;
    padding: 0 0 27px;
}
.widget-tabs li:first-child {
    margin: 5px 0 0;
}
.widget-thumb a img {
    display: block;
    float: left;
    height: 88px;
    margin: 3px 18px 0 0;
    width: 88px;
}
.widget-text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 3px 0 0;
}
.widget-text h5 a {
    color: #666;
}
.widget-text span {
    color: #999;
    display: block;
    font-weight: 500;
    margin: 9px 0 0;
}
.field-companyreview-rating {
    position: relative;
    text-align: right;
}
.field-companyreview-rating label {
    display: inline-block;
    left: 0;
    position: absolute;
    vertical-align: top;
}
.field-companyreview-rating .review-form-stars-item-images {
    display: inline-block;
    vertical-align: top;
}
.company-info-cat-town-list a {
    font-family: "AgoraSansProRegular";
    font-size: 14px;
    color: #000;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.company-info-cat-town-list a::after {
    border-bottom: 1px dotted #555;
    bottom: 3px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.company-info-cat-town-list a .company-info-cat-town-list-label {
    background: #f9f9f9 none repeat scroll 0 0;
    padding-right: 3px;
    z-index: 2;
}
.company-info-cat-town-list a .company-info-cat-town-list-reviews {
    background: #f9f9f9 none repeat scroll 0 0;
    padding-left: 3px;
    z-index: 2;
}
.page-header.company-view {
    background-attachment: unset;
    background-color: #fff;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    overflow: hidden;
    padding: 163px 0;
}
.page-header.company-view .company-info-title {
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 11px;
    padding: 2px 15px 5px;
}
.page-header.company-view .rating-autostars-value {
    margin-left: 15px;
}
.btn-show-description {
    cursor: pointer;
    display: inline-block;
    font-size: 44px;
    left: 20px;
    margin-right: 6px;
    position: absolute;
    top: -15px;
}
.reviews-item-rating-ext {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    right: calc(100% + 10px);
    top: 0px;
    width: 260px;
    z-index: 1;
}
.reviews-item.reviews-list-item .rating {
    cursor: pointer;
}
.reviews-item.reviews-list-item .rating:hover .reviews-item-rating-ext {
    display: block;
}
.companies-list.column .review-text-list {
    display: none;
}
.companies-list .item-body .companies-list-item-title {
    font-size: 24px;
    line-height: 1.2em;
    padding-top: 10px;
    text-align: left;
}
.companies-list.column .item-body .companies-list-item-title {
    font-size: 18px;
}
.companies-list .companies-list-item-logo img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}
.companies-list .companies-list-item-showmore {
    color: #005cb3;
    display: block;
    font-size: 14px;
    text-align: left;
}
.companies-list.column .companies-list-item-showmore {
    font-size: 12px;
}
.companies-list .companies-list-item-showmore::after {
    content: "→";
    font-family: icomoon;
    left: 6px;
    position: relative;
    top: 0;
    transition: left 0.2s ease-out 0s;
}
.companies-list.column .companies-list-item-showmore::after {
}
.companies-list .companies-list-item-showmore:hover::after,
.companies-list .block-link-container:hover .companies-list-item-showmore::after{
    left: 12px;
}
.companies-list.column .companies-list-item-showmore:hover::after {
}
.companies-list .companies-list-item-logo {
    float: left;
    width: 100px;
}
.companies-list.column .companies-list-item-logo {
    width: 90px;
}
.companies-list .companies-list-item-logo + div {
    float: left;
    padding-left: 15px;
    width: calc(100% - 100px);
}
.companies-list.column .companies-list-item-logo + div {
    padding: 12px 0;
    width: calc(100% - 100px);
}

.country_menu {
    color: #323232;
    margin: 20px 0 0;
    padding: 0;
    font-family: "AgoraSansProBold";
}
.country_menu li {
    display: inline-block;
    font-size: 28px;
    vertical-align: top;
}
.country_menu li::after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.country_menu li:last-child::after {
    content: "";
}
.country_menu li a {
}
.copyright-txt {
    text-align: center;
}
.copyright-main {
    width: 100%;

    background-color: #01060e;
    margin-top: 70px;
}
.copyright-txt {
    margin: 15px 0;
}
.main-dude {
    position: absolute;
    bottom: 0;
    left: 12%;
}
.bg-gray .companies-list-item-logo {
    margin-right: 10px;
}

.review-text-list {
    color:#000;
    text-align: left;
    line-height: 18px;
}