/*
 * Author: Charles d'Oiron
 * URL: www.binome.me
 *
 * Project Name: Uptime Managers
 * Version: 1.0
 * Date: 21-03-2017
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */




@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


a{
	color:inherit !important;
}

a:hover{
	transition: all 2s;
	-webkit-transition: all 2s;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

p{
	font-family: "nexa_lightregular" ;
}
body {
    font-family: "nexa_lightregular";
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "nexa_boldregular" sans-serif !important;
	font-weight: 300;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */
.logo{
	background: url(../img/logo.png) no-repeat;
    height: 320px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    margin-top: 330px;
    left: 50%;
    width: 60%;
  -webkit-transform: translate(-50%,-58%);
  -moz-transform: translate(-50%,-58%);
  -ms-transform: translate(-50%,-58%);
  -o-transform: translate(-50%,-58%);
  transform: translate(-50%,-58%);
  animation-duration: 7s;
  animation-name: title_appear;
}

.logo_two{
	background: url(../img/logo_two.png) no-repeat;
	height: 160px;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  position:relative;
  top: 140px;
  left: 50%;
  width: 320px;
  -webkit-transform: translate(-50%,-58%);
  -moz-transform: translate(-50%,-58%);
  -ms-transform: translate(-50%,-58%);
  -o-transform: translate(-50%,-58%);
  transform: translate(-50%,-58%);

}

@keyframes title_appear {
  from {
    
    opacity: 0;
    
  }

  to {
    opacity: 1;
  }
}


#bgvid{
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width:100%;
  height: auto;
  z-index: -100;
  background-size: cover;

}
video { display: block; }



/*TABLETTE ET MOBILE */
@media screen and (max-width: 1024px){
#headerwrap {
	background: url(../img/bkg.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#bgvid{display: none;
}
.content_video{
	height: auto !important;
    overflow: hidden;
}
}

.content_video{
	height: 600px;
    overflow: hidden;
}


@media screen and (max-width: 768px){
#headerwrap {
	min-height: 500px;
}
	.about, .sep{
		display:none;
	}
	#servicewrap{
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	#aboutwrap{
		margin-bottom: 0 !important;
	}
	
	.logo_two{
		width:90% !important;
	}
}

@media screen and (max-width: 567px){
		.logo{
		margin-top: 50% !important;
	}
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
}

/* About Wrap & Conf */
#aboutwrap {
	margin-top: 20px;
	margin-bottom: 40px;
}

.name {
	text-align: center;
}
.name p {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 15px;
	letter-spacing: 2px;
}

.name-label {
	width: 60px;
	height: 60px;
	margin: 0 auto 45px;
	border-top: 1px solid #000;
	background: url(../img/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;
}

.name-zig {
	width: 73px;
	height: 17px;
	margin: 38px 0 38px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}

.name-desc h2 {
	
	font-size: 40px;
	line-height: 1.45;
	font-weight: 300;
}

/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 450px;
	position: relative;
}
.about {
	background-image: url(../img/bkg.jpg);
}

.blue{
	color:#0d5b9a;
}
.blue-light{
	color:#1f91d0;
}
/* Portfolio Wrap Section */
#portfoliowrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}
.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.portfolio {
	background-image: url(../img/portfolio-sep.jpg);
}

/* Service Wrap */
#servicewrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
	position: relative;
    top: 6px;
}


@media screen and (max-width: 1200px){
.service i {
    float: none;
    margin-right: 0 !important;
    font-size: 30px;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom:10px;
}
.service {
	text-align: center;
}
}



.service .text {
	color: #767676
}

/* Testimonials Wrap */
#testimonials {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #f3f3f3;
}

/* Contact Wrap */
#contactwrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2f2f2f;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}

.justify{
	text-align: justify;
}

footer{
	width:100%;
	min-height: 100px;
	line-height:100px;
	background: #1b1b1b;
}
footer p {
	color:#8e8e8e;
	margin: 0 !important;
}

footer p i{
	font-size: 30px;
    margin-right: 20px;
    cursor: pointer;
}

footer p i:hover{
	color:#FFF;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.socials{
	text-align:right;
}


@media screen and (max-width: 1000px){
.socials, .copyright{
	text-align:center;
	-webkit-transition: all 2s;
	transition: all 2s;
}
footer{
	line-height:70px;
	-webkit-transition: all 2s;
	transition: all 2s;
}
}
