/*
 * Bootstrap Template:
 *   http://www.blacktie.co/2013/10/minimal-dark-bootstrap-3-theme/
 *
 * fancyBox3:
 *   http://fancyapps.com/fancybox/3/
 */

@font-face {
  font-family: 'Snippet';
  font-style: normal;
  font-weight: 400;
  src: url('../font/snippet-v21-latin-regular.eot');
  src: local(''),
       url('../font/snippet-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../font/snippet-v21-latin-regular.woff2') format('woff2'),
       url('../font/snippet-v21-latin-regular.woff') format('woff'),
       url('../font/snippet-v21-latin-regular.ttf') format('truetype'),
       url('../font/snippet-v21-latin-regular.svg#Snippet') format('svg');
}

body {
  font-family: 'Snippet', sans-serif;
  background-color: rgb(255,255,255);
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: bold;
}

p {
  line-height: 26px;
}

a {
  color: rgb(0,0,0);
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: rgb(193,227,211);
  text-decoration: none;
  outline: 0;
}


/* ===== CONTENT ===== */

#l {
  padding-top: 10px;
  padding-bottom: 40px;
}

#f {
  padding-top: 15px;
  padding-bottom: 35px;
}

#f h1 {
  color: rgb(0,0,0);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

#f p {
  color: rgb(0,0,0);
  font-size: 16px;
  text-align: justify;
}

#f .centered {
  text-align: center;
}

#f .small {
  font-size: 12px;
}

#f i.fa {
  font-size: 14px;
  color: rgb(193,227,211);
}

#f i.fa-circle {
  font-size: 10px;
  color: rgb(193,227,211);
  padding: 3px;
}

#f a.thumbnail {
  border-color: rgb(186,186,186);
  margin-bottom: 10px;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

#f a.thumbnail:hover,
#f a.thumbnail:focus {
  border-color: rgb(193,227,211);
}

button.btn {
  color: rgb(0,0,0);
}

button.btn:hover {
  color: rgb(0,0,0);
  background-color: rgb(193,227,211);
}


/* ===== SIDEBAR MENU ===== */

.menu {
  position: fixed;
  right: -210px;
  width: 246px;
  height: 100%;
  top: 0;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  left: 36px;
  width: 210px;
  height: 100%;
  top: 0;
  padding-top: 8px;
  background: rgb(193,227,211);
  overflow-y: auto;
}

.menu a {
  margin-left: 20px;
  margin-top: 12px;
  color: rgb(0,0,0);
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu a:hover,
.menu a:active {
  color: rgb(255,255,255);
}

.menu a > i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-right: 10px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

#menuToggle {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: rgb(0,0,0);
  background: rgba(255,255,255,0.5);
  border-radius: 4px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menuToggle.hover {
  color: rgb(193,227,211);
  background: rgba(255,255,255,0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tooltip-arrow {
  display: none;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  font-size: 10px;
  color: rgb(0,0,0);
  background: rgb(193,227,211);
  border: 2px solid rgb(0,0,0);
  margin-left: 24px;
}


/* ===== FANCYBOX ===== */

.fancybox-container {
  font-family: 'Snippet', sans-serif;
}

.fancybox-caption {
  text-align: center;
}