/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
	color: #000;
	color: #D5E14D;
	color: #D4D93F;
}


.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
	color: #1abc9c;
	color: #FFF;
	color: #333;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	background-color: #D5E14D;
	background-color: #D4D93F;
	background: -moz-linear-gradient(top, #E8EA95, #D4D93F, #D4D93F);
	background: -webkit-linear-gradient(top, #E8EA95, #D4D93F, #D4D93F);
	background: -ms-linear-gradient(top, #E8EA95, #D4D93F, #D4D93F);
	/*background-color: #D4D93F;
	background-color: #1D2120;
	background-color: #CCC;*/
	/*border-bottom: 2px solid #D4D93F;*/
}



.navbar-default .navbar-nav > li > a {
	color: #1abc9c;
	color: #FFF;
	color: #333;
}

	.navbar-brand img {
		max-height: 30px;
		margin-top: -5px;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #888;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #FFF;
	}
	
#content {
	margin-top: 50px;
	padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #1abc9c;
		background-color: transparent;
		border-bottom: 2px solid #1abc9c;
		color: #FFF;
		border-bottom: 2px solid #FFF;
	
	}
	
	.navbar-brand img {
		max-height: 60px;
		margin-top: -15px;
	}
	
	.navbar-default {
		/*top: 120px;*/
		height: 100px;
	}
	
	.navbar-default .navbar-nav > li > a, .navbar-brand {
	/*line-height: 20px;*/
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#content {
		margin-top: 100px;	
	}
}

#footerwrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	/*padding-top: 70px;
	padding-bottom: 50px;*/
	padding: 50px 0;
	/*min-height: 100px;
	line-height: 100px;*/
	background-color: #2f2f2f;
		background-color: #D5E14D;
}

.feature-item {
	margin: 0 10px; 
	padding: 0 10px; 
	border-radius: 5px; 
	background: #F2F2F2; 
	height: 340px;
	box-shadow: 2px 2px 5px #888888;
}


#mainimage {
	top: 50px;
	background: url(../img/back.jpg) no-repeat center top;
	position:absolute; 
	width:100%; 
	height:100%; 
	text-align: center;
    background-size: cover;
}

.scroll-down, .scroll-down:hover,.scroll-down:focus {
	font-size: 30px;
	color: #FFF;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 40px;
	height: 40px;
	display: inline-block;
}

#mainimage h1 {
		/*background-color: rgba(0,0,0,0.1);
		border-radius: 5px;*/
		
}

#maincontent {
	overflow:hidden;
	position:absolute; 
	width:100%; 
	top:100%; 
	background-color: #FFF;
}

#footercontent {
	margin-top: 50px;
	padding-bottom: 10px;
	padding-top: 20px;
	/*height:60px;*/
	width: 100%;
	background-color: #333;
	text-align: center;
	color: #FFF;
}

#footerfixed {
	position: fixed;
	bottom: 0;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 100%;
	background-color: #333;
	text-align: center;
	color: #FFF;
}

.hidden-anchor {
	display:block;
	height: 50px;
	margin-top: -50px;
	visibility: hidden;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background-color: #FFF;
	/*background: url(../img/back.jpg) no-repeat center top;*/
	margin-top: -70px;
	padding-top: 123px;
	text-align:center;
	/*background-attachment: relative;
	background-position: center center;*/
	min-height: 650px;
	width: 100%;
	
    /*-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

#headerwrap h1 {
	/*color:#ffffff;*/
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
	color: #FFF;
}

#headerwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a
}

#social i:hover {
	color: #1abc9c
}

/*#footerwrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
		background-color: #D5E14D;
}*/

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}

#workwrap {	
	background: url(../img/work.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#aboutwrap {	
	background: url(../img/about.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




/* Gallery */
.gallery {
	/*margin-top: 30px;*/
}

.gallery img:hover {
	opacity: 0.4;
}

/* Animation */

.animation-element {
	opacity: 0;
	position: relative;
}

.animation-element.slide.left {	
	opacity: 0;
	-moz-transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide.right {	
	opacity: 0;
	-moz-transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	-moz-transform: translate3d(100px, 0px, 0px);
	-webkit-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide.down {	
	opacity: 0;
	-moz-transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	-moz-transform: translate3d(0px, 100px, 0px);
	-webkit-transform: translate3d(0px, 100px, 0px);
	-o-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* Contact */

.p01-contact .text input, .p01-contact textarea {width:100%;margin: 0 0 10px 0}
/*.p01-contact textarea{width:400px;margin: 0 0 10px 0}*/
.p01-contact .submit{margin: 10px 0 0 0}
.p01-contact .label {
	display: block;
	color: black;
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.p01-contact .text input, .p01-contact textarea {width:400px;margin: 0 0 10px 0}
}