.tripartita{ background:url(../images/tripartitalogo.png) no-repeat center left; padding: 10px 0 10px 70px}
#fmbdesign {
	width:100%;
	color:white;
	text-align:center;
	font-size:8px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	background:#388e20;
	font-weight:lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#fmbdesign a {
	color:white
}
#testimonios {
	width:100%;
	text-align:center;
	float:left;
	display: inline;
	padding:0;
	margin:10px 0 0 0
}
p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #3c3c3c;
}
p.lead {
	font-size: 14px;
}
p.sublead {
	font-size: 16px;
	text-transform:uppercase;
	color:#ffffff;
}
h1, h2, h3, h5 {
	text-transform: uppercase;
	font-family: 'Raleway', Georgia, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	line-height: 29px;
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom:20px;
}
h2.white {
	font-size: 17px;
	line-height: 20px;
	color:#FFFFFF;
}
h3 {
	font-size: 22px;
	line-height: 24px;
}

h3:hover {
	color: #ff9900;
}

h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Raleway', Georgia, Times, serif;
	font-weight: bold;
	color:#43b02a;
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 16px
}
a {
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}
header {
	padding: 20px 0;
}
header nav ul {
	float: right;
	margin: 70px 0 0 0;
}
header img {
	vertical-align: middle;
}
header nav ul li {
	float: left;
	margin-left: 15px;
	line-height: 20px;
	margin-bottom: 0;
}
header nav ul li a {
	color: #414141;
	text-transform: uppercase;
	font-size: 13px;
}
header nav ul li a:hover {
	color: #43b02a;
}
header nav select {
	display: none;
}
section#intro {
	background: url(../images/businessman.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	background-color: #388e20;
	height: 100%;
	max-height:100%;
}
section#intro h1 {
	color: white;
	font-size:24px;
	line-height: 29px;
	margin-top: 8%;
}
section#intro p.lead {
	color: white;
}
section#intro ul.list-services li {
	font-family: 'open sans';
	color: white;
}
section#intro ul.list-services li i {
	color: white;
	margin-right: 5px;
}
section#intro .order-form div {
	padding: 15px 10px;
	width: 90%;
	float: left;
	background: white;
	border: 15px solid rgba(0, 0, 0, 0);
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
section#intro .order-form i {
	color: #942626;
	margin: 10px 0;
	text-align: center;
	display: block;
	font-size: 36px;
}
section#intro .order-form h2 {
	text-align: center;
}
section#intro .order-form p {
	text-align: center;
}
section#intro .order-form input, section#intro .order-form textarea {
	width: 95%;
 --webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'open sans';
}
section#intro .order-form input.required.error {
	margin-bottom: 10px
}
section#intro .order-form label.error {
	margin-bottom: 10px;
	font-family: 'open sans';
	font-weight: normal;
	color:red;
}
section#intro .order-form button.sent {
	background: #ff9900;
}
section#intro .order-form button, section#intro .order-form .descarga {
	background: #ff9900;
	outline: none;
	border: none;
	display: block;
	margin-left: auto;
	border-radius: 0;
	text-shadow: none;
	margin-right: auto;
	color: white;
	padding: 10px 18px;
	text-transform: uppercase;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
section#intro .order-form button:hover, section#intro .order-form .descarga:hover {
	background: #6B0E0E;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
section#about {
	padding: 50px 0;
}
section#about .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#about .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
section#about .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
section#about h5 {
	margin: 5px 0;
}
section#about .info ul.list-services li {
	font-family: 'open sans';
}
section#about .info ul.list-services li i {
	color: #43b02a;
	margin-right: 5px;
}
section#about .testimonials blockquote {
	font-family: 'open sans';
	border-left-color: #942626;
	font-size: 15px;
}
section#about .testimonials blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}















section#about2 {
	padding: 50px 0;
}
section#about2 .preambule {
	margin-bottom: 20px;
	text-align: center;
}
section#about2 .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
section#about2 .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
section#about2 h5 {
	margin: 15px 0;
	color: #3c3c3c;
}

section#about2 h5:hover {
	margin: 15px 0;
	color: #ff9900;

}

section#about2 .info ul.list-services li {
	font-family: 'open sans';
}
section#about2 .info ul.list-services li i {
	color: #43b02a;
	margin-right: 5px;
}
section#about2 .testimonials blockquote {
	font-family: 'open sans';
	border-left-color: #942626;
	font-size: 15px;
}
section#about2 .testimonials blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}

#about2 ul li a{ color: #666666}
#about2 ul li a:hover{ color: #ff9900}












section#features {
	padding: 50px 0;
	background: url(../images/yourbg.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #43b02a;
}
section#features .preambule h3 {
	color: #ff9900;
}

section#features .preambule h3:hover {
	color: white;
}
section#features .preambule p {
	color: white;
}
section#features .preambule {
	margin-bottom: 20px;
	text-align: center;
}
section#features .feature h5 {
	margin: 5px 0;
	color: #ff9900;
}

section#features .feature h5:hover {
	margin: 5px 0;
	color: white;
}
section#features .feature p {
	margin-left: 70px;
	color: white;
}
section#features .feature i {
	font-size: 48px;
	color: white;
	display: block;
	float: left;
	margin: 10px 20px 0 0;
	width: 49px;
}
section#faq {
	padding: 50px 0; background:#43b02a; 
}


#faq h3{color:white}
#faq h5{color:white}
#faq p{color:white}

#faq .lead{color:white}


section#faq .preambule {
	margin-bottom: 20px;
	text-align: center;
}
section#faq .question h5 {
	margin: 5px 0;
}
section#faq .question i {
	float: left;
	margin-right: 5px;
	font-size: 20px;
	margin-top: 8px;
	color: #942626;
}
section#clients {
	background: url(../images/yourbg.jpg) center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	background-color: #942626;
}
section#clients .preambule h3 {
	color: white;
}
section#clients .preambule p {
	color: white;
}
section#clients .preambule {
	margin-bottom: 20px;
	text-align: center;
}
section#clients a>img {
	opacity: 0.7;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
section#clients a>img:hover {
	opacity: 1;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
footer#footer {
	padding: 50px 0 20px 0;
	background:#43b02a
}
footer#footer p.copyrights {
	text-align: center;
	color:white
}
footer#footer .social {
	display: table;
	text-align: center;
	margin: 20px auto;
}
footer#footer .social li {
	float: left;
	width: 45px;
}
footer#footer .social li a {
	text-align: center;
 --webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid white;
	padding: 6px;
	width: 15px;
	height: 15px;
	display: block;
	vertical-align: center;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
footer#footer .social li a:hover {
	border-color: white;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
footer#footer .social li i {
	color: #942626;
	font-size: 16px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
 section#intro .order-form input {
 width: 100% !important;
}
 section#intro .order-form button {
 box-sizing: border-box;
 width: 100%;
}
 header nav ul {
 display: none;
}
 header nav select {
 display: block !important;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 width: 100%;
 height: 30px;
 margin-top: 20px;
}
 section#intro .order-form div {
 width: 100%;
 box-sizing: border-box;
 -moz-box-sizing:border-box;
}
 section#clients a>img {
 display: block;
 margin: 10px auto;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	section#intro {
	background: #388e20;
}
	
	
	
	
	
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	
	section#intro {
	background: #388e20;
}
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/* #Font-Face
	================================================== */
	
	/*	@font-face {
		  font-family: 'FontAwesome';
		  src: url('../font/fontawesome-webfont.eot');
		  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
		  font-weight: normal;
		  font-style: normal;
	}
	*/
