
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: "Flat-UI-Icons";
    src: url("../fonts/Flat-UI-Icons.eot");
    src: url("../fonts/Flat-UI-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons.woff") format("woff"), url("../fonts/Flat-UI-Icons.ttf") format("truetype"), url("../fonts/Flat-UI-Icons.svg#Flat-UI-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'),
       url('../fonts/montserrat-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
       url('../fonts/montserrat-v12-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v12-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.dropdown-arrow-inverse {
    border-bottom-color: #34495e !important;
    border-top-color: #34495e !important;
}

body {
    background-color: #ffffff;
    color: #34495e;
    font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.72222;
}

a {
    -webkit-transition: 0.25s;
    color: #16a085;
    text-decoration: none;
    transition: 0.25s;
}

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

a:focus { outline: none; }

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

.img-comment {
    font-size: 15px;
    font-style: italic;
    line-height: 1.2;
    margin: 24px 0;
}

p {
    font-size: 18px;
    line-height: 1.72222;
    margin: 0 0 15px;
}

.lead {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.46428571;
    margin-bottom: 30px;
}

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

small,
.small {
    font-size: 83%;
    line-height: 2.067;
}

.text-muted { color: #bdc3c7; }

.text-inverse { color: #ffffff; }

.text-primary { color: #1abc9c; }

.text-primary:hover { color: #15967d; }

.text-warning { color: #f1c40f; }

.text-warning:hover { color: #c19d0c; }

.text-danger { color: #e74c3c; }

.text-danger:hover { color: #b93d30; }

.text-success { color: #2ecc71; }

.text-success:hover { color: #25a35a; }

.text-info { color: #3498db; }

.text-info:hover { color: #2a7aaf; }

h1 {
    color: #e7e9ec;
}
h2 {
    color:black;
}
h3 {
    color: black;
}
h3.title { 
    color: #e7e9ec; 
}
h4,
h5,
h6,
.h1,
.h2, 
.h3,
.h4,
.h5,
.h6 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small { color: #e7e9ec; }

h1,
h2,
h3 {
    margin-bottom: 15px;
    margin-top: 30px;
}

h4,
h5,
h6 {
    margin-bottom: 15px;
    margin-top: 15px;
}

h6 { font-weight: normal; }

h1,
.h1 { font-size: 61px; }

h2,
.h2 { font-size: 53px; }

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

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

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

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

.page-header {
    border-bottom: 1px solid #e7e9ec;
    margin: 60px 0 30px;
    padding-bottom: 14px;
}

ul,
ol { margin-bottom: 15px; }

dl { margin-bottom: 30px; }

dt,
dd { line-height: 1.72222; }

@media (min-width: 768px) {
    .dl-horizontal dt { width: 160px; }

    .dl-horizontal dd { margin-left: 180px; }
}

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

blockquote {
    border-left: 3px solid #e7e9ec;
    margin: 0 0 30px;
    padding: 0 0 0 16px;
}

blockquote p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.55;
    margin-bottom: .4em;
}

blockquote small {
    color: inherit;
    font-size: 18px;
    font-style: italic;
    line-height: 1.72222;
}

blockquote small:before { content: ""; }

blockquote.pull-right {
    border-left: 0;
    border-right: 3px solid #e7e9ec;
    padding-left: 0;
    padding-right: 16px;
}

blockquote.pull-right small:after { content: ""; }

address {
    line-height: 1.72222;
    margin-bottom: 30px;
}

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

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

pre {
    background-color: #ffffff;
    border: 2px solid #e7e9ec;
    border-radius: 6px;
    color: inherit;
    font-size: 13px;
    line-height: 1.72222;
    margin: 0 0 15px;
    padding: 8px;
    white-space: pre;
}

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

.btn {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 15px;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    outline: none;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #bdc3c7;
    color: rgba(255, 255, 255, 0.75);
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.btn > [class^="fui-"] {
    line-height: 1;
    margin: 0 1px;
    position: relative;
    top: 1px;
}

.btn-xs.btn > [class^="fui-"] {
    font-size: 11px;
    top: 0;
}

.btn-hg.btn > [class^="fui-"] { top: 2px; }

.btn-default {
    background-color: #bdc3c7;
    color: #ffffff;
}

.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #cacfd2;
    border-color: #cacfd2;
    color: #ffffff;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}

.btn-primary {
    background-color: #1abc9c;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #48c9b0;
    border-color: #48c9b0;
    color: #ffffff;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #16a085;
    border-color: #16a085;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.btn-info {
    background-color: #3498db;
    color: #ffffff;
}

.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #5dade2;
    border-color: #5dade2;
    color: #ffffff;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background: #2c81ba;
    border-color: #2c81ba;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #3498db;
    border-color: #3498db;
}

.btn-danger {
    background-color: #e74c3c;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ec7063;
    border-color: #ec7063;
    color: #ffffff;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background: #c44133;
    border-color: #c44133;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled.hover,
.btn-danger[disabled].hover,
fieldset[disabled] .btn-danger.hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-success {
    background-color: #2ecc71;
    color: #ffffff;
}

.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #58d68d;
    border-color: #58d68d;
    color: #ffffff;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #27ad60;
    border-color: #27ad60;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.btn-warning {
    background-color: #f1c40f;
    color: #ffffff;
}

.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #f5d313;
    border-color: #f5d313;
    color: #ffffff;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background: #cda70d;
    border-color: #cda70d;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.btn-inverse {
    background-color: #34495e;
    color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    background-color: #415b76;
    border-color: #415b76;
    color: #ffffff;
}

.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    background: #2c3e50;
    border-color: #2c3e50;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #34495e;
    border-color: #34495e;
}

.btn-embossed {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.btn-embossed.active,
.btn-embossed:active {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.btn-wide {
    min-width: 140px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-link { color: #16a085; }

.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    color: #1abc9c;
    text-decoration: underline;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #bdc3c7;
    text-decoration: none;
}

.btn-hg {
    border-radius: 6px;
    font-size: 22px;
    line-height: 1.227;
    padding: 13px 20px;
}

.btn-lg {
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.471;
    padding: 10px 19px;
}

.btn-sm {
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.385;
    padding: 9px 13px;
}

.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.083;
    padding: 6px 9px;
}

.btn-tip {
    font-size: 92%;
    font-weight: 300;
    padding-left: 10px;
}

.btn-block { white-space: normal; }

[class*="btn-social-"] {
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.077;
    padding: 10px 15px;
}

.btn-social-pinterest {
    background-color: #cb2028;
    color: #ffffff;
}

.btn-social-pinterest:hover,
.btn-social-pinterest:focus { background-color: #d54d53; }

.btn-social-pinterest:active,
.btn-social-pinterest.active { background-color: #ad1b22; }

.btn-social-linkedin {
    background-color: #0072b5;
    color: #ffffff;
}

.btn-social-linkedin:hover,
.btn-social-linkedin:focus { background-color: #338ec4; }

.btn-social-linkedin:active,
.btn-social-linkedin.active { background-color: #00619a; }

.btn-social-stumbleupon {
    background-color: #ed4a13;
    color: #ffffff;
}

.btn-social-stumbleupon:hover,
.btn-social-stumbleupon:focus { background-color: #f16e42; }

.btn-social-stumbleupon:active,
.btn-social-stumbleupon.active { background-color: #c93f10; }

.btn-social-googleplus {
    background-color: #2d2d2d;
    color: #ffffff;
}

.btn-social-googleplus:hover,
.btn-social-googleplus:focus { background-color: #575757; }

.btn-social-googleplus:active,
.btn-social-googleplus.active { background-color: #262626; }

.btn-social-facebook {
    background-color: #2f4b93;
    color: #ffffff;
}

.btn-social-facebook:hover,
.btn-social-facebook:focus { background-color: #596fa9; }

.btn-social-facebook:active,
.btn-social-facebook.active { background-color: #28407d; }

.btn-social-twitter {
    background-color: #00bdef;
    color: #ffffff;
}

.btn-social-twitter:hover,
.btn-social-twitter:focus { background-color: #33caf2; }

.btn-social-twitter:active,
.btn-social-twitter.active { background-color: #00a1cb; }

.btn-default .caret { border-top-color: #ffffff; }

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret { border-top-color: #ffffff; }

.dropup .btn-default .caret { border-bottom-color: #ffffff; }

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret { border-bottom-color: #ffffff; }

.btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.083;
    padding: 6px 9px;
}

.btn-group-sm > .btn {
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.385;
    padding: 9px 13px;
}

.btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.471;
    padding: 10px 19px;
}

.btn-group-gh > .btn {
    border-radius: 6px;
    font-size: 22px;
    line-height: 1.227;
    padding: 13px 20px;
}

.btn-group > .btn + .btn { margin-left: 0; }

.btn-group > .btn + .dropdown-toggle {
    border-left: 2px solid rgba(52, 73, 94, 0.15);
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group > .btn + .dropdown-toggle .caret {
    margin-left: 3px;
    margin-right: 3px;
}

.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
    margin-left: 7px;
    margin-right: 7px;
}

.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-toggle .caret { margin-left: 8px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover { font-weight: 400; }

.btn-group:focus .dropdown-toggle {
    -webkit-transition: 0.25s;
    outline: none;
    transition: 0.25s;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.75);
}

.btn-toolbar .btn.active { color: #ffffff; }

.btn-toolbar .btn > [class^="fui-"] {
    font-size: 16px;
    margin: 0 1px;
}

.caret {
    -ms-transform: scale(1.001);
    -webkit-transform: scale(1.001);
    -webkit-transition: 0.25s;
    border-bottom-color: #34495e;
    border-bottom-style: none;
    border-style: solid;
    border-top-color: #34495e;
    border-width: 8px 6px;
    transform: scale(1.001);
    transition: 0.25s;
}

.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret { border-bottom-width: 8px; }

.btn-lg .caret {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 8px;
}

.select {
    display: inline-block;
    margin-bottom: 10px;
}

[class*="span"] > .select[class*="span"] { margin-left: 0; }

.select[class*="span"] .btn { width: 100%; }

.select.select-block {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
}

.select.select-block:before,
.select.select-block:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}

.select.select-block:after { clear: both; }

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

.select.select-block .dropdown-menu { width: 100%; }

.select .btn { width: 220px; }

.select .btn.btn-hg .filter-option {
    left: 20px;
    right: 40px;
    top: 13px;
}

.select .btn.btn-hg .caret { right: 20px; }

.select .btn.btn-lg .filter-option {
    left: 18px;
    right: 38px;
}

.select .btn.btn-sm .filter-option {
    left: 13px;
    right: 33px;
}

.select .btn.btn-sm .caret { right: 13px; }

.select .btn.btn-xs .filter-option {
    left: 13px;
    right: 33px;
    top: 5px;
}

.select .btn.btn-xs .caret { right: 13px; }

.select .btn .filter-option {
    height: 26px;
    left: 13px;
    overflow: hidden;
    position: absolute;
    right: 33px;
    text-align: left;
    top: 10px;
}

.select .btn .caret {
    margin-top: -3px;
    position: absolute;
    right: 16px;
    top: 50%;
}

.select .btn .dropdown-toggle { border-radius: 6px; }

.select .btn .dropdown-menu { min-width: 100%; }

.select .btn .dropdown-menu dt {
    cursor: default;
    display: block;
    padding: 3px 20px;
}

.select .btn .dropdown-menu li:not(.disabled) > a:hover small { color: rgba(255, 255, 255, 0.004); }

.select .btn .dropdown-menu li > a { min-height: 20px; }

.select .btn .dropdown-menu li > a.opt { padding-left: 35px; }

.select .btn .dropdown-menu li small { padding-left: .5em; }

.select .btn .dropdown-menu li > dt small { font-weight: normal; }

.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a { cursor: default; }

.select .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

legend {
    border-bottom: none;
    color: inherit;
    display: block;
    font-size: 24px;
    line-height: inherit;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}

textarea {
    font-size: 20px;
    line-height: 24px;
    padding: 5px 11px;
}

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

label {
    font-size: 15px;
    font-weight: normal;
    line-height: 2.4;
}

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

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

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

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

.form-control.placeholder { color: #b2bcc5; }

.form-control {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: none;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 42px;
    line-height: 1.467;
    padding: 8px 12px;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.form-group.focus .form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    border-color: #1abc9c;
    box-shadow: none;
    outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.form-control.flat { border-color: transparent; }

.form-control.flat:hover { border-color: #bdc3c7; }

.form-control.flat:focus { border-color: #1abc9c; }

.input-sm {
    border-radius: 6px;
    font-size: 13px;
    height: 35px;
    line-height: 1.462;
    padding: 6px 10px;
}

select.input-sm {
    height: 35px;
    line-height: 35px;
}

textarea.input-sm { height: auto; }

.input-lg {
    border-radius: 6px;
    font-size: 17px;
    height: 45px;
    line-height: 1.235;
    padding: 10px 15px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg { height: auto; }

.input-hg {
    border-radius: 6px;
    font-size: 22px;
    height: 53px;
    line-height: 1.318;
    padding: 10px 16px;
}

select.input-hg {
    height: 53px;
    line-height: 53px;
}

textarea.input-hg { height: auto; }

.has-warning .help-block,
.has-warning .control-label { color: #f1c40f; }

.has-warning .form-control {
    -webkit-box-shadow: none;
    border-color: #f1c40f;
    box-shadow: none;
    color: #f1c40f;
}

.has-warning .form-control:-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}

.has-warning .form-control::-moz-placeholder {
    color: #f1c40f;
    opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder { color: #f1c40f; }

.has-warning .form-control::-webkit-input-placeholder { color: #f1c40f; }

.has-warning .form-control.placeholder { color: #f1c40f; }

.has-warning .form-control:focus {
    -webkit-box-shadow: none;
    border-color: #f1c40f;
    box-shadow: none;
}

.has-warning .input-group-addon {
    background-color: #ffffff;
    border-color: #f1c40f;
    color: #f1c40f;
}

.has-error .help-block,
.has-error .control-label { color: #e74c3c; }

.has-error .form-control {
    -webkit-box-shadow: none;
    border-color: #e74c3c;
    box-shadow: none;
    color: #e74c3c;
}

.has-error .form-control:-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control::-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}

.has-error .form-control:-ms-input-placeholder { color: #e74c3c; }

.has-error .form-control::-webkit-input-placeholder { color: #e74c3c; }

.has-error .form-control.placeholder { color: #e74c3c; }

.has-error .form-control:focus {
    -webkit-box-shadow: none;
    border-color: #e74c3c;
    box-shadow: none;
}

.has-error .input-group-addon {
    background-color: #ffffff;
    border-color: #e74c3c;
    color: #e74c3c;
}

.has-success .help-block,
.has-success .control-label { color: #2ecc71; }

.has-success .form-control {
    -webkit-box-shadow: none;
    border-color: #2ecc71;
    box-shadow: none;
    color: #2ecc71;
}

.has-success .form-control:-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}

.has-success .form-control::-moz-placeholder {
    color: #2ecc71;
    opacity: 1;
}

.has-success .form-control:-ms-input-placeholder { color: #2ecc71; }

.has-success .form-control::-webkit-input-placeholder { color: #2ecc71; }

.has-success .form-control.placeholder { color: #2ecc71; }

.has-success .form-control:focus {
    -webkit-box-shadow: none;
    border-color: #2ecc71;
    box-shadow: none;
}

.has-success .input-group-addon {
    background-color: #ffffff;
    border-color: #2ecc71;
    color: #2ecc71;
}

.help-block {
    color: inherit;
    font-size: 15px;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}

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

.form-horizontal .form-control-static { padding-top: 6px; }

.form-group { position: relative; }

.form-control + .input-icon {
    background-color: #ffffff;
    border-radius: 6px;
    color: #b2bcc5;
    font-size: 20px;
    line-height: 37px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 2px;
    top: 2px;
    vertical-align: middle;
}

.input-hg + .input-icon {
    line-height: 49px;
    padding: 0 16px 0 0;
}

.input-lg + .input-icon {
    line-height: 41px;
    padding: 0 15px 0 0;
}

.input-sm + .input-icon {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 0 0;
}

.has-success .input-icon { color: #2ecc71; }

.has-warning .input-icon { color: #f1c40f; }

.has-error .input-icon { color: #e74c3c; }

.form-control[disabled] + .input-icon,
.form-control[readonly] + .input-icon,
fieldset[disabled] .form-control + .input-icon,
.form-control.disabled + .input-icon {
    background-color: transparent;
    color: #d5dbdb;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 22px;
    height: 53px;
    line-height: 1.318;
    padding: 10px 16px;
}

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

textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn { height: auto; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 17px;
    height: 45px;
    line-height: 1.235;
    padding: 10px 15px;
}

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

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

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 13px;
    height: 35px;
    line-height: 1.462;
    padding: 6px 10px;
}

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

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

.input-group-addon {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    background-color: #bdc3c7;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 12px;
    text-align: center;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon { line-height: 1; }

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

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

.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.form-group.focus .input-group-btn > .btn-default + .btn-default,
.input-group.focus .input-group-btn > .btn-default + .btn-default { border-left-color: #16a085; }

.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn {
    background-color: #ffffff;
    border-color: #1abc9c;
    color: #1abc9c;
}

.form-group.focus .input-group-btn .btn-default,
.input-group.focus .input-group-btn .btn-default {
    background-color: #1abc9c;
    color: #ffffff;
}

.form-group.focus .input-group-btn .btn-default:hover,
.input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.hover,
.input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default:focus,
.input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
    background-color: #48c9b0;
    border-color: #48c9b0;
    color: #ffffff;
}

.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
    background: #16a085;
    border-color: #16a085;
}

.form-group.focus .input-group-btn .btn-default.disabled,
.input-group.focus .input-group-btn .btn-default.disabled,
.form-group.focus .input-group-btn .btn-default[disabled],
.input-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
.form-group.focus .input-group-btn .btn-default.disabled:hover,
.input-group.focus .input-group-btn .btn-default.disabled:hover,
.form-group.focus .input-group-btn .btn-default[disabled]:hover,
.input-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.disabled.hover,
.input-group.focus .input-group-btn .btn-default.disabled.hover,
.form-group.focus .input-group-btn .btn-default[disabled].hover,
.input-group.focus .input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default.disabled:focus,
.input-group.focus .input-group-btn .btn-default.disabled:focus,
.form-group.focus .input-group-btn .btn-default[disabled]:focus,
.input-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default.disabled:active,
.input-group.focus .input-group-btn .btn-default.disabled:active,
.form-group.focus .input-group-btn .btn-default[disabled]:active,
.input-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.disabled.active,
.input-group.focus .input-group-btn .btn-default.disabled.active,
.form-group.focus .input-group-btn .btn-default[disabled].active,
.input-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.input-group-btn .btn {
    background-color: #ffffff;
    border: 2px solid #bdc3c7;
    color: #bdc3c7;
    line-height: 18px;
}

.input-group-btn .btn-default {
    background-color: #bdc3c7;
    color: #ffffff;
}

.input-group-btn .btn-default:hover,
.input-group-btn .btn-default.hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
    background-color: #cacfd2;
    border-color: #cacfd2;
    color: #ffffff;
}

.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open .dropdown-toggle.input-group-btn .btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9;
}

.input-group-btn .btn-default.disabled,
.input-group-btn .btn-default[disabled],
fieldset[disabled] .input-group-btn .btn-default,
.input-group-btn .btn-default.disabled:hover,
.input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-default:hover,
.input-group-btn .btn-default.disabled.hover,
.input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .input-group-btn .btn-default.hover,
.input-group-btn .btn-default.disabled:focus,
.input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-default:focus,
.input-group-btn .btn-default.disabled:active,
.input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .input-group-btn .btn-default:active,
.input-group-btn .btn-default.disabled.active,
.input-group-btn .btn-default[disabled].active,
fieldset[disabled] .input-group-btn .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}

.input-group-hg .input-group-btn .btn { line-height: 31px; }

.input-group-lg .input-group-btn .btn { line-height: 21px; }

.input-group-sm .input-group-btn .btn { line-height: 19px; }

.input-group-btn:first-child > .btn {
    border-right-width: 0;
    margin-right: -2px;
}

.input-group-btn:last-child > .btn {
    border-left-width: 0;
    margin-left: -4px;
}

.input-group-btn > .btn-default + .btn-default {
    border-left: 2px solid #bdc3c7;
    margin-left: -4px;
}

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

.input-group-btn > .btn:first-child + .btn .caret { margin-left: 0; }

.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn:last-child .btn {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.input-group-hg.input-group-rounded .input-group-btn + .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
}

.input-group-lg.input-group-rounded .input-group-btn + .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
}

.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.input-group-rounded .input-group-btn + .form-control { padding-left: 0; }

.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file > input[type="file"] {
    bottom: 0;
    cursor: pointer;
    direction: ltr;
    filter: alpha(opacity=0);
    font-size: 23px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.fileinput {
    display: block;
    margin-bottom: 9px;
}

.fileinput .fileinput-filename { font-size: 15px; }

.fileinput .uneditable-input {
    cursor: text;
    display: inline-block;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.fileinput .uneditable-input [class^="fui-"] { margin-right: .3em; }

.fileinput .fileinput-preview { cursor: pointer; }

.fileinput .thumbnail {
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.fileinput .thumbnail > img { max-height: 100%; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists { display: none; }

.fileinput-inline .fileinput-controls { display: inline; }

.fileinput-new .input-group .btn-file { border-radius: 0 4px 4px 0; }

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm { border-radius: 0 3px 3px 0; }

.fileinput-new .input-group .btn-file.btn-lg { border-radius: 0 6px 6px 0; }

.form-group.has-warning .fileinput .uneditable-input {
    border-color: #faebcc;
    color: #f1c40f;
}

.form-group.has-warning .fileinput .fileinput-preview { color: #f1c40f; }

.form-group.has-warning .fileinput .thumbnail { border-color: #faebcc; }

.form-group.has-error .fileinput .uneditable-input {
    border-color: #ebccd1;
    color: #e74c3c;
}

.form-group.has-error .fileinput .fileinput-preview { color: #e74c3c; }

.form-group.has-error .fileinput .thumbnail { border-color: #ebccd1; }

.form-group.has-success .fileinput .uneditable-input {
    border-color: #d6e9c6;
    color: #2ecc71;
}

.form-group.has-success .fileinput .fileinput-preview { color: #2ecc71; }

.form-group.has-success .fileinput .thumbnail { border-color: #d6e9c6; }

.input-group-addon:not(:first-child) { border-left: 0; }

.checkbox,
.radio {
    -webkit-transition: color 0.25s linear;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    transition: color 0.25s linear;
}

.checkbox input,
.radio input {
    display: none;
    outline: none !important;
}

.checkbox .icons,
.radio .icons {
    -webkit-transition: color 0.25s linear;
    color: #bdc3c7;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 20px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: color 0.25s linear;
    width: 20px;
}

.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
    background-color: transparent;
    display: inline-table;
    filter: alpha(opacity=100);
    left: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 0;
}

.checkbox .icons .second-icon,
.radio .icons .second-icon {
    filter: alpha(opacity=0);
    opacity: 0;
}

.checkbox:hover,
.radio:hover {
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}

.checkbox:hover .first-icon,
.radio:hover .first-icon {
    filter: alpha(opacity=0);
    opacity: 0;
}

.checkbox:hover .second-icon,
.radio:hover .second-icon {
    filter: alpha(opacity=100);
    opacity: 1;
}

.checkbox.checked,
.radio.checked { color: #1abc9c; }

.checkbox.checked .first-icon,
.radio.checked .first-icon {
    filter: alpha(opacity=0);
    opacity: 0;
}

.checkbox.checked .second-icon,
.radio.checked .second-icon {
    -webkit-transition: color 0.25s linear;
    color: #1abc9c;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: color 0.25s linear;
}

.checkbox.disabled,
.radio.disabled {
    color: #e6e8ea;
    cursor: default;
}

.checkbox.disabled .icons,
.radio.disabled .icons { color: #e6e8ea; }

.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
    filter: alpha(opacity=100);
    opacity: 1;
}

.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
    filter: alpha(opacity=0);
    opacity: 0;
}

.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons { color: #e6e8ea; }

.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
    filter: alpha(opacity=0);
    opacity: 0;
}

.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
    color: #e6e8ea;
    filter: alpha(opacity=100);
    opacity: 1;
}

.checkbox.primary .icons,
.radio.primary .icons { color: #34495e; }

.checkbox.primary.checked,
.radio.primary.checked { color: #1abc9c; }

.checkbox.primary.checked .icons,
.radio.primary.checked .icons { color: #1abc9c; }

.checkbox.primary.disabled,
.radio.primary.disabled {
    color: #bdc3c7;
    cursor: default;
}

.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons { color: #bdc3c7; }

.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons { color: #bdc3c7; }

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

.tagsinput {
    background: white;
    border: 2px solid #ebedef;
    border-radius: 6px;
    height: 100px;
    margin-bottom: 18px;
    overflow-y: auto;
    padding: 6px 1px 1px 6px;
    text-align: left;
}

.tagsinput .tag {
    -webkit-transition: 0.25s linear;
    background-color: #ebedef;
    border-radius: 4px;
    color: #7b8996;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
    padding: 6px 13px 8px 19px;
    position: relative;
    transition: 0.25s linear;
    vertical-align: middle;
}

.tagsinput .tag:hover {
    background-color: #16a085;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}

.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    display: block\9;
    opacity: 1;
}

.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0px;
    margin: 6px 5px 0 0;
    outline: none !important;
    padding: 0 0 0 5px;
    vertical-align: top;
    width: 12px;
}

.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    display: none\9;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
}

.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\e00b";
    font-family: "Flat-UI-Icons";
}

.tagsinput-add-container {
    display: inline-block;
    vertical-align: middle;
}

.tagsinput-add {
    -webkit-transition: 0.25s linear;
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 7px 9px;
    transition: 0.25s linear;
    vertical-align: top;
}

.tagsinput-add:hover { background-color: #1abc9c; }

.tagsinput-add:before {
    content: "\e009";
    font-family: "Flat-UI-Icons";
}

.tags_clear {
    clear: both;
    height: 0px;
    width: 100%;
}

.not_valid {
    background: #fbd8db !important;
    color: #90111a !important;
    margin-left: 5px !important;
}

.tagsinput-primary { border-color: #1abc9c; }

.tagsinput-primary .tag {
    background-color: #1abc9c;
    color: #ffffff;
}

.twitter-typeahead { width: 100%; }

.tt-query,
.tt-hint {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: none;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 42px;
    line-height: 1.467;
    padding: 8px 12px;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.tt-query:-moz-placeholder,
.tt-hint:-moz-placeholder {
    color: #b2bcc5;
    opacity: 1;
}

.tt-query::-moz-placeholder,
.tt-hint::-moz-placeholder {
    color: #b2bcc5;
    opacity: 1;
}

.tt-query:-ms-input-placeholder,
.tt-hint:-ms-input-placeholder { color: #b2bcc5; }

.tt-query::-webkit-input-placeholder,
.tt-hint::-webkit-input-placeholder { color: #b2bcc5; }

.tt-query.placeholder,
.tt-hint.placeholder { color: #b2bcc5; }

.form-group.focus .tt-query,
.form-group.focus .tt-hint,
.tt-query:focus,
.tt-hint:focus {
    -webkit-box-shadow: none;
    border-color: #1abc9c;
    box-shadow: none;
    outline: 0;
}

.tt-query[disabled],
.tt-hint[disabled],
.tt-query[readonly],
.tt-hint[readonly],
fieldset[disabled] .tt-query,
fieldset[disabled] .tt-hint {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.tt-query.flat,
.tt-hint.flat { border-color: transparent; }

.tt-query.flat:hover,
.tt-hint.flat:hover { border-color: #bdc3c7; }

.tt-query.flat:focus,
.tt-hint.flat:focus { border-color: #1abc9c; }

.tt-query + .input-icon,
.tt-hint + .input-icon {
    background-color: #ffffff;
    border-radius: 6px;
    color: #b2bcc5;
    font-size: 20px;
    line-height: 37px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 2px;
    top: 2px;
    vertical-align: middle;
}

.tt-dropdown-menu {
    background-color: #ffffff;
    border: 2px solid #1abc9c;
    border-radius: 6px;
    margin-top: 5px;
    padding: 5px 0;
    width: 100%;
}

.tt-suggestion p {
    font-size: 14px;
    line-height: 1.429;
    margin: 0;
    padding: 6px 14px;
}

.tt-suggestion:first-child p,
.tt-suggestion:last-child p { padding: 6px 14px; }

.tt-suggestion.tt-is-under-cursor {
    background-color: #16a085;
    color: #fff;
}

.progress {
    -webkit-box-shadow: none;
    background: #ebedef;
    border-radius: 32px;
    box-shadow: none;
    height: 12px;
}

.progress-bar {
    -webkit-box-shadow: none;
    background: #1abc9c;
    box-shadow: none;
}

.progress-bar-success { background-color: #2ecc71; }

.progress-bar-warning { background-color: #f1c40f; }

.progress-bar-danger { background-color: #e74c3c; }

.progress-bar-info { background-color: #3498db; }

.dropdown-menu {
    -webkit-box-shadow: none;
    -webkit-transition: 0.25s;
    background-color: #f3f4f5;
    border: none;
    box-shadow: none;
    display: block;
    margin-top: 8px;
    opacity: 0;
    padding: 0;
    transition: 0.25s;
    visibility: hidden;
}

.open > .dropdown-menu {
    margin-top: 18px !important;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu li:first-child dt + a { border-radius: 0; }

.dropdown-menu li:first-child > a {
    border-radius: 6px 6px 0 0;
    padding-top: 8px;
}

.dropdown-menu li:last-child > a {
    border-radius: 0 0 6px 6px;
    padding-bottom: 10px;
}

.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
    background: #1abc9c;
    color: #ffffff;
}

.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
    background: #16a085;
    color: #ffffff;
}

.dropdown-menu li > a {
    -webkit-transition: background-color 0.25s;
    color: rgba(52, 73, 94, 0.75);
    padding: 6px 15px 8px;
    text-decoration: none;
    transition: background-color 0.25s;
}

.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}

.dropdown-menu li > a:after { clear: both; }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
    background: #e1e4e7;
    color: inherit;
    outline: none;
}

.dropdown-menu li > a.highlighted {
    background: #c9cfd4;
    color: #ffffff;
}

.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
    background: #bac1c8;
    color: #ffffff;
}

.dropdown-menu li > a:before {
    float: right;
    margin-top: 3px;
}

.dropdown-menu li dt {
    font-weight: 300;
    margin-bottom: 3px;
    margin-top: 12px;
    padding: 0 15px;
}

@media (max-width: 480px) {
    .dropdown-menu { border-radius: 0 0 6px 6px !important; }
}

.dropdown-menu .divider {
    margin-bottom: 3px;
    margin-top: 3px;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { margin-bottom: 8px; }

.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
    border-bottom: none;
    border-top: 8px outset #f3f4f5;
    bottom: 100%;
    top: auto;
}

.navbar-fixed-bottom .nav > li > ul:before {
    border-bottom: none;
    border-top: 9px outset #34495e;
    bottom: 4px;
    top: auto;
}

.open.dropup > .dropdown-menu { margin-bottom: 18px; }

.open.dropup > .dropdown-arrow { margin-bottom: 10px; }

.open.dropup > .dropdown-arrow.dropdown-arrow-inverse { border-top-color: #34495e; }

.open > .dropdown-arrow {
    margin-top: 11px;
    opacity: 1;
}

.dropdown-arrow {
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.25s;
    border-color: transparent transparent #f3f4f5 transparent;
    border-style: solid;
    border-width: 0 8px 7px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: 19px;
    top: 100%;
    transition: 0.25s;
    width: 0;
    z-index: 10;
}

.dropdown-inverse {
    background-color: #34495e;
    color: #cccccc;
    padding: 4px 0 6px;
}

.dropdown-inverse li { margin: 0 4px -2px; }

.dropdown-inverse li:first-child > a,
.dropdown-inverse li:last-child > a {
    border-radius: 2px;
    padding-bottom: 7px;
    padding-top: 5px;
}

.dropdown-inverse li:first-child dt + a,
.dropdown-inverse li:last-child dt + a { border-radius: 2px; }

.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
    background: #1abc9c;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.dropdown-inverse li dt {
    padding-left: 11px;
    padding-right: 11px;
}

.dropdown-inverse li .divider {
    margin-left: 11px;
    margin-right: 11px;
}

.dropdown-inverse li > a {
    border-radius: 2px;
    color: #ffffff;
    padding: 5px 11px 7px;
}

.dropdown-inverse li > a:hover,
.dropdown-inverse li > a:active,
.dropdown-inverse li > a:focus { background: #2c3e50; }

.dropdown-inverse li > a.highlighted { background: #526476; }

.dropdown-inverse li > a.highlighted:hover,
.dropdown-inverse li > a.highlighted:focus { background: #677786; }

.dropdown-inverse li .divider {
    background-color: #526476;
    border-bottom-color: #526476;
}

@media (max-width: 480px) {
    .dropdown-menu li a [class*="icon-"] { display: none; }
}

.table { font-size: 16px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 2px solid #eef0f0;
    line-height: 1.231;
    padding: 9px 25px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    border-bottom: 2px solid #eef0f0;
    color: #526476;
}

.table [class*="fui-"] {
    font-size: 20px;
    margin: -5px 0;
    position: relative;
    top: 2px;
    vertical-align: baseline;
}

.table .checkbox,
.table .radio { margin: 0 0 0 -9px; }

.table .checkbox.no-label,
.table .radio.no-label { padding-left: 0; }

.table .selected-row > td { background-color: #f2fbfa; }

.table img { vertical-align: top; }

.table-bordered {
    border: 2px solid #eef0f0;
    font-size: 14px;
}

.table-bordered > thead > tr th,
.table-bordered > tbody > tr th,
.table-bordered > tfoot > tr th,
.table-bordered > thead > tr td,
.table-bordered > tbody > tr td,
.table-bordered > tfoot > tr td {
    border: 2px solid #eef0f0 !important;
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr.selected-row > td,
.table-striped > tbody > tr:nth-child(even) > th,
.table-striped > tbody > tr.selected-row > th { background-color: #f9fafb; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { background-color: transparent; }

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

.table tbody tr.success > td,
.table tbody tr > td.success {
    background-color: #ecfaf2;
    border-color: #d5f5e3;
}

.table tbody tr.error > td,
.table tbody tr > td.error,
.table tbody tr.danger > td,
.table tbody tr > td.danger {
    background-color: #fdefed;
    border-color: #fadbd8;
}

.table tbody tr.warning > td,
.table tbody tr > td.warning {
    background-color: #fefae9;
    border-color: #faecb0;
}

.table tbody tr.info > td,
.table tbody tr > td.info {
    background-color: #edf6fc;
    border-color: #d6eaf8;
}

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

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

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

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

.label {
    font-size: 72%;
    font-weight: normal;
    padding: .15em .5em .2em;
}

.label[href]:hover,
.label[href]:focus { color: #ffffff; }

.label-default {
    background-color: #ebedef;
    color: #7b8996;
}

.label-default[href] { color: #7b8996; }

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #e1e4e7;
    color: #7b8996;
}

.label-inverse {
    background-color: #485b6e;
    color: #ffffff;
}

.label-inverse[href] { color: #ffffff; }

.label-inverse[href]:hover,
.label-inverse[href]:focus {
    background-color: #a4adb7;
    color: #ffffff;
}

.label-success {
    background-color: #2ecc71;
    color: #ffffff;
}

.label-success[href] { color: #ffffff; }

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #27ad60;
    color: #ffffff;
}

.label-important {
    background-color: #e74c3c;
    color: #ffffff;
}

.label-important[href] { color: #ffffff; }

.label-important[href]:hover,
.label-important[href]:focus {
    background-color: #c44133;
    color: #ffffff;
}

.label-warning {
    background-color: #f1c40f;
    color: #ffffff;
}

.label-warning[href] { color: #ffffff; }

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

.label-info {
    background-color: #3498db;
    color: #ffffff;
}

.label-info[href] { color: #ffffff; }

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #2c81ba;
    color: #ffffff;
}

.label-primary {
    background-color: #1abc9c;
    color: #ffffff;
}

.label-primary[href] { color: #ffffff; }

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

.badge {
    background-color: #d8dce0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.615;
    padding: 0 8px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
    background-color: #ffffff;
    color: #9aa4af;
}

.alert {
    background-color: #f9f8f3;
    border: 2px solid #ebece8;
    border-radius: 6px;
    color: #34495e;
    font-size: 16px;
    line-height: 1.625;
    padding: 18px 45px 14px 30px;
    text-shadow: none;
}

.alert a {
    color: #f1c40f;
    font-weight: bold;
}

.alert a:hover { text-decoration: underline; }

.alert a.btn {
    color: #ffffff;
    text-decoration: none;
}

.alert a.btn:active,
.alert a.btn.active { color: rgba(255, 255, 255, 0.75); }

.alert h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.alert p {
    font-size: inherit;
    line-height: inherit;
}

.alert .close {
    color: #34495e;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    right: -31px;
    top: 3px;
}

.alert .btn {
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

@media (max-width: 480px) {
    .alert .btn {
        display: block;
        margin-bottom: 10px;
        margin-right: -15px;
        min-width: auto;
    }
}

.alert-success {
    background-color: #eff7f3;
    border-color: #e1ebe9;
}

.alert-success a { color: #16a085; }

.alert-info {
    background-color: #f7f9fa;
    border-color: #e9ecef;
}

.alert-info a { color: #3498db; }

.alert-error {
    background-color: #f8f5f5;
    border-color: #ebe9ea;
}

.alert-error a { color: #e74c3c; }

.bottom-menu {
    background: #ebedef;
    color: #bcc3ca;
    padding: 39px 0 42px;
}

.bottom-menu .navbar-brand {
    font-size: 24px;
    margin-top: -4px;
    padding: 0;
}

.bottom-menu .title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 0;
}

.bottom-menu a { color: inherit; }

.active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus { color: #1abc9c; }

.bottom-menu .label,
.bottom-menu .badge { vertical-align: middle; }

.bottom-menu .bottom-links {
    font-size: 14px;
    line-height: 1.286;
}

.bottom-menu .bottom-links:before,
.bottom-menu .bottom-icons:before,
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}

.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after { clear: both; }

.bottom-icons {
    font-size: 16px;
    line-height: 1;
}

.bottom-menu-inverse {
    background-color: #34495e;
    color: #677786;
}

.bottom-menu-large {
    padding-bottom: 56px;
    padding-top: 60px;
}

.bottom-menu-large .navbar-brand { margin-top: -2px; }

.bottom-menu-large .bottom-links li {
    float: none;
    line-height: 22px;
    margin-right: 0;
}

.bottom-menu-large .title { margin-bottom: 10px; }

.bottom-links,
.bottom-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-links li,
.bottom-icons li {
    display: block;
    float: left;
    margin: 0 18px 0 0;
}

@media (max-width: 767px) {
    .bottom-menu .navbar-brand,
    .bottom-menu .bottom-links { margin-bottom: 30px; }

    .bottom-menu .navbar-brand {
        float: none;
        padding: 15px;
    }

    .bottom-menu .bottom-links li {
        float: none;
        margin-bottom: 2px;
    }

    .bottom-menu [class*="span"]:last-child .bottom-links { margin-bottom: 0; }
}

.nav .dropdown-toggle .caret {
    border-bottom-color: #7f8c9a;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #7f8c9a;
    border-top-width: 6px;
}

.nav-pills > li:first-child > a {
    border-left: none;
    border-radius: 6px 0 0 6px;
}

.nav-pills > li:last-child > a { border-radius: 0 6px 6px 0; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover { background-color: #16a085; }

@media (max-width: 480px) {
    .nav-pills > li {
        display: block;
        float: none;
    }

    .nav-pills > li:first-child > a { border-radius: 6px 6px 0 0; }

    .nav-pills > li:last-child > a { border-radius: 0 0 6px 6px; }
}

.nav-pills > li > a {
    background-color: #1abc9c;
    border-left: 2px solid #16a085;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 21px 13px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus { background-color: #48c9b0; }

.nav-pills > li > a:active { background-color: #16a085; }

@media (max-width: 480px) {
    .nav-pills > li > a {
        border-left: none;
        display: block;
    }
}

.nav-pills > li + li { margin-left: 0; }

.nav-tabs {
    border-bottom-color: #e1e4e7;
    border-bottom-width: 2px;
    margin-bottom: 20px;
}

.nav-tabs.nav-append-content {
    border-bottom: none;
    margin-bottom: 0;
}

.nav-tabs.nav-append-content > li.active:first-child:before {
    background-color: #ffffff;
    border-left: 2px solid #e1e4e7;
    bottom: -4px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 6px;
    z-index: 2;
}

.nav-tabs > li {
    margin-bottom: -2px;
    position: relative;
}

.nav-tabs > li.active { z-index: 2; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom-color: #ffffff;
    border-color: #e1e4e7;
    border-width: 2px;
    color: #7f8c9a;
}

.nav-tabs > li.active .dropdown-toggle,
.nav-tabs > li.active .dropdown-toggle:hover,
.nav-tabs > li.active .dropdown-toggle:focus { color: #7f8c9a; }

.nav-tabs > li.active .dropdown-toggle .caret,
.nav-tabs > li.active .dropdown-toggle:hover .caret,
.nav-tabs > li.active .dropdown-toggle:focus .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
}

.nav-tabs > li.open a.dropdown-toggle,
.nav-tabs > li.open.active a.dropdown-toggle,
.nav-tabs > li.open a.dropdown-toggle:hover,
.nav-tabs > li.open.active a.dropdown-toggle:hover {
    background-color: #f3f4f5;
    border-bottom-color: transparent;
    border-color: #e1e4e7;
    color: #7f8c9a;
}

.nav-tabs > li.open a.dropdown-toggle .caret,
.nav-tabs > li.open.active a.dropdown-toggle .caret,
.nav-tabs > li.open a.dropdown-toggle:hover .caret,
.nav-tabs > li.open.active a.dropdown-toggle:hover .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
}

.nav-tabs > li.open .dropdown-menu,
.nav-tabs > li.open.active .dropdown-menu { margin-top: -2px; }

.nav-tabs > li.open.active { z-index: 1003; }

.nav-tabs > li > a {
    -webkit-transition: none;
    border-radius: 6px 6px 0 0;
    border-width: 2px;
    color: #7f8c9a;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 21px 8px;
    transition: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: transparent;
    border-bottom-color: transparent;
    border-color: transparent;
    color: #1abc9c;
    outline: none;
}

.nav-tabs > li .dropdown-toggle {
    position: relative;
    z-index: 1002;
}

.nav-tabs > li .dropdown-toggle:hover .caret,
.nav-tabs > li .dropdown-toggle:focus .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c;
}

.nav-tabs > li .dropdown-menu {
    border: 2px solid #e1e4e7;
    border-radius: 0 6px 6px 6px;
    margin-top: -10px;
}

.nav-tabs > li .dropdown-menu li:first-child > a { border-radius: 0 4px 0 0; }

.nav-tabs > li .dropdown-menu li:last-child > a { border-radius: 0 0 4px 4px; }

.nav-tabs > li .dropdown-menu li a { border-radius: 0; }

.nav-tabs > li .open .dropdown-toggle { background-color: #f3f4f5; }

@media (max-width: 480px) {
    .nav-tabs { border-bottom: none; }

    .nav-tabs > li {
        display: block;
        float: none;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #1abc9c;
        border: 2px solid #1abc9c;
        color: #ffffff;
    }

    .nav-tabs > li.active > a:before,
    .nav-tabs > li.active > a:hover:before,
    .nav-tabs > li.active > a:focus:before { display: none; }

    .nav-tabs > li.active:before { display: none; }

    .nav-tabs > li.dropdown.active > a,
    .nav-tabs > li.dropdown.active > a.dropdown-toggle,
    .nav-tabs > li.dropdown.active > a:hover { color: #ffffff; }

    .nav-tabs > li.dropdown.active > a .caret,
    .nav-tabs > li.dropdown.active > a.dropdown-toggle .caret,
    .nav-tabs > li.dropdown.active > a:hover .caret {
        border-bottom-color: #ffffff;
        border-top-color: #ffffff;
    }

    .nav-tabs > li.dropdown.active.open > a,
    .nav-tabs > li.dropdown.active.open > a.dropdown-toggle,
    .nav-tabs > li.dropdown.active.open > a:hover {
        border-radius: 4px 4px 0 0;
        color: #7f8c9a;
    }

    .nav-tabs > li.dropdown.active.open > a .caret,
    .nav-tabs > li.dropdown.active.open > a.dropdown-toggle .caret,
    .nav-tabs > li.dropdown.active.open > a:hover .caret {
        border-bottom-color: #7f8c9a;
        border-top-color: #7f8c9a;
    }

    .nav-tabs > li > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border: 2px solid #e1e4e7;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 10px 15px;
    }
}

.tab-content {
    border: 2px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    position: relative;
    z-index: 1;
}

.nav-list {
    padding-left: 13px;
    padding-right: 13px;
}

.nav-list .nav-header {
    font-weight: 700;
    line-height: 1.538;
    margin-left: -13px;
    margin-right: -13px;
    padding: 0 13px;
}

.nav-list > li { margin-bottom: 3px; }

.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
    background-color: #ebedef;
    color: #526476;
}

.nav-list > li.divider {
    background-color: #ebedef;
    border-bottom: none;
    height: 2px;
    margin: 13px -13px 17px 0;
}

.nav-list > li > a {
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.333;
    margin-left: -13px;
    margin-right: -13px;
    padding: 6px 13px 8px;
    text-shadow: none;
}

.nav-list .badge.pull-right { margin: 1px -4px -1px 0; }

.nav-header {
    color: #aeb6bf;
    font-size: 13px;
    text-transform: uppercase;
}

.nav-list-vivid {
    background-color: #edeff1;
    border-radius: 4px;
    padding-bottom: 2px;
}

.nav-list-vivid > li { margin-bottom: 2px; }

.nav-list-vivid > li.divider {
    background-color: transparent;
    margin: 3px 0 0;
}

.nav-list-vivid > li.active > a,
.nav-list-vivid > li.active > a:hover,
.nav-list-vivid > li.active > a:focus {
    background-color: #1abc9c;
    color: #ffffff;
}

.nav-list-vivid > li > a {
    border-radius: 0;
    color: #526476;
    font-size: 14px;
}

.nav-list-vivid > li > a:hover,
.nav-list-vivid > li > a:focus { color: #16a085; }

.nav-list-vivid .nav-header:first-child { padding-top: 10px; }

.navbar {
    border: none;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 30px;
    min-height: 53px;
}

.navbar-collapse {
    box-shadow: none;
    padding-left: 21px;
    padding-right: 21px;
}

@media (min-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -21px; }

    .navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child a {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -21px; }

    .navbar > .container .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -36px; }

    .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a { border-radius: 0 6px 6px 0; }

    .navbar-collapse .navbar-form.navbar-right:last-child { margin-right: -17px; }

    .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child,
    .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child { margin-right: 0; }
}

@media (max-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-right:last-child { margin-bottom: 3px; }
}

.navbar-static-top {
    border-radius: 0;
    border-width: 0;
    z-index: 1000;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
    z-index: 1030;
}

.navbar-fixed-top { border-width: 0; }

.navbar-fixed-bottom {
    border-width: 0;
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.042;
    padding: 14px 21px;
}

.navbar-brand > [class*="fui-"] {
    font-size: 19px;
    line-height: 1.263;
    vertical-align: top;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand { margin-left: -21px; }
}

.navbar-toggle {
    border: none;
    color: #34495e;
    height: 53px;
    line-height: 53px;
    margin: 0 0 0 21px;
    padding: 0 21px;
}

.navbar-toggle:before {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 0.25s linear;
    color: #16a085;
    content: "\e00c";
    font-family: "Flat-UI-Icons";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    transition: color 0.25s linear;
}

.navbar-toggle:hover,
.navbar-toggle:focus { outline: none; }

.navbar-toggle:hover:before,
.navbar-toggle:focus:before { color: #1abc9c; }

.navbar-toggle .icon-bar { display: none; }

@media (min-width: 768px) {
    .navbar-toggle { display: none; }
}

.navbar-nav { margin: 0; }

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    padding: 15px 21px;
}

.navbar-nav .dropdown-toggle .caret {
    border-bottom-color: #16a085;
    border-top-color: #16a085;
    border-width: 8px 6px 0;
    margin-left: 12px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover { background-color: transparent; }

.navbar-nav > li > a:hover .caret,
.navbar-nav > li > a:focus .caret,
.navbar-nav .open > a:focus .caret,
.navbar-nav .open > a:hover .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c;
}

.navbar-nav [class^="fui-"] {
    line-height: 20px;
    position: relative;
    top: 1px;
}

.navbar-nav .visible-sm > [class^="fui-"],
.navbar-nav .visible-xs > [class^="fui-"] { margin-left: 12px; }

@media (max-width: 768px) {
    .navbar-nav { margin: 0 -21px; }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header { padding: 7px 15px 7px 31px !important; }

    .navbar-nav .open .dropdown-menu > li > a { line-height: 23px; }

    .navbar-nav > li > a {
        padding-bottom: 7px;
        padding-top: 7px;
    }
}

.navbar-input {
    border-radius: 6px;
    font-size: 13px;
    height: 35px;
    line-height: 1.4;
    padding: 5px 10px;
}

select.navbar-input {
    height: 35px;
    line-height: 35px;
}

textarea.navbar-input { height: auto; }

.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 9px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 9px;
}

@media (max-width: 767px) {
    .navbar-form {
        margin: 3px -21px;
        width: auto;
    }
}

.navbar-nav + .navbar-form.navbar-left,
.navbar-form.navbar-right:last-child { width: 260px; }

.navbar-form .form-control,
.navbar-form .input-group-addon,
.navbar-form .btn {
    border-radius: 6px;
    font-size: 13px;
    height: 35px;
    line-height: 1.4;
    padding: 5px 10px;
}

select.navbar-form .form-control,
select.navbar-form .input-group-addon,
select.navbar-form .btn {
    height: 35px;
    line-height: 35px;
}

textarea.navbar-form .form-control,
textarea.navbar-form .input-group-addon,
textarea.navbar-form .btn { height: auto; }

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

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

.navbar-form .form-control {
    border-radius: 5px;
    display: table-cell;
    font-size: 15px;
}

.navbar-form .form-group + .btn {
    border-radius: 5px;
    font-size: 15px;
    margin-left: 4px;
}

@media (max-width: 767px) {
    .navbar-form .form-group { margin-bottom: 0; }

    .navbar-form .form-group + .btn {
        margin-left: 0;
        margin-top: 9px;
    }
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 4px;
    min-width: 100%;
}

@media (max-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        -webkit-transition: all 0s;
        display: none;
        transition: all 0s;
    }
}

@media (max-width: 768px) {
    .navbar-nav > li.open > .dropdown-menu {
        display: block;
        margin-top: 0 !important;
    }
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.navbar-nav > .open > .dropdown-toggle,
.navbar-nav > .open > .dropdown-toggle:focus,
.navbar-nav > .open > .dropdown-toggle:hover { background-color: transparent; }

.navbar-text {
    color: #34495e;
    font-size: 16px;
    line-height: 1.438;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 21px;
        margin-right: 21px;
    }

    .navbar-text.navbar-right:last-child { margin-right: 0; }
}

.navbar-btn {
    margin-bottom: 6px;
    margin-top: 6px;
}

.navbar-btn.btn-sm {
    margin-bottom: 8px;
    margin-top: 9px;
}

.navbar-btn.btn-xs {
    margin-bottom: 14px;
    margin-top: 14px;
}

.navbar-unread,
.navbar-new {
    background-color: #1abc9c;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 0;
    font-weight: 700;
    height: 6px;
    line-height: 1;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 15px;
    width: 6px;
    z-index: 10;
}

@media (max-width: 768px) {
    .navbar-unread,
    .navbar-new {
        float: right;
        margin: 0 0 0 10px;
        position: static;
    }
}

.active .navbar-unread,
.active .navbar-new {
    background-color: #ffffff;
    display: none;
}

.navbar-new {
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #e74c3c;
    font-size: 12px;
    height: 18px;
    line-height: 17px;
    margin: -6px -10px;
    min-width: 18px;
    padding: 0 1px;
    width: auto;
}

.navbar-default { background-color: #ecf0f1; }

.navbar-default .navbar-brand { color: #34495e; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #1abc9c;
}

.navbar-default .navbar-toggle:before { color: #34495e; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent; }

.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before { color: #1abc9c; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e5e9ea;
    border-width: 2px;
}

.navbar-default .navbar-nav > li > a { color: #34495e; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #1abc9c;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #1abc9c;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #cccccc;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #34495e;
    border-top-color: #34495e;
}

.navbar-default .navbar-nav > .active > a .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #1abc9c;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #34495e; }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #1abc9c;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: transparent;
        color: #1abc9c;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
        color: #cccccc;
    }
}

.navbar-default .navbar-form .form-control { border-color: transparent; }

.navbar-default .navbar-form .form-control:-moz-placeholder {
    color: #aeb6bf;
    opacity: 1;
}

.navbar-default .navbar-form .form-control::-moz-placeholder {
    color: #aeb6bf;
    opacity: 1;
}

.navbar-default .navbar-form .form-control:-ms-input-placeholder { color: #aeb6bf; }

.navbar-default .navbar-form .form-control::-webkit-input-placeholder { color: #aeb6bf; }

.navbar-default .navbar-form .form-control.placeholder { color: #aeb6bf; }

.navbar-default .navbar-form .form-control:focus {
    border-color: #1abc9c;
    color: #1abc9c;
}

.navbar-default .navbar-form .input-group-btn .btn {
    border-color: transparent;
    color: #919ba4;
}

.navbar-default .navbar-form .input-group.focus .form-control,
.navbar-default .navbar-form .input-group.focus .input-group-btn .btn {
    border-color: #1abc9c;
    color: #1abc9c;
}

.navbar-default .navbar-text { color: #34495e; }

.navbar-default .navbar-text a { color: #34495e; }

.navbar-default .navbar-text a:hover,
.navbar-default .navbar-text a:focus { color: #1abc9c; }

.navbar-inverse { background-color: #34495e; }

.navbar-inverse .navbar-brand { color: #ffffff; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: #1abc9c;
}

.navbar-inverse .navbar-toggle:before { color: #ffffff; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { background-color: transparent; }

.navbar-inverse .navbar-toggle:hover:before,
.navbar-inverse .navbar-toggle:focus:before { color: #1abc9c; }

.navbar-inverse .navbar-collapse {
    border-color: #2f4154;
    border-width: 2px;
}

.navbar-inverse .navbar-nav > li > a { color: #ffffff; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #1abc9c;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #1abc9c;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #444444;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #1abc9c;
    border-top-color: #1abc9c;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1abc9c;
    border-left-color: transparent;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #4b6075;
    border-top-color: #4b6075;
}

.navbar-inverse .navbar-nav > .open > .dropdown-arrow {
    border-bottom-color: #34495e;
    border-top-color: #34495e;
}

.navbar-inverse .navbar-nav > .open > .dropdown-menu {
    background-color: #34495e;
    padding: 3px 4px;
}

.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a {
    border-radius: 4px;
    color: #e1e4e7;
    padding: 6px 9px;
}

.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:focus {
    background-color: #1abc9c;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
    background-color: #2f4154;
    height: 2px;
    margin-left: -4px;
    margin-right: -4px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a { border-left-width: 0; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #1abc9c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #1abc9c;
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
        color: #444444;
    }

    .navbar-inverse .navbar-nav .dropdown-menu .divider { background-color: #2f4154; }
}

.navbar-inverse .navbar-form .form-control {
    background-color: #293a4a;
    border-color: transparent;
    color: #536a81;
}

.navbar-inverse .navbar-form .form-control:-moz-placeholder {
    color: #536a81;
    opacity: 1;
}

.navbar-inverse .navbar-form .form-control::-moz-placeholder {
    color: #536a81;
    opacity: 1;
}

.navbar-inverse .navbar-form .form-control:-ms-input-placeholder { color: #536a81; }

.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder { color: #536a81; }

.navbar-inverse .navbar-form .form-control.placeholder { color: #536a81; }

.navbar-inverse .navbar-form .form-control:focus {
    border-color: #1abc9c;
    color: #1abc9c;
}

.navbar-inverse .navbar-form .btn {
    background-color: #1abc9c;
    color: #ffffff;
}

.navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
    background-color: #48c9b0;
    border-color: #48c9b0;
    color: #ffffff;
}

.navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-form .btn {
    background: #16a085;
    border-color: #16a085;
}

.navbar-inverse .navbar-form .btn.disabled,
.navbar-inverse .navbar-form .btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-form .btn,
.navbar-inverse .navbar-form .btn.disabled:hover,
.navbar-inverse .navbar-form .btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn:hover,
.navbar-inverse .navbar-form .btn.disabled.hover,
.navbar-inverse .navbar-form .btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-form .btn.hover,
.navbar-inverse .navbar-form .btn.disabled:focus,
.navbar-inverse .navbar-form .btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-form .btn:focus,
.navbar-inverse .navbar-form .btn.disabled:active,
.navbar-inverse .navbar-form .btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-form .btn:active,
.navbar-inverse .navbar-form .btn.disabled.active,
.navbar-inverse .navbar-form .btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-form .btn.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.navbar-inverse .navbar-form .input-group-btn .btn {
    background-color: #293a4a;
    border-color: transparent;
    color: #526a82;
}

.navbar-inverse .navbar-form .input-group.focus .form-control,
.navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn {
    border-color: #1abc9c;
    color: #1abc9c;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-form {
        border-color: #2f4154;
        border-width: 2px 0;
    }
}

.navbar-inverse .navbar-text { color: #ffffff; }

.navbar-inverse .navbar-text a { color: #ffffff; }

.navbar-inverse .navbar-text a:hover,
.navbar-inverse .navbar-text a:focus { color: #1abc9c; }

.navbar-inverse .navbar-btn {
    background-color: #1abc9c;
    color: #ffffff;
}

.navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
    background-color: #48c9b0;
    border-color: #48c9b0;
    color: #ffffff;
}

.navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.active,
.open .dropdown-toggle.navbar-inverse .navbar-btn {
    background: #16a085;
    border-color: #16a085;
}

.navbar-inverse .navbar-btn.disabled,
.navbar-inverse .navbar-btn[disabled],
fieldset[disabled] .navbar-inverse .navbar-btn,
.navbar-inverse .navbar-btn.disabled:hover,
.navbar-inverse .navbar-btn[disabled]:hover,
fieldset[disabled] .navbar-inverse .navbar-btn:hover,
.navbar-inverse .navbar-btn.disabled.hover,
.navbar-inverse .navbar-btn[disabled].hover,
fieldset[disabled] .navbar-inverse .navbar-btn.hover,
.navbar-inverse .navbar-btn.disabled:focus,
.navbar-inverse .navbar-btn[disabled]:focus,
fieldset[disabled] .navbar-inverse .navbar-btn:focus,
.navbar-inverse .navbar-btn.disabled:active,
.navbar-inverse .navbar-btn[disabled]:active,
fieldset[disabled] .navbar-inverse .navbar-btn:active,
.navbar-inverse .navbar-btn.disabled.active,
.navbar-inverse .navbar-btn[disabled].active,
fieldset[disabled] .navbar-inverse .navbar-btn.active {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

@media (min-width: 768px) {
    .navbar-embossed > .navbar-collapse {
        -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    }

    .navbar-embossed.navbar-inverse .navbar-nav .active > a,
    .navbar-embossed.navbar-inverse .navbar-nav .open > a {
        -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    }
}

.navbar-lg { min-height: 76px; }

.navbar-lg .navbar-brand {
    line-height: 1;
    padding-bottom: 26px;
    padding-top: 25px;
}

.navbar-lg .navbar-brand > [class*="fui-"] {
    font-size: 24px;
    line-height: 1;
}

.navbar-lg .navbar-nav > li > a {
    font-size: 15px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .navbar-lg .navbar-nav > li > a {
        padding-bottom: 26px;
        padding-top: 26px;
    }
}

.navbar-lg .navbar-toggle {
    height: 76px;
    line-height: 76px;
}

.navbar-lg .navbar-unread,
.navbar-lg .navbar-new { top: 28px; }

.navbar-lg .navbar-form {
    padding-bottom: 20.5px;
    padding-top: 20.5px;
}

.navbar-lg .navbar-text {
    padding-bottom: 26.5px;
    padding-top: 26.5px;
}

.navbar-lg .navbar-btn {
    margin-bottom: 17px;
    margin-top: 18px;
}

.navbar-lg .navbar-btn.btn-sm {
    margin-bottom: 20px;
    margin-top: 20px;
}

.navbar-lg .navbar-btn.btn-xs {
    margin-bottom: 25px;
    margin-top: 25px;
}

.iconbar {
    -webkit-backface-visibility: hidden;
    background-color: #2c3e50;
    border-radius: 6px;
    float: left;
    margin: 0 20px 20px 0;
}

.iconbar:before,
.iconbar:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */
}

.iconbar:after { clear: both; }

.iconbar > ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.iconbar > ul > li {
    margin: 0;
    padding: 0;
}

.iconbar > ul > li.active > a { color: #1abc9c; }

.iconbar > ul > li:first-child > a { padding-top: 32px; }

.iconbar > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 1;
    padding: 8px 30px 32px;
    position: relative;
    text-decoration: none;
}

.iconbar > ul > li > a:hover,
.iconbar > ul > li > a:focus { color: #1abc9c; }

@media (max-width: 480px) {
    .iconbar > ul > li > a,
    .iconbar.iconbar-horizontal > ul > li > a,
    .iconbar > ul > li.active > a,
    .iconbar.iconbar-horizontal > ul > li.active > a {
        display: inline-block;
        padding: 25px;
    }

    .iconbar .iconbar-unread {
        right: 15px;
        top: 13px;
    }

    .iconbar.iconbar-horizontal {
        height: 70px;
        overflow: auto;
        white-space: nowrap;
        width: 100%;
    }

    .iconbar.iconbar-horizontal > ul > li {
        display: inline;
        float: none;
    }

    .iconbar.iconbar-horizontal .iconbar-unread { right: 15px; }
}

[class*="iconbar-stick-"] {
    border-radius: 0;
    margin: 0;
    position: fixed;
    z-index: 1001;
}

[class*="iconbar-stick-"] > ul { margin: 0; }

.iconbar-stick-left {
    bottom: 0;
    left: 0;
    top: 0;
}

.iconbar-unread {
    -webkit-font-smoothing: auto;
    background-color: #2a7aaf;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.667;
    min-width: 20px;
    padding: 0 2px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -2px;
}

.iconbar-success { background-color: #2ecc71; }

.iconbar-success > ul > li.active > a { color: #1e874b; }

.iconbar-success > ul > li > a:hover,
.iconbar-success > ul > li > a:focus { color: #1e874b; }

.iconbar-success .iconbar-unread { background-color: #1e874b; }

.iconbar-danger { background-color: #e74c3c; }

.iconbar-danger > ul > li.active > a { color: #983228; }

.iconbar-danger > ul > li > a:hover,
.iconbar-danger > ul > li > a:focus { color: #983228; }

.iconbar-danger .iconbar-unread { background-color: #983228; }

.iconbar-warning { background-color: #f1c40f; }

.iconbar-warning > ul > li.active > a { color: #9f810a; }

.iconbar-warning > ul > li > a:hover,
.iconbar-warning > ul > li > a:focus { color: #9f810a; }

.iconbar-warning .iconbar-unread { background-color: #9f810a; }

.iconbar-info { background-color: #3498db; }

.iconbar-info > ul > li.active > a { color: #226491; }

.iconbar-info > ul > li > a:hover,
.iconbar-info > ul > li > a:focus { color: #226491; }

.iconbar-info .iconbar-unread { background-color: #226491; }

.iconbar-horizontal {
    clear: both;
    float: left;
}

.iconbar-horizontal > ul > li { float: left; }

.iconbar-horizontal > ul > li:first-child > a { padding: 23px 32px 23px; }

.iconbar-horizontal > ul > li > a { padding: 23px 32px 23px 8px; }

.iconbar-horizontal .iconbar-unread {
    right: 23px;
    top: 13px;
}

.breadcrumb {
    background-color: #f3f4f5;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 20px;
}

.breadcrumb > li {
    position: relative;
    text-shadow: none;
}

.breadcrumb > li:after {
    -webkit-font-smoothing: antialiased;
    color: #bdc3c7;
    content: "\e002";
    display: inline-block;
    font-family: 'Flat-UI-Icons';
    font-size: 9.75px;
    margin: -4px 9px 0 13px;
    vertical-align: middle;
}

.breadcrumb .active {
    color: #bdc3c7;
    cursor: default;
}

.breadcrumb .active:after { display: none; }

.breadcrumb .active > a {
    color: inherit;
    cursor: inherit;
}

.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.breadcrumb-text {
    color: #bdc3c7;
    margin-bottom: 20px;
}

.breadcrumb-text .caption {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 3px;
}

.breadcrumb-text .caption:after {
    -webkit-font-smoothing: antialiased;
    content: "\e02c";
    display: inline-block;
    font-family: 'Flat-UI-Icons';
    font-variant: normal;
    font-weight: normal;
    margin-left: 5px;
    text-transform: none;
}

.breadcrumb-text p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.breadcrumb-text p a:after {
    color: #bdc3c7;
    content: "/";
    font-weight: normal;
    margin: 0 4px 0 9px;
}

.popover {
    -webkit-box-shadow: none;
    background-color: #edeff1;
    border: none;
    box-shadow: none;
    padding: 0;
}

.popover.right .arrow {
    border-right-color: #edeff1;
    left: -9px;
    margin-top: -9px;
}

.popover.left .arrow {
    border-left-color: #edeff1;
    margin-top: -9px;
    right: -9px;
}

.popover.bottom .arrow {
    border-bottom-color: #edeff1;
    margin-right: -9px;
    top: -9px;
}

.popover.top .arrow {
    border-top-color: #edeff1;
    bottom: -9px;
    margin-left: -9px;
}

.popover .arrow { border-width: 9px; }

.popover .arrow:after { display: none; }

.popover-title {
    background-color: #bcc3ca;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 20px 11px;
}

.popover-content { padding: 9px 20px 1px; }

.popover-content p {
    font-size: 14px;
    line-height: 1.286;
}

.dialog {
    background-color: #edeff1;
    border-top: 2px solid #d6dbdf;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 16px 0 20px;
    position: relative;
    text-align: center;
}

.dialog .btn { vertical-align: baseline; }

.dialog form { margin-bottom: 0; }

.dialog form input,
.dialog form .btn {
    margin-bottom: 0;
    margin-left: 20px;
    vertical-align: top;
}

.dialog form input:first-child,
.dialog form .btn:first-child { margin-left: 0; }

.dialog.dialog-success {
    background-color: #f0faf8;
    border-top-color: #e2edeb;
}

.dialog.dialog-danger {
    background-color: #fdefed;
    border-top-color: #fadbd8;
}

.dialog.dialog-warning {
    background-color: #fefae9;
    border-top-color: #fcf3cf;
}

.dialog.dialog-info {
    background-color: #edf6fc;
    border-top-color: #d6eaf8;
}

.dialog.dialog-inverse {
    background-color: #34495e;
    border-top-color: #2a3a4b;
    color: #ffffff;
}

@media (max-width: 767px) {
    .dialog {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dialog form .btn,
    .dialog .btn {
        display: block;
        margin: 9px 0;
        min-width: auto;
        width: 100%;
    }

    .dialog form .btn:last-child,
    .dialog .btn:last-child { margin-bottom: 0; }

    .dialog form .btn + .btn,
    .dialog .btn + .btn { margin-top: 18px; }

    .dialog form input { margin: 9px 0; }
}

.modal-backdrop {
    background-color: #243342;
    z-index: 1030;
}

.modal-backdrop.in {
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.modal { z-index: 1040; }

.modal-dialog { z-index: 1050; }

.modal-content {
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.35);
    background-clip: border-box;
    background-color: #f9fafb;
    border: 2px solid #ebedef;
    border-radius: 7px;
    box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.35);
    width: 624px;
}

@media (max-width: 767px) {
    .modal-content { width: auto; }
}

@media (max-width: 480px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.modal-header {
    border-bottom: 1px solid #ebedef;
    padding: 17px 19px 15px 24px;
}

.modal-header .close {
    color: #34495e;
    font-size: 18px;
    line-height: 1;
    margin: 5px 0 0;
    padding: 0;
}

.modal-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

.modal-body { padding: 20px 24px 20px; }

.modal-body p {
    font-size: 16px;
    line-height: 1.625;
}

.modal-footer {
    background-color: #ebedef;
    border-radius: 0 0 7px 7px;
    border-top: none;
    margin-top: 0;
    padding: 19px 22px 20px;
}

.modal-footer .btn + .btn { margin-left: 12px; }

@media (max-width: 480px) {
    .modal-footer .btn {
        display: block;
        margin-bottom: 15px;
        min-width: auto;
    }

    .modal-footer .btn:last-child { margin-bottom: 0; }

    .modal-footer .btn + .btn { margin-left: 0; }
}

@media screen and (min-width: 768px) {
    .modal-dialog { width: 624px; }
}
 

 
    /* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

.fa-border {
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.pull-right { float: right; }

.pull-left { float: left; }

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

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

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

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

    100% {
             -webkit-transform: rotate(359deg);
             transform: rotate(359deg);
         }
}

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

    100% {
             -webkit-transform: rotate(359deg);
             transform: rotate(359deg);
         }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse { color: #ffffff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

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

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

.fa-search:before { content: "\f002"; }

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

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

.fa-star:before { content: "\f005"; }

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

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

.fa-film:before { content: "\f008"; }

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

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

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

.fa-check:before { content: "\f00c"; }

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

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

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

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

.fa-signal:before { content: "\f012"; }

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

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

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

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

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

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

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

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

.fa-inbox:before { content: "\f01c"; }

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

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

.fa-refresh:before { content: "\f021"; }

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

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

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

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

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

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

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

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

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

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

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

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

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

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

.fa-list:before { content: "\f03a"; }

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

.fa-indent:before { content: "\f03c"; }

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

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

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

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

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

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

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

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

.fa-arrows:before { content: "\f047"; }

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

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

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

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

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-crosshairs:before { content: "\f05b"; }

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

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

.fa-ban:before { content: "\f05e"; }

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

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

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

.fa-arrow-down:before { content: "\f063"; }

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

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

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

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

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

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-key:before { content: "\f084"; }

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

.fa-comments:before { content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before { content: "\f091"; }

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

.fa-upload:before { content: "\f093"; }

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

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

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

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

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

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

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

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

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

.fa-rss:before { content: "\f09e"; }

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

.fa-bullhorn:before { content: "\f0a1"; }

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

.fa-certificate:before { content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-money:before { content: "\f0d6"; }

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

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

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

.fa-caret-right:before { content: "\f0da"; }

.fa-columns:before { content: "\f0db"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-compass:before { content: "\f14e"; }

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

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

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

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

.fa-gbp:before { content: "\f154"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-xing:before { content: "\f168"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

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

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

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

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

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

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

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

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

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

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-reddit:before { content: "\f1a1"; }

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

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

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

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

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

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-git:before { content: "\f1d3"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tty:before { content: "\f1e4"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-plug:before { content: "\f1e6"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-yelp:before { content: "\f1e9"; }

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

.fa-wifi:before { content: "\f1eb"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-paypal:before { content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before { content: "\f1f8"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-at:before { content: "\f1fa"; }

.fa-eyedropper:before { content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before { content: "\f202"; }

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

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

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

.fa-bicycle:before { content: "\f206"; }

.fa-bus:before { content: "\f207"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-angellist:before { content: "\f209"; }

.fa-cc:before { content: "\f20a"; }

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

.fa-meanpath:before { content: "\f20c"; }

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul > li { position: relative }

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

.fa-li.fa-lg { left: -1.85714286em }

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.pull-right { float: right }

.pull-left { float: left }

.fa.pull-left { margin-right: .3em }

.fa.pull-right { margin-left: .3em }

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

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg) }

    100% { -moz-transform: rotate(359deg) }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg) }

    100% { -webkit-transform: rotate(359deg) }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg) }

    100% { -o-transform: rotate(359deg) }
}

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

    100% {
             -webkit-transform: rotate(359deg);
             transform: rotate(359deg)
         }
}

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

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

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

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

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

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

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

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

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

.fa-inverse { color: #fff }

.fa-glass:before { content: "\f000" }

.fa-music:before { content: "\f001" }

.fa-search:before { content: "\f002" }

.fa-envelope-o:before { content: "\f003" }

.fa-heart:before { content: "\f004" }

.fa-star:before { content: "\f005" }

.fa-star-o:before { content: "\f006" }

.fa-user:before { content: "\f007" }

.fa-film:before { content: "\f008" }

.fa-th-large:before { content: "\f009" }

.fa-th:before { content: "\f00a" }

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

.fa-check:before { content: "\f00c" }

.fa-times:before { content: "\f00d" }

.fa-search-plus:before { content: "\f00e" }

.fa-search-minus:before { content: "\f010" }

.fa-power-off:before { content: "\f011" }

.fa-signal:before { content: "\f012" }

.fa-gear:before, .fa-cog:before { content: "\f013" }

.fa-trash-o:before { content: "\f014" }

.fa-home:before { content: "\f015" }

.fa-file-o:before { content: "\f016" }

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

.fa-road:before { content: "\f018" }

.fa-download:before { content: "\f019" }

.fa-arrow-circle-o-down:before { content: "\f01a" }

.fa-arrow-circle-o-up:before { content: "\f01b" }

.fa-inbox:before { content: "\f01c" }

.fa-play-circle-o:before { content: "\f01d" }

.fa-rotate-right:before, .fa-repeat:before { content: "\f01e" }

.fa-refresh:before { content: "\f021" }

.fa-list-alt:before { content: "\f022" }

.fa-lock:before { content: "\f023" }

.fa-flag:before { content: "\f024" }

.fa-headphones:before { content: "\f025" }

.fa-volume-off:before { content: "\f026" }

.fa-volume-down:before { content: "\f027" }

.fa-volume-up:before { content: "\f028" }

.fa-qrcode:before { content: "\f029" }

.fa-barcode:before { content: "\f02a" }

.fa-tag:before { content: "\f02b" }

.fa-tags:before { content: "\f02c" }

.fa-book:before { content: "\f02d" }

.fa-bookmark:before { content: "\f02e" }

.fa-print:before { content: "\f02f" }

.fa-camera:before { content: "\f030" }

.fa-font:before { content: "\f031" }

.fa-bold:before { content: "\f032" }

.fa-italic:before { content: "\f033" }

.fa-text-height:before { content: "\f034" }

.fa-text-width:before { content: "\f035" }

.fa-align-left:before { content: "\f036" }

.fa-align-center:before { content: "\f037" }

.fa-align-right:before { content: "\f038" }

.fa-align-justify:before { content: "\f039" }

.fa-list:before { content: "\f03a" }

.fa-dedent:before, .fa-outdent:before { content: "\f03b" }

.fa-indent:before { content: "\f03c" }

.fa-video-camera:before { content: "\f03d" }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e" }

.fa-pencil:before { content: "\f040" }

.fa-map-marker:before { content: "\f041" }

.fa-adjust:before { content: "\f042" }

.fa-tint:before { content: "\f043" }

.fa-edit:before, .fa-pencil-square-o:before { content: "\f044" }

.fa-share-square-o:before { content: "\f045" }

.fa-check-square-o:before { content: "\f046" }

.fa-arrows:before { content: "\f047" }

.fa-step-backward:before { content: "\f048" }

.fa-fast-backward:before { content: "\f049" }

.fa-backward:before { content: "\f04a" }

.fa-play:before { content: "\f04b" }

.fa-pause:before { content: "\f04c" }

.fa-stop:before { content: "\f04d" }

.fa-forward:before { content: "\f04e" }

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

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

.fa-eject:before { content: "\f052" }

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

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

.fa-plus-circle:before { content: "\f055" }

.fa-minus-circle:before { content: "\f056" }

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

.fa-check-circle:before { content: "\f058" }

.fa-question-circle:before { content: "\f059" }

.fa-info-circle:before { content: "\f05a" }

.fa-crosshairs:before { content: "\f05b" }

.fa-times-circle-o:before { content: "\f05c" }

.fa-check-circle-o:before { content: "\f05d" }

.fa-ban:before { content: "\f05e" }

.fa-arrow-left:before { content: "\f060" }

.fa-arrow-right:before { content: "\f061" }

.fa-arrow-up:before { content: "\f062" }

.fa-arrow-down:before { content: "\f063" }

.fa-mail-forward:before, .fa-share:before { content: "\f064" }

.fa-expand:before { content: "\f065" }

.fa-compress:before { content: "\f066" }

.fa-plus:before { content: "\f067" }

.fa-minus:before { content: "\f068" }

.fa-asterisk:before { content: "\f069" }

.fa-exclamation-circle:before { content: "\f06a" }

.fa-gift:before { content: "\f06b" }

.fa-leaf:before { content: "\f06c" }

.fa-fire:before { content: "\f06d" }

.fa-eye:before { content: "\f06e" }

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

.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071" }

.fa-plane:before { content: "\f072" }

.fa-calendar:before { content: "\f073" }

.fa-random:before { content: "\f074" }

.fa-comment:before { content: "\f075" }

.fa-magnet:before { content: "\f076" }

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

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

.fa-retweet:before { content: "\f079" }

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

.fa-folder:before { content: "\f07b" }

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

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

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

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

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

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

.fa-camera-retro:before { content: "\f083" }

.fa-key:before { content: "\f084" }

.fa-gears:before, .fa-cogs:before { content: "\f085" }

.fa-comments:before { content: "\f086" }

.fa-thumbs-o-up:before { content: "\f087" }

.fa-thumbs-o-down:before { content: "\f088" }

.fa-star-half:before { content: "\f089" }

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

.fa-sign-out:before { content: "\f08b" }

.fa-linkedin-square:before { content: "\f08c" }

.fa-thumb-tack:before { content: "\f08d" }

.fa-external-link:before { content: "\f08e" }

.fa-sign-in:before { content: "\f090" }

.fa-trophy:before { content: "\f091" }

.fa-github-square:before { content: "\f092" }

.fa-upload:before { content: "\f093" }

.fa-lemon-o:before { content: "\f094" }

.fa-phone:before { content: "\f095" }

.fa-square-o:before { content: "\f096" }

.fa-bookmark-o:before { content: "\f097" }

.fa-phone-square:before { content: "\f098" }

.fa-twitter:before { content: "\f099" }

.fa-facebook:before { content: "\f09a" }

.fa-github:before { content: "\f09b" }

.fa-unlock:before { content: "\f09c" }

.fa-credit-card:before { content: "\f09d" }

.fa-rss:before { content: "\f09e" }

.fa-hdd-o:before { content: "\f0a0" }

.fa-bullhorn:before { content: "\f0a1" }

.fa-bell:before { content: "\f0f3" }

.fa-certificate:before { content: "\f0a3" }

.fa-hand-o-right:before { content: "\f0a4" }

.fa-hand-o-left:before { content: "\f0a5" }

.fa-hand-o-up:before { content: "\f0a6" }

.fa-hand-o-down:before { content: "\f0a7" }

.fa-arrow-circle-left:before { content: "\f0a8" }

.fa-arrow-circle-right:before { content: "\f0a9" }

.fa-arrow-circle-up:before { content: "\f0aa" }

.fa-arrow-circle-down:before { content: "\f0ab" }

.fa-globe:before { content: "\f0ac" }

.fa-wrench:before { content: "\f0ad" }

.fa-tasks:before { content: "\f0ae" }

.fa-filter:before { content: "\f0b0" }

.fa-briefcase:before { content: "\f0b1" }

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

.fa-group:before, .fa-users:before { content: "\f0c0" }

.fa-chain:before, .fa-link:before { content: "\f0c1" }

.fa-cloud:before { content: "\f0c2" }

.fa-flask:before { content: "\f0c3" }

.fa-cut:before, .fa-scissors:before { content: "\f0c4" }

.fa-copy:before, .fa-files-o:before { content: "\f0c5" }

.fa-paperclip:before { content: "\f0c6" }

.fa-save:before, .fa-floppy-o:before { content: "\f0c7" }

.fa-square:before { content: "\f0c8" }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9" }

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

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

.fa-strikethrough:before { content: "\f0cc" }

.fa-underline:before { content: "\f0cd" }

.fa-table:before { content: "\f0ce" }

.fa-magic:before { content: "\f0d0" }

.fa-truck:before { content: "\f0d1" }

.fa-pinterest:before { content: "\f0d2" }

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

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

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

.fa-money:before { content: "\f0d6" }

.fa-caret-down:before { content: "\f0d7" }

.fa-caret-up:before { content: "\f0d8" }

.fa-caret-left:before { content: "\f0d9" }

.fa-caret-right:before { content: "\f0da" }

.fa-columns:before { content: "\f0db" }

.fa-unsorted:before, .fa-sort:before { content: "\f0dc" }

.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd" }

.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de" }

.fa-envelope:before { content: "\f0e0" }

.fa-linkedin:before { content: "\f0e1" }

.fa-rotate-left:before, .fa-undo:before { content: "\f0e2" }

.fa-legal:before, .fa-gavel:before { content: "\f0e3" }

.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4" }

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

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

.fa-flash:before, .fa-bolt:before { content: "\f0e7" }

.fa-sitemap:before { content: "\f0e8" }

.fa-umbrella:before { content: "\f0e9" }

.fa-paste:before, .fa-clipboard:before { content: "\f0ea" }

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

.fa-exchange:before { content: "\f0ec" }

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

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

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

.fa-stethoscope:before { content: "\f0f1" }

.fa-suitcase:before { content: "\f0f2" }

.fa-bell-o:before { content: "\f0a2" }

.fa-coffee:before { content: "\f0f4" }

.fa-cutlery:before { content: "\f0f5" }

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

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

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

.fa-ambulance:before { content: "\f0f9" }

.fa-medkit:before { content: "\f0fa" }

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

.fa-beer:before { content: "\f0fc" }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before { content: "\f108" }

.fa-laptop:before { content: "\f109" }

.fa-tablet:before { content: "\f10a" }

.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b" }

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

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

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

.fa-spinner:before { content: "\f110" }

.fa-circle:before { content: "\f111" }

.fa-mail-reply:before, .fa-reply:before { content: "\f112" }

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

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

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

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

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

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

.fa-gamepad:before { content: "\f11b" }

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

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

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

.fa-terminal:before { content: "\f120" }

.fa-code:before { content: "\f121" }

.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122" }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123" }

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

.fa-crop:before { content: "\f125" }

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

.fa-unlink:before, .fa-chain-broken:before { content: "\f127" }

.fa-question:before { content: "\f128" }

.fa-info:before { content: "\f129" }

.fa-exclamation:before { content: "\f12a" }

.fa-superscript:before { content: "\f12b" }

.fa-subscript:before { content: "\f12c" }

.fa-eraser:before { content: "\f12d" }

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

.fa-microphone:before { content: "\f130" }

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

.fa-shield:before { content: "\f132" }

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

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

.fa-rocket:before { content: "\f135" }

.fa-maxcdn:before { content: "\f136" }

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

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

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

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

.fa-html5:before { content: "\f13b" }

.fa-css3:before { content: "\f13c" }

.fa-anchor:before { content: "\f13d" }

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

.fa-bullseye:before { content: "\f140" }

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

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

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

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

.fa-ticket:before { content: "\f145" }

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

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

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

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

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

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

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

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

.fa-compass:before { content: "\f14e" }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150" }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151" }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152" }

.fa-euro:before, .fa-eur:before { content: "\f153" }

.fa-gbp:before { content: "\f154" }

.fa-dollar:before, .fa-usd:before { content: "\f155" }

.fa-rupee:before, .fa-inr:before { content: "\f156" }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157" }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158" }

.fa-won:before, .fa-krw:before { content: "\f159" }

.fa-bitcoin:before, .fa-btc:before { content: "\f15a" }

.fa-file:before { content: "\f15b" }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before { content: "\f167" }

.fa-xing:before { content: "\f168" }

.fa-xing-square:before { content: "\f169" }

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

.fa-dropbox:before { content: "\f16b" }

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

.fa-instagram:before { content: "\f16d" }

.fa-flickr:before { content: "\f16e" }

.fa-adn:before { content: "\f170" }

.fa-bitbucket:before { content: "\f171" }

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

.fa-tumblr:before { content: "\f173" }

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

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

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

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

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

.fa-apple:before { content: "\f179" }

.fa-windows:before { content: "\f17a" }

.fa-android:before { content: "\f17b" }

.fa-linux:before { content: "\f17c" }

.fa-dribbble:before { content: "\f17d" }

.fa-skype:before { content: "\f17e" }

.fa-foursquare:before { content: "\f180" }

.fa-trello:before { content: "\f181" }

.fa-female:before { content: "\f182" }

.fa-male:before { content: "\f183" }

.fa-gittip:before { content: "\f184" }

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

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

.fa-archive:before { content: "\f187" }

.fa-bug:before { content: "\f188" }

.fa-vk:before { content: "\f189" }

.fa-weibo:before { content: "\f18a" }

.fa-renren:before { content: "\f18b" }

.fa-pagelines:before { content: "\f18c" }

.fa-stack-exchange:before { content: "\f18d" }

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

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

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191" }

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

.fa-wheelchair:before { content: "\f193" }

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

.fa-turkish-lira:before, .fa-try:before { content: "\f195" }

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

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

.fa-slack:before { content: "\f198" }

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

.fa-wordpress:before { content: "\f19a" }

.fa-openid:before { content: "\f19b" }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c" }

.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d" }

.fa-yahoo:before { content: "\f19e" }

.fa-google:before { content: "\f1a0" }

.fa-reddit:before { content: "\f1a1" }

.fa-reddit-square:before { content: "\f1a2" }

.fa-stumbleupon-circle:before { content: "\f1a3" }

.fa-stumbleupon:before { content: "\f1a4" }

.fa-delicious:before { content: "\f1a5" }

.fa-digg:before { content: "\f1a6" }

.fa-pied-piper-square:before, .fa-pied-piper:before { content: "\f1a7" }

.fa-pied-piper-alt:before { content: "\f1a8" }

.fa-drupal:before { content: "\f1a9" }

.fa-joomla:before { content: "\f1aa" }

.fa-language:before { content: "\f1ab" }

.fa-fax:before { content: "\f1ac" }

.fa-building:before { content: "\f1ad" }

.fa-child:before { content: "\f1ae" }

.fa-paw:before { content: "\f1b0" }

.fa-spoon:before { content: "\f1b1" }

.fa-cube:before { content: "\f1b2" }

.fa-cubes:before { content: "\f1b3" }

.fa-behance:before { content: "\f1b4" }

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

.fa-steam:before { content: "\f1b6" }

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

.fa-recycle:before { content: "\f1b8" }

.fa-automobile:before, .fa-car:before { content: "\f1b9" }

.fa-cab:before, .fa-taxi:before { content: "\f1ba" }

.fa-tree:before { content: "\f1bb" }

.fa-spotify:before { content: "\f1bc" }

.fa-deviantart:before { content: "\f1bd" }

.fa-soundcloud:before { content: "\f1be" }

.fa-database:before { content: "\f1c0" }

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

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

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

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5" }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6" }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7" }

.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8" }

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

.fa-vine:before { content: "\f1ca" }

.fa-codepen:before { content: "\f1cb" }

.fa-jsfiddle:before { content: "\f1cc" }

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd" }

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

.fa-ra:before, .fa-rebel:before { content: "\f1d0" }

.fa-ge:before, .fa-empire:before { content: "\f1d1" }

.fa-git-square:before { content: "\f1d2" }

.fa-git:before { content: "\f1d3" }

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

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

.fa-qq:before { content: "\f1d6" }

.fa-wechat:before, .fa-weixin:before { content: "\f1d7" }

.fa-send:before, .fa-paper-plane:before { content: "\f1d8" }

.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9" }

.fa-history:before { content: "\f1da" }

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

.fa-header:before { content: "\f1dc" }

.fa-paragraph:before { content: "\f1dd" }

.fa-sliders:before { content: "\f1de" }

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

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

.fa-bomb:before { content: "\f1e2" }/*	FOOTER 1-1
/*----------------------------------------------------*/

.footer-1-1 {
    padding-bottom: 20px;
    padding-top: 60px;
}

.footer-1-1 h3, .footer-1-1 h4, .footer-1-1 .lead, .footer-1-1 li { color: #ffffff; }

.footer-1-1 .brand-img {
    margin-bottom: 30px;
    width: 200px;
}

.footer-1-1 h4 { margin-bottom: 20px; }

.footer-1-1 ul {
    list-style-type: none;
    margin: 0 0 26px;
    padding: 0;
}

.footer-1-1 ul li {
    border-top: 1px solid #bdc3c7;
    line-height: 19px;
    padding: 6px 0;
}

.footer-1-1 li:first-child {
    border-top: none;
    padding-top: 1px;
}


/*	FOOTER 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
}

    /* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

    /* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}/*	FOOTER 1-2
/*----------------------------------------------------*/

.footer-1-2 {
    padding-bottom: 30px;
    padding-top: 40px;
}

.footer-1-2 .brand-img {
    margin: 0 auto;
    width: 150px;
}

.big-social { margin-top: 20px; }

.big-social .social-item { text-align: center; }

.big-social .social-item a {
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    padding: 18px;
    text-decoration: none;
}

.big-social .social-item a h4 {
    color: #ffffff;
    margin-bottom: 0;
    visibility: hidden;
}

.big-social .social-item a:hover h4, .big-social .social-item a:focus h4 { visibility: visible; }

.big-social .social-item.facebook a:hover, .big-social .social-item.facebook a:focus { background-color: #016bb6; }

.big-social .social-item.twitter a:hover, .big-social .social-item.twitter a:focus { background-color: #08c1e2; }

.big-social .social-item.google a:hover, .big-social .social-item.google a:focus { background-color: #d94b34; }


/*	FOOTER Copyright Bar
/*----------------------------------------------------*/

.copyright-bar {
    background-color: #233447;
    bottom: 0;
    height: 70px;
    padding-top: 20px;
    position: relative;
}

.copyright-bar p {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}


/*	HEADER 1
/*----------------------------------------------------*/

#header-1 {
    background: none;
    min-height: 80px;
    width: 100%;
}

#header-1 .main-nav {
    background-color: #193441;
    border: 0;
    height: 80px;
}

#header-1 .main-nav .navbar-toggle {
    background: none;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

#header-1 .main-nav .navbar-toggle:focus { outline: none; }

#header-1 .main-nav .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.6);
    height: 3px;
}

#header-1 .main-nav .navbar-toggle:hover .icon-bar { background-color: #fff; }

#header-1 .main-nav .nav { margin-top: 12px; }

#header-1 .main-nav .nav .nav-item a {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

#header-1 .main-nav .nav .nav-item.active a {
    back 
    color: #3498DB;
    ground: none;
}

#header-1 .main-nav .nav .nav-item a:hover {
    background: none;
    color: #3498DB;
}

#header-1 .main-nav .nav .nav-item a:focus {
    background: none;
    outline: none;
}

#header-1 .main-nav .nav .nav-item a:active {
    background: none;
    outline: none;
}

#header-1 .main-nav .nav .nav-item.active { color: #333; }


#header-1 .main-nav .nav .dropdown-menu {
    -moz-background-clip: padding;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    background: #3E606F;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    margin: 0;
    min-width: 180px;
    text-transform: none;
}

#header-1 .main-nav .nav .dropdown-menu:before {
    border-bottom: 10px solid #3E606F;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 35px;
    top: -10px;
    width: 0;
}

#header-1 .main-nav .nav .dropdown-menu a {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    color: #fff;
    opacity: 1;
    padding: 8px 20px;
}

#header-1 .main-nav .nav .dropdown-menu a:hover {
    background: #193441;
    color: #fff;
}


#header-1 .brand-img {
    max-width: 150px;
    padding: 20px 0;
}

.headroom {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s ease-in-out;
}

.headroom--unpinned { top: -100px; }

.headroom--pinned { top: 0; }


/* Override bootstrap default */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus { background: none; }


/*	HEADER 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    #header-1 .brand-img {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #header-1 .navbar-fixed-top { position: relative; }

    #header-1 .navbar-collapse {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background: #193441;
        border-top: none;
        box-shadow: none;
        position: absolute;
        top: 80px;
        width: 100%;
        z-index: 999;
    }

    #header-1 .navbar-collapse .nav { margin: 0; }

    #header-1 .main-nav .nav .dropdown-menu:before { display: none; }

    #header-1 .navbar-fixed-top .navbar-collapse,
    #header-1 .navbar-fixed-bottom .navbar-collapse { max-height: inherit; }
}
    /* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
}
    /* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
}
    /*	HEADER 2
/*----------------------------------------------------*/

#header-2 {
    min-height: 98px;
    position: relative;
    width: 100%;
    z-index: 999;
}

#header-2 .brand-img {
    float: none;
    margin: 30px auto;
    max-width: 150px;
    text-align: center;
}

#header-2 .navbar-toggle {
    background: none;
    border: none;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 30px;
}

#header-2 .navbar-toggle:focus { outline: none; }

#header-2 .navbar-toggle .icon-bar {
    background-color: #999;
    height: 3px;
}

#header-2 .navbar-toggle:hover .icon-bar { background-color: #3498DB; }

#header-2 .navbar-fixed-top .navbar-collapse {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-top: none;
    box-shadow: none;
    max-height: inherit;
}

#header-2 .main-nav .nav { margin-top: 25px; }

#header-2 .main-nav .nav .nav-item a {
    background: none;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

#header-2 .main-nav .nav .nav-item.active a { color: #3498DB; }

#header-2 .main-nav .nav .nav-item a:hover { color: #3498DB; }

#header-2 .main-nav .nav .nav-item a:focus { outline: none; }

#header-2 .main-nav .nav .dropdown-menu {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    backg 
    background-clip: padding-box;
    border: none;
    margin: 0;
    min-width: 180px;
    round: #3E606F;
    text-transform: none;
}

#header-2 .main-nav .nav .dropdown-menu a {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    color: #666;
    opacity: 1;
    padding: 8px 20px;
}

#header-2 .main-nav .nav .dropdown-menu a:hover {
    background: #3498DB;
    color: #fff;
}




/* Override bootstrap default */

#header-2 .main-nav .nav .open > a,
#header-2 .main-nav .nav .open > a:hover,
#header-2 .main-nav .nav .open > a:focus { background: none; }






/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    #header-2 .main-nav .nav .dropdown-menu {
        -moz-background-clip: padding;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 4px;
        background: #3E606F;
        background-clip: padding-box;
        border: none;
        border-radius: 4px;
        margin: 0;
        min-width: 180px;
        text-transform: none;
    }

    #header-2 .main-nav .nav .dropdown-menu:before {
        border-bottom: 10px solid #3E606F;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 35px;
        top: -10px;
        width: 0;
    }

    #header-2 .main-nav .nav .dropdown-menu a {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        color: #fff;
        opacity: 1;
        padding: 8px 20px;
    }

    #header-2 .main-nav .nav .dropdown-menu a:hover {
        background: #193441;
        color: #fff;
    }
}

    /* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

    /* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}

 

    /*	HEADER 3
/*----------------------------------------------------*/

#header-3 { width: 100%; }

#header-3 .brand { position: relative; }

#header-3 .brand-img {
    left: 15px;
    max-width: 150px;
    position: absolute;
    top: 0;
}

#header-3 nav {
    background-color: #233447;
    margin-top: -1px;
}

#header-3 nav ul {
    list-style: none;
    padding: 0;
}

#header-3 nav ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding-left: 0;
    position: relative;
    transition: all 0.5s ease;
}

#header-3 nav ul li:last-child { border: none; }

#header-3 nav ul li a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 20px;
    padding-left: 0;
    position: relative;
    transition: all 0.5s ease;
}

#header-3 nav ul li a:hover, #header-3 nav ul li a:focus {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

#header-3 #nav-toggle {
    position: absolute;
    right: 15px;
    top: 0;
}

#header-3 #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after {
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: #353535;
    border-radius: 1px;
    content: '';
    cursor: pointer;
    display: block;
    height: 5px;
    position: absolute;
    width: 35px;
}

#header-3 #nav-toggle span:before { top: -10px; }

#header-3 #nav-toggle span:after { bottom: -10px; }

#header-3 #nav-toggle span, #header-3 #nav-toggle span:before, #header-3 #nav-toggle span:after {
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#header-3 #nav-toggle.active span { background-color: transparent; }

#header-3 #nav-toggle.active span:before, #header-3 #nav-toggle.active span:after { top: 0; }

#header-3 #nav-toggle.active span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header-3 #nav-toggle.active span:after {
    -ms-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
    transform: translateY(-10px) rotate(-45deg);
}

#header-3 .navicon {
    height: 26px;
    position: relative;
}



#header-3 .indicator {
    position: absolute;
    right: 0 !important;
}

#header-3 .pull { display: none; }


#header-3 .hero {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url('../images/header-3-bg.jpg') no-repeat center center;
    background-size: cover;
    height: auto;
    padding: 50px 0 300px 0;
}

#header-3 .hero h1 {
    color: #31152B;
    font-weight: 600;
    margin-top: 100px;
}

#header-3 .hero .lead {
    color: #723147;
    font-weight: 600;
}



/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
}
    /* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
}
    /* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
}


.col {
    margin: 0px 10px;
    padding: 20px;
}

.grey {
    background: #ECF0F1;
    border-bottom: 1px solid #d3d9dd;
    border-top: 1px solid #d3d9dd;
    padding: 80px 0px;
}

.item.dark {
    background-color: #3D566E;
    color: #eee;
}

    /* tabs */

body .nav-tabs > li > a {
    color: #3D566E;
    padding: 13px 26px 14px !important;
    text-transform: uppercase;
}

body .nav-tabs > li.active > a, body .nav-tabs > li.active > a:hover, body .nav-tabs > li.active > a:focus { color: #3D566E; }

.tabs img {
    margin-top: 20px;
    max-width: 100%;
}

.tabs p { font-size: 14px; }

.tabs h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.tabs .tab-pane { padding: 30px 20px; }

/* end tabs */

hr.dashed {
    border-bottom: 0px;
    border-color: #CBD0D3;
    border-left: 0px;
    border-right: 0px;
    border-style: dashed;
    border-width: 3px;
    margin-bottom: 80px;
    margin-top: 80px;
}

hr.shadowDown {
    border-bottom: 0px;
    border-color: #d7dcdf;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.25);
    height: 20px;
    margin-bottom: 80px;
    margin-top: 80px;
}

.divider {
    border-color: #CBD0D3;
    border-width: 3px;
    height: 0px;
    line-height: 0px !important;
    margin-bottom: 80px;
    margin-top: 80px;
    text-align: center;
}

.divider.dashed {
    border-left: 0px;
    border-right: 0px;
    border-style: dashed;
    border-top: 0px;
}

.divider.dotted {
    border-color: #e8edef;
    border-left: 0px;
    border-right: 0px;
    border-style: dotted;
    border-top: 0px;
    border-width: 10px;
}

.divider.dotted > span { line-height: 0.7em; }

.divider > span {
    background: #fff;
    font-style: italic;
    padding: 0px 20px;
    text-transform: uppercase;
}

.wrapperDark {
    background: #3D566E;
    padding: 60px 0px;
}

.wrapperDark .divider.dashed {
    border-color: #1ABC9C;
    border-left: 0px;
    border-right: 0px;
    border-style: dashed;
    border-top: 0px;
    color: #eee;
    margin: 0px;
}

.wrapperDark .divider.dashed > span {
    background: #3D566E;
    color: #eee;
    font-style: normal;
    font-weight: 200;
}

@import "footer-1.css";

@import "footer-2.css";

@import "footer-3.css";

@import "footer-4.css";

@import "footer-5.css";


.footerWrapper { padding-top: 0px; }

.footer .navbar-brand img { width: 75px; }

.footer .navbar-brand img.small { width: 30px; }

.footer.dark {
    background: #008080;
    color: #CBD0D3;
    font-weight: 200;
    padding: 60px 0px 50px;
}

.footer.dark h2 {
    border-bottom: 2px dashed #CBD0D3;
    color: #ECF0F1;
    font-size: 45px;
    margin-top: 0px;
    padding-bottom: 20px;
}

.footer.dark span {
    font-size: 13px;
    text-transform: uppercase;
}

.footer.dark a, .footer.dark a span {
    color: #1ABC9C;
    font-size: 26px;
    margin-right: 5px;
}

.bodyPadding { padding-top: 76px; }

body.bodyPaddingLess { padding-top: 56px; }

.text-center > a img { max-width: 100%; }

.wrapper.grey {
    background: #ECF0F1;
    border-bottom: 1px solid #d3d9dd;
    border-top: 1px solid #d3d9dd;
}

.navbar.plain .navbar-nav a {
    color: #7F8C8D;
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover { color: #fff; }

.navbar.plain .navbar-nav, .navbar-grey .navbar-nav { margin-top: 15px; }

.navbar.plain .navbar-brand {
    color: #34495E;
    line-height: 50px;
}

.navbar-grey .navbar-brand {
    font-weight: normal;
    line-height: 50px;
}

.navbar.plain .navbar-brand img, .navbar-grey .navbar-brand img {
    float: left;
    margin-right: 15px;
}

.navbar.navbar-grey { background: #3e3e3e !important; }

.navbar.navbar-none { background: none !important; }

.navbar-grey .navbar-nav > .active > a, .navbar-grey .navbar-nav > .active > a:hover, .navbar-grey .navbar-nav > .active > a:focus {
    background: #fff;
    color: #3e3e3e;
}

    /* end general styles */


    /* headers */

header.dark {
    background-color: #3D566E;
    color: #eee;
}

header.dark .navbar.plain a { color: #fff; }

.wrapper.image {
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 100;
}

.wrapper.image1 .container {
    padding-bottom: 260px;
    padding-top: 260px;
}

.wrapper.image2 .container {
    padding-bottom: 100px;
    padding-top: 25px;

}
.wrapper.image3 .container {
    padding-bottom: 100px;
    padding-top: 25px;
}

.wrapper.image4 .container {
    padding-bottom: 100px;
    padding-top: 25px;
}

.wrapper.image .container p { font-size: 18px; }

.wrapper.image .bg {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.wrapper.image .bg1 {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/picture1.jpg);
    background-position: 0% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: url(../images/picture1.jpg) no-repeat scroll 50% 50% / cover  rgba(0, 0, 0, 0);*/
}

.wrapper.image .bg2 {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/brand/coffee.jpg);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: url(../images/picture2.jpg) no-repeat scroll 50% bottom / cover  rgba(0, 0, 0, 0);*/
}

.wrapper.image .bg3 {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/brand/zamek5photoandblur.jpg);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.wrapper.image .bg4 {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/brand/zamek6photoandblur1.jpg);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.grey { background: #95A5A6; }

.banner h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 80px 0px 80px 0px;
}

.banner2 h1 { margin: 80px 0px 10px 0px; }

.banner2 { margin-bottom: 80px; }

.banner2 p { margin-top: 0px; }


   


    /* header 10 */

.item.header.header10 {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/nikon-515883_1920.jpg);
    background-position: 0% top;
    background-repeat: no-repeat;
    background-size: cover;
}

form.headerForm input { border: 0px; }

.header10 .navbar-header a img {
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.nav.navbar-nav.navbar-right { margin-right: 0px !important; }

.header10 h2 {
    font-weight: 400;
    margin-top: 0px;
}

    /* end header 10 */



    /* header 11 */

.item.header.header11 {
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/powder-snow-496875_1920.jpg);
    background-position: 0% top;
    background-repeat: no-repeat;
    background-size: cover;
}

.header11 h1 {
    color: #F5F7F8;
    font-size: 45px;
    font-weight: 200;
}

.header11 .navbar-header a img {
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

 

    /*	PATTERN LIBRARY STYLES
/*----------------------------------------------------*/

    /* GOOGLE FONTS */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700italic,700,500italic,500,400italic,300italic,300);

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);


body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    color: #333333;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

    /* BACKGROUND COLORS */

.bg-black { background-color: #111111 !important; }

.bg-white { background-color: #FFFFFF !important; }

.bg-offwhite { background-color: #F5F5F5 !important; }

.bg-clouds { background-color: #ECF0F1 !important; }

.bg-silver { background-color: #BDC3C7 !important; }

.bg-concrete { background-color: #95A5A6 !important; }

.bg-asbestos { background-color: #7F8C8d !important; }

.bg-tan { background-color: #D1DBBD !important; }

.bg-pewter { background-color: #91AA9D !important; }

.bg-moonlight { background-color: #3E606F !important; }

.bg-deepocean { background-color: #193441 !important; }

.bg-turquoise { background-color: #1ABC9C !important; }

.bg-aqua { background-color: #16A085 !important; }

.bg-sunflower { background-color: #F1C40F !important; }

.bg-orange { background-color: #F39C12 !important; }

.bg-sienna { background-color: #BF4E19 !important; }

.bg-milanored { background-color: #AC1C00 !important; }

.bg-river { background-color: #3498DB !important; }

.bg-marina { background-color: #2980B9 !important; }

.bg-deco { background-color: #C9D787 !important; }

.bg-crete { background-color: #7D8A2E !important; }

.bg-guardsman { background-color: #D90000 !important; }

.bg-pomegranate { background-color: #C0392B !important; }

.bg-finn { background-color: #723147 !important; }

.bg-tamarind { background-color: #31152B !important; }


    /* COLORS */

.black { color: #111111; }

.white { color: #FFFFFF; }

.offwhite { color: #F5F5F5; }

.clouds { color: #ECF0F1; }

.silver { color: #BDC3C7; }

.concrete { color: #95A5A6; }

.asbestos { color: #7F8C8d; }

.tan { color: #D1DBBD; }

.pewter { color: #91AA9D; }

.moonlight { color: #3E606F; }

.deepocean { color: #193441; }

.turquoise { color: #1ABC9C; }

.aqua { color: #16A085; }

.sunflower { color: #F1C40F; }

.orange { color: #F39C12; }

.sienna { color: #BF4E19; }

.milanored { color: #AC1C00; }

.river { color: #3498DB; }

.marina { color: #2980B9; }

.deco { color: #C9D787; }

.crete { color: #7D8A2E; }

.guardsman { color: #D90000; }

.pomegranate { color: #C0392B; }

.finn { color: #723147; }

.tamarind { color: #31152B; }


    /* PADDING, MARGIN & ALIGNMENT */

.pad5 { padding-top: 5px; }

.pad10 { padding-top: 10px; }

.pad15 { padding-top: 15px; }

.pad25 { padding-top: 25px; }

.pad30 { padding-top: 30px; }

.pad45 { padding-top: 45px; }

.pad60 { padding-top: 60px; }

.pad90 { padding-top: 90px; }

.min-height-100px { min-height: 100px; }

.min-height-200px { min-height: 200px; }

.min-height-300px { min-height: 300px; }

.min-height-400px { min-height: 400px; }

.min-height-500px { min-height: 500px; }

.min-height-600px { min-height: 600px; }

.min-height-700px { min-height: 700px; }

.min-height-800px { min-height: 800px; }

.marg-bottom5 { margin-bottom: 5px; }

.marg-left5 { margin-left: 5px; }

.marg-right5 { margin-right: 5px; }

.but_marg { margin-left: 3px; }

.v-center {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

    /** TYPOGRAPHY **/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    col 
    or: #e5e5e5;
}

h1, h2, h3 {
    font-weight: 300;
    margin-bottom: 20px;
}

h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 15px;
}

h1, .h1 { font-size: 44px; }

h2, .h2 { font-size: 37px; }

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

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

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

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

p {
    color: #515157;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0;
}

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

small, .small {
    font-size: 80%;
    line-height: 2;
}

em { color: #ff6600; }

    /* LINKS */

a { color: #1abc9c; }

a:hover {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #16a085;
    text-decoration: none;
    transition: all 0.3s ease;
}

    /* LISTS */

ol {
    padding-left: 22px;
    position: relative;
}

ul {
    list-style: none;
    padding-left: 22px;
    position: relative;
}

ul li,
ol li {
    color: #515157;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

ul.circle li:before {
    color: #16a085;
    content: '\f10c';
    font-family: 'fontawesome';
    font-size: 12px;
    margin-left: -20px;
    padding-top: 2px;
    position: absolute;
}

    /* TITLES */

.underlined-title {
    padding-bottom: 30px;
    text-align: center;
}

.underlined-title h1 {
    color: #2c3e50;
    margin: 0;
}

.underlined-title h2 {
    color: #95a5a6;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.underlined-title hr {
    border-color: #16a085;
    border-width: 2px;
    width: 10%;
}


    /* IMAGES */

img { }



    /*===================================================================================*/
    /*	BUTTONS
/*===================================================================================*/

.btn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    border-radius: 4px;
    color: #FFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 15px 0;
    padding: 10px 20px;
    text-shadow: none;
    text-transform: uppercase;
}

.btn-sm {
    font-size: 12px;
    padding: 7px 13px;
}

.btn-lg {
    font-size: 16px;
    padding: 16px 26px;
}

.btn-xl {
    border-radius: 50px;
    font-size: 24px;
    padding: 5px 10px;
    color: rgb(100, 98, 98);
    border: 2px solid #008080;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgb(100, 98, 98);
    background-color: transparent;
    margin-top: 20px
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn { margin-left: 15px; }

    /* Button DISABLED */

.disabled a { cursor: not-allowed; }

    /* Button DEFAULT */

.btn.btn-default {
    background: #ecf0f1;
    box-shadow: 0 2px #bdc3c7;
    color: #999;
}

.btn.btn-default:hover { background: #bdc3c7; }

    /* Button PRIMARY */

.btn.btn-primary {
    background: #1abc9c;
    box-shadow: 0 2px #16a085;
}

.btn.btn-primary:hover { background: #16a085; }

    /* Button WARNING */

.btn.btn-warning {
    background: #f1c40f;
    box-shadow: 0 2px #f39c12;
}

.btn.btn-warning:hover { background: #f39c12; }

    /* Button DANGER */

.btn.btn-danger {
    background: #e74c3c;
    box-shadow: 0 2px #c0392b;
}

.btn.btn-danger:hover { background: #c0392b; }

    /* Button SUCCESS */

.btn.btn-success {
    background: #2ecc71;
    box-shadow: 0 2px #27ae60;
}

.btn.btn-success:hover { background: #27ae60; }

    /* Button DARK */

.btn.btn-dark {
    background: #34495e;
    box-shadow: 0 2px #2c3e50;
    color: #ffffff;
}

.btn.btn-dark:hover { background: #2c3e50; }

    /* Button INFO */

.btn.btn-info {
    background: #3498db;
    box-shadow: 0 2px #2980b9;
}

.btn.btn-info:hover { background: #2980b9; }

    /* Outline Buttons */

.btn-outline {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: none;
    border-radius: 25px;
    color: #FFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 15px 0;
    padding: 12px 20px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}

.btn-outline:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-sm {
    font-size: 13px;
    padding: 5px 13px;
}

.btn-outline-lg {
    font-size: 15px;
    padding: 14px 26px;
}

.btn-outline-xl {
    font-size: 24px;
    padding: 18px 30px;
}

.btn-outline.outline-light,
.icon.outline-light {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
    background: #ffffff;
    color: #2c3e50;
}

.btn-outline.outline-dark,
.icon.outline-dark {
    background: none;
    border: 2px solid #2c3e50;
    color: #2c3e50;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
    background: #2c3e50;
    color: #ffffff;
}

button:hover {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-decoration: none;
    transition: all 0.3s ease;
}

    /*===================================================================================*/
    /*	SOCIAL ICONS
/*===================================================================================*/

.social {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;
}

.social li {
    display: inline-block;
    margin-right: 6px;
}

.social li a {
    display: table;
    position: relative;
}

.social li a i {
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    display: table-cell;
    font-size: 18px;
    height: 34px;
    text-align: center;
    transition: all 200ms ease-out;
    vertical-align: middle;
    width: 34px;
}

.social-light li a i { color: #ffffff; }

.social-dark li a i { color: #666666; }

.social li a i:after {
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out;
    width: 100%;
    z-index: -1;
}

.social li a:hover i { color: #f0f0f0; }

.social li a:hover i:after { height: 100%; }

.social a .fa-facebook:after { background: #3b5998; }

.social a .fa-google-plus:after { background: #dd4b39; }

.social a .fa-twitter:after { background: #00aced; }

.social a .fa-pinterest:after { background: #CB2027; }

.social a .fa-behance:after { background: #1769FF; }

.social a .fa-dribbble:after { background: #EA4C89; }



   


    /* FORM - INPUT ICON */

.form-control + .input-icon {
    backg 
    border-radius: 6px;
    color: #b2bcc5;
    font-size: 20px;
    line-height: 37px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 2px;
    round-color: #ffffff;
    top: 2px;
    vertical-align: middle;
}

.input-hg + .input-icon {
    line-height: 49px;
    padding: 0 16px 0 0;
}

.input-lg + .input-icon {
    line-height: 41px;
    padding: 0 15px 0 0;
}

.input-sm + .input-icon {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 0 0;
}


    /* FORM - INPUT GROUP */

.input-group .input-group-btn .btn {
    box-shadow: none;
    margin: 0;
}


    /*	ACCORDION / TOGGLE */

.panel-group { margin-bottom: 0; }

.panel-group + .panel-group { margin-top: 20px; }

.panel-group .panel {
    background: #fff;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none;
}

.panel-group .panel + .panel { margin-top: 10px; }

.panel-group .panel-heading + .panel-collapse .panel-body { border-top-color: #E6E9ED; }

.panel-body { padding: 25px; }

.panel-heading {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
    padding: 0;
}

.panel-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-title > a {
    color: #333;
    display: block;
    padding: 15px 25px 15px;
    text-decoration: none;
}

.panel-title > a.collapsed {
    background: #f5f5f5;
    color: #333;
}

.panel-title > a,
.panel-title > a:hover {
    background: #edf0f2;
    color: #16A085;
}


.panel-title > a span {
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    color: #333;
    display: block;
    padding-right: 25px;
    position: relative;
    top: 0;
    transition: all 200ms ease-out;
}

.text-right .panel-title > a span {
    padding-left: 25px;
    padding-right: 0;
}

.text-center .panel-title > a span {
    padding-left: 0;
    padding-right: 0;
}

.panel-title > a:hover span { color: inherit; }

.text-center .panel-title > a:hover span {
    color: transparent;
    top: .5em;
}

.panel-title > a span:after {
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    content: "\f077";
    font-family: "fontawesome";
    position: absolute;
    right: 0;
    top: 0;
    transition: all 200ms ease-out;
}

.text-right .panel-title > a span:after {
    left: 0;
    right: auto;
}

.text-center .panel-title > a span:after {
    left: 0;
    opacity: 0;
    top: -.75em;
}

.panel-title > a.collapsed span:after { content: "\f078"; }

.text-center .panel-title > a:hover span:after {
    color: #1ABB9C;
    opacity: 1;
    top: -.5em;
}

.panel-group .bordered { background: #FFF; }




    /* TABS */

.nav-tabs { margin: 0 auto; }

.nav-tabs > li {
    display: inline-block;
    float: none;
    z-index: 2;
}

.nav-tabs > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none !important;
    border-bottom: 4px solid transparent !important;
    border-radius: 0;
    color: #737c85;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 16px 25px 12px;
    text-transform: uppercase;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border-bottom: 4px solid #85d6de !important;
}

.nav > li > a:hover,
.nav > li > a:focus { outline: 0; }

.tab-content {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.tab-pane {
    border-bottom: 1px solid #ecf0f1;
    padding: 50px 0;
}


 



    /* CONTENT BLOCK HOLDERS */

.content-block {
    background-color: #ffffff;
    padding: 60px 0 60px 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

.content-block-nopad {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    z-index: 100;
}




    /*	PATTERN LIBRARY MEDIA QUERIES
/*----------------------------------------------------*/

    /* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
}

    /* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

    /* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}

.col > a img {
    display: block;
    margin: 0px auto 40px;
    width: auto;
    height: 45px;
}

.col h3 a { color: #3D566E; }

.col b { color: #999; }

a.over {
    display: block;
    position: relative;
}

a.over .overlay {
    background: rgba(233, 139, 57, 0.6);
    border-radius: 6px;
    color: #fff;
    display: table-cell;
    font-size: 50px;
    height: 100%;
    left: 0px;
    line-height: 263px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    vertical-align: middle;
    visibility: hidden;
    width: 100%;
}

a.over.round .overlay {
    background: rgba(61, 86, 110, 0.6);
    border-radius: 50%;
}

a.over:hover .overlay {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

.pricing1 {
    border: 2px solid #ddd;
    text-align: center;
}

.pricing1 .top {
    border-bottom: 2px solid #ddd;
    padding: 40px 0px;
}

.pricing1 .top h2 { margin-bottom: 10px; }

.pricing1 .top > * { margin: 0px; }

.pricing1 .top .price {
    color: #16A085;
    font-size: 34px;
    font-weight: bold;
}

.pricing1 .top .price span {
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
}

.pricing1 .bottom { padding: 40px; }

.pricing1 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px 0px 40px;
    padding: 0px;
}



.pricing2:hover { box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2); }

.pricing2 {
    -moz-border-radius: 6px;
    -moz-transition: box-shadow 1s;
    -webkit-border-radius: 6px;
    -webkit-transition: box-shadow 1s;
    border-radius: 6px;
    transition: box-shadow 1s;
}

.pricing2 .top {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #2C3E50;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #eee;
    color: #ECF0F1;
    padding: 40px;
    text-align: center;
}

.pricing2 .top h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pricing2 .top > * { margin: 0px; }

.pricing2 .top .price .currency {
    display: inline-block;
    font-size: 24px;
    line-height: 54px;
    vertical-align: top;
}

.pricing2 .top .price b {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}

.pricing2 .top .price .month { color: #ccc; }

.pricing2 .bottom {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border: 3px solid #dee2e4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0px;
}

.pricing2 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.pricing2 .bottom ul li {
    border-bottom: 3px solid #dee2e4;
    line-height: 54px;
    padding: 0px 40px;
}

.pricing2 .bottom ul li > span {
    color: #16A085;
    font-size: 20px;
    margin-right: 20px;
}

.pricing2 .bottom > a {
    margin: 40px;
    width: auto;
}




.pricing3 {
    color: #8C9899;
    text-align: center;
}

.pricing3 .top {
    border: 2px solid #d2d7db;
    padding: 40px;
}

.pricing3 .top .price {
    font-size: 22px;
    font-weight: bold;
}

.pricing3 .top > * { margin: 0px; }

.pricing3 .top h2 {
    color: #3D566E;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pricing3 ul {
    list-style: none;
    list-style-type: none;
    padding: 0px;
}

.pricing3 ul li {
    border-bottom: 2px solid #d2d7db;
    line-height: 52px;
}

.pricing3 ul li:last-child { border-bottom: 0px; }

.pricing3 ul li b { color: #707c7d; }

.pricing3 .bottom {
    border-left: 2px solid #d2d7db;
    border-right: 2px solid #d2d7db;
    padding: 30px;
}

.pricing3 > a {
    -moz-transition: background 0.5s border-color 0.5s;
    -webkit-transition: background 0.5s border-color 0.5s;
    background: #d2d7db;
    border: 2px solid #d2d7db;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 30px;
    text-transform: uppercase;
    transition: background 0.5s border-color 0.5s;
}

.pricing3 > a:hover {
    background: #16A085;
    border-color: #16A085;
}

span.pIcon {
    color: #2980B9;
    font-size: 34px;
}

.team .over {
    margin: 0px auto 40px;
    width: 75%;
}

.team .narrow > div:first-child {
    margin: 0px auto 40px;
    width: 75%;
}

.team .narrow .over { width: 100%; }

.team .over img {
    display: block;
    width: 100%;
}

.team img.teamImage {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.team .narrow img.teamImage { width: 100%; }

a.over {
    display: block;
    position: relative;
}

a.over .overlay {
    background: rgba(54, 208, 119, 0.6);
    border-radius: 6px;
    color: #fff;
    display: table-cell;
    font-size: 40px;
    height: 100%;
    left: 0px;
    line-height: 197px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    vertical-align: middle;
    visibility: hidden;
    width: 100%;
}

.team .narrow .over .overlay { line-height: 270px; }

a.over:hover .overlay {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

.team .social a {
    color: #999;
    font-size: 24px;
    transform: color 1s;
}

.team .narrow .social { text-align: right; }

.team .social a:hover { color: #16A085; }

.team .narrow .social a {
    color: #16A085;
    font-size: 26px;
}

.team .social a:hover { color: #16A085; }

.team .photo {
    margin-right: 20px;
    width: 25%;
}

.team .photo img { width: 100%; }

.team .about { width: 65%; }

.team .about h5 { margin-top: 0px; }

.team .contacts {
    color: #000;
    font-size: 13px;
}

.team .contacts a {
    color: #000;
    text-decoration: underline;
}

.team .contacts span {
    color: #16A085;
    font-size: 12px;
    margin-right: 5px;
}/* general styles */

p { font-size: 16px; }

h1 {
    font-size: 34px;
    line-height: 54px;
}

h2 { font-size: 30px; }

h3 { font-size: 26px; }

h4 { font-size: 22px; }

h5 { font-size: 18px; }

.light { font-weight: 400; }

form .row { margin-bottom: 20px; }

.item.header { padding-bottom: 50px; }

.item.content, .item.portfolio, .item.team, .item.pricing, .item.contact {
    padding-bottom: 60px;
    padding-top: 60px;
}

.item.footer { }

.margin-top-100 { margin-top: 100px !important; }

.margin-top-60 { margin-top: 60px !important; }

.margin-top-80 { margin-top: 80px !important; }

.margin-top-20 { margin-top: 20px !important; }

.margin-bottom-0 { margin-bottom: 0px !important; }

.margin-bottom-20 { margin-bottom: 20px !important; }

.margin-bottom-40 { margin-bottom: 40px !important; }

.margin-bottom-60 { margin-bottom: 60px !important; }

.margin-bottom-80 { margin-bottom: 80px !important; }

.padding-top-0 { padding-top: 0px !important; }

.padding-top-20 { padding-top: 20px !important; }

.padding-top-100 { padding-top: 180px !important; }

.padding-bottom-60 { padding-bottom: 60px !important; }

.padding-bottom-0 { padding-bottom: 0px !important; }

.margin-top-0 { margin-top: 0px !important; }

.width-100 { width: 100%; }

header .navbar.plain li.active a { color: #1ABC9C; }

header .navbar-white { background: #fff; }

header .navbar-white a { color: #3D566E; }



.team h3 { font-family: 'Open Sans', Helvetica, Arial, sans-serif }

img {  
    height:auto;
}

.col > a img.rozmery  /*   <img class="nejmalinkovatejsiobrazek" />*/
 {
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.right {
    float: right;
}

button {

}
