/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, media/gantry5/engines/nucleus/scss/joomla/theme/_forms.scss */
legend {
  font-size: 1.3rem;
  line-height: 1.5;
}
/* line 6, media/gantry5/engines/nucleus/scss/joomla/theme/_forms.scss */
legend small {
  font-size: 0.8rem;
}
/* line 10, media/gantry5/engines/nucleus/scss/joomla/theme/_forms.scss */
.input-prepend > .add-on, .input-append > .add-on {
  line-height: 1.5;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen-joomla/_core.scss */
.btn-primary {
  background: #233768;
  color: #fff;
  text-shadow: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 6, templates/g5_hydrogen/scss/hydrogen-joomla/_core.scss */
.btn-primary:hover {
  background: #29417b;
  color: #fff;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen-joomla/_core.scss */
.btn-primary:active, .btn-primary:focus {
  background: #1d2d55;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
}
/* line 17, templates/g5_hydrogen/scss/hydrogen-joomla/_core.scss */
.btn-group > .btn + .dropdown-toggle {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 21, templates/g5_hydrogen/scss/hydrogen-joomla/_core.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background: #1d2d55;
  color: #fff;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
}
/* line 27, templates/g5_hydrogen/scss/hydrogen-joomla/_core.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-color: #233768;
}
/* line 32, templates/g5_hydrogen/scss/hydrogen-joomla/_core.scss */
.btn-link {
  color: #233768;
}
/* line 2, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.list-striped, .row-striped {
  border-top: 1px solid #ddd;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
  background-color: #fcfcfc;
}
/* line 21, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
  background-color: #f2f2f2;
}
/* line 28, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.list-bordered, .row-bordered {
  border: 1px solid #ddd;
}
/* line 33, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.row-even, .row-odd {
  border-bottom: 1px solid #ddd;
}
/* line 38, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.row-even {
  background-color: #fcfcfc;
}
/* line 42, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
.iframe-bordered {
  border: 1px solid #ddd;
}
/* line 47, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
blockquote {
  border-left: 5px solid #ddd;
}
/* line 52, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
blockquote small {
  color: #4d4d4d;
}
/* line 56, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
blockquote.pull-right {
  border-right: 5px solid #ddd;
}
/* line 60, templates/g5_hydrogen/scss/hydrogen-joomla/_typography.scss */
code, pre {
  color: #1a1a1a;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
legend {
  color: #333;
}
/* line 5, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
legend small {
  color: #999;
}
/* line 9, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
.input-prepend .chzn-container-single .chzn-single, .input-append .chzn-container-single .chzn-single {
  border-color: #ddd;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
.input-prepend .chzn-container-single .chzn-drop, .input-append .chzn-container-single .chzn-drop {
  border-color: #ddd;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
/* line 41, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
/* line 42, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
/* line 43, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
#g-header .search form, #g-navigation .search form {
  margin-bottom: 0;
}
/* line 46, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
#g-header .search input, #g-navigation .search input {
  margin-bottom: 0;
  border: 0;
}
/* line 54, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
/* line 55, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
#login-form .input-prepend > .add-on {
  color: #1a1a1a;
  height: 2.1rem;
}
/* line 59, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
#login-form input[type="text"], #login-form input[type="password"] {
  color: #1a1a1a;
  height: 1.25rem;
}
/* line 63, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
#login-form .controls .input-append .btn {
  line-height: 26px;
  height: 2.15rem;
}
/* line 70, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
/* line 71, templates/g5_hydrogen/scss/hydrogen-joomla/_forms.scss */
.view-mailto #g-page-surround, .body-only #g-page-surround {
  box-shadow: none;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen-joomla/_tabs.scss */
.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
/* line 6, templates/g5_hydrogen/scss/hydrogen-joomla/_tabs.scss */
.nav-tabs.nav-dark > li > a {
  color: #f8f8f8;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen-joomla/_tabs.scss */
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777;
}
/* line 15, templates/g5_hydrogen/scss/hydrogen-joomla/_tabs.scss */
.nav-tabs.nav-dark > .active > a, .nav-tabs.nav-dark > .active > a:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #222;
}
/* line 3, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.tip-wrap {
  color: #fff;
  background-color: #000;
}
/* line 9, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.search span.highlight {
  background-color: #fcfcfc;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.section-icons {
  margin-right: 10px;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.icon-icomoon {
  width: 35px;
  color: #472779;
}
/* line 24, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.icon-villas-matile {
  font-weight: bold !important;
}
/* line 29, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.fa {
  color: #472779;
  padding-right: 1rem;
}
/* line 34, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.fa.section-icons {
  color: #472779;
  padding-right: 0.2rem;
}
/* line 39, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.fa.published, .fa.unpublished {
  padding: 0;
}
/* line 43, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.fa.published {
  color: #93de6c;
}
/* line 47, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.fa.unpublished {
  color: #f00;
}
/* line 51, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.fa-bars {
  color: #ffa500;
  position: fixed;
}
/* line 57, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.left {
  text-align: left;
}
/* line 61, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.right {
  text-align: right;
}
/* line 66, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.img-polaroid {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 72, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.img-card {
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45);
}
/* line 79, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.img-border-black {
  border: 1px solid #000;
}
/* line 83, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.img-border-white {
  border: 1px solid #fff;
}
/* line 87, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.img-shadow {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 91, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.img-shadow2 {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}
/* line 96, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box1 {
  background: #ededed;
}
/* line 100, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box2 {
  background: #666;
}
/* line 104, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box3 {
  background: #233768;
  color: #fff;
}
/* line 107, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box3 h1, .box3 h2, .box3 h3, .box3 h4, .box3 h5, .box3 h6, .box3 strong, .box3 i {
  color: #fff;
}
/* line 110, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box3 a {
  color: #6f8bcf;
}
/* line 112, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box3 a:hover {
  color: #fff;
}
/* line 118, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box4 {
  background: #472779;
  color: #fff;
}
/* line 121, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box4 h1, .box4 h2, .box4 h3, .box4 h4, .box4 h5, .box4 h6, .box4 strong, .box4 i {
  color: #fff;
}
/* line 124, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box4 a {
  color: #a07dd5;
}
/* line 126, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.box4 a:hover {
  color: #fff;
}
/* line 132, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.shadow {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 136, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.shadow2 {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 140, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.disabled {
  opacity: 0.4;
}
/* line 144, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.square {
  border-radius: none;
}
/* line 148, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.rounded {
  border-radius: 0.6875rem;
}
/* line 153, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.muted {
  color: #999;
}
/* line 157, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
a.muted:hover, a.muted:focus {
  color: #808080;
}
/* line 162, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert {
  background-color: #f8f4ec;
  border-color: #eee4d2;
}
/* line 166, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert a, .alert a:hover, .alert .alert-link, .alert .alert-link:hover {
  color: #a47e3c;
  font-weight: bold;
}
/* line 170, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert a:hover, .alert a:hover:hover, .alert .alert-link:hover, .alert .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 176, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert, .alert h4, .text-warning {
  color: #c09853;
}
/* line 182, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #b78c43;
}
/* line 187, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-success {
  color: #468847;
  background-color: #dfeedf;
  border-color: #c4e0c4;
}
/* line 192, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-success a, .alert-success a:hover, .alert-success .alert-link, .alert-success .alert-link:hover {
  color: #356635;
  font-weight: bold;
}
/* line 196, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-success a:hover, .alert-success a:hover:hover, .alert-success .alert-link:hover, .alert-success .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 202, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-success h4, .text-success {
  color: #468847;
}
/* line 207, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
a.text-success:hover, a.text-success:focus {
  color: #3d773e;
}
/* line 212, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f6e7e7;
  border-color: #edd1d0;
}
/* line 218, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-danger a, .alert-error a, .alert-danger a:hover, .alert-error a:hover, .alert-danger .alert-link, .alert-error .alert-link, .alert-danger .alert-link:hover, .alert-error .alert-link:hover {
  color: #953b39;
  font-weight: bold;
}
/* line 222, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-danger a:hover, .alert-error a:hover, .alert-danger a:hover:hover, .alert-error a:hover:hover, .alert-danger .alert-link:hover, .alert-error .alert-link:hover, .alert-danger .alert-link:hover:hover, .alert-error .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 228, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-danger h4, .alert-error h4, .text-error {
  color: #b94a48;
}
/* line 234, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
a.text-error:hover, a.text-error:focus {
  color: #a74240;
}
/* line 239, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-info {
  color: #3a87ad;
  background-color: #e2eff5;
  border-color: #c7e0ec;
}
/* line 244, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-info a, .alert-info a:hover, .alert-info .alert-link, .alert-info .alert-link:hover {
  color: #2d6987;
  font-weight: bold;
}
/* line 248, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-info a:hover, .alert-info a:hover:hover, .alert-info .alert-link:hover, .alert-info .alert-link:hover:hover {
  text-decoration: underline;
}
/* line 254, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.alert-info h4, .text-info {
  color: #3a87ad;
}
/* line 259, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
a.text-info:hover, a.text-info:focus {
  color: #34789a;
}
/* line 264, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.accueil .alert {
  background: #fff;
  border: 2px solid #ff8c04;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 268, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.accueil .alert h4, .accueil .alert .close, .accueil .alert p {
  color: #333;
}
/* line 269, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.accueil .alert p {
  margin: 0;
}
/* line 270, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.accueil .alert .close {
  text-shadow: 0;
  opacity: 1;
}
/* line 275, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup-cookies {
  background: rgba(237, 237, 237, 0.85);
}
/* line 277, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup-cookies h4, .active-popup-cookies .close, .active-popup-cookies p, .active-popup-cookies .top-close-popup, .active-popup-cookies .top-close-popup .icone-delete {
  color: #333 !important;
}
/* line 280, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
/* line 281, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
@media only all and (min-width: 75rem) {
  .active-popup .container {
    width: 45%;
    min-height: 35%;
    margin: 10% auto;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .active-popup .container {
    width: 45%;
    min-height: 35%;
    margin: 10% auto;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .active-popup .container {
    width: 85%;
    min-height: 35%;
    margin: 12% auto;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .active-popup .container {
    width: 85%;
    min-height: 35%;
    margin: 12% auto;
  }
}
@media only all and (max-width: 30rem) {
  .active-popup .container {
    width: 85%;
    min-height: 35%;
    background-size: 100%;
    margin: 30% auto;
  }
}
/* line 317, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .top-popup {
  background: #233768;
}
/* line 319, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .top-popup .g-content {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 322, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .top-popup .g-content h4 {
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
/* line 328, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .top-popup .g-content .top-close-popup {
  font-weight: bold;
  font-size: 1rem;
  color: white;
  padding-top: 1rem;
}
/* line 337, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
/* line 338, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .content-popup .g-content {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 341, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .content-popup .g-content h2 {
  margin: 0.5rem !important;
  padding: 0 !important;
}
/* line 345, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
/* line 346, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .content-popup .g-content .g-content-popup .g-content {
  margin: 0.5rem !important;
  padding: 0 !important;
}
/* line 349, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.active-popup .container .content-popup .g-content .g-content-popup .g-content img {
  border: 1px solid #233768;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.55);
}
/* line 363, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
table.DynarchCalendar-topCont {
  width: 250px;
}
@media only all and (max-width: 47.99rem) {
  /* line 369, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 376, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
/* line 377, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-facebook #facebookbox1 {
  position: relative;
}
/* line 381, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-facebook #facebookbox1 #facebookbox2 {
  position: absolute;
  border: 1px solid #1a1a1a;
  top: 0;
}
/* line 385, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-facebook #facebookbox1 #facebookbox2 img.fb {
  position: absolute;
}
/* line 389, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-facebook #facebookbox1 #facebookbox2 img.left {
  top: 0;
  right: -40px;
}
/* line 394, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-facebook #facebookbox1 #facebookbox2 img.right {
  top: 0;
  left: -40px;
}
/* line 399, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-facebook #facebookbox1 #facebookbox2 img.top {
  bottom: -40px;
  left: 0;
}
/* line 404, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-facebook #facebookbox1 #facebookbox2 img.bottom {
  top: -40px;
  left: 0;
}
/* line 414, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.uk-card-default {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #fff;
}
/* line 419, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.uk-card-hover:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8) !important;
  border: 1px solid #fff;
}
/* line 425, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
/* line 426, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.uk-modal .prix {
  font-size: 1.2rem;
}
/* line 428, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.uk-modal .prix .prix-affiche {
  font-weight: bold;
  color: red;
}
/* line 432, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.uk-modal .prix .prix-barre {
  text-decoration: line-through;
  font-size: 1rem;
}
/* line 437, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.uk-modal .prix .uk-label {
  top: -20px;
  background-color: orange;
  color: white;
}
/* line 447, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.uk-button-primary {
  background-color: #233768 !important;
}
/* line 452, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal {
  padding: 3rem !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
/* line 456, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal .uk-modal-title {
  padding: 0.938rem;
  background: #233768;
  color: white;
}
/* line 461, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal .constructeur, .g-transport-modal .places {
  font-size: 1.2rem;
}
/* line 465, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal .constructeur {
  margin-bottom: 0;
}
/* line 469, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal .places {
  margin-top: 0;
}
/* line 473, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal img.portrait {
  height: 720px;
}
/* line 477, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal .g-thumbs {
  margin-top: -3.125rem;
}
/* line 479, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
/* line 480, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal .g-thumbs li img {
  filter: grayscale(1);
  border: 1px solid #aaa;
  transition: all 0.75s;
}
/* line 487, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
/* line 488, templates/g5_hydrogen/scss/hydrogen-joomla/_utilities.scss */
.g-transport-modal .g-thumbs li.uk-active img, .g-transport-modal .g-thumbs li:hover img {
  filter: grayscale(0);
  border: 1px solid #fff;
  transition: all 0.75s;
}
/* line 2, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
@media only screen and (min-width: 1200px) {
  /* line 5, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider h2.title {
    width: 80rem;
  }
  /* line 6, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider .actualites_slider {
    width: 80rem;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 10, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider h2.title {
    width: 60rem;
  }
  /* line 11, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider .actualites_slider {
    width: 60rem;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  /* line 16, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider h2.title {
    width: 45rem;
  }
  /* line 17, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider .actualites_slider {
    width: 45rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 21, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider h2.title {
    width: 30rem;
  }
  /* line 22, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider .actualites_slider {
    width: 30rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 26, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider h2.title {
    width: 25rem;
  }
  /* line 27, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
  .g-actualites-slider .actualites_slider {
    width: 25rem;
  }
}
/* line 30, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider h2.title {
  margin: 1rem auto 0 auto;
  color: #666;
}
/* line 35, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider h2.title::before {
  font-family: FontAwesome;
  content: "\f1ea";
  padding-right: 0.75rem;
}
/* line 41, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider .actualites_slider {
  padding: 0.5rem 0;
  margin: 0 auto;
}
/* line 46, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider .owl-item {
  padding: 0.75rem;
}
/* line 48, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider .owl-item .g-grid {
  background: #f0f0f0;
  margin: 0;
  border-radius: 4px;
  padding: 0.75rem;
}
/* line 53, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider .owl-item .g-grid h2 {
  font-size: 1rem;
  color: #666;
  line-height: 1;
  height: 25px;
}
/* line 60, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider .owl-item .g-grid h6 {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  color: #666;
}
/* line 67, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
/* line 68, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider .owl-item .g-grid .galerie ul {
  margin: 0;
}
/* line 69, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites-slider .owl-item .g-grid .galerie img {
  padding: 0;
  width: 100%;
}
/* line 80, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
/* line 82, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .actualites > li {
  border-bottom: 4px dotted #696d74;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden;
}
/* line 87, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .actualites > li > div {
  background: #696d74;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  padding: 0.938rem;
}
/* line 95, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites h4 {
  margin: 0.15rem 0 0.5rem 0;
  color: #fff;
}
/* line 100, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites p {
  color: #fff !important;
}
/* line 104, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .imgs {
  text-align: right;
}
/* line 106, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .imgs .g-content {
  padding: 0;
  margin: 0;
}
/* line 112, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites img {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px 0 0;
}
/* line 120, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .date {
  font-size: 0.8rem;
  color: #fff;
}
/* line 125, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .uk-slideset-nav {
  margin: 5px 0 0 0;
}
/* line 127, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .uk-slideset-nav > li {
  padding-left: 5px;
  cursor: pointer;
}
/* line 130, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .uk-slideset-nav > li > * {
  background: #233768;
}
/* line 134, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
/* line 135, templates/g5_hydrogen/scss/hydrogen-joomla/_news.scss */
.g-actualites .uk-slideset-nav > li.uk-active > * {
  background: #3d5fb4;
}
/* line 2, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
/* line 4, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .g-content-title {
  margin: 0 0.625rem !important;
  padding: 0 0.938rem !important;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .g-content-title h1.title, .g-content-text .g-content-title h2.title {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}
/* line 13, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .g-content-title h2.sub_title {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  color: #233768;
  line-height: 1;
}
@media only all and (min-width: 75rem) {
  /* line 44, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h1.title, .g-content-text .g-content-title h2.title {
    font-size: 1.9rem;
  }
  /* line 47, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h2.sub_title {
    padding-left: 2.5rem;
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 54, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h1.title, .g-content-text .g-content-title h2.title {
    font-size: 1.9rem;
  }
  /* line 57, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h2.sub_title {
    padding-left: 2.5rem;
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 64, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h1.title, .g-content-text .g-content-title h2.title {
    font-size: 2.25rem;
  }
  /* line 67, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h2.sub_title {
    padding-left: 2.5rem;
    margin-top: 0;
    font-size: 1.3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 74, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h1.title, .g-content-text .g-content-title h2.title {
    font-size: 2rem;
  }
  /* line 77, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h2.sub_title {
    padding: 0.938rem 0 0 0;
    margin-top: 0;
    font-size: 1.7rem;
  }
}
@media only all and (max-width: 30rem) {
  /* line 84, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h1.title, .g-content-text .g-content-title h2.title {
    font-size: 2rem;
  }
  /* line 87, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
  .g-content-text .g-content-title h2.sub_title {
    padding: 0.938rem 0 0 0;
    margin-top: 0;
    font-size: 1.7rem;
  }
}
/* line 94, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
/* line 95, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper h2, .g-content-text .text-wrapper p {
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
  color: #1a1a1a;
}
/* line 102, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper h2 {
  font-family: "ABeeZee";
}
/* line 106, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper p.info {
  background: #233768;
  padding: 1.876rem;
  font-size: 1.5rem;
  color: white;
  text-align: center;
}
/* line 112, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper p.info span {
  display: block;
  font-size: 2rem;
}
/* line 116, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper p.info span.icon-pouce-1 {
  margin: 0 auto 3rem auto;
  font-size: 2.4rem;
}
/* line 122, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper ul {
  margin-top: 0.5rem;
  margin-right: 2.5rem;
}
/* line 128, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
/* line 129, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .media-wrapper .image_uk_slideset {
  margin-top: 5rem;
}
/* line 131, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .media-wrapper .image_uk_slideset img {
  border: 1px solid #233768;
}
/* line 137, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper.margin-left-30 ul {
  margin-left: 33%;
}
/* line 138, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper.margin-left-40 ul {
  margin-left: 43%;
}
/* line 139, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper.margin-left-50 ul {
  margin-left: 53%;
}
/* line 140, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .text-wrapper.margin-left-60 ul {
  margin-left: 63%;
}
/* line 142, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-slider-wrapper {
  background: #efefef;
  padding: 0.75rem;
}
/* line 145, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-slider-wrapper .float-left {
  margin: 0 10px 0 0;
}
/* line 148, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-slider-wrapper .float-right {
  margin: 0 0 0 10px;
}
/* line 153, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-slider-wrapper.left-side {
  margin: 0 1rem 0 0;
}
/* line 156, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-slider-wrapper.right-side {
  margin: 0 0 0 1rem;
}
/* line 160, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
/* line 161, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-grid-wrapper .float-left {
  margin: 0 10px 0 0;
}
/* line 164, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-grid-wrapper .float-right {
  margin: 0 0 0 10px;
}
/* line 168, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-grid-wrapper ul {
  margin: 0;
}
/* line 171, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-grid-wrapper.left-side {
  margin: 0 1rem 0 0;
}
/* line 174, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-grid-wrapper.right-side {
  margin: 0 0 0 1rem;
}
/* line 178, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .grid-wrapper {
  margin: 0;
}
/* line 180, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .grid-wrapper g-content {
  margin: 0;
  padding: 0;
}
/* line 185, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .grid-wrapper .left-side {
  padding: 1rem 1rem 0 0;
  margin: 0;
}
/* line 190, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .grid-wrapper .right-side {
  padding: 1rem 0 0 1rem;
  margin: 0;
}
/* line 196, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .slider-wrapper {
  background: #efefef;
  padding-top: 0.75rem;
  margin-top: 1rem;
}
/* line 202, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-slider-wrapper.no-side, .g-content-text .slider-wrapper.no-side, .g-content-text .float-grid-wrapper.no-side, .g-content-text .grid-wrapper.no-side {
  margin: 0 auto;
}
/* line 209, templates/g5_hydrogen/scss/hydrogen-joomla/_contentpage.scss */
.g-content-text .float-slider-wrapper.no-side, .g-content-text .slider-wrapper.no-side {
  padding: 1rem;
}
@media only all and (max-width: 47.99rem) {
  /* line 2, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  /* line 8, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 11, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 20, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 23, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row, .thumbnails {
    margin-left: 0;
  }
  /* line 27, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 32, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .manager.thumbnails > li {
    float: left;
    margin-left: 20px;
  }
  /* line 37, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  /* line 46, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span12, .row-fluid .span12 {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 51, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 54, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  /* line 66, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  /* line 73, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  /* line 79, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 82, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 86, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 92, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 95, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 98, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 102, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .media .pull-left, .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  /* line 108, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 112, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 119, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row {
    margin-left: -20px;
  }
  /* line 122, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  /* line 128, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row:after {
    clear: both;
  }
  /* line 131, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 136, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span12 {
    width: 724px;
  }
  /* line 139, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span11 {
    width: 662px;
  }
  /* line 142, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span10 {
    width: 600px;
  }
  /* line 145, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span9 {
    width: 538px;
  }
  /* line 148, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span8 {
    width: 476px;
  }
  /* line 151, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span7 {
    width: 414px;
  }
  /* line 154, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span6 {
    width: 352px;
  }
  /* line 157, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span5 {
    width: 290px;
  }
  /* line 160, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span4 {
    width: 228px;
  }
  /* line 163, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span3 {
    width: 166px;
  }
  /* line 166, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span2 {
    width: 104px;
  }
  /* line 169, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .span1 {
    width: 42px;
  }
  /* line 172, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset12 {
    margin-left: 764px;
  }
  /* line 175, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset11 {
    margin-left: 702px;
  }
  /* line 178, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset10 {
    margin-left: 640px;
  }
  /* line 181, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset9 {
    margin-left: 578px;
  }
  /* line 184, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset8 {
    margin-left: 516px;
  }
  /* line 187, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset7 {
    margin-left: 454px;
  }
  /* line 190, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset6 {
    margin-left: 392px;
  }
  /* line 193, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset5 {
    margin-left: 330px;
  }
  /* line 196, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset4 {
    margin-left: 268px;
  }
  /* line 199, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset3 {
    margin-left: 206px;
  }
  /* line 202, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset2 {
    margin-left: 144px;
  }
  /* line 205, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .offset1 {
    margin-left: 82px;
  }
  /* line 208, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 211, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  /* line 217, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 220, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392%;
    box-sizing: border-box;
  }
  /* line 228, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 231, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392%;
  }
  /* line 234, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span12 {
    width: 100%;
  }
  /* line 237, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span11 {
    width: 91.4364640884%;
  }
  /* line 240, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span10 {
    width: 82.8729281768%;
  }
  /* line 243, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span9 {
    width: 74.3093922652%;
  }
  /* line 246, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span8 {
    width: 65.7458563536%;
  }
  /* line 249, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span7 {
    width: 57.182320442%;
  }
  /* line 252, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span6 {
    width: 48.6187845304%;
  }
  /* line 255, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span5 {
    width: 40.0552486188%;
  }
  /* line 258, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span4 {
    width: 31.4917127072%;
  }
  /* line 261, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span3 {
    width: 22.9281767956%;
  }
  /* line 264, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span2 {
    width: 14.364640884%;
  }
  /* line 267, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .span1 {
    width: 5.8011049724%;
  }
  /* line 270, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
  }
  /* line 273, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
  }
  /* line 276, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
  }
  /* line 279, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
  }
  /* line 282, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
  }
  /* line 285, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
  }
  /* line 288, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
  }
  /* line 291, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
  }
  /* line 294, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
  }
  /* line 297, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
  }
  /* line 300, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
  }
  /* line 303, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
  }
  /* line 306, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
  }
  /* line 309, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
  }
  /* line 312, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
  }
  /* line 315, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
  }
  /* line 318, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
  }
  /* line 321, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
  }
  /* line 324, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
  }
  /* line 327, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
  }
  /* line 330, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
  }
  /* line 333, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
  }
  /* line 336, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
  }
  /* line 339, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
  }
  /* line 342, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  /* line 347, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 350, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  /* line 355, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  /* line 360, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  /* line 365, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  /* line 370, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  /* line 375, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  /* line 380, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  /* line 385, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  /* line 390, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  /* line 395, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  /* line 400, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  /* line 405, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media only all and (max-width: 59.99rem) {
  /* line 28, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 413, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }
  /* line 417, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 420, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 423, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 427, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 431, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 436, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 439, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 443, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 446, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 449, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 452, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 456, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 0.1875rem;
  }
  /* line 463, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 0.1875rem;
  }
  /* line 468, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 471, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  /* line 477, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  /* line 481, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111;
  }
  /* line 487, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  /* line 491, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 505, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 508, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 512, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 515, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 519, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 528, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  /* line 533, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 537, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  /* line 542, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 545, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only all and (min-width: 60rem) {
  /* line 552, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_bootstrap.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 2, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  /* line 3, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  .form-horizontal .control-label {
    display: block;
    float: none;
    text-align: left;
  }
  /* line 9, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  .form-horizontal .controls {
    margin: 0;
  }
  /* line 14, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_forms.scss */
  [dir="rtl"] .form-horizontal .control-label {
    text-align: right;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 2, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  /* line 10, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal.fade {
    top: -100px;
  }
  /* line 13, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal.fade.in {
    top: 20px;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  div.modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 27, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  /* line 28, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  .pull-right.item-image {
    margin-left: 0;
  }
  /* line 33, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  /* line 34, media/gantry5/engines/nucleus/scss/joomla/theme/breakpoints/_utilities.scss */
  .pull-left.item-image {
    margin-right: 0;
  }
}
/*# sourceMappingURL=hydrogen-joomla_151.css.map */