/*
 * 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: left;}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

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


body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #F8F7FC;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}
.navbar-default .navbar-brand {
	color: #1abc9c;
}

.navbar-default {
	background-color: rgb(253, 255, 255);
	border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #687DE7;
	background-color: transparent;
	/* border-bottom: 2px solid #1abc9c
 */}

.navbar-default .navbar-nav > li > a {
	color: #687DE7;
}

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

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	padding-top: 200px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	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: #6C6A6A;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(171, 93, 16, 0.59);
}

.sub {
min-height: 300px !important;
}

.sub h1{
margin-top: -50px !important;
}

.social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F7FDF0;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
}

.social ul li {
    list-style: none;
    margin-bottom  :5px;
}

.social ul .last {
    margin-bottom: 0;
}

.social ul {
    padding: 0;
}

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

#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 {
margin-right: 20px;
}

.gallery img:hover {
	opacity: 0.4;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
zoom: 1;
}

.clearfix:after {
content:"";
display: block;
clear: both;
visibility: hidden;
}

.mb_30 {
margin-bottom: 30px;
}
/*========================================================= custum css*/

/*========================================================= ãƒ˜ãƒƒãƒ€ãƒ¼ã€€grobalnavi*/
.navbar-fixed-top, .navbar-fixed-bottom {
	/* position: relative; */
	/* right: 0; */
	/* left: 0; */
}
.navbar-brand {
	position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #D09696;
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #D09696;
	display: block;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	transition:0.7s ease-out 0s;
	-webkit-transform:rotatex(360deg);
	background: #999;
	text-shadow:0px 1px 2px #000;
}
/*========================================================= ãƒ˜ãƒƒãƒ€ãƒ¼grobalnavi*/
h1 {
	position: relative;
	width: 100%;
	top: -20px;
	color: #999;
}
h2 {
	color: #6F9394;
}
a {
	color: #D08391;
	font-weight: bold;
}
a:hover  {
	text-decoration: none;
	color: #6F66C3;
}
p {
	font-size: 16px;
}
#works {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.readmore a {
	padding:5px; 
}
.readmore a:hover {
	box-shadow: 0px 2px 3px #999 inset;
	color: #999;
}
.container a {
	font-size: 20px;
}
.row h1 {
	margin: 0 auto;
}
/*========================================================= ä¸Šéƒ¨ãƒ†ã‚­ã‚¹ãƒˆè¨­å®š css*/
.lead p:first-letter {
	font-size: 30px;
}
.row p {
	padding: 0 10px;
}
.row li {
	width: 20%;
	float: left;
}
.row li a {
	font-size: 14px;
}
small, .small {
	position: relative;
	top: 5px;
/* width: 50%; */
	font-size: 100%;
	color: #000;
}
img {
	border:2px dotted #000;
	border-radius: 30px;
}
/*========================================================= /ä¸Šéƒ¨ãƒ†ã‚­ã‚¹ãƒˆè¨­å®š css*/
/*========================================================= custum css*/