/************************************************
*** override native bootstrap styles ***
************************************************/
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4c575e;
  background-color: #ededed;                   /* #ffffff; */
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #003399;               				/* #48cfad; */
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0a0a86;                   			/* #2aa083; */
  text-decoration: underline;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: auto \9;
  max-width: 100%;
  height: auto;
}
.img-responsive-inline {
  display: inline-block;
  width: auto \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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: auto \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c7cdd1;
}
.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;
}
.inline {
  display: inline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c7cdd1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;                               
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 14px;
}
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: #c7cdd1;
}
.text-primary {
  color: #48cfad;
}
a.text-primary:hover {
  color: #2fb593;
}
.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;
  background-color: #48cfad;
}
a.bg-primary:hover {
  background-color: #2fb593;
}
.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;
}
.bg-inversed {
  color: #fff;
  background-color: #4c575e;
}
a.bg-inversed:hover {
  background-color: #353d42;
}
.bg-text-class {
  padding: 15px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eceef0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 10px;
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .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 #c7cdd1;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 30px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left-width: 0;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
blockquote:before {
  z-index: 1;
  content: '\"';
  font-size: 180px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 0;
  color: #F0EEEE;
}
blockquote,
blockquote > * {
  z-index: 2;
  position: relative;
}
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.42857143;
}
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-width: 0;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/***** dividers *****/
hr.divider {
  position: relative;
  margin: 40px 0;
}
hr.divider:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
hr.divider:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
hr.divider.circle:after,
hr.divider.circle:before {
  border-radius: 50%;
}
hr.divider-on-dark {
  border-top-color: #ffffff;
}
hr.divider-on-dark:after {
  background-color: #48cfad;
}
hr.divider-on-dark:before {
  border: 1px solid #ffffff;
}
hr.divider-on-white {
  border-top-color: #98a4ab;
}
hr.divider-on-white:after {
  background-color: #48cfad;
}
hr.divider-on-white:before {
  border: 1px solid #98a4ab;
}
hr.divider-on-primary {
  border-top-color: #ffffff;
}
hr.divider-on-primary:after {
  background-color: #ffffff;
}
hr.divider-on-primary:before {
  border: 1px solid #ffffff;
}
.strip-head {
  overflow: hidden;
}
.strip-head:after {
  position: relative;
  left: 12px;
  content: "";
  display: inline-block;
  width: 200%;
  height: .75em;
  margin: 0 -200% 0 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAEOHTr0nxGbHEjCzs6OEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBACLvBtNGZ9VPgAAAABJRU5ErkJggg==);
}
.super-title {
  margin-top: 40px;
  font-size: 45px;
}
.menu-list li:before {
  font-family: "FontAwesome";
  content: "\f054";
  padding-right: 10px;
}
.menu-list li a {
  color: inherit;
}
.menu-list-2 li {
  border-bottom: 1px dashed #c7cdd1;
  padding-bottom: 5px;
}
.menu-list-2 li.last-child {
  border-bottom-width: 0;
}
.menu-list-2 li:before {
  font-family: "FontAwesome";
  content: "\f0f6";
  padding-right: 10px;
}
.menu-list-2 li a {
  color: inherit;
}
.menu-list-2 li a:hover {
  color: #090979;
  text-decoration: none;
}
.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-list li {
  padding: 0;
  margin: 0 10px 10px 0px;
  display: inline-block;
}
.tag-list li a {
  display: block;
  color: #fff;
  background-color: #a1acb3;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
}
.tag-list li a:hover {
  background-color: #eceef0;
  color: gray;
}
.text-color {
  color: #4c575e;
}
a.text-color {
  color: #4c575e;
}
a.text-color:hover {
  text-decoration: none;
  color: #48cfad;
}
ul.icons-list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
ul.icons-list li {
  margin: 0 0 5px;
}
ul.icons-list li:hover i {
  background-color: #48cfad;
  color: #fff;
}
ul.icons-list li:after {
  clear: both;
  display: table;
  content: "";
}
ul.icons-list p {
  overflow: hidden;
}
ul.icons-list i {
  display: inline-block;
  font-size: 1.4em;
  text-align: center;
  float: left;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #eceef0;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  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.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #7b8b95;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
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;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #c7cdd1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c7cdd1;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #c7cdd1;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #c7cdd1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c7cdd1;
}
.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: #eceef0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eceef0;
}
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #eceef0;
}
.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: #dee2e4;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 #c7cdd1;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 10px;               /* 20px */
  font-size: 21px;
  line-height: inherit;
  color: #7b8b95;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
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: none;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #a1acb3;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #a1acb3;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c7cdd1;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px #c7cdd1;
  box-shadow: 0 1px 0px #c7cdd1;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.inverse {
  background-color: #353d42;
  border-color: #333a3f;
  -webkit-box-shadow: 0 1px 0px #333a3f;
  box-shadow: 0 1px 0px #333a3f;
}
.form-control.no-radius {
  border-radius: 0;
}
.form-control:focus {
  border-color: #48cfad;
  outline: 0;
  -webkit-box-shadow: 0 1px 0px #48cfad;
  box-shadow: 0 1px 0px #48cfad;
}
.form-control::-moz-placeholder {
  color: #c7cdd1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c7cdd1;
}
.form-control::-webkit-input-placeholder {
  color: #c7cdd1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eceef0;
  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: 38px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 32px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 50px;
}
.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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 50px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 50px;
  line-height: 50px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.input-sm + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.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: #8a97a0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16.96px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
  }
}
/***** custom fields *****/
.input-icon {
  position: relative;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 3px;
  padding: 0 0 0 15px;
}
.input-icon.active .form-icon {
  color: #48cfad;
}
.input-icon.dark {
  background-color: #353d42;
  color: #fff;
}
.input-icon.dark.active {
  background-color: #eceef0;
  color: #a1acb3;
}
.input-icon.dark .form-control::-moz-placeholder {
  color: #eceef0;
  opacity: 1;
}
.input-icon.dark .form-control:-ms-input-placeholder {
  color: #eceef0;
}
.input-icon.dark .form-control::-webkit-input-placeholder {
  color: #eceef0;
}
.input-icon.gray {
  background-color: #eceef0;
  color: #a1acb3;
  -webkit-box-shadow: inset 0 0 0 1px #a1acb3;
  box-shadow: inset 0 0 0 1px #a1acb3;
}
.input-icon.gray.active {
  background-color: rgba(0, 0, 0, 0);
  color: #222;
  -webkit-box-shadow: inset 0 0 0 1px #48cfad;
  box-shadow: inset 0 0 0 1px #48cfad;
}
.input-icon.gray .form-control::-moz-placeholder {
  color: #a1acb3;
  opacity: 1;
}
.input-icon.gray .form-control:-ms-input-placeholder {
  color: #a1acb3;
}
.input-icon.gray .form-control::-webkit-input-placeholder {
  color: #a1acb3;
}
.input-icon .form-icon {
  position: absolute;
  top: 12px;
  left: 10px;
}
.input-icon.sm .form-icon {
  top: 10px;
}
.input-icon.inline {
  overflow: hidden;
}
.input-icon .form-control {
  margin-right: -15px;
  color: inherit;
}
.input-icon .form-control,
.input-icon .form-control:hover,
.input-icon .form-control:active,
.input-icon .form-control:focus {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.no-radius {
  border-radius: 0 !important;
}
.btn.big-radius {
  border-radius: 25px !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #4c575e;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.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: #4c575e;
  background-color: #eceef0;
  border-color: #eceef0;
  -webkit-box-shadow: 0 1px 0 #d6dade;
  box-shadow: 0 1px 0 #d6dade;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4c575e;
  background-color: #d0d6d9;
  border-color: #cad1d4;
  -webkit-box-shadow: 0 1px 0 #cad1d4;
  box-shadow: 0 1px 0 #cad1d4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #eceef0;
  border-color: #eceef0;
  -webkit-box-shadow: 0 1px 0 #eceef0;
  box-shadow: 0 1px 0 #eceef0;
}
.btn-primary {
  color: #ffffff;
  background-color: #ee6640; 		/*	#48cfad;	*/
  border-color: #ee6640;			/*	#48cfad;	*/
  -webkit-box-shadow: 0 1px 0 #c49a8e;
  box-shadow: 0 1px 0 #ee6640;		/*	#31bd9a;	*/
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2fb593;
  border-color: #2dad8c;
  -webkit-box-shadow: 0 1px 0 #2dad8c;
  box-shadow: 0 1px 0 #2dad8c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #48cfad;
  border-color: #48cfad;
  -webkit-box-shadow: 0 1px 0 #48cfad;
  box-shadow: 0 1px 0 #48cfad;
}
.btn-success {
  color: #ffffff;
  background-color: #1ba39c;
  border-color: #1ba39c;
  -webkit-box-shadow: 0 1px 0 #15807b;
  box-shadow: 0 1px 0 #15807b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #147772;
  border-color: #126e6a;
  -webkit-box-shadow: 0 1px 0 #126e6a;
  box-shadow: 0 1px 0 #126e6a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #1ba39c;
  border-color: #1ba39c;
  -webkit-box-shadow: 0 1px 0 #1ba39c;
  box-shadow: 0 1px 0 #1ba39c;
}
.btn-info {
  color: #ffffff;
  background-color: #090979;
  border-color: #090979;
  -webkit-box-shadow: 0 1px 0 #090979;
  box-shadow: 0 1px 0 #090979;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #090979;
  border-color: #090979;
  -webkit-box-shadow: 0 1px 0 #090979;
  box-shadow: 0 1px 0 #090979;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #090979;
  border-color: #090979;
  -webkit-box-shadow: 0 1px 0 #090979;
  box-shadow: 0 1px 0 #090979;
}
.btn-warning {
  color: #ffffff;
  background-color: #f5ab35;
  border-color: #f5ab35;
  -webkit-box-shadow: 0 1px 0 #f39b0e;
  box-shadow: 0 1px 0 #f39b0e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #eb950c;
  border-color: #e28f0b;
  -webkit-box-shadow: 0 1px 0 #e28f0b;
  box-shadow: 0 1px 0 #e28f0b;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f5ab35;
  border-color: #f5ab35;
  -webkit-box-shadow: 0 1px 0 #f5ab35;
  box-shadow: 0 1px 0 #f5ab35;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: 0 1px 0 #df2e1b;
  box-shadow: 0 1px 0 #df2e1b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #cd2a19;
  -webkit-box-shadow: 0 1px 0 #cd2a19;
  box-shadow: 0 1px 0 #cd2a19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: 0 1px 0 #e74c3c;
  box-shadow: 0 1px 0 #e74c3c;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
  -webkit-box-shadow: 0 1px 0 #30487b;
  box-shadow: 0 1px 0 #30487b;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
  -webkit-box-shadow: 0 1px 0 #2a3f6c;
  box-shadow: 0 1px 0 #2a3f6c;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
  -webkit-box-shadow: 0 1px 0 #3b5998;
  box-shadow: 0 1px 0 #3b5998;
}
.btn-twitter {
  color: #ffffff;
  background-color: #00aced;
  border-color: #00aced;
  -webkit-box-shadow: 0 1px 0 #008ec4;
  box-shadow: 0 1px 0 #008ec4;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #0087ba;
  border-color: #0080b0;
  -webkit-box-shadow: 0 1px 0 #0080b0;
  box-shadow: 0 1px 0 #0080b0;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #00aced;
  border-color: #00aced;
  -webkit-box-shadow: 0 1px 0 #00aced;
  box-shadow: 0 1px 0 #00aced;
}
.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  -webkit-box-shadow: 0 1px 0 #ca3523;
  box-shadow: 0 1px 0 #ca3523;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #c23321;
  border-color: #b93120;
  -webkit-box-shadow: 0 1px 0 #b93120;
  box-shadow: 0 1px 0 #b93120;
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google[disabled].active,
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: #dd4b39;
  -webkit-box-shadow: 0 1px 0 #dd4b39;
  box-shadow: 0 1px 0 #dd4b39;
}
.btn-youtube {
  color: #ffffff;
  background-color: #bb0000;
  border-color: #bb0000;
  -webkit-box-shadow: 0 1px 0 #920000;
  box-shadow: 0 1px 0 #920000;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.open > .dropdown-toggle.btn-youtube {
  color: #ffffff;
  background-color: #880000;
  border-color: #7e0000;
  -webkit-box-shadow: 0 1px 0 #7e0000;
  box-shadow: 0 1px 0 #7e0000;
}
.btn-youtube:active,
.btn-youtube.active,
.open > .dropdown-toggle.btn-youtube {
  background-image: none;
}
.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
  background-color: #bb0000;
  border-color: #bb0000;
  -webkit-box-shadow: 0 1px 0 #bb0000;
  box-shadow: 0 1px 0 #bb0000;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: #007bb6;
  -webkit-box-shadow: 0 1px 0 #005f8d;
  box-shadow: 0 1px 0 #005f8d;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: #005279;
  -webkit-box-shadow: 0 1px 0 #005279;
  box-shadow: 0 1px 0 #005279;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: #007bb6;
  -webkit-box-shadow: 0 1px 0 #007bb6;
  box-shadow: 0 1px 0 #007bb6;
}
.btn-instagram {
  color: #ffffff;
  background-color: #517fa4;
  border-color: #517fa4;
  -webkit-box-shadow: 0 1px 0 #446a89;
  box-shadow: 0 1px 0 #446a89;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #406582;
  border-color: #3d5f7b;
  -webkit-box-shadow: 0 1px 0 #3d5f7b;
  box-shadow: 0 1px 0 #3d5f7b;
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #517fa4;
  border-color: #517fa4;
  -webkit-box-shadow: 0 1px 0 #517fa4;
  box-shadow: 0 1px 0 #517fa4;
}
.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: #cb2027;
  -webkit-box-shadow: 0 1px 0 #a81a20;
  box-shadow: 0 1px 0 #a81a20;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: #96181d;
  -webkit-box-shadow: 0 1px 0 #96181d;
  box-shadow: 0 1px 0 #96181d;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: #cb2027;
  -webkit-box-shadow: 0 1px 0 #cb2027;
  box-shadow: 0 1px 0 #cb2027;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: #ff0084;
  -webkit-box-shadow: 0 1px 0 #d6006f;
  box-shadow: 0 1px 0 #d6006f;
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: #c20064;
  -webkit-box-shadow: 0 1px 0 #c20064;
  box-shadow: 0 1px 0 #c20064;
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: #ff0084;
  -webkit-box-shadow: 0 1px 0 #ff0084;
  box-shadow: 0 1px 0 #ff0084;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #32506d;
  border-color: #32506d;
  -webkit-box-shadow: 0 1px 0 #253b51;
  box-shadow: 0 1px 0 #253b51;
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #22364a;
  border-color: #1f3143;
  -webkit-box-shadow: 0 1px 0 #1f3143;
  box-shadow: 0 1px 0 #1f3143;
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #32506d;
  border-color: #32506d;
  -webkit-box-shadow: 0 1px 0 #32506d;
  box-shadow: 0 1px 0 #32506d;
}
.btn-vk {
  color: #ffffff;
  background-color: #45668e;
  border-color: #45668e;
  -webkit-box-shadow: 0 1px 0 #385273;
  box-shadow: 0 1px 0 #385273;
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #344d6c;
  border-color: #314865;
  -webkit-box-shadow: 0 1px 0 #314865;
  box-shadow: 0 1px 0 #314865;
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #45668e;
  border-color: #45668e;
  -webkit-box-shadow: 0 1px 0 #45668e;
  box-shadow: 0 1px 0 #45668e;
}
.btn-vimeo {
  color: #ffffff;
  background-color: #aad450;
  border-color: #aad450;
  -webkit-box-shadow: 0 1px 0 #99ca32;
  box-shadow: 0 1px 0 #99ca32;
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #93c130;
  border-color: #8db92e;
  -webkit-box-shadow: 0 1px 0 #8db92e;
  box-shadow: 0 1px 0 #8db92e;
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #aad450;
  border-color: #aad450;
  -webkit-box-shadow: 0 1px 0 #aad450;
  box-shadow: 0 1px 0 #aad450;
}
.btn-default-empty {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #3a4247;
  box-shadow: 0 1px 0 #3a4247;
  color: #4c575e;
  background-color: rgba(0, 0, 0, 0);
  border-color: #4c575e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default-empty:hover,
.btn-default-empty:focus,
.btn-default-empty:active,
.btn-default-empty.active,
.open > .dropdown-toggle.btn-default-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #31383c;
  -webkit-box-shadow: 0 1px 0 #31383c;
  box-shadow: 0 1px 0 #31383c;
}
.btn-default-empty:active,
.btn-default-empty.active,
.open > .dropdown-toggle.btn-default-empty {
  background-image: none;
}
.btn-default-empty.disabled,
.btn-default-empty[disabled],
fieldset[disabled] .btn-default-empty,
.btn-default-empty.disabled:hover,
.btn-default-empty[disabled]:hover,
fieldset[disabled] .btn-default-empty:hover,
.btn-default-empty.disabled:focus,
.btn-default-empty[disabled]:focus,
fieldset[disabled] .btn-default-empty:focus,
.btn-default-empty.disabled:active,
.btn-default-empty[disabled]:active,
fieldset[disabled] .btn-default-empty:active,
.btn-default-empty.disabled.active,
.btn-default-empty[disabled].active,
fieldset[disabled] .btn-default-empty.active {
  background-color: transparent;
  border-color: #4c575e;
  -webkit-box-shadow: 0 1px 0 #4c575e;
  box-shadow: 0 1px 0 #4c575e;
}
.btn-default-empty:hover,
.btn-default-empty:focus,
.btn-default-empty:active,
.btn-default-empty.active,
.open > .dropdown-toggle.btn-default-empty {
  color: #ffffff;
  background-color: #4c575e;
  border-color: #4c575e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default-empty:active,
.btn-default-empty.active,
.open > .dropdown-toggle.btn-default-empty {
  background-image: none;
}
.btn-default-empty.disabled,
.btn-default-empty[disabled],
fieldset[disabled] .btn-default-empty,
.btn-default-empty.disabled:hover,
.btn-default-empty[disabled]:hover,
fieldset[disabled] .btn-default-empty:hover,
.btn-default-empty.disabled:focus,
.btn-default-empty[disabled]:focus,
fieldset[disabled] .btn-default-empty:focus,
.btn-default-empty.disabled:active,
.btn-default-empty[disabled]:active,
fieldset[disabled] .btn-default-empty:active,
.btn-default-empty.disabled.active,
.btn-default-empty[disabled].active,
fieldset[disabled] .btn-default-empty.active {
  background-color: #4c575e;
  border-color: #4c575e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-empty {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #31bd9a;
  box-shadow: 0 1px 0 #31bd9a;
  color: #48cfad;
  background-color: rgba(0, 0, 0, 0);
  border-color: #48cfad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-empty:hover,
.btn-primary-empty:focus,
.btn-primary-empty:active,
.btn-primary-empty.active,
.open > .dropdown-toggle.btn-primary-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2dad8c;
  -webkit-box-shadow: 0 1px 0 #2dad8c;
  box-shadow: 0 1px 0 #2dad8c;
}
.btn-primary-empty:active,
.btn-primary-empty.active,
.open > .dropdown-toggle.btn-primary-empty {
  background-image: none;
}
.btn-primary-empty.disabled,
.btn-primary-empty[disabled],
fieldset[disabled] .btn-primary-empty,
.btn-primary-empty.disabled:hover,
.btn-primary-empty[disabled]:hover,
fieldset[disabled] .btn-primary-empty:hover,
.btn-primary-empty.disabled:focus,
.btn-primary-empty[disabled]:focus,
fieldset[disabled] .btn-primary-empty:focus,
.btn-primary-empty.disabled:active,
.btn-primary-empty[disabled]:active,
fieldset[disabled] .btn-primary-empty:active,
.btn-primary-empty.disabled.active,
.btn-primary-empty[disabled].active,
fieldset[disabled] .btn-primary-empty.active {
  background-color: transparent;
  border-color: #48cfad;
  -webkit-box-shadow: 0 1px 0 #48cfad;
  box-shadow: 0 1px 0 #48cfad;
}
.btn-primary-empty:hover,
.btn-primary-empty:focus,
.btn-primary-empty:active,
.btn-primary-empty.active,
.open > .dropdown-toggle.btn-primary-empty {
  color: #ffffff;
  background-color: #48cfad;
  border-color: #48cfad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-empty:active,
.btn-primary-empty.active,
.open > .dropdown-toggle.btn-primary-empty {
  background-image: none;
}
.btn-primary-empty.disabled,
.btn-primary-empty[disabled],
fieldset[disabled] .btn-primary-empty,
.btn-primary-empty.disabled:hover,
.btn-primary-empty[disabled]:hover,
fieldset[disabled] .btn-primary-empty:hover,
.btn-primary-empty.disabled:focus,
.btn-primary-empty[disabled]:focus,
fieldset[disabled] .btn-primary-empty:focus,
.btn-primary-empty.disabled:active,
.btn-primary-empty[disabled]:active,
fieldset[disabled] .btn-primary-empty:active,
.btn-primary-empty.disabled.active,
.btn-primary-empty[disabled].active,
fieldset[disabled] .btn-primary-empty.active {
  background-color: #48cfad;
  border-color: #48cfad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success-empty {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #15807b;
  box-shadow: 0 1px 0 #15807b;
  color: #1ba39c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1ba39c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success-empty:hover,
.btn-success-empty:focus,
.btn-success-empty:active,
.btn-success-empty.active,
.open > .dropdown-toggle.btn-success-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #126e6a;
  -webkit-box-shadow: 0 1px 0 #126e6a;
  box-shadow: 0 1px 0 #126e6a;
}
.btn-success-empty:active,
.btn-success-empty.active,
.open > .dropdown-toggle.btn-success-empty {
  background-image: none;
}
.btn-success-empty.disabled,
.btn-success-empty[disabled],
fieldset[disabled] .btn-success-empty,
.btn-success-empty.disabled:hover,
.btn-success-empty[disabled]:hover,
fieldset[disabled] .btn-success-empty:hover,
.btn-success-empty.disabled:focus,
.btn-success-empty[disabled]:focus,
fieldset[disabled] .btn-success-empty:focus,
.btn-success-empty.disabled:active,
.btn-success-empty[disabled]:active,
fieldset[disabled] .btn-success-empty:active,
.btn-success-empty.disabled.active,
.btn-success-empty[disabled].active,
fieldset[disabled] .btn-success-empty.active {
  background-color: transparent;
  border-color: #1ba39c;
  -webkit-box-shadow: 0 1px 0 #1ba39c;
  box-shadow: 0 1px 0 #1ba39c;
}
.btn-success-empty:hover,
.btn-success-empty:focus,
.btn-success-empty:active,
.btn-success-empty.active,
.open > .dropdown-toggle.btn-success-empty {
  color: #ffffff;
  background-color: #1ba39c;
  border-color: #1ba39c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success-empty:active,
.btn-success-empty.active,
.open > .dropdown-toggle.btn-success-empty {
  background-image: none;
}
.btn-success-empty.disabled,
.btn-success-empty[disabled],
fieldset[disabled] .btn-success-empty,
.btn-success-empty.disabled:hover,
.btn-success-empty[disabled]:hover,
fieldset[disabled] .btn-success-empty:hover,
.btn-success-empty.disabled:focus,
.btn-success-empty[disabled]:focus,
fieldset[disabled] .btn-success-empty:focus,
.btn-success-empty.disabled:active,
.btn-success-empty[disabled]:active,
fieldset[disabled] .btn-success-empty:active,
.btn-success-empty.disabled.active,
.btn-success-empty[disabled].active,
fieldset[disabled] .btn-success-empty.active {
  background-color: #1ba39c;
  border-color: #1ba39c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning-empty {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #f39b0e;
  box-shadow: 0 1px 0 #f39b0e;
  color: #f5ab35;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f5ab35;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning-empty:hover,
.btn-warning-empty:focus,
.btn-warning-empty:active,
.btn-warning-empty.active,
.open > .dropdown-toggle.btn-warning-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e28f0b;
  -webkit-box-shadow: 0 1px 0 #e28f0b;
  box-shadow: 0 1px 0 #e28f0b;
}
.btn-warning-empty:active,
.btn-warning-empty.active,
.open > .dropdown-toggle.btn-warning-empty {
  background-image: none;
}
.btn-warning-empty.disabled,
.btn-warning-empty[disabled],
fieldset[disabled] .btn-warning-empty,
.btn-warning-empty.disabled:hover,
.btn-warning-empty[disabled]:hover,
fieldset[disabled] .btn-warning-empty:hover,
.btn-warning-empty.disabled:focus,
.btn-warning-empty[disabled]:focus,
fieldset[disabled] .btn-warning-empty:focus,
.btn-warning-empty.disabled:active,
.btn-warning-empty[disabled]:active,
fieldset[disabled] .btn-warning-empty:active,
.btn-warning-empty.disabled.active,
.btn-warning-empty[disabled].active,
fieldset[disabled] .btn-warning-empty.active {
  background-color: transparent;
  border-color: #f5ab35;
  -webkit-box-shadow: 0 1px 0 #f5ab35;
  box-shadow: 0 1px 0 #f5ab35;
}
.btn-warning-empty:hover,
.btn-warning-empty:focus,
.btn-warning-empty:active,
.btn-warning-empty.active,
.open > .dropdown-toggle.btn-warning-empty {
  color: #ffffff;
  background-color: #f5ab35;
  border-color: #f5ab35;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning-empty:active,
.btn-warning-empty.active,
.open > .dropdown-toggle.btn-warning-empty {
  background-image: none;
}
.btn-warning-empty.disabled,
.btn-warning-empty[disabled],
fieldset[disabled] .btn-warning-empty,
.btn-warning-empty.disabled:hover,
.btn-warning-empty[disabled]:hover,
fieldset[disabled] .btn-warning-empty:hover,
.btn-warning-empty.disabled:focus,
.btn-warning-empty[disabled]:focus,
fieldset[disabled] .btn-warning-empty:focus,
.btn-warning-empty.disabled:active,
.btn-warning-empty[disabled]:active,
fieldset[disabled] .btn-warning-empty:active,
.btn-warning-empty.disabled.active,
.btn-warning-empty[disabled].active,
fieldset[disabled] .btn-warning-empty.active {
  background-color: #f5ab35;
  border-color: #f5ab35;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info-empty {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #003399;
  box-shadow: 0 1px 0 #003399;
  color: #003399;
  background-color: rgba(0, 0, 0, 0);
  border-color: #003399;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info-empty:hover,
.btn-info-empty:focus,
.btn-info-empty:active,
.btn-info-empty.active,
.open > .dropdown-toggle.btn-info-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #003399;
  -webkit-box-shadow: 0 1px 0 #003399;
  box-shadow: 0 1px 0 #003399;
}
.btn-info-empty:active,
.btn-info-empty.active,
.open > .dropdown-toggle.btn-info-empty {
  background-image: none;
}
.btn-info-empty.disabled,
.btn-info-empty[disabled],
fieldset[disabled] .btn-info-empty,
.btn-info-empty.disabled:hover,
.btn-info-empty[disabled]:hover,
fieldset[disabled] .btn-info-empty:hover,
.btn-info-empty.disabled:focus,
.btn-info-empty[disabled]:focus,
fieldset[disabled] .btn-info-empty:focus,
.btn-info-empty.disabled:active,
.btn-info-empty[disabled]:active,
fieldset[disabled] .btn-info-empty:active,
.btn-info-empty.disabled.active,
.btn-info-empty[disabled].active,
fieldset[disabled] .btn-info-empty.active {
  background-color: transparent;
  border-color: #003399;
  -webkit-box-shadow: 0 1px 0 #003399;
  box-shadow: 0 1px 0 #003399;
}
.btn-info-empty:hover,
.btn-info-empty:focus,
.btn-info-empty:active,
.btn-info-empty.active,
.open > .dropdown-toggle.btn-info-empty {
  color: #ffffff;
  background-color: #003399;
  border-color: #003399;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info-empty:active,
.btn-info-empty.active,
.open > .dropdown-toggle.btn-info-empty {
  background-image: none;
}
.btn-info-empty.disabled,
.btn-info-empty[disabled],
fieldset[disabled] .btn-info-empty,
.btn-info-empty.disabled:hover,
.btn-info-empty[disabled]:hover,
fieldset[disabled] .btn-info-empty:hover,
.btn-info-empty.disabled:focus,
.btn-info-empty[disabled]:focus,
fieldset[disabled] .btn-info-empty:focus,
.btn-info-empty.disabled:active,
.btn-info-empty[disabled]:active,
fieldset[disabled] .btn-info-empty:active,
.btn-info-empty.disabled.active,
.btn-info-empty[disabled].active,
fieldset[disabled] .btn-info-empty.active {
  background-color: #003399;
  border-color: #003399;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger-empty {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #df2e1b;
  box-shadow: 0 1px 0 #df2e1b;
  color: #e74c3c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger-empty:hover,
.btn-danger-empty:focus,
.btn-danger-empty:active,
.btn-danger-empty.active,
.open > .dropdown-toggle.btn-danger-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cd2a19;
  -webkit-box-shadow: 0 1px 0 #cd2a19;
  box-shadow: 0 1px 0 #cd2a19;
}
.btn-danger-empty:active,
.btn-danger-empty.active,
.open > .dropdown-toggle.btn-danger-empty {
  background-image: none;
}
.btn-danger-empty.disabled,
.btn-danger-empty[disabled],
fieldset[disabled] .btn-danger-empty,
.btn-danger-empty.disabled:hover,
.btn-danger-empty[disabled]:hover,
fieldset[disabled] .btn-danger-empty:hover,
.btn-danger-empty.disabled:focus,
.btn-danger-empty[disabled]:focus,
fieldset[disabled] .btn-danger-empty:focus,
.btn-danger-empty.disabled:active,
.btn-danger-empty[disabled]:active,
fieldset[disabled] .btn-danger-empty:active,
.btn-danger-empty.disabled.active,
.btn-danger-empty[disabled].active,
fieldset[disabled] .btn-danger-empty.active {
  background-color: transparent;
  border-color: #e74c3c;
  -webkit-box-shadow: 0 1px 0 #e74c3c;
  box-shadow: 0 1px 0 #e74c3c;
}
.btn-danger-empty:hover,
.btn-danger-empty:focus,
.btn-danger-empty:active,
.btn-danger-empty.active,
.open > .dropdown-toggle.btn-danger-empty {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger-empty:active,
.btn-danger-empty.active,
.open > .dropdown-toggle.btn-danger-empty {
  background-image: none;
}
.btn-danger-empty.disabled,
.btn-danger-empty[disabled],
fieldset[disabled] .btn-danger-empty,
.btn-danger-empty.disabled:hover,
.btn-danger-empty[disabled]:hover,
fieldset[disabled] .btn-danger-empty:hover,
.btn-danger-empty.disabled:focus,
.btn-danger-empty[disabled]:focus,
fieldset[disabled] .btn-danger-empty:focus,
.btn-danger-empty.disabled:active,
.btn-danger-empty[disabled]:active,
fieldset[disabled] .btn-danger-empty:active,
.btn-danger-empty.disabled.active,
.btn-danger-empty[disabled].active,
fieldset[disabled] .btn-danger-empty.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white-empty {
  background-color: #ffffff;
  border-color: #48cfad;
  -webkit-box-shadow: 0 1px 0 #31bd9a;
  box-shadow: 0 1px 0 #31bd9a;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white-empty:hover,
.btn-white-empty:focus,
.btn-white-empty:active,
.btn-white-empty.active,
.open > .dropdown-toggle.btn-white-empty {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #2dad8c;
  -webkit-box-shadow: 0 1px 0 #2dad8c;
  box-shadow: 0 1px 0 #2dad8c;
}
.btn-white-empty:active,
.btn-white-empty.active,
.open > .dropdown-toggle.btn-white-empty {
  background-image: none;
}
.btn-white-empty.disabled,
.btn-white-empty[disabled],
fieldset[disabled] .btn-white-empty,
.btn-white-empty.disabled:hover,
.btn-white-empty[disabled]:hover,
fieldset[disabled] .btn-white-empty:hover,
.btn-white-empty.disabled:focus,
.btn-white-empty[disabled]:focus,
fieldset[disabled] .btn-white-empty:focus,
.btn-white-empty.disabled:active,
.btn-white-empty[disabled]:active,
fieldset[disabled] .btn-white-empty:active,
.btn-white-empty.disabled.active,
.btn-white-empty[disabled].active,
fieldset[disabled] .btn-white-empty.active {
  background-color: #ffffff;
  border-color: #48cfad;
  -webkit-box-shadow: 0 1px 0 #48cfad;
  box-shadow: 0 1px 0 #48cfad;
}
.btn-white-empty:hover,
.btn-white-empty:focus,
.btn-white-empty:active,
.btn-white-empty.active,
.open > .dropdown-toggle.btn-white-empty {
  color: #48cfad;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white-empty:active,
.btn-white-empty.active,
.open > .dropdown-toggle.btn-white-empty {
  background-image: none;
}
.btn-white-empty.disabled,
.btn-white-empty[disabled],
fieldset[disabled] .btn-white-empty,
.btn-white-empty.disabled:hover,
.btn-white-empty[disabled]:hover,
fieldset[disabled] .btn-white-empty:hover,
.btn-white-empty.disabled:focus,
.btn-white-empty[disabled]:focus,
fieldset[disabled] .btn-white-empty:focus,
.btn-white-empty.disabled:active,
.btn-white-empty[disabled]:active,
fieldset[disabled] .btn-white-empty:active,
.btn-white-empty.disabled.active,
.btn-white-empty[disabled].active,
fieldset[disabled] .btn-white-empty.active {
  background-color: #48cfad;
  border-color: #48cfad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #48cfad;
  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: #2aa083;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #c7cdd1;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.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%;
}
.circle-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #4c575e;
  text-align: center;
  line-height: 30px;
  text-decoration: none !important;
}
.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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #c7cdd1;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px #c7cdd1;
  box-shadow: 0 1px 0px #c7cdd1;
  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: bold ;                   			 /* normal; */
  line-height: 1.42857143;
  color: #7b8b95;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6e7e88;
  background-color: #eceef0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #eceef0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #c7cdd1;
}
.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.42857143;
  color: #c7cdd1;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown-content {
    min-width: 100%;
  }
}
.dropdown-content {
  padding: 10px 15px;
  min-width: 260px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
  outline: none !important;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  line-height: 50px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #a1acb3;
  text-align: center;
  background-color: #eceef0;
  border: 1px solid #c7cdd1;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px #c7cdd1;
  box-shadow: 0 1px 0px #c7cdd1;
}
.input-group-addon.input-sm {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 5px;
}
.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 > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;				/* 10px 15px */
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eceef0;
}
.nav > li.disabled > a {
  color: #c7cdd1;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #c7cdd1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eceef0;
  border-color: #48cfad;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  color: #a1acb3;
  background-color: #eceef0;
  border-color: #eceef0 #eceef0 #dddddd;
}
.nav-tabs > li > a:hover {
  border-color: #eceef0 #eceef0 #48cfad;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #a1acb3;
  background-color: #48cfad;
  border: 1px solid #48cfad;
  border-bottom-color: transparent;
  cursor: default;
  color: #fff;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #eceef0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #eceef0;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-color: #eceef0;
  }
}
.nav-pills {
  margin-bottom: 2px;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
  color: inherit;
  background-color: #eceef0;
}
.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: #ffffff;
  background-color: #48cfad;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #eceef0;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #eceef0;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-color: #eceef0;
  }
}
.tab-content {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 10px;
}
.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 {
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-toggle {
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  border-radius: 3px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.5px -15px;
  text-transform: none;                              /*uppercase; */
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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;
    padding-right: 0;
  }
}
.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-sm {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 0;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;  															/* ligne ajoutée */
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFD700;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 -4px 0 #FFD700, 0 1px 0 #FFD700;
  box-shadow: inset 0 -4px 0 #FFD700, 0 1px 0 #FFD700;                          
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFD700;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 -4px 0 #FFD700;
  box-shadow: inset 0 -4px 0 #FFD700;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #003399;
  -webkit-box-shadow: inset 0 -4px 0 #FFD700, 0 1px 0 #FFD700;
  box-shadow: inset 0 -4px 0 #090979, 0 1px 0 #090979;
  font-weight: bold;   /* ligne ajoutée */
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #FFD700;
    background-color: #ffffff;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  border-width: 0;
}
.navbar-inverse .navbar-brand {
  color: #d3d3d3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #c7cdd1;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d3d3d3;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #3c3c3c;
  -webkit-box-shadow: inset 0 -4px 0 #FFD700;
  box-shadow: inset 0 -4px 0 #FFD700;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2a2a2a;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #3c3c3c;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -4px 0 #FFD700;
  box-shadow: inset 0 -4px 0 #FFD700;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #3c3c3c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #3c3c3c;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d3d3d3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #3c3c3c;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d3d3d3;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #d3d3d3;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
/***** mega menu *****/
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup {
  position: static;
  font-weight:bold;       								/* code ajouté */
}
.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
}
.megamenu .megamenu-content {
  padding: 15px 20px;
}
.megamenu .megamenu-content li a {
  display: block;
  padding: 2px 10px;
  color: inherit;
}
.megamenu .megamenu-content li a:hover {
  text-decoration: none;
  background-color: #eceef0;
}
.megamenu .dropdown.megamenu-fw {
  position: static;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}
.breadcrumb {
  padding: 10px 16px;
  margin-bottom: 5px;
  list-style: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 8px;
  color: #4c575e;
}
.breadcrumb > .active {
  color: #c7cdd1;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #a1acb3;
  border: 1px solid #a1acb3;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #4c575e;
  background-color: #c7cdd1;
  border-color: #c7cdd1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #48cfad;
  border-color: #48cfad;
  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: #c7cdd1;
  background-color: #eceef0;
  border-color: #c7cdd1;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 20px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;                                     /* #a1acb3; */
  border: 1px solid #a1acb3;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #c7cdd1;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #c7cdd1;
  background-color: #a1acb3;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #c7cdd1;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #aab4bb;
}
.label-primary {
  background-color: #48cfad;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2fb593;
}
.label-success {
  background-color: #1ba39c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #147772;
}
.label-info {
  background-color: #3498db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #217dbb;
}
.label-warning {
  background-color: #f5ab35;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #eb950c;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #c7cdd1;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #48cfad;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eceef0;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d0d6d9;
}
.container .jumbotron {
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #48cfad;
}
.thumbnail .caption {
  padding: 9px;
  color: #4c575e;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: #dff0d8;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #d0e9c6;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #d9edf7;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #c4e3f3;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fcf8e3;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #faf2cc;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #f2dede;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #ebcccc;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 28px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16.8px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  background-color: #48cfad;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #c7cdd1;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #1ba39c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #3498db;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f5ab35;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
  font-size: 13px;
}
.media,
.media .media {
  margin-top: 15px;
  min-height: 64px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
  font-weight: 700;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eceef0;
  color: #c7cdd1;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #c7cdd1;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #48cfad;
  border-color: #48cfad;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #eaf9f5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #c7cdd1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
/************************************************
*** accordions ***
************************************************/
.accordion .panel-heading {
  padding: 0;
}
.accordion .panel-heading + .panel-collapse > .panel-body {
  border-top-width: 0;
}
.accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
}
.accordion .panel-heading a:hover {
  text-decoration: none;
}
.accordion .panel-heading i {
  font-size: 1.2em;
  vertical-align: top;
  margin-right: 5px;
}
.accordion .panel-default {
  border-color: transparent;
}
.accordion .panel-default > .panel-heading {
  background-color: #F3F3F3;
  border-bottom: 2px solid #48cfad;
}
.accordion .panel-default > .panel-heading i {
  color: #BDBDBD;
}
.accordion .panel-default > .panel-heading i.active {
  color: #48cfad;
}
.accordion .panel-primary {
  border-color: transparent;
}
.accordion .panel-primary > .panel-heading {
  background-color: #48cfad;
  border-bottom: 2px solid #258c72;
}
.accordion .panel-primary > .panel-heading i {
  color: #258c72;
}
.accordion .panel-primary > .panel-heading i.active {
  color: #103b30;
}
.accordion .panel-success {
  border-color: transparent;
}
.accordion .panel-success > .panel-heading {
  background-color: #1ba39c;
  border-bottom: 2px solid #0d4b48;
  color: #fff;
}
.accordion .panel-success > .panel-heading i {
  color: #0d4b48;
}
.accordion .panel-success > .panel-heading i.active {
  color: #000000;
}
.accordion .panel-info {
  border-color: transparent;
}
.accordion .panel-info > .panel-heading {
  background-color: #3498db;
  border-bottom: 2px solid #196090;
  color: #fff;
}
.accordion .panel-info > .panel-heading i {
  color: #196090;
}
.accordion .panel-info > .panel-heading i.active {
  color: #0a2639;
}
.accordion .panel-warning {
  border-color: transparent;
}
.accordion .panel-warning > .panel-heading {
  background-color: #f5ab35;
  border-bottom: 2px solid #bb7609;
  color: #fff;
}
.accordion .panel-warning > .panel-heading i {
  color: #bb7609;
}
.accordion .panel-warning > .panel-heading i.active {
  color: #5a3904;
}
.accordion .panel-danger {
  border-color: transparent;
}
.accordion .panel-danger > .panel-heading {
  background-color: #e74c3c;
  border-bottom: 2px solid #a82315;
  color: #fff;
}
.accordion .panel-danger > .panel-heading i {
  color: #a82315;
}
.accordion .panel-danger > .panel-heading i.active {
  color: #4d100a;
}
.accordion .panel-white {
  border-color: transparent;
}
.accordion .panel-white > .panel-heading {
  background-color: #fff;
  border-bottom: 2px solid #ccc;
  color: #838383;
}
.accordion .panel-white > .panel-heading i {
  color: #ccc;
}
.accordion .panel-white > .panel-heading i.active {
  color: #838383;
}
.accordion.panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.panel-default {
  border-color: #003399;
}
.panel-default > .panel-heading {
  color: #fff;    /*#7b8b95;*/
  background-color: #003399;    /*#eceef0; */
  border-color: #eceef0;
  /*code ajouté*/
  font-size:18px; 
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #003399;
}
.panel-default > .panel-heading .badge {
  color: #eceef0;
  background-color: #7b8b95;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #003399;
}
.panel-primary {
  border-color: #48cfad;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #48cfad;
  border-color: #48cfad;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #48cfad;
}
.panel-primary > .panel-heading .badge {
  color: #48cfad;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #48cfad;
}
.panel-success {
  border-color: #dff0d8;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dff0d8;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dff0d8;
}
.panel-info {
  border-color: #d9edf7;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9edf7;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d9edf7;
}
.panel-warning {
  border-color: #fcf8e3;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fcf8e3;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fcf8e3;
}
.panel-danger {
  border-color: #f2dede;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2dede;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2dede;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.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 {
  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: #ffffff;
  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: #ffffff;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: 20px;
  }
}
/************************************************
*** override styles of the 3-d party plugins  ***
************************************************/
/***** owl carousel *****/
.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #a1acb3;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.clickable span,
.owl-theme .owl-controls .owl-page:hover span {
  background-color: #48cfad;
}
.owl-main-slider,
.owl-one-slide {
  margin-bottom: 35px;
}
.owl-main-slider .item,
.owl-one-slide .item {
  position: relative;
}
.owl-main-slider .owl-buttons,
.owl-one-slide .owl-buttons {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  color: #fff;
  width: 100%;
}
.owl-main-slider .owl-buttons div,
.owl-one-slide .owl-buttons div {
  border-radius: 3px !important;
  opacity: 0.8 !important;
  background: #a1acb3 !important;
}
.owl-main-slider .owl-buttons div.owl-prev,
.owl-one-slide .owl-buttons div.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 0;
}
.owl-main-slider .owl-buttons div.owl-next,
.owl-one-slide .owl-buttons div.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: 0;
}
.owl-main-slider .owl-buttons div:hover,
.owl-one-slide .owl-buttons div:hover {
  background: #48cfad !important;
}
.owl-main-slider .owl-buttons i,
.owl-one-slide .owl-buttons i {
  font-size: 4em;
}
.owl-main-slider:hover .owl-buttons,
.owl-one-slide:hover .owl-buttons {
  visibility: visible;
}
.owl-main-slider {
  margin-bottom: 0;
}
.owl-main-slider .owl-controls {
  margin-top: 0;
}
.owl-main-slider .owl-controls .owl-pagination {
  bottom: 10px;
}
.owl-client-slide {
  padding-top: 35px;
}
.owl-client-slide .owl-controls {
  text-align: right;
  margin-top: 0;
}
.owl-client-slide .owl-controls .owl-buttons {
  position: absolute;
  width: 100%;
  top: -9px;
}
.owl-client-slide .owl-controls .owl-buttons div {
  background: none;
  padding: 2px 1px;
  font-size: 25px;
  color: inherit;
  margin: 5px 1px;
  line-height: 1;
}
.owl-carousel .captions {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.owl-carousel .captions .dark-overlay {
  background-color: rgba(76, 87, 94, 0.5);
  border-radius: 5px;
}
.owl-carousel .captions .base-overlay {
  background-color: rgba(72, 207, 173, 0.6);
  border-radius: 5px;
}
.owl-carousel .captions .white-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.owl-carousel .captions .super-title {
  margin-top: 0px;
}
/***** bootstrap slider  *****/
.slider.slider-horizontal {
  width: 100%;
  padding: 0 10px;
}
.slider .slider-selection {
  background: #eceef0;
  -webkit-box-shadow: 0 1px 0 #a1acb3;
  box-shadow: 0 1px 0 #a1acb3;
}
.slider .slider-track {
  background: #eceef0;
  border-radius: 2px;
}
.slider-handle.custom {
  background-color: #48cfad;
  opacity: 1;
  border-radius: 4px;
}
.slider-handle.custom:before {
  content: none;
}
/***** bootsrap select *****/
.bootstrap-select .form-control {
  border-color: #c7cdd1;
}
/************************************************
*** reusing (helpers) styles ***
************************************************/
/***** padding-top *****/
.pt-reset {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
/***** padding-bottom *****/
.pb-reset {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px;
}
.pb2 {
  padding-bottom: 2px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
/***** margin-top *****/
.mt-reset {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}
/***** margin-bottom *****/
.mb-reset {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
/***** margin-right *****/
.mr-reset {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr3 {
  margin-right: 3px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.mr70 {
  margin-right: 70px;
}
.mr75 {
  margin-right: 75px;
}
.mr80 {
  margin-right: 80px;
}
.mr85 {
  margin-right: 85px;
}
.mr90 {
  margin-right: 90px;
}
.mr95 {
  margin-right: 95px;
}
.mr100 {
  margin-right: 100px;
}
/***** margin-left *****/
.ml-reset {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml3 {
  margin-left: 3px;
}
.ml4 {
  margin-left: 4px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml95 {
  margin-left: 95px;
}
.ml100 {
  margin-left: 100px;
}
/***** width *****/
.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w70 {
  width: 70%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w33 {
  width: 33.33333333%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w16 {
  width: 16.66666667%;
}
.w14 {
  width: 14.28571429%;
}
.w12 {
  width: 12.5%;
}
.w11 {
  width: 11.11111111%;
}
.w10 {
  width: 10%;
}
.w5 {
  width: 5%;
}
.dblock {
  display: block;
}
.diblock {
  display: inline-block;
}
.diblock-middle {
  display: inline-block;
  vertical-align: middle;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.vertical-align-block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
@media (max-width: 767px) {
  .mobile-full-width {
    width: 100%;
  }
}
/***** bg colors *****/
.dark-section {
  background-color: #4c575e;
  color: #ffffff;
}
.dark-section .panel {
  background-color: rgba(0, 0, 0, 0);
}
.primary-section {
  background-color: #48cfad;
  color: #ffffff;
}
.white-section {
  background-color: #ffffff;
}
.gray-section {
  background-color: #eceef0;
}
.gray-section .panel {
  background-color: rgba(0, 0, 0, 0);
}
.info-section {
  background-color: #3498db;
}
.success-section {
  background-color: #1ba39c;
}
.warning-section {
  background-color: #f5ab35;
}
.danger-section {
  background-color: #e74c3c;
}
.white-text {
  color: #ffffff;
}
/***** borders *****/
.border-top-active {
  border-top: 1px solid #48cfad;
}
.white-border {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}
.border-left-gray {
  border-left: 1px solid #c7cdd1;
}
.border-top-gray {
  border-top: 1px solid #c7cdd1;
}
.border-right-gray {
  border-right: 1px solid #c7cdd1;
}
.border-bottom-gray {
  border-bottom: 1px solid #c7cdd1;
}
/***** overlay textures *****/
.overlay-texture-1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQIW2NkwARpjFgEGSgUBAAjggBsq996AwAAAABJRU5ErkJggg==);
}
.overlay-texture-2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPklEQVQYV2NkwAT/gUKM6MLoAjBFGIqRFaJLovBhCrFaB7QeLg5SiEsRzJlgeQxHY/EcSOg/sQoxgwGHiQwA+f4KCL3Y/AQAAAAASUVORK5CYII=);
}
.overlay-texture-3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkQAX/GZH4/4FsRpgAmAOSBBFwDkgAAIKuBATRTAAZAAAAAElFTkSuQmCC);
}
.overlay-texture-4 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANklEQVQYV2NkIAIwEqHmPyFF/4GGMBJSBLYIlyKwCTCnYFOEogCfSSj+QTYJwwR063AqACkEAGnjBgmbf5VOAAAAAElFTkSuQmCC);
}
.overlay-texture-5 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQYV2NkYGAwBuKzQAwDID4IoIgxIikAMZE1oRiArBDdZBSNMIXoJiFbDZYDKcSmCOYimDuNSVKIzRNYrUYOFuQgweoZbIoxgoeoAAcAEckW11HVTfcAAAAASUVORK5CYII=);
}
/***** overlay gradients *****/
.overlay-gradient-1 {
  background-image: -webkit-linear-gradient(top, #fae5b1 0%, #f7bda2 100%);
  background-image: -o-linear-gradient(top, #fae5b1 0%, #f7bda2 100%);
  background-image: linear-gradient(to bottom, #fae5b1 0%, #f7bda2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffae5b1', endColorstr='#fff7bda2', GradientType=0);
}
.overlay-gradient-2 {
  background-image: -webkit-linear-gradient(top, #748fd5 0%, #293073 100%);
  background-image: -o-linear-gradient(top, #748fd5 0%, #293073 100%);
  background-image: linear-gradient(to bottom, #748fd5 0%, #293073 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff748fd5', endColorstr='#ff293073', GradientType=0);
}
.overlay-gradient-3 {
  background-image: -webkit-linear-gradient(top, #1d8d91 0%, #213d36 100%);
  background-image: -o-linear-gradient(top, #1d8d91 0%, #213d36 100%);
  background-image: linear-gradient(to bottom, #1d8d91 0%, #213d36 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d8d91', endColorstr='#ff213d36', GradientType=0);
}
.overlay-gradient-4 {
  background-image: -webkit-linear-gradient(top, #a831f7 0%, #574075 100%);
  background-image: -o-linear-gradient(top, #a831f7 0%, #574075 100%);
  background-image: linear-gradient(to bottom, #a831f7 0%, #574075 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa831f7', endColorstr='#ff574075', GradientType=0);
}
.overlay-gradient-5 {
  background-image: -webkit-linear-gradient(top, #fff18c 0%, #dda22c 100%);
  background-image: -o-linear-gradient(top, #fff18c 0%, #dda22c 100%);
  background-image: linear-gradient(to bottom, #fff18c 0%, #dda22c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff18c', endColorstr='#ffdda22c', GradientType=0);
}
.overlay-gradient-6 {
  background-color: #d0d6d9;
  background-image: -webkit-radial-gradient(circle, #d0d6d9, #4c575e);
  background-image: radial-gradient(circle, #d0d6d9, #4c575e);
  background-repeat: no-repeat;
}
.overlay-gradient-7 {
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #ffffff, #48cfad);
  background-image: radial-gradient(circle, #ffffff, #48cfad);
  background-repeat: no-repeat;
}
/***** overlay colors *****/
.overlay-main-color {
  background-color: #48cfad !important;
}
.overlay-dark-color {
  background-color: #4c575e !important;
}
/************************************************
*** parallax section ***
************************************************/
.parallax-section {
  position: relative;
}
/***** title section *****/
.main-title {
  padding: 10px 0;
  background-color: #eceef0;
  color: #a1acb3;
}
.main-title h1,
.main-title h2 {
  margin: 0;
  font-size: 30px;
}
/***** breadcrumbs *****/
.breadcrumbs {
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
}
.breadcrumbs ol {
  margin-bottom: 0;
}
/***** go to top *****/
.go-to-top {
  display: block;
  position: fixed;
  right: 2%;
  font-size: 18px;
  bottom: 50px;
  z-index: 2000;
  opacity: 0.8;
  display: none;
}
.go-to-top:hover {
  opacity: 1;
}
/************************************************
*** header ***
************************************************/
.main-header {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1030;
  -webkit-transition: top ease 1s;
  -o-transition: top ease 1s;
  transition: top ease 1s;
  top: -80px;
  margin-bottom: 1px;
}
.main-header.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1040;
}
.main-header.fixed-header .sub-header {
  display: none;
}
.main-header .sub-header {
  background-color: #ededed;									/* #4c575e; */
  color: #4c575e												/* #ffffff; */
  font-size: .9em;
  min-height: 42px;
}
.main-header .sub-header.gray {
  background-color: #eceef0;
  color: #a1acb3;
}
.main-header .sub-header .list-inline {
  margin-bottom: 0;
}
.main-header .sub-header .sub-header-text {
  display: inline-block;
  padding: 7px 0;
}
.main-header .navbar {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-header .head-text {
    text-align: center;
  }
}
.main-header .sign-up-section {
  text-align: right;
}
@media (max-width: 767px) {
  .main-header .sign-up-section {
    text-align: center;
  }
}
/************************************************
*** icon boxes ***
************************************************/
.icon-box-vertical {
  text-align: center;
}
.icon-box-vertical .icon {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 35px;
}
.icon-box-vertical .large {
  font-size: 50px;
}
.icon-box-vertical .largest {
  font-size: 85px;
}
.icon-box-vertical .box-circle .icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
.icon-box-vertical .box-circle .icon i {
  line-height: 68px;
}
.icon-box-vertical .box-circle .large {
  width: 100px;
  height: 100px;
}
.icon-box-vertical .box-circle .large i {
  line-height: 98px;
}
.icon-box-vertical .box-circle .largest {
  width: 150px;
  height: 150px;
}
.icon-box-vertical .box-circle .largest i {
  line-height: 148px;
}
.icon-box-vertical .box .icon {
  color: #63717a;
}
.icon-box-vertical .box:hover .icon {
  color: #48cfad;
}
.icon-box-vertical .box-main .icon {
  color: #48cfad;
}
.icon-box-vertical .box-main:hover .icon {
  color: #f5ab35;
}
.icon-box-horizontal .icon {
  float: left;
  min-width: 40px;
  font-size: 35px;
  margin-right: 15px;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-box-horizontal .large {
  font-size: 50px;
}
.icon-box-horizontal .content-box {
  overflow: hidden;
}
.icon-box-horizontal .box-circle .icon {
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.icon-box-horizontal .box-circle .icon i {
  line-height: 68px;
}
.icon-box-horizontal .box-circle .large {
  width: 100px;
  height: 100px;
}
.icon-box-horizontal .box-circle .large i {
  line-height: 98px;
}
.icon-box-horizontal .box .icon {
  color: #63717a;
}
.icon-box-horizontal .box:hover .icon {
  color: #48cfad;
}
.icon-box-horizontal .box-main .icon {
  color: #48cfad;
}
.icon-box-horizontal .box-main:hover .icon {
  color: #f5ab35;
}
.gray-box-bg .icon {
  background-color: #98a4ab;
  -webkit-box-shadow: inset 0 0 0 50px #98a4ab;
  box-shadow: inset 0 0 0 50px #98a4ab;
  color: #fff;
}
.gray-box-bg:hover .icon {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #4c575e;
  box-shadow: inset 0 0 0 3px #4c575e;
  color: #4c575e;
}
.main-box-bg .icon {
  background-color: #48cfad;
  -webkit-box-shadow: inset 0 0 0 50px #48cfad;
  box-shadow: inset 0 0 0 50px #48cfad;
  color: #fff;
}
.main-box-bg:hover .icon {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 3px #48cfad;
  box-shadow: inset 0 0 0 3px #48cfad;
  color: #48cfad;
}
/************************************************
*** images  ***
************************************************/
.img-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}
.img-wrapper.has-caption {
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.img-wrapper.has-caption > a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.img-wrapper .img-caption {
  padding: 10px 15px;
  border-radius: 0 0 5px 5px;
  background-color: #eceef0;
  line-height: 1.3;
}
.img-wrapper .img-caption p {
  margin: 0;
}
.img-wrapper img {
  display: inline-block;
  width: auto \9;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 0;
}
.img-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}
.img-wrapper .overlay-transparent {
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}
.img-wrapper .overlay-info {
  top: -100%;
  left: 0;
}
.img-wrapper .overlay-links {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.img-wrapper:hover .overlay-transparent {
  background-color: rgba(0, 0, 0, 0.3);
}
.img-wrapper:hover.ken-burns-effect img {
  -webkit-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
.img-wrapper:hover .overlay-info {
  top: 0;
}
/************************************************
*** portfolio section ***
************************************************/
@media (max-width: 767px) {
  .portfolio-section .item {
    width: 100%;
  }
}
.portfolio-section .img-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  text-align: center;
}
.portfolio-section .img-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  top: -100%;
  left: 0;
  -webkit-transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-section .img-wrap .overlay span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  display: inline-block;
}
.portfolio-section .img-wrap .description {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -100%;
  left: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.portfolio-section .img-wrap img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .portfolio-section .img-wrap img {
    width: 100%;
  }
}
.portfolio-section .img-wrap:hover .overlay {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-section .img-wrap:hover .description {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-section-2 .item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .portfolio-section-2 .item {
    width: 100%;
  }
}
.portfolio-section-2 .captions {
  padding: 10px;
  text-align: center;
}
.portfolio-section-3 .item {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-details li {
  font-size: 1.2em;
}
/************************************************
*** content boxes ***
************************************************/
.template-box {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d0d6d9;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.template-box:before,
.template-box:after {
  content: " ";
  display: table;
}
.template-box:after {
  clear: both;
}
.template-box h1,
.template-box h2,
.template-box h3,
.template-box h4,
.template-box h5,
.template-box h6 {
  margin-top: 0;
}
.template-box.bg-primary {
  border-color: #48cfad;
}
.rounded {
  border-radius: 3px;
}
.small-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(76, 87, 94, 0.3);
  box-shadow: 0 1px 2px rgba(76, 87, 94, 0.3);
}
.advanced-shadow {
  position: relative;
}
.advanced-shadow:after,
.advanced-shadow:before {
  position: absolute;
  z-index: 0;
  content: "";
  bottom: 9px;
  left: 10px;
  width: 45%;
  top: 80%;
  max-width: 300px;
  -webkit-box-shadow: 0 10px 10px rgba(76, 87, 94, 0.15);
  box-shadow: 0 10px 10px rgba(76, 87, 94, 0.15);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.advanced-shadow:before {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/************************************************
*** custom controls ***
************************************************/
.checkbox,
.radio {
  display: block;
  min-height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.checkbox label,
.radio label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  padding-left: 0;
}
.checkbox.checkbox-inline,
.radio.checkbox-inline,
.checkbox.radio-inline,
.radio.radio-inline {
  display: inline-block;
  margin-top: 0;
}
.checkbox.checked .overlay,
.radio.checked .overlay {
  content: "\f00c";
  background-color: #48cfad;
  border-bottom-color: #2fb593;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none !important;
  float: left;
  margin-left: -15px !important;
}
.checkbox .overlay,
.radio .overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #d0d6d9;
  border-radius: 3px;
  color: #FFF;
  font-family: "FontAwesome";
  border-bottom: 1px solid #b4bdc2;
  border-bottom-width: 0\9;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-indent: 0\9;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.form-horizontal .overlay {
  top: 8px;
}
.disabled .overlay {
  opacity: 0.7;
}
.sign-form .input-group-addon {
  text-align: center;
}
.sign-form i {
  width: 14px;
}
/************************************************
*** pricing tables ***
************************************************/
.pricing-tables {
  margin-bottom: 15px;
}
.pricing-tables .p-header {
  padding: 15px;
  color: #fff;
}
.pricing-tables .p-header .title {
  margin: 0;
}
.pricing-tables .p-body {
  border: 1px solid #c7cdd1;
  border-top-width: 0px;
  padding: 10px 15px;
}
.pricing-tables .p-cost {
  text-align: center;
  font-size: 1.2em;
  line-height: 1;
}
.pricing-tables .p-cost b {
  font-size: 2.2em;
  display: inline-block;
  vertical-align: middle;
}
.pricing-tables .p-actions {
  margin: 0 -16px 15px -16px;
}
.pricing-tables .p-actions:before,
.pricing-tables .p-actions:after {
  content: " ";
  display: table;
}
.pricing-tables .p-actions:after {
  clear: both;
}
.pricing-tables .f-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.pricing-tables .f-list li {
  margin: 0;
  padding: 5px 15px;
  border-top: 1px solid #c7cdd1;
}
.pricing-tables .f-list li i {
  margin-right: 10px;
}
.pricing-tables .f-list li:first-child {
  border-top-width: 0;
}
.pricing-tables footer {
  text-align: center;
  padding-top: 10px;
}
/************************************************
*** testimonials ***
************************************************/
.testimonials .person {
  text-align: right;
}
@media (max-width: 767px) {
  .testimonials .person {
    text-align: center;
    padding-bottom: 40px;
  }
}
.testimonials .person img {
  display: inline-block;
  width: auto \9;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 2px;
  -webkit-box-shadow: 3px 3px 0 #c7cdd1;
  box-shadow: 3px 3px 0 #c7cdd1;
}
.testimonials-1 {
  margin-bottom: 15px;
}
.testimonials-1 .img-wrap {
  margin-bottom: 15px;
}
.testimonials-2 {
  margin-bottom: 15px;
}
.testimonials-2 .img-wrap {
  padding: 0 10px;
}
.testimonials-2 .text-wrap {
  overflow: hidden;
  padding: 0 10px;
}
.testimonials-3 .img-wrap {
  position: relative;
  margin-bottom: 15px;
}
.testimonials-3 .img-wrap:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #eceef0 transparent transparent transparent;
}
.testimonials-3 .text-wrap {
  padding: 15px;
  background-color: #eceef0;
  border-radius: 5px;
  margin-bottom: 25px;
}
.testimonials-3 .text-wrap * {
  margin: 0;
}
@media (max-width: 991px) {
  .testimonials-3 .t-author {
    text-align: center;
  }
}
.testimonials-4 {
  text-align: center;
  padding: 20px 15px 10px;
  background-color: #eceef0;
  border-radius: 5px;
  margin-bottom: 15px;
}
/************************************************
*** clients section ***
************************************************/
.clients-section .item {
  padding: 0 15px;
}
.clients-section .item img {
  opacity: .5;
}
.clients-section .item img:hover {
  opacity: 1;
}
.clients-section .row {
  position: relative;
}
.clients-section .control {
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  opacity: .5;
}
.clients-section .control:hover {
  opacity: 1;
}
.clients-section .control.prev {
  left: 0;
}
.clients-section .control.next {
  right: 0;
}
/************************************************
*** team ***
************************************************/
.team-section .img-wrap img {
  -webkit-box-shadow: 5px 5px 0 #eceef0;
  box-shadow: 5px 5px 0 #eceef0;
  margin: 0 auto;
}
/************************************************
*** section-act ***
************************************************/
.section-act {
  background-color: #48cfad;
  color: #ffffff;
}
/************************************************
*** latest from blog ***
************************************************/
.from-blog .row {
  margin: 0;
}
.from-blog .text-wrap {
  background-color: #F8F8F8;
  margin: 0;
  height: 300px;
  text-align: center;
}
.from-blog .text-wrap .title {
  margin-top: 0;
}
.from-blog .text-wrap a {
  color: inherit;
}
.from-blog .text-wrap a:hover {
  text-decoration: none;
  color: #48cfad;
}
.from-blog .text-wrap .meta {
  list-style: none;
  color: #c7cdd1;
  padding: 0;
  margin: 0;
}
.from-blog .text-wrap .meta li {
  display: inline-block;
}
.from-blog .text-wrap .meta li:before {
  content: "/";
  padding: 0 5px;
}
.from-blog .text-wrap .meta li:first-child:before {
  content: none;
}
.from-blog .text-wrap .meta li a {
  color: inherit;
}
.from-blog .text-wrap .meta li a:hover {
  color: #48cfad;
}
.from-blog .img-wrap {
  margin: 0;
  padding: 0;
  height: 300px;
  overflow: hidden;
}
.from-blog .img-wrap img {
  height: 100%;
  width: auto;
}
.from-blog .img-wrap:hover .overlay {
  top: 0;
}
.from-blog .img-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: -100%;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.from-blog .img-wrap .overlay .vertical-align-block {
  padding: 20px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAJnzpz5zwjjgzgmJiaMYAEYB8RmROaABAD4hQ9o0iqJkwAAAABJRU5ErkJggg==);
}
/************************************************
*** footer ***
************************************************/
.main-footer {
  font-size: .9em;
}
.main-footer .list-unstyled li {
  margin-bottom: 10px;
}
.main-footer textarea {
  height: 100px;
  resize: none;
}
.main-footer .subfooter {
  background-color: #353d42;
  color: #ccc;
}
.main-footer .subfooter .help-text {
  display: inline-block;
  vertical-align: middle;
}
.tweet-list {
  padding: 0 0 0 40px;
  margin: 0 0 20px;
  list-style: none;
}
.tweet-list li {
  position: relative;
}
.tweet-list li:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 5px;
  background-color: #48cfad;
  display: block;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  content: "\f099";
  font-family: "FontAwesome";
}
.tweet-list li .date {
  display: block;
  margin: 5px 0;
  font-size: .9em;
  color: #eceef0;
}
/************************************************
*** blog page ***
************************************************/
.blog-section .blog-title {
  margin-top: 0;
}
.blog-section .blog-title a {
  color: inherit;
}
.blog-section .blog-title a:hover {
  text-decoration: none;
  color: #48cfad;
}
.blog-section .entry-meta {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
.blog-section .entry-meta .author,
.blog-section .entry-meta .entry-date {
  color: #48cfad;
}
.blog-section .img-wrap {
  position: relative;
  border-bottom: 3px solid #48cfad;
  margin-bottom: 20px;
}
.blog-section .img-wrap .blog-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #48cfad;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
}
.blog-section .article-footer {
  margin: 20px 0;
}
.blog-section hr.divider {
  margin: 15px 0 40px;
}
.widget-list {
  font-size: 16px;
}
.widget-list li {
  border: 1px solid #c7cdd1;
  border-width: 0 0 0 1px;
}
.widget-list li:first-child {
  border-top-width: 0;
}
.widget-list li a {
  color: #a1acb3;
  text-decoration: none;
  display: block;
  padding: 10px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.widget-list li a:hover {
  background-color: #48cfad;
  color: #ffffff;
}
.widget .widget-title {
  margin-bottom: 20px;
  font-size: 27px;
}
.widget.widget-posts .widget-list a {
  position: relative;
  padding-left: 62px;
  min-height: 62px;
  font-size: 14px;
}
.widget.widget-posts .widget-list a img {
  position: absolute;
  padding-bottom: 10px;
  top: 10px;
  left: 10px;
}
.widget .tags a {
  background-color: #a1acb3;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 7px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.widget .tags a:hover {
  background-color: #48cfad;
}
.blog-masonry {
  position: relative;
}
.blog-masonry .article {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .blog-masonry .article {
    width: 100%;
  }
}
.blog-masonry .article .img-wrap {
  margin: 0 -15px;
}
.blog-masonry .article .slider-wrap {
  margin: 0 -15px;
}
.blog-masonry .article .blog-title {
  margin-top: 15px;
}
.blog-masonry .article .entry-meta {
  margin-bottom: 10px;
}
.blog-masonry .article .img-wrapper {
  margin-bottom: 0;
}
/************************************************
*** post page ***
************************************************/
.reply-form {
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  padding: 15px;
  background-color: #FAFAFA;
}
.reply-form textarea {
  min-height: 100px;
}
.google-map {
  height: 450px;
}
/************************************************
*** error page ***
************************************************/
.page-error h1 {
  font-size: 150px;
}
/************************************************
*** boxed version ***
************************************************/
.boxed {
  width: 1200px;
  margin: 0 auto;
  background-color: #c7cdd1;
  background-attachment: fixed;
}
@media (max-width: 1230px) {
  .boxed {
    width: 100%;
  }
}
.boxed .page-wrap {
  background-color: #fff;
}
.boxed .main-header.fixed-header {
  left: auto;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .boxed .main-header.fixed-header {
    width: 100%;
  }
}
.boxed.boxed-bg-pattern1 {
  background-image: url(../../assets/img/ui/bg-patterns/geometry2.png);
}
.boxed.boxed-bg-pattern2 {
  background-image: url(../../assets/img/ui/bg-patterns/stardust.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern2 {
    background-image: url(../../assets/img/ui/bg-patterns/stardust_@2X.png);
  }
}
.boxed.boxed-bg-pattern3 {
  background-image: url(../../assets/img/ui/bg-patterns/tree_bark.png);
}
.boxed.boxed-bg-pattern4 {
  background-image: url(../../assets/img/ui/bg-patterns/brickwall.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern4 {
    background-image: url(../../assets/img/ui/bg-patterns/brickwall_@2X.png);
  }
}
.boxed.boxed-bg-pattern5 {
  background-image: url(../../assets/img/ui/bg-patterns/mooning.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern5 {
    background-image: url(../../assets/img/ui/bg-patterns/mooning_@2X.png);
  }
}
.boxed.boxed-bg-pattern6 {
  background-image: url(../../assets/img/ui/bg-patterns/escheresque_ste.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern6 {
    background-image: url(../../assets/img/ui/bg-patterns/escheresque_ste_@2X.png);
  }
}
.boxed.boxed-bg-pattern7 {
  background-image: url(../../assets/img/ui/bg-patterns/black_lozenge.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern7 {
    background-image: url(../../assets/img/ui/bg-patterns/black_lozenge_@2X.png);
  }
}
.boxed.boxed-bg-pattern8 {
  background-image: url(../../assets/img/ui/bg-patterns/hexabump.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern8 {
    background-image: url(../../assets/img/ui/bg-patterns/hexabump_@2X.png);
  }
}
.boxed.boxed-bg-pattern9 {
  background-image: url(../../assets/img/ui/bg-patterns/shattered.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern9 {
    background-image: url(../../assets/img/ui/bg-patterns/shattered_@2X.png);
  }
}
.boxed.boxed-bg-pattern10 {
  background-image: url(../../assets/img/ui/bg-patterns/retina_wood.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern10 {
    background-image: url(../../assets/img/ui/bg-patterns/retina_wood_@2X.png);
  }
}
.boxed.boxed-bg-pattern11 {
  background-image: url(../../assets/img/ui/bg-patterns/tileable_wood_texture.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern11 {
    background-image: url(../../assets/img/ui/bg-patterns/tileable_wood_texture_@2X.png);
  }
}
.boxed.boxed-bg-pattern12 {
  background-image: url(../../assets/img/ui/bg-patterns/dark_wood.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .boxed.boxed-bg-pattern12 {
    background-image: url(../../assets/img/ui/bg-patterns/dark_wood_@2X.png);
  }
}
/************************************************
*** preloader ***
************************************************/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #ffffff url(../../assets/img/ui/preloader.GIF) no-repeat center;
}
/************************************************
*** shop styles ***
************************************************/
.catalog-menu,
.catalog-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-menu > li {
  margin-bottom: 2px;
}
.catalog-menu > li > a {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.catalog-menu > li > a.active,
.catalog-menu > li > a:hover {
  padding: 7px 10px 7px 15px;
  background-color: #48cfad;
  color: #fff;
}
.catalog-menu > li > a.active span,
.catalog-menu > li > a:hover span {
  color: #4c575e;
}
.catalog-menu > li > ul {
  display: none;
}
.catalog-menu > li > ul > li > a {
  padding: 5px 10px 5px 20px;
}
.catalog-menu > li > ul > li > ul {
  display: none;
}
.catalog-menu > li > ul > li > ul > li a {
  padding: 5px 10px 5px 30px;
}
.catalog-menu > li > ul > li > ul > li > ul {
  display: none;
}
.catalog-menu > li > ul > li > ul > li > ul > li > a {
  padding: 5px 10px 5px 40px;
}
.catalog-menu a {
  padding: 7px 10px;
  background-color: #eceef0;
  color: #4c575e;
  display: block;
}
.catalog-menu a.active,
.catalog-menu a:hover {
  text-decoration: none;
  color: #48cfad;
}
.catalog-menu a span {
  color: #a1acb3;
}
.shop-item-double .active-img {
  position: relative;
  overflow: hidden;
  display: block;
  border: none;
}
.shop-item-double .active-img a > img {
  -webkit-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  .shop-item-double .active-img a > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop-item-double .active-img a > img {
    width: 100%;
  }
}
.shop-item-double .active-img .cover {
  -webkit-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}
@media (max-width: 767px) {
  .shop-item-double .active-img .cover img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop-item-double .active-img .cover img {
    width: 100%;
  }
}
.shop-item-double .active-img:hover a > img {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.shop-item-double .active-img:hover .cover {
  right: 0;
}
.shop-item-double .active-img:hover .shop-btns {
  bottom: 4px;
}
.shop-item .active-img {
  position: relative;
  overflow: hidden;
  display: block;
  border: none;
}
@media (max-width: 767px) {
  .shop-item .active-img a > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop-item .active-img a > img {
    width: 100%;
  }
}
.shop-item .active-img .cover {
  -webkit-transition: all ease-out 0.8s;
  -o-transition: all ease-out 0.8s;
  transition: all ease-out 0.8s;
  position: absolute;
  width: 100%;
  top: -100%;
  background-color: rgba(76, 87, 94, 0.7);
  padding: 15px;
  color: #fff;
}
.shop-item .active-img .cover-category {
  position: absolute;
  width: 100%;
  top: -100%;
  bottom: 0;
  top: auto;
  background-color: rgba(76, 87, 94, 0.7);
  padding: 15px;
  color: #fff;
}
.shop-item .active-img:hover .shop-btns {
  bottom: 4px;
}
.shop-item .active-img:hover .cover {
  top: 0;
}
.product-item .caption {
  padding: 5px 15px 15px;
}
.product-item .caption-horizontal {
  padding: 5px 15px 15px;
}
.product-item .caption-horizontal .item-price {
  font-size: 1.4em;
}
.product-item .shop-btns {
  position: absolute;
  right: 4px;
  bottom: -30px;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
  -o-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
}
.product-item .shop-badges {
  position: absolute;
  right: 0;
  top: 0;
}
.product-item .shop-badges span {
  display: block;
  margin-bottom: 2px;
  padding: 7px 10px;
}
.product-item .item-price {
  font-size: 1.2em;
}
/***** ui value slider *****/
.shop-slider {
  padding: 0 10px;
}
/***** product slider *****/
.big-product-preview {
  border: 1px solid #eceef0;
}
.big-product-preview .owl-controls {
  margin-top: 0;
}
.big-product-preview .owl-controls .owl-buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.big-product-preview .owl-controls .owl-buttons div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 2px;
  font-size: 16px;
  padding: 3px 11px;
  background-color: #4c575e;
}
.small-product-preview .item {
  padding: 1px;
  background-color: #eceef0;
  cursor: pointer;
}
.small-product-preview .synced .item {
  background-color: #4c575e;
}
.small-product-preview .owl-item {
  padding-right: 5px;
}
/***** ratings *****/
.rating-box {
  background-color: #4c575e;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  border-radius: 3px;
}
.rating-box.rating-box-small {
  font-size: 12px;
  padding: 2px 5px;
}
/***** item quantity *****/
.item-quantity {
  width: 140px;
  text-align: center;
}
.item-quantity input {
  text-align: center;
}
/***** review form *****/
.review-form .radio {
  margin: 0 auto;
  width: 20px;
}
/***** product slider *****/
.owl-product-slider .product-item {
  border: 1px solid #fff;
}
/***** shopping cart *****/
.checkout table td,
.shopping-cart table td {
  vertical-align: middle !important;
}
/***** checkout *****/
.checkout .checkout-header {
  background-color: #eceef0;
  -webkit-box-shadow: 0 1px 0 #c7cdd1;
  box-shadow: 0 1px 0 #c7cdd1;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkout .checkout-header:after {
  clear: both;
  content: "";
  display: table;
}
.checkout .checkout-step {
  display: inline-block;
  padding: 4px 15px;
  font-size: 20px;
  color: #fff;
  background-color: #c7cdd1;
  line-height: 1.5;
  vertical-align: middle;
}
.checkout .checkout-step.active {
  background-color: #4c575e;
  -webkit-box-shadow: 0 1px 0 #4c575e;
  box-shadow: 0 1px 0 #4c575e;
}
.checkout .chekout-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  margin: 5px;
  text-overflow: ellipsis;
}
.checkout .checkout-content {
  margin-bottom: 20px;
}


/* Mon code spécial dans le main */

.vl{
	border-left:6px solid black;
}