
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto Slab', serif;
}
p, span
{
	font-family: 'Open Sans', sans-serif;
}

/* Header */

.header
{
	width: 100%;
}
.container
{
	width: 1200px;
	margin: 0 auto;
}
.logo
{
	float: left;
}
.logo h1
{
	font-size: 30px;
	color: #16b1b5;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	padding: 25.5px;
}
.menu
{
	float: right;
}
.show-menu {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #16b1b5;
	text-align: center;
	padding: 15px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
ul.nav li
{
        font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
        float: left;
        margin: 0 15px;
        padding: 33px 0px;
}
ul.nav li a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	display: block;
}
ul.nav li a:hover
{
	color: #16b1b5;
}
ul.nav li a.active
{
	color: #16b1b5;
}

ul.nav li p.tel
{
	background:url(../images/tel.png) no-repeat;
	padding-left: 35px;
}
ul.nav li p.mail
{
	background:url(../images/mail.png) no-repeat;
	padding-left: 35px;
}

.banner
{
	background:url(../images/bg.jpg) no-repeat left top;
	-o-background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size:cover; 
	background-size: cover;
	padding:50px 0px 50px 0px;
	background-color: #3d454a;
	cursor: default;
}
.banner-text
{
	width: 70%;
	margin: 0 auto;
	padding:80px 0px;
}
.banner-text h2
{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5;
}
.banner-text h2 span
{
	font-weight: 400;
}
ul.under-tagline a
{
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 0px;
}
ul.under-tagline a:hover
{
	color: #16b1b5;
}
ul.under-tagline a:visited
{
	color: #a6e1e5;
}
ul.under-tagline a.active
{
	color: #16b1b5;
}
button.mainbutton
{
	background: none repeat scroll 0% 0% transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 25px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
	margin-top: 25px;
	cursor: pointer;
}
button.mainbutton:hover
{
	background: #fff;
	color: #888;
}
.services
{
	width: 100%;
	background: url(../images/texture-bg.png) repeat;
	float: left;
}
.section-head
{
	padding: 30px 0px 30px 25.5px;
}
.section-head h3
{
	color: #000;
	font-size: 30px;
	font-weight: 300;
}
.section-head h3 span
{
	font-weight: 400;
}
.section-head p
{
	color: #737373;
	font-size: 14px;
	width: 60%;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	margin-top: 15px;
}
.work
{
	width: 100%;
	background: url(../images/texture-bg.png) repeat;
	float: left;
}
.work-gallery
{
	padding-bottom: 20px;
	float: left;
}
.work-gallery ul li
{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 300px;
}
.work-gallery ul li a img
{
	max-width: 300px;
	max-height: 300px;
}
.about
{
	width: 100%;
	float: left;
	background-color: #16b1b5;
	background: url(../images/texture-bg2.png) repeat;
}
.contact
{
	float: left;
	width: 100%;
}
.contact-section
{
	float: left;
	padding-bottom: 100px;
}
.contact-details
{
	float: left;
	margin-left: 100px;
	width: 500px;
}
.contact-details p
{
	font-size: 14px;
	margin-top: 16px;
	line-height: 20px
}
.contact-details p.address
{
	background:url(../images/loc.png) no-repeat;
	padding-left: 35px;
	color: #737373;
}
.contact-details p.tel
{
	background:url(../images/tel.png) no-repeat;
	padding-left: 35px;
	color: #737373;
}
.contact-details p.mail
{
	background:url(../images/mail.png) no-repeat;
	padding-left: 35px;
	color: #737373;
}
.footer
{
	width: 100%;
	background-color: #373A42;
	float: left;
	padding: 50px 0px;
	text-align: center;
}
.footer p.copyright {
    color: #a8aCa5;
    font-weight: 300;
    font-size: 14px;
}
.footer p.copyright a
{
	color: #a8aCa5;
	text-decoration: none;
	border-bottom: 1px dotted #585c65;
}
