@charset "UTF-8";
/* CSS Document */

/* PAlette 

Blue #ec6707

*/

::selection {
  background: #ec6707; 
  color: #fff;
}

::-moz-selection  { 
  background: #ec6707; 
  color: #fff;
}

body {
	color:#333;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.2em;
}

a {
	color:#ec6707;
	text-decoration: none;
}

a:hover, a:active {
	color: #ec6707;
	text-decoration: underline;
	transition: 500ms;
}

h1, h2, h3, h4 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #333;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
	color: #999;
}

h4 {
	font-size: 1.6rem;
	color: #999;
}

.btn-primary {
	border-color: #ec6707;
	background-color: #ec6707;
	color: #fff;
}

.btn-primary:focus, .btn-primary:hover {
	border-color: #ec6707;
	background-color: #ec6707;
	color: #fff;
}

.form-control, .btn {
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}


/** NAVIGATION **/

.navbar {
	padding: 30px 0px;
	font-size: 1.1em;
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.navbar a {
	color: #fff;
}

.navbar li {
	padding:0px 10px;
}

.navbar-light {
	background-color: #fff;
	border: none;
}

.navbar-brand img {
	height: 48px;
}

#navbarResponsive {
	padding-top: 8px;

}

.navbar-nav {
	margin-right: 30px;
}

.bg-primary {
	background-color: #333 !important;
}

/**CONTENT **/

.form-control:focus {
	border-color: #ec6707;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
	background-color:#ec6707;
}

.title-band {
	padding:45px 0px;
	text-align: center;
}

.services {
	text-align: center;
	padding:30px 0px;
}

.services .circle {
	
	height: 200px;
	width:200px;
	border-radius:100px;
	padding-top:60px;
	margin:0 auto;
	transition: 500ms;
}

.services .circle:hover {
	background-color: #ec6707;
	transition: 500ms;
}

.services .circle > a, .services .circle > h3 a {
	transition: 500ms;
}

.services .circle:hover > a, .services .circle:hover > h3 a {
	color: #fff;
	transition: 500ms;
}

.carousel-inner img {
	width: 100%;
	opacity: 0.7;
}

.carousel {
	background-color: #000;
	margin-bottom: 30px;
}

.carousel-caption {

	bottom:40%;
}

.carousel-caption h1, .carousel-caption h3 {
	color: #fff;
	text-shadow: 5 5 5 #000;
}

.catalogue-request {
	background-color: #222;
	color:#fff;
	padding: 60px 0;
	margin:60px 0;
}

.catalogue-request h2, .catalogue-request a {
	color: #fff;
}

.company {
	margin-bottom: 60px;
}

.proposal {
	font-size: 0.8em;
}

.proposal p {
	text-align: left;
}

.projects {
	text-align: center;
	font-size: 0.8em;
	text-align: left;
}

.projects a {
	display: inline-block;
	width: 100%;
	height:inherit;
}

.project-cover {
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 15px;
	border:solid 1px #eee;
	background-color: #fff;
	text-align: center;
}

.proposal .project-cover {
	height:240px;
}

.proposal .product {
	
}

.projects div div:hover > .project-cover img {
	transform: scale(1.1,1.1);
	opacity:1.0;	
}

.projects div div:hover > h5 a {
	color: #ec6707;
	text-decoration: none;
	transition: 500ms;
}

.projects div div > h5 a {
	transition: 500ms;
}

.project-cover img {
	height: 100%;
	opacity:0.95;
	transition:500ms;
}

.project-cover img:hover {
	transform: scale(1.1,1.1);
	opacity:1.0;		
}

.product {
	margin-bottom: 30px;
}

.product h5 {
	height:60px;
	text-align: center;
}

.page {
	padding-top:60px;
	padding-bottom:60px;
}

.box {
	width: 100%;
	display: block;
	background-color: #eee;
	padding:15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gallery a {
	display: inline-block;
}

.gallery {
	text-align: center;
}

.gallery .cover {
	margin-bottom: 30px;
}

.gallery .thumb img {
	height: 100px;
	margin-bottom: 30px;
}

.breadcrumbs {
	background-color: #ddd;
	padding:15px 0px;
}

.breadcrumb {
	margin:0px;
	padding: 0px;
	background: none;
}

.footer {
	background-color: #222;
	color:#eee;
	padding-top: 30px;
}

.footer h2 {
	color:#eee;
}

.footer a {
	color:#eee;
}
.footer img {height: 48px;}

.credits {
	background-color: #111;
	color: #444;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 60px;
	text-align: center;
}

.credits a {
	color:#444;
}

.credits, .credits .social {
	font-size: 0.8em;
}

.credits a, .credits .social a {
	margin:0px;
	padding:0px 5px;
}

@media screen and (max-width: 1200px) {
	.project-cover {
		height: 240px;
	}
}

@media screen and (max-width: 992px) {
	.project-cover {
		height: 240px;
	}
	
	.proposal .project-cover {
		height: 160px;
	}
	
	.navbar-toggler {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#navbarResponsive {
		margin-top: 60px;
	}
	
	.carousel-caption {
		font-size: 0.8em;
		bottom:20%;
	}
	
	.navbar-brand {
		text-align: center;
		width: 100%;
	}
	
	.site-title {
		text-align: center;
		margin-top: 60px;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	h3 {
		font-size: 1.6rem;
	}
	

	.proposal .product p {
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.footer, .footer .social, .credits, .credits .social {
		text-align: center;
	}
	
	.project-cover {
		height: 180px;
	}
	
	.proposal .project-cover {
		height:360px;
	}

}

@media screen and (max-width: 575px) {
	.project-cover {
		height: 300px;
	}
	
	
}

@media screen and (max-width: 420px) {
	.project-cover {
		height: 220px;
	}
	
	.gallery .thumb img {
		height: 80px;
		margin-bottom: 30px;
	}
	
	.proposal .project-cover {
		height:200px;
	}
	
	
	
	
}