/**
* @author    NinoTheme.com http://www.ninotheme.com
* @copyright Copyright (C) 2013 NinoTheme.com. All rights reserved.
* @license   NinoTheme.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
@import url(http://fonts.googleapis.com/css?family=Anton);
html, body {
	line-height: 1.7;
	margin: 0;
	padding: 0;
}
body {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display: block;
}
hr {
	border-left: none;
	border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
hr.soften {
  height: 1px;
  margin: 50px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #FD964D;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
a[class*="glyphicon-"] {
	text-decoration: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 10px;
	font-weight: normal;
}
h1, h2 {
	font-weight: 300;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5, h6 {
	font-size: 1em;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul, ul li {
	list-style: none;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
	border: none;
	max-width: 100%;
}
img.image-border {
    border: 1px solid #D2D2D2;
    padding: 3px;
}
img.image-left {
	float: left;
	margin-right: 5px;
}
img.img-full-width {
	width: 100%;
}
/* =============== PREDEFINED CONTENT ALIGN =============== */
.left {
	float: left;
}
.right {
	float: right;
}
.margin-left {
	margin-left: 1em !important;
	margin-right: 0;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em !important;
}
.content-left {
	text-align: left;
}
.content-center {
	text-align: center;
}
.content-right {
	text-align: right;	
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
/* =============== LAYOUT - LOGO AREA =============== */
#nino-header .navbar-brand {
	height: auto;
}
/* =============== LAYOUT - HEADER AREA =============== */
header .row {
	padding: 15px 0;
}
header .navbar {
	margin: 0;
}
header .navbar-nav {
	float: right;
}
header .navbar-nav > li > a {
	padding: 25px;
	font-weight: 400;
}
header .navbar-nav .dropdown-menu {
	min-width: 1082px;
	padding: 0 15px;
}
/* =============== LAYOUT - CONTENT AREA =============== */
.nino-sectionHeading {
	font-size: 40px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 50px;
	position: relative;
	padding-bottom: 50px;
	font-family: 'Anton', 'sans-serif';
}
.nino-sectionHeading:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 31px;
	left: 0;
	bottom: 0;
	opacity: 0.5;
	background: url(../images/bg-heading.png);
}
.nino-sectionHeading span {
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	text-transform: lowercase;
	position: relative;
	top: -10px;
	font-family: Georgia,"Times New Roman",Times,serif;
}
.nino-sectionTitle {
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0 50px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.nino-sectionTitle span {
	display: inline-block;
	padding: 0 20px;
	background: #202020;
	position: relative;
	top: 10px;
}
#nino-portfolio .nino-portfolioFilter a,
#nino-portfolio .nino-portfolioFilter a:hover {
	color: #fff;
	outline: none;
}
#nino-portfolio a,
#nino-contact a {
	color: #000000;
}
#nino-portfolio a:hover,
#nino-contact a:hover {
	color: #000000;
}
/* =============== MAIN SLIDER =============== */
#nino-mainSlider {
	top:80px;
	padding: 270px 0 500px;
	
	color: #fff;
	text-align: center;
	background-image: url(../images/bg-slider.jpg);
	background-size: cover;
}
#nino-mainSlider .item .carousel-content h1 {
	font-size: 80px;
}
#nino-mainSlider .carousel-indicators li {
	width: 60px;
	height: 6px;
	border-radius: 0;
	background: #3c3c3c;
	border: none;
	margin: 0 3px;
	padding: 0;
}
#nino-mainSlider .carousel-indicators li.active {
	background: #fff;
}
/* =============== SECTION SERVICES =============== */
#nino-services {
	background: #CDCED0;
	padding: 80px 0;
}
#nino-services .nino-sectionContent .row > div {
	margin-bottom: 20px;
}
#nino-services .nino-sectionContent .nino-serviceItem {
	border-radius: 10px;
	background: #333;	
}
#nino-services .nino-sectionContent .nino-serviceItem .nino-serviceTitle {
	
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	 background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	background-image: url(../images/bg-quisommesnous.jpg);
}
#nino-services .nino-sectionContent .row > div:nth-child(1) .nino-serviceTitle {
	
	 background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	background-image: url(../images/bg-quisommesnous.jpg);
}
#quisommesnous-titre1, #quisommesnous-titre2 {
	background-image: url(../images/bg-quisommesnous.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
box-sizing: border-box;
color: rgb(255, 255, 255);
font-family: "Open Sans",sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 24.2px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
text-transform: uppercase;

}
#service1, #service2 {
	
background-attachment:scroll;
background-clip:border-box;
background-color:#333;
background-image:none;
background-origin:padding-box;
background-position:0% 0%;
background-repeat:repeat;
background-size:auto auto;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
box-sizing:border-box;
color:rgb(255, 255, 255);
font-size:14px;
font-weight:300;
line-height: 23.8px;

}
#nino-services .nino-sectionContent .row > div:nth-child(4) .nino-serviceTitle {
	background: url(../images/bg-service-title-4.jpg);
}
#nino-services .nino-sectionContent .row > div:nth-child(5) .nino-serviceTitle {
	background: url(../images/bg-service-title-5.jpg);
}
#nino-services .nino-sectionContent .row > div:nth-child(6) .nino-serviceTitle {
	background: url(../images/bg-service-title-6.jpg);
}
#nino-services .nino-serviceItem .nino-serviceContent {
	padding: 15px;
}
#nino-services .nino-serviceItem .nino-serviceContent p:last-child {
	margin-bottom: 0;
}
/* =============== SECTION PORTFOLIO =============== */
#nino-portfolio {
	background: #CDCED0;
	padding: 80px 0;
}
#nino-portfolio .nino-portfolioFilter {
	margin-bottom: 20px;
}
#nino-portfolio .nino-portfolioFilter li {
	display: inline-block;
	margin: 0 3px 5px 0;
}
#nino-portfolio .nino-portfolioItems {
	margin: 0 -10px;
}
#nino-portfolio .nino-portfolioItems > li {
	width: 25%;
	float: left;
	text-align: center;
}
#nino-portfolio .nino-portfolioItems .item .item_inner {
	margin: 10px 10px 30px;
}
#nino-portfolio .nino-portfolioItems .nino-portfolioImage {
	position: relative;
	border: 3px solid #fff;
}
#nino-portfolio .nino-portfolioItems .nino-portfolioImage .nino-portfolioPreview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	color: #fff;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
#nino-portfolio .nino-portfolioItems .nino-portfolioImage:hover .nino-portfolioPreview {
	opacity: 1;
}
#nino-portfolio .nino-portfolioItems .nino-portfolioImage .preview {
	display: table;
	width: 100%;
	height: 100%;	
	text-align: center;
}
#nino-portfolio .nino-portfolioItems .nino-portfolioImage .preview i {
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
	color: #fff;
	background-color: rgba(243, 112, 62, 0.85);
}
#nino-portfolio .nino-portfolioItems .nino-portfolioInfo {
	margin-top: 20px;
}
#nino-portfolio .nino-portfolioItems .nino-portfolioInfo h3 {
	text-transform: uppercase;
	font-weight: 300;
	border-bottom: 1px solid #f5c298;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
/* =============== SECTION OUR COMPANY =============== */
#nino-company {
	background: #202020;
	padding: 80px 0;
}
#nino-company .nino-teamInfo {
	text-align: center;
	padding: 20px 20px 10px;
	background: #fff;
	color: #F3703E;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
#nino-company .nino-teamInfo a {
	color: #f3703e;
}
#nino-company .nino-teamInfo .nino-teamName {
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#nino-company .nino-teamInfo .nino-teamRegency {
	border-bottom: 1px solid #F3703E;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#nino-company .nino-teamInfo .nino-teamSocial a {
	font-size: 25px;
	display: inline-block;
	margin: 0 5px;
}
#nino-company .row > div {
	margin-bottom: 20px;
}
#nino-company .row > div:hover .nino-teamInfo {
	background: #F3703E;
	color: #fff;
}
#nino-company .row > div:hover .nino-teamInfo a {
	color: #fff;
}
#nino-company .row > div:hover .nino-teamRegency {
	border-bottom-color: #fff;
}
/* =============== SECTION CONTACT =============== */
#nino-contact {
	color:#000000;
	background: #CDCED0;
	padding: 80px 0;
}
#nino-contact .nino-sectionTitle span {
	color:#000000;
	background: #CDCED0;
}
#nino-contact .row > div:first-child {
	text-align: right;
}
#nino-contact form input,
#nino-contact form textarea {
	
	border-radius: 0;	
}
#nino-contact form input {
	
	height: 45px;
}
#nino-contact .nino-contactSocial {
	font-size: 32px;
}
#nino-contact .nino-contactSocial a {
	display: inline-block;
}
/* =============== LAYOUT - FOOTER AREA =============== */
footer {
	padding: 40px;
	background: #202020;
	text-align: center;
}
footer a:hover {
	color: #fff;
}
/* =============== GO TO TOP =============== */
#nino-scrollToTop {
	width: 50px; 
	height: 50px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-indent: -99999em;
	display: none;
	background: #4589C4 url(../images/go-to-top.png) center center no-repeat;
}
#nino-scrollToTop:hover {
	text-decoration: none;
	background-color: #2F73AE;
}
/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 768px) {
	header .navbar-nav {
		width: 100%;
		margin: 10px 0;
	}
	header .navbar-toggle {
		margin-top: 20px;
	}
	#nino-portfolio .nino-portfolioItems .item {
		width: 33.3% !important;
	}
}
@media (max-width: 568px) {
	#nino-portfolio .nino-portfolioItems .item {
		width: 50% !important;
	}
}
@media (max-width: 480px) {
	#nino-portfolio .nino-portfolioItems .item,
	#nino-company .row > div {
		width: 100% !important;
	}
}