/* 
 * IT Village Technologies
 * Relaesed 2012
 */



article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */



html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 12px; line-height: 1.231; background:#677750 url(../images/bg.jpg); color: #000; }

body, button, input, select, textarea {font-family: Tahoma, Arial, Helvetica, sans-serif;;}
h1, h2, h3, h4, h5, h6						{ font-weight:normal;}


::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }




a { color:#336600; outline:none; text-decoration:none; }
a:hover { color: #111; }
a:focus { outline: none; }

a:hover, a:active { outline: 0; }

.anim	{ -moz-transition:all .3s; -webkit-transition: all.3s;  -o-transition: all .3s; transition: all .3s; }

p		{ padding:0 ; margin:0; line-height:20px;}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }




ul, ol { margin:0; padding: 0; list-style:none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }




img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


svg:not(:root) { overflow: hidden; }



figure { margin: 0; }



form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }


legend { border: 0; *margin-left: -7px; padding: 0; }


button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }


button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }


button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }


input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }


button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }


textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }


table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


.left							{ float:left !important;  }
.right							{ float:right !important; }

/*=================================================
======    WRAPPER      ====================================
===============================================
*/
#wrapper						{ width:100%; margin:0; padding:0px;}
#main-header					{ width:100%; margin:0; padding:0px; background:#fff; border-top:#7f965f 2px solid;
box-shadow:2px 0px 2px rgba(0,0,0,0.5);-moz-box-shadow: 2px 0px 2px rgba(0,0,0,0.5);-webkit-box-shadow: 2px 0px 2px rgba(0,0,0,0.5); }						
#main-header #header-container	{ width:900px; margin:0 auto; padding:10px 0;}				
#logo							{ margin:0; padding:0;  width:149px; height:73px; float:left;}
#logo a							{ background:url(../images/logo1.png) no-repeat; width:149px; height:73px; display:block;
								-moz-transition:all .3s; -webkit-transition: all.3s;  -o-transition: all .3s; transition: all .3s; cursor:pointer;}
#logo a:hover					{ opacity:0.8;}
#nav-main						{ margin:0; padding:0; float:right;}
#nav-main ul					{ margin:25px 0 0; padding:0;}
#nav-main li					{ margin:0; padding:0 10px; display:inline; font-size:16px; list-style:none;}
#nav-main li a					{ color:#677750; text-decoration:none;}
#nav-main li a:hover,#nav-main li a.active		{ color:#000; text-decoration:none;}


#slider_holder					{ width:100%; margin:0; padding:0px;}
#slider							{ width:900px; height:auto; margin:5px auto ; padding:0px 0; position:relative;}

#bottom-container-holder		{ width:100%; margin:0; padding:0px; background:/*#e6e5ca*/#fff;  border-bottom:3px #bbc6ac solid; box-shadow:-2px 0px 2px rgba(0,0,0,0.5);-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.5);-webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.5); }						

#bottom-container				{ width:900px;  margin:0 auto; padding:15px 0;}

.sub-box-left					{ margin:0; padding:0; width:65%; float:left;}
ul.lister						{ margin:15px 0 0; padding:0; width:100%;}
ul.lister li					{ margin:0; padding:0 15px 0 0; font-size:14px; color:#2b3d11; float:left; width:45%;}
ul.lister li img				{ float:left; margin:0 10px 0 0; cursor:pointer;
-moz-transition:all .3s; -webkit-transition: all.3s;  -o-transition: all .3s; transition: all .3s;
 } 
ul.lister li img:hover			{ opacity:0.8;}
.sub-box-right					{ margin:0; padding:0; width:31%;  float:right;}

h3.box-title					{  margin:0; padding:0; font-size:16px; color:#6b6a4e; font-weight:300;}

/*=================================================
======    ABOUT     ====================================
===============================================
*/
h3.starter						{  margin:0; padding:0 0 15px; font-size:16px;  font-weight:300;}

.grid-1							{ border-right: 1px solid #CCCCCC;  margin: 0 15px 0 0;   width: 22%; font-size:16px; }
.grid-1 ul						{ padding:0 0 15px;}
.grid-1 li						{ margin:0 ; padding:2px 0;}
.grid-1	a						{ display:block; color:#336600; padding:5px 0 5px 15px ; -moz-transition:all .3s; -webkit-transition: all.3s;  -o-transition: all .3s; transition: all .3s; }
.grid-1	a:hover	,.grid-1 a.active{ background:rgba(195,206,180,0.2); border-right:#bec9af 5px solid; }	
.grid-4							{ width: 75%; font-size:14px; color:#2B3D11; min-height:380px;}

/*=================================================
======    WORK     ====================================
===============================================
*/
.project-holder					{ margin: 0 10px 15px 0; padding:0; position:relative; width:31.5%; height:228px; overflow:hidden; float:left; border:3px solid #fff; box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2); cursor:pointer;}
.projcet-img-holder				{  float:left; width:454px; height:228px;}	
.project-holder:hover .project-desc-holder			
{  width:100%; height:180px; position:absolute; background:rgba(0,0,0,0.8); color:#fff; text-align:center; padding:50px 0 0;  font-size:18px; -moz-transition:all .3s; -webkit-transition: all.3s;  -o-transition: all .3s; transition: all .3s;}	
.project-desc-holder p.title	{ font-size:18px; }		
.project-desc-holder p.scope	{ font-size:14px; font-style:italic; }		

.project-desc-holder a	{ background:url(../images/link1.png) no-repeat; width:31px; height:31px; display:block; position:absolute; bottom:5px; right:5px;}

/*=================================================
======    CONTACT     ====================================
===============================================
*/
.title-name					{ width:900px; margin:0 auto; color:#fff; font-size:22px;}
.contact-us						{ width:60%;}
.contact-info					{ width:30%; padding:0 0 0 10px; color:#2B3D11; font-size:16px;}
.contact-info ul li				{ padding:5px 0 ;}
.icon							{ padding:0 5px 0 0; }
ul.feedback						{ margin:0; padding:0;list-style:none;}
ul.feedback li					{ margin:0; padding:10px 0 ;}
label							{ padding:2px 0; display:block; font-size:16px; color:#677750;}

input.feedback_info				{ width:60%; padding:8px 5px; font-family:Arial, Helvetica, sans-serif; font-size:16px; outline:none;  border-radius: 3px; -webkit-border-radius:3px ;-moz-border-radius: 3px; -ms-border-radius:3px;-o-border-radius:3px;  border:1px solid #ccc;}
textarea.feedback_info			{ width:80%; padding:10px 5px; font-family:Arial, Helvetica, sans-serif; font-size:16px; outline:none;  border-radius: 3px; -webkit-border-radius:3px ;-moz-border-radius: 3px; -ms-border-radius:3px;-o-border-radius:3px;  border:1px solid #ccc;}				

input:focus	,textarea:focus		{ box-shadow: 0 2px 2px #CCCCCC inset, 0 1px 0 #FFFFFF; }
				
input.btn						{ color:#fff;padding:10px 15px ; background-color:#677750;font-size:20px; text-align:center;display:block;text-transform:uppercase; width:83%; height:auto; border:1px #5b6e3f solid; -moz-transition:background .1s; -webkit-transition: background.1s;  -o-transition: background .1s; transition: background .1s;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
input:hover.btn					{ background-color:#5b6e3f; -webkit-box-shadow: 0px 0px 5px -25px rgba(0, 5, 6, 0.5);
-moz-box-shadow: 0px 0px 5px -25px rgba(0, 5, 6, 0.5);
box-shadow: 0px 0px 5px -25px rgba(0, 5, 6, 0.5);}


/*=================================================
======    FOOTER     ====================================
===============================================
*/
footer							{ width:100%; margin:0; padding:0px; background:#242222; color:#e6e5ca; font-size:12px;}
footer #footer-container		{ width:900px; margin:0 auto; padding:15px 0;}
ul#f-link						{ margin:0; padding:0; float:right;}
ul#f-link li					{ margin:0; padding:0px 3px; display:inline; font-size:12px; list-style:none;}
ul#f-link li a					{ background:url(../images/social1.png) no-repeat; height:23px; width:23px; display:inline-block; color:#e6e5ca; text-decoration:none; -moz-transition:all .3s; -webkit-transition: all.3s;  -o-transition: all .3s; transition: all .3s;
 } }
ul#f-link li a:hover			{ color:#fff; text-decoration:none;}
ul#f-link li a.fb				{ background-position:0 0;}
ul#f-link li a.tw				{ background-position:-31px 0;}
ul#f-link li a.ln				{ background-position:-60px 0;}

ul#f-link li a:hover.fb			{ background-position:0 -26px;}
ul#f-link li a:hover.tw				{ background-position:-31px -26px;}
ul#f-link li a:hover.ln				{ background-position:-60px -26px;}

p.copyright						{ margin:0; padding:10px 0 0; float:left;}



.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.cleaner:before, .cleaner:after { content: ""; display: table; }
.cleaner:after { clear: both; }
.cleaner { zoom: 1; clear: both; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
