/**** Font ****/
/**** Color ****/
/* CSS Document
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Sanchez', serif;
font-family: 'Lora', serif;
*/
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000; }

.wrap {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.right-col {
  padding-left: 35px; }
  .right-col img {
    width: 100%; }

.content a {
  color: #337ab7; }
.content a.btn-sd-primary {
  color: #fff; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

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

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

a {
  color: #666; }
  a:hover, a:focus, a:active {
    color: #666;
    text-decoration: none; }

.click-here {
  color: #000;
  text-decoration: underline; }
  .click-here:focus, .click-here:active, .click-here:hover {
    color: #000; }

.text-italic {
  font-style: italic; }

.tablet {
  display: none; }

.mobile {
  display: none; }

.desktop {
  display: block; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wrap {
    width: 100%; }

  .mobile,
  .desktop {
    display: none; }

  .tablet {
    display: block; } }
@media screen and (max-width: 767px) {
  .wrap {
    width: 100%; }

  .tablet,
  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .hide-mobile {
    display: none; }

  .mobile-block-center {
    text-align: center; } }
.btn-sd-default {
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  min-width: 105px;
  padding: 0 24px;
  text-align: center;
  text-transform: uppercase; }
  .btn-sd-default:hover, .btn-sd-default:focus, .btn-sd-default:active {
    color: #666;
    text-decoration: none; }
  .btn-sd-default.active {
    border: 1px solid #666;
    background-color: #666;
    color: #fff; }
    .btn-sd-default.active:hover, .btn-sd-default.active:focus, .btn-sd-default.active:active {
      color: #fff;
      text-decoration: none; }

.btn-tile {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  height: 28px;
  line-height: 25px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase; }
  .btn-tile:hover, .btn-tile:focus, .btn-tile:active {
    color: #fff;
    text-decoration: none; }

.btn-close {
  background: url(../img/close.png) no-repeat;
  display: block;
  height: 38px;
  text-transform: uppercase;
  width: 38px; }

.btn-sd-primary {
  background-color: #2978bb;
  color: #fff;
  font-size: 15px;
  height: 34px;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
  min-width: 134px; }
  .btn-sd-primary:hover, .btn-sd-primary:focus, .btn-sd-primary:active {
    color: #fff;
    text-decoration: none; }

.btn-icon-default {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #333;
  cursor: pointer; }
  .btn-icon-default .glyphicon {
    font-size: 25px;
    line-height: 20px; }
    .btn-icon-default .glyphicon:hover, .btn-icon-default .glyphicon:active, .btn-icon-default .glyphicon:focus {
      color: #333; }

.btn-icon-primary {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #333;
  cursor: pointer; }
  .btn-icon-primary .glyphicon {
    font-size: 25px;
    line-height: 20px; }
    .btn-icon-primary .glyphicon:hover, .btn-icon-primary .glyphicon:active, .btn-icon-primary .glyphicon:focus {
      color: #333; }
  .btn-icon-primary .glyphicon {
    position: relative;
    top: 7px; }

.btn-sd-green {
  background-color: #336600;
  color: #fff;
  font-size: 15px;
  height: 34px;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
  min-width: 134px; }
  .btn-sd-green:hover, .btn-sd-green:focus, .btn-sd-green:active {
    color: #fff;
    text-decoration: none; }

.btn-view-profile {
  border: 1px solid #bbb;
  display: block;
  padding: 0 2px;
  height: 30px;
  width: 140px;
  cursor: pointer; }
  .btn-view-profile span {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0; }
  .btn-view-profile .pink {
    color: #fe3fad; }
  .btn-view-profile .grey {
    color: #666; }
  .btn-view-profile:hover, .btn-view-profile:focus, .btn-view-profile:active {
    text-decoration: none; }

.btn-edit {
  border: 1px solid #336600;
  background-color: #336600;
  color: #fff;
  display: block;
  padding: 0 15px;
  line-height: 29px;
  height: 30px;
  min-width: 85px;
  cursor: pointer;
  text-align: left;
  position: relative; }
  .btn-edit i {
    font-size: 24px;
    top: 1px;
    right: 15px;
    position: absolute; }
  .btn-edit:hover, .btn-edit:focus, .btn-edit:active {
    color: #fff;
    text-decoration: none; }

.btn-search-pink {
  background-color: #fb0093;
  color: #fff;
  font-size: 15px;
  height: 34px;
  letter-spacing: .5px;
  text-align: center;
  text-decoration: uppercase; }
  .btn-search-pink:hover, .btn-search-pink:focus, .btn-search-pink:active {
    color: #fff;
    text-decoration: none; }

.btn-back, .btn-next {
  display: block;
  border-radius: 0;
  height: 34px;
  width: 104px; }

.btn-back {
  background: url(../img/btn-back.png) no-repeat center center; }
  .btn-back:hover, .btn-back:focus, .btn-back:active {
    background: url(../img/btn-back.png) no-repeat center center; }

.btn-next {
  background: url(../img/btn-next.png) no-repeat center center; }
  .btn-next:hover, .btn-next:focus, .btn-next:active {
    background: url(../img/btn-next.png) no-repeat center center; }

.btn-carousel {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: block;
  position: absolute;
  top: 43%;
  border-radius: 0;
  height: 80px;
  width: 48px; }
  .btn-carousel:hover, .btn-carousel:focus, .btn-carousel:active {
    color: #fff;
    text-decoration: none; }
  .btn-carousel i {
    font-size: 30px;
    margin-top: 14px; }
  .btn-carousel.btn-carousel-prev {
    left: 0; }
  .btn-carousel.btn-carousel-next {
    right: 0; }

.btn-back-to-page {
  display: inline-block;
  background-color: #444444;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  width: 100%; }
  .btn-back-to-page:hover, .btn-back-to-page:focus, .btn-back-to-page:active {
    color: #fff;
    text-decoration: none; }
  .btn-back-to-page i {
    font-size: 28px;
    top: 3px;
    right: 14px;
    position: absolute; }

.btn-export {
  display: inline-block;
  background-color: #444444;
  border-radius: 5px;
  color: #fff;
  padding: 7px 20px 6px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  min-width: 185px; }
  .btn-export:hover, .btn-export:focus, .btn-export:active {
    color: #fff;
    text-decoration: none; }
  .btn-export i {
    font-size: 28px;
    top: 3px;
    right: 14px;
    position: absolute; }

.btn-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #000; }
  .btn-text:hover, .btn-text:focus, .btn-text:active {
    color: #000;
    text-decoration: underline; }

.btn-view {
  border: solid 1px #888;
  border-radius: 3px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  padding: 0 15px; }

span.btn.btn-sd-green {
  cursor: default; }

.btn-side-bar {
  display: block;
  background-color: #444444;
  color: #fff;
  padding: 10px 20px 10px 15px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px; }
  .btn-side-bar:hover, .btn-side-bar:focus, .btn-side-bar:active {
    color: #fff;
    text-decoration: none; }
  .btn-side-bar:last-child {
    margin-bottom: 0; }
  .btn-side-bar i {
    font-size: 28px;
    top: 3px;
    right: 10px;
    position: absolute; }

ul.nav-profile li a, ul.nav-profile li span {
  font-size: 11px;
  padding: 0 14px 0 16px;
  color: #595959;
  text-decoration: none;
  text-transform: uppercase; }

header {
  margin: 0;
  padding: 22px 0 17px 0; }

ul.nav-profile {
  margin: 33px 0 0;
  padding: 0; }
  ul.nav-profile .search {
    margin-top: -7px; }
  ul.nav-profile li {
    display: inline-block;
    list-style: none; }
    ul.nav-profile li a:hover, ul.nav-profile li a:active, ul.nav-profile li a:focus {
      color: #005478;
      background-color: transparent; }
    ul.nav-profile li span {
      display: block; }

@media screen and (max-width: 767px) {
  header {
    height: 60px; }
    header .pull-right {
      width: 100%;
      text-align: center; }
    header .navbar-default {
      background-color: #fff; }
      header .navbar-default .navbar-header {
        margin-top: 5px; }
      header .navbar-default .navbar-toggle {
        margin-top: 4px; }
        header .navbar-default .navbar-toggle .icon-bar {
          background-color: #000;
          height: 4px;
          width: 25px; }
      header .navbar-default .navbar-toggle {
        border: none; }
        header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:active, header .navbar-default .navbar-toggle:focus {
          background-color: #fff; }
      header .navbar-default .navbar-collapse {
        margin-top: 5px;
        border: none;
        background-color: #fff; }
      header .navbar-default .navbar-nav a {
        color: #000;
        text-transform: uppercase; }

  .navbar-fixed-top {
    height: 60px; }
    .navbar-fixed-top .navbar-brand {
      width: 80%;
      padding: 5px 15px; }
      .navbar-fixed-top .navbar-brand > img {
        max-width: 275px;
        width: 100%; }

  .brand-logo {
    width: 100%; }
    .brand-logo a {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      float: none !important;
      width: 100%;
      height: 40px;
      padding-left: 0px; }
      .brand-logo a img {
        position: relative;
        left: -5px;
        height: 100%;
        max-height: none;
        max-width: 100%; }

  ul.nav-profile {
    display: inline-block;
    float: none;
    margin-top: 14px;
    height: 30px;
    overflow: hidden; }
    ul.nav-profile li a, ul.nav-profile li span {
      font-size: 14px;
      margin: 5px; }
    ul.nav-profile li .search {
      display: none; } }
@media screen and (max-width: 991px) {
  .brand-logo {
    height: 40px;
    margin-left: 20px; }
    .brand-logo img {
      height: 100%; }

  ul.nav-profile {
    margin-top: 12px; }
    ul.nav-profile li a, ul.nav-profile li span {
      font-size: 14px; } }
@media screen and (min-width: 992px) {
  .brand-logo {
    width: 440px;
    height: 65px; } }
@media screen and (max-width: 767px) {
  .nav > li > span {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase; }
    .nav > li > span .logout {
      text-transform: uppercase; } }
.main-nav {
  background-color: #eee;
  height: 73px;
  margin-top: 19px;
  width: 100%; }
  .main-nav .tile-block {
    float: left;
    padding: 0;
    position: relative;
    margin-top: 0;
    z-index: 9999; }
    .main-nav .tile-block .tile-expansion {
      margin-top: 0; }
    .main-nav .tile-block .media-body {
      padding-right: 0; }

.navbar-sc {
  margin: 7px 0; }
  .navbar-sc > li {
    background-color: #000;
    height: 59px;
    margin-right: 8px;
    text-align: center;
    width: 99.5555555556px; }
    .navbar-sc > li:last-child {
      margin-right: 0; }
    .navbar-sc > li > a {
      padding: 0; }

.home-nav {
  background-color: #fff; }
  .home-nav .tile-block.landscape {
    display: block; }

@media screen and (max-width: 991px) {
  .home-nav .tile-block.landscape {
    display: block;
    padding: 0; }

  .navbar-sc {
    padding-left: 5px; }
    .navbar-sc > li {
      width: calc(100%/9 - 5px);
      margin-right: 5px;
      height: auto; }
      .navbar-sc > li a img {
        width: 100%; } }
.sliderContent {
  border-top: solid 1px #d2dadc; }

.top-slide .caption {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 16px; }
  .top-slide .caption h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin: 0; }
  .top-slide .caption h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 2px; }
.top-slide .join-now {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: rgba(25, 25, 25, 0.9);
  bottom: 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
  height: 47px;
  line-height: 47px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 175px; }

.main-subscription {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 10px 0 10px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .top-slide {
    height: auto; }
    .top-slide .caption {
      color: #000; }
    .top-slide .join-now {
      display: none; }
    .top-slide > .carousel-inner > .item > img {
      height: 100%;
      max-width: none;
      position: relative;
      left: 50%;
      -webkit-transform: translateY(0%) translateX(-50%);
      -ms-transform: translateY(0%) translateX(-50%);
      transform: translateY(0%) translateX(-50%); }
    .top-slide .caption {
      left: 0;
      right: 0;
      bottom: 15px;
      text-align: center;
      background-color: rgba(225, 225, 225, 0.75);
      padding: 20px 0 15px 0; }
      .top-slide .caption h2 {
        font-size: 22px; }
      .top-slide .caption h3 {
        font-size: 16px; }
    .top-slide h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 27px;
      margin: 0; }
    .top-slide h3 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 15px;
      margin-top: 2px; }

  .main-subscription {
    font-size: 13px;
    padding: 10px 20px 10px 20px; } }
.tile-block {
  background-color: #eeeeee;
  padding: 15px 0; }
  .tile-block .row {
    margin-bottom: 15px; }
    .tile-block .row:last-child {
      margin-bottom: 0; }
  .tile-block .tile-item {
    background-color: #000;
    padding: 0;
    margin-right: 15px;
    width: 310px; }
    .tile-block .tile-item:nth-child(1) {
      margin-left: 15px; }
    .tile-block .tile-item:nth-child(3) {
      margin-right: 0; }
    .tile-block .tile-item > a {
      display: block;
      width: 100%;
      height: 180px; }
  .tile-block .tile-expansion {
    background-color: #000;
    margin-top: 15px; }
    .tile-block .tile-expansion .media {
      position: relative; }
      .tile-block .tile-expansion .media .media-left {
        padding: 30px 45px 30px 30px; }
      .tile-block .tile-expansion .media .media-body {
        color: #fff;
        padding-top: 7px; }
        .tile-block .tile-expansion .media .media-body .title {
          margin-bottom: 22px;
          text-transform: uppercase; }
        .tile-block .tile-expansion .media .media-body .description {
          padding-right: 65px;
          line-height: 1.65em;
          height: 125px;
          overflow: hidden; }
        .tile-block .tile-expansion .media .media-body .button-group {
          margin-top: 25px; }
        .tile-block .tile-expansion .media .media-body .btn-tile {
          margin-right: 6px; }
    .tile-block .tile-expansion .btn-close {
      position: absolute;
      top: 28px;
      right: 24px; }

@media screen and (min-width: 768px) {
  .tile-block.landscape {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tile-block .tile-item.col-md-4 {
    width: calc(100%/3 - 20px); }
  .tile-block .tile-item:nth-child(1) {
    margin-left: 15px; }
  .tile-block .tile-item:nth-child(2) {
    margin-left: 5px; }
  .tile-block .tile-item:nth-child(3) {
    margin-left: 5px; }
  .tile-block .tile-item > a {
    height: auto; }
  .tile-block .tile-item img {
    width: 100%; }
  .tile-block .tile-expansion .media .media-left {
    width: calc(100%/3);
    padding: 30px 0 30px 20px; }
    .tile-block .tile-expansion .media .media-left img {
      width: 100%; }
  .tile-block .tile-expansion .media .media-body {
    width: calc(100% - (100%/3));
    padding-left: 20px;
    padding-bottom: 25px; }
    .tile-block .tile-expansion .media .media-body .title {
      font-size: 22px;
      margin: 20px 0 23px; }
    .tile-block .tile-expansion .media .media-body .description {
      height: auto;
      line-height: 1.4em; } }
@media screen and (max-width: 767px) {
  .events-diary {
    background-color: #fff; }
    .events-diary .button-group .btn {
      display: none; }
      .events-diary .button-group .btn:first-child {
        display: block; }

  .news .button-group .btn:nth-child(2) {
    display: none; }

  .tile-block {
    display: none; }

  .tile-block.landscape {
    display: block;
    padding: 15px 10px; }
    .tile-block.landscape .wrap > .row {
      display: none; }
      .tile-block.landscape .wrap > .row:first-child {
        display: block;
        margin-bottom: 0; }
    .tile-block.landscape .tile-item.col-small-6 {
      width: calc(100%/2 - 10px);
      margin: 0; }
    .tile-block.landscape .tile-item:first-child {
      margin-right: 10px; }
    .tile-block.landscape .tile-item > a {
      height: auto; }
    .tile-block.landscape .tile-item img {
      width: 100%; }
    .tile-block.landscape .tile-expansion {
      width: 100%;
      float: left; }
    .tile-block.landscape .media .media-left {
      display: block;
      padding: 50px 20px 20px; }
      .tile-block.landscape .media .media-left img {
        width: 100%; }
    .tile-block.landscape .media .media-body {
      display: block;
      width: 100%;
      padding: 0 20px 15px; }
      .tile-block.landscape .media .media-body .title {
        font-size: 22px;
        margin: 0 0 15px; }
      .tile-block.landscape .media .media-body .description {
        padding-right: 0;
        height: auto;
        line-height: 1.4em; }
      .tile-block.landscape .media .media-body .btn-tile {
        width: 100%;
        margin-bottom: 20px; }
    .tile-block.landscape .tile-expansion .btn-close {
      top: 12px;
      right: 20px;
      width: 28px;
      height: 28px;
      background-size: contain; } }
.instagram-block {
  margin: 30px 0; }
  .instagram-block .caption {
    background-color: rgba(25, 25, 25, 0.5);
    color: #fff;
    left: 20px;
    max-height: 240px;
    padding: 0 24px;
    position: absolute;
    top: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 270px; }
    .instagram-block .caption .title {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 20px;
      margin-top: 16px;
      margin-bottom: 12px; }
    .instagram-block .caption .desc {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: 1.85em;
      overflow: hidden;
      max-height: 190px; }

@media screen and (max-width: 991px) {
  .instagram-block .caption {
    display: none; } }
@media screen and (max-width: 479px) {
  .instagram-block {
    display: none; }

  .mainContent {
    margin-top: 30px; } }
.gallery-img {
  height: 300px;
  overflow: hidden;
  text-align: center; }
  .gallery-img img {
    height: 100%;
    width: auto; }

.gallery-details {
  background-color: #000;
  border-left: 1px solid #fff;
  color: #fff;
  padding: 76px 20px 0;
  width: 300px;
  height: 300px;
  overflow: hidden; }
  .gallery-details p:first-child {
    margin-bottom: 4px; }
  .gallery-details h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #FF008E;
    font-size: 17px;
    margin: 0 0 10px 0;
    display: block;
    clear: both;
    height: 36px;
    overflow: hidden; }
  .gallery-details h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 10px 0; }
    .gallery-details h3 a {
      display: block;
      color: inherit;
      text-decoration: none;
      height: 36px;
      overflow: hidden; }
      .gallery-details h3 a:hover, .gallery-details h3 a:focus, .gallery-details h3 a:active {
        color: inherit;
        text-decoration: none; }
  .gallery-details .venue {
    display: block;
    max-height: 36px;
    overflow: hidden; }
  .gallery-details .desc {
    padding-right: 20px;
    height: 70px;
    width: 100%;
    overflow: hidden; }
  .gallery-details .more {
    color: #fff;
    text-decoration: underline; }

.page-num {
  background-color: #fff;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  position: absolute;
  right: -7px;
  top: -15px;
  text-align: center;
  padding-top: 15px; }
  .page-num a {
    font-size: 15px;
    position: absolute;
    top: 38%; }
    .page-num a.left {
      left: 5px; }
    .page-num a.right {
      right: 7px; }
  .page-num .current-page {
    display: inline-block;
    font-family: "Lora", sans-serif;
    font-size: 37px;
    margin: 0 5px;
    max-width: 40px; }
  .page-num > * {
    vertical-align: middle;
    line-height: normal; }

.gallery-block .carousel-control {
  display: none; }

@media screen and (max-width: 991px) {
  .gallery-img {
    width: 66.67%; }

  .gallery-details {
    width: 33.33%;
    padding: 40px 60px 0 20px; }

  .page-num {
    display: none; }
    .page-num a {
      display: none; }

  .gallery-block a.carousel-control {
    display: block;
    width: 5%;
    height: 300px;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
    opacity: 1; }
    .gallery-block a.carousel-control.right {
      background-image: none; }

  .fa {
    display: inline-block;
    font-size: 55px;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -10px; }
    .fa.fa-angle-left {
      left: 50%;
      margin-left: -10px; }
    .fa.fa-angle-right {
      right: 50%;
      margin-right: -10px; } }
@media screen and (max-width: 767px) {
  .gallery-img {
    float: none !important; }
    .gallery-img img {
      height: auto;
      min-width: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateY(0%) translateX(-50%);
      -ms-transform: translateY(0%) translateX(-50%);
      transform: translateY(0%) translateX(-50%);
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }

  .gallery-details {
    border-left: 0;
    float: none !important;
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    width: 100%; }

  .page-num {
    display: none;
    top: 310px; }
    .page-num a {
      display: none; }

  .gallery-block a.carousel-control {
    width: 10%; } }
.footer-links h2, .footer-links ul li a, .footer-links .security-note {
  font-size: 12px;
  color: #969696; }

footer .wrap {
  border-top: solid 1px #d2d2d2; }

.footer-links {
  padding: 20px 15px 0;
  text-align: left; }
  .footer-links h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .footer-links ul {
    margin: 20px 0 0;
    padding: 0; }
    .footer-links ul li {
      display: block;
      list-style: none;
      margin: 0 0 2px; }
      .footer-links ul li a {
        text-decoration: none; }
  .footer-links .sociallink ul {
    margin: 15px 0 0;
    padding: 0; }
    .footer-links .sociallink ul li {
      display: block;
      float: left;
      list-style: none;
      margin: 0 5px 0 0; }
  .footer-links .security {
    padding-left: 20px; }
  .footer-links .security-note {
    margin-top: -2px;
    letter-spacing: .5px; }

.footer-logo {
  margin: 0 0 28px; }

.footer-text {
  color: #848484;
  font-size: 12px;
  letter-spacing: .5px;
  border-top: 1px solid #e4e4e4;
  padding-top: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center; }

.group-col-3 {
  float: left;
  width: 75%; }
  .group-col-3 .row {
    margin: 0; }
    .group-col-3 .row.icons {
      margin-top: 20px; }
  .group-col-3 .group-col-1 {
    width: 33.3333333333%; }

.group-col-1 {
  float: left;
  width: 25%; }

.sd-link {
  display: block;
  padding-top: 20px; }

.search-box {
  width: 200px;
  margin: 13px 0 0;
  position: relative;
  display: table;
  border-collapse: separate; }
  .search-box .search-field {
    display: table-cell;
    font-size: 12px;
    width: 160px;
    text-transform: uppercase;
    padding: 0 7px;
    border: 1px solid #f4f4f4;
    height: 27px; }
  .search-box .btn-search {
    display: table-cell;
    border: 1px solid #f4f4f4;
    border-left: none;
    background-color: #fff;
    width: 27px;
    height: 27px;
    vertical-align: middle; }

.card {
  width: 160px; }
  .card img {
    width: 100%;
    margin-top: 10px; }

@media screen and (max-width: 767px) {
  footer .wrap {
    border: 0; }

  .footer-logo a {
    display: block;
    padding-left: 15px; }

  .footer-links .no-left-padding {
    padding-left: 15px; }
  .footer-links .mobile-block-center {
    border-top: 1px solid #f80093;
    padding-top: 30px; }
  .footer-links h2 {
    font-size: 14px; }
  .footer-links .no-right-padding {
    padding-right: 15px;
    margin-top: 30px; }
  .footer-links .payment-security {
    margin-top: 40px; }
    .footer-links .payment-security h2 {
      display: block;
      margin-bottom: 10px; }
    .footer-links .payment-security .card {
      width: 100%; }
      .footer-links .payment-security .card a {
        display: block;
        width: 100%; }
      .footer-links .payment-security .card img {
        width: auto;
        max-width: 100%; } }
@media screen and (max-width: 991px) {
  .footer-text {
    font-size: 14px;
    padding: 5px 10px 0; }

  .footer-links .security-note {
    font-size: 13px; }
  .footer-links ul li {
    margin-bottom: 12px; }
    .footer-links ul li a {
      font-size: 14px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo {
    padding-left: 15px;
    padding-top: 20px; }

  .no-left-padding {
    padding-left: 15px; }

  .no-right-padding {
    padding-right: 20px; }

  .payment-security {
    padding-right: 0; } }

/*# sourceMappingURL=home.css.map */
