#button:hover{
    border-radius: 50%;
}


body{
  font-family: 'Dosis', sans-serif;
  font-size:14px;
  font-weight: 400;

  -webkit-font-smoothing: antialiased;
}



.modal-body {
    position: relative;
    padding: 134px;
}

.modal{
    z-index: 9999999999999999;
}
.carousel{
    interval: 2000
}

.carousel{
    min-height: 300px;
    margin: 1em auto;
    z-index: 9999999999999999;
background-image: #fff; 
}
.carousel .item{
    background-color: #fff;
   background-image: #fff; 
}
#tra{
     width: 55%;
    margin: 1em auto;
}
#tra pallus{
    width: 35%;
    margin: 1em auto;
}

.carousel-control.right{
    
    background:transparent;
}
.carousel-control.left{
    
    background: transparent;
}
.carousel img {
    width: 100%;
}

::selection {
		background: grey;
		color: grey;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #fff;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family:'Dosis', sans-serif;
  font-size:14px;
  font-weight:400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
	border-bottom:1px solid #dedede;
}

a:focus{
  outline:none;
}

strong{
  font-weight:700;

}

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: overlay 1.5s 1.5s forwards;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


/*
**************************
facebook
**************************
*/
   .fb-page:before, .fb-page:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 2px;
    right: 2px;
    height: 1px;
    border-top: none
  } 
/*
**************************
NAVIGATION OPACITY
**************************
*/

.opacity-nav{
  position:fixed;
  display:none; 
  width:100%;
  height:100%;
  top:0;
  z-index:12;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 100%;
  top: 30%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
}

ul.menu-fullscreen li{
  font-size:35px;
  text-align:center;
  line-height:70px;
  font-weight:500;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#ffffff;
}


#full{
  width:1140px;
  position: relative;
  top:0;
  margin:0 auto;
  z-index: 1500;
}


#fullscreen{
  display:block;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index: 1;
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:83px;
  z-index: 3;
  display:none;
  background:none;
  top:0;
  
    
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s esase-in; 
}

header.boxed .header-margin{
  width:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:1140px;
  margin:0 auto;
}


ul.social-icon{
  float: left;
    margin-top: 19px;
}



ul.social-icon a{
  float:;
  font-size:25px;
  border-bottom:23;
  color:black;
  padding-right:15px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}

.fa {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.menu-index{
  position: fixed;
  right: 5%;
  top: 70px;
  z-index: 1;
  padding:20px;
  background:black;
  cursor:pointer;
}


.menu-index i{
  float:right;
  font-size:18px;
  color:white;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#c3c3c3;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:29px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#000000;
}

ul.header-nav{
 width: 74%;
    height: 69px;
    float: left;
    background: #fff;
    opacity: 1;
}

header .logo > a{
  font-size:15px;
  font-weight:800;
  float:left;
  line-height:20px;
  padding-right:20px;
  border-bottom:1px solid #f1f1f1;
}

header .logo > a:hover{
  color:#c3c3c3;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 5px auto; float: left;
}


header li img{
    height: 65px;
    top:0;

}

header li > a{
       font-size: 13px;
    color: black;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: 800;
    line-height: 63px;
    /* outline-width: 114px; */
    display: inline-block;
    border-bottom: 0;
    }

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

/*
header li ul{
  overflow: hidden; 
    display: none; 
    background: #f9f9f9; 
    z-index:20;
}
*/


header li ul li a{
  line-height: 21px;
    padding-left: 18px;
    width: 132px;
}


/*
header li:hover ul{
  position: absolute; 
  padding: 0px; 
    display: inline-table; 
    width: 260px;
}
*/
header .social{
    float: right;
}
header .social li a{
    width: auto;
    font-size:1.5em;
    text-decoration: none;
}

header .social li:hover a{

    font-size:1.8em;

}

header{
    position: absolute;
    top:14px;
    left:14px;
    right:264px;
}
header ul li:last-child{
    float:right;
}
#project{
    position: relative;
}
#projects ul{
    top:54px;
    display: none;
    position: absolute;
    width: 260px;
    background: rgba(255,255,255,.8);
    z-index: 2;
}
#projects:hover ul{
    display: block;
    
}
#projects ul li{
    float:none;
}
/*
**************************
CONTENT
**************************
*/

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:400px; 
  background: url('../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:42%;
  position:relative;
  float:left;
  padding:0px;
}

.two-column{
  width:40%;
  position:relative;
  float:left;
}
.one-column p{
  width:70% !important;
  font-size: 13px;
  line-height:10px auto;
   margin-top:20px;
}

.two-column p{
  width:70% !important;
    font-size: 13px;
   line-height:10px auto;
     margin-top:20px;
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:auto;
  margin:128px auto;
}


.content .text-intro{
  width: 1140px;
  margin-top: 150px;
  margin: 106px auto 0;
}

.content .text-intro h1{
  font-size:25px;
  width:40%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:20px; 
}

.content .text-intro p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: border-color 0.2s ease-in-out;
            -moz-animation: border-color 0.2s ease-in-out;
            -ms-animation: border-color 0.2s ease-in-out;
            -o-animation: bborder-color 0.2s ease-in-out;
            animation: border-color 0.2s ease-in-out;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:22%;
  right:0;
  height:100%;
  background:#f4f4f4;
  z-index:9;
  overflow:hidden;
  background-size:100%;
}

.parallax{
 position:absolute;

}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1170px auto;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:500;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:1px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}

.portfolio-grid{
  width:1117px;
  position:absolute;
  margin: 5px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 490px;

}

li.grid-item{
  width:300px;
  position:absolute;
  float:none;
  padding:5px;
}

.grid-hover{
  position: absolute;
  width:300px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity:0.9;
}

.grid-hover h1{
  font-size:20px;
  bottom:25px; 
  left:20px;
  position:absolute;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:0px;
  font-weight:900;
  line-height:27px;
}

.grid-hover p{
  font-size:17px;
  bottom:35px;
  left:20px;
  position:absolute;
  color:#686868;
  letter-spacing:1px;
  font-weight:600;
  line-height:50px;
}

li.grid-item img{
  width:290px;
    padding: 7px;
}


#ajax-sidebar{
    position: absolute;
    top: 1em;
    right: 1em;
    height: calc(100vh - 14px);
    width: 250px;
    overflow: hidden;
    display:none;
    
}


@-webkit-keyframes defile {
    0% {background-position: 0 0;}
    100% {background-position: 0 -1200px;}
}
@-moz-keyframes defile {
    0% {background-position: 0 0;}
    100% {background-position: 0 -1200px;}
}
@keyframes defile {
    0% {background-position: 0 0;}
    100% {background-position: 0 -1200px;}
}

#ajax-sidebar{
     background: url("../img/bandeau-2.jpg") repeat-y;
    -webkit-animation: defile 30s linear infinite;
    -o-animation: defile 30s linear infinite;
    animation:defile 30s linear infinite ;
   
}


/*
**************************
Icon 
**************************
*/

.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}



/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #f1f1f1;
  width:100%;
  margin-top:150px;
  height:300px;
  overflow:hidden;
  
  z-index:10;
}

.footer-margin{
  width:1140px;
  margin: 30px auto;
  line-height: 100px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 20px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{

  width:100%;
  height:40px;
  background:#f8f7f7;
  border:0;
  color:#000000;
  font-weight:500;
  line-height:40px;
  font-family: 'Dosis', sans-serif;
  margin-bottom:10px;
  font-size:13px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#f8f7f7;
  font-weight:500;
  border:0;
  font-family: 'Dosis', sans-serif;
  color:#000000;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4; 
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:13px;
  font-family: 'Dosis', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

textarea:focus{background:#f4f4f4; height:250px;}




