/*
	Theme Name: Blank Slate
	Theme URI: http://www.anchorwave.com/
	Description: Incorporating HTML5 Boilerplate into Wordpress
	Author: Anchor Wave Internet Solutions, Anchorwave.com
	Version: 0.5
	Tags: html5, clean, boilerplate, best practices
*/

/*=Global
---------------------------------------*/
body {
	background:#143757 url(images/body-bg-repeat.jpg) repeat-x center top;
	font:14px/1.428571428571429 sans-serif;
	*font-size:small;
	*font:x-small;
	padding:0;
	color:#fff;
}
a:hover, a:active { text-decoration:underline;}
a, a.active, a:visited { color:#d2cece; }
a:hover { color:#000; }
a.link { -webkit-tap-highlight-color: #FF5E99; } 

ul { margin-left:30px; list-style:disc inside; }

ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

p { margin-bottom:10px; padding:0px;}
p:last-child { margin:0;}

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {
	padding: 15px;
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
pre, code, kbd, samp { font-family: monospace, sans-serif; }

.hidden { display:none; visibility:hidden; } 
.invisible { visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { 
	position:absolute !important;    
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); 
}

/* These selection declarations have to be separate */
::-moz-selection{ background: #01376f; color:#fff; text-shadow: none; }
::selection { background:#01376f; color:#fff; text-shadow: none; } 

/* bicubic resizing for non-native sized IMG: */
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { /* image replacement */
	display:block; 
	text-indent:-999em;
	overflow:hidden;
	background-repeat: no-repeat; 
}
 /* more semantic clearfix */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;}
.group { zoom: 1; }
* html .group { height: 1%;}

/*floated elements*/
.col { display:inline; float:left;}
.col-wide { display:inline; float:right; width:81%; }

/*=Forms
-----------------------------*/
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
button { /* make buttons play nice in IE: */
	width: auto; 
	overflow: visible;
}

/*=Tables
-----------------------------*/
table { 
	font-size:inherit; 
	font:100%; 
}
td, td img {
	vertical-align:top;
} 

/*=Headers
-----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:5px;
}
h1 { font-size:24px;}
h2 { font-size:18px;}
h3 { font-size:16px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:11px;}

/*=Reset
---------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}                  

nav ul { list-style:none; margin:0; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* html5 elements */
article, aside, figure, footer, header, hgroup, nav, section { display:block; }

/*=Layout
---------------------------------------*/
#main{
	width:100%;
	margin:0px;
	background:url(images/main-bg.jpg) no-repeat center top;
}
.wrapper{
	width:950px;
	clear:both;
	overflow:hidden;
	margin:0 auto;
}
#header{
	clear:both;
	overflow:hidden;
	height:149px;
}
.logo{
	float:left;
	width:431px;	
}
.logo a{
	text-decoration:none;
	margin:0px;
	background:url(images/logo.png) no-repeat left top;
	display:block;
	margin:25px 0 0;
	height:93px;
}
.contact-no{
	color:#333;
	font: 15px "Times New Roman", Times, serif;
	padding-left:205px;
}
#main-nav{
	width:500px;
	height:102px; 
	float:right;
}
ul.sf-menu{
	margin:0px;
	list-style-type:none;
	height:102px; 
}
.content{
	clear:both;
	overflow:hidden;
	padding:30px 15px;
}
.interior .content{
	clear:both;
	overflow:hidden;
	padding:30px 0;
}
.content .col-1{
	width:540px;
	padding-right:30px;
}
.teasure{
	width:380px;
	padding-right:140px;
}	
.content .col-1 h1{
	color:#f7b284;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:normal;
}
.content .col-1 h1:first-letter{
	font-size:55px;
}
.content .col-1 .teasure h2{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:30px;
}	
.small-txt{
	font-size:20px;
	line-height:20px;
	padding:3px 7px 0 0;
}	
.last-txt{
	font-size:35px;
	line-height:35px;
}
.txt-style{
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px 0;
	text-align:right;
}
.content .col-1 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:18px;
	margin-bottom:20px;
	clear:both;
}
.content .col-2{
	width:348px;
}
.billboard{
	width:337px;
	background-color:#036;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 3px #000000;
    -webkit-box-shadow: 0px 2px 3px #000000;
    box-shadow: 0px 2px 3px #000000;
}
.more-button, .video-button, .case-button{
	font-size:12px;
	text-align:center;
	padding:4px 15px;
	margin-left:10px;
}
.more-button{
	float:right;
	background-color:#FFF;
	border:1px solid #8fa2b0;
	color:#d85a05;
}
.video-button{
	background-color:#166baa;
	border:1px solid #0d5387;
	color:#fff;
	margin-left:0px;
	float:right;
}
.case-button{
	background-color:#e79a66;
	border:1px solid #df8041;
	color:#fff;
	float:right;
	margin:10px 0;
	width: 140px;
}
.more-button a{ color:#d85a05;}
.video-button a, .case-button a{
	color:#fff;}
.more-button a, .video-button a, .case-button a{
	text-decoration:none;
}
.more-button a:hover, .video-button a:hover, .case-button a:hover{
	text-decoration:underline;
}
.bottom-content{
	background-color:#a0b0bc;
	padding:30px 0;
}
.treasure-1{
	width:358px;
	padding-right:40px;
	border-right:2px dotted #909599;
}
.memo-box{
/*	background-color:#fff;
	border:1px solid #f6b285;
*/	color:#202224;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0px;
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.memo-box h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: sans-serif;
    color: #f7b284;
    clear: both;
    padding: 0px 0px 5px 15px;
    text-shadow: black 1px 1px 1px;
    text-align: center;
}
.client-box{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
.author-detail{
	float:left;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}
.author{
	float:right;
	text-align:right;
	margin-bottom:10px;
}
.author p {
	font-size:13px !important;
}
.author span{
	color:#df8041;
	display:block;
}
.treasure-2{
	/*width:494px;*/
	padding-left:55px;
}
.treasure-2 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#FFF;
	padding-bottom:10px;
	text-transform:none;
}
.treasure-2 h3 a span{
	color:#153e62;
}
.treasure-2 input, .treasure-2 textarea{
	width:210px;
	padding:8px;
	margin-bottom:10px;
	background-color:#edf2f6;
	border:1px solid #86929b;
	color:#4d4d4d;
	font:12px Arial, Helvetica, sans-serif;
}
.treasure-2 .col-1{
	width:228px;
	padding-right:38px;
}
.treasure-2 .col-2{
	width:228px;
	padding:0px;
}
.treasure-2 p{
	font-size:14px;
	line-height:22px;
	text-align:right;
}
.treasure-2 input.more-button{
	background-color:#FFF;
	border:1px solid #8fa2b0;
	color:#d85a05;
	width:auto;
	padding:5px 15px;
	outline:none;
}
.treasure-2 p, .treasure-2 span{
	clear:both;
}
.bottom_form_box{ padding:0px 30px;}
.bottom_form_box p{ color:#000;}
.bottom_form_box .gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea{ width:100% !important;}
#footer{
	background-color:#FFF;
	padding:30px 0;
	line-height:24px;
}

#footer .wrapper {
position:relative;
}
#footer .payment-button {
position:absolute;
right:0;
top:0;
}

#footer .col-1{
	width:300px;
	color:#424242;
	font-size:16px;
	padding-right:20px;
}
#footer .col-2{
	width:189px;
}
#footer p{
	color:#143a5c;
	font-size:12px;
	text-align:center;
}
#footer p a{
	color:#143a5c;	
}
#footer p a:hover {
	text-decoration:none;
}

#footer small {
	font-size:11px;	
}

#footer-nav ul{
	margin:0px;
	list-style-type:none;
	text-align:center;
}
#footer-nav ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0 14px 0 10px;
	text-transform:uppercase;
	line-height:24px;
	display:inline;
	background:url(images/footer-bar.jpg) no-repeat right;
}
#footer-nav ul li.last-child, #footer-nav ul li:last-child{
	background:none;
}
#footer-nav ul li a{
	color:#143a5c;
	text-decoration:none;
}
#footer-nav ul li a:hover{
	text-decoration:underline;
}
.footer-logo{	
	list-style-type:none;
	margin:20px auto 0;	
	text-align:center;
}
.footer-logo li{
	/*float:left;*/
	display: inline-block;
	padding:0 10px;
	vertical-align:middle;
}
.payment-button{
	background:url(images/button-bg.jpg) repeat-x;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	height:34px;
	padding:0 15px;
	line-height:34px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #46729a;
}
.payment-button a{
	color:#fff;
	text-decoration:none;
}
.payment-button a:hover{
	text-decoration:underline;
}
.payment-button span{
	color:#f7b284;
}
.payment-button2{
	background:url(images/button-bg.jpg) repeat-x;
	text-align:center;
	font-size:16px;
	color:#fff;
	width:136px;
	font-weight:bold;
	height:34px;
	padding:0 15px;
	line-height:34px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #46729a;
	margin: 20px 0 0 90px;
}
.payment-button2.style1 {
    background: #78BE20;
}
.payment-button2 a{
	color:#fff;
	text-decoration:none;
}
.payment-button2 a:hover{
	text-decoration:underline;
}
.payment-button2 span{
	color:#f7b284;
}
.review-btn-holder {
	text-align: center;
	margin-top: 20px;
}
.review-btn-holder > div {
	display: inline-block;
	width: 150px;
	margin-left: 40px;
}
/*INTERIOR PAGES
-------------------------------------*/
.content h1{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:10px;
}
.content h1:first-letter{
	font-size:30px;
}
.treasure-3{
	clear:both;
	overflow:hidden;
	list-style-type:none;
	margin:0px;
}
.treasure-3 li{
	padding:15px 10px;
	width:916px;
	margin-bottom:20px;
}
.treasure{
	clear:both;
	overflow:hidden;
	list-style-type:none;
	margin:0px;
}
.treasure li{
	background:url(images/about-treasure-bg.png) repeat-y;
	border-bottom:1px dotted #FFF;
	border-top:1px dotted #FFF;
	padding:15px 10px;
	width:916px;
	margin-bottom:20px;
}
.treasure li div.col-1{
	width:187px;
	padding-right:15px;
}
.about-img-box, .service-img-box, .case-img-box, .video-box, .video-testimonial{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 3px #000000;
    -webkit-box-shadow: 0px 2px 3px #000000;
    box-shadow: 0px 2px 3px #000000;
	background-color:#3b86bc;
	padding:5px;
	display:block;
}

.post .entry{
	overflow:hidden;
	position:relative;
}
.post .entry p strong{
	color:#f5a067;
}
.video-testimonial{
	width:267px;
	height:208px;
}
.bottom-content .video-testimonial{
	height:113px;	
	width:145px;	
	float:left;
	margin:10px;
	display:inline;
}
.bottom-content .video-testimonial img{
	height:auto;	
	width:145px;	
}
.bottom-content .video-testimonial h2{
	font:15px Georgia, "Times New Roman", Times, serif;
}
.video-box{
	width:337px;
	height:270px;
	margin:0 0 30px 0;
}
.attachment-client_logo {
display:block;
margin:0 auto 15px;
}
.case-img-box{
	width:163px;
	height:88px;
	margin:0 20px 10px 0;
}
.about-img-box{
	width:134px;
	height:134px;
	margin:0 20px 10px 0;
}
.service-img-box{
	min-height:120px;
	min-width:185px;
	width:auto;
	height:auto;
	margin:0 20px 0 0;
	line-height:0;
}
.content h2{
	color:#f7b284;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-transform:none;
	padding-bottom:8px;
	clear:right;
}
.content h2 a{
	color:#f7b284;
	text-decoration:none;
}
.content h2 a:hover{
	text-decoration:underline;
}
.list-box{
	margin:0px;
	list-style-type:none;
	padding-top:10px;
}
.list-box li{
	background:url(images/bullet.jpg) no-repeat left;
	padding:0 0 0 20px;
	font-size:13px;
	font-weight:bold;
	line-height:24px;
	border:none;
	margin:0px;
}
.list-box li a{
	color:#FFF;
	text-decoration:none;
}
.list-box li a:hover{
	text-decoration:underline;
}
.box{
	list-style-type:none;
	margin:0px;
	clear:both;
}
.box h2{
	color:#FFF;
	font-size:14px;	
	line-height:20px;
	padding:10px 0;
	margin:0px;
	text-transform:none;
	font-weight:bold;
}
.box li{
	float:left;
	width:277px;
	margin:0 59px 40px 0;
}
.box li.last-child{
	margin-right:0px;
}
.xsmall-box{ width:50px; float:left;}
.small-box{ width:210px; float:left;}
.big-box{width:240px; float:left;}
.contact-form{
	background-color: #264764;
    padding: 15px 0px 10px 15px;
    margin: 30px 0 0 0;
}
.map-box{
	float:right;
	text-decoration:underline;
	color:#d2cece;
	position:relative;
	top:-20px;
	font-size:12px;
}

.wpcf7 span.wpcf7-form-control-wrap{
	display:block;	
}
.wpcf7 span.wpcf7-not-valid-tip {
	top:14%;
	left:24%;
	color:#999;
	font:11px Arial, Helvetica, sans-serif;
	width:165px;
}
.wpcf7 div.wpcf7-response-output{
	clear:both;
	margin:2em 0 0;
}

.intuit{
	position:absolute;
	bottom:0;
	right:0;
}

/*Anchorwave Champ 11/12/2013 */
.sf-menu li a {
text-decoration: none;
color: #424242;
padding: 76px 10px 0 !important;
display: block;
text-transform: uppercase;
font-weight: bold;
margin-right: 2px;
}
#content .post{
   padding:20px;
}
#gform_wrapper_4.gform_wrapper {
	width: 60%;
}
#gform_wrapper_4.gform_wrapper .top_label .gfield_label {
	display: block !important;
}

.gform_wrapper .gform_footer {
float: right;
margin-top: -30px !important;
width: 223px;
}
textarea#input_2_4{
   height: 110px !important;
}

/* Share Buttons */

.share .stButton {
	margin: 0;
}
.share .stButton .chicklets {
	padding-left: 15px;
} 
.blog #content {
	padding-bottom: 25px;
}

/*Newly added css by Rajesh*/
#gform_submit_button_2{
    width: auto;
}
#gform_wrapper_2.gform_wrapper .gform_footer{
    width: auto;
    margin-top:0 !important;
}
#gform_submit_button_2:hover{
    color: #000;
}
.gform_wrapper {    display: block;}