@charset "UTF-8";
/*** Project CSS - 2016 ***/
/* Import Bootstrap elements START */
/*** Project variables defaults ***/
/* variables START */
/* ---- setup DEFAULTS START */
/* ---- setup DEFAULTS END */
/* ---- create a LIST FROM DEAFULT COLORS START */
/* ---- create a LIST FROM DEAFULT COLORS END */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: -4px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

cite {
  font-style: normal; }

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

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

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

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

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

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

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

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

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

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

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

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

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

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

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1500px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px; }

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

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

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

.has-success .form-control-feedback {
  color: #3c763d; }

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

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

.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: white;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .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 {
      color: #555;
      background-color: #e7e7e7; }
    .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 {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .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 {
      color: #fff;
      background-color: #090909; }
    .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 {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .idevice .embed-responsive.scrollable {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 22%; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

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

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Import Bootstrap elements END */
/* Import project elements START */
/*** Project mixins ***/
/* mixins START */
/* mixins END */
/*** Project mixins css3 ***/
/* https://github.com/matthieua/sass-css3-mixins */
/* -------------------------------------------------------------
Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
List of CSS3 Sass Mixins File to be @imported and @included as you need
The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
ENDING css files
note: All CSS3 Properties are being supported by Safari 5
more info: http://www.findmebyip.com/litmus/#css3-properties
Mixins available:
- css3-prefix - arguments: Property, Value
- background-gradient - arguments: Start Color: #3C3C3C, End Color: #999999
- background-radial - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
- background-size - arguments: Width: 100%, Height: 100%
- background-opacity - arguments: Color: #000, Opacity: .85
- border-radius - arguments: Radius: 5px
- border-radius-separate - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
- box - arguments: Orientation: horizontal, Pack: center, Align: center
- box-rgba - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
- box-shadow - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
- box-sizing - arguments: Type: border-box
- columns - arguments: Count: 3, Gap: 10
- double-borders - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
- flex - arguments: Value: 1
- flip - arguments: ScaleX: -1
- font-face - arguments: Font Family: myFont, File Name: myFont
- opacity - arguments: Opacity: 0.5
- outline radius - arguments: Radius: 5px
- placeholder - arguments: Color: #666666
- resize - arguments: Direction: both
- rotate - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
- text-shadow - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
- transform - arguments: Parameters: null
- transform-style - arguments: Style: preserve-3d
- transition - arguments: What: all, Length: 1s, Easing: ease-in-out
- triple-borders - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
- keyframes - arguments: Animation name
- content: Animation css
- animation - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
(http://www.w3schools.com/cssref/css3_pr_animation.asp)
------------------------------------------------------------- */
/*** Project variables ***/
/* variables START */
/*** Project variables defaults ***/
/* variables START */
/* ---- setup DEFAULTS START */
/* ---- setup DEFAULTS END */
/* ---- create a LIST FROM DEAFULT COLORS START */
/* ---- create a LIST FROM DEAFULT COLORS END */
/* ---- create a LIST FROM DEAFULT COLORS START */
/* ---- setup loader START */
/* ---- setup loader END */
/* ---- setup TYPOGRAPHY START */
/* ---- setup TYPOGRAPHY END */
/* ---- setup TABLES START */
/* ---- setup TABLES END */
/* ---- setup ALERTS START */
/* ---- setup ALERTS END */
/* ---- setup BUTTONS START */
/* ---- setup BUTTONS END */
/* ---- setup FORM ELEMENTS START */
/* form group */
/* form controls (input, select, textarea) */
/* select skin */
/* checkbox skin + radio button skin */
/* labels */
/* for form controls */
/* for checkbox + radio button */
/* help block */
/* ---- setup FORM ELEMENTS END */
/* ---- setup PAGINATION START */
/* ---- setup PAGINATION END */
/* ---- setup MARGINS START */
/* ---- setup MARGINS END */
/* ---- setup PADDINGS START */
/* ---- setup PADDINGS END */
/* ---- setup EMBED RESPONSIVE LAYER START */
/* ---- setup EMBED RESPONSIVE LAYER END */
/* ---- setup EMBED RESPONSIVE LAYER YOUTUBE START */
/* ---- setup EMBED RESPONSIVE LAYER YOUTUBE END */
/* ---- setup cookie-bar START */
/* ---- setup cookie-bar END */
/* ---- setup fake position START */
/* ---- setup fake position END */
/* variables END */
/*** Project fonts ***/
/* fonts START */
@font-face {
  font-family: "Demo-Font";
  src: url("fonts/demofont.eot");
  src: url("fonts/demofont.eot?#iefix") format("embedded-opentype"), url("fonts/demofont.woff") format("woff"), url("fonts/demofont.ttf") format("truetype"), url("fonts/demofont.svg#Demo-Font") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

/* fonts END */
/*** Project icons ***/
/* Font Awesome START */
/* Font Awesome END */
/* icomoon START */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icomoon,
[class^="icomoon-"],
[class*=" icomoon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 0.1;
  speak: none;
  position: relative;
  top: 10px;
  font-size: 34px;
  width: 44px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-price {
  top: 3px;
  left: 9px;
  font-size: 18px; }

.icomoon-8-ways {
  font-size: 14px;
  width: auto;
  top: 0; }

.icomoon-8-ways:before {
  content: "\e600"; }

.icomoon-gbart:before {
  content: "\e601"; }

.icomoon-kind-of-good:before {
  content: "\e900"; }

.icomoon-living-space-1:before {
  content: "\e90a"; }

.icomoon-surface-ppe:before {
  content: "\e90b"; }

.icomoon-useful-surface:before {
  content: "\e90b"; }

.icomoon-availability-1:before {
  content: "\e90c"; }

.icomoon-land-area:before {
  content: "\e90d"; }

.icomoon-floor:before {
  content: "\e90e"; }

.icomoon-levels-above-ground:before {
  content: "\e90f"; }

.icomoon-rooms-1:before {
  content: "\e910"; }

.icomoon-bedrooms-1:before {
  content: "\e911"; }

.icomoon-bathrooms-1:before {
  content: "\e912"; }

.icomoon-fireplace:before {
  content: "\e913"; }

.icomoon-places-park-1:before {
  content: "\e914"; }

.icomoon-garden:before {
  content: "\e915"; }

.icomoon-balcony-1:before {
  content: "\e916"; }

.icomoon-balcony:before {
  content: "\e917"; }

.icomoon-terrace:before {
  content: "\e917"; }

.icomoon-loggia:before {
  content: "\e918"; }

.icomoon-swimming-pool:before {
  content: "\e919"; }

.icomoon-price-1:before {
  content: "\e91a"; }

.icomoon-construction-year-01:before {
  content: "\e91b"; }

.icomoon-year-renovation:before {
  content: "\e91c"; }

.icomoon-heating:before {
  content: "\e91d"; }

.icomoon-availability:before {
  content: "\e9"; }

.icomoon-energy-label-1:before {
  content: "\e91f"; }

.icomoon-construction-year-2 .path1:before {
  content: "\e901";
  color: black; }

.icomoon-construction-year-2 .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: white; }

.icomoon-construction-year:before {
  content: "\e902"; }

.icomoon-bedrooms:before {
  content: "\e903"; }

.icomoon-energy-label:before {
  content: "\e904"; }

.icomoon-rooms:before {
  content: "\e905"; }

.icomoon-places-park:before {
  content: "\e906"; }

.icomoon-bathrooms:before {
  content: "\e907"; }

.icomoon-living-space:before {
  content: "\e908"; }

.icomoon-price:before {
  content: "\e91e"; }

/* icomoon END */
/*** Project typography ***/
/* typography START */
.main {
  color: black;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px; }
  .main a {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #11192d;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .main a:hover, .main a:focus {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5;
        color: #232323;
        outline: 0;
        text-decoration: underline; } }
  .main strong,
  .main .strong {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif; }
  .main em,
  .main .em {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif; }
  .main em strong,
  .main strong em,
  .main .em-strong {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif; }
  .main small,
  .main .small {
    font-size: 90%; }
  .main .highlight {
    color: orange;
    font-family: inherit; }

.texts h1, .texts h2, .texts h3, .texts h4, .texts h5, .texts h6,
.texts .h1, .texts .h2, .texts .h3, .texts .h4, .texts .h5, .texts .h6 {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0; }

.texts h1,
.texts .h1 {
  color: blue;
  margin-bottom: 66px; }
  .texts h1,
  .texts h1 a,
  .texts .h1,
  .texts .h1 a {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 36px; }

.texts h2,
.texts .h2 {
  color: blue;
  margin-bottom: 66px; }
  .texts h2,
  .texts h2 a,
  .texts .h2,
  .texts .h2 a {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 34px; }

.texts h3,
.texts .h3 {
  color: blue;
  margin-bottom: 66px; }
  .texts h3,
  .texts h3 a,
  .texts .h3,
  .texts .h3 a {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px; }

.texts h4,
.texts .h4 {
  color: blue;
  margin-bottom: 66px; }
  .texts h4,
  .texts h4 a,
  .texts .h4,
  .texts .h4 a {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px; }

.texts h5,
.texts .h5 {
  color: blue;
  margin-bottom: 66px; }
  .texts h5,
  .texts h5 a,
  .texts .h5,
  .texts .h5 a {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px; }

.texts h6,
.texts .h6 {
  color: blue;
  margin-bottom: 66px; }
  .texts h6,
  .texts h6 a,
  .texts .h6,
  .texts .h6 a {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px; }

.texts p {
  color: black;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 66px 0; }

.texts ul,
.texts ol {
  margin: 0 0 66px 0;
  padding: 0 0 0 40px; }
  .texts ul li,
  .texts ol li {
    color: black;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    list-style: none; }
    .texts ul li:before,
    .texts ol li:before {
      display: inline-block;
      margin-left: -40px;
      padding-right: 10px;
      text-align: right;
      vertical-align: top;
      width: 40px; }
    .texts ul li > h1:first-child,
    .texts ul li > .h1:first-child,
    .texts ul li > h2:first-child,
    .texts ul li > .h2:first-child,
    .texts ul li > h3:first-child,
    .texts ul li > .h3:first-child,
    .texts ul li > h4:first-child,
    .texts ul li > .h4:first-child,
    .texts ul li > h5:first-child,
    .texts ul li > .h5:first-child,
    .texts ul li > h6:first-child,
    .texts ul li > .h6:first-child,
    .texts ul li > p:first-child,
    .texts ul li > ul:first-child,
    .texts ul li > ol:first-child,
    .texts ol li > h1:first-child,
    .texts ol li > .h1:first-child,
    .texts ol li > h2:first-child,
    .texts ol li > .h2:first-child,
    .texts ol li > h3:first-child,
    .texts ol li > .h3:first-child,
    .texts ol li > h4:first-child,
    .texts ol li > .h4:first-child,
    .texts ol li > h5:first-child,
    .texts ol li > .h5:first-child,
    .texts ol li > h6:first-child,
    .texts ol li > .h6:first-child,
    .texts ol li > p:first-child,
    .texts ol li > ul:first-child,
    .texts ol li > ol:first-child {
      margin-top: -26px; }

.texts ul > li:before {
  color: black;
  content: "•";
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 18px; }

.texts ol {
  counter-reset: li; }
  .texts ol > li {
    counter-increment: li; }
    .texts ol > li:before {
      color: black;
      content: counter(li, decimal) ".";
      font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
      font-size: 18px; }

.texts dl {
  margin-bottom: 66px; }
  .texts dl dt {
    color: black;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px; }
  .texts dl dd {
    color: black;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px; }

.texts blockquote,
.texts .blockquote {
  border-color: blue;
  border-width: 0 0 0 5px;
  margin-bottom: 66px;
  padding: 15px; }
  .texts blockquote *,
  .texts .blockquote * {
    color: black;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px; }

.texts .highlight {
  font-size: inherit;
  line-height: inherit; }

.text-right ul, .text-right ol {
  padding-left: 0; }
  .text-right ul li:before, .text-right ol li:before {
    display: inline;
    margin-left: 0; }

.text-center ul, .text-center ol {
  padding-left: 0; }
  .text-center ul li:before, .text-center ol li:before {
    display: inline;
    margin-left: 0; }

.text-justify-center {
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center; }
  .text-justify-center ul, .text-justify-center ol {
    padding-left: 0; }
    .text-justify-center ul li:before, .text-justify-center ol li:before {
      display: inline;
      margin-left: 0; }

@media (max-width: 767px) {
  .xs-text-left {
    text-align: left; }
  .xs-text-right {
    text-align: right; }
    .xs-text-right ul, .xs-text-right ol {
      padding-left: 0; }
      .xs-text-right ul li:before, .xs-text-right ol li:before {
        display: inline;
        margin-left: 0; }
  .xs-text-center {
    text-align: center; }
    .xs-text-center ul, .xs-text-center ol {
      padding-left: 0; }
      .xs-text-center ul li:before, .xs-text-center ol li:before {
        display: inline;
        margin-left: 0; }
  .xs-text-justify {
    text-align: justify; }
  .xs-text-justify-center {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center; }
    .xs-text-justify-center ul, .xs-text-justify-center ol {
      padding-left: 0; }
      .xs-text-justify-center ul li:before, .xs-text-justify-center ol li:before {
        display: inline;
        margin-left: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-left {
    text-align: left; }
  .sm-text-right {
    text-align: right; }
    .sm-text-right ul, .sm-text-right ol {
      padding-left: 0; }
      .sm-text-right ul li:before, .sm-text-right ol li:before {
        display: inline;
        margin-left: 0; }
  .sm-text-center {
    text-align: center; }
    .sm-text-center ul, .sm-text-center ol {
      padding-left: 0; }
      .sm-text-center ul li:before, .sm-text-center ol li:before {
        display: inline;
        margin-left: 0; }
  .sm-text-justify {
    text-align: justify; }
  .sm-text-justify-center {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center; }
    .sm-text-justify-center ul, .sm-text-justify-center ol {
      padding-left: 0; }
      .sm-text-justify-center ul li:before, .sm-text-justify-center ol li:before {
        display: inline;
        margin-left: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-left {
    text-align: left; }
  .md-text-right {
    text-align: right; }
    .md-text-right ul, .md-text-right ol {
      padding-left: 0; }
      .md-text-right ul li:before, .md-text-right ol li:before {
        display: inline;
        margin-left: 0; }
  .md-text-center {
    text-align: center; }
    .md-text-center ul, .md-text-center ol {
      padding-left: 0; }
      .md-text-center ul li:before, .md-text-center ol li:before {
        display: inline;
        margin-left: 0; }
  .md-text-justify {
    text-align: justify; }
  .md-text-justify-center {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center; }
    .md-text-justify-center ul, .md-text-justify-center ol {
      padding-left: 0; }
      .md-text-justify-center ul li:before, .md-text-justify-center ol li:before {
        display: inline;
        margin-left: 0; } }

@media (min-width: 1200px) {
  .dt-text-left {
    text-align: left; }
  .dt-text-right {
    text-align: right; }
    .dt-text-right ul, .dt-text-right ol {
      padding-left: 0; }
      .dt-text-right ul li:before, .dt-text-right ol li:before {
        display: inline;
        margin-left: 0; }
  .dt-text-center {
    text-align: center; }
    .dt-text-center ul, .dt-text-center ol {
      padding-left: 0; }
      .dt-text-center ul li:before, .dt-text-center ol li:before {
        display: inline;
        margin-left: 0; }
  .dt-text-justify {
    text-align: justify; }
  .dt-text-justify-center {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center; }
    .dt-text-justify-center ul, .dt-text-justify-center ol {
      padding-left: 0; }
      .dt-text-justify-center ul li:before, .dt-text-justify-center ol li:before {
        display: inline;
        margin-left: 0; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .lg-text-left {
    text-align: left; }
  .lg-text-right {
    text-align: right; }
    .lg-text-right ul, .lg-text-right ol {
      padding-left: 0; }
      .lg-text-right ul li:before, .lg-text-right ol li:before {
        display: inline;
        margin-left: 0; }
  .lg-text-center {
    text-align: center; }
    .lg-text-center ul, .lg-text-center ol {
      padding-left: 0; }
      .lg-text-center ul li:before, .lg-text-center ol li:before {
        display: inline;
        margin-left: 0; }
  .lg-text-justify {
    text-align: justify; }
  .lg-text-justify-center {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center; }
    .lg-text-justify-center ul, .lg-text-justify-center ol {
      padding-left: 0; }
      .lg-text-justify-center ul li:before, .lg-text-justify-center ol li:before {
        display: inline;
        margin-left: 0; } }

@media (min-width: 1500px) {
  .xl-text-left {
    text-align: left; }
  .xl-text-right {
    text-align: right; }
    .xl-text-right ul, .xl-text-right ol {
      padding-left: 0; }
      .xl-text-right ul li:before, .xl-text-right ol li:before {
        display: inline;
        margin-left: 0; }
  .xl-text-center {
    text-align: center; }
    .xl-text-center ul, .xl-text-center ol {
      padding-left: 0; }
      .xl-text-center ul li:before, .xl-text-center ol li:before {
        display: inline;
        margin-left: 0; }
  .xl-text-justify {
    text-align: justify; }
  .xl-text-justify-center {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center; }
    .xl-text-justify-center ul, .xl-text-justify-center ol {
      padding-left: 0; }
      .xl-text-justify-center ul li:before, .xl-text-justify-center ol li:before {
        display: inline;
        margin-left: 0; } }

/* typography END */
/*** Project tables ***/
/* tables START */
.main table.table,
.main .texts table {
  border-collapse: inherit;
  margin: 0 0 66px 0; }
  .main table.table thead tr th,
  .main table.table thead tr td,
  .main .texts table thead tr th,
  .main .texts table thead tr td {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f8f8f8;
    border-color: black !important;
    border-style: solid !important;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 1px;
    border-top-width: 1px !important;
    color: black;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 10px; }
    .main table.table thead tr th:first-child,
    .main table.table thead tr td:first-child,
    .main .texts table thead tr th:first-child,
    .main .texts table thead tr td:first-child {
      border-left-width: 1px; }
  .main table.table thead tr:first-child th:first-child,
  .main .texts table thead tr:first-child th:first-child {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 1199px) {
      .main table.table thead tr:first-child th:first-child,
      .main .texts table thead tr:first-child th:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table thead tr:first-child th:last-child,
  .main .texts table thead tr:first-child th:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 1199px) {
      .main table.table thead tr:first-child th:last-child,
      .main .texts table thead tr:first-child th:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table thead tr:first-child td:first-child,
  .main .texts table thead tr:first-child td:first-child {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 1199px) {
      .main table.table thead tr:first-child td:first-child,
      .main .texts table thead tr:first-child td:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table thead tr:first-child td:last-child,
  .main .texts table thead tr:first-child td:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 1199px) {
      .main table.table thead tr:first-child td:last-child,
      .main .texts table thead tr:first-child td:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table tbody tr th,
  .main .texts table tbody tr th {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f8f8f8;
    border-color: black !important;
    border-style: solid !important;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 1px;
    border-top-width: 1px !important;
    color: black;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 10px; }
    .main table.table tbody tr th:first-child,
    .main .texts table tbody tr th:first-child {
      border-left-width: 1px; }
  .main table.table tbody tr:first-child th:first-child,
  .main .texts table tbody tr:first-child th:first-child {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 1199px) {
      .main table.table tbody tr:first-child th:first-child,
      .main .texts table tbody tr:first-child th:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table tbody tr:first-child th:last-child,
  .main .texts table tbody tr:first-child th:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 1199px) {
      .main table.table tbody tr:first-child th:last-child,
      .main .texts table tbody tr:first-child th:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table tbody tr td,
  .main .texts table tbody tr td {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #e7e8ea;
    border-color: black;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: black;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 10px; }
    .main table.table tbody tr td:first-child,
    .main .texts table tbody tr td:first-child {
      border-left-width: 1px; }
  .main table.table tbody tr:last-child td:first-child,
  .main .texts table tbody tr:last-child td:first-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px; }
    @media (max-width: 1199px) {
      .main table.table tbody tr:last-child td:first-child,
      .main .texts table tbody tr:last-child td:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table tbody tr:last-child td:last-child,
  .main .texts table tbody tr:last-child td:last-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0; }
    @media (max-width: 1199px) {
      .main table.table tbody tr:last-child td:last-child,
      .main .texts table tbody tr:last-child td:last-child {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .main table.table.table-striped tbody tr:nth-of-type(2n+1) td,
  .main .texts table.table-striped tbody tr:nth-of-type(2n+1) td {
    background-color: darkgray; }
  @media (min-width: 1200px) {
    .main table.table.table-hover thead tr:hover th,
    .main table.table.table-hover thead tr:hover td,
    .main .texts table.table-hover thead tr:hover th,
    .main .texts table.table-hover thead tr:hover td {
      background-color: red;
      color: white; } }
  @media (min-width: 1200px) {
    .main table.table.table-hover tbody tr:hover th,
    .main .texts table.table-hover tbody tr:hover th {
      background-color: red;
      color: white; }
    .main table.table.table-hover tbody tr:hover td,
    .main .texts table.table-hover tbody tr:hover td {
      background-color: blue;
      color: white; } }

@media (max-width: 767px) {
  .main .table-responsive {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 66px; } }

/* tables END */
/*** Project alerts ***/
/* alerts START */
.main .alert {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 66px 0; }
  .main .alert p,
  .main .alert p *,
  .main .alert ul,
  .main .alert ul *,
  .main .alert ol,
  .main .alert ol * {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
  .main .alert a {
    text-decoration: underline; }
    @media (min-width: 1200px) {
      .main .alert a:hover, .main .alert a:focus {
        color: white; } }
  .main .alert-success {
    background: #00c4db;
    background: rgba(0, 196, 219, 0.6);
    border-color: #00c4db; }
    .main .alert-success p,
    .main .alert-success p *,
    .main .alert-success ul,
    .main .alert-success ul *,
    .main .alert-success ol,
    .main .alert-success ol * {
      color: white; }
  .main .alert-info {
    background: blue;
    background: rgba(0, 0, 255, 0.6);
    border-color: blue; }
    .main .alert-info p,
    .main .alert-info p *,
    .main .alert-info ul,
    .main .alert-info ul *,
    .main .alert-info ol,
    .main .alert-info ol * {
      color: white; }
  .main .alert-warning {
    background: orange;
    background: rgba(255, 165, 0, 0.6);
    border-color: orange; }
    .main .alert-warning p,
    .main .alert-warning p *,
    .main .alert-warning ul,
    .main .alert-warning ul *,
    .main .alert-warning ol,
    .main .alert-warning ol * {
      color: white; }
  .main .alert-danger {
    background: red;
    background: rgba(255, 0, 0, 0.6);
    border-color: red; }
    .main .alert-danger p,
    .main .alert-danger p *,
    .main .alert-danger ul,
    .main .alert-danger ul *,
    .main .alert-danger ol,
    .main .alert-danger ol * {
      color: white; }

/* alerts END */
/*** Project forms ***/
/* forms START */
.main .form-group {
  margin-bottom: 66px; }

.main .form-control {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: white;
  border-color: #f8f8f8;
  border-style: solid;
  border-width: 0px;
  color: black;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 10px 15px; }
  .main .form-control::-moz-placeholder {
    color: black;
    opacity: 1; }
  .main .form-control:-ms-input-placeholder {
    color: black; }
  .main .form-control::-webkit-input-placeholder {
    color: black; }
  .main .form-control:focus {
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: white;
    border-color: none;
    color: black; }
    .main .form-control:focus::-moz-placeholder {
      color: black;
      opacity: 1; }
    .main .form-control:focus:-ms-input-placeholder {
      color: black; }
    .main .form-control:focus::-webkit-input-placeholder {
      color: black; }
  .main .form-control.input-sm, .main .form-horizontal .form-group-sm .form-control, .form-horizontal .form-group-sm .main .form-control, .main .input-group-sm > .form-control, .main
  .input-group-sm > .input-group-btn > .form-control.btn {
    -webkit-border-top-left-radius: -5px;
    -webkit-border-top-right-radius: -5px;
    -webkit-border-bottom-right-radius: -5px;
    -webkit-border-bottom-left-radius: -5px;
    -moz-border-radius-topleft: -5px;
    -moz-border-radius-topright: -5px;
    -moz-border-radius-bottomright: -5px;
    -moz-border-radius-bottomleft: -5px;
    border-top-left-radius: -5px;
    border-top-right-radius: -5px;
    border-bottom-right-radius: -5px;
    border-bottom-left-radius: -5px;
    border-width: 0px;
    font-size: 16px;
    padding: 5px 10px; }
  .main .form-control.input-lg, .main .form-horizontal .form-group-lg .form-control, .form-horizontal .form-group-lg .main .form-control, .main .input-group-lg > .form-control, .main
  .input-group-lg > .input-group-btn > .form-control.btn {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 0px;
    font-size: 20px;
    padding: 15px 20px; }
  .main .form-control-fake {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: left; }
    .main .form-control-fake * {
      display: inline-block;
      line-height: 1;
      margin: -3px 0 0 0;
      padding: 0;
      vertical-align: middle;
      width: 100%; }
      .ie .main .form-control-fake * {
        margin-top: -4px; }
    .main .form-control-fake.input-sm, .main .form-horizontal .form-group-sm .form-control-fake.form-control, .form-horizontal .form-group-sm .main .form-control-fake.form-control, .main .input-group-sm > .form-control-fake.form-control, .main
    .input-group-sm > .form-control-fake.input-group-addon, .main
    .input-group-sm > .input-group-btn > .form-control-fake.btn {
      height: 35px;
      line-height: 35px; }
      .blackberry .main .form-control-fake.input-sm, .blackberry .main .form-horizontal .form-group-sm .form-control-fake.form-control, .form-horizontal .form-group-sm .blackberry .main .form-control-fake.form-control, .blackberry .main .input-group-sm > .form-control-fake.form-control, .blackberry .main
      .input-group-sm > .form-control-fake.input-group-addon, .blackberry .main
      .input-group-sm > .input-group-btn > .form-control-fake.btn {
        line-height: 35px; }
    .main .form-control-fake.input-lg, .main .form-horizontal .form-group-lg .form-control-fake.form-control, .form-horizontal .form-group-lg .main .form-control-fake.form-control, .main .input-group-lg > .form-control-fake.form-control, .main
    .input-group-lg > .form-control-fake.input-group-addon, .main
    .input-group-lg > .input-group-btn > .form-control-fake.btn {
      height: 55px;
      line-height: 55px; }
      .blackberry .main .form-control-fake.input-lg, .blackberry .main .form-horizontal .form-group-lg .form-control-fake.form-control, .form-horizontal .form-group-lg .blackberry .main .form-control-fake.form-control, .blackberry .main .input-group-lg > .form-control-fake.form-control, .blackberry .main
      .input-group-lg > .form-control-fake.input-group-addon, .blackberry .main
      .input-group-lg > .input-group-btn > .form-control-fake.btn {
        line-height: 55px; }

.main input.form-control {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 45px;
  line-height: 1; }
  .blackberry .main input.form-control {
    line-height: 45px; }
  .main input.form-control.input-sm, .main .form-horizontal .form-group-sm input.form-control, .form-horizontal .form-group-sm .main input.form-control, .main .input-group-sm > input.form-control, .main
  .input-group-sm > .input-group-btn > input.form-control.btn {
    height: 35px; }
    .blackberry .main input.form-control.input-sm, .blackberry .main .form-horizontal .form-group-sm input.form-control, .form-horizontal .form-group-sm .blackberry .main input.form-control, .blackberry .main .input-group-sm > input.form-control, .blackberry .main
    .input-group-sm > .input-group-btn > input.form-control.btn {
      line-height: 35px; }
  .main input.form-control.input-lg, .main .form-horizontal .form-group-lg input.form-control, .form-horizontal .form-group-lg .main input.form-control, .main .input-group-lg > input.form-control, .main
  .input-group-lg > .input-group-btn > input.form-control.btn {
    height: 55px; }
    .blackberry .main input.form-control.input-lg, .blackberry .main .form-horizontal .form-group-lg input.form-control, .form-horizontal .form-group-lg .blackberry .main input.form-control, .blackberry .main .input-group-lg > input.form-control, .blackberry .main
    .input-group-lg > .input-group-btn > input.form-control.btn {
      line-height: 55px; }

.main select.form-control {
  height: 45px;
  line-height: 1; }
  .blackberry .main select.form-control {
    line-height: 45px; }
  .main select.form-control option {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif; }
  .main select.form-control.input-sm, .main .form-horizontal .form-group-sm select.form-control, .form-horizontal .form-group-sm .main select.form-control, .main .input-group-sm > select.form-control, .main
  .input-group-sm > .input-group-btn > select.form-control.btn {
    height: 35px; }
    .blackberry .main select.form-control.input-sm, .blackberry .main .form-horizontal .form-group-sm select.form-control, .form-horizontal .form-group-sm .blackberry .main select.form-control, .blackberry .main .input-group-sm > select.form-control, .blackberry .main
    .input-group-sm > .input-group-btn > select.form-control.btn {
      line-height: 35px; }
  .main select.form-control.input-lg, .main .form-horizontal .form-group-lg select.form-control, .form-horizontal .form-group-lg .main select.form-control, .main .input-group-lg > select.form-control, .main
  .input-group-lg > .input-group-btn > select.form-control.btn {
    height: 55px; }
    .blackberry .main select.form-control.input-lg, .blackberry .main .form-horizontal .form-group-lg select.form-control, .form-horizontal .form-group-lg .blackberry .main select.form-control, .blackberry .main .input-group-lg > select.form-control, .blackberry .main
    .input-group-lg > .input-group-btn > select.form-control.btn {
      line-height: 55px; }
  .main select.form-control {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-background-size: 10px auto;
    -khtml-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -ms-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
    background-image: url("../img/icons/select-skin-arrow-default.svg");
    background-position: right 15px center;
    background-repeat: no-repeat; }
    .ie .main select.form-control::-ms-expand {
      display: none; }
    .main select.form-control.input-sm, .main .form-horizontal .form-group-sm select.form-control, .form-horizontal .form-group-sm .main select.form-control, .main .input-group-sm > select.form-control, .main
    .input-group-sm > .input-group-btn > select.form-control.btn {
      -webkit-background-size: 8px auto;
      -khtml-background-size: 8px auto;
      -moz-background-size: 8px auto;
      -ms-background-size: 8px auto;
      -o-background-size: 8px auto;
      background-size: 8px auto;
      background-position: right 10px center; }
    .main select.form-control.input-lg, .main .form-horizontal .form-group-lg select.form-control, .form-horizontal .form-group-lg .main select.form-control, .main .input-group-lg > select.form-control, .main
    .input-group-lg > .input-group-btn > select.form-control.btn {
      -webkit-background-size: 15px auto;
      -khtml-background-size: 15px auto;
      -moz-background-size: 15px auto;
      -ms-background-size: 15px auto;
      -o-background-size: 15px auto;
      background-size: 15px auto;
      background-position: right 20px center; }

.main textarea.form-control {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.main .checkbox,
.main .radio {
  margin-bottom: 0;
  margin-top: 0; }

.main .control-label {
  color: black;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  height: auto;
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 0; }
  .main .control-label.label-sm {
    font-size: 16px;
    line-height: 35px; }
  .main .control-label.label-lg {
    font-size: 20px;
    line-height: 55px; }

.main .checkbox label,
.main .radio label {
  color: black;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  height: auto; }
  .main .checkbox label.label-sm,
  .main .radio label.label-sm {
    font-size: 14px;
    line-height: 22px; }
  .main .checkbox label.label-lg,
  .main .radio label.label-lg {
    font-size: 18px;
    line-height: 26px; }

.main .help-block {
  color: black;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 25px;
  margin: 5px 0 0 0; }

.main .has-error .form-control,
.main .form-control.error {
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: white;
  color: red;
  border-color: red; }
  .main .has-error .form-control::-moz-placeholder,
  .main .form-control.error::-moz-placeholder {
    color: red;
    opacity: 1; }
  .main .has-error .form-control:-ms-input-placeholder,
  .main .form-control.error:-ms-input-placeholder {
    color: red; }
  .main .has-error .form-control::-webkit-input-placeholder,
  .main .form-control.error::-webkit-input-placeholder {
    color: red; }

.main .has-error .control-label,
.main .control-label.error {
  color: darkred; }

.main .has-error .checkbox label,
.main .has-error .radio label,
.main .checkbox label.error,
.main .radio label.error {
  color: red; }

.main .has-error .help-block {
  color: red; }

.main .disabled .form-control,
.main .form-control.disabled {
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: #e7e8ea;
  color: darkgray;
  border-color: darkgray; }
  .main .disabled .form-control::-moz-placeholder,
  .main .form-control.disabled::-moz-placeholder {
    color: darkgray;
    opacity: 1; }
  .main .disabled .form-control:-ms-input-placeholder,
  .main .form-control.disabled:-ms-input-placeholder {
    color: darkgray; }
  .main .disabled .form-control::-webkit-input-placeholder,
  .main .form-control.disabled::-webkit-input-placeholder {
    color: darkgray; }

.main .disabled .control-label,
.main .control-label.disabled {
  color: #f8f8f8;
  cursor: not-allowed; }

.main .disabled .checkbox label,
.main .disabled .radio label,
.main .checkbox label.disabled,
.main .radio label.disabled {
  color: #f8f8f8;
  cursor: not-allowed; }

.main .disabled .help-block {
  color: #f8f8f8; }

.main .form-control.input-version-1 {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: yellow;
  border-color: #00c4db;
  border-width: 1px;
  color: darkgreen;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 10px 15px; }
  .main .form-control.input-version-1::-moz-placeholder {
    color: darkgreen;
    opacity: 1; }
  .main .form-control.input-version-1:-ms-input-placeholder {
    color: darkgreen; }
  .main .form-control.input-version-1::-webkit-input-placeholder {
    color: darkgreen; }
  .main .form-control.input-version-1:focus {
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: orange;
    border-color: darkgreen;
    color: #00c4db; }
    .main .form-control.input-version-1:focus::-moz-placeholder {
      color: #00c4db;
      opacity: 1; }
    .main .form-control.input-version-1:focus:-ms-input-placeholder {
      color: #00c4db; }
    .main .form-control.input-version-1:focus::-webkit-input-placeholder {
      color: #00c4db; }

.main .form-control.input-sm.input-version-1, .main .form-horizontal .form-group-sm .form-control.input-version-1, .form-horizontal .form-group-sm .main .form-control.input-version-1, .main .input-group-sm > .form-control.input-version-1, .main
.input-group-sm > .input-group-btn > .form-control.input-version-1.btn {
  -webkit-border-top-left-radius: -5px;
  -webkit-border-top-right-radius: -5px;
  -webkit-border-bottom-right-radius: -5px;
  -webkit-border-bottom-left-radius: -5px;
  -moz-border-radius-topleft: -5px;
  -moz-border-radius-topright: -5px;
  -moz-border-radius-bottomright: -5px;
  -moz-border-radius-bottomleft: -5px;
  border-top-left-radius: -5px;
  border-top-right-radius: -5px;
  border-bottom-right-radius: -5px;
  border-bottom-left-radius: -5px;
  border-width: 1px;
  font-size: 16px;
  padding: 5px 10px; }

.main .form-control.input-lg.input-version-1, .main .form-horizontal .form-group-lg .form-control.input-version-1, .form-horizontal .form-group-lg .main .form-control.input-version-1, .main .input-group-lg > .form-control.input-version-1, .main
.input-group-lg > .input-group-btn > .form-control.input-version-1.btn {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 1px;
  font-size: 20px;
  padding: 15px 20px; }

.main .form-control-fake.input-version-1 {
  height: 45px;
  line-height: 45px; }

.main .form-control-fake.input-sm.input-version-1, .main .form-horizontal .form-group-sm .form-control-fake.input-version-1.form-control, .form-horizontal .form-group-sm .main .form-control-fake.input-version-1.form-control, .main .input-group-sm > .form-control-fake.input-version-1.form-control, .main
.input-group-sm > .form-control-fake.input-version-1.input-group-addon, .main
.input-group-sm > .input-group-btn > .form-control-fake.input-version-1.btn {
  height: 35px;
  line-height: 35px; }

.blackberry .main .form-control-fake.input-sm.input-version-1, .blackberry .main .form-horizontal .form-group-sm .form-control-fake.input-version-1.form-control, .form-horizontal .form-group-sm .blackberry .main .form-control-fake.input-version-1.form-control, .blackberry .main .input-group-sm > .form-control-fake.input-version-1.form-control, .blackberry .main
.input-group-sm > .form-control-fake.input-version-1.input-group-addon, .blackberry .main
.input-group-sm > .input-group-btn > .form-control-fake.input-version-1.btn {
  line-height: 35px; }

.main .form-control-fake.input-lg.input-version-1, .main .form-horizontal .form-group-lg .form-control-fake.input-version-1.form-control, .form-horizontal .form-group-lg .main .form-control-fake.input-version-1.form-control, .main .input-group-lg > .form-control-fake.input-version-1.form-control, .main
.input-group-lg > .form-control-fake.input-version-1.input-group-addon, .main
.input-group-lg > .input-group-btn > .form-control-fake.input-version-1.btn {
  height: 55px;
  line-height: 55px; }

.blackberry .main .form-control-fake.input-lg.input-version-1, .blackberry .main .form-horizontal .form-group-lg .form-control-fake.input-version-1.form-control, .form-horizontal .form-group-lg .blackberry .main .form-control-fake.input-version-1.form-control, .blackberry .main .input-group-lg > .form-control-fake.input-version-1.form-control, .blackberry .main
.input-group-lg > .form-control-fake.input-version-1.input-group-addon, .blackberry .main
.input-group-lg > .input-group-btn > .form-control-fake.input-version-1.btn {
  line-height: 55px; }

.main input.form-control.input-version-1 {
  height: 45px; }

.main input.form-control.input-sm.input-version-1, .main .form-horizontal .form-group-sm input.form-control.input-version-1, .form-horizontal .form-group-sm .main input.form-control.input-version-1, .main .input-group-sm > input.form-control.input-version-1, .main
.input-group-sm > .input-group-btn > input.form-control.input-version-1.btn {
  height: 35px; }

.blackberry .main input.form-control.input-sm.input-version-1, .blackberry .main .form-horizontal .form-group-sm input.form-control.input-version-1, .form-horizontal .form-group-sm .blackberry .main input.form-control.input-version-1, .blackberry .main .input-group-sm > input.form-control.input-version-1, .blackberry .main
.input-group-sm > .input-group-btn > input.form-control.input-version-1.btn {
  line-height: 35px; }

.main input.form-control.input-lg.input-version-1, .main .form-horizontal .form-group-lg input.form-control.input-version-1, .form-horizontal .form-group-lg .main input.form-control.input-version-1, .main .input-group-lg > input.form-control.input-version-1, .main
.input-group-lg > .input-group-btn > input.form-control.input-version-1.btn {
  height: 55px; }

.blackberry .main input.form-control.input-lg.input-version-1, .blackberry .main .form-horizontal .form-group-lg input.form-control.input-version-1, .form-horizontal .form-group-lg .blackberry .main input.form-control.input-version-1, .blackberry .main .input-group-lg > input.form-control.input-version-1, .blackberry .main
.input-group-lg > .input-group-btn > input.form-control.input-version-1.btn {
  line-height: 55px; }

.main select.form-control.input-version-1 {
  height: 45px; }

.blackberry .main select.form-control.input-version-1 {
  line-height: 45px; }

.main select.form-control option {
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif; }

.main select.form-control.input-sm.input-version-1, .main .form-horizontal .form-group-sm select.form-control.input-version-1, .form-horizontal .form-group-sm .main select.form-control.input-version-1, .main .input-group-sm > select.form-control.input-version-1, .main
.input-group-sm > .input-group-btn > select.form-control.input-version-1.btn {
  height: 45px; }

.blackberry .main select.form-control.input-sm.input-version-1, .blackberry .main .form-horizontal .form-group-sm select.form-control.input-version-1, .form-horizontal .form-group-sm .blackberry .main select.form-control.input-version-1, .blackberry .main .input-group-sm > select.form-control.input-version-1, .blackberry .main
.input-group-sm > .input-group-btn > select.form-control.input-version-1.btn {
  line-height: 35px; }

.main select.form-control.input-lg.input-version-1, .main .form-horizontal .form-group-lg select.form-control.input-version-1, .form-horizontal .form-group-lg .main select.form-control.input-version-1, .main .input-group-lg > select.form-control.input-version-1, .main
.input-group-lg > .input-group-btn > select.form-control.input-version-1.btn {
  height: 55px; }

.blackberry .main select.form-control.input-lg.input-version-1, .blackberry .main .form-horizontal .form-group-lg select.form-control.input-version-1, .form-horizontal .form-group-lg .blackberry .main select.form-control.input-version-1, .blackberry .main .input-group-lg > select.form-control.input-version-1, .blackberry .main
.input-group-lg > .input-group-btn > select.form-control.input-version-1.btn {
  line-height: 55px; }

.main select.form-control.input-version-1 {
  -webkit-background-size: 14px auto;
  -khtml-background-size: 14px auto;
  -moz-background-size: 14px auto;
  -ms-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
  background-image: url("../img/icons/select-skin-arrow-version-1.svg");
  background-position: right 22px center; }
  .main select.form-control.input-version-1.input-sm, .main .form-horizontal .form-group-sm select.form-control.input-version-1, .form-horizontal .form-group-sm .main select.form-control.input-version-1, .main .input-group-sm > select.form-control.input-version-1, .main
  .input-group-sm > .input-group-btn > select.form-control.input-version-1.btn {
    -webkit-background-size: 12px auto;
    -khtml-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -ms-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
    background-position: right 20px center; }
  .main select.form-control.input-version-1.input-lg, .main .form-horizontal .form-group-lg select.form-control.input-version-1, .form-horizontal .form-group-lg .main select.form-control.input-version-1, .main .input-group-lg > select.form-control.input-version-1, .main
  .input-group-lg > .input-group-btn > select.form-control.input-version-1.btn {
    -webkit-background-size: 16px auto;
    -khtml-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
    background-position: right 26px center; }

.main .control-label.label-version-1 {
  color: #00c4db;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 45px; }
  .main .control-label.label-version-1.label-sm {
    font-size: 18px;
    line-height: 35px; }
  .main .control-label.label-version-1.label-lg {
    font-size: 22px;
    line-height: 55px; }

.main .checkbox label.label-version-1,
.main .radio label.label-version-1 {
  color: #00c4db;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px; }
  .main .checkbox label.label-version-1.label-sm,
  .main .radio label.label-version-1.label-sm {
    font-size: 18px;
    line-height: 26px; }
  .main .checkbox label.label-version-1.label-lg,
  .main .radio label.label-version-1.label-lg {
    font-size: 22px;
    line-height: 30px; }

.main .help-block.help-block-version-1 {
  color: #f8f8f8;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0 0 0; }

.main .has-error .form-control.input-version-1,
.main .form-control.error.input-version-1 {
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: yellow;
  color: darkred;
  border-color: darkred; }
  .main .has-error .form-control.input-version-1::-moz-placeholder,
  .main .form-control.error.input-version-1::-moz-placeholder {
    color: darkred;
    opacity: 1; }
  .main .has-error .form-control.input-version-1:-ms-input-placeholder,
  .main .form-control.error.input-version-1:-ms-input-placeholder {
    color: darkred; }
  .main .has-error .form-control.input-version-1::-webkit-input-placeholder,
  .main .form-control.error.input-version-1::-webkit-input-placeholder {
    color: darkred; }

.main .has-error .control-label.label-version-1,
.main .control-label.error.label-version-1 {
  color: darkred; }

.main .has-error .checkbox label.label-version-1,
.main .has-error .radio label.label-version-1,
.main .checkbox label.error.label-version-1,
.main .radio label.error.label-version-1 {
  color: darkred; }

.main .has-error .help-block.help-block-version-1 {
  color: darkred; }

.main .disabled .form-control.input-version-1,
.main .form-control.disabled.input-version-1 {
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: white;
  color: darkgray;
  border-color: #e7e8ea; }
  .main .disabled .form-control.input-version-1::-moz-placeholder,
  .main .form-control.disabled.input-version-1::-moz-placeholder {
    color: darkgray;
    opacity: 1; }
  .main .disabled .form-control.input-version-1:-ms-input-placeholder,
  .main .form-control.disabled.input-version-1:-ms-input-placeholder {
    color: darkgray; }
  .main .disabled .form-control.input-version-1::-webkit-input-placeholder,
  .main .form-control.disabled.input-version-1::-webkit-input-placeholder {
    color: darkgray; }

.main .disabled .control-label.label-version-1,
.main .control-label.disabled.label-version-1 {
  color: #e7e8ea; }

.main .disabled .checkbox label.label-version-1,
.main .disabled .radio label.label-version-1,
.main .checkbox label.disabled.label-version-1,
.main .radio label.disabled.label-version-1 {
  color: #e7e8ea; }

.main .disabled .help-block.help-block-version-1 {
  color: #f8f8f8; }

/* forms END */
/*** Project checkbox + radio skin ***/
/* checkbox + radio skin START */
.main .checkbox-skin label,
.main .radio-skin label {
  display: inline-block;
  padding-left: 32.5px;
  position: relative;
  vertical-align: top; }
  .main .checkbox-skin label:before,
  .main .radio-skin label:before {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: white;
    border: 1px solid #f8f8f8;
    content: '';
    display: inline-block;
    height: 22.5px;
    left: 0;
    position: absolute;
    vertical-align: top;
    width: 22.5px; }
  .main .checkbox-skin label:after,
  .main .radio-skin label:after {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    vertical-align: top; }

.main .checkbox-skin input[type="checkbox"],
.main .checkbox-skin input[type="radio"],
.main .radio-skin input[type="checkbox"],
.main .radio-skin input[type="radio"] {
  margin: 0;
  opacity: 0;
  z-index: 1; }
  .main .checkbox-skin input[type="checkbox"]:focus + label:before,
  .main .checkbox-skin input[type="radio"]:focus + label:before,
  .main .radio-skin input[type="checkbox"]:focus + label:before,
  .main .radio-skin input[type="radio"]:focus + label:before {
    background-color: white;
    border-color: black; }
  .main .checkbox-skin input[type="checkbox"]:checked + label:before,
  .main .checkbox-skin input[type="radio"]:checked + label:before,
  .main .radio-skin input[type="checkbox"]:checked + label:before,
  .main .radio-skin input[type="radio"]:checked + label:before {
    background-color: white;
    border-color: black; }

.main .has-error .checkbox-skin input[type="checkbox"] + label:before,
.main .has-error .checkbox-skin input[type="radio"] + label:before,
.main .checkbox-skin input[type="checkbox"].error + label:before,
.main .checkbox-skin input[type="radio"].error + label:before,
.main .has-error .radio-skin input[type="checkbox"] + label:before,
.main .has-error .radio-skin input[type="radio"] + label:before,
.main .radio-skin input[type="checkbox"].error + label:before,
.main .radio-skin input[type="radio"].error + label:before {
  background-color: white;
  border-color: red; }

.main .disabled .checkbox-skin input[type="checkbox"] + label:before,
.main .disabled .checkbox-skin input[type="radio"] + label:before,
.main .checkbox-skin input[type="checkbox"]:disabled + label:before,
.main .checkbox-skin input[type="radio"]:disabled + label:before,
.main .disabled .radio-skin input[type="checkbox"] + label:before,
.main .disabled .radio-skin input[type="radio"] + label:before,
.main .radio-skin input[type="checkbox"]:disabled + label:before,
.main .radio-skin input[type="radio"]:disabled + label:before {
  background-color: #e7e8ea;
  border-color: darkgray;
  cursor: not-allowed; }

.main .checkbox-skin label:before {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.main .checkbox-skin label:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  color: #f8f8f8;
  content: "✔";
  font-size: 18.5px;
  height: 22.5px;
  left: 0;
  line-height: 22.5px;
  text-align: center;
  top: 0;
  width: 22.5px; }
  .chrome .main .checkbox-skin label:after,
  .opera .main .checkbox-skin label:after {
    margin-top: 1px; }

.main .checkbox-skin input[type="checkbox"]:focus + label:after,
.main .checkbox-skin input[type="radio"]:focus + label:after {
  color: black; }

.main .checkbox-skin input[type="checkbox"]:checked + label:after,
.main .checkbox-skin input[type="radio"]:checked + label:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  color: black; }

.main .checkbox-skin.checkbox-skin-circle label:before {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.main .has-error .checkbox-skin input[type="checkbox"] + label:after,
.main .has-error .checkbox-skin input[type="radio"] + label:after,
.main .checkbox-skin input[type="checkbox"].error + label:after,
.main .checkbox-skin input[type="radio"].error + label:after {
  color: red; }

.main .disabled .checkbox-skin input[type="checkbox"] + label:after,
.main .disabled .checkbox-skin input[type="radio"] + label:after,
.main .checkbox-skin input[type="checkbox"]:disabled + label:after,
.main .checkbox-skin input[type="radio"]:disabled + label:after {
  color: darkgray; }

.main .radio-skin label:before {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.main .radio-skin label:after {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: scale(0, 0);
  -khtml-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  background-color: #f8f8f8;
  content: '';
  height: 12.5px;
  left: 5px;
  top: 5px;
  width: 12.5px; }

.main .radio-skin input[type="radio"]:focus + label:after {
  background-color: black; }

.main .radio-skin input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: black; }

.main .has-error .radio-skin input[type="checkbox"] + label:after,
.main .has-error .radio-skin input[type="radio"] + label:after,
.main .radio-skin input[type="checkbox"].error + label:after,
.main .radio-skin input[type="radio"].error + label:after {
  background-color: red; }

.main .disabled .radio-skin input[type="checkbox"] + label:after,
.main .disabled .radio-skin input[type="radio"] + label:after,
.main .radio-skin input[type="checkbox"]:disabled + label:after,
.main .radio-skin input[type="radio"]:disabled + label:after {
  background-color: darkgray; }

.main .checkbox-skin label.label-version-1,
.main .radio-skin label.label-version-1 {
  padding-left: 39.5px; }
  .main .checkbox-skin label.label-version-1:before,
  .main .radio-skin label.label-version-1:before {
    background-color: yellow;
    border-color: #00c4db;
    border-width: 2px;
    height: 24.5px;
    width: 24.5px; }

.main .checkbox-skin input[type="checkbox"]:focus + label.label-version-1:before,
.main .checkbox-skin input[type="radio"]:focus + label.label-version-1:before,
.main .radio-skin input[type="checkbox"]:focus + label.label-version-1:before,
.main .radio-skin input[type="radio"]:focus + label.label-version-1:before {
  background-color: orange;
  border-color: darkgreen; }

.main .checkbox-skin input[type="checkbox"]:checked + label.label-version-1:before,
.main .checkbox-skin input[type="radio"]:checked + label.label-version-1:before,
.main .radio-skin input[type="checkbox"]:checked + label.label-version-1:before,
.main .radio-skin input[type="radio"]:checked + label.label-version-1:before {
  background-color: yellow;
  border-color: darkgreen; }

.main .has-error .checkbox-skin input[type="checkbox"] + label.label-version-1:before,
.main .has-error .checkbox-skin input[type="radio"] + label.label-version-1:before,
.main .checkbox-skin input[type="checkbox"].error + label.label-version-1:before,
.main .checkbox-skin input[type="radio"].error + label.label-version-1:before,
.main .has-error .radio-skin input[type="checkbox"] + label.label-version-1:before,
.main .has-error .radio-skin input[type="radio"] + label.label-version-1:before,
.main .radio-skin input[type="checkbox"].error + label.label-version-1:before,
.main .radio-skin input[type="radio"].error + label.label-version-1:before {
  background-color: yellow;
  border-color: darkred; }

.main .disabled .checkbox-skin input[type="checkbox"] + label.label-version-1:before,
.main .disabled .checkbox-skin input[type="radio"] + label.label-version-1:before,
.main .checkbox-skin input[type="checkbox"]:disabled + label.label-version-1:before,
.main .checkbox-skin input[type="radio"]:disabled + label.label-version-1:before,
.main .disabled .radio-skin input[type="checkbox"] + label.label-version-1:before,
.main .disabled .radio-skin input[type="radio"] + label.label-version-1:before,
.main .radio-skin input[type="checkbox"]:disabled + label.label-version-1:before,
.main .radio-skin input[type="radio"]:disabled + label.label-version-1:before {
  background-color: white;
  border-color: #e7e8ea; }

.main .checkbox-skin label.label-version-1:before {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.main .checkbox-skin label.label-version-1:after {
  color: darkgreen;
  content: "♡";
  font-size: 20.5px;
  height: 24.5px;
  line-height: 24.5px;
  width: 24.5px; }

.main .checkbox-skin input[type="checkbox"]:focus + label.label-version-1:after,
.main .checkbox-skin input[type="radio"]:focus + label.label-version-1:after {
  color: #00c4db; }

.main .checkbox-skin input[type="checkbox"]:checked + label.label-version-1:after,
.main .checkbox-skin input[type="radio"]:checked + label.label-version-1:after {
  color: #00c4db; }

.main .has-error .checkbox-skin input[type="checkbox"] + label.label-version-1:after,
.main .has-error .checkbox-skin input[type="radio"] + label.label-version-1:after,
.main .checkbox-skin input[type="checkbox"].error + label.label-version-1:after,
.main .checkbox-skin input[type="radio"].error + label.label-version-1:after {
  color: darkred; }

.main .disabled .checkbox-skin input[type="checkbox"] + label.label-version-1:after,
.main .disabled .checkbox-skin input[type="radio"] + label.label-version-1:after,
.main .checkbox-skin input[type="checkbox"]:disabled + label.label-version-1:after,
.main .checkbox-skin input[type="radio"]:disabled + label.label-version-1:after {
  color: darkgray; }

.main .radio-skin label.label-version-1:after {
  background-color: darkgreen;
  height: 14.5px;
  left: 5px;
  top: 5px;
  width: 14.5px; }

.main .radio-skin input[type="radio"]:focus + label.label-version-1:after {
  background-color: #00c4db; }

.main .radio-skin input[type="radio"]:checked + label.label-version-1:after {
  background-color: #00c4db; }

.main .has-error .radio-skin input[type="checkbox"] + label.label-version-1:after,
.main .has-error .radio-skin input[type="radio"] + label.label-version-1:after,
.main .radio-skin input[type="checkbox"].error + label.label-version-1:after,
.main .radio-skin input[type="radio"].error + label.label-version-1:after {
  background-color: darkred; }

.main .disabled .radio-skin input[type="checkbox"] + label.label-version-1:after,
.main .disabled .radio-skin input[type="radio"] + label.label-version-1:after,
.main .radio-skin input[type="checkbox"]:disabled + label.label-version-1:after,
.main .radio-skin input[type="radio"]:disabled + label.label-version-1:after {
  background-color: darkgray; }

/* checkbox + radio skin END */
/*** Project buttons ***/
/* buttons START */
.main .btn {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  border-color: #00c4db;
  border-width: 2px;
  color: #00c4db;
  font-family: "ProximaNova-Semibold_1", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 35px;
  text-decoration: none;
  vertical-align: top; }
  @media (min-width: 1200px) {
    .main .btn:hover, .main .btn:focus {
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -webkit-opacity: 0.5;
      -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
      -ms-opacity: 0.5;
      -o-opacity: 0.5;
      opacity: 0.5;
      background: transparent;
      border-color: #11192d;
      color: #11192d;
      text-decoration: none !important; } }
  .main .btn.btn-sm {
    -webkit-border-top-left-radius: -5px;
    -webkit-border-top-right-radius: -5px;
    -webkit-border-bottom-right-radius: -5px;
    -webkit-border-bottom-left-radius: -5px;
    -moz-border-radius-topleft: -5px;
    -moz-border-radius-topright: -5px;
    -moz-border-radius-bottomright: -5px;
    -moz-border-radius-bottomleft: -5px;
    border-top-left-radius: -5px;
    border-top-right-radius: -5px;
    border-bottom-right-radius: -5px;
    border-bottom-left-radius: -5px;
    border-width: 2px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px; }
  .main .btn.btn-lg {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 2px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px; }
  .main .btn[disabled] {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    color: #f8f8f8;
    background: #e7e8ea;
    border-color: darkgray; }
  .main .btn.btn-version-1 {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: yellow;
    border-color: #00c4db;
    border-width: 1px;
    color: #00c4db;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .main .btn.btn-version-1:hover, .main .btn.btn-version-1:focus {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5;
        background: orange;
        border-color: darkgreen;
        color: darkgreen; } }
    .main .btn.btn-version-1.btn-sm {
      -webkit-border-top-left-radius: -5px;
      -webkit-border-top-right-radius: -5px;
      -webkit-border-bottom-right-radius: -5px;
      -webkit-border-bottom-left-radius: -5px;
      -moz-border-radius-topleft: -5px;
      -moz-border-radius-topright: -5px;
      -moz-border-radius-bottomright: -5px;
      -moz-border-radius-bottomleft: -5px;
      border-top-left-radius: -5px;
      border-top-right-radius: -5px;
      border-bottom-right-radius: -5px;
      border-bottom-left-radius: -5px;
      border-width: 1px;
      font-size: 16px;
      height: 35px;
      line-height: 35px;
      padding: 0 10px; }
    .main .btn.btn-version-1.btn-lg {
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-width: 1px;
      font-size: 20px;
      height: 55px;
      line-height: 55px;
      padding: 0 20px; }
  .main .btn[disabled].btn-version-1 {
    -webkit-box-shadow: 0 0 0 transparent;
    -khtml-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    color: darkgray;
    background: white;
    border-color: #e7e8ea; }
  .main .btn.btn-success, .main .btn.btn-info, .main .btn.btn-warning, .main .btn.btn-danger, .main .btn.btn-link {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    color: white; }
    @media (min-width: 1200px) {
      .main .btn.btn-success:hover, .main .btn.btn-success:focus, .main .btn.btn-info:hover, .main .btn.btn-info:focus, .main .btn.btn-warning:hover, .main .btn.btn-warning:focus, .main .btn.btn-danger:hover, .main .btn.btn-danger:focus, .main .btn.btn-link:hover, .main .btn.btn-link:focus {
        color: white; } }
  .main .btn.btn-success {
    background: #00c4db;
    background: rgba(0, 196, 219, 0.6);
    border-color: #00c4db; }
    @media (min-width: 1200px) {
      .main .btn.btn-success:hover, .main .btn.btn-success:focus {
        background: #00c4db;
        background: #00c4db; } }
  .main .btn.btn-info {
    background: blue;
    background: rgba(0, 0, 255, 0.6);
    border-color: blue; }
    @media (min-width: 1200px) {
      .main .btn.btn-info:hover, .main .btn.btn-info:focus {
        background: blue;
        background: blue; } }
  .main .btn.btn-warning {
    background: orange;
    background: rgba(255, 165, 0, 0.6);
    border-color: orange; }
    @media (min-width: 1200px) {
      .main .btn.btn-warning:hover, .main .btn.btn-warning:focus {
        background: orange;
        background: orange; } }
  .main .btn.btn-danger {
    background: red;
    background: rgba(255, 0, 0, 0.6);
    border-color: red; }
    @media (min-width: 1200px) {
      .main .btn.btn-danger:hover, .main .btn.btn-danger:focus {
        background: red;
        background: red; } }
  .main .btn.btn-link {
    background-color: transparent;
    border: 0;
    color: #f8f8f8; }
    @media (min-width: 1200px) {
      .main .btn.btn-link:hover, .main .btn.btn-link:focus {
        background-color: transparent;
        color: darkgray; } }

/* buttons END */
/*** Project grid extra ***/
/* grid extra START */
/* hide helpers */
.hide {
  display: none !important; }

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

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

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

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

@media (min-width: 1200px) and (max-width: 1499px) {
  .lg-hide {
    display: none !important; } }

@media (min-width: 1500px) {
  .xl-hide {
    display: none !important; } }

/* centered columns - more info: http://www.minimit.com/demos/bootstrap-3-responsive-centered-columns */
.center-block {
  float: none; }

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

.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  text-align: left; }

/* columns with same height - More info: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-same-height */
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed; }

.col-same-height {
  display: table-cell;
  float: none !important; }

@media (max-width: 767px) {
  .col-xs-same-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-same-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-same-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-dt-same-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .col-lg-same-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1500px) {
  .col-xl-same-height {
    display: table-cell;
    float: none !important; } }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/* grid extra END */
/*** Project margin ***/
/* margin START */
.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

/* no margin helpers */
.no-margin {
  margin-left: 0;
  margin-right: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

@media (max-width: 767px) {
  .xs-no-margin {
    margin-left: 0;
    margin-right: 0; }
  .xs-no-margin-left {
    margin-left: 0; }
  .xs-no-margin-right {
    margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-margin {
    margin-left: 0;
    margin-right: 0; }
  .sm-no-margin-left {
    margin-left: 0; }
  .sm-no-margin-right {
    margin-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-margin {
    margin-left: 0;
    margin-right: 0; }
  .md-no-margin-left {
    margin-left: 0; }
  .md-no-margin-right {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .dt-no-margin {
    margin-left: 0;
    margin-right: 0; }
  .dt-no-margin-left {
    margin-left: 0; }
  .dt-no-margin-right {
    margin-right: 0; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .lg-no-margin {
    margin-left: 0;
    margin-right: 0; }
  .lg-no-margin-left {
    margin-left: 0; }
  .lg-no-margin-right {
    margin-right: 0; } }

@media (min-width: 1500px) {
  .xl-no-margin {
    margin-left: 0;
    margin-right: 0; }
  .xl-no-margin-left {
    margin-left: 0; }
  .xl-no-margin-right {
    margin-right: 0; } }

/* vertical margin helpers */
.margin-bottom-default {
  margin-bottom: 66px; }

@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 40px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom {
    margin-bottom: 55px; } }

@media (min-width: 1500px) {
  .margin-bottom {
    margin-bottom: 70px; } }

@media (max-width: 767px) {
  .margin-bottom-texts {
    margin-bottom: -41px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-texts {
    margin-bottom: -26px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-texts {
    margin-bottom: -11px; } }

@media (min-width: 1500px) {
  .margin-bottom-texts {
    margin-bottom: 4px; } }

@media (max-width: 767px) {
  .margin-bottom-sm {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-sm {
    margin-bottom: 35px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-sm {
    margin-bottom: 45px; } }

@media (min-width: 1500px) {
  .margin-bottom-sm {
    margin-bottom: 55px; } }

@media (max-width: 767px) {
  .margin-bottom-sm-texts {
    margin-bottom: -41px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-sm-texts {
    margin-bottom: -31px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-sm-texts {
    margin-bottom: -21px; } }

@media (min-width: 1500px) {
  .margin-bottom-sm-texts {
    margin-bottom: -11px; } }

@media (max-width: 767px) {
  .margin-bottom-lg {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-lg {
    margin-bottom: 45px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-lg {
    margin-bottom: 65px; } }

@media (min-width: 1500px) {
  .margin-bottom-lg {
    margin-bottom: 85px; } }

@media (max-width: 767px) {
  .margin-bottom-lg-texts {
    margin-bottom: -41px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-bottom-lg-texts {
    margin-bottom: -21px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-bottom-lg-texts {
    margin-bottom: -1px; } }

@media (min-width: 1500px) {
  .margin-bottom-lg-texts {
    margin-bottom: 19px; } }

.margin-top-default {
  margin-top: 66px; }

@media (max-width: 767px) {
  .margin-top {
    margin-top: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-top {
    margin-top: 40px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-top {
    margin-top: 55px; } }

@media (min-width: 1500px) {
  .margin-top {
    margin-top: 70px; } }

@media (max-width: 767px) {
  .margin-top-sm {
    margin-top: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-top-sm {
    margin-top: 35px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-top-sm {
    margin-top: 45px; } }

@media (min-width: 1500px) {
  .margin-top-sm {
    margin-top: 55px; } }

@media (max-width: 767px) {
  .margin-top-lg {
    margin-top: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .margin-top-lg {
    margin-top: 45px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .margin-top-lg {
    margin-top: 65px; } }

@media (min-width: 1500px) {
  .margin-top-lg {
    margin-top: 85px; } }

/* margin END */
/*** Project paddings ***/
/* paddings START */
@media (min-width: 992px) {
  .padding-right-51 {
    padding-right: 51px; } }

/* no paddings helpers */
.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

@media (max-width: 767px) {
  .xs-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .xs-no-padding-left {
    padding-left: 0; }
  .xs-no-padding-right {
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .sm-no-padding-left {
    padding-left: 0; }
  .sm-no-padding-right {
    padding-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .md-no-padding-left {
    padding-left: 0; }
  .md-no-padding-right {
    padding-right: 0; } }

@media (min-width: 1200px) {
  .dt-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .dt-no-padding-left {
    padding-left: 0; }
  .dt-no-padding-right {
    padding-right: 0; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .lg-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .lg-no-padding-left {
    padding-left: 0; }
  .lg-no-padding-right {
    padding-right: 0; } }

@media (min-width: 1500px) {
  .xl-no-padding {
    padding-left: 0;
    padding-right: 0; }
  .xl-no-padding-left {
    padding-left: 0; }
  .xl-no-padding-right {
    padding-right: 0; } }

/* vertical paddings helpers */
.padding-bottom-default {
  padding-bottom: 66px; }

@media (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom {
    padding-bottom: 40px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom {
    padding-bottom: 55px; } }

@media (min-width: 1500px) {
  .padding-bottom {
    padding-bottom: 70px; } }

@media (max-width: 767px) {
  .padding-bottom-texts {
    padding-bottom: -41px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-texts {
    padding-bottom: -26px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-texts {
    padding-bottom: -11px; } }

@media (min-width: 1500px) {
  .padding-bottom-texts {
    padding-bottom: 4px; } }

@media (max-width: 767px) {
  .padding-bottom-sm {
    padding-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-sm {
    padding-bottom: 35px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-sm {
    padding-bottom: 45px; } }

@media (min-width: 1500px) {
  .padding-bottom-sm {
    padding-bottom: 55px; } }

@media (max-width: 767px) {
  .padding-bottom-sm-texts {
    padding-bottom: -41px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-sm-texts {
    padding-bottom: -31px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-sm-texts {
    padding-bottom: -21px; } }

@media (min-width: 1500px) {
  .padding-bottom-sm-texts {
    padding-bottom: -11px; } }

@media (max-width: 767px) {
  .padding-bottom-lg {
    padding-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-lg {
    padding-bottom: 45px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-lg {
    padding-bottom: 65px; } }

@media (min-width: 1500px) {
  .padding-bottom-lg {
    padding-bottom: 85px; } }

@media (max-width: 767px) {
  .padding-bottom-lg-texts {
    padding-bottom: -41px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-bottom-lg-texts {
    padding-bottom: -21px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-bottom-lg-texts {
    padding-bottom: -1px; } }

@media (min-width: 1500px) {
  .padding-bottom-lg-texts {
    padding-bottom: 19px; } }

.padding-top-default {
  padding-top: 66px; }

@media (max-width: 767px) {
  .padding-top {
    padding-top: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-top {
    padding-top: 40px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-top {
    padding-top: 55px; } }

@media (min-width: 1500px) {
  .padding-top {
    padding-top: 70px; } }

@media (max-width: 767px) {
  .padding-top-sm {
    padding-top: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-top-sm {
    padding-top: 35px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-top-sm {
    padding-top: 45px; } }

@media (min-width: 1500px) {
  .padding-top-sm {
    padding-top: 55px; } }

@media (max-width: 767px) {
  .padding-top-lg {
    padding-top: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .padding-top-lg {
    padding-top: 45px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .padding-top-lg {
    padding-top: 65px; } }

@media (min-width: 1500px) {
  .padding-top-lg {
    padding-top: 85px; } }

/* paddings END */
/*** Project positions ***/
/* positions START */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

@media (max-width: 767px) {
  .xs-relative {
    position: relative; }
  .xs-absolute {
    position: absolute; }
  .xs-fixed {
    position: fixed; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sm-relative {
    position: relative; }
  .sm-absolute {
    position: absolute; }
  .sm-fixed {
    position: fixed; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .md-relative {
    position: relative; }
  .md-absolute {
    position: absolute; }
  .md-fixed {
    position: fixed; } }

@media (min-width: 1200px) {
  .dt-relative {
    position: relative; }
  .dt-absolute {
    position: absolute; }
  .dt-fixed {
    position: fixed; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .lg-relative {
    position: relative; }
  .lg-absolute {
    position: absolute; }
  .lg-fixed {
    position: fixed; } }

@media (min-width: 1500px) {
  .hd-relative {
    position: relative; }
  .hd-absolute {
    position: absolute; }
  .hd-fixed {
    position: fixed; } }

/* positions END */
/*** Project pagination ***/
/* pagination START */
.main .pagination {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0 0 66px 0;
  vertical-align: top; }
  .main .pagination > li:before {
    display: none; }
  .main .pagination > li > a {
    background: white;
    border-color: blue;
    border-style: solid;
    border-width: 1px;
    color: blue;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: auto;
    line-height: 45px;
    padding: 0px 15px;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .main .pagination > li > a:hover, .main .pagination > li > a:focus {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        background: #e7e8ea;
        border-color: black;
        color: black;
        text-decoration: none; } }
  .main .pagination > li:first-child > a, .main .pagination > li:last-child > a {
    background: #f8f8f8;
    border-color: black;
    color: white; }
    @media (min-width: 1200px) {
      .main .pagination > li:first-child > a:hover, .main .pagination > li:first-child > a:focus, .main .pagination > li:last-child > a:hover, .main .pagination > li:last-child > a:focus {
        background: #e7e8ea;
        border-color: #f8f8f8;
        color: black; } }
  .main .pagination > li:first-child > a {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px; }
  .main .pagination > li:last-child > a {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0; }
  .main .pagination > li.active > a {
    background: red;
    color: white;
    border-color: darkred; }
    @media (min-width: 1200px) {
      .main .pagination > li.active > a:hover, .main .pagination > li.active > a:focus {
        background: darkred;
        color: white;
        border-color: darkred; } }
  .main .pagination > li.disabled > a {
    background: #e7e8ea !important;
    color: #f8f8f8 !important;
    border-color: #f8f8f8; }
  .main .pagination-sm {
    -webkit-border-top-left-radius: -5px;
    -webkit-border-top-right-radius: -5px;
    -webkit-border-bottom-right-radius: -5px;
    -webkit-border-bottom-left-radius: -5px;
    -moz-border-radius-topleft: -5px;
    -moz-border-radius-topright: -5px;
    -moz-border-radius-bottomright: -5px;
    -moz-border-radius-bottomleft: -5px;
    border-top-left-radius: -5px;
    border-top-right-radius: -5px;
    border-bottom-right-radius: -5px;
    border-bottom-left-radius: -5px; }
    .main .pagination-sm > li > a {
      border-width: 1px;
      font-size: 16px;
      line-height: 35px;
      padding: 0px 10px; }
  .main .pagination-lg {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    .main .pagination-lg > li > a {
      border-width: 1px;
      font-size: 20px;
      line-height: 55px;
      padding: 0px 20px; }

/* pagination END */
/*** Project cookiebar ***/
/* cookiebar START */
div.cookie-bar {
  background: #00c4db;
  background: rgba(0, 196, 219, 0.8);
  -webkit-transform: translate3d(0, 0, 4px);
  -khtml-transform: translate3d(0, 0, 4px);
  -moz-transform: translate3d(0, 0, 4px);
  -ms-transform: translate3d(0, 0, 4px);
  -o-transform: translate3d(0, 0, 4px);
  transform: translate3d(0, 0, 4px);
  -webkit-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 0;
  color: white;
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: auto;
  left: 0;
  line-height: 26px;
  min-height: 70px;
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 72px;
  padding-top: 22px;
  position: fixed;
  right: 0;
  text-align: center;
  top: auto;
  word-wrap: break-word;
  width: auto;
  z-index: 4; }
  @media (max-width: 767px) {
    div.cookie-bar {
      bottom: auto;
      position: absolute;
      top: 0; } }
  div.cookie-bar a {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: orange;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    text-decoration: none; }
    @media (min-width: 1200px) {
      div.cookie-bar a:hover, div.cookie-bar a:focus {
        text-decoration: underline; } }
    div.cookie-bar a.acceptCookies {
      -webkit-border-top-left-radius: 0px;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      background-color: #00c4db;
      border: 1px solid darkgreen;
      color: orange;
      display: block;
      float: none;
      font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
      font-size: 18px;
      height: 30px;
      line-height: 28px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 20px;
      width: 30px; }
      @media (min-width: 1200px) {
        div.cookie-bar a.acceptCookies:hover, div.cookie-bar a.acceptCookies:focus {
          background-color: darkgreen;
          border-color: darkgreen;
          color: yellow;
          text-decoration: none; } }

/* cookiebar END */
/*** Project bg image ***/
/* bg image START */
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden; }
  .bg-image img {
    display: none !important;
    height: 0 !important;
    width: 0 !important; }
  .bg-image .bg-image-text {
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
    text-indent: -20000px !important;
    width: 0 !important; }
  .bg-image.bg-image-1by1, .bg-image.bg-image-square {
    padding-bottom: 100%; }
  .bg-image.bg-image-4by3 {
    padding-bottom: 75%; }
  .bg-image.bg-image-3by2 {
    padding-bottom: 66.66666%; }
  .bg-image.bg-image-5by3 {
    padding-bottom: 60%; }
  .bg-image.bg-image-16by9 {
    padding-bottom: 56.25%; }
  .bg-image.bg-image-3by1 {
    padding-bottom: 33.33333%; }

/* bg image END */
/*** Project color generator ***/
/* color generator START */
.color-black {
  color: black; }

.bg-color-black {
  background-color: black; }

.border-color-black {
  border-color: black; }

.color-blue {
  color: blue; }

.bg-color-blue {
  background-color: blue; }

.border-color-blue {
  border-color: blue; }

.color-dark-blue {
  color: #11192d; }

.bg-color-dark-blue {
  background-color: #11192d; }

.border-color-dark-blue {
  border-color: #11192d; }

.color-brown {
  color: brown; }

.bg-color-brown {
  background-color: brown; }

.border-color-brown {
  border-color: brown; }

.color-green {
  color: #00c4db; }

.bg-color-green {
  background-color: #00c4db; }

.border-color-green {
  border-color: #00c4db; }

.color-dark-green {
  color: darkgreen; }

.bg-color-dark-green {
  background-color: darkgreen; }

.border-color-dark-green {
  border-color: darkgreen; }

.color-gray {
  color: #f8f8f8; }

.bg-color-gray {
  background-color: #f8f8f8; }

.border-color-gray {
  border-color: #f8f8f8; }

.color-light-gray {
  color: #e7e8ea; }

.bg-color-light-gray {
  background-color: #e7e8ea; }

.border-color-light-gray {
  border-color: #e7e8ea; }

.color-dark-gray {
  color: darkgray; }

.bg-color-dark-gray {
  background-color: darkgray; }

.border-color-dark-gray {
  border-color: darkgray; }

.color-red {
  color: red; }

.bg-color-red {
  background-color: red; }

.border-color-red {
  border-color: red; }

.color-dark-red {
  color: darkred; }

.bg-color-dark-red {
  background-color: darkred; }

.border-color-dark-red {
  border-color: darkred; }

.color-orange {
  color: orange; }

.bg-color-orange {
  background-color: orange; }

.border-color-orange {
  border-color: orange; }

.color-dark-orange {
  color: darkorange; }

.bg-color-dark-orange {
  background-color: darkorange; }

.border-color-dark-orange {
  border-color: darkorange; }

.color-yellow {
  color: yellow; }

.bg-color-yellow {
  background-color: yellow; }

.border-color-yellow {
  border-color: yellow; }

.color-white {
  color: white; }

.bg-color-white {
  background-color: white; }

.border-color-white {
  border-color: white; }

/* color generator END */
/*** Project embed responsive layer ***/
/* embed responsive layer START */
.embed-responsive-layer {
  background: blue;
  background: rgba(0, 0, 255, 0.6);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden; }
  .embed-responsive-layer p {
    color: white;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 1000px;
    left: 0;
    line-height: 1000px;
    margin-top: -500px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%; }
  @media (min-width: 1200px) {
    .embed-responsive-layer:hover, .embed-responsive-layer:focus {
      background: blue;
      background: rgba(0, 0, 255, 0.4);
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; } }
  @media (max-width: 1199px) {
    .embed-responsive-layer {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; } }
  .embed-responsive-layer.fade-out-layer {
    opacity: 0; }

/* embed responsive layer END */
/*** Project embed responsive layer for youtube ***/
/* embed responsive layer for youtube START */
.embed-responsive-layer-youtube {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .embed-responsive-layer-youtube p {
    background: blue;
    background: rgba(0, 0, 255, 0.6);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: white;
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 1000px;
    left: 0;
    line-height: 1000px;
    margin-top: -500px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%; }
    @media (min-width: 1200px) {
      .embed-responsive-layer-youtube p:hover, .embed-responsive-layer-youtube p:focus {
        background: blue;
        background: rgba(0, 0, 255, 0.4);
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; } }
    @media (max-width: 1199px) {
      .embed-responsive-layer-youtube p {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; } }
  .embed-responsive-layer-youtube.fade-out-layer {
    opacity: 0; }

/* embed responsive layer for youtube END */
/*** Project layout ***/
/* html + body START */
html,
body {
  /*
	// mobile
	@media (max-width: $screen-xs-max) {
		height: 100%;
		overflow-y: scroll;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
*/ }

/* html + body END */
/* main START */
.main {
  background: white;
  min-width: 320px;
  overflow: hidden;
  position: relative; }
  .main .container-fluid.relative {
    z-index: 1; }
  .main .noclick {
    pointer-events: none; }

/* main END */
/* header START */
.header {
  position: relative; }
  @media (min-width: 1200px) {
    .header nav .clearfix div:last-child ul li:last-child {
      position: absolute;
      right: 20px;
      bottom: 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header nav .clearfix div:last-child ul li:last-child {
      position: absolute;
      right: 0px;
      bottom: 0px; } }

/* header END */
/* contents START */
/* content START */
/* content END */
/* sidebar START */
/* sidebar END */
/* contents END */
/* footer START */
/* footer END */
/*** Project index page ***/
/* index START */
h1, h2, h3, h4, h5 {
  font-family: "PT_Serif-Web-Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 1px; }

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

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

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

body {
  padding-top: 0; }
  @media (min-width: 992px) {
    body {
      padding-top: 93px; } }

div#ccm-toolbar {
  z-index: 9999; }

#site-logo {
  padding-bottom: 3px;
  padding: 9px 30px 13px 30px; }
  @media (min-width: 992px) and (max-width: 1499px) {
    #site-logo {
      padding: 9px 15px 13px 15px; } }
  #site-logo a {
    padding: 0; }
  #site-logo svg {
    width: 100%;
    max-width: 200px;
    max-height: 57.7px; }
  #site-logo img {
    height: 100%; }

.main .highlight {
  color: #00c4db;
  font-family: inherit; }

.navbar-brand {
  width: 150px;
  height: auto;
  margin-top: 5px; }
  .navbar-brand img {
    width: 100%;
    height: auto; }
  .navbar-brand svg {
    display: inline-block;
    vertical-align: middle; }

.navbar {
  min-height: 50px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navbar svg path {
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.navbar.invert {
  background-color: #11192d; }
  .navbar.invert .nav.navbar-nav ul li a, .navbar.invert .nav.navbar-nav ul li {
    color: #fff /*!important*/ /*MM*/; }
  .navbar.invert svg path {
    fill: #fff; }

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 2; }

@media (min-width: 992px) {
  .navbar {
    position: fixed; } }

.navbar-toggle {
  margin-top: 20px; }

.navbar-default {
  border: none; }
  @media (min-width: 992px) {
    .navbar-default .navbar-nav {
      float: none; } }
  @media (min-width: 1500px) {
    .navbar-default .navbar-nav {
      padding-left: 18px; } }
  @media (min-width: 1200px) and (max-width: 1499px) {
    .navbar-default .navbar-nav {
      padding-left: 13px; } }
  .navbar-default .navbar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px; }
    @media (min-width: 992px) {
      .navbar-default .navbar-nav ul {
        height: 93px;
        line-height: 93px; } }
    .navbar-default .navbar-nav ul li {
      padding: 9px 42px 13px 42px; }
      @media (min-width: 992px) {
        .navbar-default .navbar-nav ul li {
          display: inline-block;
          vertical-align: bottom; } }
      @media (min-width: 1500px) {
        .navbar-default .navbar-nav ul li {
          padding: 9px 42px 13px 42px; } }
      @media (min-width: 992px) and (max-width: 1499px) {
        .navbar-default .navbar-nav ul li {
          padding: 9px 21px 13px 21px; } }
      .navbar-default .navbar-nav ul li a {
        display: block;
        color: black;
        line-height: 1; }

.property-select .head h2, .who-are-we .head h2 {
  margin-bottom: 24px;
  margin-top: -6px; }

.property-select .head p, .who-are-we .head p {
  margin-bottom: -13px;
  line-height: 28px; }

.property-select .desc, .who-are-we .desc {
  align-items: center;
  background: rgba(17, 25, 45, 0.9);
  color: white;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 0; }
  .property-select .desc h3, .who-are-we .desc h3 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 23px; }
  .property-select .desc p, .who-are-we .desc p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .property-select .desc p, .who-are-we .desc p {
        font-size: 13px;
        line-height: normal; } }

@media (max-width: 767px) {
  .property-select .item:before, .who-are-we .item:before {
    content: '+';
    background: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px; } }

.property-select .item:hover .desc, .property-select .item:focus .desc, .property-select .item:active .desc, .who-are-we .item:hover .desc, .who-are-we .item:focus .desc, .who-are-we .item:active .desc {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.property-select .item.sold-out .desc, .who-are-we .item.sold-out .desc {
  background: rgba(43, 46, 57, 0.7); }

.property-select .item.sold-out/*:hover*/ .desc, .property-select .item.sold-out:focus .desc, .property-select .item.sold-out:active .desc, .who-are-we .item.sold-out/*:hover*/ .desc, .who-are-we .item.sold-out:focus .desc, .who-are-we .item.sold-out:active .desc {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.property-select .item.sold-out/*:hover*/ .btn, .property-select .item.sold-out:focus .btn, .property-select .item.sold-out:active .btn, .who-are-we .item.sold-out/*:hover*/ .btn, .who-are-we .item.sold-out:focus .btn, .who-are-we .item.sold-out:active .btn {
  pointer-events: none; }

.property-select .item p:last-child, .who-are-we .item p:last-child {
  margin-bottom: 0; }

.who-are-we h2 {
  font-size: 30px;
  margin-bottom: 25px; }

.who-are-we p {
  margin-bottom: 0; }

.who-are-we .item:before {
  background-color: rgba(0, 0, 0, 0.5); }

.who-are-we .item .desc {
  margin: 0 15px; }
  .who-are-we .item .desc .btn-wrap {
    position: absolute;
    bottom: 0; }

@media (max-width: 768px) {
  .who-are-we .item:first-of-type {
    margin-bottom: 30px; } }

.title-block h2 {
  font-size: 30px;
  line-height: 1;
  margin: -6px 0 -5px 0; }

.img-responsive {
  margin-right: auto;
  margin-left: auto; }

.recent-block {
  margin-bottom: 36px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 768px) {
    .recent-block {
      padding-left: 15px;
      padding-right: 15px; } }
  .recent-block .col-xs-12.col-sm-12.col-md-4 {
    margin-bottom: 30px; }
  .recent-block .item {
    padding: 15px 40px 30px 40px; }
    .recent-block .item p {
      font-size: 16px;
      line-height: 28px;
      text-align: justify; }
  .recent-block small {
    margin-bottom: 15px;
    display: inline-block; }
  .recent-block h3 {
    margin-bottom: 20px;
    font-size: 23px; }
  .recent-block.margin-top-30 {
    margin-top: 30px;
    margin-bottom: 36px; }
    .recent-block.margin-top-30 .col-xs-12.col-sm-6.col-md-4.margin-bottom-default {
      margin-bottom: 30px; }

footer {
  padding: 0 30px;
  height: 93px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 992px) {
    footer {
      flex-direction: column;
      align-items: center;
      justify-content: space-around; } }
  footer > div {
    display: flex;
    align-items: center; }
  footer .social a {
    font-size: 23px;
    color: white;
    padding: 0 15px; }
  footer a {
    color: white; }
    footer a:hover {
      text-decoration: none;
      color: darkgray; }

@media (min-width: 992px) {
  .search-wrap {
    height: 39px; } }

.search-wrap .search-bar {
  font-family: "PT_Serif-Web-Bold", Arial, Helvetica, sans-serif;
  align-items: center;
  background: #11192D;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: 0;
  z-index: 1;
  /* Reset `button` and button-style `input` default styles */ }
  @media (max-width: 480px) {
    .search-wrap .search-bar {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 992px) {
    .search-wrap .search-bar {
      position: initial; } }
  .search-wrap .search-bar form {
    display: flex;
    width: 100%; }
  .search-wrap .search-bar input {
    background: #11192d;
    color: white;
    border: 0;
    height: 80px;
    line-height: 80px;
    width: 100%;
    font-size: 23px; }
    .search-wrap .search-bar input::-moz-placeholder {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .search-wrap .search-bar input:focus, .search-wrap .search-bar input:active {
      outline: 0; }
    @media (max-width: 480px) {
      .search-wrap .search-bar input {
        font-size: 20px; } }
  .search-wrap .search-bar input[type="submit"],
  .search-wrap .search-bar input[type="reset"],
  .search-wrap .search-bar input[type="button"],
  .search-wrap .search-bar button {
    width: 52px;
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none; }
    .search-wrap .search-bar input[type="submit"]:hover, .search-wrap .search-bar input[type="submit"]:active, .search-wrap .search-bar input[type="submit"]:focus,
    .search-wrap .search-bar input[type="reset"]:hover,
    .search-wrap .search-bar input[type="reset"]:active,
    .search-wrap .search-bar input[type="reset"]:focus,
    .search-wrap .search-bar input[type="button"]:hover,
    .search-wrap .search-bar input[type="button"]:active,
    .search-wrap .search-bar input[type="button"]:focus,
    .search-wrap .search-bar button:hover,
    .search-wrap .search-bar button:active,
    .search-wrap .search-bar button:focus {
      outline: 0; }
  .search-wrap .search-bar input::-moz-focus-inner,
  .search-wrap .search-bar button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .search-wrap .search-bar .fa-search {
    height: 42px;
    line-height: 42px;
    padding-left: 30px;
    border-left: 1px solid #00C4DB; }
    @media (max-width: 480px) {
      .search-wrap .search-bar .fa-search {
        padding-left: 15px; } }

.search-wrap ::-webkit-input-placeholder {
  color: white; }

.search-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: white; }

.search-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

.search-wrap :-ms-input-placeholder {
  color: white; }

.container-fluid.search-subpage {
  height: 0; }
  .container-fluid.search-subpage .search-bar {
    top: -47px;
    background: #FFFFFF; }
    .container-fluid.search-subpage .search-bar input {
      background: #FFFFFF;
      color: #11192D; }
    .container-fluid.search-subpage .search-bar .fa-search {
      border-left: 1px solid #00C4DB;
      color: #11192D; }
  .container-fluid.search-subpage ::-webkit-input-placeholder {
    color: #11192D; }
  .container-fluid.search-subpage :-moz-placeholder {
    /* Firefox 18- */
    color: #11192D; }
  .container-fluid.search-subpage ::-moz-placeholder {
    /* Firefox 19+ */
    color: #11192D; }
  .container-fluid.search-subpage :-ms-input-placeholder {
    color: #11192D; }

/*.carousel .item{

  a.btn {
    @media (min-width: $screen-tablet) {
      display: block;
    }
  }

  h1 {
    margin-bottom: 15px;

    @media (min-width: $screen-tablet) {
      display: block;
      margin-bottom: 23px;
    }
  }
}

.carousel .item img {
  margin: 0 auto;
}
*/
/*
  .carousel-caption {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;

    h1 {
      font-size: 20px;
      margin-bottom: 21px;

      @media (min-width: $screen-desktop) {
        margin-bottom: 15px;
        font-size: 28px;
      }
    }

    p {
      @media (max-width: $screen-desktop) {
        display: none;
      }
      @media (min-width: $screen-lg-desktop) {
        margin-bottom: 50px;
      }
    }

    a.btn.btn-default {
      &:hover {
        border-color: #fff;
        color: #fff;
        opacity: 1;
      }
    }
  }

  .carousel-indicators {
    z-index: 9999;
    display: none;

    @media (min-width: $screen-tablet) {
      display: block;
    }

    @media (min-width: $screen-desktop) {
      display: block;
      bottom: 15%;
      margin-bottom: 0;
    }

    @media (min-width: $screen-lg-desktop) {
      display: block;
      bottom: 22%;
      margin-bottom: 0;
    }

    li {
      margin: 1px 5px;
    }

    .active {
      margin: 1px 5px;
    }
  }

  .carousel {
    height: calc(100vh - 93px);
    width: 100%;
    overflow:hidden;
    z-index:0;
  }

  .carousel .carousel-inner img {
    display:block;
    object-fit: cover;
    height: 100vh;
    width: 100vw;
  }
*/
.parallax-block.full-size .parallax-window {
  object-fit: cover;
  height: calc(100vh - 93px);
  width: 100vw;
  z-index: 1; }
  @media (max-width: 767px) {
    .parallax-block.full-size .parallax-window {
      height: auto;
      padding-top: 35px;
      padding-bottom: 35px; } }
  .parallax-block.full-size .parallax-window .parallax-text h1 {
    margin-bottom: 33px; }
  .parallax-block.full-size .parallax-window .parallax-text p {
    margin-bottom: 40px; }
  .parallax-block.full-size .parallax-window .parallax-text a.btn.btn-default:hover {
    border-color: #fff;
    color: #fff;
    opacity: 1; }

.main .btn.btn-primary {
  color: white;
  border-color: white; }

.fake-position {
  -ms-transform: translate(0, -93px);
  /* IE 9 */
  -webkit-transform: translate(0, -93px);
  /* Safari */
  transform: translate(0, -93px); }
  @media (max-width: 768px) {
    .fake-position {
      -ms-transform: translate(0, -50px);
      /* IE 9 */
      -webkit-transform: translate(0, -50px);
      /* Safari */
      transform: translate(0, -50px); } }

a.scroller {
  text-decoration: none;
  position: absolute;
  z-index: 10;
  bottom: 3%;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px; }
  a.scroller:hover, a.scroller:focus {
    text-decoration: none;
    color: #e7e8ea; }
  @media (max-width: 992px) {
    a.scroller {
      display: none; } }
  a.scroller .icomoon {
    color: white;
    font-size: 40px; }

.what-to-sell h3 {
  margin-bottom: 31px;
  font-size: 23px; }

.what-to-sell p {
  font-size: 16px;
  margin-bottom: 36px;
  text-align: center; }

.what-to-sell .col-xs-12.col-md-4 {
  padding: 0px 45px; }

.what-to-sell a.btn {
  margin-bottom: 10px; }

.pulse > .row {
  display: block; }
  @media (min-width: 992px) {
    .pulse > .row {
      display: flex; } }

.pulse .col-xs-12.col-md-4.margin-bottom-default {
  padding-bottom: 45px; }
  @media (max-width: 992px) {
    .pulse .col-xs-12.col-md-4.margin-bottom-default {
      display: block;
      padding-bottom: 0; } }
  .pulse .col-xs-12.col-md-4.margin-bottom-default a.btn {
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .pulse .col-xs-12.col-md-4.margin-bottom-default a.btn {
        position: relative; } }
  .pulse .col-xs-12.col-md-4.margin-bottom-default div.text-center {
    width: 100%;
    /* height: 45px; */
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 992px) {
      .pulse .col-xs-12.col-md-4.margin-bottom-default div.text-center {
        position: relative; } }

.pulse h3 {
  margin-bottom: 31px;
  font-size: 23px; }

.pulse p {
  font-size: 16px;
  margin-bottom: 36px;
  text-align: center; }

.pulse .col-xs-12.col-md-4 {
  padding: 0px 45px; }

.pulse a.btn {
  margin-bottom: 10px; }

/* index END */
/*** Project subpages ***/
html {
  -webkit-font-smoothing: antialiased; }

.main .alert-danger {
  background: none;
  border: 0; }
  .main .alert-danger p {
    color: red;
    font-size: 22px; }

.main .alert-success {
  background: none;
  border: 0; }
  .main .alert-success p {
    color: #00c4db;
    font-size: 22px; }

#map {
  display: block;
  width: 100%;
  min-height: 324px; }

.position-helper {
  position: absolute;
  top: -93px; }

/* subpage name START */
.parallax-mirror {
  z-index: 1 !important; }

.parallax-block {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .parallax-block {
      padding-top: 0px; } }
  .parallax-block .parallax-window {
    background: transparent;
    height: 100%;
    padding: 30px 0 30px 0;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center; }
    @media (min-width: 768px) {
      .parallax-block .parallax-window {
        height: 400px; } }
    @media (min-width: 992px) {
      .parallax-block .parallax-window {
        height: 550px; } }
  .parallax-block .parallax-text {
    /*position: absolute;*/
    z-index: 1;
    text-align: center;
    width: 100%;
    padding-right: 22%;
    padding-left: 22%; }
    @media (max-width: 768px) {
      .parallax-block .parallax-text {
        padding-right: 15%;
        padding-left: 15%; } }
    .parallax-block .parallax-text h1 {
      color: white;
      margin-bottom: 28px;
      font-size: 28px; }
    .parallax-block .parallax-text p {
      line-height: 28px;
      margin-bottom: 0;
      color: white;
      font-weight: 100;
      font-size: 18px;
      font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif; }
    .parallax-block .parallax-text a {
      text-decoration: none; }
    .parallax-block .parallax-text .icomoon {
      bottom: 10px;
      position: absolute;
      color: white;
      font-size: 42px; }

.custom-list-style ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .custom-list-style ul li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    table-layout: fixed;
    padding: 5px 0; }
    .custom-list-style ul li div {
      display: table-row; }
      .custom-list-style ul li div .fa {
        font-size: 16px;
        width: 25px;
        text-align: right; }
      .custom-list-style ul li div * {
        display: table-cell; }
      .custom-list-style ul li div span:last-child {
        padding-left: 15px;
        text-align: left !important; }

.slick-carousel .slick-prev {
  z-index: 2;
  left: 13%;
  width: 80px;
  height: 55px; }
  @media (max-width: 768px) {
    .slick-carousel .slick-prev {
      left: 5%; } }
  .slick-carousel .slick-prev:before {
    content: url("../img/slider_arrow_prev.svg");
    display: inline-block;
    width: 80px; }
    @media (max-width: 768px) {
      .slick-carousel .slick-prev:before {
        width: 45px; } }

.slick-carousel .slick-next {
  z-index: 2;
  right: 13%;
  width: 80px;
  height: 55px; }
  @media (max-width: 768px) {
    .slick-carousel .slick-next {
      right: 5%; } }
  .slick-carousel .slick-next:before {
    content: url("../img/slider_arrow_next.svg");
    display: inline-block;
    width: 80px; }
    @media (max-width: 768px) {
      .slick-carousel .slick-next:before {
        width: 45px; } }

.slick-carousel .slick-slide {
  outline: 0;
  position: relative; }
  .slick-carousel .slick-slide a {
    display: block !important; }

.slick-carousel .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 25, 45, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (max-width: 992px) {
    .slick-carousel .overlay {
      background: rgba(17, 25, 45, 0); } }

.slick-carousel .item.slick-slide.slick-current.slick-active.slick-center .overlay {
  visibility: hidden;
  background: rgba(17, 25, 45, 0); }

.search-wrap.search-subpage {
  height: auto; }
  @media (min-width: 992px) {
    .search-wrap.search-subpage {
      height: 0; } }
  .search-wrap.search-subpage .search-bar {
    position: relative;
    top: 0;
    z-index: 1; }
    @media (min-width: 992px) {
      .search-wrap.search-subpage .search-bar {
        top: -40px; } }
    @media (min-width: 1200px) {
      .search-wrap.search-subpage .search-bar {
        top: -40px; } }
    @media (min-width: 1500px) {
      .search-wrap.search-subpage .search-bar {
        top: -40px; } }

.search-wrap-outer {
  display: flex;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .search-wrap-outer {
      display: block; } }
  .search-wrap-outer .search-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
    .search-wrap-outer .search-list-item h3 {
      font-size: 25px;
      font-family: "PT_Serif-Web-Bold", Arial, Helvetica, sans-serif; }
      @media (max-width: 480px) {
        .search-wrap-outer .search-list-item h3 {
          margin-bottom: 22px; } }
    @media (max-width: 480px) {
      .search-wrap-outer .search-list-item p {
        text-align: justify;
        margin-bottom: 18px; } }
    @media (max-width: 480px) {
      .search-wrap-outer .search-list-item a {
        margin: 0 auto; } }
  @media (max-width: 480px) {
    .search-wrap-outer img {
      width: 100%; } }

.article p {
  font-size: 16px;
  line-height: 28px; }
  .article p:last-child {
    margin-bottom: 0; }

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article ol, .article ul, .article p {
  margin-bottom: 27px !important; }

@media (max-width: 768px) {
  .vente-details .content {
    margin-bottom: 30px; } }

.vente-details .content h3 {
  margin-bottom: 26px; }

.vente-details .content li, .vente-details .content p {
  font-size: 16px;
  line-height: 28px; }

.vente-details .content p {
  text-align: justify; }

.vente-details .contact {
  min-width: 488px; }
  @media (max-width: 768px) {
    .vente-details .contact {
      text-align: center; } }
  @media (max-width: 767px) {
    .vente-details .contact {
      min-width: auto; } }
  .vente-details .contact p {
    font-size: 16px;
    line-height: 28px; }
  .vente-details .contact .name {
    font-family: "ProximaNova-Bold_1", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .vente-details .contact .name {
        margin-top: 30px; } }
  .vente-details .contact .title {
    font-size: 16px;
    line-height: 28px; }
  .vente-details .contact .fa {
    width: 30px; }
  .vente-details .contact .phone {
    color: black;
    margin-bottom: 20px;
    white-space: nowrap; }
  .vente-details .contact .btn {
    margin-top: 68px; }
    @media (max-width: 768px) {
      .vente-details .contact .btn {
        margin-top: 22px; } }
  .vente-details .contact .img-wrap {
    float: left;
    margin-right: 30px; }
    @media (max-width: 768px) {
      .vente-details .contact .img-wrap {
        float: none;
        text-align: center;
        margin-right: 0; } }

.vente-details .custom-list-style ul li {
  font-family: "ProximaNova-Bold_1", Arial, Helvetica, sans-serif; }
  .vente-details .custom-list-style ul li span:last-child {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    text-align: right; }

@media (max-width: 768px) {
  .vente-details .right {
    display: flex;
    flex-direction: column; } }

.vente-details .right .row:nth-child(1) {
  order: 2; }

.vente-details .right .row:nth-child(2) {
  order: 1; }

.property-parameters {
  padding: 0 30px 0 30px; }
  .property-parameters .content h3 {
    margin-bottom: 26px; }
  .property-parameters .item {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .property-parameters .item * {
      width: 100%;
      text-align: center; }
    .property-parameters .item span {
      font-size: 16px; }
    .property-parameters .item span:first-child {
      font-family: "ProximaNova-Bold_1", Arial, Helvetica, sans-serif;
      font-weight: bold;
      border-bottom: 1px solid #e9e9e9; }

@media (min-width: 1500px) {
  .container.promotions {
    width: 1440px; } }

.promotions h3 {
  margin-bottom: 26px; }

.promotions .row {
  display: block; }
  @media (min-width: 992px) {
    .promotions .row {
      display: flex; } }
  .promotions .row .col-lg-5 {
    padding: 0; }
    .promotions .row .col-lg-5 .inner {
      padding: 15px;
      background-color: #f8f8f8; }
      @media (min-width: 1200px) {
        .promotions .row .col-lg-5 .inner {
          margin-right: 15px; } }
      @media (max-width: 991px) {
        .promotions .row .col-lg-5 .inner {
          margin-left: 15px;
          margin-right: 15px; } }
  .promotions .row:nth-child(even) {
    flex-direction: row-reverse; }
    @media (min-width: 1200px) {
      .promotions .row:nth-child(even) .col-lg-5 .inner {
        margin-right: 0px;
        margin-left: 15px; } }
    @media (min-width: 1200px) {
      .promotions .row:nth-child(even) .col-lg-7 .inner {
        margin-right: 15px; } }
    @media (min-width: 992px) {
      .promotions .row:nth-child(even) .col-lg-7 {
        padding-left: 0; } }
  @media (min-width: 992px) {
    .promotions .row:nth-child(odd) .col-lg-7 {
      padding-right: 0; } }
  .promotions .row p {
    font-size: 16px;
    line-height: 28px; }
    @media (max-width: 1499px) {
      .promotions .row p {
        line-height: 28px; } }

.promotions .item {
  position: relative;
  overflow: hidden; }
  .promotions .item.sold-out .btn {
    pointer-events: none; }
  .promotions .item .item-inner {
    position: relative; }
  .promotions .item .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 25, 45, 0.7);
    opacity: 0;
    color: white;
    margin: 0;
    padding: 30px; }
  .promotions .item .btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1; }
    @media (max-width: 767px) {
      .promotions .item .btn {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 1;
        padding: 0 15px;
        height: 30px;
        line-height: 29px; } }
  .promotions .item p {
    font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
    font-weight: 100; }
  .promotions .item span {
    font-family: "ProximaNova-Bold_1", Arial, Helvetica, sans-serif; }
  .promotions .item img {
    height: 100%;
    max-height: 100%;
    width: 100%; }
    @media (max-width: 480px) {
      .promotions .item img {
        margin-bottom: 15px; } }
    @media (max-width: 992px) {
      .promotions .item img {
        display: block;
        width: 100% \9;
        max-width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto; } }

.promotions .item:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.promotions .overlay p {
  margin-bottom: 10px;
  line-height: 1; }

.conseil h3 {
  margin-bottom: 27px;
  font-size: 23px; }

.conseil p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: -6px; }

.conseil .icons {
  width: 79px;
  height: 79px;
  margin-bottom: 45px; }

.conseil-slider {
  cursor: pointer; }
  .conseil-slider .slick-slide {
    outline: none; }
  .conseil-slider-arrow {
    position: absolute;
    bottom: -40px;
    color: darkgray;
    font-size: 22px;
    -webkit-transition: color 0,5s ease;
    -khtml-transition: color 0,5s ease;
    -moz-transition: color 0,5s ease;
    -ms-transition: color 0,5s ease;
    -o-transition: color 0,5s ease;
    transition: color 0,5s ease; }
    .conseil-slider-arrow.slick-disabled {
      display: none !important; }
    @media (min-width: 1200px) {
      .conseil-slider-arrow:hover, .conseil-slider-arrow:focus {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5; } }
    .conseil-slider-arrow-left {
      left: 15px; }
    .conseil-slider-arrow-right {
      right: 15px; }

@media (max-width: 1199px) {
  .conseil .item:before {
    content: '+';
    background: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px; } }

.conseil .overlay {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 25, 45, 0.9);
  opacity: 0;
  color: white;
  padding: 30px;
  overflow-y: auto;
  -ms-overflow-style: none; }
  .conseil .overlay .description {
    text-align: justify;
    margin-top: 28px; }

.conseil ::-webkit-scrollbar {
  display: none; }

.conseil .item:hover .overlay {
  text-decoration: none;
  opacity: 1;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.conseil .item p {
  font-family: "ProximaNova-Regular_1", Arial, Helvetica, sans-serif;
  font-weight: 100;
  line-height: 28px;
  margin-bottom: 0; }

.conseil .item span {
  font-family: "ProximaNova-Bold_1", Arial, Helvetica, sans-serif; }

@media (min-width: 992px) {
  .conseil .col-xs-12.col-sm-4.margin-bottom-default {
    padding-left: 45px;
    padding-right: 45px; } }

.contact-block p {
  font-size: 16px; }

.contact-block .fa {
  width: 30px; }

.contact-block .link {
  color: black;
  margin-bottom: 20px; }
  .contact-block .link:hover {
    opacity: 0.5;
    color: black;
    text-decoration: none; }

.contact-block textarea.form-control {
  background-image: -webkit-linear-gradient(left, white 0px, transparent 0px), -webkit-linear-gradient(right, white 0px, transparent 0px), -webkit-linear-gradient(white 40px, #e9e9e9 40px, #e9e9e9 41px, white 41px);
  background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 10px, transparent 10px), -moz-linear-gradient(white 40px, #e9e9e9 40px, #e9e9e9 41px, white 41px);
  background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 10px, transparent 0px), -ms-linear-gradient(white 40px, #e9e9e9 40px, #e9e9e9 41px, white 41px);
  background-image: -o-linear-gradient(left, white 0px, transparent 100), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 40px, #e9e9e9 40px, #e9e9e9 41px, white 41px);
  background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 40px, #e9e9e9 40px, #e9e9e9 41px, white 41px);
  background-size: 100% 100%, 100% 100%, 100% 52px;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  line-height: 46px;
  font-size: 18px;
  padding: 8px 0;
  width: 100%;
  height: 268px;
  resize: none;
  overflow: hidden; }

.contact-block textarea.form-control:focus {
  outline: none;
  border-color: #e9e9e9; }

.contact-block .form-group {
  margin-bottom: 47px; }

.contact-block .form-group.input-text {
  display: flex;
  margin-bottom: 29px;
  align-items: stretch;
  justify-content: center;
  flex-direction: row; }
  @media (max-width: 768px) {
    .contact-block .form-group.input-text {
      margin-bottom: 33px; } }
  .contact-block .form-group.input-text label {
    padding-top: 10px;
    display: flex;
    border-bottom: 1px solid #00c4db;
    margin-bottom: 0;
    font-weight: normal; }

.contact-block label {
  padding-top: 10px;
  border-bottom: 1px solid #00c4db;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-weight: normal; }

.contact-block input[type="text"] {
  border-bottom: 1px solid #e9e9e9;
  display: flex; }

.contact-block .btn {
  float: right;
  background: #00c4db;
  color: #fff; }

.contact-block .data-wrap h3 {
  margin-bottom: 35px;
  letter-spacing: 0; }

.contact-block .data-wrap p {
  margin-bottom: 15px; }

.contact-block .form-align {
  margin-top: -15px; }
  .contact-block .form-align label, .contact-block .form-align input, .contact-block .form-align textarea {
    font-size: 16px; }

.equipe-slider {
  margin-left: -15px;
  margin-right: -15px; }

.equipe .col-xs-12 .inner {
  padding: 20px 15px 30px 15px;
  background-color: #f8f8f8; }

@media (min-width: 768px) {
  .equipe .col-xs-12.with-padding {
    padding-left: 30px;
    padding-right: 30px; } }

.equipe h3 {
  margin-bottom: 0;
  margin-top: -5px; }

.equipe img {
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .equipe img {
      max-width: 300px; } }
  @media (max-width: 480px) {
    .equipe img {
      max-width: 100%; } }

.equipe p.title {
  margin-bottom: 32px;
  line-height: 36px; }

.equipe p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0; }

.equipe .desc p {
  margin-bottom: -14px;
  text-align: justify;
  line-height: 28px; }

.equipe .wrap {
  margin-bottom: 19px; }
  @media (max-width: 768px) {
    .equipe .wrap {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }
  .equipe .wrap .icon-brain {
    position: relative; }
    .equipe .wrap .icon-brain:before {
      content: '';
      background: url(../img/gear_brain.svg) no-repeat;
      width: 23px;
      height: 30px;
      display: inline-block; }
  .equipe .wrap .icon-hat {
    position: relative; }
    .equipe .wrap .icon-hat:before {
      content: '';
      background: url(../img/hat.svg) no-repeat;
      width: 30px;
      height: 30px;
      display: inline-block; }

.not-found {
  margin-top: 20%;
  height: 100vh; }
  .not-found h1 {
    font-size: 72px; }

/* subpage name END */
.search-result-page {
  min-height: calc(100vh - 186px);
  background: #f3f4f5; }
  @media (max-width: 992px) {
    .search-result-page {
      padding-top: 70px; } }
  .search-result-page .title {
    margin-bottom: 10px; }
  .search-result-page .num {
    margin-bottom: 0;
    line-height: 10px; }
  .search-result-page .search-wrap {
    height: auto; }
  .search-result-page .search-wrap-outer:last-child {
    margin-bottom: 0; }
  .search-result-page .search-wrap-outer.sold-out a.btn {
    pointer-events: none; }

.recent-block h2 {
  font-size: 30px;
  margin-bottom: 25px; }

.recent-block a.col-xs-12 {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
  @media (max-width: 1199px) {
    .recent-block a.col-xs-12:before {
      content: '+';
      background: rgba(255, 255, 255, 0.5);
      font-size: 30px;
      color: rgba(255, 255, 255, 0.8);
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 15px; } }
  .recent-block a.col-xs-12 .bg-image {
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (min-width: 1200px) {
    .recent-block a.col-xs-12:hover, .recent-block a.col-xs-12:focus {
      text-decoration: none; }
      .recent-block a.col-xs-12:hover .bg-image, .recent-block a.col-xs-12:focus .bg-image {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -o-opacity: 0.5;
        opacity: 0.5; } }

.equipe-slider *,
.equipe-slider *:focus {
  outline: 0 !important; }

.equipe-slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  color: darkgray;
  font-size: 22px;
  z-index: 3;
  -webkit-transition: color 0,5s ease;
  -khtml-transition: color 0,5s ease;
  -moz-transition: color 0,5s ease;
  -ms-transition: color 0,5s ease;
  -o-transition: color 0,5s ease;
  transition: color 0,5s ease; }
  .equipe-slider-arrow.slick-disabled {
    display: none !important; }
  @media (min-width: 1200px) {
    .equipe-slider-arrow:hover, .equipe-slider-arrow:focus {
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -webkit-opacity: 0.5;
      -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
      -ms-opacity: 0.5;
      -o-opacity: 0.5;
      opacity: 0.5; } }
  .equipe-slider-arrow-left {
    left: 0; }
  .equipe-slider-arrow-right {
    right: 0; }

/*** Admin modifications ***/
/* admin START */
.edit-advices .advice {
  cursor: pointer; }

/* admin END */
/* Import project elements END */

/*# sourceMappingURL=jouan-de-rham.css.map */


/*********************** MANUEL MONNIN - AOUT 2018 ************************/
@media only screen and (min-width: 1001px) {
li.dropdown-submenu:hover ul.dropdown-menu { display:block !important; } /* menu se déplie avec Hover (display:block) ou onClick ? */
}

.dropdown-submenu > a:focus, .dropdown-submenu > a:hover, .dropdown-submenu:focus>a, r, .dropdown-submenu:hover>a,
.dropdown-menu > li a:hover, .dropdown-menu > li a:focus,
.dropdown-menu > li > a:hover,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-default .navbar-nav .dropdown.open a:focus { 
	background-color:none !important;
	background:none !important;
	background-image:none !important;
	filter:none !important;
	border:none !important;
	text-decoration:underline !important;
}
.dropdown-menu { 
	border-radius:0;
	left:auto;
	float:none;
	margin-left:-25px !important;
}
.dropdown-menu > li > a {
	padding:0 !important;
	margin:0 !important;
}
.dropdown-menu .invert > li > a {
	color:#fff !important;
}
.dropdown-menu > li {
	display:block !important;
	padding:0 !important;
	/*margin:0 !important;*/
	margin-top:20px !important;
	text-align:center;
}
.dropdown-menu.invert { background-color: #11192d; }
.dropdown-menu.invert .nav.dropdown-menu li a { color: #fff !important; }
.dropdown-menu.invert svg path { fill: #fff; }

.navbar-fixed-top .navbar-collapse { max-height:none; }

@media only screen and (max-width: 1000px) {

.dropdown-menu { 
	margin-left:0 !important;
}

.dropdown-submenu > a:focus, .dropdown-submenu > a:hover, .dropdown-submenu:focus>a, r, .dropdown-submenu:hover>a,
.dropdown-menu > li a:hover, .dropdown-menu > li a:focus,
.dropdown-menu > li > a:hover,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-default .navbar-nav .dropdown.open a:focus { 
	text-decoration:none !important;
}

.sousmm.invert { color: #ccc !important; }

}
/*********************** MANUEL MONNIN - AOUT 2018 ************************/




/*********************** MANUEL MONNIN - JANVIER 2020 ************************/
.hundredauto img { width:100%; height:auto; } /* galerie sous-page CONSEIL */

@media only screen and (min-width: 1001px) {
.nobottom60 { margin-bottom:-66px !important; } /* enlever esapce blanc dans galerie page CONSEIL */
}
/*********************** MANUEL MONNIN - JANVIER 2020 ************************/




/*********************** MANUEL MONNIN - OCTOBRE 2020 ************************/
@media only screen and (min-width: 1200px) {
.mmoctobre2020 table { position: absolute; top:380px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#mmcolmd6 { width:69% !important; }
.mmoctobre2020 table { position: absolute; top:335px; }
}

@media only screen and (max-width: 1199px) {
.mmfirstcol, .mmlastcol { display:none; }
}

@media only screen and (min-width: 992px) { 
.mmoctobre2020 { margin-left:50px; }
}
@media only screen and (min-width: 1200px) {
/* img.mmimgequipe { width:300px !important; } */
div.mmimgequipebg { margin-bottom:-70px; background-repeat:no-repeat; background-size:200% 100%; background-position:center -100px; width:300px !important; height:450px; }
div.mmimgequipebg2 { margin-bottom:-70px; background-repeat:no-repeat; background-size:200% 100%; background-position:center center; width:165px !important; height:250px; }
}
@media only screen and (max-width: 1199px) {
/* .mmimgequipe { width:240px !important; } */
div.mmimgequipebg { margin-bottom:-40px; background-repeat:no-repeat; background-size:200% 100%; background-position:center -75px; width:250px !important; height:375px; }
div.mmimgequipebg2 { margin-bottom:-10px; background-repeat:no-repeat; background-size:200% 100%; background-position:center center; width:145px !important; height:220px; }
}
/*********************** MANUEL MONNIN - OCTOBRE 2020 ************************/




/* enlever barre de recherche */
.search-wrap { display:none; }















