/*-----------------------------------------------------------------------------------*/
/*	    EM Pro CCTV
/*-----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
    background:#FFF;
    -webkit-font-smoothing: antialiased;
}
a:hover{text-decoration: none;}


.page-container{
    border-top: 3px solid #f18f00;
}

/* Globals type styling */

   
 h1, h2, h3, h4, h5, h6, p, label, .btn, a{
	font-family:"Helvetica";
}

/* Site container width */

.container{
	max-width:970px;
}

/* Blocs */

.bloc{
	width:100%;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Bloc sizes */

.bloc-md{
	padding:50px 0;
}
.bloc-sm{
	padding:20px 0;
}


/* Bloc - Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc a{
	color:rgba(255,255,255,.6);
}
.d-bloc a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}


/* Bloc - Light theme */

.l-bloc{
	color:rgba(0,0,0,.5);
}
.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round{
	border-color:rgba(0,0,0,.7);
}
.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.l-bloc a{
	color:rgba(0,0,0,.6);
}
.l-bloc a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.l-bloc .btn-wire, .l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
.voffset{
	margin-top:30px;
}
/* Bloc Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* Custom bloc styling */

#hero-bloc{
	background-color:#ffffff;
}

#nav-bloc{
	background-color:#ffffff;
}
#hero-bloc h1{
	font-size:50px;
}
#hero-bloc h3{
	font-size:30px;
}

#title{
	background-color:#F0F0F0;
}
#title h1{
	color: rgba(0, 66, 131, 0.7);
}
#clients{
	background: #ECECEC;
}
#clients h3{
	font-size:30px;
	color: rgba(0, 66, 131, 0.7);
}

.client{
	padding-top: 20px;
}
.client h4{
	/*background:#ddd;*/
	/*padding:12px;*/
	/*border-radius:14px;*/

    background: #f18f00;
    padding: 16px 8px;
    border-radius: 14px;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
}

.main-footer{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 50px 0;
    background: #0f2d45;
    border-top: 3px solid #f18f00;
}

#contact p strong,#contact p strong a{
    color: rgba(0,66,131,.7);
    font-size: 1.2em;
}
#contact hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.realisations{
    padding-bottom: 50px;
}

.rea{
    border-radius: 10px;
}


#citation{
    padding:30px 0 40px 0;
}

#citation h2{
    color: #f18f00;
    position: relative;
    padding-bottom: 8px;
}

#citation h2:after{
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -40px;
    display: block;
    width: 80px;
    background: #ECECEC;
    height: 2px;
    bottom: 0;
}

#citation p{
    font-size: 16px;
}

#offres{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 60px 0;
}

.offre{
    padding: 20px 0;
}

.offre h2{
    color: #f18f00;
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.offre h3{
    color: rgba(0, 66, 131, 0.7);
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 0;
}

p{
    color: #474747;
}

p .price{
    font-weight: bold;
    color: #C50F0F;
    font-size: 16px;
}

.old-price{
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 110%;
}

.old-price:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    height: 2px;
    width: 100%;
    background: #595959;
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.visu-offre{
    border-radius: 10px;
}

/* Bloc image backgrounds */

.bg-header-bg{
	background-image:url('../img/header-bg.jpg');
}

/* NavBar */

.navbar{
	margin-bottom: 0;
}
.navbar-brand{
	font-size: 25px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.navbar-brand img{
	width: auto;
	max-height: 40px;
	margin: -12px 5px 0 0;
}
.navbar-brand{
	padding: 15px 15px;
	color:#155c8a !important;
}
.navbar .nav{
	padding-top: 2px;
	margin-right: -16px;
	float:right;
}
.nav > li{
	float: left;
	margin-top: 4px;
	font-size: 16px;
}
.nav > li a:hover{
	background:transparent;
}
.navbar-toggle{
	margin: 12px;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
/* Hero bloc */

.hero{
	padding-top:0;
}
.v-center{
	width:100%;
	height: 90%;
	display: table;
}
.v-center .vc-content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
.hero .btn-dwn{
	width: 58px;
	height: 58px;
	line-height: 58px;
	margin: 0 0 0 -29px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 50%;
	bottom: 60px;
	border:0;
}
.hero .btn-dwn:hover{
	color: rgba(255,255,255,1);
}


/* Bric adjustment margins */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* Buttons */

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.btn-d,.btn-d:focus{
	color:#FFF!important;
	background:rgba(0, 66, 131, 0.8);
}
.btn-d:hover{
	background:rgba(0, 66, 131, 0.6);
}
.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!importantborder:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}








/* Empty space fillers - Used on empty blocs to fill them out */

.empty-column,.empty-column.thin{
	width:100%;
	height:350px;
	display:inline-block;
}
.empty-column{
	height:350px;
}
.empty-column.thin{
	height:150px;
}


/* Mobile adjustments */

@media (max-width: 768px)
{
    .page-container{
        overflow-x: hidden;
        border-top: 3px solid #f18f00;
    }
    .bloc{
        text-align: center;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .navbar-collapse{
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important; 
    }
    .bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .a-block{
        text-align: center;
    }
    .btn-dwn{
       display:none; 
    }
    #hero-bloc .main-title{
        font-size: 2em;
    }
    #hero-bloc .btn-xl{
        font-size: 18px;
    }
}