/*  
Theme Name: Push
Theme URI: http://www.templatesquare.com/
Description: Push is a creative and modern WordPress theme for corporate, business and portfolio sites. 
Version: 1.0
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, theme-options, translation-ready
*/



/* Generated by Font Squirrel (http://www.fontsquirrel.com)*/
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.wd{
	width:100%;
}
/* 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 {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.clearfix:after {
  clear: both; }
.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;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
html, body{height:100%;}
body {
	font-family:Arial;
	font-size:14px;
	color:#464646;
	margin:0 auto;
	padding:0;
	line-height:20px;
	background:url(images/bg.jpg) no-repeat center top;
	background-attachment:fixed;
}

/* links */
a, a:visited, .colortext {text-decoration:none; color:#d31145}
a:hover{text-decoration:underline;color:#d31145}
a img{border:none}

a.link-new{text-decoration:underline;}
a:hover.link-new{text-decoration:none;}


/* heading */
h1, h2{margin-bottom:15px;}
h3, h4, h5, h6{margin-bottom:10px;}
h1 {font-size:28px; line-height:30px;}
h2 {font-size:18px; line-height:20px;}
h3 {font-size:16px; line-height:20px; text-transform:uppercase;}
h4 {font-size:15px; line-height:20px;}
h5{font-size:14px; line-height:20px;}
h6 {font-size:13px; line-height:20px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-family:'DroidSansRegular', sans-serif, Arial, Helvetica; color:#202020;}
.pagetitle{margin:0}
.uppercase{text-transform:uppercase;}
.smalltitle{font-size:13px; color:#4e4e4e; font-family:'DroidSansRegular', sans-serif, Arial, Helvetica; text-transform:capitalize}
.valignmiddle{vertical-align:middle; margin-bottom:25px}


/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#dfdfdf;
	background:#dfdfdf;
}

p {
	margin-bottom:20px;
	text-align:justify;
}

body p:last-child{margin-bottom:10px;}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote{
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:16px;
	line-height:25px;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic
}
	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* CONTAINER
-------------------------------------------------------------- */
#outer-container{min-height:100%;}
* html #outer-container{height: 100%;}
#container{
	width:1000px;
	margin:0 auto;
}
#container-shadow{
	
}

/* TOP PANEL */
#top-panel{}
#panel {
	padding:5px 30px;
	color: #aeaeae;
	background:#edbe01;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#toggle-panel{text-align:center !important; border-top:solid 6px #edbe01; height:11px; line-height:11px }
#toggle-panel a, #toggle-panel a:visited{}
#toggle-panel a:hover{text-decoration:none;}
#toggle-panel a{margin:0;  height:11px; width:27px; display:inline-block}
#toggle-panel a#open{background:url(images/panel-open.png) no-repeat left top;}
#toggle-panel a#close{background:url(images/panel-close.png) no-repeat;}

#paneltext{color:#fff; text-align:center; font-family:"DroidSansRegular", Arial; font-size:13px}

/* HEADER & MENU
-------------------------------------------------------------- */
#header{background:url(images/dot-bg.gif) #000 repeat; padding:15px 20px 6px 20px;}
#logo{float:left;}
#logo h1{ font-size:40px; line-height:42px; margin-bottom:0}
#logo h1 a, #logo h1 a:visited{color:#fff;}
#logo h1{margin:10px 0 0 0; font-weight:bold}
#logo .desc{color:#fff}
#top-right{float:right; color:#a9a9a9; padding:20px 0 0 0}
#top-right a, #top-right a:visited{color:#fff;}
#top-right .call{ color:#FFFFFF; font-size:36px; font-family:"DroidSansRegular", Arial;}
#top-right .all-hours{ color:#FFFFFF; font-size:20px; font-family:"DroidSansRegular", Arial; padding-top:10px; float:right }

#container #nav{ position:relative; z-index:200; margin:0 0 0 0; clear:both; background:#d31145 url(images/bg-nav.gif) repeat-x; height:43px;}
#searchcontainer{float:right; height:43px; background:url(images/sep-menu.gif) repeat-y top left; padding:0 20px; position:relative}
#searchbutton{background:url(images/search-icon.png) no-repeat; width:20px; height:17px; text-indent:-9999px; display:block; margin:13px 0 0 0}
.searchbox {
	background:url(images/bg-searchtoggle.gif) repeat-x;
	width: 205px;
	clear: both;
	position:absolute;
	right:0;
	top:44px;
}
.searchbox .searchcontent {
	padding:5px;
	
}
.searchbox input#s{margin:0; width:185px; padding:8px 5px; border:0; background:#ffaec1; color:#505050; font-size:12px;}

#topnav{
	margin:0 0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-family:'DroidSansRegular', sans-serif, Arial, Helvetica;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	text-align:center
}

.sf-menu a {
	text-decoration:none!important;
	display:		block;
	position:		relative;
	padding:0 15px;
	text-decoration:none;
	font-weight:normal;
	font-size:17px;
	height:43px;
	line-height:47px;
	background:url(images/sep-menu.gif) repeat-y top right;	
	font-family:'DroidSansRegular', Arial;
	text-transform:capitalize;
}

#topnav a, .sf-menu a, .sf-menu a:visited {color:#FFFFFF}
#topnav a:hover{color:#fff;}
#topnav li a:hover,
#topnav .current_page_item > a, #topnav  .current_page_item > a:hover,
#topnav .current_page_parent > a, #topnav .current_page_parent > a:hover,
#topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover,
#topnav .current-menu-item > a, #topnav .current-menu-item > a:hover
{color:#fff;}


#topnav li li a, .sf-menu li li a, .sf-menu li li a:visited {color:#777; font-size:13px}
#topnav li li a:hover{color:#ccc;}
#topnav li li a:hover,
#topnav li li.current_page_item > a, #topnav li li.current_page_item > a:hover,
#topnav li li.current_page_parent > a, #topnav li li.current_page_parent > a:hover,
#topnav li li.current-menu-parent > a, #topnav li li.current-menu-parent > a:hover,
#topnav li li.current-menu-item > a, #topnav li li.current-menu-item > a:hover
{color:#ccc;}

#topnav li:hover,
#topnav .current_page_item, #topnav  .current_page_item:hover,
#topnav .current_page_parent, #topnav .current_page_paren:hover,
#topnav .current-menu-parent, #topnav .current-menu-parent:hover,
#topnav .current-menu-item, #topnav .current-menu-item:hover
{ background:url(images/bg-nav-hover.gif) repeat-x center bottom}


/* Drop down menu */
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li li{margin:0px 0px;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			2.7em; /* match top ul list item height */
	z-index:		99;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0px;
	margin-left:	0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:10px 30px!important;
	height:auto;
	line-height:20px;
	background:transparent
}


.sf-menu ul li:hover{}

.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}


#topnav li:hover ul,
#topnav li.sfHover ul {
	background:#282828;
	color:#777;
}
#topnav li li {
	height:auto; 
	text-transform:capitalize; 
	font-family:'DroidSansRegular', Arial;
	font-size:13px;
	background:url(images/sub-menu-line.gif) repeat-x left bottom;
}
#topnav li li:hover,
#topnav li li.current_page_item, #topnav li li.current_page_item:hover,
#topnav li li.current_page_parent, #topnav li li.current_page_parent:hover,
#topnav li li.current-menu-parent, #topnav li li.current-menu-parent:hover,
#topnav li li.current-menu-item, #topnav li li.current-menu-item:hover{
	color:#ccc;
	border:0; 
	margin:0;
	background:url(images/sub-menu-line.gif) repeat-x left bottom;
}


/* SLIDER
-------------------------------------------------------------- */
#slider-container{
	position:relative;
	clear:both;
	height:354px;
	background:#000;
}

/* BEFORE CONTENT */
#before-content{padding:25px 30px;background:#fff url(images/bg-beforecontent.gif) repeat-x bottom; border-bottom:solid 1px #d0d0d0;}
#before-content.inner{padding:20px 30px 15px 30px;}
#before-content.inner.withslider{border:0px; margin:0;}
.slogantext{font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; font-style:italic; color:#454545; line-height:28px; text-align:center}
#before-content #breadcrumbs{float:right; color:#acacac; padding:2px 0 0 0}
#before-content #breadcrumbs a, #before-content #breadcrumbs a:visited{color:#acacac;}
#before-content .pagetitle{float:left;}


/* CONTENT
-------------------------------------------------------------- */
#content{padding:20px 30px; background:#fff;}
#maincontent{width:670px; float:left;}
#maincontent.positionright{float:right; padding:0 0 0 30px}
#maincontent.positionleft{ float:left; padding:0 30px 0 0;}
#maincontent.full{ width:940px;}
#main{width:940px;}

#recentpost h2{font-size:16px; /*margin-bottom:10px;*/}
#recentpost h6{font-size:14px;}
#recentpost h6 a, #recentpost h6 a:visited{color:#101010}
#recentpost h6 a:hover{text-decoration:none;color:#d31145}
#recentpost h6{margin-bottom:3px;}
#recentpost .entry-date{color:#9a9a9a; font-family:Georgia, "Times New Roman"; font-style:italic; display:block; padding-bottom:10px}
#recentpost a.boldtext, #recentpost a.boldtext:visited{color:#777777}
#recentpost a.boldtext:hover{color:#d31145; text-decoration:none}

#recentproject{margin-bottom:0px;}
#recentproject h2{font-size:16px; margin-bottom:10px;}


/* List */
.default-list{line-height:25px;}
ul.default-list{
	list-style:none;
	margin:0;
}
ul.default-list li{
	background:url(images/d-listicon.png) no-repeat 0 6px ;
	padding-left:20px;
}
.arrow-list{line-height:25px; list-style-type:none; padding:0; margin:0 0 20px 0;}
.arrow-list li{background:url(images/list.png) no-repeat 0 8px; padding:0 0 0 25px}

/* Separator */
.separator {
	display:block;
	height:30px;
	padding:10px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0;
	height:auto;
}

.separator.line div{
 	height:1px; display:block; clear:both; padding:20px 0;
	background:url(images/line-dotted.gif) repeat-x left center
}


/* form & button */
form{margin:0; padding:0;}
input[type="text"], input[type="email"],
textarea, input[type="password"], select{
	font-size:11px;
	padding:8px 5px;
	background:#FFFFFF;
	border:0;
	color:#000;
	width:190px;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	font-size:11px;
	padding:4px 5px;
}
.button,
.button:visited,
#content input[type="submit"],
#content input[type="reset"],
#content button{
	font-family:"DroidSansRegular";
	font-size:14px;
	background: #000;
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	padding:0 10px;
	height:32px;
	line-height:34px;
	border:0;
	margin:0
}

#content input[type="submit"],
#content input[type="reset"],
#content button{
	height:32px;
	
}

.button:hover,
#content input[type="submit"]:hover,
#content input[type="reset"]:hover,
#content button:hover{text-decoration:none; background:url(images/bg-button-hover.gif) repeat-x; cursor:pointer; color:#FFFFFF;}

a.more-link, a.more-link:visited{color:#555;}
a.more-link:hover{ text-decoration:none;}
.more-link{
	font-family:"DroidSansRegular";
	font-size:12px;
	background:url(images/bg-button.gif) repeat-x;
	display:inline-block;
	color:#555555;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 10px;
	height:32px;
}
.more-link span.moretext{float:left; line-height:34px; padding-right:10px}
.more-link span.moresep{ background:url(images/morelink-span.gif) no-repeat right top; width:33px; height:32px; float:left}

.more-link:hover{background:#ff9900 url(images/bg-button-hover.gif) repeat-x; height:32px !important; color:#101010}
.more-link:hover span.moretext{color:#FFFFFF}
.more-link:hover span.moresep{ background:url(images/morelink-span-hover.gif) no-repeat right top;}

/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth{margin-right: 2%; margin-left:2%; position:relative; float:left; }

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth								{ width:22%;}
.one_fifth									{ width: 16.8%;}
.one_sixth 								{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 								{ width: 30.6666%;}

.three_fourth							{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols										{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase; border-bottom: 1px solid #f1f1f1;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	border: 1px solid #f1f1f1;
	border-bottom:0;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}



/* CONTACT */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"]{
	width:180px;
	font-size:11px;
}
.wpcf7 textarea{
	/*margin-bottom:7px;*/
	padding:8px 5px;
	font-size:11px;
	width:180px;
	height:60px;
}
.label{float:left; width:70px}
.wpcf7-submit{margin:0px 0 0 0 !important}
.contact-left{
	width:400px;
	float:left;
}
.contact-right{
	width:515px;
	float:right;
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post{margin:0 0 15px 0; padding-bottom:15px; background:url(images/line-dotted.gif) repeat-x left bottom}
.posttitle{font-size:18px; line-height:24px; color:#202020; margin-bottom:0px; text-transform:uppercase;}
.posttitle a, .posttitle a:visited{color:#202020;}
.posttitle a:hover{text-decoration:none; color:#d31145}
.entry-utility{padding:5px 0 0 0; font-family:Georgia, "Times New Roman", arial; font-style:italic; color:#acacac}
.entry-utility a, .entry-utility a:visited{color:#acacac;}
.entry-utility a:hover{color:#d31145; text-decoration:underline;}
.entry-content{padding:0}
.post .entry-content{padding:12px 0 0 0}
.postimg{margin-bottom:15px;}
#singlepost .post{margin-bottom:30px !important}
#postattachment .entry-utility{padding:0 0 10px 0;}

#searchresult .hentry{margin:0 0 30px 0; padding-bottom:20px; background:url(images/line-dotted.gif) repeat-x left bottom} 
#searchresult .entry-content{padding:12px 0 0 0}

.postdate{float:left; background:#eeeeee; width:60px; height:67px; margin-right:20px; text-align:center; color:#101010; font-family:'DroidSansRegular', Arial;}
.postdate span{display:block;}
.postdate span.post-m{ background:#edbe01; height:20px; line-height:22px}
.postdate span.post-d{font-size:20px; line-height:18px; font-family:'DroidSansBold', Arial; padding:5px 0 0 0}
.postdate span.post-d{font-size:13px; font-family:'DroidSansBold', Arial;}

/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	margin-bottom:30px;
	position:relative;
	padding:20px;
	border-top:2px solid #f84864;
	border-bottom:solid 1px #e3e3e3;
	border-right:solid 1px #e1e1e1;
	-moz-box-shadow: 1px 1px 1px #f3f3f3;
	-webkit-box-shadow: 1px 1px 1px #f3f3f3;
	box-shadow: 1px 1px 1px #f3f3f3;
	background:#f5f5f5;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:20px;
}
.avatar{display:block}
#entry-author-info #author-description {
	margin: 0 0 10px 85px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}
#author-description span.author{ font-weight:bold; display:block}

/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* images content */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom:15px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
	overflow: hidden;
}
.navigation .button{}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 30px 0 10px 0;
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	line-height:24px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:18px;

}

h3#reply-title {
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:13%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}

.comment-body cite  a, .comment-body cite  a:visited{}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	padding: 0 0 0px 0px;
	 
}
.reply a.comment-reply-link{padding-right:12px; }
.edit-link, .post-edit-link{clear:both;}
a.comment-edit-link {
	
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:0px;}
.commentlist .comment-body{width:auto; margin-bottom:30px !important; margin-left:80px; background:#f7f7f7; padding:20px}
.commenttext{margin:0; padding:10px 0 0 0;}
.commentlist .comment-body p{margin-bottom:10px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:-15px}
.comment-body .time{font-size:10px; padding-left:10px }
.comment-body .time a, .comment-body .time a:visited{color:#b7b7b7;}
.commentlist .comment-body .reply a, .commentlist .comment-body .reply a:visited{font-size:10px; color:#b7b7b7;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:3px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
	
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{ font-size:12px;}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
}
#today{font-weight:bold}

/* AFTER CONTENT */
#after-content{
	clear:both;
	padding:10px 30px;
	background: #daaf01 url(images/bg-aftercontent.gif) repeat-x;
}
#twitter_update_list{list-style-type:none; padding:0 15px; margin:0; text-align:center}
#twitter_update_list li{font-size:12px; line-height:32px; font-weight:bold; font-style:italic; font-family:Georgia, Arial; background:url(images/tweet.png) no-repeat 0 5px; padding:0; text-align:center; padding:0 0 0 20px; color:#101010}
#twitter_update_list li a, #twitter_update_list li a:visited{color:#fff;}



/*** SIDEBAR ***/
#sidebar{width:230px; padding-left:0px; float:left;}
#sidebar.positionleft{float:left}
#sidebar.positionright{float:right}

#sidebar .widget-title{
	font-size:14px;
	color:#202020;
	text-transform:uppercase;
	padding:0;
	margin-bottom:15px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	color:#8a8a8a;
	
}
#sidebar .widget-container{
	margin-bottom:25px;
	clear:both
}
#sidebar li li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0px;
	background:url(images/line-dotted.gif) repeat-x left bottom;
}
#sidebar li li a{color:#8a8a8a; }
#sidebar li li a:hover{text-decoration:none; color:#d31145;}

/* list second level */
#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:5px 0 0 20px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:2px; padding-bottom:2px; border:0; background:transparent}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child, #sidebar ul ul ul li:last-child{padding-bottom:0px; margin-bottom:0; border:0; }


/* tags widget */
#tag-cloud{margin-bottom:40px; float:left}
#tag-cloud .tag{margin:0 10px 10px 0;}
#tag-cloud .tag, #tag-cloud .tag span{display:block; float:left; height:26px; line-height:25px}
#tag-cloud .tag .left{background:url(images/tag-middle-hover.png) repeat-x; width:10px;}
#tag-cloud .tag .middle{background:url(images/tag-middle-hover.png) repeat-x; padding:0 10px 0 0}
#tag-cloud .tag .right{background:url(images/tag-right-hover.png) no-repeat; width:21px;}
#tag-cloud .tag a, #tag-cloud .tag a:visited{color:#444444;}
#tag-cloud .tag a:hover{text-decoration:none; color:#636363}


#ts-recent-comment li{background:transparent !important;}


/* TS Recent Posts */
.latestpost{margin:0; padding:0; list-style-type:none;}
.latestpost li{padding:10px 0 10px 0 !important; margin:0 !important; background:transparent !important; clear:both;}
.latestpost li:first-child{padding:0 0 10px 0 !important;}
.latestpost li img{padding:2px; border:solid 1px #484848;}
.latestpost .post-date{font-size:12px; color:#888; display:block; padding:4px 0 0 0; overflow:hidden}
.latestpost .post-title{font-family:'DroidSansBold', Arial; font-size:13px; display:block}
#sidebar .latestpost li a{color:#f84864}
#sidebar .latestpost li a:hover{text-decoration:underline;}

.recentproject li{padding:0 !important; background:transparent !important; border:0 !important;}

#sidebar #searchform input#s{width:85%; border:1px solid #d4d4d4; color:#000000; background:url(images/search-icon-new.png) no-repeat left center; padding-left:30px; font-size:12px;}

/* PLUGIN
-------------------------------------------------------------- */

/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:0 0 0 0;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:1px 8px !important;
	margin:0 5px 0 0 !important;
	color:#d9d9d9 !important;
	display:inline-block;
	border:0 !important;
	background:#282828;
}

.wp-pagenavi a:hover{
	padding:1px 8px !important;
	margin:0 5px 0 0 !important;
	color:#282828 !important;
	font-weight:normal !important;
	display:inline-block;
	border:0 !important;
	background:#edbe01;
}
.wp-pagenavi .current{
	padding:1px 8px !important;
	margin:0 5px 0 0 !important;
	color:#282828 !important;
	font-weight:normal !important;
	display:inline-block;
	border:0 !important;
	background:#edbe01;
}
.wp-pagenavi .pages{
	padding:1px 8px !important;
	margin:0 5px 0 0 !important;
	color:#d9d9d9 !important;
	display:inline-block;
	border:0 !important;
	background:#282828;
}
/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0!important;
	padding:0!important;
	width:42px;
	height:42px;
	border:0 !important;
	display:block;
}
.flickr_badge_image{ display:inline-block !important;
	padding:3px;
	margin:0 7px 10px 0;
	height:42px
}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}
.flickr_badge_image:hover{}


/* SHORTCODE
-------------------------------------------------------------- */
/* Pricing Box */

.list-box-container{
	padding:0 0 0 0;
	margin-top:0;
}
.list-box-content{ margin:0px 0px; padding:0 15px;}
.list-box-content ul{margin:0px auto; padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:6px; list-style-type:none; text-align:left; border-top:1px solid #e2e2e2; text-align:center}

ul.pricing-box{margin:0 0 10px 0; padding:0; list-style-type:none; list-style-position:outside;  width:940px; float:left}
ul.pricing-box > li{
	background-color:#f5f5f5;
	border:solid 1px #fff;
	border-width:0 1px 0 0;
	float:left;
	width:233px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	z-index:2
 }
ul.pricing-box li.noborder{border:0;}
ul.pricing-box li.current{border:0; z-index:4}
ul.pricing-box li.last{margin-right:0; background:#ededed}
ul.pricing-box .currency{font-size:22px;}
ul.pricing-box .price-text{
	margin:0; color:#202020; padding:22px 0 19px 0; vertical-align:top;
}
ul.pricing-box .price-text h1{font-size:22px; text-transform:uppercase; margin:0; font-family:"DroidSansBold",Arial}
ul.pricing-box .price{font-size:22px;}
ul.pricing-box .priceper{color:#9c9c9c; font-size:16px; text-transform:lowercase}
ul.pricing-box li.current{
	margin-top:-19px;
	-moz-box-shadow: 0px 0px 18px #a1a1a1;
	-webkit-box-shadow: 0px 0px 18px #a1a1a1;
	box-shadow: 0px 0px 18px #a1a1a1;
	background:#fff;
	padding-bottom:20px
}
.list-box-button{background:#e1e0e0; padding:17px 0; text-align:center !important; margin:0 auto}
.list-box-button .more-link{float:none;}
ul.pricing-box li.current .list-box-button{background:transparent; padding:40px 0 17px 0}

ul.pricing-box .more-link{
	font-family:"DroidSansRegular";
	font-size:16px;
	background:url(images/bg-button-large.gif) repeat-x;
	display:inline-block;
	color:#555555;
	text-transform:uppercase;
	float:none;
	padding:0 0 0 10px;
	height:39px;
}
ul.pricing-box .more-link span.moretext{float:left; line-height:41px; padding-right:10px}
ul.pricing-box .more-link span.moresep{ background:url(images/morelink-span-large.gif) no-repeat right top; width:33px; height:39px; float:left}

ul.pricing-box .more-link:hover{background:#ff9900 url(images/bg-button-large-hover.gif) repeat-x; height:39px !important; color:#101010}
ul.pricing-box .more-link:hover span.moretext{color:#101010}
ul.pricing-box .more-link:hover span.moresep{ background:url(images/morelink-span-large-hover.gif) no-repeat right top;}


/* Pricing Table */
.table-box-container{ width:940px; margin-bottom:20px}
.table-box-container ul{ margin:0px; padding:0;float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:0; margin:0; color:#212121 !important; width:175px;  border-left:1px solid #fff;  }
.table-box-container ul li h4{ margin:0px; font-size:13px;}
.table-box-container ul li.one{width:195px; padding-left:20px; padding-right:20px}
.table-box-container ul li.two{text-align:center}
.table-box-container ul li.three{text-align:center;}
.table-box-container ul li.four{text-align:center;}
.table-box-container ul li.five{text-align:center;}
ul.table_header li.one{}


ul.tbl-odd{ background-color:#f1f1f1; float:left; border-top:1px solid #fff; }
ul.tbl-odd li{width:175px; padding:7px 0; border-left:1px solid #fff;}
ul.tbl-even{ background-color:#ededed; float:left; border-top:1px solid #fff;  }
ul.tbl-even li{width:175px; padding:7px 0; border-left:1px solid #fff; }
ul.tbl-even.noborder{ border-bottom:0px;}
ul.tbl-btn{float:left; border-top:1px solid #fff;  }
ul.tbl-btn li{width:175px; padding:16px 0; border-left:1px solid #fff;  background-color:#ededed;  }
ul.tbl-btn.noborder{ border-bottom:0px;}
ul.tbl-btn li.one.nobg{background:transparent !important; min-height:0px !important}
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}

ul.tbl-odd li.one, ul.tbl-even li.one{border-left:solid 1px #fff} 

.table-box-container .title-box{margin-bottom:0; padding:3px 0; background:#2a2a2a; color:#c9c9c9; font-size:13px; text-transform:uppercase}
.table-box-container li.three .title-box{ background:#353535; color:#c9c9c9}
.table-box-container .title-box.current{ background:#e4b700; color:#212121; font-size:16px; margin-top:-20px; padding:13px 0;}
.table-box-container .price-text{
	margin:0; color:#fff;
	background:#353535;
	padding:17px 0 7px 0;
}
.table-box-container li.three .price-text{ background:#4b4b4b; }
.table-box-container .price-text.current{ background:#f6c500; color:#fff}
.table-box-container .price{font-size:40px; line-height:25px; font-family:"DroidSansRegular", Arial}
.table-box-container .price span.pertext{display:block; font-size:13px; color:#737373}
.table-box-container .price-text.current .price span.pertext{color:#3f3f3f}

.table-box-container .more-link{
	font-family:"DroidSansRegular";
	font-size:16px;
	background:url(images/bg-button-large.gif) repeat-x;
	display:inline-block;
	color:#555555;
	text-transform:uppercase;
	float:none;
	padding:0 0 0 10px;
	height:39px;
}
.table-box-container .more-link span.moretext{float:left; line-height:41px; padding-right:10px}
.table-box-container .more-link span.moresep{ background:url(images/morelink-span-large.gif) no-repeat right top; width:33px; height:39px; float:left}

.table-box-container .more-link:hover{background:#ff9900 url(images/bg-button-large-hover.gif) repeat-x; height:39px !important; color:#101010}
.table-box-container .more-link:hover span.moretext{color:#101010}
.table-box-container .more-link:hover span.moresep{ background:url(images/morelink-span-large-hover.gif) no-repeat right top;}



/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #ededed;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;
	background:#edbe01; color:#fff;
}
.dropcap3{
	background:#edbe01; color:#fff;
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

/* Highlight */
.highlight1{padding:2px 5px; background-color:#d31145; border:solid 1px #ebebeb}	
.highlight2{padding:2px 5px; background-color:#ebebeb;  border:solid 1px #f7f7f7}

	

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-family:'Ubuntu', Georgia, Arial;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0 0 -2px 0;
	padding: 0 0 2px 0;
	list-style: none;
	height: 36px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:36px;
	height:36px;
	overflow: hidden;
	position: relative;
	border-right:solid 1px #fff;
	text-transform:uppercase;
	background:url(images/bg-tab.gif) repeat-x;
}


ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	color:#FFFFFF;
	font-family:"DroidSansregular", Arial;
	font-size:14px;
}

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
ul.tabs li.active{background:url(images/bg-tab-active.gif) repeat-x; }
html ul.tabs li.active a{color:#101010}
#tab-body{
	padding:0 20px;
	background:#f2f2f2;
}


/* jQuery Toggle */
#toggle{}
h2.trigger {
	padding: 12px 20px 14px 20px;
	margin: 0 0 2px 0;
	font-size:14px;
	font-weight: normal;
	text-transform:uppercase;
	background:url(images/bg-toggle.gif) repeat-x;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#FFFFFF;
	height:11px;
	background: url(images/toggle.png) no-repeat right center;
	padding-right:20px;
	cursor:pointer;
	line-height:12px;
}
h2.active span{ background:url(images/toggle-down.png) no-repeat right center; color:#101010; }
h2.trigger a:hover {
	color: #101010;
}
h2.active {
	background:url(images/bg-toggle-active.gif) repeat-x;
}
.toggle_container {
	margin: 0 0 2px 0;
	padding: 10px 25px;
	overflow: hidden;
	clear: both;
	background:#f2f2f2;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/*  TESTIMONIAL  */
.ts-testimonial{padding:0 0 20px 0; margin-bottom:50px; border-bottom:solid 1px #ededed}
.testi-desc{margin:0; font-size:12px; font-style:italic}
	
/* PORTFOLIO */
#ts-display-pf-filterable{list-style-type:none; padding:0; margin:0;}
.ts-display-pf{border-top:solid 3px #191919;}

.ts-display-pf a{line-height:55px; text-decoration:underline;}
.ts-display-pf a:hover{text-decoration:none;}
.ts-display-pf:hover{border-top:solid 3px #db125b;}
.ts-display-pf:hover a{color:#FFF !important;}
.ts-display-pf-img{
	width:220px;
	height:164px;
	position:relative;
	overflow: hidden !important;
	position: relative;
	background:#212121;
}

.ts-display-pf-img img {
	width: 220px;
	height: 164px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index:10;
}

.caption_slide{text-align:center; padding:60px 0 0 0}
.caption_slide h2{font-size:16px; line-height:18px; color:#fff; margin-bottom:5px;}
.caption_slide h2 a, .caption_slide h2 a:visited{color:#fff;}
.caption_slide p{color:#a4a4a4; font-size:13px; font-family:"DroidSansRegular",Arial; text-align:center;}

#filter-control{background:url(images/line-dotted.gif) repeat-x left top; padding:5px 0 0 0 }
#filter{line-height:22px; list-style-type:none; padding:0 0 5px 0; margin:0 0 30px 0; float:left; width:100%; background:url(images/line-dotted.gif) repeat-x left bottom   }
#filter li{list-style-type:none; float:left; padding:0 15px; background:url(images/sep-filternav.gif) no-repeat left center}
#filter li:first-child{padding:0 15px 0 0; background:transparent}
#filter li a, #filter li a:visited{color:#101010; padding:0}
#filter li a:hover, #filter li.selected-1 a{text-decoration:none; color:#d31145}

.image-grid { width: 940px; float:left;}

.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	margin:0;
	padding:0;
	list-style-type:none;
}

.image-grid li {
  width: 220px;
  margin: 0 20px 20px 0;
  float: left;
  height:210px;
  overflow: hidden;
}

.image-grid li.nomargin{margin-right:0 !important;}

#ts-display-pf-filterable .more-link{
	font-family:"DroidSansRegular";
	font-size:14px;
	background:url(images/bg-button.gif) repeat-x;
	display:inline-block;
	color:#101010;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 20px;
	height:32px;
	width:200px;
}
#ts-display-pf-filterable .more-link span.moretext{float:left; line-height:34px; padding-right:10px}
#ts-display-pf-filterable .more-link span.moresep{ background:url(images/morelink-span.gif) no-repeat right top; width:33px; height:32px; float:right}

#ts-display-pf-filterable .more-link:hover{background:url(images/bg-button-hover.gif) repeat-x;}
#ts-display-pf-filterable .more-link:hover span.moretext{color:#FFFFFF}
#ts-display-pf-filterable .more-link:hover span.moresep{ background:url(images/morelink-span-hover.gif) no-repeat right top;}

#ts-display-pf-filterable li:hover .more-link{background:url(images/bg-button-hover.gif) repeat-x !important; color:#FFF}
#ts-display-pf-filterable li:hover .more-link span.moresep{ background:url(images/morelink-span-hover.gif) no-repeat right top !important;}
 
 
 /* jCarousel Option */
 #tscarousel .more-link{
	font-family:"DroidSansRegular";
	font-size:14px;
	background:url(images/bg-button.gif) repeat-x;
	display:inline-block;
	color:#101010;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 20px;
	height:32px;
	width:200px;
}
#tscarousel .more-link span.moretext{float:left; line-height:34px; padding-right:10px}
#tscarousel .more-link span.moresep{ background:url(images/morelink-span.gif) no-repeat right top; width:33px; height:32px; float:right}

#tscarousel .more-link:hover{background:url(images/bg-button-hover.gif) repeat-x; color:#101010}
#tscarousel .more-link:hover span.moretext{color:#FFFFFF}
#tscarousel .more-link:hover span.moresep{ background:url(images/morelink-span-hover.gif) no-repeat right top;}

#tscarousel li:hover .more-link{background:url(images/bg-button-hover.gif) repeat-x !important;}
#tscarousel li:hover .more-link span.moresep{ background:url(images/morelink-span-hover.gif) no-repeat right top !important;}

#tscarousel-button a{ width:20px; height:19px; text-indent:-9999px; float:left; display:block; cursor:pointer;}
#tscarousel-prev{background:url(images/prev.gif) no-repeat; margin-right:2px}
#tscarousel-prev:hover{background:url(images/prev-hover.gif) no-repeat;}
#tscarousel-next{ background:url(images/next.gif) no-repeat;}
#tscarousel-next:hover{ background:url(images/next-hover.gif) no-repeat;}

/* FOOTER */
#footer{background:#b80e3b; height:58px;}
#main-footer{padding:30px 30px 0px 30px; color:#777}
#main-footer .footcol1, #main-footer .footcol2, #main-footer .footcol3, #main-footer .footcol4{float:left; width:220px; margin-right:20px}
#main-footer .footcol4{margin-right:0px;}
#main-footer ul{list-style-type:none; margin:0; padding:0;}
#main-footer li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0; border:0px;}
#main-footer .widget-title{font-size:14px; padding:0; line-height:18px; margin-bottom:15px !important; text-align:left; text-transform:uppercase; color:#fff}
#main-footer li li{ background:url(images/line.gif) repeat-x left bottom; padding:0 0 8px 0px; margin:0 0 6px 0; }
#main-footer li a{color:#777; padding:0px; margin:0px;}
#main-footer li a:hover{ text-decoration:none; color:#ddd}


#copyright{font-size:12px; color:#777; }
#copyright a, #copyright a:visited{color:#949393;}


#main-footer ul.sub-menu, #main-footer ul.children, #main-footer ul ul ul{margin:3px 0 0 10px; }
#main-footer ul.sub-menu li, #main-footer ul.children li, #main-footer ul ul ul li{margin-bottom:2px; padding-bottom:2px; border:0}
#main-footer ul.sub-menu li:last-child, #main-footer ul.children li:last-child, #main-footer ul ul ul li:last-child{padding-bottom:0px; margin-bottom:0; border:0; }

#sn{padding:0}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0;} 
#sn li{list-style-type:none; margin:0; padding:0 10px 0 0; display:inline} 
.sn span{height:32px; width:32px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 0;}

#main-footer #searchform input#s, #main-footer input[type=text],
#main-footer textarea, #main-footer input[type="password"], #main-footer select{border:0; background:#202020; width:95%}

/*** AFTER FOOTER ***/
#after-footer{
	background:#121212;
	padding:0px 30px 0px 30px;
	border-top:solid 2px #0e0e0e;
	font-size:11px; color:#848470;
	height:60px;
	line-height:60px;
}
#after-footer a{color:#848470;}
#copyright{font-size:11px; color:#848470;}
#copyright.withsocialicon{ }

#copyright a, #copyright a:visited{color:#848470;}

#sn{float:right; padding:0 0 0 0}
#sn ul{list-style-type:none; margin:4px 0 0 0; padding:0;} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 6px; display:inline} 
.sn span{height:27px; width:27px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -27px;}


/*************************** NEW ADD ***************************/

.hometopbox{width:284px; height:110px; background:#dadada; padding:5px 10px; float:left; margin-right:10px; border:1px solid #bcbcbc;}
.tab-nav-icon{width:45px; float:left;}
.tab-nav-content{float:left; margin-left:10px; width:78%;}
.tab-nav-content h3.valignmiddle{ margin:5px 0 5px 0; padding:0 0 5px 0px; border-bottom:1px solid #bcbcbc; width:100%;}

ul.tab-nav-section{margin:0; padding:0; list-style:none;}
ul.tab-nav-section li{background:url(images/d-listicon.png) no-repeat left; padding-left:20px; margin-top:4px;}
ul.tab-nav-section li a{font-family:"DroidSansRegular"; color:#333; text-decoration:underline; font-size:14px}
ul.tab-nav-section li a:hover{text-decoration:none;}

.qcontact{width:190px; float:left; background:#dadada; padding:15px 10px 5px 10px;}
.welcometext{ width:380px; float:left; margin:0 20px;}
.articles{ width:310px; float:left;}

.caption-new{margin: 20px 0; border:1px solid #BCBCBC; text-align:center; padding:10px;}

/*************************** NEW ADD form ***************************/
/*#si_contact_form1 input[type="text"],
#si_contact_form1 textarea, #si_contact_form1 input[type="password"], #si_contact_form1 select{
	font-size:11px;
	padding:8px 5px;
	background:#FFFFFF;
	border:0;
	color:#000;
	width:178px;
	font-family:Arial, Helvetica, sans-serif;
}*/
#si_contact_form1 label{
	float:left;
	width:100px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#606060;
}

#si_contact_form1 input[type="text"], #si_contact_form1 input[type="email"]{
	border:1px solid #c9c9c9;
	width:260px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#si_contact_form1 select{
	border:1px solid #c9c9c9;
	width:272px;
	height:30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#si_contact_form1 textarea{
	border:1px solid #c9c9c9;
	width:260px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:60px;
}
span.required{
	color:#F00;
}
#si_contact_form1 img.ctf-captcha{
	width:95px;
	height:40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#si_contact_form1 input[type="submit"], #si_contact_form1 input[type="reset"]{
	height:24px;
	font-size:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:url(images/bg-button-hover.gif) repeat-x;
}
#si_contact_form1 input[type="submit"]:hover, #si_contact_form1 input[type="reset"]:hover{
	background:#000;
}

/*======= Bradcrums ===========*/
.breadcrumbs{
	padding-top:5px;
	float:right;
	color:#D31145;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.breadcrumbs a{
	color:#545454;
}
.breadcrumbs span{
	color:#545454;
}
.breadcrumbs a:hover{
	color:#D31145;
}

/*======= Footermenu ===========*/

div.menu-footermenu-container{
	border:1px solid #F00;
	text-align:center;
}
div.menu-footermenu-container ul{
	float:left;
	list-style:none;
	margin:16px 0 0 350px;
}
div.menu-footermenu-container ul li{
	float:left;
	background:url(images/footer-nav-divider.jpg) right no-repeat;
	padding:0 6px;
}
div.menu-footermenu-container ul li:last-child{
	background:none;
}
div.menu-footermenu-container ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	float:left;
}

#recentproject .jcarousel-container-horizontal ,#recentproject .jcarousel-clip-horizontal
{
 width:100%!important;
}

/*======= ContactUs ===========*/

#wpcf7-f807-p11-o1{
}
#wpcf7-f807-p11-o1 table{
	border:0;
	padding:0;
	margin:0;
}
#wpcf7-f807-p11-o1 table td{
	text-align:left;
	vertical-align:top;
	padding:0;
	border:0;
	color:#606060;
	font-size:11px;
}
#wpcf7-f807-p11-o1 input[type="text"], #wpcf7-f807-p11-o1 input[type="email"] {
    border: 1px solid #C9C9C9;
    border-radius: 6px 6px 6px 6px;
    width: 260px;
	margin-bottom:5px;
}
#wpcf7-f807-p11-o1 select {
    border: 1px solid #C9C9C9;
    border-radius: 6px 6px 6px 6px;
    height: 30px;
    width: 272px;
	margin-bottom:5px;
}
#wpcf7-f807-p11-o1 textarea {
    border: 1px solid #C9C9C9;
    border-radius: 6px 6px 6px 6px;
    height: 60px;
    width: 260px;
	margin-bottom:5px;
}
/*======= Genral ===========*/

ul.servicesimg{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
ul.servicesimg li{
	height:400px;
	float:left;
	margin:0;
	padding:0;
	padding:6px;
	border:1px solid #CCC;
	margin-right:10px;
	margin-bottom:10px
}
ul.servicesimg li:last-child{
	margin-right:0;
}
.wpcf7-quiz-label
{
width:80px!important;
}
div.wpcf7 img.ajax-loader
{
margin-left:0px!important;
}
.searcharea input[type="text"]{ border:1px solid #ccc; }


a.mailto{ text-decoration:underline; }
a:hover.mailto{ text-decoration:none; }



.fwb_fromthis
 {
	display:none !important; 
 }

