/*
 * 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=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

/* Testimonials Wrap */
#testimonials {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #f3f3f3;
}

/* Contact Wrap */
#contactwrap {
	background-color: #05396a;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2f2f2f;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}
.gallery{width:100%;background:#eee; margin-bottom:45px; margin-top:50px; clear:both !important;	}
.gallery h1{color:#333 !important; padding-top:10px !important;}

.news{width:100%;background:#0496A3; padding:20px 0 20px; margin-bottom:45px; margin-top:50px;	}

.news p{ padding:15px;}
.news h3{ padding:15px;}
.news a{ padding:15px;}
.news h1{color:#fff !important;}

.work-list{
	padding: 0px 0px;
}
.portfolio-text
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom:30px;
	margin-top:30px;
	text-transform:uppercase;
	color:#73472c;
}
h2.portfolio-text::after {
    display: block;
    margin: 17px auto 0px;
    width: 100%;
	max-width:450px;
    height: 1px;
    background: #ab7f66 none repeat scroll 0% 0%;
    content: "";
}

.img-text
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom:30px;
	margin-top:30px;
	text-transform:uppercase;
	color:#73472c;
}
h2.img-text::after {
    display: block;
    margin: 17px auto 0px;
    width: 100%;
	max-width:200px;
    height: 1px;
    background: #ab7f66 none repeat scroll 0% 0%;
    content: "";
}

.work-list a .featured-img
{
	width: 100%;
}
.work-list a .featured-img img
{
	width: 100%;
	height: 175px;
	float: left;
	position: relative;	}
	
@keyframes imagehover {
    0%   {height: 40px;}
    25%  {height: 80px;}
    50%  {height: 120px;}
    75%  {height: 160px;}
    100% {height: 200px;}
}
.image-hover {
    display: none;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 89%;
	height: 175px;
    float: left;
		
}
.image-hover i{
	color: rgba(138, 184, 57, 0);
	font-size:30px;
	line-height: 175px;
	transition: 5s color ease-in;
	display: none;
}
.image-hover:hover i
{	display: block;
	color: #212A3F;
}
.work-list a h3 {
    text-align: center;
    padding: 15px 0px;
    font-size: 15px;
    float: left;
    width: 100%;
    font-weight: 600;
	background: #ccc;
	color:#333;
	margin:0px;
	font-family: 'Roboto', sans-serif;
}
.work-list a:hover .image-hover
{
	display: block;
	animation: 0.4s ease-in 0s normal none 1 running imagehover;

}
.work-space
{
	margin: 15px 0px;
}


.block-feed{border-bottom:1px dashed #ccc; padding:5px 0px 5px 0px}
.block-feed:last-child
{
	border:0px !important;
}
.list-inline a:active{color:#ff6;}
.list-inline a:link{color:#ff6;}
.list-inline a:visited{color:#ff6;}
.list-inline a:hover{color:#fff;}


.newsarticle {
    font-size:14px;
    margin-bottom: 30px;
    width: 500px;
}

.newsarticle div {
    font-size:14px;
}

.newsarticle h5 {
    margin:0;
    font-weight: 400;
    color:#888888;
}

a.rmorelink, a.rmorelink:visited {
    font-size:12px;
    color: #555555;
    text-decoration:none;
    float:right;
    text-transform:uppercase;
}

a.rmorelink:hover {
    color: #000000;    
}
