/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

@font-face{
	font-family: bodyfont;
	src: url('../fonts/bodyfont.woff');
}

@font-face{
	font-family: bauhausTitleFont;
	src: url('../fonts/BAUHS93.woff');
}

*{
	font-family: bodyfont;
	font-size: 104%;
	color: #00003e;
}

h1, h2, h3{
	font-family: bauhausTitleFont;			
}

h1, h2{
	font-size: 300%;
	text-transform: uppercase;
}

h3{
	font-size: 150%;
}

.iconic, .slide_left, .slide_right{
	background: url('../images/sprites.png') no-repeat scroll 0% 0% transparent;
	margin: auto;
}

.col-sm-4 > p, .col-sm-4 > h3 {
	text-align: center;
}

.quality {
	background-position: -312px 0px;
	width: 126px;
	height: 126px;
}

.ruler {
	background-position: -643px 0px;
	width: 124px;
	height: 126px;
}

.partnership {
	background-position: -445px -4px;
	width: 189px;
	height: 117px;
}	

html, body {
  height: 100%;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

#claim{
	width: 100%;
	height: 100px;
	background: url('../images/icons/header.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.intro{
	background: #EFEFEF;
}
.bordered{
	border-bottom: 1px dashed #059;
}

.navbar-brand > img{
	height: 100%;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 100%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  padding: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}

/* Nespoli Old CSS WebSite */
.gallery_button > img{
	width: 25%;
	cursor: pointer;
}
.showbox {
	background: #D2D2D2;
	margin-top: 25px;
}
.first-level-cell {
	margin-top: 2%;
	margin-bottom: 2%;
	cursor: pointer;
}
.first-level-box-hide{
	display: none;
}
.first-level-box-show{
	display: block;
}
.section-cover > img {
	width: 100%;
}
.second-level img {
	width: 100%;
}
.secondlevel>ul {
	width: 25%;
	float: left;
}
.slide_right {
	float: left;
	background-position: -929px -215px;
	width: 26px;
	height: 41px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	top: 250px;
	right: 30px;
}
.secondlevel_slider>ul {
	width: 85%;
	float: left;
	height: 100%;
}
.second-level-index > h3{
	text-transform: uppercase;
}
.second-level-item{
	list-style: none;
	cursor: pointer;
}
.second-level-item-active{
	list-style: none;
	background: #00003e;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.slide_left {
	float: left;
	background-position: -924px -161px;
	width: 26px;
	height: 41px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	right: -30px;
	top: 250px;
}
.close {
	background-position: -870px -191px;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	margin: 10px;
	cursor: pointer;
}
.cell-cover-fixed {
	width: 300px;
	height: 200px;
}
.cell-name-fixed {
	text-transform: uppercase;
	text-align: left;
}
.third-level-fit-image{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.third-level-fit-text{
	margin-top: -45px;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.05em;
	text-transform: uppercase;
	text-align: center;
}
.nav>li{
	cursor: pointer;
}
.nav>li:hover{
	border-bottom: 2.5px solid #00003e;
}
footer{
	background: #00003e;
	color: white !important;
}
/* Responsive Styles */
@media (max-width: 999px) {

	.gallery_button{
		display: none;
	}	
	.show{
		display: none !important;
	}
	.hide{
		display: none !important;
	}	
	.carousel {
		height: 70%;
	}
}

.carousel-control .icon-next, .carousel-control .icon-prev{
	width: 45px;
	height: 45px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px;
	background: white;
	border-radius: 50%;
}

.cookie-policy{
	height: 100px;
	width: 100%;
	z-index: 2500;
	background: white;
	border: solid 2px #00003e;
	position: fixed;
	bottom: 0;
}

.cookie-policy-close{
	height: 33px;
	width: 33px;
	z-index: 3000;
	bottom: 33px;
	right: 100px;
	position: fixed;
}

.cookie-policy-close > p {
	font-size: 125%;
	color: #00003e;
	font-weight: bold;
	text-align: center;
}

.cookie-policy > p{
	width: 85%;
	font-size: 100%;
	margin: 0 auto;
	margin-top: 15px;
}
