body
{
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	position: relative;
}

/* start website page container */
@media (min-width: 768px) {
	.container { width: 700px; }
}
@media (min-width: 992px) {
	.container { width: 900px; }
}
@media (min-width: 1200px) {
	.container { width: 1000px;	}
}
/* end website page container */

.blue {
	color: #06C;
}

.green {
	color: #090;
}

#url{
display:none;
}


/* start website navigation */
.navbar-default
{
	background: #000;
	border: none;
	margin: 0;
  border-bottom:5px solid #36CA55;
}
.navbar-default .navbar-brand
{
	font-weight: 600;
	font-size: 30px;
	padding: 10px 0 0 0;
	height: 65px;
	line-height: 40px;
}
.navbar-default .navbar-brand:hover { color: #36CA55; }
.navbar-default .nav li a
{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	height: 65px;
	line-height: 38px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-default .nav li a:hover
{
	background-color: #36CA55;
	color: #FFF;
}
.navbar-default .nav li a:visited
{
	background-color: #36CA55;
	color: #FFF;
}
.navbar-default .nav li a:focus { color: #fff; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:visited,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #36CA55;
}
.navbar-default .navbar-toggle
{
	border: none;
	padding-top: 18px;
}
.navbar-default .navbar-toggle .icon-bar
{
	background: #36CA55;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end website navigation */

/* start website header background slideshow */
#home { padding-top: 65px; }
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	padding: 0;
	position: relative;
	zoom: 1;
	background-color: #371604;
	overflow: hidden;
	margin: 0;
}
.flexslider .slides {
	padding: 0;
	zoom: 1;
}
.flexslider .slides img {
	width: 100%;
	min-width: 648px;
	min-height: 270px;
	display: block;
}
.flexslider .slides > li {
	display: none;  
	padding: 0;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.flexslider img {
	position: relative;
	width: 100%;
}
.slider-caption {
	color:white;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 7;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.website-slider-btn
{
	background: #36CA55;
	border-radius: 0;
	border: 2px solid transparent;
	color: #FFFFFF;
	font-weight: bold;
	margin: 40px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 50px;
	width: 250px;
	padding: 12px 10px 10px 10px;
}
.website-slider-btn:hover,
.website-slider-btn:focus {
	background: #fff;
	color: #36CA55;
	border: 2px solid transparent;
}

/* start website features */
.features
{
	background: #eee;
	border-bottom: 1px solid #f0f0f0;
	padding: 60px 0 60px 0;
}
.features h2
{
	font-weight: 400;
	padding-bottom: 20px;
}
.features h3
{
	font-weight: 400;
	padding-bottom: 6px;
}
.features .fa
{
	background: #36CA55;
	border-radius: 50%;
	color: #FFF;
	font-size: 28px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
.features .fa:hover
{
	background: #000;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* end website features */

/* start website about */
#about
{
	color: #000;
	padding: 60px 0 60px 0;
}
#about .col-md-12 {	padding: 20px 0 0 0; }
#about h2
{
	font-weight: 400;
	padding: 0 0 20px 0;
}
#about h4
{
	font-weight: 600;
	padding-top: 6px;
	padding-bottom: 10px;
}
#about .skills { padding-top: 0px; }
#about .progress
{
	background: #999;
	height: 6px;
	margin: 10px 0 16px 0;
}
#about .progress .progress-bar-success { background: #36CA55; }
/* end website about */

/* start website pricing */
#pricing
{
	background: #eee;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 60px 0 60px 0;
}
#pricing .col-md-3 { margin-bottom: 20px; }
#pricing h2
{
	font-weight: 400;
	padding: 0 0 20px 0;
}
#pricing h3
{
	background: #FFF;
	color: #36CA55;
	font-weight: 600;
	padding: 10px;
}
#pricing img
{
	cursor: pointer;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#pricing img:hover
{
	border-radius: 50%;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}

#pricing .button {
    display:block;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #36CA55;
    padding: 5px;
    border:0px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    width:100%;
}

#pricing .button:hover {
    text-decoration:none;
    color: #36CA55;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    padding: 5px;
    border:0px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    width:100%;
}
#prix {
text-align:left;
margin-left:20px;
padding:0px;
height:520px;
}
#price{
  font-size: 20px;
	font-weight: 600;
	padding: 5px;
  background:#00d999;
  color:#fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* end website pricing */

/* start website portfolio */
#portfolio
{
	text-align: center;
	padding: 60px 0 100px 0;
}
#portfolio h2
{
	font-weight: 400;
	padding: 0 0 20px 0;
}
#portfolio p {	margin-bottom: 60px; }
#portfolio .col-md-3 { padding: 4px; }
#portfolio .image_thumb
{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
#portfolio .image_thumb .image_overlay
{
	background: #36CA55;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	top: 0;
	left: 0;
	bottom: 0;
	/*padding-top: 46px;*/
	text-align: center;
}
#portfolio .image_thumb:hover .image_overlay { opacity: 0.9; }
#portfolio .image_thumb .image_overlay .fa
{
	background: #EEE;
	border-radius: 50%;
	color: #444;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	opacity: 1;
	/*http: //www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/; */
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#portfolio .image_thumb a:hover { text-decoration: none; }
/* end website portfolio */

/* start website contact */
#contact
{
	background: #eee;
	color: #000;
	padding: 60px 0 80px 0;
}
#contact h2 { font-weight: 400; }
#contact .text-center p { padding: 0 0 60px 0; }
#contact h2, #contact h3 { padding: 0 0 20px 0;}
.h2, h2 {
    border-bottom:5px solid #36CA55;
}

#contact form{
padding-top:0px;
}

.website_homewrapper h2{
 border:0px;
}

#footer-links h4{
 padding: 30px 0 10px 0;
 margin-bottom:10px;
 border-bottom:5px solid #36CA55;
 font-weight:600;
}

.container{
width:96%;
}
.col-md-m {
margin-right: 15px;
margin-left:  15px;
}

#contact .form-control
{
	background: #fff;
	border: 1px solid #36CA55;
	border-radius: 0px;
	color: #000;
	margin: 10px 0 10px 0;
}
#contact input { height: 60px; }
#contact .form-control:focus
{
	background: #fff;
	border-color: transparent;
	box-shadow: none;
}
#contact input[type="submit"]
{
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	width: 220px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  background: #36CA55;
}
#contact input[type="submit"]:hover
{
	background: #fff;
	border-color: transparent;
	color: #36CA55;
}
#contact .address
{
	padding: 20px;
	padding-top: 0;
	margin: 0;
}
#contact .fa
{
	color: #36CA55;
	font-size: 20px;
	padding: 6px 10px 6px 0;
}


a {	color: #000; }
a:hover, a:active, a:visited 
{
  color: #000;
	text-decoration: underline;
}
/* end website contact */

/* start website footer */
footer
{
	border-top: 5px solid #36CA55;
	background: #000;
	color: #FFF;
	padding: 20px 0 10px 0;
}

footer a
{
	color: #FFF;
	font-size: 12px;

}
footer a:hover
{
color: #FFF;
text-decoration:underline;
}

footer .social_icon a
{
	border: 1px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin: 0 4px 24px 6px;
}
footer .social_icon a:hover
{
	border-color: transparent;
	background: #36CA55;
}
/* end website footer */

/* startwebsite  go top */
.go-top 
{
	background-color: #36CA55;
  z-index: 2000;
	border-radius: 50%;
	bottom: 2em;
	right: 2em;
	color: #FFF;
	display: none;
	position: fixed;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.go-top:hover {	color: #eee; }
/* end website go top */

@media only screen and (max-width: 1199px) {
	.flexslider h1 { font-size: 30px; }
	.flexslider h2 { font-size: 24px; }
}

/* start website 768 media quires */
@media only screen and ( max-width: 768px ) {
	.navbar-default .navbar-brand {	margin-left: 20px; }
	.navbar-default .navbar-nav	{ margin: 0; }
	.navbar-default .navbar-collapse
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.flexslider h1 { font-size: 26px; }
	.flexslider h2 { font-size: 18px; }
	.website-slider-btn { 
		margin-top: 10px; 
		width: 180px;
		height: 40px;
		padding-top: 8px;
	}
}
/* end website 768 media quires */

/* start website 680 media quires */
@media only screen and ( max-width: 680px ) {
	.navbar-default .navbar-nav li a { border-bottom: 1px solid #36CA55; line-height: normal; height: 40px; }
#prix {
text-align:left;
margin-left:20px;
padding:0px;
height:auto;
}
  }
/* end website 680 media quires */

/* start website 600 media quires */
@media only screen and ( max-width: 640px ) {	
	.flexslider h1 { font-size: 20px; }
	.flexslider h2 { font-size: 14px; }
	.website-slider-btn {
		width: auto;
		height: auto;
		padding: 10px 20px;
		margin-top: 10px; 
	}
}
/* end website 600 media quires */

.btn-default {
    color: #fff;
    background-color: #36CA55;
}

.btn-default:visited {
    background: #36CA55;
    color: #fff;
    border: 2px solid transparent;
}

#down-but{
 width:100%;display:block;position:absolute;
 bottom:10px;z-index:999;
}

@media only screen and ( min-width: 992px ) {
#down-but{
 width:100%;display:block;position:absolute;
 bottom:20px;z-index:999;
} 
}

.round-button {
	width:100%;
  text-align:center;
  display:inline-block;
}
.flexslider .slides .round-button img{
  min-width:0px;
  min-height:0px;
	width:40px;
  height:40px;
}

.round-button-circle {
	width: 50px;
	height:40px;
  display:inline-block;
  float:center; 
}

.round-button a {
	width:40px;
  height:40px;
  display:block;
}

.round-button-circle {
animation-duration: 1.5s;-webkit-animation-name: bounceInUp;animation-name: bounceInUp;
}

.fpro { position: fixed; bottom: 0px; right: 0px; left: auto; background: #ffffff; padding: 15px 15px 10px 15px; max-width: 290px; font-size: 12px; color: #666666; z-index: 1000; display: none; -webkit-box-shadow: 1px 1px 22px rgba(0,0,0,0.2); box-shadow: 1px 1px 22px rgba(0,0,0,0.2); 
animation-duration: 1.5s;-webkit-animation-name: rollIn;animation-name: rollIn;
}
	.fpro a { color: #36CA55; }
		.fpro a:hover { color: #36CA55; }
	.fpro-intro { font-size: 14px; color: #ffffff; font-weight: 300; display: inline-block; max-width: 110px; position: relative; z-index: 2; padding-top: 2px; top: -3px; font-weight: 700; }
		.fpro-intro:after { position: absolute; top: 0; left: -21px; height: 26px; background-color: #36CA55; content: ""; width: 115px; z-index: -1; border: 1px solid #36CA55; border-left: none; }
		.fpro-intro:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 5px 7px 0; border-color: transparent #36CA55 transparent transparent; position: absolute; bottom: -10px; left: -20px; }
	.fpro-caption { margin: 7px 0; line-height: 1.2; text-align: center; }
		.fpro-caption a { color: #36CA55; text-decoration: none; font-weight: bold;}
		.fpro-caption span { display: block; font-size: 0.7em; font-weight: normal; color:#aaa; margin-top:4px; text-transform: uppercase;}
	.fpro-media { margin-top: 5px;margin-bottom:20px; }
	.fpro-close { position: absolute; top: 15px; right: 10px; font-weight: 300; cursor: pointer; color: #36CA55; border: 1px solid #36CA55; width: 20px; height: 20px; text-align: center; line-height: 19px; border-radius: 10px; }
		.fpro .fpro-close a { color: #36CA55; }
	.fpro-desc p { padding-top: 10px; max-width: 180px; }
	.fpro .media-left img { max-width: 120px; }


