/*!
 * fireshell
 * Fiercely quick and opinionated front-ends
 * http://getfireshell.com
 * @author Todd Motto
 * @version 1.0.0
 * Copyright 2013. MIT licensed.
 */

@charset "UTF-8";

/* BEGIN Light */

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800");
@font-face {
    font-family: Roboto;
    src: url("../fonts/Light/Roboto-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/Light/Roboto-Light.woff?v=1.1.0") format("woff"), url("../fonts/Light/Roboto-Light.ttf?v=1.1.0") format("truetype");
    font-weight: 300;
    font-style: normal;
}


/* END Light */


/* BEGIN Regular */

@font-face {
    font-family: Roboto;
    src: url("../fonts/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/* END Regular */


/* BEGIN Medium */

@font-face {
    font-family: Roboto;
    src: url("../fonts/Medium/Roboto-Medium.woff2?v=1.1.0") format("woff2"), url("../fonts/Medium/Roboto-Medium.woff?v=1.1.0") format("woff"), url("../fonts/Medium/Roboto-Medium.ttf?v=1.1.0") format("truetype");
    font-weight: 500;
    font-style: normal;
}


/* END Medium */


/* BEGIN Bold */

@font-face {
    font-family: Roboto;
    src: url("../fonts/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
    font-weight: bold;
    font-style: normal;
}


/* END Bold */

* {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?voxjjt");
    src: url("../fonts/icomoon.eot?voxjjt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?voxjjt") format("truetype"), url("../../fonts/icomoon.woff?voxjjt") format("woff"), url("../fonts/icomoon.svg?voxjjt#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-call_made:before {
    content: "\e0b2";
}

.icon-open_in_new:before {
    content: "\e89e";
}

.icon-arrow_right:before {
    content: "\e901";
}

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

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

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

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

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


/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

* {
    transition: background-color 300ms ease-in, border 300ms ease-in, color 300ms ease-in, box-shadow 300ms ease-in;
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    cursor: pointer;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #3e4245;
    background-color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #e09b2d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e09b2d;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Raleway", serif;
    font-weight: 800;
    line-height: 1.2;
    color: #3e4245;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.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: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 51px;
    font-weight: 300;
}

h2,
.h2 {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 769px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #008cc9;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #006896;
}

.text-success {
    color: #54C08A;
}

a.text-success:hover,
a.text-success:focus {
    color: #3da471;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #FF6A6A;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ff3737;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #008cc9;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #006896;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 769px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 769px) {
    .container {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 769px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 766px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

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

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #3e4245;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #3e4245;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: none;
}

.form-control:focus {
    border-color: #999;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 38px;
    }
    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 28px;
    }
    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    /* margin-top: 10px;
margin-bottom: 10px; */
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 28px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 47.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #54C08A;
}

.has-success .form-control {
    border-color: #54C08A;
}

.has-success .form-control:focus {
    border-color: #3da471;
}

.has-success .input-group-addon {
    color: #54C08A;
    border-color: #54C08A;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #54C08A;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
}

.has-warning .form-control:focus {
    border-color: #66512c;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #FF6A6A;
}

.has-error .form-control {
    border-color: #FF6A6A;
}

.has-error .form-control:focus {
    border-color: #ff3737;
}

.has-error .input-group-addon {
    color: #FF6A6A;
    border-color: #FF6A6A;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #FF6A6A;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7b8288;
}

@media (min-width: 769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 769px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 769px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 5px;
        font-size: 12px;
    }
}

.checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
}

.checkbox input[type=checkbox] + label {
    position: relative;
    display: block;
    padding: 0 0 0 26px;
    cursor: pointer;
}

.checkbox input[type=checkbox] + label:before {
    display: block;
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
}

.checkbox input[type=checkbox] + label:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #D1D1D1;
}

.checkbox input[type=checkbox]:disabled + label {
    cursor: not-allowed;
}

.checkbox input[type=checkbox]:disabled + label:before {
    opacity: 1;
}

.checkbox input[type=checkbox]:disabled + label:after {
    background: #999;
    border-color: #D4DDE6;
}

.checkbox input[type=checkbox]:disabled:checked + label:before {
    border-color: #999;
    opacity: 1;
}

.checkbox input[type=checkbox]:disabled:checked + label:after {
    background: #EEEEF0;
    border-color: #ddd;
}

.checkbox input[type=checkbox]:checked + label:before {
    border-color: #008cc9;
    opacity: 1;
}


/* ========= */

.radio input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
}

.radio input[type="radio"] + label {
    position: relative;
    display: block;
    padding: 0 0 0 26px;
    cursor: pointer;
}

.radio input[type="radio"] + label:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
}

.radio input[type="radio"] + label:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}

.radio input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

.radio input[type="radio"]:disabled + label:before {
    opacity: 1;
}

.radio input[type="radio"]:disabled + label:after {
    background: #EEEEF0;
    border-color: #999;
}

.radio input[type="radio"]:disabled:checked + label:before {
    background-color: #999;
    opacity: 1;
}

.radio input[type="radio"]:disabled:checked + label:after {
    background: #EEEEF0;
    border-color: #DDD;
}

.radio input[type="radio"]:checked + label:before {
    background-color: #008cc9;
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 10px 0;
    margin: 1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #3e4245;
    white-space: nowrap;
    text-shadow: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #2d3042;
    background-color: #F5F5F5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #008cc9;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 769px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-post-action {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    border: 0;
}

.btn-post-action svg {
    fill: #C0C6D2;
}

.btn-post-action:hover {
    background-color: #E5E5E5;
}

.btn-post-action:hover svg {
    fill: #444;
}

.btn-post-action > .icon {
    height: 36px !important;
}

.btn-post-action.sm {
    width: 28px;
    height: 28px;
}

.btn-post-action.sm > .icon {
    height: 28px !important;
}

.open .btn-post-action {
    background-color: #E5E5E5;
}

.open svg.dotnav {
    fill: #444;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #3e4245;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #008cc9;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #006896;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 766px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 766px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 766px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 766px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 766px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

[class^="svg-"],
[class*=" svg-"] {
    display: inline-block;
    fill: #BCC0CB;
    transition: fill 0.2s ease 0s;
    vertical-align: 0;
}

button,
.btn,
.button {
    border: 1px solid transparent;
    margin: 0;
    padding: 0 20px;
    height: 37px;
    background-color: #d98c24;
    color: #fff;
    outline: none;
    position: relative;
    min-width: 160px;
    text-transform: uppercase;
    font-family: "Raleway", serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
}

button:hover,
.btn:hover,
.button:hover {
    background-color: #e8b462;
    color: #fff;
}

button.btn-primary,
.btn.btn-primary,
.button.btn-primary {
    background-color: #e09b2d;
}

button.btn-primary:hover,
.btn.btn-primary:hover,
.button.btn-primary:hover {
    background-color: #e8b462;
}

button.btn-primary.outline,
.btn.btn-primary.outline,
.button.btn-primary.outline {
    border-color: #e09b2d;
    color: #e09b2d;
    background-color: transparent;
}

button.btn-primary.outline:hover,
.btn.btn-primary.outline:hover,
.button.btn-primary.outline:hover {
    color: #fff;
    background-color: #d98c24;
}

button.btn-default,
.btn.btn-default,
.button.btn-default {
    background-color: #3e4245;
}

button.btn-default:hover,
.btn.btn-default:hover,
.button.btn-default:hover {
    background-color: #6e7174;
}

button.btn-default.outline,
.btn.btn-default.outline,
.button.btn-default.outline {
    border-color: #3e4245;
    color: #3e4245;
    background-color: transparent;
}

button.btn-default.outline:hover,
.btn.btn-default.outline:hover,
.button.btn-default.outline:hover {
    color: #fff;
    background-color: #3e4245;
}

.btn-group {
    margin-bottom: 10px;
}

.button-group {
    padding: 5px 0;
}

.button-group .btn {
    margin: 0 4px;
    font-size: 12px;
}

.banner .btn {
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
}

@media (max-width: 769px) {
    body {
        padding-top: 60px;
    }
}

header {
    background: #333739;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

@media (min-width: 769px) {
    header {
        width: 120px;
        min-height: 100%;
    }
}

@media (max-width: 769px) {
    header {
        height: 60px;
        background: #3e4245;
    }
}

header > .logo {
    top: 8px;
    left: 10px;
    max-width: 120px;
}

@media (min-width: 769px) {
    .main-wrapper {
        margin-left: 120px;
        position: relative;
    }
}

.icon-arrow {
    color: #d98c24;
}

.section-view {
    width: 100%;
    padding: 40px 0;
}

.list-content-view {
    padding: 20px 0 0;
}

.list-content-view ul {
    list-style-type: none;
    margin: 0;
    padding: 7px 0 0;
}

.list-content-view ul li {
    position: relative;
    width: 100%;
    margin: 7px 0 7px 12px;
}

.list-content-view ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #d98c24;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -12px;
    top: 5px;
}

.thumb-content {
    position: relative;
}

.thumb-content a {
    display: block;
}

.thumb-content img {
    width: 100%;
}

.thumb-content .desc {
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 10%;
    max-width: 80%;
}

.thumb-content .desc h2 {
    font-size: 18px;
    color: #fff;
}

.thumb-content .desc h2 .icon-arrow {
    transform: rotate(-90deg);
    position: absolute;
    left: -25px;
}

.thumb-content .desc p {
    font-size: 30px;
    font-weight: 300;
    font-family: "Raleway", serif;
}

.section-heading {
    position: relative;
    text-align: center;
}

.section-heading h3 {
    font-size: 30px;
    font-family: "Raleway", serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.section-heading p {
    font-size: 16px;
    padding: 5px 0 10px;
    margin: 0;
    line-height: 1.2;
}

.award-listing {
    list-style-type: none;
    padding: 15px 0 0;
    margin-bottom: 0;
}

@media (max-width: 769px) {
    .award-listing li:nth-child(n+4) {
        display: none;
    }
}

.awards-content {
    max-width: 210px;
    text-align: center;
    margin: 15px auto;
}

.awards-content .awards-icon {
    width: 80px;
    height: 60px;
    display: inline-block;
}

.awards-content h2 {
    font-size: 14px;
}

.awards-content p {
    font-size: 12px;
}

.learn-more {
    font-family: "Raleway", serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #3e4245;
}

.community-listing {
    list-style-type: none;
    margin-bottom: 0;
    padding: 20px 0 0;
}

.community-listing .commu-listing-content {
    position: relative;
    max-width: 276px;
    margin: 0 auto;
}

.community-listing .commu-listing-content .community-content {
    max-width: 230px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: #fff;
}

.community-listing .commu-listing-content .community-content h2 {
    font-size: 14px;
    color: #fff;
}

.community-listing .commu-listing-content .community-content p {
    font-size: 12px;
    padding: 10px 0 20px;
}

.community-listing .commu-listing-content .community-content .btn {
    width: 100%;
    font-family: "Raleway", serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 12px;
}

@media (min-width: 769px) {
    .community-listing .commu-listing-content .hover-content {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all .25s ease-in;
    }
    .community-listing .commu-listing-content:hover .hover-content {
        height: auto;
        opacity: 1;
    }
}

.m-t-15 {
    margin-top: 15px;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.team-listing {
    list-style-type: none;
    margin-bottom: 0;
    padding: 20px 0 0;
}

.team-listing .team-listing-content {
    max-width: 276px;
    margin: 0 auto;
    text-align: center;
}

.team-listing .team-listing-content > .user-thumb {
    display: block;
}

.team-listing .team-listing-content h2 {
    font-size: 16px;
    margin: 0;
    padding: 10px 0 0;
}

.team-listing .team-listing-content h2 a {
    color: #3e4245;
}

.team-listing .team-listing-content .user-name,
.team-listing .team-listing-content .user-de {
    display: block;
    color: #4b4f51;
    margin: 2px 0 8px;
    font-size: 16px;
}

.team-listing .team-listing-content .user-de {
    font-style: italic;
}

@media (max-width: 769px) {
    .team-listing > li:not(: first-child) {
        display: none;
    }
}

.advisor-block {
    overflow: hidden;
    background-color: #eee;
    padding: 50px 0;
    position: relative;
}

@media (max-width: 769px) {
    .advisor-block {
        padding: 50px 0 0;
    }
}

.advisor-block:after {
    content: '';
    background-color: #bababa;
    width: 100%;
    height: 1px;
    position: absolute;
}

@media (max-width: 769px) {
    .advisor-block:after {
        top: 55%;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (min-width: 769px) {
    .advisor-block:after {
        width: 1px;
        height: calc(100% - 100px);
        left: 48.9%;
        top: 50px;
        bottom: 50px;
    }
}

@media (max-width: 769px) {
    .advisor-block .advisor-container {
        padding: 0 15px 30px;
    }
    .advisor-block .advisor-container .btn {
        width: 230px;
        margin: 0 auto;
        display: block;
    }
}

.advisor-block .advisor-container h3 {
    font-family: "Raleway", serif;
    font-weight: 300;
    font-size: 30px;
}

.advisor-block .advisor-container p {
    font-size: 16px;
    margin: 0;
    padding: 0 0 25px;
}

footer {
    color: #fff;
    background-color: #3e4245;
}

footer:before,
footer:after {
    content: " ";
    display: table;
}

footer:after {
    clear: both;
}

footer h3 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

footer .footer-nav > li {
    padding: 2px 0;
    font-size: 12px;
}

footer .footer-nav > li a {
    color: #fff;
}

.footer-list {
    padding: 40px 0;
    font-size: 12px;
}

.footer-list .footer-logo {
    float: left;
}

.footer-list .copy-right {
    float: left;
    margin: 34px 0 0 25px;
}

@media (max-width: 769px) {
    .footer-list {
        padding-top: 0;
    }
    .footer-list .col-sm-6 {
        overflow: hidden;
        text-align: center;
    }
    .footer-list .footer-logo {
        float: none;
        display: inline-block;
    }
    .footer-list .copy-right {
        margin: 10px 0;
        float: none;
    }
}

.social-icon {
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

@media (min-width: 769px) {
    .social-icon {
        text-align: right;
        padding: 30px 0 0;
    }
}

.social-icon > li {
    display: inline-block;
    padding: 0 15px;
}

@media (min-width: 769px) {
    .social-icon > li:not(: last-child) {
        padding: 0 15px;
    }
}

.social-icon > li > a {
    color: #e09b2d;
    font-size: 20px;
}

a {
    cursor: pointer;
}

.contact-us {
    background-color: #3e4245;
    padding: 50px 10px 0;
}

.contact-us .contact-inner {
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #5b5e61;
}

@media (min-width: 769px) {
    .contact-us .contact-inner {
        margin: 0 20px 50px;
        padding: 0 0 50px;
    }
}

.contact-us .contact-inner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}

@media (max-width: 769px) {
    .contact-us .contact-inner h2 {
        font-size: 18px;
    }
}

.contact-us .contact-inner p {
    font-size: 24px;
    padding: 0 0 20px;
    margin: 0;
}

@media (max-width: 769px) {
    .contact-us .contact-inner p {
        font-size: 16px;
    }
}

.navigation {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
}

@media (max-width: 769px) {
    .navigation {
        background-color: #3e4245;
    }
}

.navigation:first-child {
    background-color: #3e4245;
}

@media (min-width: 769px) {
    .navigation:first-child {
        padding: 40px 0 20px;
    }
}

.navigation > li {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    font-family: "Raleway", serif;
    font-weight: 700;
}

.navigation > li > ul {
    background-color: #e09b2d;
    text-align: center;
}

@media (min-width: 769px) {
    .navigation > li > ul {
        position: absolute;
        left: 100%;
        display: none;
        left: 120px;
        top: 0;
        text-align: left;
        width: 300px;
    }
    .navigation > li > ul:before {
        content: "";
        position: fixed;
        width: 300px;
        height: 100%;
        background-color: #e09b2d;
        top: 0;
    }
}

.navigation > li > ul > li {
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

@media (min-width: 769px) {
    .navigation > li > ul > li {
        text-align: left;
    }
}

.navigation > li > ul > li > a {
    color: #fff;
    padding: 11px 18px;
    display: block;
}

.navigation > li > ul > li > ul {
    left: 0;
}

.navigation > li > ul > li > ul > li {
    position: relative;
    background-color: #d98c24;
}

@media (min-width: 769px) {
    .navigation > li > ul > li > ul > li {
        text-align: left;
    }
}

.navigation > li > ul > li > ul > li > a {
    color: #fff;
    padding: 15px 10px;
    display: block;
}

.navigation > li:not(:first-child):before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e09b2d;
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -2px;
}

.navigation > li:hover {
    background-color: #e09b2d;
    color: #fff;
}

.navigation > li:hover > ul {
    display: block;
}

.navigation > li > a {
    padding: 15px 10px;
    display: block;
    color: #fff;
}

.nav-icon {
    width: 60px;
    height: 60px;
    background-color: #373b3e;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    cursor: pointer;
}

.nav-icon > span {
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #e09b2d;
}

.nav-icon > span:before,
.nav-icon > span:after {
    content: '';
    background-color: #e09b2d;
    width: 30px;
    height: 2px;
    position: absolute;
    top: -10px;
}

.nav-icon > span:after {
    top: auto;
    bottom: -10px;
}

@media (max-width: 769px) {
    .main-nav {
        display: none;
        width: 100%;
        position: fixed;
        top: 60px;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        max-height: 90%;
    }
}

.logo {
    position: absolute;
    z-index: 3;
    left: 50px;
    top: 60px;
}

.banner {
    position: relative;
}

.banner.home-banner {
    position: relative;
    min-height: 100%;
    background: url(../img/banner.jpg);
    background-size: cover;
}

@media (min-width: 769px) {
    .banner.home-banner {
        min-height: 100vh;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}

.banner.home-banner:before,
.banner.home-banner:after {
    content: " ";
    display: table;
}

.banner.home-banner:after {
    clear: both;
}

.banner.home-banner .banner-content {
    max-width: none;
}

@media (max-width: 769px) {
    .banner.home-banner .banner-content {
        overflow: hidden;
        margin-bottom: 40px;
    }
}

.banner.home-banner .banner-content .banner-inner {
    max-width: 960px;
    margin: 0 auto;
}

.banner.home-banner h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0;
}

.banner.home-banner .banner-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.banner.home-banner .banner-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .banner.home-banner .banner-content {
        z-index: 3;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 769px) {
    .banner {
        padding-top: 15px;
    }
}

.banner-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .banner-content {
        z-index: 3;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        vertical-align: middle;
    }
}

@media (max-width: 769px) {
    .banner-content .button-group .btn {
        margin: 4px 0;
    }
}

.banner-img {
    width: 100%;
}

.banner-img img {
    width: 100%;
}

.contact-us-btn {
    position: fixed;
    right: 0;
    z-index: 2;
    top: 244px;
    transform: rotate(90deg);
    transform-origin: 100% 0;
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
}

.help-section {
    width: 100%;
    position: relative;
    padding: 40px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .help-section {
        padding: 60px 0 0;
    }
}

.help-listing {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.help-listing:before,
.help-listing:after {
    content: " ";
    display: table;
}

.help-listing:after {
    clear: both;
}

.help-listing li {
    text-align: center;
    color: #fff;
}

.help-listing li i {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.help-listing li span {
    display: block;
    width: 100%;
    font-family: "Raleway", serif;
    font-weight: 700;
    margin: 15px 0 0;
    letter-spacing: 1px;
}

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

@media (min-width: 769px) {
    .insights-list {
        margin-top: 35px;
    }
}

.insights-list > li {
    padding: 10px 0;
}

.insights-list > li:before,
.insights-list > li:after {
    content: " ";
    display: table;
}

.insights-list > li:after {
    clear: both;
}

@media (min-width: 769px) {
    .insights-list > li {
        padding: 35px 0;
    }
}

.insights-list > li .insight-content {
    position: relative;
}

@media (min-width: 769px) {
    .insights-list > li .insight-content .insight-left {
        float: left;
        max-width: 50%;
        margin-right: -60px;
    }
}

@media (max-width: 769px) {
    .insights-list > li .insight-content .insight-left {
        margin-left: 15px;
        float: none;
    }
}

.insights-list > li .insight-content .insight-left img {
    border: 14px solid #fff;
    border-width: 14px 14px 14px 0;
}

.insights-list > li .insight-content .insight-left h2 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0;
    text-align: center;
}

.insights-list > li .insight-content .insight-left h2 .icon-arrow {
    color: #d98c24;
}

@media (max-width: 769px) {
    .insights-list > li .insight-content .insight-left h2 {
        text-align: left;
        padding: 10px 0;
    }
}

.insights-list > li .insight-content .insight-right {
    background-color: #eee;
    padding: 30px 15px;
}

@media (min-width: 769px) {
    .insights-list > li .insight-content .insight-right {
        min-height: 360px;
        padding: 70px 40px 0 140px;
        max-width: 60%;
        overflow: hidden;
    }
}

.insights-list > li .insight-content .insight-right h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0;
}

@media (max-width: 769px) {
    .insights-list > li .insight-content .insight-right {
        margin-top: -60px;
        padding-top: 80px;
        float: none;
    }
}

.insights-list > li .insight-content p {
    margin: 0;
    padding: 0 0 20px;
}

.insights-list > li:nth-of-type(even) .insight-content .insight-left {
    float: right;
    margin-right: 0;
    margin-left: -60px;
}

.insights-list > li:nth-of-type(even) .insight-content .insight-left img {
    border: 14px solid #fff;
    border-width: 14px 0 14px 14px;
}

@media (max-width: 769px) {
    .insights-list > li:nth-of-type(even) .insight-content .insight-left h2 {
        text-align: right;
    }
}

@media (max-width: 769px) {
    .insights-list > li:nth-of-type(even) .insight-content .insight-left {
        margin-right: 15px;
        float: none;
    }
}

@media (min-width: 769px) {
    .insights-list > li:nth-of-type(even) .insight-content .insight-right {
        padding: 70px 140px 0 40px;
    }
}

.insights-list.homepage > li .insight-content .insight-left h2 {
    font-family: "Raleway", serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left;
    min-height: 76px;
}

@media (min-width: 769px) {
    .insights-list.homepage > li:nth-of-type(even) .insight-content .insight-right:before {
        content: '';
        position: absolute;
        width: 1000px;
        right: 100%;
    }
}

.load-more {
    padding: 35px 0;
    text-align: center;
}

.load-more:before,
.load-more:after {
    content: " ";
    display: table;
}

.load-more:after {
    clear: both;
}

.blog-content {
    padding: 30px 0 0;
}

.list-header .form-control {
    border-width: 0 0 1px;
    font-size: 16px;
    padding-right: 30px;
}

.list-header .form-group {
    position: relative;
}

.list-header .form-group .icon-circle-right {
    position: absolute;
    right: 0;
    top: 14px;
    color: #636363;
    font-size: 12px;
}

.categories > .dropdown {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 9px 30px 9px 12px;
    height: 38px;
    color: #3e4245;
}

.categories .icon-circle-right {
    transform: rotate(90deg);
}

.categories .dropdown-menu {
    width: 100%;
}

.categories .dropdown-menu > li:not(:first-child) {
    border-top: 1px solid #ddd;
}

.blog-listing {
    margin-bottom: 0;
    padding: 25px 0 0;
    list-style-type: none;
}

.blog-listing li .blog-listing-content {
    border: 1px solid #eee;
    padding: 13px 15px;
    margin: 0 0 20px;
}

.blog-listing li .blog-listing-content .list-header {
    font-size: 12px;
    text-transform: uppercase;
}

.blog-listing li .blog-listing-content .list-header .icon-arrow {
    color: #e09b2d;
    font-size: 18px;
    transform: rotate(-90deg);
    margin: 0 10px 0 0;
    vertical-align: -3px;
}

.blog-listing li .blog-listing-content .list-header > a {
    color: #e09b2d;
}

.blog-listing li .blog-listing-content .list-header > a.icon-open_in_new {
    color: #4f4f4f;
    float: right;
}

.blog-listing li .blog-listing-content .list-header > a.icon-open_in_new:hover {
    color: #e09b2d;
}

.blog-listing li .blog-listing-content .list-header span {
    display: inline-block;
    padding: 0 5px;
}

.blog-listing li .blog-listing-content h3 {
    font-size: 18px;
    color: #3e4245;
    font-weight: 600;
    margin: 0;
    padding: 20px 0 10px;
}

.blog-listing li .blog-listing-content p {
    margin-bottom: 20px;
}

.blog-listing li .blog-listing-content .read-more {
    display: block;
    border-top: 1px solid #eee;
    padding: 15px 0 5px;
    margin: 10px 0 0;
}

.blog-listing li .blog-listing-content .read-more > a {
    text-transform: uppercase;
    color: #3e4245;
    font-family: "Raleway", serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
}

.blog-listing li .blog-listing-content .read-more > a:hover {
    color: #d98c24;
}

.blog-listing li .blog-listing-content .read-more > a .icon-circle-right {
    color: #6e7174;
    font-weight: 300;
    font-size: 10px;
    vertical-align: 0;
}

@media (min-width: 769px) {
    .blog-detail {
        padding-top: 140px;
        padding-bottom: 40px;
    }
}

.blog-detail h3 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 20px;
}

.blog-detail h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px;
}

.blog-detail p {
    font-size: 18px;
    margin: 0;
    padding: 0 0 20px;
}

.blog-detail img {
    margin: 10px;
}

.post-estimation {
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
    margin: 0 0 15px;
}

.post-estimation h2 {
    font-size: 24px;
    font-family: "Raleway", serif;
    font-weight: 800;
}

.post-estimation .icon-arrow {
    transform: rotate(-90deg);
    font-size: 20px;
    margin-left: 5px;
}

.post-estimation .category {
    display: block;
    font-size: 16px;
    color: #3e4245;
}

@media (min-width: 769px) {
    .post-estimation .post-estimation-block {
        width: calc(100% - 175px);
        float: left;
    }
    .post-estimation .btn-primary {
        float: right;
    }
}

.post-estimation .estimation-inner {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.post-estimation .estimation-inner:before,
.post-estimation .estimation-inner:after {
    content: " ";
    display: table;
}

.post-estimation .estimation-inner:after {
    clear: both;
}

@media (min-width: 769px) {
    .post-estimation .estimation-inner .scrollgress {
        top: auto !important;
        bottom: -18px;
    }
}

.post-estimation.scroll-fix {
    z-index: 9;
    background-color: #e09b2d;
    color: #fff;
}

@media (min-width: 769px) {
    .post-estimation.scroll-fix {
        left: 120px !important;
        width: auto !important;
        right: 0;
    }
}

.post-estimation.scroll-fix .category,
.post-estimation.scroll-fix .icon-arrow,
.post-estimation.scroll-fix h2 {
    color: #fff;
}

.post-estimation.scroll-fix .btn-primary.outline {
    border-color: #fff;
    color: #fff;
    margin-bottom: 15px;
}

.post-estimation.scroll-fix .estimation-inner {
    position: relative;
    padding: 30px 0 0;
}

.post-estimation.scroll-fix .estimation-inner:before,
.post-estimation.scroll-fix .estimation-inner:after {
    content: " ";
    display: table;
}

.post-estimation.scroll-fix .estimation-inner:after {
    clear: both;
}

@media (max-width: 769px) {
    .post-estimation.scroll-fix {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        top: 60px !important;
        padding-bottom: 10px;
    }
    .post-estimation.scroll-fix .scrollgress {
        top: 5px !important;
    }
}

.recommended-section {
    width: 100%;
    background-color: #eee;
    padding: 40px 24px;
}

.recommended-list {
    max-width: 1000px;
    margin: 0 auto;
}

.recommended-list .blog-listing li .blog-listing-content p {
    font-size: 12px;
}

.recommended-list .blog-listing li .blog-listing-content h3 {
    font-size: 15px;
}

.share-this {
    position: fixed;
    top: 50%;
    left: 130px;
    margin-top: -141px;
    z-index: 1;
}

@media (min-width: 769px) {
    .slick-dots {
        display: none !important;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 769px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .share-this {
        display: none;
    }
}

.search-section {
    position: fixed;
    background-color: #454a4d;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

@media (min-width: 769px) {
    .search-section {
        width: calc(100% - 120px);
    }
}

.search-header {
    padding: 15px 34px;
    position: relative;
}

@media (min-width: 769px) {
    .search-header {
        padding: 15px 34px;
    }
}

.close-button {
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 23px;
    position: absolute;
}

@media (min-width: 769px) {
    .close-button {
        right: 40px;
        top: 40px;
    }
}

@media (max-width: 769px) {
    .close-button {
        left: 50%;
        top: 15px;
        margin-left: -13px;
    }
}

.search-content {
    position: relative;
    margin: 40px 15px;
    height: 80vh;
}

@media (min-width: 769px) {
    .search-content {
        margin: 40px 34px;
    }
}

.search-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
}

.search-input .form-control {
    width: 100%;
    border-width: 0 0 2px 0;
    background-color: transparent;
    font-size: 30px;
    color: #fff;
    padding-right: 40px;
    height: 50px;
}

.search-input .icon-circle-right {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #c1c1c1;
    font-size: 20px;
}

.search-result {
    position: relative;
    background-color: #fff;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

@media (min-width: 769px) {
    .search-result {
        margin: 0 -34px;
    }
}

.search-result .blog-listing li .blog-listing-content .read-more {
    border: none;
    margin: 0;
    padding-top: 0;
}

.search-result .blog-listing li .blog-listing-content {
    border-width: 0 0 1px;
}

.search-result-view {
    padding: 10px 0;
    color: #fff;
    font-weight: 800;
    font-family: "Raleway", serif;
    overflow: hidden;
    font-size: 12px;
}

.search-result-view .result-show {
    float: left;
}

.search-result-view .short-by {
    float: right;
}

.search-result-view .short-by > span {
    color: #9c9ea0;
    font-weight: 400;
}

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


/* Slider */

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    outline: none;
}

.slick-track:focus {
    outline: none;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

@media (max-width: 769px) {
    .slick-initialized .slick-slide {
        background-color: transparent;
    }
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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


/* Slider */

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}


/* Icons */

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


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid #b6b6b6;
    outline: none;
    background: transparent;
    min-width: auto;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../img/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background-color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #b0b0b0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
    background-image: url(../img/slider-arrow-prev.png);
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'ΓåÉ';
}

[dir='rtl'] .slick-prev:before {
    content: 'ΓåÆ';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'ΓåÆ';
}

[dir='rtl'] .slick-next:before {
    content: 'ΓåÉ';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    min-width: auto;
    border: 1px solid #d98c24;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
    background-color: #d98c24;
}

@media (max-width: 769px) {
    h1 {
        font-size: 24px;
    }
    .banner-content p {
        font-size: 13px;
    }
    .banner.home-banner h4 {
        font-size: 18px;
    }
    .help-section {
        padding-top: 20px;
    }
    .insights-list.homepage > li .insight-content .insight-left h2 {
        font-size: 18px;
        min-height: auto;
    }
    .slick-dotted.slick-slider {
        padding-top: 10px;
    }
    .recommended-section {
        padding: 20px;
    }
    .recommended-section .blog-listing li .blog-listing-content {
        margin-bottom: 0;
    }
    .section-view {
        padding: 20px 0;
    }
    .post-estimation h2 {
        font-size: 14px;
    }
    .post-estimation .category {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .post-estimation .btn {
        width: 100%;
    }
    .post-estimation.scroll-fix .estimation-inner,
    .estimation-inner {
        padding: 20px 15px 0;
    }
    .blog-detail h3 {
        font-size: 18px;
    }
    .blog-detail h4 {
        font-size: 16px;
    }
    .blog-detail p {
        font-size: 14px;
    }
    .section-heading h3 {
        font-size: 24px;
    }
}

/* Adding Styling Tweak for SEO Tags */

.blog-detail h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 20px;
}


/*# sourceMappingURL=main.min.css.map */
