/* FONTS */

@font-face {
	font-family: 'Raleway';
	src: url('../includes/Raleway-Regular.ttf') format('truetype');
}

#page,
.navbar-nav,
.footer,
figure .title,
figure .subtitle,
figure .item {
	font-family: 'Raleway', sans-serif !important;
}

.navbar-brand {
	font-size: 1.5em;
	text-transform: uppercase;
}

.navbar-nav {
	font-size: 1em;
}

.navbar-fixed-top   {
	border-bottom: 5px solid white !important;
	background: whitesmoke;	
}

/* LAYOUT */

.footer {
	position: fixed;
	clear: both;
	padding: 10px 0px;
	background-color: whitesmoke;
	bottom: 0;
	width: 100%;
	border-top: 5px solid white;
	z-index: 100 !important;
	text-align: center;
    color: #5e5e5e;
}

#gallery {
	margin-bottom: 40px;
}

#page {
	max-width: calc(100% - 10px);
	margin: auto;
	padding-bottom: 5px;
	margin-left: 5px;
}

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

#gallery{
	margin-top: 55px;
}

.final-tiles-gallery.caption-top .tile span.title  {
	font-weight: normal !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
}

.subtitle p {
	padding: 0!important;
	margin: 0!important;
}

.subtitle [class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0.5em !important;
}

.tile:hover img{
-webkit-filter: blur(3px) opacity(40%);
-moz-filter: blur(3px) opacity(40%);
-o-filter: blur(3px) opacity(40%);
-ms-filter: blur(3px) opacity(40%);
filter: blur(3px) opacity(40%);
}

/* reconfiguration of navbar breakpoint */
@media (max-width: 1100px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.final-tiles-gallery.caption-top .tile span.subtitle {
    font-size: 13px !important;
}

.sitepolicy .title,
.sitepolicy .subtitle {
	text-shadow: 1px 1px #CCC;
	text-transform: uppercase;
}

.sitepolicy .box .btn-primary {
	width: 100%;
}

.sitepolicy .box {
  padding: 20px;
  background: #f8f8f8;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;  
}
@media screen and (max-width: 992px) {
  .sitepolicy .box {
    min-height: inherit;
    margin-bottom: 80px;
  }
}
.sitepolicy .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
.sitepolicy .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
.sitepolicy .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.sitepolicy .box .icon.colored-1 {
  background: #CCC;
}
.sitepolicy .box .icon.colored-2 {
  background: #CCC;
}
.sitepolicy .box .icon.colored-3 {
  background: #CCC;
}
.sitepolicy .box .icon.colored-4 {
  background: #CCC;
}
.sitepolicy .box .icon.colored-5 {
  background: #2fc5cc;
}
.sitepolicy .box .icon.colored-6 {
  background: #6173f4;
}
.sitepolicy .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.sitepolicy .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

.dropdown-divider {
    display: none;
}

@media (max-width: 1100px) {
  .dropdown-divider {
      display: block !important;
      height: 0;
      margin: .5rem 0;
      overflow: hidden;
      border-top: 1px solid #e9ecef;
	}
 }
 
.footer a:hover,
.footer a:focus,
.footer a:visited {
	text-decoration: none !important;
}