/*
Theme Name: Jack-Goldsmith
*/

/* -----------------------Reset CSS--------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  outline:0;
}
body {
  line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; outline:none; }
a {color:#640613;}
.clearfix, .container {display: block;}
/* Regular clearing
   apply to column that should drop below previous ones. */
.clear { clear:both;}
/* ------------------------Common CSS------------------------*/
.leftFloat{float:left;}
.rightFloat{float:right;}
.clearFloat{clear:both;}
.hide{display:none;}
.reset-margin{margin:0 auto;}
.reset-padding{padding:0;}
.reset{margin:0;padding:0;}
.align-justify{text-align:justify;}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
.ajax_loader{ text-align:center; height:32px;padding-bottom:20px;}
.spacer20 { height:20px; float:left;}
.spacer30 { height:30px; overflow:hidden;}
/* ----------------------Typography CSS----------------------*/
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  font-size: 75%;
  color: #000;
  background:#fff;
  font-family:tahoma,arial;
}

.wrapper{ width:936px; margin:0px auto; padding:0px; position:relative;}/* ----------------------Here u can set whole site width----------------------*/

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { padding:0px; margin:0px; line-height:normal;}
h1 { font-family:Georgia; font-size:64px;font-weight:normal;}
h2 {font-family:Georgia; font-size:45px; font-weight:normal; }
h3 {font-family:Georgia; font-size:22px; text-align:center; background:#f1f1f1;padding:3px; margin:30px 0px 0px 0px;}
h4 {font-size:18px;color:#000000;}
h5 { font-size:16px; color:#000000;padding:0px 0px 0px 5px;}
h6 {font-size:13px; color:#650715; font-weight:bold; padding-bottom:23px;}
/* Text elements
-------------------------------------------------------------- */
p           { padding:0px; margin:0px;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus,
a:hover     {text-decoration:none ; color:#000;}
a           { color: #000; text-decoration: underline; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }
pre 				{ margin: 1.5em 0; white-space: pre;}
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
.paddingL12{ padding-left:12px;}
.paddingT10{ padding-top:10px;}
.paddingT35{ padding-top:35px;}
.paddingT50{ padding-top:50px;}
.normal-font{ font-weight:normal;}
/* Lists
-------------------------------------------------------------- */
li ul,
li ol       { padding:0px; margin:0px;}
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { padding:0px; margin:0px; }
dl dt       { font-weight: bold; }
dd          { padding:0px; margin:0px;}
/* Tables
-------------------------------------------------------------- */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff;}
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
/* Misc classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.highlighted{ color:#FF0000;}
/* ---------------------------Form CSS----------------------------*/
label       {  }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
  outline:none;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0;
}
input.text,
input.title   { }
input.title   {}
textarea      { }
input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.border-sub{ background:url(../images/border-img.png) no-repeat left top;}
/* ----------------------Clear areas----------------------*/
.wrapper #container, .wrapper #container #content, .wrapper #container #content #wildcomlum{ overflow:hidden;}
.wrapper-g{ /*width:100%; max-width:1024px;*/ overflow:hidden; margin:0 auto; position:relative; width:100%;}
/* ----------------------Structure css----------------------*/
#content{ padding:20px 0px 30px 0px;overflow:hidden; min-height:620px;}
/* ----------------------header css----------------------*/
#header{padding:50px 0 0 0; border-bottom:1px solid #b0b0b0; height:42px;}
#header .logo{ padding-left:12px;}
#nav-top { width:480px; margin-top:12px; list-style:none; margin:8px 0 0 0; padding:0; float:right;}
#nav-top li{margin:0; padding:0; margin:0px 15px; float:left;}
#nav-top a:link,  #nav-topa:active, #nav-top a:visited {font-size:1.3em; color:#555;text-decoration:none;}
#nav-top a:hover,
#nav-top a.current {color:#000;}
/* ----------------------header css  end here----------------------*/


/* ----------------------About css  starts here----------------------*/
.about-back{ background:url(../images/about-b.png) no-repeat center 20px;}
.inner-content{ padding:0px 65px;}
h3{color:#000000; font-weight:normal;}
.inner-content h2{ font-size:48px; font-weight:normal; margin:0px 0px 15px 0px;}
.inner-content h5{ font-size:24px; font-weight:normal;}
.inner-content blockquote{ color:#a1a1a1; font-size:18px; font-family:arial; margin:0px; padding:0px; font-style:normal;} 
/*.inner-content p { color:#a1a1a1; font-size:18px; font-family:tahoma;} */
.text-p{ color:#777; font-size:18px; font-family:arial; line-height:normal;} 
.inner-content .abouttext{ margin:10px 0px 0px 0px;}
.inner-content .abouttext h4{ font-weight:normal; padding-bottom:4px; font-size:20px;}
.inner-content .abouttext p{ font-size:13px; color:#000; padding:0px 0px 25px 0px; line-height:22px;}
.inner-content p img{ vertical-align:middle; margin:0px 0px 0px 80px;}
/* ----------------------About css  end here----------------------*/

/* ----------------------Case Study css  starts here----------------------*/
.caseleftcol{width:546px; margin-right:53px; float:left}
.caserightcol{width:337px; float:left}
.text-p{ color:#777; font-size:18px; font-family:arial; line-height:normal;} 
.casetext{width:455px; float:left; margin:0px 0px 30px 0px;}
.casetext h4{ font-weight:bold; padding-bottom:4px; font-size:20px;}
.casetext p{ font-size:13px; color:#000; padding:0px 0px 25px 0px; line-height:22px;}
.casetext1{width:320px; float:left; margin:0px 0px 20px 20px;}
.casetext1 h4{ font-weight:bold; padding-bottom:4px;}
.casetext1 p{ font-size:13px; color:#000; padding:0px 0px 25px 0px; line-height:22px;}
.case p img{ vertical-align:middle; margin:0px 0px 0px 80px; float:left;}
.casesmalltext {font-size:11px; line-height:14px; font-style:oblique; color:#666666;}
/* ----------------------Case Study css  end here----------------------*/

/* ----------------------Technology Inner page css  starts here----------------------*/
.technologyleftcol{width:490px; margin-right:48px; float:left}
.technologyrightcol{width:263px; float:left}
.technology-p{ color:#a1a1a1; font-size:18px; font-family:arial; line-height:normal;} 
.technologytext{ margin:10px 0px 0px 0px;}
.technologytext h4{ font-weight:bold; padding-bottom:4px;}
.technologytext p{ font-size:13px; color:#000; padding:0px 0px 25px 0px; line-height:22px;}
.technology p img{ vertical-align:middle; margin:0px 0px 0px 80px; float:left;}
.technologysmalltext {font-size:11px; line-height:14px; font-style:oblique; color:#666666;}
/* ----------------------Technology Inner page css end here----------------------*/

/* ----------------------contactus css  starts here----------------------*/
.contact{ width:400px;}
.contact .form-area{ background:#e7e6e6; padding:28px 40px; color:#969696; border-bottom:1px solid #fff;}
.contact .form-area input{border:1px solid #bbb; padding:5px;width:306px;color:#969696;font-size:11px;margin-top:10px;font-family:tahoma;}
.contact .form-area textarea{height:150px;border:1px solid #bbb; padding:5px;width:306px;color:#969696;font-size:11px;margin-top:12px;font-family:tahoma;}
.contact .form-area input.select-b{ background:#000; width:120px; border:none; font-size:14px; color:#fff; padding:3px 10px; font-family:tahoma; margin:20px 0px 0px 0px;}
.contact .form-area small{ font-size:13px;}
.contact .info-area{ height:40px; background:url(../images/form-back.jpg) no-repeat; padding:30px 0px; font-size:13px;}
.contact .info-area big{ float:left; width:80px; text-align:left; font-weight:bold;font-size:13px; margin:0px 0px 0px 40px;}
.contact .info-area span{ float:left; width:180px; line-height:24px;}
.maparea{ width:375px; margin:0px 0px 0px 0px;}
.maparea .comma{ background:url(../images/comma-back.jpg) no-repeat; font-size:15px; color:#555555; font-family:Georgia; padding:20px 15px; line-height:22px;}
.maparea .comma p{ font-size:11px; font-family:tahoma; padding-top:12px; font-style:italic;}
.maparea .map{ margin:30px 0px 0px 0px;}
.maparea .map img{ border:3px solid #bdbdbd;}
.maparea .map p{ font-size:13px; text-align:center; padding:12px 0px 0px 0px;}
/* ----------------------contactus css  ends here----------------------*/

/* ----------------------Clients css starts here----------------------*/
.inner-content .column-3{ margin:10px 0px 20px 0px; overflow:hidden;}
.inner-content .column-3 .row{ border:1px solid #E2E2E2;
cursor:pointer;
float:left;
height:60px;
margin:0 20px 20px 0;
overflow:hidden;
position:relative;
width:150px;}
.inner-content .column-3 .column{ width:230px; margin:0px 15px 0px 15px; float:left;}
.inner-content .column-3 .column h6, .inner-content .column-3-more .column h6 {font-weight:normal; padding:0px; margin:50px 0px; font-size:20px; color:#000000; text-align:center; line-height:30px; background:url(../images/client-header-bg.jpg) no-repeat;}
.inner-content .column-3 .column .row{width:230px; height:100px; cursor:pointer; position:relative; overflow:hidden; margin-bottom:40px;}
.inner-content .column-3 .column .row a img.client{ opacity:.5; position:absolute; top:0;}
.inner-content .column-3 .column .row a:hover img.client{ position:absolute; top:-100px; opacity:1;}
.inner-content .more_list{ clear:both; cursor:pointer;text-align:center;}
.inner-content .more_list img{  float:none;}
.inner-content .column-3-more{ margin:10px 0px 20px 0px; overflow:hidden; display:none;}
.inner-content .column-3-more .column{ width:230px; margin:0px 15px 0px 15px; float:left;}
.inner-content .column-3-more .column .row{width:230px; height:100px; cursor:pointer; position:relative; overflow:hidden; margin-bottom:40px;}
.inner-content .column-3-more .column .row a img.client{ opacity:.5; position:absolute; top:0;}
.inner-content .column-3-more .column .row a:hover img.client{ position:absolute; top:-100px; opacity:1;}
/* ----------------------Clients css ends here----------------------*/

/* ----------------------Clients css ends here----------------------*/
.clientContainer {margin-left:70px !important; display:none;}
.clientContainer .row{height:60px; cursor:pointer; position:relative; overflow:hidden; width:150px;  float:left; margin:0 20px 20px 0; border:1px #e2e2e2 solid;}
.clientContainer .row a img.client{ opacity:.5; position:absolute;  top:0; left:0;}
.clientContainer .row a:hover img.client{ position:absolute; top:-60px; opacity:1;}
.clientContainer .column-3-more{overflow:hidden; display:none; margin:0;}

.featuredClients .row a img.client{position:absolute; top:-60px;  left:0; opacity:1; }
.featuredClients .row a:hover img.client{position:absolute; top:-60px; opacity:1;}
.clientContainer .info {position:absolute; width:150px; height:60px; border:2px $CCC solid; background:#e2e2e2; color:#222; display:none;}

.clientContainer {display:none;}
/* ----------------------Clients css ends here----------------------*/


/* ----------------------Team css starts here----------------------*/
.pic{float:left; width:140px; height:151px; margin:0 20px 10px 0; position:relative; opacity:0;filter:alpha(opacity=0);}
.pic .info{
	position:absolute;
	background:#f9f9f9;
	border:1px #e2e2e2 solid;
	left: 30px;
	top: 140px;
	width:180px;
	display:none;
	z-index:1000;
}
.pic .info .tip{position:absolute;top:-17px;left:10px;}
.pic .info h5 {font-size:1.4em; color:#555; margin-bottom:6px; padding:8px 10px; background:#f2f2f2; display:block;}
.pic .info span{ font-size:0.68em; color:#555; display:block; }
.pic .info .networkIcon{padding:0 0 5px 10px;}
.pic .info .networkIcon img{vertical-align:middle; margin-right:4px;}
.pic a:hover img{outline:none; border:none;}
/* ----------------------Team css starts here----------------------*/

.inner-content .right-col{width:320px; float:left; margin:0 0 20px 20px;}
.inner-content .right-col img{ float:left; border:none; clear:both;}
.inner-content .right-col p{ margin:0 0 0 30px; padding:0px;}
.inner-content .right-col p.right_para{ margin:10px 0 0 0;}
.inner-content .right-col p a { float:left; color:#7c7c7c; margin:10px 0px 0px 0px;}
.inner-content .right-col p a img{float:left; border:none; margin:0px 10px 0px 0px;}
.inner-content .right-col p a:hover{ color:#7c7c7c; text-decoration:underline;}
.inner-content .right-col span a { float:left; color:#7c7c7c; margin:10px 0px 0px 30px; clear:both;}
.inner-content .right-col span a:hover{ color:#7c7c7c; text-decoration:underline;}
.inner-content .left-col{width:455px; float:left; margin:0 0px 30px 0px;}
.inner-content .left-col h5{ color:#000000; font-size:24px; font-weight:normal; margin:0 0 10px 0; padding:0;}
.inner-content .left-col h4{ color:#000000; font-size:20px; font-weight:normal; margin:0; padding:0;}
.inner-content .left-col p{color:#000000; margin:10px 0 0 0;}
.inner-content .left-col p a{color:#000000; font-size:24px; text-decoration:none;}
.inner-content .left-col p a:hover{color:#000000;text-decoration:underline;}
.inner-content .left-col p span{ color:#7c7c7c; font-size:12px;}
.inner-content .right-col h6{font-weight:bold; padding:0px 0px 10px 0px; font-size:18px; color:#000000;}
.inner-content .right-col h4{ color:#000000; font-size:20px; font-weight:normal; margin:0; padding:0px;}
.inner-content .right-col big{color:#000000; margin:0px 0px 10px 0px;} 
.inner-content .right-col img{ float:left;}
.inner-content .right-col .casesmalltext {font-size:11px; line-height:14px; font-style:oblique; color:#666666;}
.inner-content .right-col .spacer{ width:320px; height:10px; clear:both;}

.inner-content .left-col p a.bunch{color:#640613; font-size:inherit; text-decoration:none;}
.inner-content .left-col p a.bunch:hover{color:#640613;text-decoration:underline;}

/* ----------------------Team css ends here----------------------*/



/* ----------------------sub footer css----------------------*/
.sub-footer{border-top:1px solid #b0b0b0;font-size:13px; color:#999999; clear:both;}
.sub-footer h4{padding:35px 0px 16px 0px;}
.sub-footer .inner-area{ float:left;  height:260px;}
.sub-footer .inner-area a{color:#999999; line-height:20px; text-decoration:none;}
.sub-footer .inner-area a:hover{ text-decoration:underline;}
.sub-footer h4 a:link, .sub-footer h4 a:active, .sub-footer h4 a:visited{color:#000000; font-weight:normal;}
.sub-footer h4 a:hover{color:#000000; text-decoration:underline;}
.sub-footer .inner-area p{ padding:4px 0px 0px 0px;}
.sub-footer .inner-area ul{ margin:10px 0px 0px 0px; padding:0px; list-style:none;}
.sub-footer .inner-area ul li{ background:url(../images/arrow.gif) no-repeat; padding:0px 0px 0px 10px;float:left; background-position:0px 6px; width:40px;}
.sub-footer .inner-area ul li a{ text-decoration:none; float:left;}
.sub-footer .inner-area .boder{ background:url(../images/border-1.jpg) repeat-x;margin:8px 0px 5px 0px; height:1px;}
.sub-footer .about span{ color:#555555;}
.sub-footer .blog b{ text-decoration:underline;}
.sub-footer .services{ width:100px;padding:0px 25px 0px 12px;}
.sub-footer .clints{ width:130px;padding:0px 25px 0px 28px;}
.sub-footer .blog{ width:230px;padding:0px 25px 0px 35px;}
.sub-footer .about{ width:260px;padding:0px 25px 0px 30px;}
.sub-footer blockquote  { margin:0; color: #999; font-style: normal; }
/* ----------------------sub footer css end here----------------------*/

/* ----------------------sub footer css----------------------*/
#footer{ width:100%; height:100px; background:#000000; padding:10px 0px 0px 0px; color:#ffffff; float:left}
#footer img{ margin:12px 8px 0px 0px;}
#footer a{color:#ffffff;}
/*#footer a{color:#d7eaf6;}*/

/* ----------------------footer css end here----------------------*/

.project_shell .details {padding:0;margin:0; display: none; position: absolute; top: 0; left: 0; background: #555; color:#fff; height:100px; overflow:hidden;  }
.project_shell .details .padding{padding:10px;}
.project_shell .details .title {font-weight:bold; font-size:1.3em;}
.project_shell .details .link { padding-top:4px; position:absolute; top:70px;}
.project_shell .details a{color:#fff ; }
.project_shell { position: relative; width:294px;padding:0;margin:0;}



/* */
.success {background:#DDFFDD; border:1px solid #336600; color:#336600;}
.error {background:#FFE8E8; border:1px solid #FF7777; color:#FF7777;}


.msg {color:#555555; padding:10px; font-size:1.2em;}
.padding{padding:5px;}
.videoinsidescroller {margin:20px 0;}
.imageHeads {height:500px;}
