/*

Theme Name: Craigs Capital 2.0

Version: 1.0

*/

.content:after,
.clr:after,
.group:after	 				{ content: ""; 
								  display: block; 
								  height: 0; 
								  clear: both; 
  								  visibility: hidden; }

.content,
.clr,
.group							{ zoom: 1; } /* IE6 */

*:first-child+html .content,
*:first-child+html .clr,
*:first-child+html .group		{ zoom: 1; } /* IE7 */


/* MAIN STYLE
----------------------------------------------------------------------------------------------------*/

body {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verada;
	font-size: 14px;
	color: #343434;
}


.wrapper {
	width: 980px;
	padding-bottom: 20px;
	margin: 0 auto;
	background: transparent;
}

.wrapper-full {
	width: 100%;
}


.content {
	padding: 0px 10px;
}


.float {
	margin: 20px 10px 0px;
	display: block;
	float:left;
}


/* COLUMN WIDTHS*/
.span_1 						{ width: 60px; }
.span_2 						{ width: 140px; }
.span_3 						{ width: 220px; }
.span_4 						{ width: 300px; }
.span_5 						{ width: 380px; }
.span_6 						{ width: 460px; }
.span_7 						{ width: 540px; }
.span_8 						{ width: 620px; }
.span_9 						{ width: 700px; }
.span_10 						{ width: 780px; }
.span_11 						{ width: 860px; }
.span_12 						{ width: 940px; }



h1, h2, h3, .description, .sub-description {
	color: #28560d;
	font-family: 'Oswald', Impact, Charcoal, sans-serif;	
	text-shadow: -1px 0px 0 rgba(0,0,0,0.2);
	letter-spacing: 1px;
}

h1 {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2 {
	font-size: 26px;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3 {
	font-size: 20px;
	text-transform:capitalize;
	margin-bottom: 5px;
	margin-top: 15px;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	padding: 10px 20px;
}

ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

ul li, ol li {
	margin-bottom: 10px;
}

.header {
	border-bottom: #3c7493 5px solid;
	background: url(images/header-bg.png) center bottom no-repeat;
}

.logo, .description , .sub-description {
	text-align: center;
}

.description {
	font-size: 28px;
	font-weight: bold;
  text-shadow: -1px 0px 0 rgba(0,0,0,0.2);
  background: -webkit-linear-gradient(#28560d, #28560d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}

.sub-description {
	font-size: 15pt;
}

#mainnav {
	padding: 10px 0 0px;
}

#mainnav ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#mainnav ul li{
	padding: 0;
	margin: 0;
	display: inline;
}
.float.span_6.post.project p{
	display:none;
}
#mainnav ul li a{
	margin: 0 4px;
	padding: 7px 22px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	border: #EEE 2px solid;
	text-shadow: -1px 0px 0 rgba(0,0,0,0.2);
		
	background: rgb(154,159,77); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhOWY0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iI2E3YWQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTlmNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(154,159,77,1) 0%, rgba(167,173,85,1) 41%, rgba(154,159,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,159,77,1)), color-stop(41%,rgba(167,173,85,1)), color-stop(100%,rgba(154,159,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9f4d', endColorstr='#9a9f4d',GradientType=0 ); /* IE6-8 */
	
}

#mainnav ul li a:hover{
	background: #a7ad53;
}

.banner {
	
	background: #4384ac url(images/bg.png) top center;
	padding-bottom: 20px;
}

	.banner .wrapper, .banner .content, .banner .float {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
.maincontent {
	background: #EEE;
}

.sidebar {
	color: #EDEDED !Important;
}

	.sidebar .widget {
		padding: 10px 20px 20px;
		background: #a7ad53;
		background: #889b7c url(images/bg.png) top left;
		border-radius: 5px;
	}
	
	.sidebar h3{
		color: #EEE;
		text-transform: uppercase;
		margin-bottom: 10px;
		padding-bottom: 13px;
		background: url(images/h3-shadow.png) bottom center no-repeat;
	}
	
	.sidebar ul{
		list-style: square;
		list-style-position: inside;
		padding: 0;
	}
	
	.sidebar ul li{
		margin: 5px 0;
	}

.footer {
	background: #999e4c  url(images/bg.png) top center;
	
}

	.footer h3{
		color: #ECECEC;
		text-align: center;
		letter-spacing: 1px;		
	}

	.footer p{
		color: #224853;
		text-align: center;
	}

.copyright {
	background: #3c7593 url(images/header-shadow.png) top center no-repeat;
}

	.copyright .content p{
		text-align: center;
		color: #ECECEC;
		padding-bottom: 0;	
		margin-bottom: 0;	
	}


#intro-text{
	color: #EDEDED;
	font-size: 16px;
}

#intro-text h1 {
	color: #EDEDED;
	padding-bottom: 0px;
	margin-top: 20px;
}
	
#slider {
	border: #EEE 5px solid;
	background: url(images/sampleImgslide.jpg) no-repeat;
	margin: 10px auto;
	text-shadow: -1px 0px 0 rgba(0,0,0,0.2);
	padding: 0 !important;
	width: 300px;	
	height: 166px;
	overflow: hidden; 
	position: relative;
}

	#slider h3 {
		color: #FFF;
		padding-top: 0;
	}
	
	#slider .slide{
		position: relative;
		z-index: 555;
	}
	
	#slider .caption{
		position: absolute;
		z-index: 777;
		bottom: 0px;
		padding: 0px 10px;
		display: inline-block;
		background: url(images/bg-trans.png);
		color: #CCC; 
		width: 100%;
		height: auto !important;
	}

	#slider ul {
		list-style: none;
		padding: 0 !important;
		margin: 0;
	}
	
	#slider ul il{
		padding: 0 !important;
		margin: 0 !important;	
	}
	
	#slider a {
		display: block;
		margin: 0 !important;
	}

#slider-shadow {
	margin-top: -5px;
}

	#mainnav {	
		display: none;	
	}
	
	/* mobile menu */
	.select-menu {
		width: 100%;
	}

	
img {
	max-width: 300px;
	height: auto !important;
}

	#slider img{
		width: 290px;	
		height: 156px !important;
	}

.postmeta {
	font-size: 12px;
	margin-bottom: 20px;
}

.postmeta2{
	font-size: 12px;
	margin: 10px 0;
}

.nocomments {
	display: none;
}


input[type="text"], input[type="email"], input[type="password"], textarea, select{
	border: #CCC 1px solid;
	padding: 3px 8px;
	font-size: 13px;
	width: auto;
	background: white;
}
	
	input.txtmedium {
		max-width: 180px;
	}

	input.wpcf7-captchar{
		margin-top: 10px !Important;
		max-width: 85px;
	}

select{
	font-size: 12px;
	padding: 3px 3px;
}


input[type="submit"], .button {
 text-decoration: none;
 margin: 0 auto;
 text-align: center;
 float: none;
 display: inline-block;
 
font-size: 16px;
	font-weight: normal;
	border: #DCDCDC 2px solid;
	text-shadow: -1px 0px 0 rgba(0,0,0,0.2); 
 
 cursor: pointer;
 padding: 10px 30px;
 text-align: center; color: #FFFFFF;
 -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;
 
 
 
	background: rgb(154,159,77); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhOWY0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iI2E3YWQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTlmNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(154,159,77,1) 0%, rgba(167,173,85,1) 41%, rgba(154,159,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,159,77,1)), color-stop(41%,rgba(167,173,85,1)), color-stop(100%,rgba(154,159,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(154,159,77,1) 0%,rgba(167,173,85,1) 41%,rgba(154,159,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9f4d', endColorstr='#9a9f4d',GradientType=0 ); /* IE6-8 */
	
}
input[type="submit"]:hover, .button:hover {
	background: #a7ad53;
}


/**project page**/

.projects {
	
}

.project-img {
	margin-bottom: 10px;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 128px;
  margin-bottom: 60px;
  margin: 0;
		padding: 0;		
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background: url(images/bg-trans.png);
  width: 100% !important;
  left: 0 !Important;
  right: 0 !Important;
  bottom: 10px !important;
  padding: 10px 40px;
  text-shadow: none;  
}

.carousel-caption h2{
	color: #FFF;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 128px;
  margin: 0;
		padding: 0;		
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.carousel-control .glyphicon-chevron-left {
	left: 10px;
}
.carousel-control .glyphicon-chevron-right {
	right: 10px;
}

.carousel-indicators {
	bottom: -35px;
}


/**table setup for rates**/
table {
	width: 100%;
	margin-bottom: 20px;
}

table.rates {
	color: #28560d;
	border: #DDD 1px solid;
}

table.rates tr:nth-child(odd) {background: #EDEDED}

table.rates tr:nth-child(even) {background: #FFF}

table.rates tr th {
	background: #28560d;
	color: #FFF;
	text-align: center;
	padding: 4px 10px;
	font-size: 18px;	
}

table.rates td{
	padding: 5px 10px;
	font-size: 16px;
	width: 100%;
	float: none;	
	display: block;
}

table.rates tr td:first-child{
	font-weight: bold !important;
	border-bottom: #DDD 1px solid
}

#nav-below {
	padding: 10px 5px 20px;
}

.nav-next {
	float: right;
}

.nav-previous {
	float: left;
}

/* MEDIA QUERIES
----------------------------------------------------------------------------------------------------*/


/* DEFAULT & DESKTOP */
@media screen and (min-width: 980px) {

	/* INSERT YOUR STYLES */
	
	.description {
		padding-top: 0px;
		padding-right: 45px;
		text-align: right;
	}
	
	.sub-description {
		text-align: right;
	}
	
	#mainnav {	
		display: inherit;	
	}
	
	#mainnav ul{
		text-align: right;
		margin-right: -2px;
	}
	
	#slider {
		margin-left: 0;
	}
	
	/* mobile menu */
	.select-menu {
		display: none;
	}
	
	img{

		max-width: 100% !important;		

		height: auto !important;		

	}	
	
	#slider {
		width: 455px;	
		height: 250px;
	}
	
		#slider img{
			width: 445px;	
			height: 240px !important;
		}	
	
	#slider-shadow {
		margin-top: 0px;
	}
	
	.carousel , .carousel .item , #myCarousel img{
		height: 400px !important;
	}
	
	.carousel-control .glyphicon-chevron-left {
		left: 20px;
	}
	.carousel-control .glyphicon-chevron-right {
		right: 20px;
	}
	
	.carousel-indicators {
		bottom: -45px;
	}
	
	table.rates td{		
		float: left;
		width: 50% !important;
	}	
	
	table.rates tr td:first-child{
		border-bottom: 0
	}
	
}


/* IPADS - PORTRAIT & LANDSCAPE */
@media screen and (min-width: 660px) and (max-width: 979px) {

	/* INSERT YOUR STYLES */

	.wrapper {width: 660px;}

	.float {width: 620px;}
	
	#mainnav {	
		display: inherit;	
	}	
	
	/* mobile menu */
	.select-menu {
		display: none;
	}
	
	img{

		max-width: 620px !important;		

		height: auto !important;		

	}
	
	#slider {
		width: 455px !important;
		height: 250px !important;
	}
	
		#slider img{
			width: 445px;	
			height: 240px !important;
		}		
	
	table.rates td{
		float: left;
		width: 50% !important;
	}
	
	table.rates tr td:first-child{
		border-bottom: 0
	}	
	
}


/* SMARTPHONES - PORTRAIT & LANDSCAPE */
@media screen and (max-width: 659px) {

	/* INSERT YOUR STYLES */

	.wrapper {width: 320px;}

	.content {padding: 0px;}

	.float {width: 300px;}
	
	/* mobile menu */
	.select-menu {
		padding: 2px 5px;
		display: block;
		width: 100%;
		float: none;
		margin: 5px auto 5px;
		font-size: 15px;
	}	
	
}