/*

=======================================================================
[Table of contents]
=========================================================================

01. COMMON STYLES 
02. HEADER 
03. NAV 
04. SLIDER
05. FEATURED PROJECT
06. ABOUT 
07. OUR HISTORY
08. TESTIMONIAL
09. PORTFOLIO 
10. SERVICES
11. PROCESS 
12. FUN FACTS  
13. TEAM
14. TWITTER FEED 
15. PRICING TABLE 
16. OUR CLIETNS 
17. BLOG 
18. SUBSCRIBE
19. CONTACT
20. FOOTER 


/*


/*---------------------------------------
COMMON STYLES             
-----------------------------------------*/
    
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

@font-face {
    font-family: Blkchcry;
    src: url(../fonts/Blkchcry.ttf);
    font-weight: 400;
}

#top-button {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	background-color: #333333;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	outline-style: none;
	z-index: 9999;
}
#top-button a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 48px;
}
#top-button a > i {
	font-size: 48px;
	color: #F7941E;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

p {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 18px;
}

a[href^="mailto:"] {
    color: #F7941E;
    text-decoration: underline;
}
a[href^="mailto:"]:hover {
    text-decoration: none;
}

small, .small {
    font-size: .75em !important;
}

strong {
	color: #F7941E;
}

span.orange {
	color: #F7941E;
	font-weight: bold;
}

.error_message {
	font-size: 12px;
	color: red;
}

.btn, 
.btn:active, 
.btn:focus, 
.btn:visited {
	outline-style: none;
    width: 100%;
    min-height: 48px;
    border-radius: 0px;
    background-color: transparent;
    color: #333;
	border-color: #F7941E;
	color: #F7941E;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
	border: 1px solid #F7941E;
	
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.btn.active,
.btn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #F7941E;
	border-color: #F7941E;
    color: #fff;
}

.margin-50 {
	margin-top: 50px !important;
}
.margin-100 {
	margin-top: 100px !important;
}

.no-pading {
    padding-left: 0px;
    padding-right: 0px;
}

.no-pading .row {
    margin-left: 0px;
    margin-right: 0px;
}

.no-pading .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.type_one {
    background: #fff;
}

.type_two {
    background: #F4F4F4;
}

.section_header {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}
.section_header p a {
	color: #F7941E;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #F7941E;

	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	transition: all .15s ease;
}
.section_header p a:hover,
.section_header p a:focus,
.section_header p a:active {
	text-decoration: none;
	padding-bottom: 2px;
}

.section_content {
    padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 360px) {
    .section_header {
        padding: 50px 0px;
    }
}

.section_header.left {
    text-align: left;
}

.section_header h2 {
    color: #333;
    font-size: 25px;
    font-weight: 900;
    margin-top: 0px;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
}

.section_header h2:after {
    position: absolute;
    width: 50px;
    content: "";
    display: block;
    bottom: -30px;
    left: 50%;
    margin-left: -25px;
    height: 1px;
    background: #F7941E;
}

.section_header.left h2:after {
    left: 0%;
    margin-left: 0px;
}

.section_header p {
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 300;
    padding-top: 45px;
    line-height: 28px;
}

.crafty_btn {
    color: #ededed;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

a.crafty_btn {
    font-weight: 700;
    color: #333;
    position: relative;
    padding: 4.5px;
    padding-left: 10px;
    border: 0px;
    border-radius: 0px;
    padding-right: 15px;
    text-decoration: none;
    margin-left: 40px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a.crafty_btn:before {
    position: absolute;
    display: block;
    content: "+";
    width: 30px;
    left: -40px;
    top: 0px;
    height: 30px;
    line-height: 25px;
    border: 1px solid #333;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a.crafty_btn:hover {
    background: #242424;
    color: #fff;
}

a.crafty_btn:hover:before {
    background: #F7941E;
    border: 1px solid #F7941E;
}

.section_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-repeat: repeat-x;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page.project .section_content img {
	max-width: 100%;
	display: block;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------
    HEADER         
-----------------------------------------*/

header {
    /*background: url(http://placehold.it/1920x1080);
    background-size: cover;
    background-repeat: no-repeat;*/
    background-color: rgba(0,0,0,0.15);
}

.header_overlay {
    background: rgba(255, 255, 255, .25);
}

.btn.portfolio {
	line-height: 35px;
	max-width: 315px;
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.btn.portfolio:hover {
	border-color: #F7941E;
	color: #333333;
}

/*---------------------------------------
    NAV         
-----------------------------------------*/

.navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-weight: 500;
    letter-spacing: 2px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #F7941E !important;
    background-color: transparent;
    font-weight: 500;
    letter-spacing: 2px;
    outline: none;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #FFFFFF;
}



.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar-brand>img {
	max-width: 250px;
	max-height: 46px;
	margin-top: -13px;
}

@media (min-width: 320px) and (max-width: 360px) {
    .navbar-brand > img {
        width: 200px;
        margin-top: -7px;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background: rgba(255, 255, 255, 0);
        border: 0px;
        border-radius: 0px;
        margin-bottom: 0px;
    }
    .navbar-brand,
    .navbar-nav > li > a {
        padding-top: 60px;
        height: inherit;
    }
}

@media (max-width: 768px) {
    .navbar-brand,
    .navbar-nav > li > a {
        padding-top: 15px !important;
        color: #333333 !important;
    }
    .btn_calltoaction {
    	display: block;
    	margin: 40px auto 0 auto;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
        letter-spacing: 1px;
    }
    .btn_calltoaction {
        margin-top: 0 !important;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    max-height: 100%;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:visited {
    background-color: transparent;
    border-color:transparent; 
}

/*---------------------------------------
    SLIDER        
-----------------------------------------*/

.slider {}

.carousel-inner {
    display: table;
}

.carousel {
    z-index: 13;
}

.slider .item {
    padding-bottom: 10px;
    min-height: 350px;
}

@media (min-width: 320px) and (max-width: 360px) {
    .slider .item {
        min-height: 420px;
    }    
}

.carousel-inner>.item .container {
    position: relative;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-height: 643px;
    min-height: 500px;
}

.carousel-inner>.item .container h1 {
    font-size: 50px;
    font-weight: 300;
    color: #ebebeb;
    text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 360px) {
    .carousel-inner>.item .container h1 {
        font-size: 35px;
        margin-top: 60px;
    }
}
@media (min-width: 360px) and (max-width: 600px) {
    .carousel-inner>.item .container h1 {
        font-size: 40px;
    }
}
.carousel-inner > .item .container h1 span,
.carousel-inner > .item .container p span {
    color: #F7941E;
}
.carousel-inner > .item .container p span {
    font-family: Blkchcry;
    font-size: 22px;
}

.carousel-inner > .item .container p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 30px 0;
    max-width: 580px;
}
@media (min-width: 320px) and (max-width: 360px) {
    .carousel-inner > .item .container p {
        font-size: 16px;
        max-width: auto;
    }
}

.carousel-control.left,
.carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control img {
    position: absolute;
    margin-top: -23px;
    top: 50%;
}

.carousel-control.left img {
    left: 15px;
}

.carousel-control.right img {
    right: 15px;
}

.we_are .owl-theme .owl-controls {
    margin-top: 12px;
}

a.left.carousel-control {
    background-image: none;
}

a.right.carousel-control {
    background-image: none;
}

a.left.carousel-control:hover {
    cursor: url(../images/sl_right.png), auto;
}

a.right.carousel-control:hover {
    cursor: url(../images/sl_left.png), auto;
}
.down_btn{
    height: 50px;
    width: 100%;
}
.down_btn a{}
.floating{
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px;

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);}
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}

.carousel-inner .social {
	margin-top: 10px;
	margin-bottom: 0;
}
.carousel-inner .social li:not(:last-child) {
	padding-right: 10px;
}
.carousel-inner .social a {
	width: 32px;
	height: 32px;
	line-height: 32px;

	border: 1px solid #FFFFFF;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.carousel-inner .social a > i {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 32px;
}


/*---------------------------------------
    FEATURED PROJECT         
-----------------------------------------*/

.fe_item {
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.fe_item img {
    max-height: 186px;
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.fe_pro_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 6;
    border-bottom: 5px solid transparent;
    background-position: center center;
    /*transition*/
    
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.fe_pro_overlay:hover {
    border-color: #F7941E;
    background-color: rgba(0, 0, 0, 0.5);

}

.fe_item:hover img {}

.fe_pro_overlay a {
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
}

.fe_project .owl-wrapper-outer{
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #fff;
}
.fe_project .owl-item{
    position: relative;
    transition: all 1s;
}
.fe_project .owl-item:hover{
    box-shadow: 0px 10px 30px -4px rgba(0, 1, 1, .71);
    z-index: 5000;
}
.fe_pro_overlay a:hover {
    cursor: url(../images/plus.png), auto;
}

/*---------------------------------------
    ABOUT         
-----------------------------------------*/

.we_are {
    text-align: left;
}

@media (min-width: 320px) and (max-width: 360px) {
    .we_are .section_content {
        padding-bottom: inherit;
    }
    .wig_text {
	    border-color: #FFFFFF;
	}
}

/*---------------------------------------
    SERVICES
-----------------------------------------*/

#services .section_content .row {
	padding-bottom: 50px;
}

/*---------------------------------------
    WIG ELEMENT
-----------------------------------------*/

.wig .icon .fa {
    color: #F7941E;
    font-size: 60px;
    margin-left: 25px;
}

.wig_text {
    margin-top: 32px;
    border-right: 1px solid #E4E3E3;
    margin-left: 25px;
    position: relative;
}

.wig_text.first {
    border-left: 0px;
}

.wig h2,
.wig h3 {
    color: #333;
    font-size: 20px;
    margin-top: 0px;
    padding-bottom: 12px;
}

.wig p {
    color: #7a7a7a;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
}

.wig_text:before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 25px;
    height: 1px;
    width: 40px;
    background: #F7941E;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.wig:hover div.wig_text:before {
    opacity: 1
}

@media(max-width: 991px) {
    .wig {
        padding-bottom: 90px;
    }
    .wig_text {
        border-left: 0px solid #000;
    }
}

/*---------------------------------------
PORTFOLIO
-----------------------------------------*/

#portfolio .section_header {
	padding-bottom: 0;
}

#portfolio .btn {
	display: inline-block;
	width: auto;
	height: 32px;
	min-height: initial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	padding: 0 1rem;
	margin: 0;
	vertical-align: middle;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	cursor: pointer;
}
#portfolio .btn:hover {
	text-decoration: none;
}
#portfolio .btn:focus {
	outline: none;
	border-color: var(--darken-2);

	-webkit-box-shadow: 0 0 0 3px var(--darken-3);
	-moz-box-shadow: 0 0 0 3px var(--darken-3);
	box-shadow: 0 0 0 3px var(--darken-3);
}

#portfolio_content {  
	margin: 3rem 0;
}
#portfolio_content .item {
	position: relative;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
    transition: all .35s ease;
}
#portfolio_content .item:hover { 

}
#portfolio_content .item a {
	display: block;
	position: relative;
}
#portfolio_content .item a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: transparent;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
#portfolio_content .item img {
	display: block;
	max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 3rem; 
}
#portfolio_content .item .caption {
	position: absolute;
	left: 0; bottom: 3rem;
	
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	color: #FFFFFF;
	font-weight: normal;
	
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

#portfolio_content .item .caption h5 {
	font-size: 18px !important;
	text-transform: uppercase;
}
#portfolio_content .item .caption h6 {
	text-transform: uppercase;
	line-height: 16px;
	font-weight: normal;
	font-size: 12px !important;
}

#portfolio_content .item a:hover::before {
	background-color: rgba(0,0,0,.65);
}
#portfolio_content .item a:hover .caption {
	left: 30px;
	
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#portfolio_content .scale-anm {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.owl-carousel {
	display: block !important;
}

.owl-nav.disabled {
	display: none;
}
.owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	height: 32px;
	width: 100%;
	overflow: hidden;
}
.owl-nav > div {
	position: absolute;
	left: 0;
	background-color: #FFFFFF;
	color: #F7941E;
	width: 34px;
	height: 32px;
	line-height: 32px;
	text-align: center;

	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transition: all .35s ease;
}
.owl-nav > div::before {
	content: '<';
	display: block;
	position: relative;
}
.owl-nav > div.owl-next {
	left: auto;
	right: 0;
}
.owl-nav > div.owl-next::before {
	content: '>';
}
.owl-nav > div:hover {
	color: #333333;
}


.owl-item {
	float: left;
	width: 500px;
}

.owl-dot {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
.owl-dot.active {
	color: #F7941E;
}

/*---------------------------------------
SERVICES         
-----------------------------------------*/

.services {}

.services .type_one .col-md-5 .section_header ~ p,
.services .type_two .col-md-5 .section_header ~ p {
    padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 360px) {
    .services .type_one .col-md-5 .section_header ~ p,
    .services .type_two .col-md-5 .section_header ~ p {
        padding-bottom: inherit;
    }    
}

.services .type_one .col-md-5 p strong,
.services .type_two .col-md-5 p strong {
	color: #f7941e;
}

.his_img {
    padding: 100px 0;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 360px) {
    .his_img {
        padding: inherit;
    }
}

@media (max-width: 768px) {
    .his_img img {
    	width: 100%;
    }
}

.services .nav-tabs .fa {
    font-size: 40px;
    color: #777777;
    margin-bottom: 25px;
}

.services .nav>li>a {
    padding: 40px 1px;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd;
    /*border-radius*/
    
    border-radius: 0px 0px 0 0;
    border: 0px;
    color: #333;
    margin-bottom: 0px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #F4F4F4;
}

.services .tab-pane {
    padding: 50px 0px;
}

.service-tab-desc h2 {
    color: #333;
    font-size: 25px;
    font-weight: 700;
}

.service-tab-desc p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.service-tab-desc b {
    font-weight: 300;
    color: #c5c5c5;
}

.service-tab-desc p span {
    color: #F7941E;
}

.services .skill {
    margin-bottom: 5px;
    color: #979797;
    font-size: 16px;
    font-weight: 300;
}

.services .progress {
    height: 5px;
    border-radius: 0px;
    margin-bottom: 30px;
    background-color: #E4E3E3;
}

.progress-bar-success {
    background-color: #F7941E;
}
.progress-bar{
  -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;    
}
.extra-margin {
    margin-top: 50px;
}

.services .nav-services>li.active>a,
.nav-services>li.active>a:hover,
.nav-services>li.active>a:focus {
    background-color: #f4f4f4;
    border: 0px;
    position: relative;
}

.nav-services li.active:before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: -7px;
    background-color: #f4f4f4;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}

.services ul.nav-tabs li.active i {
    color: #F7941E;
}

.services>.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 0px;
    color: #333;
}


@media(max-width: 768px) {
    .nav-services li.active:before {
        background-color: transparent;
    }
}

/*---------------------------------------
TEAM         
-----------------------------------------*/

#team {
	position: relative;
}

#team .section_content {
	height: 800px;
	background-image: url('../images/bg/equipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#team .team:first-child {
	position: absolute;
	top: 0; left: 0; right: 0;
	width: 100%;
}

#team .team:first-child h2,
#team .team:first-child p {
	color: #ffffff;
}

#team .team:nth-child(2) .row {
	padding-top: 300px;
}

.profil {
    position: relative;
	height: 500px;
	cursor: pointer;
}

.profil > .button {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;

	z-index: 2;
}

.team {}

.team .thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 71px;
    line-height: 1.42857143;
    background-color: #FFFFFF;
    border: 1px solid #E4E3E3;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team .thumbnail .caption {
    color: #ababab;
    position: relative;
    background: transparent;
}

.team .thumbnail .caption h3 {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
}

.team .thumbnail .caption p {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 300;
    font-style: italic;
}

.team .thumbnail .caption p span {
    color: #f7941e;
}

.team_social h4 {
	color: #636363;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}
.team_social a > i {
	font-size: 32px;
}

.thumbnail:hover {
    background-color: #F4F4F4;
}

.team .thumbnail .caption .team_social {
    font-size: 15px;
    padding-top: 15px;
	color: #636363;

	opacity: 0;
    filter: alpha(opacity=0);
	
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team_member_image img {
	display: block; 

	width: 100%;
	min-height: 450px;

    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team_member_image{
    background: rgba(0,0,0,.5);
	position: relative;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

.team .thumbnail:hover div.team_member_image {
    background-color: rgba(0,0,0,.5);
}

.team .thumbnail .caption .team_social .fa {
    color: #7a7a7a;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .thumbnail .caption .team_social .fa:hover {
    color: #F7941E;
}

.team .thumbnail {
    position: relative;
}

.team .thumbnail .team_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team .thumbnail:hover .team_overlay {
    /*cursor: url(../images/plus.png), auto;*/
    /*background-color: rgba(0,0,0,.3);*/
}

.team .thumbnail:hover .caption .team_social {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fa-linkedin:hover {
	color: #007bb6 !important;
}
.fa-viadeo:hover {
	color: #ec7500 !important;
}
.fa-twitter:hover {
	color: #00aced !important;
}

#modal_overlay {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.65);
	z-index: 9999;
	cursor: pointer;

	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
#modal_overlay.active {
	display: block;
}
#modal_overlay:hover {
	background-color: rgba(255,255,255,.5);
}

#modal {
	position: fixed;
	top: -100%; left: 50%;
	margin-top: -225px;
	margin-left: -30%;
	width: 60%;
	height: 450px;
	background-color: #ffffff;
	
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);

	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;

	z-index: 99999;
}
#modal.active {
	top: 50%;
}

#modal .function {
	color: #F7941E;
	font-variant: small-caps;
}
#modal .skills {
	color: #7a7a7a;
	font-size: 12px;
	margin-bottom: 20px;
}

#modal button[rel="close"] {
	position: absolute;
	top: -30px; right: -11px;
	width: 30px;
	height: 30px;
	border: 0 none;
	color: white;
	font-weight: bold;
	background-color: transparent;
	outline-style: none;
}
#modal button[rel="close"]:hover,
#modal button[rel="close"]:active {
	color: #F7941E;
	font-weight: normal;
}

.ring-container {
    position: absolute;
	top: 150px; left: 50%;
	z-index: 1;
}

.profil:nth-child(1) .ring-container {
    left: 50%;
}
.profil:nth-child(2) .ring-container {
    left: 50%;
}
.profil:nth-child(3) .ring-container {
    left: 50%;
}

.ring-container .circle {
    position: absolute;
    top: 20px; left: 20px;

    width: 20px;
    height: 20px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #F7941E;
}

.ring-container .ringring {
    position: absolute;
    left: 12px; top: 12.5px;

    border: 4px solid #F7941E;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    height: 35px;
    width: 35px;

    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;

    opacity: 0;
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0;
    }
}


/*---------------------------------------
CLIENTS  
-----------------------------------------*/

#clients p {
	display: table;
	width: 100%;
	height: 60px;
	margin-bottom: 35px;
}
#clients a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#clients a img {
	display: inline-block;
	max-height: 60px;
}






/*---------------------------------------
COMPETENCES  
-----------------------------------------*/



/*---------------------------------------
TWITTER FEED         
-----------------------------------------*/

.twtter_feed_cont {
    background-color: #20465e;
    background-image: url(../images/bg/coffee.jpg);
    background-size: cover;
    background-position: center center;
}

.twtter_feed {
    font-size: 25px;
    color: #ffffff;
    padding: 45px 0;
    position: relative;
    z-index: 2;
    font-weight: 100;
}

.twtter_feed_overlay {
    background: rgba(0, 0, 0, 0.3);
}

.twtter_feed .container-fluid {
    position: relative;
    z-index: 2;
}

.twtter_feed .acc_info {
    font-size: 18px;
}

.twtter_feed .acc_name {
    font-size: 25px;
    font-weight: bold;
}

.twiter_feed_section {
    background: rgba(40, 40, 40, 0);
    position: relative;
    padding: 100px 0px;
    z-index: 5;
}

.twiter_feed_section .container {
    overflow: hidden;
}

.twiter_header {
    padding-bottom: 40px;
}

.tw_slider .reviewer_info {
    padding-bottom: 40px;
}

.tw_slider .item {
    width: 100%;
}

.tw_slider .item blockquote {
    border-left: 0px;
    font-size: 24px;
    font-style: italic;
    font-weight: 100;
    line-height: 35px;
    position: relative;
    color: #fff;
}

.tw_slider .item blockquote:after,
.tw_slider .item blockquote:before {
    position: absolute;
    font-size: 24px;
    color: #19c5b7;
    font-family: FontAwesome;
}

.tw_slider .item blockquote span.user {
    font-weight: 400;
}

.tw_slider .item blockquote a {
    text-decoration: none;
    color: #FFF;
}

.tw_slider .item blockquote span.time {
    font-size: 14px;
}

.owl-stage-outer {
    overflow: hidden;
}

.tw_slider .owl-pagination .owl-page,
.qutoSilder .owl-pagination .owl-page {
    display: inline-block;
}

.tw_slider .owl-pagination .owl-page span,
.qutoSilder .owl-pagination .owl-page span {
    background: transparent !important;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 600;
    height: inherit !important;
    border-bottom: 2px solid transparent;
    border-radius: 0px !important;
    width: inherit !important;
    padding-left: 15px;
    margin: 5px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tw_slider .owl-pagination .owl-page.active span,
.tw_slider .owl-pagination .owl-page:hover span,
.qutoSilder .owl-pagination .owl-page.active span,
.qutoSilder .owl-pagination .owl-page:hover span {
    background: transparent;
    border-color: #F7941E;
    color: #F7941E;
    padding-left: 15px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 0px;
    padding-left: 15px;
    font-size: 16px;
}

.twtter_feed .owl-controls {
    display: block;
    width: 100%;
    height: 31px;
    text-align: center;
}

.twtter_feed .owl-controls .owl-pagination {
    display: block;
    display: inline-block;
    margin: 0 auto;
}

.twtter_feed .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 40px;
    height: 12px;
    background: transparent;
    margin: 2px;
    border: 1px solid #fff;
}

.twtter_feed .owl-controls .owl-pagination .owl-page.active {
    background: #fff;
}

.tw_ic .fa {
    color: #00aced;
}

.qot {
    color: #F7941E;
    font-size: 30px;
    font-family: arial;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
}


/*---------------------------------------
CONTACT         
-----------------------------------------*/

.contact {}

.contact form {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.contact form .col-sm-4,
.contact form .col-sm-12 {
    margin-bottom: 15px;
}

.contact form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7a7a7a;
    background-color: transparent;
    border: 1px solid #7a7a7a;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.contact form .form-control:focus {
    border: 1px solid #F7941E;
    border-color: #F7941E;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);        
}

#Message{
    height: 140px;
}

.contact .contact_wig .fa {
    color: #F7941E;
    font-size: 30px;
    padding-right: 5px;
}

.contact_wig h3 {
    font-size: 25px;
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    color: #333;
}

.contact_wig h3:after {
    content: "";
    display: block;
    left: 37px;
    bottom: 0px;
    height: 1px;
    background: #F7941E;
    position: absolute;
    width: 35px;
}

.contact_wig p {
    padding-left: 35px;
    color: #949494;
}

/*---------------------------------------
FOOTER         
-----------------------------------------*/

footer {
    background-color: #fff;
}

#map {
    width: 100%;
    height: 480px;
    margin-top:70px: 

}

#linkMap {
    display: block;
    position: relative;
    color: #FFFFFF;
    background-color: #F7941E;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
}
#linkMap:hover {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4) inset;
    box-shadow: 0 0 4px rgba(0,0,0,.4) inset;
}

.copy {
    padding-bottom: 40px;
    background: #222222;
    padding-top: 75px;
}

.copy p {
    color: #8e8e8e;
}

.copy i {
    color: #F7941E;
}

.copy a {
    color: #F7941E;
    text-decoration: none;
}



.footer_social .list-inline {
    margin-right: -5px;
}

.footer_social{
    padding-top: 35px;
    padding-bottom: 35px;        
}

.footer_social ul {
    text-align: center;
}

.footer_social ul li:first-child {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 300;
}

.footer_social ul li a {
    display: inline-block;
    border: 1px solid #7a7a7a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.footer_social ul li a .fa {
    font-size: 18px;
    line-height: 30px;
    color: #7a7a7a;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.footer_social ul li a:hover {
    border-color: #222222;
}
.footer_social ul li a:hover .fa {
    color: #FFFFFF;
}
.footer_social ul li a:hover .fa-facebook {
    color: #3b5998;
}
.footer_social ul li a:hover .fa-twitter {
    color: #00aced;
}
.footer_social ul li a:hover .fa-google-plus {
    color: #dd4b39;
}
.footer_social ul li a:hover .fa-viadeo {
    color: #ec7500;
}
.footer_social ul li a:hover .fa-pinterest {
    color: #cb2027;
}

.social.list-inline>li {
    padding-right: 2px;
    padding-left: 2px;
}

ul.social {
    text-align: right;
}

ul.social li {}

ul.social li a {
    display: inline-block;
    border: 1px solid #7a7a7a;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 5px;
}

ul.social li a i {
    font-size: 13px;
    line-height: 11px;
    color: #7a7a7a;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    line-height: 25px;
}

ul.social li a:hover {
    background: #F7941E;
    border-color: #F7941E;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.social li a:hover i {
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.social li:first-child {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 300;
    padding-right: 10px;
}



.notfound {
    padding: 150px 0;
}
.notfound_header{
    background: url(../images/bg/trust.jpg);
    background-size: cover;
    background-position: center;
}
.notfound_header .section_header h1{
    color: #fff;
    padding-top: 50px;
}
.notfound_header .section_header p{
    font-weight: 300;
    color: #fff;
}


.poste_header{
    background: url(../images/bg/fact.jpg);
    background-size: cover;
    background-position: center;
}
.poste_header .section_header h1{
    color: #fff;
    padding-top: 50px;
}
.poste_header .section_header p{
    font-weight: 300;
    color: #fff;
}

.recrutements_header{
    background: url(../images/bg/tw.jpg);
    background-size: cover;
    background-position: center;
}
.recrutements_header .section_header h1{
    color: #fff;
    padding-top: 50px;
}
.recrutements_header .section_header p{
    font-weight: 300;
    color: #fff;
}
.recrutements {
    margin-top: 30px;
}
.btn.recrutements {
    padding: 20px 15px;
    background-color: #F7941E;
    text-transform: uppercase;
    font-weight: bold;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn.recrutements:hover {
    color: #F7941E;
    background-color: #FFFFFF;
    border-color: #F7941E;
}
.recrutements .poste a {
    color: #333;
    text-decoration: none;
}





.respond_section {
    padding-right: 90px;
    margin-top: 90px;
}

.respond_section h2 {
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 55px;
    position: relative;        
}

.respond_section h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 44px;
    height: 1px;
    background-color: #F7941E;
}

.respond_section .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    border: 1px solid #7a7a7a;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.respond_section .form-control:focus{
    border: 1px solid #F7941E;
    border-color: #F7941E;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);        
}

.respond_section .col-sm-6 {
    margin-bottom: 15px;
}

#comment_submit {
    width: 100%;
    min-height: 48px;
    border-radius: 0px;
    background-color: transparent;
    color: #333;
    border-color: #F7941E;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 1px solid #F7941E;
    margin-bottom: 60px;
    margin-top: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#comment_submit:hover{
    background-color: #F7941E;
    color: #fff;
}
@media(max-width: 360px){
    #comment_submit{
        font-size: 14px
    }
}
@media(max-width: 300px){
    #comment_submit{
        font-size: 12px
    }
}
@media(max-width: 412px){
    .respond_section h2 {
        font-size: 22px;
    }
}

/*---------------------------------------
NOTIFY
-----------------------------------------*/

#notify {
	position: fixed;
	top: 100px; left: 50%;
	width: 300px;
	margin-left: -150px;
	z-index: 9999;
}
#notify .flash-message {
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px;
	margin-bottom: 15px;
	color: #333333;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-color: #FFFFFF;

	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.4);
	box-shadow: 0 0 15px rgba(0,0,0,.4);

	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;

	cursor: pointer;
}
#notify .flash-message > i {
	position: absolute;
	top: 5px; right: 5px;
	color: #333333 !important;
}
#notify .flash-message:hover > i {
	color: #e74c3c !important;
}
#notify .flash-message.info {
	background-color: #3498db;
	color: #FFFFFF;
}

/* ==========================================================================
MEDIA QUERIES
========================================================================== */

/* Extra Small devices (phones, 767px and less) */
@media (max-width: 767px) {

	/* Header */
	.carousel-inner .social {
		margin-top: 50px;
	}

	/* Portfolio */
	#portfolio_content {
		margin: 2rem 0;
		
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;

		-webkit-column-width: 50%;
		-moz-column-width: 50%;
		column-width: 50%;
	}
	#portfolio .btn {
		display: none;
	}

	#portfolio_content .item img {
		opacity: .65;
		filter: alpha(opacity=65);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	}

	#portfolio_content .item figcaption {
		bottom: 3rem;
		opacity: 1;
		filter: alpha(opacity=10);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	}
	#portfolio_content .item figcaption h5 {
		color: #F7941E;
		font-size: 14px !important;
		padding-left: 15px;
	}
	#portfolio_content .item figcaption h6 {
		display: none;
	}

	/* Projets */
	.owl-carousel {
		width: 100%;
		margin: 0 auto;
	}

}
@media (max-width: 767px) and (orientation: landscape) {

}

/* Extra Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
@media (min-width: 768px) and (orientation: portrait) {

}
@media (min-width: 768px) and (max-width: 1025px) and (orientation: landscape) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1025px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* Ancien iphone 4 - 5 */
@media (min-width: 320px) and (max-width: 568px) {
	
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	
}


