/* ===  RESET  === */
	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; }
	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; }


/* ===  BASIC STYLES === */
	body {
		background-color: #fff;
		background-image: url('../images/patt5.png');
		background-attachment:fixed;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* Typography */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 45px; line-height: 50px; margin-bottom: 30px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 30px; line-height: 34px; margin-bottom: 25px; }
	h4 { font-size: 25px; line-height: 24px; margin-bottom: 10px; }
	h5 { font-size: 18px; line-height: 24px; margin-bottom: 10px;}
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 30px 0; font-family: 'Droid Sans', sans-serif; font-size: 15px; line-height: 24px; text-align: justify;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote p { font-size: 13px; font-style: italic; line-height: 24px; color: #737373; margin-bottom: 0px !important; }
	blockquote.blockquote1 { border-left: 1px solid #ddd; margin: 0px 0px 25px 0px; padding: 5px 20px 5px 20px;}
	blockquote.blockquote2 { font-size: 13px; line-height: 24px; color: #737373; border-left: 1px dotted #ddd; margin: 0px 0px 25px 0px; padding: 5px 20px 5px 20px;}
	blockquote.blockquote3 { font-size: 13px; line-height: 24px; color: #737373; border: 1px solid #ddd; margin: 0px 0px 25px 0px; padding: 5px 20px 5px 20px;}
	blockquote.blockquote4 { font-size: 13px; line-height: 24px; color: #737373; background-image: url('../images/icons/quote.png'); background-repeat: no-repeat; background-position: left center; padding-left: 60px; margin: 0px 0px 25px 0px;}
	blockquote.blockquote5 { font-size: 13px; line-height: 24px; color: #737373; background-image: url('../images/icons/quote2.png'); background-repeat: no-repeat; background-position: left center; padding-left: 60px; margin: 0px 0px 25px 0px;}
	blockquote.blockquote6 { font-size: 13px; line-height: 24px; color: #737373; background-image: url('../images/icons/quote3.png'); background-repeat: no-repeat; background-position: left center; padding-left: 55px; margin: 0px 0px 25px 0px;}

	hr { border: solid #ececec; border-width: 1px 0 0; clear: both; margin: 25px 0 25px; height: 0; }

	.blank_separator0 {margin-bottom: 25px; overflow: hidden;}
	.blank_separator {margin-bottom: 40px; overflow: hidden;}
	.blank_separator2 {margin-bottom: 70px; overflow: hidden;}
	.blank_separator3 {margin-bottom: 150px; overflow: hidden;}
	
	.underline-header {text-decoration: underline;}
	.colored {color: #e00000;}

/* Links */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #000;
	  border: none;
	 
	  color: #fff;
	  display: inline-block;
	  font-size: 15px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 10px 16px;
	  font-family: 'Droid Sans', sans-serif;
	  -webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all  0.2s ease;	  }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #000;
		background: #e00000; 
	   }


	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Tabs (activate in tabs.js) */
	ul.tabs {
		display: block;
		margin: 0 0 0px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 15px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { padding: 20px 15px 0px 15px; margin: 0; display: block; border-left: solid 1px #ddd; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd;}
	ul.tabs-content > li { display:none; text-align: left; font-family: 'Droid Sans', sans-serif; font-size: 15px; line-height: 23px;}
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

	.no-margin-right {margin-right: 0px !important;}
	.no-margin-left {margin-left: 0px !important;}
	
	.float-r
	{
		float: right;
	}
	
	.float-l
	{
		float: left;
	}
	
/* #Clearing */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }



	
/* ===  NAVIGATION  === */
#nav-div
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-image: url(../images/nav-bg.png);
	width: 100%;
	/*height: 123px;*/
	overflow: hidden;
}

#nav-div #navig
{
	background-image: url('../images/nav-line.png');
	background-repeat: no-repeat;
	background-position: 96px 70px;
}

#nav-div .logo
{
	position: relative;
	display: block;
	float: left;
	z-index: 20;
	width: 97px;
	height: 116px;
	margin-top: 8px;
}

#nav-div .logo-small
{
	display: none;
}

#nav-div .navigation
{
	float: right;
	padding-top: 25px;
	overflow: hidden;
}

#nav-div ul#nav
{
	color: #000;
	margin: 0 auto;
	float: right;
}

#nav-div ul#nav li
{
	display: inline;
}

#nav-div ul#nav li a 
{
	font-family: "Baskerville Old Face", "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	margin-left: 22px;
}

#nav-div ul#nav li a:hover
{
	color: #e00000;
}

#nav-div ul#nav li.current a
{
	text-decoration: underline;
	color: #e00000;
}

#nav-div p#nr
{
	text-align: right;
	font-size: 12px;
	color: #7e7e7e;
	display: block;
}

#nav-div p#nr img
{
	margin-right: 6px;
}




/* ===  HOME SECTION === */
#home-section
{
	height: 665px;	
}




/* === ABOUT SECTION  === */
#about-section
{
	padding-top: 150px;
}

#about-section .our-service
{
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 20px 15px;
}

#about-section .our-service img
{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#about-section .our-service h5
{
	
	font-family: 'Droid Sans', sans-serif;
}

#about-section .our-service p
{
	margin: 0px;
	
}

#about-section hr
{
	margin: 25px 10px 25px 10px;
}

/*  Pagination */
#main
{
	position: relative;
	width: 257px;
	background-color: #e00000;
	padding: 25px 20px 15px 20px;
	float: right;
}

#holder
{
	/* The unordered list that is to be split into pages */
	width:257px;
	overflow:hidden;
	position:relative;
}

#holder h4
{
	color: #fff;
	margin-bottom: 0px;
	line-height: 22px;
}

#holder h5 a
{
	color: #fff;
}

#holder h5
{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#holder p
{
	margin: 15px 0px 10px 0px;
	text-align: left;
}

.swControls
{
	position:absolute;
	top:80% !important;
	left: 247px !important;
}

a.swShowPage
{
	/* The links that initiate the page slide */
	background-color:#fff;
	float:left;
	margin:4px 1px;
	text-indent:-9999px;
	width:10px;
	height: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

a.swShowPage:hover,
a.swShowPage.active
{
	border:1px solid #fff;
	width:8px;
	height: 8px;
	background-color:transparent;
}

#holder li
{
	background-color: #e00000;
	list-style:none outside none;
	float:left;
	color: #fff;
}

#holder,
#holder ul
{
	margin-bottom: 0px;
}
/* end Pagination */




/* ===  WORKS SECTION  === */
#works-section
{
	padding-top: 150px;
}

#works-section .works a.zoombox img
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#works-section .works a.zoombox img:hover
{
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.info
{
	width: 228px;
	text-align: center;
}

.info h5
{
	font-family: times new roman;
	text-transform: uppercase;
}

.info p
{
	margin-bottom: 15px;
	text-align: center;
}

.info span
{
	font-size: 13px;
}

.info a
{
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition:  color 0.1s linear;
  transition: color 0.1s linear;
}

.info a:hover
{
	color: #e00000;
}

img.arrow
{
	margin-right: 7px;
}




/* ===  PROJECT PAGE === */
.project-presentation
{
	padding-top: 145px;
	overflow: hidden;
}

.project-presentation a.prj-arrow
{
	margin-right: 7px;
}

.project-presentation img.separatory-line
{
	margin: 0px 20px 0px 15px;
}

.project-head
{
	
	overflow: hidden;
}

.project-head p.description
{
	margin-bottom: 15px;
}

.project-head p.btn a
{

	background-image: url('../images/button.png');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 32px 6px 5px;
}

.project-content
{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.project-content h4
{
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
}

.project-content img
{
	float: right;
}

.project-footer
{
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
	padding-bottom: 20px;
}




/* ===  BLOG SECTION, BLOG SINGLE  === */
#blog-section
{
	padding-top: 150px;
}

#blog-section .post, #blog-single .post
{
	overflow: hidden;
	margin-bottom: 15px;
}

#blog-section .post-image, #blog-single .post-image
{
	width: 460px;
	float: left;
	position: relative;
}

#blog-section div.date, #blog-single div.date
{
	width: 71px;
	height: 111px;
	position: absolute;
	left: 370px;
	top: 150px;
	background-image: url('../images/blog/date.png');
}

#blog-section span.month, #blog-single span.month
{
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: block;
	margin-top: 32px;
	margin-left: 17px;
}

#blog-section span.day, #blog-single span.day
{
	font-family: 'Droid Sans', sans-serif;
	font-size: 35px;
	color: #fff;
	margin-left: 15px;
}
	
#blog-section .post-content, #blog-single .post-content
{
	width: 438px;
	padding: 25px 20px;
	background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
	float: left;
}

#blog-section h5, #blog-single h5
{
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 0px !important; 
}

#blog-section p, #blog-single p
{
	margin-bottom: 13px;
}

#blog-section span.blog-meta, #blog-single span.blog-meta
{
	font-size: 13px;
	margin-bottom: 19px;
	float: left;
	width: 100%;
	color: #737373;
}

#blog-section span.blog-meta a, #blog-single span.blog-meta a
{
	font-size: 13px;
	text-decoration: underline;
	color: #e00000;
}

#blog-section .button
{
	padding: 5px 5px;
	margin: 0px;
	color: #fff;
}

#blog-section .button:hover
{
	color: #fff;
}



/* ===  BLOG SINGLE  === */
#blog-single
{
	padding-top: 145px;
	padding-bottom: 50px;
}

#blog-single ol
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#blog-single li
{
	margin-top: 30px;
	overflow: hidden;
}

#blog-single .avatar
{
	float: left;
	margin: 0px 15px 0px 0px;
}

#blog-single .comment-left
{
	float: left;
}

#blog-single .comment-name, .comment-date, .commentary
{
	margin-bottom: 12px;
}

#blog-single .comment-date
{
	color: #737373;
	font-size: 13px;
}

#blog-single .reply a
{
	color: #e00000;
}

#blog-single form
{
	margin-top: 30px;
}

#blog-single p.left
{
	float: left;
	width: 310px;
	margin-right: 9px;
}

#blog-single .textInput {
    width: 280px;
    padding: 0 10px;
    height: 30px;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color: #666;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}
#blog-single textarea.textInput {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
	font-family: 'Droid Sans', sans-serif;
	overflow: hidden;
	width: 600px;
}


/* ===  FEATURES SECTION  === */
#features-section
{
	padding-top: 150px;
	width: 100%;
}

#features-section .ftr
{
	height: 30px;
	background-color: #e1e0e0;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

#features-section #features
{
	overflow: hidden;
}




/* ===  VIDEO  === */
#video
{
	width: 100%;
	height: 250px;
	background-color: #e00000;
	margin: 150px 0px 0px 0px;
}

#video p#white
{
	margin: 50px 0px 10px 0px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

#video p#black
{
	font-size: 30px;
	color: #000;
	text-align: center;
}

#video p#black span
{
	font-style: italic;
}

#video .sixteen .columns
{
	position: relative;
}

#video img#video-big
{
	display: block;
	margin: 20px auto;
}

#video img#video-small,#video img#video-med
{
	display: none;
}

#video a
{
	position: absolute;
	text-indent: -999999px;
	background-image: url('../images/video/play-btn.png');
	background-repeat: no-repeat;
	width: 72px;
	height: 48px;
	top: 144px;
	left: 242px;
}

#video a:hover
{
	position: absolute;
	text-indent: -999999px;
	background-image: url('../images/video/play-btn-hover.png');
	background-repeat: no-repeat;
	width: 72px;
	height: 48px;
	top: 144px;
	left: 242px;
}




/* ===  CONTACT SECTION  === */
#contact-section
{
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 50px;
	/*background-image: url('../images/twitter.png');*/
	background-repeat: no-repeat;
	background-position: 70% 0px;
}

#contact-section span
{
	text-transform: uppercase;
}

#contact-section p
{
	font-size: 14px;
	line-height: 5px;
}

#contact-section .tweet
{
	
	margin-bottom: 100px;
	font-size: 13px;
	color: #737373;
	font-family: 'Droid Sans', sans-serif;
}

#contact-section .tweet ul li a
{
	text-transform: lowercase;
	color: #737373;
	font-style: italic;
	line-height: 24px;
}

#contact-section .tweet ul li span
{
	text-transform: lowercase;
	padding-right: 5px;
}

#contact-section .overlabel-wrapper 
{
   margin-bottom: 20px;   
}
#contact-section label.overlabel 
{
    color:#000;
	font-family: 'Droid Sans', sans-serif; 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 4px;
}
.textInput {
    width: 100%;
    padding: 0 10px;
    height: 30px;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color: #666;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}
textarea.textInput {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
	font-family: 'Droid Sans', sans-serif;
}

#CommentForm label.error {
    color: #e00000;
    font-size: 10px;
    font-weight: bold;
}

#CommentForm input.error, #CommentForm textarea.error {
    border: 1px solid #e00000;
}

p#Note {
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding: 10px;
}
p.error {
    border: 1px solid #e00000 !important;
}

#contact-section form .btn
{
	/*margin-left:230px;*/
	margin-top: 10px;
}




/* ===  FOOTER  ===*/
#footer
{
	padding-top: 20px;
	position: relative;
}

#footer p
{
	font-size: 13px;
	color: #737373;
}

#footer .social-icons
{
	float: right;
}

#footer .social-icons li
{
	display: inline;
}

#footer .social-icons li a
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
  }

#footer .social-icons li a:hover
{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


#footer ul#team
{
	position: absolute;
	right: 0px;
	top: -135px;
}

#footer ul#team li
{
	display: inline;
	margin-left: 5px;
}


.productlist {

	float: left;
}