﻿@charset "utf-8";
/* CSS Document */


/*
@colors:
	tan:        #f7f4f0;
	dark gray:  #302f2e;
	light gray: #818181;
	red:        #de3329;
*/

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}

/** TYPOGRAPHY
================================================= **/

div {
	margin: 0;
	padding: 0;
	outline: 0;
}

h1, h2, h3, h4 {
	color: #302f2e;
}

h1 {
	color: #302f2e;
	font-size: 56px;
	line-height: 68px;
	margin-bottom: 10px;
}

h1 a {
	color: #302f2e;
	-moz-transition: color 0.15s ease-in-out 0s;
	-webkit-transition: color 0.15s ease-in-out 0s;
}

h1 a:hover {
	color: #de3329;
}

a {
	text-decoration: none;
}

em {
	color: #de3329;
	font-style: normal;
}

/*::selection {
	background: #de3329;
	color: #f7f4f0;
}
::-moz-selection {
	background: #de3329;
	color: #f7f4f0;
}*/


/** STRUCTURE
================================================= **/

body {
	font-family: KievitWeb;
	background: #f9f9f9;
}

header, footer, section {
	display: block;
}

.inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

#main {
	padding-top: 55px;
	background: #fff
}

#main .inner {
	padding-bottom: 20px;
}

p.cta {
	padding: 20px 0;
}

/** HEADER
================================================= **/

header {
	background: #f9f9f9;
	border-bottom: solid #ddd 3px;
}

header .inner {
	font-weight: bold;
	padding: 0 20px;
}

header a {
	color: #454545;
	-moz-transition: color 0.15s ease-in-out 0s;
	-webkit-transition: color 0.15s ease-in-out 0s;
}

header a:hover {
	color: #de3329;
	text-decoration: none;
}

header .logo {
	font-size: 32px;
	margin-top: 20px;
	float: left;
	margin-bottom: 15px;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
}

header .logo img {
	vertical-align: top;
	margin-right: 8px;
}

header nav {
	float: right;
	display: inline-block;
}

header nav li {
	float: left;
	list-style: none;
	background-color: #D3D3D3;
}

header nav li a {
	display: block;
	padding: 30px 0 0;
	font-size: 18px;
	font-weight: bold;
}

/** FOOTER
================================================= **/

footer {
	border-top: solid #ddd 3px;
}

footer .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer a {
	color: #454545;
}

footer a:hover {
	color: #de3329;
}

footer h4 {
	color: #454545;
}

/*footer logo*/
footer .company {
	float: left;
	margin-right: 60px;
}

footer h4 {
	font-size: 22px;
}

footer h4 img {
	vertical-align: top;
	position: relative;
	top: 3px;
	margin-right: 4px;
}

footer .company p {
	margin-left: 28px;
}


/** HOMEPAGE
================================================= **/

.project-wrap {
 	float: left;
	width: 29.2%;
	text-align: center;
}

.project-wrap.middle {
	padding: 0 6%;
}

.project-wrap a {
	display: block;
}

.project-wrap a:hover .project-title {
	color: #de3329;
}

.project-wrap .project-title {
	font-weight: bold;
	color: #302f2e;
	font-size: 24px;
	margin-top: 10px;
	-moz-transition: color 0.15s ease-in-out 0s;
	-webkit-transition: color 0.15s ease-in-out 0s;
}

.project-wrap a .project-tagline {
	color: #818181;
}

.project-wrap img {
	vertical-align: middle;
	max-width: 90%;
}

.project-wrap .project-image {
	border: solid #eee 1px;
	height: 170px;
	line-height: 170px;
	background: #fff;
	max-width: 100%;
}

.team {
	text-align: center;
	margin-bottom: 30px;
}

.team .member {
	display: inline-block;
	margin: 0 20px;
}

.team .member img {
	max-width: 100%;
	/*border: solid #eee 12px;*/
	border-radius: 80px;
}

.front ul {
	font-size: 24px;
	color: #707070;
	display: inline-block;
}

.front #main li {
	margin-bottom: 15px;
	padding-left: 20px;
	text-align: left;
}

.front h1 {
	text-align: center;
	font-size: 80px;
	margin-bottom: 40px;
}

.front #main p {
	text-align: center;
	font-size: 20px;
	color: #999;
	margin-bottom: 30px;
}

.cta a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	border: solid #eee 10px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#de3329), to(#c22b23));
  background: -moz-linear-gradient(top, #de3329, #c22b23);
  padding: 10px 50px;
  border-radius: 50px;
  display: inline-block;
}

.cta a:hover {
	text-decoration: underline;
}

.list-wrap {
	text-align: left;
}

.work {
	background: #fcfcfc;
	border-top: solid #eee 1px;
}

.work .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

/** WORK
================================================= **/

.projects {
	padding-top: 20px;
}

.project-item {
	margin-bottom: 80px;
}

.project-item .left {
	float: left;
	width: 59.5%;
}

.project-item .right {
	float: right;
	width: 35%;
}

.project-image {
	padding: 8px;
	border: solid 2px #eee;
}

.project-image.no-border {
	border: 0;
}

.project-item img {
	max-width: 100%;
	height: auto;
}

.project-item h2 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
}

.project-item .description {
	color: #838383;
	font-size: 16px;
	margin-bottom: 50px;
}

.work-back {
	margin-bottom: 30px;
}

.work-back a {
	color: #de3329;
	font-size: 16px;
}

.work-back a:hover {
	text-decoration: underline;
}

.project #main {
	padding-top: 30px;
}

/** CONTACT
================================================= **/

label {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #302f2e;
	display: block;
}

label span {
	display: none;
}

input[type="text"],
textarea {
	background: #fff;
	padding: 7px;
	color: #302f2e;
	border: solid #e4e0db 1px;
}

input[type="text"] {
	width: 95%;
	max-width: 600px;
	font-size: 14px;
}

textarea {
	width: 95%;
	max-width: 600px;
	font-family: inherit;
	font-size: 16px;
}

form .row {
	margin-bottom: 15px;
}

input[type="submit"] {
	background: #de3329;
	border: 0;
	color: #fff;
	font: bold 20px KievitWeb;
	padding: 7px 15px;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 5px;
	float: left;
	margin-right: 20px;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	text-decoration: underline;
}

input[disabled] {
	background: #f4766f;
	cursor: auto;
}

input[disabled]:hover {
	text-decoration: none;
}

input[type="submit"].sending:hover {
	text-decoration: none;
}

.error {
	padding-top: 5px;
	color: #de3329;
	font-size: 1em;
	font-weight: normal;
}

.ajax-progress {
	float: left;
	margin-top: -5px;
}

.contact #main .inner {
	min-height: 560px;
}

.contact-success h2 {
	font-size: 40px;
	padding-top: 33px;
}

.contact-success p {
	color: #818181;
	font-size: 18px;
}

/** THANKS
================================================= **/

.thanks .content {
	text-align: center;
}

.thanks .content p {
	font-size: 24px;
	color: #999;
	margin-top: 20px;
	margin-bottom: 100px;
}


/** RESPONSIVE LAYOUTS
=======================================**/

@media only screen and (max-width: 910px) {

	.project-wrap .project-title {
		font-size: 18px;
	}

}

@media only screen and (max-width: 766px) {

	header { text-align: center; }
	header .logo { float: none; }
	header nav { float: none; }
	header nav li a { padding-top: 0; }

	footer { text-align: center; }
	footer .bullet { display: none; }
	footer .company { float: none; margin: 0 0 30px; }
	footer .company p { margin-left: 0; }
	footer .community a { display: block; }

	.inner { max-width: 420px; }
	#main { padding-top: 25px; }
	h1, .front h1 { font-size: 32px; text-align: center; line-height: 36px; }
	h2 { text-align: center; }

	.team .member {
		width: 35%;
		margin: 0 10px 12px 10px;
	}

	.front #main ul {
		font-size: 20px;
		list-style: outside;
		margin-left: 20px;
	}

	.project-wrap {
		float: none;
		width: 100%;
		margin-bottom: 55px;
	}

	.project-wrap.middle {
		padding: 0;
	}

	.work-back { display: none; }

	.project h1 { font-size: 26px; }

	.project-item { margin-bottom: 10px; }
	.project-item h2 { font-size: 20px; line-height: 26px; }
	.project-item .left,
	.project-item .right { float: none; width: 100%; }

	.project-item .left { margin-bottom: 20px; }
	.project-item .right { text-align: center; }

	.contact-success p { text-align: center; }

	.thanks .content p { font-size: 20px; }
	}
@media (min-width: 512px) {
    .resize-photo {
        float: left;
        max-width: 50%;
    }}

@media (max-width:1000px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
}
	
	.billboard{
    width: 100%;
    height: 365px;
    background: url("../img/popa_levi_v2_900px.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-webkit-box-shadow:0 5px 10px #aaa;
		   -moz-box-shadow:0 5px 10px #aaa;
		        box-shadow:0 5px 10px #aaa;
    overflow: hidden;
}

/*arrangment*/
.front header {
	background-image: url(../img/nav_fond.png);
	background-repeat:repeat-x;
	}
	

.front footer .inner.clearfix .left.community ul li {
	display: inline;
	list-style-type: none;
	}

.back{
	float:right;
	font-size:20px;
	color: #515151;
	}
	

.project-wrap a{
	color: #9E741B;
	text-decoration:underline;
	font-weight: bold;
	}

.listFeat{
	background-image: url(../img/details_deco.png);
	background-repeat:repeat-x;
	height: inherit;
	border-bottom-color:#E9E9E9;
	border-bottom-style:solid;
	color:#9E741B;
	}
	
.listFeatPro{
	background-image: url(../img/details_deco.png);
	background-repeat:repeat-x;
	height: inherit;
	border-bottom-color:#E9E9E9;
	border-bottom-style:solid;
	}
	
.listFeat h2{
	/*color:#9E741B;*/}

author{

}
	
.front #main p.author{
	background-color:#F3F3F3;
	border-bottom:#A9A9A9;
	padding-left:5px;
	color:#9E741B;
	text-align: inherit;}
	


.front header .inner.clearfix .logo a,
nav.clearfix h4 a,
p.back a
{
	background-image: url(../img/nav_deco2.png); background-repeat:repeat-x;
	/*background-color: #DFECF7;*/
	border: 1px solid #D3D3D3;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
		   box-shadow: 0 5px 10px #aaa;
              -webkit-border-radius:0 7px;
				 -moz-border-radius:0 7px;
					border-radius:0 7px;
}

