@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

/*----------------------------*/
/* Reset */
/*----------------------------*/

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

* {
	max-width: 100%;
}

ul {
    list-style: none;
}

a, a:hover, a:active {
    outline: 0px !important;
	text-decoration:none;
}

#email{
	display: none;
}


/*----------------------------*/
/* Styles */
/*----------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin: 0;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #444444;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 0;
}

p {
    line-height: 24px;
    margin: 0;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #222222;
	color: #222222;
}
.pagination>li>a:hover {
	border: 1px solid #9e0000;
	color: #fff;
	background: #111111;
}
.pagination>li.page-item.active>a {
	color: #fff;
	background: #222222;
	border: 1px solid #222222;
}

/*----------------------------*/
/* Header */
/*----------------------------*/

#header {
    background: #000000;
    padding: 0px 0px 5px 0px;
    border-bottom: 3px solid #333333;
    background-image: url(../img/dark_wood.png);
    background-repeat: repeat;
}

	#header .container {
	    position: relative;
	}

.logo {
    float: left;
    margin-top: 0px;
	position: relative;
	z-index: 2;
	margin-left:0px;
}

	.logo img {
		width: 85%;
	}	

/*----------------------------*/
/* Navigation bar */
/*----------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #c7b6a4;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #c7b6a4;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #c7b6a4;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #c7b6a4;
    background-color: transparent;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #c7b6a4;
    background-color: transparent;
}


/*----------------------------*/
/* About us */
/*----------------------------*/
 
#about-us {
    padding: 40px 0;
    background-image: url(../img/brickwall_2x.png);
    background-repeat: repeat;
    border-top: 5px solid #ffffff;
}

	#about-us p{
		/*font-size: 0.9375em;*/
		line-height: 1.625em;
		padding: 15px 0;
	}
	
	#about-us h6 {
		margin-bottom: 30px;
	}

/*----------------------------*/
/* Services */
/*----------------------------*/

#service {
    padding: 40px 0;
    background: #1e1206;
    border-top: 1px solid white;
    background-image: url(../img/dark_wall.png);
    background-repeat: repeat;
    color: #d1d1d1;
}
	#service h2{
	  color: #fff;
	  padding-bottom: 20px;
	}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; 
	position: relative;
	margin-bottom: 40px;
}

.service_icon {
	width: 80%;
	margin: 0px auto 25px; 
}

.service_icon img {
	border: 1px solid #d1d1d1;
}

.service_icon span {
    background: transparent; 
    display: block;
	overflow:hidden;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #d1d1d1;
	margin: 35px 0 15px; 
}

.service_block p {
    font-size: 16px;
    color: #d1d1d1;
    margin: 0px; 
}

/*----------------------------*/
/* Boiseries Letendre */
/*----------------------------*/

#boiseriesletendre {
	padding: 40px 0;
	background-color: #000;
	color: #b1b1b1;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 16px;
}

#boiseriesletendre h2 {
	color: #fff;
}

#boiseriesletendre a {
	    display: inline-block;
	    color: #c7b6a4;
	    font-size: 16px;
	    transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	}

		#boiseriesletendre a:hover {
		    color: #fff;
		}

/*----------------------------*/
/* Projects */
/*----------------------------*/

#filters {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 0;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: #C2C2C2 solid 1px;
    color: #7C7C7C;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #fff;
    color: #ad9882;
    text-decoration: none;
    border: #ad9882 solid 1px;
}


#portfolio {
    padding: 40px 0px 40px 0px;
    background-image: url(../img/concrete_seamless.png);
    background-repeat: repeat;
    border-top: 5px solid #222222;
}

	#portfolio h2 {
	    color: #222222;
	    padding-bottom: 10px;
	}

.portfolio-item {
    padding: 0;
    position: relative;
    border: 1px solid white;
    overflow: hidden;
}

.portfolio-item img {
	min-width: 100%;
	min-height: 100%;
}

a.boxlink {
	    display: inline-block;
	    color: #000000;
	    transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    padding: 10px;
	    border: 1px solid #000000;
	    background-color: #999999;
	    text-decoration: none;
	}

		a.boxlink:hover {
		    color: #999999;
		    border: 1px solid #999999;
		    background-color: #000000;
		}

.modal-body img {
	border: 2px solid black;
}

/*----------------------------*/
/* Footer and contact */
/*----------------------------*/

#footer {
	padding: 40px 0px 0px 0px;
	background: #232323;
    border-top: 4px solid #3C3A3A;
    color: #d1d1d1;
}

	#footer h2 {
	    color: #d1d1d1;
	    padding-bottom: 20px;
	}
	
	#footer h3 {
		color: #d1d1d1;
	}
	
	#footer .btn {
		color: #000000;
	}

.contact_text {
	padding-bottom: 30px;
}

.footer_bottom {
	margin-top: 20px;
    border-top: 1px solid #3C3A3A;
    padding: 25px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

	.footer_bottom span a {
	    display: inline-block;
	    color: #c7b6a4;
	    font-size: 16px;
	    transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	}

		.footer_bottom span a:hover {
		    color: #fff;
		}


/*----------------------------*/
/* Media queries */
/*----------------------------*/

@media (max-width: 1000px) {
	.navStyle {
		float: right;
		width: 100%;
		text-align: left;
	}

	p{
		font-size:14px;
	}
	
	.service_block h3 { 
		font-size: 16px;
	}
	
	.service_block p {
		font-size: 14px; 
		margin: 0px;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 30px;
	}
	 
	.navbar-inverse .navbar-toggle .icon-bar{
		background:#c7b6a4;
	}
	
	.navbar-inverse .navbar-toggle {
		border-color: transparent;
	}
	
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
		background:none;
		outline: none;
	}
	
	.navStyle ul li {
		display: block;
	}
	
	.navStyle ul li:last-child {
		margin: 0px;
	}
	
	.navStyle ul li {
		margin:0px;
	}
	
	.navStyle ul li a{
		font-size:12px;
	}
	
	.service_block {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px){ 
	.navStyle {
		float: right;
		width: 100%;
		text-align: left;
	}
	
	.logo img {
		max-width: 225px;
	}
}
