@charset "UTF-8";
/*  Google Fonts
	font-family: 'Montez', cursive; 400
	font-family: 'Lobster', cursive; 400
	font-family: 'Signika', sans-serif; 300,600
*/
* {
	border:0px;
	padding:0px;
	margin:0px;
}
*:link, *:visited, *:hover, *:active, *:focus {
	-webkit-transition:color .25s ease, background-color .25s ease,border-color .25s ease, opacity .5s ease, right .5s ease;
	transition:color .25s ease, background-color .25s ease, border-color .25s ease, opacity .5s ease, right .5s ease;
}
a:link {text-decoration:none; color:#B70F20;}
a:visited {text-decoration:none; color:#B70F20;}
a:hover {text-decoration:underline; color:#B70F20;}

h1 {
	font-family: 'Lobster', cursive;
	font-size:32px;
	color:#B70F20;
}
h2 {
	clear:both;
	font-family: 'Signika', sans-serif;
	font-weight:600;
	font-size:16px;
}	
h2 a:link {text-decoration:none; color:#B70F20;}
h2 a:visited {text-decoration:none; color:#B70F20;}
h2 a:hover {text-decoration:underline; color:#B70F20;}
h3 {
	font-family: 'Lobster', cursive;
	font-size:38px;
	color:#555;
}
h4 {
	clear:both;
	font-family: 'Signika', sans-serif;
	font-weight:300;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:7px;
}
body {
	background-image:url(images/leather_1.png);
	background-repeat:repeat;
	/*-webkit-text-size-adjust: 100%; */
}

.nav-active {
	background-color:#B70F20;
	color:#FFF;
}

#navigation {
	float:right;
	padding-top:15px;
	text-align:right;
	font-family:'Lobster', cursive;
	font-size: 17px;
	color:#555;
}
#navigation li {
	list-style-type:none;
	display:inline;
	padding: 25px 5px 5px 5px;
	margin-left:10px;
}
#navigation li a:link {text-decoration:none; color:#555;}
#navigation li a:visited {text-decoration:none; color:#555;}
#navigation ul a:hover {
	text-decoration:none; color:#B70F20; 
	&-webkit-transition: color .25s linear .1s; 
	transition: color .25s linear .1s;
}
#navigation-home {
	padding-top:10px;
	text-align:center;
	font-family:'Lobster', cursive;
	font-size: 28px;
	color:#555;
}
#navigation-home li {
	list-style-type:none;
	display:inline;
	padding: 5px 10px 5px 10px;
}
#navigation-home li a:link {text-decoration:none; color:#555;}
#navigation-home li a:visited {text-decoration:none; color:#555;}
#navigation-home ul a:hover {
	text-decoration:none; color:#B70F20; 
	&-webkit-transition: color .25s linear .1s; 
	transition: color .25s linear .1s;
}
#nav2 {
	float:right;
	padding-top:10px;
	margin-right:10px;
	text-align:right;
	width:550px;
}

#wrapper {
	width:950px;
	padding-bottom:120px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:90px;
}
#content {
	width:100%;
	clear:both;
	float:left;
	margin-top:15px;
	/* height:450px; */
	font-family: 'Signika', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#444;
}
.portfolio {
	text-align:center;
}
#portfolio-featured {
	float:left;
	display:inline-block;
	padding:12px;
	margin:10px 0;
	width:47%;
}
#portfolio-featured img {
	margin: 7px 0 7px 0;
	width:100%;
	height:auto !important;
}
#portfolio-featured:hover {
	background: url(images/BG-skulls.jpg) repeat;
	box-shadow: 5px 5px 5px #888;
}

#content-3column {
	float:left;
	margin-top:15px;
	-webkit-text-size-adjust: 100%;
	/* height:450px; */
	font-family: 'Signika', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#444;
}
#content-2column {
	float:left;
	width:475px;
}
.testimonials {
	float:left;
	width:450px;
	margin:0 10px 30px 10px;
	font-family: 'Signika', sans-serif;
	font-weight:300;
	font-size:16px;
}
.client {
	font-family: 'Montez', cursive;
	font-weight:400;
	font-size:24px;
	color:#B70F20;
	text-align:right;
}
#sidebar {
	float:right;
	margin-top:35px;
	width:300px;
	background-image:url(images/carbon_fibre.png);
	border-radius:10px;
	border:1px solid #555;
	text-align:center;
	font-family: 'Signika', sans-serif;
	font-weight:600;
	font-size:14px;
	color:#e2e2e2;
}
#contact-form {
	float:right;
	margin-top:30px;
	width:400px;
	height:644px;
	background-image:url(images/contact-form.png);
	background-repeat:no-repeat;
	font-family: 'Lobster', cursive;
	font-weight:400;
	font-size:16px;
	color:#555;
}
.contact-form-boxes {
	width:220px;
	height:20px;
	font-size:14px;
	margin-bottom:7px;
}
#footer {
	clear:both;
	position: fixed;
 	z-index: 98;
  	bottom:0px;
	width:100%;
	margin-top:40px;
	padding: 10px 0 10px 0;
	background:url(images/carbon_fibre.png) repeat;
	text-align:center;
	font-family: 'Signika', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#e2e2e2;
}
#footer ul, #footer li {
	list-style-type:none;
	display:inline;
	padding: 0 10px 0 10px;

}
#footer li a:link,#footer li a:visited {text-decoration:none; color:#e2e2e2;}
#footer ul a:hover {
	text-decoration:none; color:#B70F20; 
	&-webkit-transition: color .25s linear .1s; 
	transition: color .25s linear .1s;
}
#social-tab {
  list-style: none;
  position: fixed;
  z-index: 99;
  right: -20px;
  top:180px;
  padding:3px;
  background-image:url(images/carbon_fibre.png);
  background-repeat:repeat;
  font-family:'Signika', sans-serif;
  font-weight:600;
  font-size:9px;
  color:#e2e2e2;
  text-align:center;
  text-transform:uppercase;
  background-color:#555;
  border: 1px solid #555;
  border-top:none;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10x;
}

#social-tab a {
	opacity:0.4;
	filter:alpha(opacity=40);
	clear:both;
	padding:3px;
}
#social-tab:hover {
	right:-1px;
}
#social-tab a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
    width:950px;
    height:400px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:relative;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:relative;
	left:200px;
	bottom:-325px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}