/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.5;
}

body {
	font-family: 'PT Serif Caption', serif;
    line-height: 1.5;
	-webkit-font-smoothing: antialiased; 
}

a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/**
 *  Main styles
**/

p.lead {
	font-size: 30px;
}

.container {
	padding-left: 85px;
	padding-right: 85px;
}
   
/**
 *  Header
**/

#header {
	min-height: 600px;
	background: url("../img/header-bg.jpg") no-repeat center center #fff;
	color: #999;
}

#header p.lead {
	color: #333;
	margin: 100px 0;
}

#header .container {
	padding-top: 100px;
	padding-bottom: 80px;
}

#logo a {
	width: 180px;
	height: 34px;
	display: block;
	overflow: hidden;
	background: url("../img/logo.png") no-repeat center center;
}

a.contact-link {
	position: relative;
	padding: 0 0 0 30px;
	line-height: 20px;
	font-size: 14px;
	color: #f47421;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

a.contact-link:hover {
	color: #333;
}

a.contact-link i {
	position: absolute;
	font-size: 22px;
	top: 0;
	left: 0;
}


/**
 *  Services
**/

#services {
	min-height: 600px;
	background: url("../img/main-bg.png") no-repeat center center #f47421;
}

#services .container {
	padding-top: 58px;
	padding-bottom: 58px;
}

#services p.lead {
	color: #fff;
}

#services ul {
	color: #333;
	font-size: 18px;
	margin: 35px 0 50px 20px;
	padding: 0;
	line-height: 35px;
}

#services a.pdf-link {
	color: #fff;
	border: 2px solid #fff;
	padding: 12px 30px;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}

#services a.pdf-link:hover {
	color: #333;
	border-color: #333;
}


/**
 *  Awards
**/

#awards {
	min-height: 300px;
	background: url("../img/awards-bg.jpg") no-repeat center center #999;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#awards .container {
	padding-top: 65px;
	padding-bottom: 65px;
}

#awards p.lead {
	color: #fff;
}


/**
 *  Clients
**/

#clients {
	min-height: 370px;
	background: #fff;
}

#clients .container {
	padding: 30px 0 20px;
	max-width: 1200px;
}

#clients img {
	width: 100%;
	max-width: 220px;
}

#clients .col-md-3, #clients .col {
	text-align: center;
}

#clients .row-5 {
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 10px;
}

#clients .row-5 .col {
	float: left;
	width: 20%;
}

.row-5:before, .row-5:after {
	content: " ";
	display: table;
}


/**
 *  Projects
**/

#projects {
	background: #333;
}

#projects .container {
	padding: 0;
	max-width: 1200px;
}

#projects img {
	width: 100%;
}

#projects .col-md-4 {
	padding: 0;
}


/**
 *  Contacts
**/

#contacts {
	min-height: 400px;
	background: #666;
	line-height: 20px;
}

#contacts .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

#contacts p.lead {
	color: #333;
	margin-bottom: 70px;
}

#contacts img {
	max-width: 100px;
	width: 100%;
	float: left;
	margin: 0 30px 15px 0;
}

#contacts .person {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 0 0 30px;
}

#contacts .person h3 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}

#contacts .person span {
	color: #333;
	font-size: 12px;
}

#contacts .person p {
	margin: 20px 0;
}

#contacts .person a {
	color: #fff;
	text-decoration: none;
}

#contacts .person a:hover {
	color: #f47421;
}


/**
 *  Footer
**/

#footer {
	min-height: 200px;
	background: #333;
	position: relative;
	color: #999;
	font-size: 13px;
}

#footer .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer p {
	margin: 15px 0 20px;
}

#footer p.copyright,
#footer p.address {
	display: inline-block;
}

#footer p.copyright {
	margin: 15px 40px 5px 0;
}

#footer p.address {
	margin: 0;
}

#footer .dev a {
	color: #fff;
	text-decoration: none;
}

#footer .dev a:hover {
	color: #000;
}

a.fb-link {
	font-size: 24px;
	line-height: 40px;
	color: #333;
	text-decoration: none;
	background: #666;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	margin: 25px 0 0 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

a.fb-link:hover {
	color: #333;
	background: #fff;
}