/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #4b5053;
	background-color:#fff;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {opacity: 1 !important;}
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {opacity: 1 !important;}
:-ms-input-placeholder {opacity: 1 !important;}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	width:100%;
	max-width:100.1%;
	height:auto;
}

a {
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#80ba10;
}


.clear {
	clear:both;
	height:0;
	font-size:0;
}

section {padding: 55px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}




.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot75 {margin-bottom:75px !important;}
.margbot80 {margin-bottom:80px !important;}
.margbot95 {margin-bottom:95px !important;}
.margbot120 {margin-bottom:120px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot85 {padding-bottom:85px !important;}
.padtop0 {padding-top:0 !important;}


.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#80ba10 !important;}


/* __________ Buttons __________ */
.btn {
	display:inline-block;
	margin: 0 3px 5px 0;
	padding: 12px 20px;
	border:0;
	border-radius: 0;
	box-shadow: none;
	text-transform:none;
	font-weight: 700;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	background-color:#4b5053;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#fff; background-color: #80ba10;}

.btn-active {background-color:#80ba10; color:#fff;}
.btn-active:hover {background-color:#2d3134; color:#fff;}

.btn-white {background-color:#fff; color:#80ba10;}
.btn-white:hover {background-color:#80ba10; color:#fff;}

.btn-lg {padding: 12px 40px; font-size:16px;}
.btn-sm {padding: 6px 20px 5px; font-size:12px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}






/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:none;
	font-weight:600;
	line-height:1.2;
	color:#2d3134;
}

h1 {margin:0 0 24px; font-size:26px;}
h2 {margin:0 0 37px; font-size:23px;}
h3 {margin:0 0 21px; font-size:20px;}
h4 {margin:0 0 21px; font-size:17px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}









/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:absolute;
	z-index:9400;
	left:0;
	top:126px;
	width:100%;
	padding:0;
	border-top:1px solid #ebebeb;
	box-shadow:0 2px 3px rgba(0,0,0,0.15);
	background-color:#f8f8f8;
}
header.menu_fixed {
	position:fixed;
	top:0;
}

.top_bar {position:relative;}
.top_bar .mail,
.top_bar .phone {
	position:relative;
	z-index:2;
	padding:65px 0 42px;
	font-size:15px;
	color:#0e6f04;
}
.top_bar .mail i,
.top_bar .phone i {
	display:inline-block;
	padding-right:10px;
	color:#abb3b9;
}

.logo {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:30px 0 0;
	text-align:center;
}
.logo a {
	display:inline-block;
	width:160px;
}

header .social {padding-top:25px;}
header .social a {color:#abb3b9;}
header .social a:hover {color:#80ba10;}


/* Menu */
.main_menu {
	float:left;
	padding:28px 0 27px;
}
.main_menu li {
	display:inline-block;
	margin:0 80px 0 0;
	padding:0;
}
.main_menu li a {
	display:block;
	padding:0;
	text-transform:uppercase;
	font-weight:600;
	color:#4b5053;
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#80ba10;
}









/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {
	height:623px;
	margin-bottom:65px;
}
.flexslider.top_slider .container {height:623px;}
.flexslider.top_slider .slides li {
	height:623px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li.slide1 {background-image:url(../images/slider/slide1.jpg);}
.flexslider.top_slider .slides li.slide2 {background-image:url(../images/slider/slide2.jpg);}
.flexslider.top_slider .slides li.slide3 {background-image:url(../images/slider/slide3.jpg);}
.flex-direction-nav a {top:auto; bottom:30px;}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	right:50%;
	margin-right:-31px;
	background-color:rgba(255,255,255,0.3);
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#80ba10;
}
.flexslider .flex-direction-nav a i {
	display:block;
	text-align:center;
	line-height:29px;
	font-size:20px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.flexslider.top_slider .container {
	position:relative;
}
.top_slider_cap {
	position:absolute;
	left:30px;
	top:50%;
	right:30px;
	margin-top:34px;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 24px;
	text-transform:none;
	font-weight:400;
	line-height:60px;
	font-size:67px;
	color:#feffff;
}
.top_slider_cap h1 a {
	display:inline-block;
	width:159px;
}
.top_slider_cap p {
	margin:0 0 38px;
	line-height:20px;
	font-size:16px;
	color:#feffff;
}
.top_slider_cap .slide_btn_active {
	display:inline-block;
	margin:0 15px 5px;
	padding:12px 43px 14px;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#80ba10;
	border:1px solid #80ba10;
}
.top_slider_cap .slide_btn_active:hover {
	color:#fff;
	background-color:#80ba10;
}






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


/* Skills */
.skill-bar {
	position: relative;
	z-index:10;
	display:block;
	margin-bottom: 29px;
	height:10px;
	background-color:#dbe1e5;
}
.skill_item span {
	display:block;
	padding:0 0 5px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:13px;
	color:#2d3134;
}
.progress-complete {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	display: block;
	height:100%;
	min-width:130px;
	background-color: #80ba10;
}
.progress-complete:before {
	content: attr(data-width);
	position:absolute;
	right:-14px;
	top:-29px;
	width:28px;
	height:20px;
	text-align:center;
	font-size:11px;
	color:#fff;
	background-color:#0e6f04;
}
.progress-complete:after {
	content:'';
	position:absolute;
	right:-4px;
	top:-9px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0e6f04;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Team
/*-----------------------------------------------------------------------------------*/
#team {
	padding:70px 0 40px;
	background-image:url(../images/team_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}



#team .team_item {
	position:relative;
	perspective: 1600px;
	-webkit-perspective: 1600px;
}

#team .team_front {
	overflow: hidden;
	position: relative;
	z-index: 24;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
}
#team .team_item:hover .team_front {
	z-index: 35;
	transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

#team .team_front .team_info {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:18px 0;
	background-color:#f4f4f4;
}
#team .team_front .team_name {
	margin:0;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
}
#team .team_front .team_position {
	margin:0;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:#737a7f;
}

#team .team_back {
	overflow: hidden;
	position:absolute;
	z-index: 13;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:30px;
	background-color:#f4f4f4;
	transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
}
#team .team_item:hover .team_back {
	z-index: 46;
	transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

#team .team_back .team_info {
	float:left;
	padding-top:35px;
}
#team .team_back .team_name {
	margin:0;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#80ba10;
}
#team .team_back .team_position {
	margin:0;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:12px;
	color:#737a7f;
}

#team .team_back .team_foto {
	float:right;
	width:96px;
}

#team .team_back .team_exp {
	padding-top:16px;
	padding-bottom:36px;
	padding-right:10px;
}

#team .team_back .team_mail,
#team .team_back .team_phone {
	display:inline-block;
}

#team .team_social {
	padding-top:24px;
}
#team .team_social a {
	display:inline-block;
	width:22px;
	height:22px;
	margin:0 7px 0 0;
	text-align:center;
	line-height:22px;
	font-size:20px;
	color:#c5ccd1;
}
#team .team_social a:hover {
	color:#0e6f04;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Services
/*-----------------------------------------------------------------------------------*/
#services {
	position:relative;
	padding-top:58px;
	padding-bottom:40px;
}
#services .services_wrap {padding-bottom:65px;}
#services .service_item i {
	display:block;
	margin:0 0 38px;
	font-weight:700;
	font-style:normal;
	line-height:52px;
	font-size:62px;
	color:#7e8081;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover i {color:#0e6f04;}
#services .service_item h4 {
	margin:0 0 10px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}


#services .service_item img{width: 100px;}
#services .service_item:hover .mobile {color:#80358a;}
#services .service_item:hover .graphisme {color:#009f9a;}
#services .service_item:hover .internet {color:#aec90c;}
#services .service_item:hover .photo {color:#fbbe01;}
#services .service_item:hover .referencement {color:#e5007e;}
#services .service_item:hover .conseil {color:#e50043;}
#services .service_item:hover .design {color:#35a8df;}
#services .service_item:hover .print {color:#ff7300;}
#services .hauteur_zone_texte {height:85px; display:inherit;}
/*-----------------------------------------------------------------------------------*/
/*	Section Content
/*-----------------------------------------------------------------------------------*/
#content_type9 .content_type9_content {
	padding-top:41px;
}
#content_type9 .content_type9_content li {
	padding-bottom:14px;
}
#content_type9 .content_type9_content li i {
	display:inline-block;
	margin-right:22px;
	width:20px;
	height:20px;
	font-size:16px;
	color:#0e6f04;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Gallery
/*-----------------------------------------------------------------------------------*/
#gallery {padding-bottom:29px;}
#gallery .gallery_img {
	overflow:hidden;
	display:block;
	background-color:#80ba10;
}
#gallery .gallery_img img {
	transition: all 1.1s ease-in-out;
	-webkit-transition: all 1.1s ease-in-out;
}
#gallery .gallery_img:hover img {
	opacity:0.1;
	transform:rotate(20deg) scale(2.5);
	-o-transform:rotate(20deg) scale(2.5);
	-ms-transform:rotate(20deg) scale(2.5);
	-webkit-transform:rotate(20deg) scale(2.5);
}







/*-----------------------------------------------------------------------------------*/
/*	Section Facts
/*-----------------------------------------------------------------------------------*/
#facts .fact_item {
	overflow:hidden;
	float:left;
	width:20%;
	height:auto;
	padding:0px;
	font-weight:600;
	font-size:15px;
	color:#2d3134;
}
#facts .fact_item.bg1 {background-color:#7bb210;}
#facts .fact_item.bg2 {background-color:#7bb210;}
#facts .fact_item.bg3 {background-color:#7bb210;}
#facts .fact_item.bg4 {background-color:#6e9f0e;}
#facts .fact_item.bg5 {background-color:#6e9f0e;}
#facts .fact_item i {
	display:block;
	width:80px;
	height:80px;
	margin:0 auto 9px;
	line-height:80px;
	font-size:60px;
	color:#2d3134;
}
/*#facts .fact_item:hover i {
	animation: factEffect 700ms ease;
	-webkit-animation: factEffect 700ms ease;
}*/

/*@-webkit-keyframes factEffect{from {-webkit-transform: scale(1) rotate(0); opacity:1;}to {-webkit-transform: scale(7) rotate(45deg); opacity:0;}}
@-moz-keyframes factEffect{from {-moz-transform: scale(1) rotate(0); opacity:1;}to {-moz-transform: scale(7) rotate(45deg); opacity:0;}}
@-ms-keyframes factEffect{from {-ms-transform: scale(1) rotate(0); opacity:1;}to {-ms-transform: scale(7) rotate(45deg); opacity:0;}}*/

#facts span {
	display:block;
	padding-bottom:15px;
	font-weight:300;
	line-height:83px;
	font-size:83px;
}
#facts  .fact_item p {
	margin:0;
}
#facts  .fact_item:hover p {
	animation: factEffect2 700ms ease;
	-webkit-animation: factEffect2 700ms ease;
}
@-webkit-keyframes factEffect2{from {-webkit-transform: scale(5); opacity:0;}to {-webkit-transform: scale(1); opacity:1;}}
@-moz-keyframes factEffect2{from {-moz-transform: scale(5); opacity:0;}to {-moz-transform: scale(1); opacity:1;}}
@-ms-keyframes factEffect2{from {-ms-transform: scale(5); opacity:0;}to {-ms-transform: scale(1); opacity:1;}}





/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials .testimonials_content {
	padding-bottom:14px;
}
#testimonials .testimonials_author {
	color:#0e6f04;
}
#testimonials .testimonials_author span {
	display:block;
	text-transform:uppercase;
	font-weight:600;
	color:#4b5053;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Contacts
/*-----------------------------------------------------------------------------------*/
#contacts h4 {
	margin:0 0 20px;
	font-weight:700;
	line-height:20px;
	font-size:14px;
}
.ouroffice_wrap ul {padding-bottom:10px;}
.ouroffice_wrap li {padding-bottom:10px;}

.ouroffice_wrap .social a {
	margin:0 10px 10px 0;
	font-size:24px;
	color:#c5ccd1;
}
.ouroffice_wrap .social a:hover {color:#4b5053;}



/* Contact form */
.contact_form input[type="text"],
.contact_form textarea {
	width:348px;
	height:44px;
	margin:0 30px 9px 0;
	padding:12px 30px;
	line-height:20px;
	font-size:12px;
	color:#797979;
	text-shadow:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:#f4f4f4;
}
.contact_form input[type="text"].marg0 {margin-right:0;}
.contact_form textarea {
	width:100%;
	height:90px;
	margin:0 0 30px;
	resize:none;
}
.contact_form input[type="submit"] {
	float:right;
	width:160px;
	height:44px;
	text-transform:none;
	text-align:center;
	font-weight:400;
	line-height:20px;
	font-size:15px;
	color:#fff;
	border:0;
	border-radius:0;
	background-color:#0e6f04;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_form input[type="submit"]:hover {
	background:#4b5053;
}


/* form valid style */
#contacts .contact_form .notification_error,
#contacts .contact_form .notification_ok {
    border-radius: 5px;
	-webkit-border-radius:5px;
    margin: 2px 0 13px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
}
#contacts .contact_form .notification_ok {
    border: 1px #038bd4 solid;
    color: #038bd4;
	background:#d0e3ea;
}
#contacts .contact_form .notification_error {
    border: 1px #c93119 solid;
    color: #c93119;
	background:#ffcfcf;
}





/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widgets_clear {display:none;}



/* Widget Twitter */
.widget_twitter li {
	position:relative;
	padding:0 0 30px 30px;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#80ba10;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}


/* Widget Newsletter */
.newsletter_form form {
	position:relative;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:11px 60px 11px 17px;
	line-height:20px;
	font-size:12px;
	color:#b5b5b5;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:#404447;
}
.newsletter_form input[type="submit"] {
	overflow:hiiden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#0e6f04;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.newsletter_form input[type="submit"]:hover {
	background-color:#80878c;
}


/* Widget Social */
.social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 2px 0 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#80878c;
}
.social a:hover {
	color:#80ba10;
}


/* latest News */
.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:0;
	width:53px;
}
.latest_news_item p {
	margin:-5px 0 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#aaa;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#80ba10;
}


/* Widget Flickr */
.widget_flickr ul {
	margin:0 -6px -6px 0;
}
.widget_flickr li {
	overflow:hidden;
	float:left;
	width:81px;
	height:71px;
	margin:0 6px 6px 0;
	background-color:#80ba10;
}
.widget_flickr li a {display:block;}
.widget_flickr li a img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_flickr li a:hover img {
	opacity:0.3;
}


/* Widget Contact Information */
.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}
.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#aaa !important;
}


/* Widget Category */
.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#aaa;}
.widget_category li a:hover {color:#fff;}



/* Widget Links */
.widget_links li {padding-bottom:9px;}
.widget_links li a {color:#aaa;}
.widget_links li a:hover {color:#fff;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	padding:30px 0 21px;
	color:#80878c;
	background-color:#2d3134;
}
footer h4 {
	margin:0 0 29px;
	text-transform:uppercase;
	font-weight:600;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
}
footer a {color:#f2f1e6;}
footer a:hover {color:#fff;}
footer #copyright {
	margin-top:32px;
	padding-top:22px;
	color:#fff;
	border-top:1px solid #434343;
}
footer #copyright span {color:#80ba10;}



































