/*
# ------------------------------------------------------------------------
# @copyright   Copyright (C) 2014. All rights reserved.
# @license     GNU General Public License version 2 or later; see LICENSE.txt
# Author:      Glenn Arkell
# Websites:    http://www.glennarkell.com.au
# ------------------------------------------------------------------------
*/

@font-face {
  font-family: 'GlyphiconsHalflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: local('GlyphiconsHalflings'),
    url("../fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg") format("svg");
}

.carousel-control {
    font-size: 45px;
}
.carousel-caption {
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75); */
    background: none;
    /* bottom: 20px; */
    left: 0;
    padding-bottom: 20px;
    /* margin-top: 20px; */
    position: relative;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
    min-height: 40px;
}

.carousel-inner .item img,
.carousel-inner .item a.modal img {
    margin: 0 auto;
}

.glyphicon {
  position: relative;
  top: 1px;
  margin-top: -10px;
  display: inline-block;
  font-family: 'GlyphiconsHalflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
  content: "<";
}

.glyphicon-chevron-right:before {
  content: ">";
}
