/* About Us
-------------------------------------------------- */

.about_page .section_header {
	margin-top: 55px;
}
.about_page h3.intro {
	color: #282F39;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	width: 83%;
	margin: 0 auto;
	margin-bottom: 70px;
}
.about_page .section_header.team {
	margin-top: 90px;
}
.about_page .teammate {
	margin-bottom: 50px;
}
.about_page .teammate img {
	margin-bottom: 10px;
}
.about_page .teammate h5 {
	margin-bottom: 2px;
}
.about_page .teammate hr {
	border-top: 1px solid #BDBFC2;
	border-bottom: 2px solid white;
}
.about_page .teammate p.description { 
	font-size: 15px;
	color: #57595C;
	width: 80%;
}
.about_page .teammate .social {
	margin-top: 15px;
}
.about_page .teammate .social a,
.about_page .teammate .social a:hover {
	text-decoration: none
}
.about_page .teammate .social a:hover {
	opacity: 0.7;
}
.about_page .teammate .social i {
	margin-right: 5px;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) {
	.about_page .teammate > * {
		margin-left: 25px;
	}
}

/* Coming Soon
-------------------------------------------------- */
#comingsoon {
	margin-top: 130px;
}
#comingsoon .countdown {
	padding-bottom: 120px;
	border-bottom: 1px solid #C0C2C5;
	box-shadow: 0px 2px 1px 0px #fff;
}
#comingsoon .countdown .left h1 {
	margin-top: 0px;
}
#comingsoon .countdown .left p {
	margin-top: 20px;
	line-height: 25px;
	color: #555;
	font-size: 17px;
}
#comingsoon .countdown .figure {
	float: left;
	margin-right: 15px;
}
#comingsoon .countdown .figure .square {
	width: 88px;
	height: 88px;
	border-radius: 6px;
	border: 1px solid #93C762;
	position: relative;
	box-shadow: 0px 0px 6px -1px #93C762;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fff 47%, #f4f4f4 48%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#fff), color-stop(48%,#f4f4f4), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fff 47%,#f4f4f4 48%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fff 47%,#f4f4f4 48%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fff 47%,#f4f4f4 48%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fff 47%,#f4f4f4 48%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
#comingsoon .countdown .figure .square span {
	color: #394350;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 33px;
	display: block;
	width: 100%;
	text-align: center;
}
#comingsoon .countdown .figure label {
	color: #7A7D80;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}
#comingsoon .subscribe {
	margin-bottom: 80px;
}
#comingsoon .subscribe form {
	text-align: center;
	margin-top: 40px;
}
#comingsoon .subscribe form button {
	position: relative;
	top: -5px;
	margin-left: 10px;
	font-weight: bold;	
}
#comingsoon .subscribe .follow {
	text-align: center;
	margin-top: 40px;
}
#comingsoon .subscribe .follow strong {
	font-size: 21px;
	margin-right: 18px;
}
#comingsoon .subscribe .follow a,
#comingsoon .subscribe .follow a:hover {
	text-decoration: none;
}
#comingsoon .subscribe .follow a:hover {
	opacity: 0.8;
}
#comingsoon .subscribe .follow i {
	position: relative;
	top: 7px;
	margin: 0px 2px;
}
#footer.coming-soon {
	min-height: 60px;
}

/* Contact Us
-------------------------------------------------- */
#contact {
	margin-top: 10px;
	margin-bottom: 20px;
}
#contact .section_header {
	margin-top: 25px;
}
#contact .gmaps {
	width: 100%;
	height: 350px;
	border: 3px solid #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
}
#contact .form {
	margin-top: 0px;
}
#contact form {
	margin-left: 0px;
}
#contact .address h3 {
	margin-top: -5px;
}
#contact .info {
	position: relative;
	margin: 0px 0px;
	font-weight: bold;
}

#contact .form hr {
	border-top: 1px solid #d5d5d5;
	border-bottom: 2px solid white;
	width: 70%;
	margin-top: 45px;
}
#contact .social a, 
#contact .social a:hover {
	text-decoration: none;
}
#contact .social a:hover {
	opacity: 0.7;
}
#contact i.social {
	margin: 10px 5px 7px 0px;
}

@media (max-width: 979px) {
	.features_page h3.intro {
		font-size: 17px;
		line-height: 20px;
	}
}
@media (min-width: 980px) {
	#contact form .controls.action button[type="submit"] {
		margin-left: 10px;
	}
}


/* FAQ
-------------------------------------------------- */
#faq {
	margin-bottom: 150px;
}
#faq .section_header {
	margin-top: 55px;
}
#faq .faq {
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}
#faq .faq:hover .number {
	background-color: #7fa662;
	color: #fff;
}
#faq .faq:hover .question {
	color: #7fa662;
}
#faq .faq .number {
	background-color: white;
	border-radius: 50%;
	color: #394350;
	position: absolute;
	left: 0px;
	padding: 10px;
	font-weight: bold;
	font-size: 17px;
	top: -5px;
	transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}
#faq .faq .question {
	color: #2c3339;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}
#faq .faq .answer {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 15px;
	border-bottom: 1px solid #BEC0C3;
	padding-bottom: 35px;
	box-shadow: 0px 1px 1px 0px white;
	display: none;
}


/* Features
-------------------------------------------------- */
.features_page .section_header {
	margin-top: 55px;
}
.features_page h3.intro {
	color: #282F39;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	width: 83%;
	margin: 0 auto;
	margin-bottom: 70px;
}

.features_page .features2 { }

.features_page .features2 .row {
    margin-bottom: 30px;
}


.features_page .feature2 { }

.features_page .feature2 .icon {
	width: 150px;
	height: 1px;
	border-radius: 100px;
	position: relative;
}

.features_page .feature2 .icon i {
	position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -35px;
    margin-top:10px;
	opacity: .8;
	font-size: 64px;
}
.features_page .feature2 .icon i.fa-lock {
    margin-left: -21px;
}
.features_page .feature2 .icon i.fa-tablet {
	margin-left: 24px;
}
.features_page .feature2 .icon i.fa-mobile-phone {
    margin-left: -23px;
    font-size: 108px;
}
.features_page .feature2 .icon i.fa-flask {
    margin-left: -30px;
}

.features_page .feature2 h4,
.features_page .feature2 p {
	/*margin-left: 160px;
	width: 70%;*/
}
.features_page .feature2 h4 {
	line-height: 25px;
	color: #000;
}



.features_page .feature3 {
	margin-top: 0px;
}
.features_page .feature3 {
	margin-bottom: 30px;
	position: relative;
}
.features_page .feature3 .icon {
	width: 65px;
	height: 65px;
	background-color: white;
	border-radius: 100px;
	position: absolute;
	margin-left:25px
}
.features_page .feature3 .icon i {
	background: url('../images/features_icons.png') no-repeat;
	display: block;
	position: relative;
}
.features_page .feature3 i.cloud {
	background-position: 0 0;
	width: 36px;
	height: 23px;
	top: 19px;
	left: 14px;
}
.features_page .feature3 i.tools {
	background-position: -5px -97px;
	width: 25px;
	height: 25px;
	top: 19px;
	left: 20px;
}
.features_page .feature3 i.graph {
	background-position: -8px -47px;
	width: 22px;
	height: 25px;
	top: 19px;
	left: 21px
}
.features_page .feature3 i.mobile {
	background-position: -7px -153px;
	width: 21px;
	height: 31px;
	top: 18px;
	left: 22px;
}
.features_page .feature3 i.lab {
	background-position: -7px -212px;
	width: 21px;
	height: 34px;
	top: 14px;
	left: 22px;
}
.features_page .feature3 i.secure {
	background-position: -4px -270px;
	width: 24px;
	height: 29px;
	top: 16px;
	left: 20px;
}
.features_page .feature3 h4,
.features_page .feature3 p {
	margin-left: 105px;
	width: 67%;
}
.features_page .feature3 h4 {
	line-height: 25px;
	color: #000;
}


.features_page .thumb-gallery {
	position: relative;
	width:100%
}
.features_page .thumb-gallery .thumb {
    display: block;
    height: 220px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.features_page .thumb-gallery .see_more {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin-left: -32px;
	margin-top: -32px;
}
.features_page .thumb-gallery:hover .see_more {
	display: block;
}
.features_page .thumb-gallery:hover .thumb {
	opacity: 0.8;
}



.features_page .thumb-gallery2 {
	position: relative;
}
.features_page .thumb-gallery2 .thumb {
    display: block;
    width: 150px;
    height: 150px;
    background-size:cover;
    border-radius: 90px;
}
.features_page .thumb-gallery2 .see_more {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin-left: -15px;
	margin-top: -15px;
	color: #333;
	text-decoration: none;
}
.features_page .thumb-gallery2:hover .see_more {
	display: block;
}
.features_page .thumb-gallery2:hover .thumb {
	opacity: 0.8;
}


/* sidebar */
.features_page .sidebar .search-query {
	margin-top: 20px;
	height: 20px;
}
.features_page .sidebar .sidebar_header {
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfc0c4;
	box-shadow: 0px 2px 1px 0px white;
}
.features_page .sidebar .sidebar_menu {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0px;
}
.features_page .sidebar .sidebar_menu li {
	margin-bottom: 10px;
	font-size: 15px;
}
.features_page .sidebar .sidebar_menu li a {
	color: #333;	
}
.features_page .sidebar .sidebar_menu li a:hover {
	color: #87a46e;
	text-decoration: underline;
}


.features_page .sidebar .tags span {
	margin-right:5px
}

@media (min-width: 1200px) {
    .features_page .thumb-gallery .thumb {
        width:300px;
        height:220px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
	.features_page h3.intro {
		font-size: 17px;
		line-height: 20px;
	}
    .features_page .thumb-gallery .thumb {
        width: 250px;
        height:auto;
    } 
    .features_page .thumb-gallery .see_more,
    .features_page .thumb-gallery2 .see_more {
        display: none !important;
    }
}

@media (max-width: 979px) {
	.features_page h3.intro {
		font-size: 17px;
		line-height: 20px;
	}
    .features_page .thumb-gallery .see_more,
    .features_page .thumb-gallery2 .see_more {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .features_page .features2 .row {
        margin-bottom: 0px;
    }
    .features_page .thumb-gallery .thumb {
        width: 90%;
        height:auto;
    } 
    .feature2 {
        margin-bottom: 15px;
    }
}


/* Portfolio
-------------------------------------------------- */
#portfolio {
	margin-top:50px;
}
#portfolio .section_header {
	margin: 0px 50px 60px 0px;
	float:left;
}
#portfolio hr.right {
	border-bottom: 2px solid #ffffff;
}
#portfolio .row {
	clear: both
}


#portfolio .thumbnail {
	background-color: #fff;
	margin-bottom: 40px;
}
#portfolio .thumbnail:hover {
	box-shadow: 0px 0px 7px 0px #8cbe5b;
}
#portfolio .thumbnail h3 {
    margin-bottom: 0px;
}
#portfolio .thumbnail h3,
#portfolio .thumbnail p {
	padding: 0px 15px;
}
#portfolio .thumbnail .pic {
	position: relative;
	width:100%
}
#portfolio .thumbnail .see_more {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin-left: -32px;
	margin-top: -32px;
}
#portfolio .thumbnail .pic:hover .see_more {
	display: block;
}
#portfolio .thumbnail .pic:hover img.pic {
	opacity: 0.8;
}

#portfolio .col-md-4 .thumbnail {
	height: 540px;
	overflow: hidden;
	position: relative;
}
#portfolio .col-md-3 .thumbnail {
	height: 400px;
	overflow: hidden
}
#portfolio .col-md-3 .thumbnail h3 {
	line-height: 24px
}
#portfolio .col-md-3 .thumbnail h3 a {
	color:#333
}

#portfolio .thumbnail .footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
	background-color: #F4F4F4;
	border-top: 1px solid #D6D6D6;
	display: inline-block;
	margin-top: 0px;
	padding: 20px 0 20px;
	text-align: center;
	width: 100%;
}

#portfolio .pagination {
	text-align: right;
}
#portfolio .pagination a {
	color: #3F750A;
}
#portfolio .pagination a.active {
	background-color: #3a87ad;
	color:white
}

/* sidebar */
#portfolio .sidebar .search-query {
	margin-top: 20px;
	height: 20px;
}
#portfolio .sidebar .sidebar_header {
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfc0c4;
	box-shadow: 0px 2px 1px 0px white;
}
#portfolio .sidebar .sidebar_menu {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0px;
}
#portfolio .sidebar .sidebar_menu li {
	margin-bottom: 10px;
	font-size: 15px;
}
#portfolio .sidebar .sidebar_menu li a {
	color: #333;	
}
#portfolio .sidebar .sidebar_menu li a:hover {
	color: #87a46e;
	text-decoration: underline;
}
#portfolio .sidebar .recent_posts {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0px;
}
#portfolio .sidebar .recent_posts li {
	margin-bottom: 20px;
	font-size: 15px;
}
#portfolio .sidebar .recent_posts .thumb {
	border: 3px solid #fff;
	box-shadow: 0px 0px 1px 1px #bdbdbd;
}
#portfolio .sidebar .recent_posts a.link {
	color: #333;
	display: block;
	font-weight: bold
}
#portfolio .sidebar .recent_posts a:hover {
	color: #87a46e;
	text-decoration: underline;
}

#portfolio .sidebar .tags span {
	margin-right:5px
}

#portfolio .sidebar .social a, 
#portfolio .sidebar .social a:hover {
	text-decoration: none;
}
#portfolio .sidebar .social a:hover {
	opacity: 0.7;
}
#portfolio .sidebar i.social {
	margin: 10px 10px 7px 0px;
}


@media (min-width: 980px) {
	#portfolio .col-md-3 .thumbnail {
		height: 400px;
	}
}
/* Large desktop */
@media (min-width: 1200px) {
	#portfolio .col-md-3 .thumbnail {
		height: 400px;
	}
}
@media (max-width: 979px) {
	#portfolio .thumbnail .see_more,
	#portfolio .cols4 .thumbnail .see_more {
		display: none !important;
	}
	#portfolio .col-md-3 .thumbnail {
		height: auto;
	}
}
@media (max-width: 1199px) {
	#portfolio .thumbnail .see_more,
	#portfolio .cols4 .thumbnail .see_more {
		display: none !important;
	}
}

/* Pricing
-------------------------------------------------- */
.pricing_page .section_header {
	margin-top: 55px;
}
.pricing_page .cols4 {
	margin-top: 60px;
}
#pricing .cols4 .price_wrapper {
	min-height: 395px;
}
#pricing .cols4 .header .price span {
	font-size: 35px;
}
#pricing .cols4 .price_wrapper {
	width: 240px;
}

@media (min-width: 768px) {
	#pricing .cols2 .standard {
		float: right;
	}
	#pricing .cols2 .pro {
		float: left;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#pricing .cols4 .col-md-3 {
		width: 320px;
	}
	#pricing .cols4 .price_wrapper {
		width: 321px !important;
	}
	#pricing .cols4 .price_wrapper.regular .header {
		background: url('../images/chart1.png') 0 0 no-repeat;
	}
	#pricing .cols4 .price_wrapper.pro {
		width: 331px !important;
		top: 0px;
	}
	#pricing .cols4 .price_wrapper.pro .header {
		background: url('../images/chart2.png') 0 0 no-repeat;
	}
}
@media (max-width: 979px) {
	#pricing .cols4 .price_wrapper {
		width: 321px;
	}
}
@media (min-width: 980px) {
	#pricing .cols4 .price_wrapper.pro {
		margin: 0 auto;
	}
	#pricing .cols4 .price_wrapper.regular .header {
		background: url('../images/chart1_small.png') 0 0 no-repeat;
	}
	#pricing .cols4 .price_wrapper.pro .header {
		background: url('../images/chart2_small.png') 0 0 no-repeat;
	}
}
/* Large desktop */
@media (min-width: 1200px) {
	#pricing .cols4 .standard {
		margin: 0 auto;
		left: inherit;
		float: right;
	}
	#pricing .cols4 .price_wrapper.lite {
		right: inherit;
	}
}




/* Timeline
=================================================================== */	

.timeline {
	width: auto;
	height: 100%;
	margin: 20px auto; 
	margin-bottom:50px;
	background: url("../images/timeline-bg.png") repeat-y center top; 
}

.timeslot {
	display: inline-block;
	position: relative;	
	width: 100%;
	margin: 5px 0px;
	height: 124px
}

.timeslot .task {
	position: absolute;
	width: 45%;
	padding-right: 18px;
	display: block;
	height: auto;
	border: none;
	margin-top: 50px
}

.timeslot.alt .task {
	left: auto;
	right: -20px;
	padding-left: 18px;
}

.timeslot .task .conteneur {
	border: 2px solid #67C2EF;
	background: #EDF6FB;
	padding: 5px;
	display: block;
	font-size: 14px;
	line-height: 18px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	min-height: 100px;
}
.timeslot .task .conteneur .contenu {
	width:75%;
}
.timeslot .task .conteneur p.type{
	font-size: 14px;
	margin-bottom: 5px
}

.timeslot .task .conteneur p.details{
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 0px;
}

.timeslot .task .conteneur p.remaining{
	font-size: 11px;
	margin-bottom: 0px
}
.timeslot .task .conteneur p.remaining_time{
	font-size: 14px;
}

.timeslot .task .participants {
	position: absolute;
	top: 5px;
	right: 20px;
	width:145px;
	height: 160px;
}

.timeslot .task .participants .box-small-title {
	font-size: 12px;
	margin-top: 0px;
	text-align: center
}

.timeslot .task .arrow {
	position: absolute;
	top: 6px;
	right: 0px;
	height: 20px;
	width: 20px;
	background: url("../images/timeline-left-arrow.png") no-repeat;
}

.timeslot.alt .task .arrow {
	position: absolute;
	top: 6px;
	left: 0px;
	height: 20px;
	width: 20px;
	background: url("../images/timeline-right-arrow.png") no-repeat;
}

.timeslot .icon {
	position: absolute;
	border: 2px solid #67C2EF;
	background: #3b3b41;
	-webkit-border-radius: 50em;
	   -moz-border-radius: 50em;
			border-radius: 50em;
	height: 30px;
	width: 30px;
	left: 50%;
	margin-left: -16px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-shadow: none;
	z-index: 2;
}

.timeslot.alt .icon {
	
}

.timeslot .time {
	background: #f9f9f9;
	position: absolute;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	top: 1px;
	left: auto;		
	right: 50%;
	padding: 5px 40px 5px 10px;
}

.timeslot.alt .time {
	top: 1px;
	right:auto;		
	left: 50%;
	padding: 5px 10px 5px 40px;
	z-index: 1;
	margin-top: 1px;
}