.img-circle {
  border: 1px solid #313131; }

.profile-user-img {
  width: 120px;
  margin-bottom: 15px; }

.profile-img-container {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  cursor: pointer; }

.profile-img-container .overlay {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid #d2d6de;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.profile-img-container.flip img {
  transform: rotateY(0deg);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }

.profile-img-container.flip:hover img {
  transform: rotateY(180deg);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }

.profile-img-container.flip .overlay {
  transform: rotateY(-180deg);
  -webkit-transition: transform 0.5s ease, z-index 0.5s ease;
  -moz-transition: transform 0.5s ease, z-index 0.5s ease;
  -ms-transition: transform 0.5s ease, z-index 0.5s ease;
  -o-transition: transform 0.5s ease, z-index 0.5s ease;
  transition: transform 0.5s ease, z-index 0.5s ease;
  z-index: -1; }

.profile-img-container.flip:hover .overlay {
  transform: rotateY(0deg);
  -webkit-transition: transform 0.5s ease, z-index 0.5s ease;
  -moz-transition: transform 0.5s ease, z-index 0.5s ease;
  -ms-transition: transform 0.5s ease, z-index 0.5s ease;
  -o-transition: transform 0.5s ease, z-index 0.5s ease;
  transition: transform 0.5s ease, z-index 0.5s ease;
  z-index: 0; }

.profile-img-container.opacity .overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
  -ms-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease; }

.profile-img-container.opacity:hover .overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
  -ms-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease; }

.profile-img-container .overlay .edit-link {
  font-size: 0.25em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 52%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: white; }

.profile-img-container .overlay .edit-link .fa {
  cursor: pointer; }

.profile-img-container input {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px; }

#crop-avatar .img-container img {
  max-width: 100%; }

#crop-avatar .cropper-view-box,
#crop-avatar .cropper-face {
  border-radius: 50%; }

.avatar-upload-progress {
  display: none;
  margin: 1rem; }

#avatar-upload-alert {
  display: none; }

#member-dashboard .btn:first-child {
  margin-left: 0px; }

#member-dashboard .btn {
  margin-left: 10px; }

.reservation-days {
  font-size: 14px;
  padding: 0px 20px; }
  .reservation-days .day {
    color: white;
    font-weight: bold;
    font-size: 16px;
    transition: none; }
  .reservation-days .day:hover {
    filter: brightness(1.2);
    transition: none; }
  .reservation-days .day.available {
    background: rgba(77, 143, 2, 0.67); }
  .reservation-days .day.no-invitation {
    background: rgba(255, 151, 0, 0.36); }
  .reservation-days .day.unavailable {
    background: rgba(255, 255, 255, 0.2); }
  .reservation-days .row {
    display: flex; }
  .reservation-days .cell {
    min-width: 15px;
    width: 100px;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 2px;
    line-height: 60px; }
  .reservation-days .cell span {
    display: inline-block;
    line-height: 14px;
    vertical-align: middle; }
  .reservation-days .header-row .cell {
    background: rgba(100, 100, 100, 0.2); }
  .reservation-days .row .cell:last-child {
    margin-right: 0; }
  .reservation-days .row:last-child .cell {
    margin-bottom: 0; }
  .reservation-days .golf-name {
    min-width: 80px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-weight: bold;
    padding-right: 20px; }
  .reservation-days .golf-name span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle; }

#new-reservation {
  max-height: 80vh !important;
}

.add-player-modal .tab-pane,
#new-reservation #player-list,
#view-reservation #player-list {
  max-height: 625px;
  width: 102%;
  overflow: auto;
  padding-right: 17px;
  /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box; }

.add-player-modal .tab-content,
#new-reservation .list-container,
#view-reservation .list-container {
  /*overflow: hidden;*/
  width: 100%;
  height: 100%; }

#new-reservation #player-list {
  max-height: 450px; }

#new-reservation {
  max-height: 80vh !important;
}

#view-reservation #player-list {
  max-height: 360px; }

.add-player-modal .modal-dialog {
  width: 85%; }

.add-player-modal .modal-body {
  padding: 0px;
  padding-top: 10px; }

.add-player-modal .modal-body .search-box {
  padding: 16px;
  width: 170px;
  line-height: 16px !important;
  font-size: 16px !important;
  background: rgba(255, 255, 255, 0.34);
  border: solid 1px #747474;
  color: black; }

.add-player-modal .modal-body .search-box:active,
.add-player-modal .modal-body .search-box:focus {
  background: rgba(255, 255, 255, 0.34); }

.add-player-modal .nav-tabs {
  height: 42px;
  padding: 0px 10px; }

.user-card {
  float: left;
  position: relative;
  text-align: center;
  margin: 10px;
  margin-top: 0px;
  border-radius: 5px;
  min-height: 160px;
  max-height: 180px; }

.user-card .inner {
  padding: 10px 15px; }

.user-card .label {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  color: white;
  white-space: normal;
  line-height: 20px;
  min-width: 210px; }

.user-card .remove-btn {
  color: white; }

.user-card-selectable .label,
#invitations .user-card .label {
  color: #444; }

.user-card .label-warning,
.user-card .label-success,
.user-card .label-danger,
.user-card .label-default {
  font-size: 14px;
  color: white; }

.user-card .favorite-icon {
  font-size: 14px;
  color: #0089ff;
  margin: 0px;
  margin-top: 0px;
  margin-right: 1px;
  color: #ffc800;
  position: absolute;
  left: 3px; }

.user-card.user-card-removable .favorite-icon {
  top: -10px; }

.user-card-selectable {
  border: 2px solid transparent;
  cursor: pointer; }

.user-card-selectable img {
  border: 2px solid transparent; }

.user-card-selectable:hover {
  border: 2px solid #b5d6ff; }

.user-card-selectable .checkbox,
.user-card-removable .remove-btn {
  position: absolute;
  right: 4px; }

.user-card-selectable .checkbox {
  font-size: 14px;
  color: #0089ff;
  margin: 0px;
  margin-top: 0px;
  margin-right: 1px; }

.user-card-removable .checkbox,
.user-card-selectable .checkbox,
.user-card-selectable.selected .checkbox.placeholder {
  display: none; }

.user-card-selectable .checkbox.placeholder,
.user-card-selectable.selected .checkbox {
  display: inline; }

.user-card-selectable .remove-btn {
  display: none; }

.user-card-selectable.selected {
  background: #b5d6ff; }

.user-card-selectable.favorite:hover {
  border: 2px solid #ffc800; }

.user-card-selectable.favorite.selected {
  background: #ffc800; }

.user-card-selectable.favorite .checkbox {
  color: #444; }

.user-card-selectable.favorite .checkbox,
.user-card-removable.favorite .checkbox {
  position: absolute;
  right: auto;
  left: 3px; }

#my-reservations .btn span {
  font-weight: bold; }

#view-reservation .golf-image {
  width: 100%;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px; }

.main-site {
  /*
   * Component: Button
   * -----------------
   */ }
  .main-site .btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent; }
  .main-site .btn.uppercase {
    text-transform: uppercase; }
  .main-site .btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px; }
  .main-site .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .main-site .btn:focus {
    outline: none; }
  .main-site .btn.btn-file {
    position: relative;
    overflow: hidden; }
  .main-site .btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }
  .main-site .btn-default {
    background-color: #f4f4f4 !important;
    color: #444 !important;
    border-color: #ddd !important; }
  .main-site .btn-default:hover,
  .main-site .btn-default:active,
  .main-site .btn-default.hover {
    color: #404040 !important;
    border-color: #404040 !important; }
  .main-site .btn-blue {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important; }
  .main-site .btn-blue:hover,
  .main-site .btn-blue:active,
  .main-site .btn-blue.hover {
    color: #367fa9 !important;
    border-color: #367fa9 !important; }
  .main-site .btn-success {
    background-color: #00a65a !important !important;
    border-color: #008d4c !important !important; }
  .main-site .btn-success:hover,
  .main-site .btn-success:active,
  .main-site .btn-success.hover {
    color: #008d4c !important;
    border-color: #008d4c !important; }
  .main-site .btn-info {
    background-color: #00c0ef !important;
    border-color: #00acd6 !important; }
  .main-site .btn-info:hover,
  .main-site .btn-info:active,
  .main-site .btn-info.hover {
    color: #00acd6 !important;
    border-color: #00acd6 !important; }
  .main-site .btn-danger {
    background-color: #dd4b39 !important;
    border-color: #d73925 !important; }
  .main-site .btn-danger:hover,
  .main-site .btn-danger:active,
  .main-site .btn-danger.hover {
    color: #d73925 !important;
    border-color: #d73925 !important; }
  .main-site .btn-warning {
    background-color: #f39c12 !important;
    border-color: #e08e0b !important; }
  .main-site .btn-warning:hover,
  .main-site .btn-warning:active,
  .main-site .btn-warning.hover {
    border-color: #e08e0b !important; }
  .main-site .btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff; }
  .main-site .btn-outline:hover,
  .main-site .btn-outline:focus,
  .main-site .btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7); }
  .main-site .btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .main-site .btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); }
  .main-site .btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px; }
  .main-site .btn-app > .fa,
  .main-site .btn-app > .glyphicon,
  .main-site .btn-app > .ion {
    font-size: 20px;
    display: block; }
  .main-site .btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa; }
  .main-site .btn-app:active,
  .main-site .btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .main-site .btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400; }
  .main-site .btn-sm {
    padding: 5px 20px !important;
    font-size: 16px !important; }

html {
  font-size: 16px; }

body {
  font-size: 14px;
  padding: 0 !important; }

.table-responsive {
  overflow: auto; }

.sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > .treeview-menu {
  width: 210px; }

.sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > .pull-right-container {
  left: 208px !important; }

.total td {
  text-align: right;
  border-left: none !important; }

.total th {
  border-right: 0px !important; }

.strong {
  font-weight: bold; }

.form-label {
  text-align: left !important;
  margin-bottom: 5px !important; }

.clear {
  clear: both; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf");
  font-weight: normal; }
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Light.ttf");
  font-weight: light; }
@font-face {
  font-family: "Source Sans Pro";
  font-weight: bold;
  src: url("../fonts/SourceSansPro/SourceSansPro-Bold.ttf"); }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
body,
.main-header .logo {
  font-family: "Source Sans Pro" !important;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

.btn .glyphicon {
  margin-right: 6px;
  top: 2px; }

.btn.btn-icon .glyphicon {
  margin-right: 0; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 0; }

.datepicker .table-condensed {
  width: 100%; }

.box .datepicker-inline td:hover, .box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline > table td:hover {
  background: transparent; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover, .datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.main-header .logo {
  transition: background 1s;
  -webkit-transition: background 1s; }

.main-sidebar,
.main-header .navbar {
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out, background 0.3s;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out, background 0.3s;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out, background 0.3s;
  transition: transform .3s ease-in-out, width .3s ease-in-out, background 0.3s; }

.ui-pnotify-title {
  font-weight: bold; }

.box-header.title-center {
  text-align: center;
  font-size: 16px; }

.box-body .col-sm-12 {
  overflow-x: auto; }

@media screen and (max-width: 800px) {
  .btn {
    margin-bottom: 10px; }

  .box-body .col-sm-12 {
    margin: 0 10px; }

  .dataTables_length label {
    float: left; }

  .dataTables_length label span {
    display: none; }

  .dataTables_filter label {
    float: right; }

  .dataTables_filter label span {
    display: none; } }
.table-editable td span:focus {
  outline: 0; }

.table-editable td:focus-within {
  outline: #7aace6 solid 1px;
  outline-style: solid; }

.table-editable td.action button.dropdown-toggle {
  padding: 4px;
  font-size: 10px; }

.table-editable td.action .dropdown-menu {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%; }

.xs-dropdown-toggle {
  position: absolute;
  top: 1px;
  right: 2px; }

.xs-dropdown-toggle button.dropdown-toggle {
  font-size: 1px;
  padding: 2px; }

#table-selection td:first-child {
  text-align: center;
  width: 5px; }

.main-site .header-slider {
  background: none; }

.main-site .content-wrapper {
  min-height: 1000px;
  background: url("/bundles/site/img/background-evian-resort.jpg");
  background-attachment: fixed; }

.main-site .overlay:before {
  background-color: rgba(0, 0, 0, 0.6); }

.main-site .content-wrapper .content {
  max-width: 1400px;
  min-height: 1000px;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 40px; }

#homepage .content {
  max-width: 98%;
  min-height: 1000px; }

.main-site .content-wrapper h2 {
  margin-bottom: 20px; }

.main-site .content-wrapper h3 {
  margin-bottom: 40px; }

.main-site .btn:first-child {
  margin-left: 0px; }

.main-site .btn {
  padding: 10px 30px;
  font-size: 20px;
  margin-left: 10px; }

.main-site .btn:hover,
.main-site .btn:focus {
  background: white !important;
  color: #68B90B;
  border-color: #68B90B; }

.btn-yellow {
  background-color: #df9000;
  border-color: #df9000; }

.btn-yellow:hover,
.btn-yellow:focus {
  border-color: #df9000;
  color: #df9000 !important; }

.btn-blue {
  background-color: #0186a5;
  border-color: #0186a5; }

.btn-blue:hover,
.btn-blue:focus {
  border-color: #2879a0;
  color: #2879a0 !important; }

.btn.btn-glyphicon {
  padding: 5px 15px !important; }

.btn-glyphicon .glyphicon {
  margin-right: 10px; }

.main-site input[type="text"],
.main-site input[type="email"],
.main-site input[type="password"],
.main-site textarea {
  padding: 25px;
  line-height: 25px !important;
  font-size: 20px !important;
  background: rgba(255, 255, 255, 0.34);
  border: solid 1px #747474;
  color: white; }

.main-site .modal input[type="text"],
.main-site .modal input[type="email"],
.main-site .modal input[type="password"],
.main-site .modal textarea {
  color: black;
  background: white; }

.main-site select {
  height: 50px;
  line-height: 25px !important;
  font-size: 20px !important;
  background: rgba(255, 255, 255, 0.34);
  color: white; }

.main-site select option {
  color: black; }

.main-site input[type="text"]:focus,
.main-site input[type="email"]:focus,
.main-site input[type="password"]:focus,
.main-site textarea:focus {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: none; }

.main-site .modal input[type="text"]:focus,
.main-site .modal input[type="email"]:focus,
.main-site .modal input[type="password"]:focus,
.main-site .modal textarea:focus {
  background: white;
  box-shadow: none; }

.main-site input[type="text"][disabled=disabled],
.main-site input[type="email"][disabled=disabled],
.main-site input[type="password"][disabled=disabled],
.main-site textarea.disabled,
.main-site select.disabled {
  background: rgba(255, 255, 255, 0.1); }

.skin-green .main-header .navbar {
  background-color: #68B90B; }

.skin-green .main-header .logo {
  background-color: #4b9200; }

.skin-green .main-header li.user-header {
  background-color: #68B90B; }

.btn-success {
  background-color: #68B90B; }

.btn-success:hover {
  background-color: #4b9200; }

.main-site .profile-img-container .overlay {
  top: 0px; }

form {
  text-align: left; }

.overlay-placeholder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000; }

.default-table {
  font-size: 18px; }

.default-table .label {
  font-size: 16px;
  padding: 10px 10px;
  display: inline-block; }

.default-table td {
  text-align: left; }

.default-table th.actions {
  text-align: right; }

.default-table td.actions {
  text-align: right; }

.main-site .box {
  --box-border-color: #404040; }

.main-site .box {
  font-size: 20px;
  text-align: left;
  border: 1Px solid var(--box-border-color);
  padding: 0px; }

.main-site .box-body {
  padding: 20px 20px; }

.main-site .box-header {
  /*
      text-transform:uppercase;
  */
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 1Px solid var(--box-border-color); }

.main-site .box-footer {
  padding: 15px 20px;
  line-height: 32px;
  border-top: 1px solid var(--box-border-color); }

form .form-group:last-child {
  margin-bottom: 0; }

/* Modifications for main site */
.main-site #golfs a,
.main-site .categories a,
#left-block a,
#right-block a
 {
  color: #68B90B; }

.main-site #golfs a:hover,
.main-site .categories a:hover,
#right-block a:hover,
#left-block a:hover {
  color: white; }

/*
.box::before {
    content:"";
    display:block;
    width:100%;
    height:1px;
    background:red;
}
*/
#partners-list img {
  width: 100%; }

.main-site .categories .cat-label {
  width: 88%;
  display: inline-block;
  font-size: 19px; }

.sl-overlay {
  background: #000; }

.sl-prev,
.sl-next,
.sl-counter,
.sl-close {
  color: white !important; }

#news .box-body h3 {
  font-size: 20px !important;
  margin-bottom: 20px; }

#news .box-body p {
  margin-bottom: 0px;
  font-size: 18px; }

.main-site .ui-pnotify {
  margin-top: 93px; }

.main-site .sidebar-menu-open .ui-pnotify {
  margin-top: 93px;
  margin-right: 200px; }

.main-site .sidebar-menu {
  z-index: 200000; }

.transition {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out; }

.background-flash {
  background-color: #96ded5;
  border-color: #96ded5;
  transition: background 0s;
  -webkit-transition: background 0s; }

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.blink {
  -webkit-animation: blink 1s ease-in-out both;
  animation: blink 1s ease-in-out both; }

table.no-buttons-label .btn-delete {
  text-align: center;
  margin-top: 0; }
table.no-buttons-label .btn span {
  display: none; }
table.no-buttons-label tr .btn .glyphicon {
  margin-right: 0; }

/* CKFinder Modal */
#ckf-modal {
  z-index: 10020 !important; }

.ckf-file-preview-root {
  z-index: 10021 !important; }

.tooltip-templates {
  display: none; }

#left-block-content .modal-dialog,
#right-block-content .modal-dialog {
  min-width: 60%; }

#left-block .text,
#right-block .text {
  height: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block; }

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

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