/*
 * 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);


::-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-weight: 400;
    font-size: 16px;

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

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


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

.navbar-default .navbar-brand {
	color: #47a447;
}

.navbar-default {
	background-color: #555;
	border-bottom: 2px solid #999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #47a447;
	background-color: transparent;
	border-bottom: 2px solid #47a447
}

.navbar-default .navbar-nav > li > a {
	color: #47a447;
}

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

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: -70px;
	margin-bottom: 0px;
	padding-top: 140px;
	padding-bottom: 110px;
	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: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#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;
}


#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;
	height: 280px;
}

.gallery .thumbnail {
    position:relative;
    overflow:hidden;    
}

.caption h3{
	color: #FFF;
}
.caption h4{
	color: #FFF;
}
.caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    color:#fff !important;
	text-align:justify;
	text-justify:inter-word;
}

.sectionheader{
	font-size: 50px; 	
	padding-top: 20px;
}

.carpic{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: block;
}

.col-descriptor{
	text-align:justify;
	text-justify:inter-word;
}

#intro{
	background: #FFF;
	padding-left: 135px;
	padding-right: 135px;
	padding-top: 35px;
	padding-bottom: 35px;
}

#intro .jumbotron{
	margin: 0px;	
}

#properties{
	background: #DDD;
}

#niwot{
	background: #FFF;
	padding-bottom: 20px;
}

#cottonwood{
	background: #DDD;
	padding-bottom: 20px;
}

.contactinfo{
	font-size: 13px;
}

.contactform{
	border-left: 1px solid #CCC;
}

.thanks{
	margin-bottom: 0px;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	
	border-bottom: 35px solid black;
	margin-left: 40px;
}


.proptitle{
	margin-top: 0px;
	margin-bottom: 0px;

	
}

.ptl{
	margin-left: 10%;
}

.ptc{
	margin-left: 40%;
}

.ptr{
	margin-right: 10%;
}



#propertyinfo{
	padding-top: 70px;
	padding-bottom: 20px;

}

#propertyinfo h1{
	margin-left: 15px;	
}

.titlelogo{
	margin-top:32px;
	display:block;
	
}

