body {
	margin:0;
}

.content {
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.header {
	width: 1000px;
	height: 117px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 27px;
}

.logo h1 {
	margin: 0px;
}

.logo a:hover,:focus {
	opacity: .9;
}

ul.nav {
    float: right;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
}

li.nav-menu {
	display: inline-block;
	float: right;
	margin-top: 45px;
	margin-left: 100px;
}

.menu2 {
	display: none;
}

li.nav-menu a {
	color: #424141;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 15px;
	font: 400 18px 'Lato', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

li.nav-menu a:hover {
	background-color: #1ae17d;
	padding: 15px;
	color: #fff;
}

.link-active {
	background-color: #1ae17d;
	color: #fff !important;
}

.banner {
	width: 100%;
	height: 300px;
	background-image: url(images/dark_wall.png);
	margin-bottom: 25px;
}

.intro {
	color: #FFFFFF;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 5px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
	text-transform: uppercase;
	width: 730px;
	line-height: 42px;
	-webkit-animation: fadein 3s; /* Safari 4+ */
	-moz-animation:    fadein 3s; /* Fx 5+ */
	-o-animation:      fadein 3s; /* Opera 12+ */
	animation:         fadein 3s; /* IE 10+ */
}

.banner-bg {
	background: url(images/banner-bg2.png) no-repeat center top;
	height: 300px;
}
.banner-bg img {
	opacity: 0.8;
}

.verde-text2 {
	color:#1ae17d;
	font-weight: 300;
	font-style: italic;
}

.verde-text {
	color:#1ae17d;
}

.intro-bt{
	width: 250px;
	text-align: center;
	background-color: #1ae17d;
	color: #fff;
	text-transform: uppercase;
	margin: 25px auto 0 auto;
	padding: 10px 0 10px 0;

}

.intro-bt a {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.intro-bt a:hover {
	color: #424141;
}

.intro2 {
	color: #8a8989;
    font-family: 'Pontano Sans', sans-serif;
    font-size: .8em;
    letter-spacing: 4px;
    margin: 0px auto 75px auto;
    text-align: center;
    width: 600px;
    line-height: 24px;
    padding-top: 15px;
    -webkit-animation: fadein 3s; /* Safari 4+ */
	-moz-animation:    fadein 3s; /* Fx 5+ */
	-o-animation:      fadein 3s; /* Opera 12+ */
	animation:         fadein 3s; /* IE 10+ */
}

.recent-work {
	width: 1009px;
	background-color: white;
	margin: 25px auto;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: auto;
    overflow: hidden;
    padding: 6px 6px 6px 6px;
    position: relative;
}

.new {
	position: absolute;
	background-color: #1ae17d;
	top: 25px;
	color: #fff;
	padding: 4px 10px;
	font: 400 16px 'Lato',sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.recent-work img {
	border: 3px solid #f3f3f3;
}

.recent-work:hover {
	background-color: #1ae17d;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.recent-content {
	width: 100%;
	overflow: hidden;
	 -webkit-animation: fadein 1s; /* Safari 4+ */
	-moz-animation:    fadein 1s; /* Fx 5+ */
	-o-animation:      fadein 1s; /* Opera 12+ */
	animation:         fadein 1s; /* IE 10+ */
}

 h3 {
font: 400 18px 'Lato',sans-serif;
letter-spacing: 3px;
margin: 15px auto 0px auto;
width: 1000px;
text-transform: uppercase;
color: #2c2d2d;
padding-bottom: 15px;
padding: 10px 0;
}

h2 {
	font: 400 17px 'Lato',sans-serif;
	letter-spacing: 3px;
	width: 290px;
	border-bottom: 2px solid #f3f3f3;
	padding: 0 0 10px 25px;
	text-transform: uppercase;
	color: #2c2d2d;
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.text {
	float: left;
    height: auto;
    padding-left: 25px;
    width: 260px;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #3a3b3b;
    letter-spacing: 1px;
}

.recent-work img{
	display: block;
	float: left;
}

h3 img {
	margin-right:15px;
}

.bt-project {
	padding: 11px;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	background-color: #1ae17d;
	margin: 25px 0px 0px 25px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bt-project a {
	padding: 15px;
	color: white;
	text-decoration: none;
	}

.bt-project a:hover {
	padding: 15px;
	color: white;
	text-decoration: none;
	}

.recent-work:hover > div > :first-child {
	color: white;
	border-color: #1ae17d;
}
.recent-work:hover > div > :last-child {
	color: white;
	background-color: #2c2d2d;
}

.info-work {
	width: 31%;
	float: left;
}

.hireme {
	width: 1000px;
	margin: 25px auto 25px auto;
	border-top: 1px dashed #d6d7d7;
	padding-top: 35px;
	text-align: center;
	color: #1bd175;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Lato',sans-serif;
	font-weight: 900;
	letter-spacing: 3px;
	margin-top: 30px;
}

.hireme-span{
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #363636;
	letter-spacing: 2px;
}

a {
	color: #1bd175;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

a:hover {
	color: #969696;
}

.footer {
	width: 100%;
	background-image: url(images/dark_wall.png);
	height: 15%;
	text-align: center;
	padding: 15px 0 15px 0;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	color: #6e6d6d;
	line-height: 26px;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 55px;
	letter-spacing: 2px;
}

.footer a {
	color: #6e6d6d;

}

.footer a:hover {
	color: #1bd175;
}

.viewmore {
	padding: 9px;
	text-transform: uppercase;
	font: 400 10px 'Lato', sans-serif;
	background-color: #f5f5f5;
	float: right;
	color: #fff;
}

.gray {
	color: #e4e4e4;
}

.profile-img {
	background-color: #f3f3f3;
	background: url(images/profile-img.png) no-repeat;
	height: 116px;
	width: 116px;
	margin: 20px auto;
}

.img-work {
	display: block;
	width: 80%;
	margin: 25px auto;
	position: relative;
	text-align: center;
}

img a {
	border:none;
}

.margin-work {
	margin-top: 118px;
}

.text-work {
	text-align: center;
	font: 400 14px/21px 'Lato', sans-serif;
	color: #3a3b3b;
	width: 65%;
	margin: 20px auto 40px auto;
}

.bt-work {
	padding: 11px;
	font-size: 13px;
	text-transform: uppercase;
	width: 250px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
	background-color: #1ae17d;
	margin: 25px auto;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bt-work a {
	padding: 15px;
	color: white;
	text-decoration: none;
	}

.bt-work a:hover {
	padding: 15px;
	color: white;
	text-decoration: none;
	}

.bt-work:hover {
		background-color: #2c2d2d;
	}

/* css interiores */


.banner-sections {
	height: 200px;
}

.baner-bg-sections {
	height: 200px;
}

.intro-section {
	padding: 60px 0;
}

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

.border{
 border-bottom: 1px dashed #d6d7d7;
 width: 80%;
 margin: auto;
 margin-bottom: 35px;
}

.icons {
	background: #e4e4e4 url(images/icon1.png) no-repeat 13px 15px;
	border: 3px solid #d7d9d9;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	display: inline-block;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;

}

.icons2 {
	border: 3px solid #d7d9d9;
	width: 50px;
	height: 50px;
	background: #e4e4e4 url(images/icon2.png) no-repeat 15px 14px;
	margin: 0 10px;
	display: inline-block;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;

}

.icons-cont {
	width: 100%;
	margin: 10px auto;
	height: 60px;
	text-align: center;
}

.conthead {
	top: 0;
	background-color: #fff;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	z-index: 99;
}

::-moz-selection {
    background-color: #1ae17d;
    color: #fff;
}

::selection {
    background-color: #1ae17d;
    color: #fff;
}
::-webkit-selectio {
    background-color: #1ae17d;
    color: #fff;
}

.center {
	display: block;
	margin: 35px auto;
}

.email {
	font: 400 18px 'Lato',sans-serif;
	letter-spacing: 3px;
	margin: 15px auto 0px auto;
	text-transform: uppercase;
	color: #2c2d2d;
	width: 37%;
	height: 55px;
	text-align: center;
}

a.medinaldg  {
	color: #2c2d2d;
}

a.medinaldg:hover {
	color: #1bd175;
}

.contactme {

	padding: 3px;
	color: #fff;
	background-color: #1ae17d;
	width: 121px;
	text-align: center;
	font-size: 12px;
	margin: 10px auto;

}

.phone {
	text-align: left;
}

/* css fade in animation */


@-webkit-keyframes fadein {
	from {
			opacity:0;
			margin-bottom: -40px
		}
		to {
			opacity:1;
		}
	}

@-moz-keyframes fadein {
 	from {
			opacity:0;
			margin-bottom: -40px
		}
		to {
			opacity:1;
		}
	}

@-o-keyframes fadein {
	from {
			opacity:0;
			margin-bottom: -40px
		}
		to {
			opacity:1;
		}
	}

@keyframes fadein {
	from {
			opacity:0;
			margin-bottom: -40px
		}
		to {
			opacity:1;
		}
	}
}
