/*  
Theme Name: KoJak Consulting Theme
Theme URI: http://www.kojak-consulting.com/
Description: 
Author: CMHB.co
Author URI: http://www.cmhb.co/
Version: 1.0
*/

/*====================================== reset.css is here ========================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}

table {	border-collapse:collapse; border-spacing:0;}

fieldset,img { border:0; }

address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}

ol,ul { list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}

q:before,q:after {content:'';}

abbr,acronym { border:0;}

.clear{clear:both; font-size:0px;line-height:0px; display:block;}

.last	{margin:0 !important;}

.pad_last{padding:0 !important;}

.no_bg {background:none !important;}

/**************************************************************************************/

p											{}

a											{color:#000; text-decoration:none; outline:0 none;}

a:hover										{color:#000;  text-decoration:underline;}

h1											{font-size:30px; color:#FFFFFF; text-shadow:0 1px 1px #000; padding-top:40px; font-weight:normal; margin-left:10px;}

h1 a										{color:#FFFFFF;}
h1 a:hover									{color:#FFFFFF;}

h2											{font-size:20px; color:#1c3f93; padding-bottom:10px;text-decoration: none;}
h2 a										{color:#1c3f93;text-decoration:none;}
h2 a:hover									{color:#1c3f93;text-decoration:underline;}

h3											{font-size:16px; color:#41ad48;padding-bottom:10px;}
h3 a										{color:#41ad48;text-decoration:none;}
h3 a:hover									{color:#41ad48;text-decoration:underline;}

h4											{font-size:14px;padding-bottom:10px;}

h5											{font-size:13px;padding-bottom:10px;}

h6											{font-size:12px;padding-bottom:10px;}

/*----------------------------------------------------------------------------------*/

body										{color:#222; font-size:12px; font-family:Arial, Helvetica, sans-serif; min-width:1024px;}

.flt_Lt										{float:left; display:inline;}
.flt_Rt										{float:right; display:inline;}

/* ---------------------------------------------------------------------------------*/


/* ----------------------- LAYOUT & HEADER ----------*/

#wrapper	{margin:0 auto; width:100%;}
#header		{width:977px; margin:0 auto;}
#logo		{float:left; margin-top:10px; margin-left:0; width:193px; height:96px;}


/* ------------------------- NAVIGATION  ---------------*/

#nav {float:right; margin:36px 0 60px 250px; }

#nav ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
	position: relative; z-index: 597;
}
#nav ul li {
    display: block;
    position: relative;
    float: left;
	padding:0 0 0 19px;
}
#nav li ul {
    display: none;
}
#nav ul li a {
    display: block;
    text-decoration: none;
    color: #1c3f93;
    padding: 5px 10px 5px 10px;
    margin-left: 1px;
    white-space: nowrap;
	font-weight:bold;
	text-shadow: 1px 1px 0px #efefef;
}
#nav ul li a:hover {
	color:#84c587;
}
#nav li:hover ul {
    display: block;
    position: absolute;
}
#nav li:hover li {
    float: none;
	color: #1c3f93;
}
#nav li:hover a { color:#84c587; background-color:#ffffff;}
#nav li:hover li a:hover {
    color:#84c587;
	background-color:#ffffff;
}
#nav ul li a:active	{color: #1c3f93; background-color:#ffffff;}


/* ---------------------------------------------------------*/


/* ------------------------ SLIDER IMAGES --------------*/

.maincontent                                { margin:0 auto; width:100%;}
.cntimg1                                     { margin:0px auto;background:url(images/plant.jpg) no-repeat center top; height:400px;}
.cntimg2                                     { margin:0px auto;background:url(images/mining.jpg) no-repeat center top; height:400px;}
.cntimg3                                    { margin:0px auto;background:url(images/brisbane.jpg) no-repeat center top; height:400px;}
.cntimg4                                    { margin:0px auto;background:url(images/open-mine.jpg) no-repeat center top;height:400px;}
.midcont									{width:977px; margin:0 auto;}

.discriptions								{ position:relative; z-index:50; padding-top:100px; }
.black p								    {background:#2c3948;  z-index:-5;position:relative; width:300px;text-align:center;}
.black a                                    {font-size:40px; color:#fff;}
.backcol 									{width: auto; margin:0 0 16px 0; display:inline-block; position:absolute; z-index:-1;}
.discriptions .link1						{width:400px; background:#1c3f93; no-repeat left top; font-size:15px; color:#fff; padding: 25px 30px 25px 30px;margin-top:60px; display:inline-block; text-shadow:0 1px 1px #000; line-height:17px;}


/* ------------------------ BREADCRUMBS --------------*/

.breadcrumbs {color:#fff; font-size:12px; text-align:left; padding-top:50px; float:left; position:relative; margin-left:10px;}
.breadcrumbs a {color:#fff;}
.breadcrumbs a:hover  {color:#fff; text-decoration:underline;}

/* ---------------------------------------------------------*/



/* ------------------------ ANIMATION --------------*/

.ca-menu{
    padding-top:100px;
    width: 700px;
}
.ca-menu li{
    width: 200px;
    height: 200px;
    border: 8px solid #1c3f93;
    overflow: hidden;
    position: relative;
    float:left;
    background: #1c3f93;
	opacity: 0.9;
	color: #fff;
    margin-right: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}
.ca-main{
    font-size: 24px;
    position: absolute;
	font-weight:normal;
	color:#ffffff;
    top: 70px;
    height: 100px;
    width: 170px;
    left: 50%;
    margin-left: -90px;
    text-align: center;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #000;
}
.ca-sub{
    text-align:center;
    color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-weight:normal;
    font-size: 17px;
    position: absolute;
    height: 100px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 60px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:hover{
    background: #41ad48;
    border-color: #41ad48;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ca-menu li:hover .ca-main{
    display: none;
}
.ca-menu li:hover .ca-sub{
    opacity: 0.9;
}
.cb-menu{
    padding:0;
    margin-top:-50px;
	margin-right:0;
    width: 420px;
	float:right;
	position:relative;
}
.cb-menu li{
    width: 125px;
    height: 125px;
    border: 4px solid #fff;
    overflow: hidden;
    position: relative;
    float:left;
    background: #41ad48;
    margin-right: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.cb-menu li:last-child{
    margin-right: 0px;
}
.cb-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}
.cb-main{
    font-size: 15px;
    position: absolute;
	font-weight:normal;
    top: 40px;
    height: 100px;
    width: 170px;
    left: 50%;
    margin-left: -84px;
    text-align: center;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #000;
	color: #fff;
}
.cb-sub{
    text-align:center;
    color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-weight:normal;
    font-size: 12px;
    position: absolute;
    height: 100px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 30px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.cb-menu li:hover{
    background: #41ad48;
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.cb-menu li:hover .cb-main{
    display: none;
}
.cb-menu li:hover .cb-sub{
    opacity: 0.9;
}

/* ---------------------------------------------------------*/



/* ------------------------ BLUE MID SECTION CONTAINER --------------*/

.btm-cnt						{background-color:#1c3f93; width:100%;padding-bottom:20px;}
.btm-cnt-container				{width:977px; margin:0 auto;}
.btm-cnt1                       {float:left;   width: 285px; padding-top:20px; position: relative; margin: 0 40px 0 0; padding-left:10px;}
.btm-cnt2                       {float:left;   width: 289px; padding-top:20px; position: relative; margin: 0;padding-left:10px;}
.btm-cnt1 h3, .btm-cnt2 h3      {font-size:17px;color:#fff; font-weight:normal;text-shadow: 1px 1px 0px #222;}
.btm-cnt1 p, .btm-cnt2 p        {font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#fff; padding: 8px 11px 15px 0;}
.arrow 							{float:right;bottom: 14px;position: absolute; right: 0;}

/* ---------------------------------------------------------*/



/* ------------------------ HOME & CONTENT SECTIONS --------------*/

.copy           	{background:#fff;width:100%;}
.copy ul 			{list-style:disc; margin-left:15px; margin-bottom:10px;}
.copy li 			{line-height: 16px;}
.copy ul li			{margin-left:10px; padding-top:5px;}
.copy a				{text-decoration: underline;}


.container     		{width:937px; margin:0 auto; padding:20px 20px 20px 20px;border-left: 1px solid #D9D9D9;border-right: 1px solid #D9D9D9;height: 105%;}
.homecont     		{width:977px; margin:0 auto; padding:20px 20px 20px 20px;}


.copyleft			{ float:left;}
.copyleft h2		{font-size:18px;color:#2c2e2e;font-family: Arial, Helvetica, sans-serif;font-weight:normal;text-shadow: 1px 1px 0px #efefef;}
.copy-txt 			{background:#1c3f93;padding:22px 22px 20px 20px;position:absolute;margin:20px 0 20px;width:269px;}
.copy-txt p    		{font-size:18px;color:#fff;font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 0px #000; line-height:24px;} 
.copy-txt img       {float:right; bottom:10;}
.copyright			{ float:right; width:630px;}
.copyright h2       {font-size:18px;color:#2c2e2e;font-family: Arial, Helvetica, sans-serif;margin:0 0 20px 0; text-shadow: 1px 1px 0px #efefef; font-weight:normal;} 

.news					{width:635px;}
.gray-img           	{float:left; width:140px; height:140px;}
.copyright img 			{border:#d9d9d9 1px solid; padding:2px;}
.side-txt           	{float:left;}  
.side-txt a				{text-decoration:none;}
.side-txt a:hover		{text-decoration:underline;}
.txt		        	{font-size:14px;color:#222;font-family: Arial, Helvetica, sans-serif;margin-left:16px; font-weight:bold; text-decoration:none;} 
.txt1               	{font-size:14px;color:#4c4c4c;font-family: Arial, Helvetica, sans-serif;margin-left:16px;margin-top:4px;} 
.side-txt p        		{font-size:13px;color:#222;font-family: Arial, Helvetica, sans-serif;margin-left:16px;margin-top:4px;width:425px;padding-bottom:3px;}
.lft-arrow         		{background:url(images/left-arrow-img.png) no-repeat right top;width:120px; margin: 0 0 0 360px; padding:0 0 4px 0;}
.lft-arrow p       		{padding: 3px 0 0 14px;color:#fff; font-size:12px; font-weight:bold;text-decoration:none;}
.lft-arrow a:hover      {color:#fff;} 


#more						{width:977px; margin:0 auto; padding-bottom:20px;}
#more  .rgt-arrow           {background:url(images/right-arrow-img.png) no-repeat left top;width:269px;float:left;}
#more  .rgt-arrow p         {padding:7px 5px 18px 20px;color:#fff;font-size:14px;}
#more  .rgt-arrow a         {color:#fff;text-shadow: 1px 1px 0px #222;text-decoration:none;}
#more  .rgt-arrow a:hover	{text-decoration:underline;}
#more  .rgt-arw             {background:url(images/right-arrow-img.png) no-repeat top left;float:right; width:630px;}
#more  .rgt-arw p           {padding: 6px 0 9px 20px;color:#fff; font-size:14px;}
#more  .rgt-arw a           {color:#fff;text-shadow: 1px 1px 0px #222;text-decoration:none;}
#more  .rgt-arw a:hover     {text-decoration:underline;}


.content {
    height: 105%;
    margin: auto;
    position: relative;
	width:937px;
}

.article {
    float: left;
    position: relative;
    width: 700px;
	margin-right:7px;
}
.srvslider {
    float: left;
    position: relative;
    width: 696px;
	margin-bottom:10px;
	padding:2px;
	border:#CCCCCC solid 1px;
}
.article p {
    padding-bottom:10px;
	padding-right:20px;
	line-height:16px;
}
.article h2 {text-decoration: none;}
.imgboder {margin-right:15px; margin-bottom:20px; float:left; position:relative; padding:2px; border:#CCCCCC solid 1px;}
.post img {margin-right:15px; margin-bottom:20px; float:left; position:relative; border:#CCCCCC solid 1px; padding:2px;}
.aside {
	float: right;
	width: 220px;
}
.post {margin-bottom:8px;}
.article hr {
border:0;
margin:10px 0 10px 0;
width:100%;
color:#D9D9D9;
background-color: #D9D9D9;
height: 1px;
}

/* ---------------------------------------------------------*/



/* ------------------------ SIDEBAR & WIDGETS --------------*/
/*call to action general styling*/

#cta{
background-color:#41ad48;
padding:10px;
margin-bottom:20px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 1px 1px 1px #575757;
-moz-box-shadow: 1px 1px 1px #575757;
box-shadow: 1px 1px 1px #575757;
color:#fff;
}

.cta_title{
padding-bottom:5px;	
}

#cta p{
margin-bottom:0; text-align:center;
}

/*call to action form styling*/

/*form*/

#url {
	display: none;
}

#form_ul{
width:200px;
padding:0;
margin:0;
}

#form_ul li{
padding:10px 0 0 0;
list-style:none outside none;
margin-left:5px;
}

#form_ul li input, #form_ul li textarea{
width:190px;
background-color:#efefef;
border:0;
margin-top:1px;
padding-left:4px;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}

#form_ul li textarea{
height:70px;
padding-left:4px;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}

#form_ul li input:focus, #form_ul li textarea:focus{
background-color:#e2ffe1;
}

#form_ul li input{
height:25px;	
}

#cta_submit{
width:195px;
height:36px;
background:url(images/cta_submit.png) no-repeat top left;
border:0;
cursor:pointer;
margin-top:0;
margin-left:5px;
}

/*Sidebar Results*/

.inline_testimonial{
background-color:#d9d9d9;
-webkit-box-shadow: 1px 1px 1px #575757;
-moz-box-shadow: 1px 1px 1px #575757;
box-shadow: 1px 1px 1px #575757;
-moz-border-radius: 3px;
border-radius:3px;
padding:15px;
margin-bottom:20px;
color:#4c4c4c;
}

.inline_testimonial h3{
padding-top:0;
text-align:center;
font-weight:bold;
color:#4c4c4c;
}
.inline_testimonial p{
padding-bottom:8px;	
color:#4c4c4c;
}


/* ---------------------------------------------------------*/



/* ------------------------ BOTTOM WIDGETS --------------*/

.ban                    {background:#d9d9d9;width:100%; height:230px;}
.continer               {width:977px; margin:0 auto; padding:30px 0 0 0;}
.our-mis				{ background:url(images/foot-arrow.gif) no-repeat top left; width:230px; margin:0 29px 0 0;}
.our-mis h2				{font-family: Arial, Helvetica, sans-serif;font-size:16px;color:#1c3f93; padding:9px 0 6px 16px; margin-bottom:20px; text-shadow: 1px 1px 0px #b1b1b1;}
.our-mis p				{width:220px; font-family: Arial, Helvetica, sans-serif;font-size:13px;color:#4c4c4c;line-height:20px;font-weight:bold; margin-left:10px;}
.our-mis ul li  		{font-family: Arial, Helvetica, sans-serif;font-size:13px;color:#4c4c4c; line-height:22px;font-weight:bold; margin-left:10px;}
.our-mis a, .socials a, .contactus a {color:#4c4c4c;}
.our-mis a:hover, .socials a:hover, .contactus a:hover {text-decoration:underline;}
.socials				{}
.socials ul li			{}
.enquiry				{ background:url(images/cap-img.gif) no-repeat top left; font-family: Arial, Helvetica, sans-serif;font-size:15px;color:#4c4c4c; font-weight:bold; padding:5px 0 12px 36px;}
.face					{background:url(images/fb-logo.gif) no-repeat top left; font-family: Arial, Helvetica, sans-serif;font-size:15px;color:#4c4c4c; font-weight:bold; padding:5px 0 12px 36px; }
.twt					{ background:url(images/twt-logo.gif) no-repeat top left; font-family: Arial, Helvetica, sans-serif;font-size:15px;color:#4c4c4c; font-weight:bold; padding:5px 0 12px 36px;} 
.ourb-mis				{ background:url(images/foot-arrow2.gif) no-repeat top right; width:200px; margin:0;}
.ourb-mis h2			{font-family: Arial, Helvetica, sans-serif;font-size:16px;color:#1c3f93; padding:9px 0 6px 40px; margin-bottom:30px; text-shadow: 1px 1px 0px #b1b1b1;}
.contactus				{font-family: Arial, Helvetica, sans-serif;font-size:13px;color:#4c4c4c; line-height:20px; margin-left:10px;font-weight:bold;}


/* ---------------------------------------------------------*/




/* ------------------ FOOTER HERE --------------------------*/

#footer										{ background:#41ad48;width:100%;}

.foot                                        {margin:0 auto; width:977px;padding: 27px 0 27px 0;}

#nav-fot                                     {float:left; margin-left:10px;}

#nav-fot ul                                  {display:inline;}

#nav-fot ul li                                {display:inline;margin:25px 0 27px 0;}

#nav-fot ul li a                               {font-size:12px;font-family:Arial, Helvetica, sans-serif;color:#fff;}

#nav-fot1                                    {float:right; margin-right:10px;}

#nav-fot1 ul                                  {display:inline;}

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

#nav-fot1 ul li a                             {font-size:12px;font-family:Arial, Helvetica, sans-serif;color:#fff; margin-left:15px;}


/* ---------------------------------------------------------*/