/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}
html { 
  margin:0;
  padding:0;
  background:url(../img/bg.jpg) no-repeat 50% center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover !important;
}


body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	background:none;
}

.topnav {
    font-size: 13px !important; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

/*.intro-header {
    padding-top: 50px; 
    padding-bottom: 50px;
	min-height:450px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}*/

/* Home Page Carousel */
header.carousel {
    height:500px;
	background-image:url(../img/slides/bg.jpg);
    background-position: center;
    background-size: cover;
	margin-top:0;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height:100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;	
}

header.carousel h2 {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:25px 0 10px;
    font-size:40px;
	font-weight:400;
	line-height:1.1;
	color:#FFF;
	padding-top:20px;
	padding-bottom:10px;

	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	
	
}
header.carousel p.carousel-caption-lead {
	text-align:left;
	font-weight:300;
	font-size:24px;
	padding:10px inherit;
	font-family:inherit;
	color:#FFF;
}
header.carousel .carousel-text {
	float:left;
	width:80%;
	margin-left:8%;
	border:0px solid #F00;
	margin-top:180px;
}
header.carousel .carousel-text  h2 {
	border-bottom:3px solid #F8B334;
	color:#FFF;
}

@media(max-width:767px) {
	/* Styler le carousel ici aussi */
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.content-section-c {
    padding:15px 0 50px;
	background-color:#fff;
}
.section-heading {
    margin-bottom:10px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica,Arial,sans-serif;
	font-weight:700;
	font-size:36px;
	color:#4E0F56;
}
.section-heading-small { font-size:28px !important }
.white-text { color:#FFF;}
.gray-text { color:#ECEDED;}
.orange-text { color:#F8B334;}
.dark-gray-text {color:#ACACAC}
.section-heading-spacer {
    float:left;
    width: 200px;
    border-top: 3px solid #F8B334;
}
.section-heading-white {
    float:left;
    width: 200px;
    border-top: 3px solid #FFF;
}
.section-heading-spacer-small {
    margin:5px auto 30px !important;
    width:100px;
    border-top: 3px solid #F8B334;
}

.banner {
    padding:0;
    color: #f8f8f8;
	overflow:hidden !important;
	height:310px !important;
/*    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;*/
}

footer {
    padding:0;
	border-top:2px solid #F8B334;
	background:#4E0F56;
}

p.copyright {
    margin: 15px 0 0;
}


.bg-light-gray{background-color:#f7f7f7}


#services .services-item { 
	margin:0 0 15px;
	right:0;
}

#services .services-item .services-link{
	display:block;
	position:relative;
	max-width:400px;
	margin:0 auto;
}
#services .services-item .services-link .services-hover {
	background:rgba(0,0,0,.5);
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s
}
#services .services-item .services-link .services-hover:hover {opacity:1}
#services .services-item .services-link .services-hover .services-hover-content {
	position:absolute;
	width:100%;
	height:20px;
	font-size:20px;
	text-align:center;
	top:50%;
	margin-top:-12px;
	color:#fff
}
#services .services-item .services-link .services-hover .services-hover-content i{margin-top:-12px}
#services .services-item .services-link .services-hover .services-hover-content h3,#services .services-item .services-link .services-hover .services-hover-content h4{margin:0}
#services .services-item .services-caption {
	max-width:400px;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
	padding:0 10px;
	border-left:0px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
	border-right:0px solid #D5D5D5;
}
#services .services-item .services-caption h4{
	text-transform:none;
	margin:0;
	font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	color:#555;
	padding:10px 0 5px;
	/*text-transform:uppercase;*/
}
#services .services-item .services-caption p {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:13px;
	font-weight:400;
	margin:0 0 10px 0;
	/*line-height:normal;
	color:rgba(0,33,255,1);*/
}
#services .services-item .services-caption p a {
	display:block; 
	text-align:right !important;
	color:#979797;
	font-style:normal;
}
#services *{z-index:2}

@media (min-width:767px){#services .services-item {margin:0 0 30px}}

.btn-primary {
    background: #ff9b30;
    background-image: -webkit-linear-gradient(top, #ff9b30, #ee7b00);
    background-image: -moz-linear-gradient(top, #ff9b30, #ee7b00);
    background-image: -ms-linear-gradient(top, #ff9b30, #ee7b00);
    background-image: -o-linear-gradient(top, #ff9b30, #ee7b00);
    background-image: linear-gradient(to bottom, #ff9b30, #ee7b00);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Hammersmith One', sans-serif;
    /* font-weight: 600; */
    border-color: #EE7C00;
    padding: 8px 10px 6px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ff9b30;
}
.btn-primary:hover {
  color: #fff;
  background-color: #fff;
  border-color: #ff9b30;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #fff;
  border-color: #ff9b30;
}

section#contact{background-color:rgba(34, 34, 34, .5);/**/background-image:url(../img/map-image.png);background-position:center;background-repeat:no-repeat}section#contact .section-heading{color:#fff}section#contact .form-group{margin-bottom:25px}section#contact .form-group input,section#contact .form-group textarea{padding:20px}section#contact .form-group input.form-control{height:auto}section#contact .form-group textarea.form-control{height:236px}section#contact .form-control:focus{border-color:#F8B334;box-shadow:none}section#contact ::-webkit-input-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}section#contact :-moz-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}section#contact ::-moz-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}section#contact :-ms-input-placeholder{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#bbb}section#contact .text-danger{color:#e74c3c}

.navigation {
	position:absolute;
	z-index:1500;
	background:none;
	width:100%;
	border:0px solid #F0F;
	top:35px !important;
}

.our-services a i {
	display:block;
	margin-bottom:10px;
	text-align:center;
	color:#BBBABF !important;
}
.our-services a span {
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:700;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:none;
	/*font-variant:small-caps;*/
	margin:0;
}
.our-services a p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
	text-align:center;
}

.our-services a {
	color:#4E0F56;
}
.our-services a:hover, 
.our-services a.active {
	text-decoration:none;
	color:#F8B334;
}

h3.section-subheading {
	font-size:16px;
	font-family: "Droid Serif", "Helvetica Neue", Helvetica,Arial,sans-serif;
	text-transform:none;
	font-style:italic;
	font-weight:400;
	margin:0 auto 45px;
	line-height:2.3rem;
	width:80%;
}
.btn-ads {
    background: #F8B334;
    border-radius: 0px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica,Arial,sans-serif;;
    color: #FFF;
    font-size: 24px;
	font-weight:700;
    text-decoration: none;
    /* font-weight: 600; */
    border-color: transparent;
    padding:15px;	
}
.btn-ads:hover {
	background: #FFF;
	color:#4E0F56;
}

.bwWrapper {
    position:relative;
    display:block;
}
#wrapper {
	list-style:none;
	float:left;
	padding:0;
	clear:both;
}
#wrapper li {
	float:left;
	margin: 5px 15px 5px 0;
	width:15%;
	border:0px solid #F00;
}
#wrapper li.last {
	float:left;
	margin: 5px 0 5px;
}
footer li a,
footer li p {
	font-weight:400 !important;
}
footer li a:hover {
	text-decoration:underline;
	color:#FFF !important;
}

.partners-representative {
	min-height:300px;
	border:0px solid #BD4E50;
}
div#pr-1 {
	background:#FFF url(../img/pr_1.jpg) top center no-repeat
}
div#pr-2 {
	background:#FFF url(../img/pr_2.jpg) top center no-repeat
}
div#pr-3 {
	background:#FFF url(../img/pr_3.jpg) top center no-repeat
}

header.page-interior {
    height:100px;
	background-image:url(../img/slides/bg.jpg);
    background-position: center;
    background-size: cover;
	margin-top:0;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.inteliz-violet {
	color:#4E0F56;
}
.inteliz-yellow {
	color:#C07C00;
}
.footer-menu-divider {
	color:#FFF;
}

ul.footer-list > li {
	border:0px solid #f00;
	padding:10px 5px 12px;
	margin:0;
	
	font-weight:300;
}
/*.page-interior-content {
	min-height:800px;
}*/
.block-sitemap li {
	background:url('../img/sitemaplistbg.jpg') repeat-x;
}
.block-sitemap h2.title a {
    min-height: 47px;
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 1em;
}

div.mediaroom h3 {
	margin:0 auto;
	line-height:normal s!important;
}
div.mediaroom ul > li {
	float:right;
	border:0px solid #F00;
	padding-top:5px;
	padding-bottom:0;
	margin:0;
}
div.mediaroom ul > li:first-child {
	margin-right:10px;
}