/*
* Scoove responsive theme
* by iWebStudio
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {
	background:#f4f4f4;
}

.left {
	float:left; 
}

.right {
	float:right;
}

.align-right {
	text-align:right;
}

.align-left {
	text-align:left;
}



img.left {
	margin-right:10px;
	margin-bottom:10px;
	
}

img.icon32 {
	float:left;
	margin-right:10px;
}

img.right {
	margin-left:10px;
	margin-bottom:10px;
	
}

.divider {
	background:url(../images/divider.png) repeat-x;
	height:2px;
	margin-bottom:15px;
}



.spacer {
	background:none;
	margin-bottom:30px;
}

.footer-divider {
	background:url(../images/footer-divider.png) repeat-x;
	height:2px;
}


.boxes {
	border:1px solid #e6e6e6;
	overflow:hidden;
}

.noborder {
	border:none;
	padding:0;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom:5px;
	right:35px;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background:url(../images/icons/to-top.png) no-repeat center center;

	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity:0.7;
}
#back-top a:hover span {
	opacity:1;
}

#wrapper {
	position: relative; 
	width: 1000px; 
	background:#fff;
	margin: 0 auto; padding: 0;
	border:1px solid #e6e6e6;

	-moz-box-shadow: 0 0 5px #b2b2b2;
	-webkit-box-shadow: 0 0 5px#b2b2b2;
	box-shadow: 0 0 5px #b2b2b2;
}

.logo {
	margin:5px 0 5px 0;
}

.logo h2 {
	font-size:12px;
	font-weight:normal;
	color:#a1a1a1;
}

.logo p {
	color:#a1a1a1;
	font-size:11px;
	text-align:left;
	text-transform: none;
	text-shadow:none;	
	font-weight:normal;
	font-family:Georgia, Arial, sans-serif;
	font-style:italic;	
}

header	{
	width:100%;
	margin:0 0 3px 0;
	padding:0;
	}

header {
	background:#CB9B09 url(../images/header-light.png) no-repeat top left;
	/* BD 110416*/

}

header .logo h2 {
color:#ededed;
font-size:12px;
}

header nav {
    float: left ; /* was right */
    margin: 2px 0 0 0;
}

header ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

header li {
	position:relative;
	display:inline;
	float:left;
	font-size:13px;
	
}


header ul li a span{
	display:block;
	color:#a1a1a1;
	font-size:12px;
	text-align:left;
	margin-top:-5px;
	text-transform: none;
	text-shadow:none;	
	font-weight:normal;
	font-family:Georgia, Arial, sans-serif;
	font-style:italic;
}


header ul li a:hover,header ul li:hover{
	color:#1c1c1c!important;	
	background:#f5f5f5;	
}

header ul li:hover a{
	color:#1c1c1c!important;	
}

header ul li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	text-align:left;
	padding:0px 5px;
	font-weight:bold;
}
* html header ul li a {
	display:inline-block;
}


header ul li ul li {
	display:list-item;
	float:left;
	color:#ffffff;	
}

header ul li ul li a {
	padding:5px 0px;
	font-weight:normal;
}

header ul ul li:hover,header ul ul li a:hover{
	border-top:none;
	margin-top:0!important;	
}


header  ul ul li a,header  ul ul li a:link,header  ul ul li a:visited {
	height:100%;
	line-height:1.2em;
	margin-right:0px!important;
	padding:5px 8px!important;
/*	padding:10px 15px!important; */
	font-size:12px;
	z-index:1000;
}
header  ul li ul li a:hover,header  ul ul li a:hover {
	text-decoration:none!important;
	color:#ffffff!important;
	text-shadow:none;
}


/* */

header li:first-child {
    margin-left: 0;
	border-left:none;
}

/* top menu */
header li a, header li a:visited {
	display: inline-block;
    line-height: 25px;
    padding: 0 5px; 
    margin: 0 8px;  /* was 10 */
    text-transform: uppercase ; 
    font-size: 11px;
	text-decoration:none;	
}

header li:hover a, header li.selected a {
	text-decoration:none;
}



header li a {
	color:#fff;
}

header li ul {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s; 
	-moz-transition: opacity 0.3s; 
	-o-transition: opacity 0.3s; 
	transition: opacity 0.3s;
	border-top:none;
	border-bottom:none;

}

header li:hover ul {
	display: block;
    position: absolute;
    width: auto;
    margin: 0 0 0 0;
	padding-top:1px; /* was 20 */
    text-align: left;
    z-index: 300;
    opacity: 1;
-moz-box-shadow: 5px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 5px 5px rgba(0,0,0,0.4);
box-shadow: 5px 5px rgba(0,0,0,0.4);
}

header li:hover ul {
    background-color: #f5f5f5;
}

header li:hover li {
    display: block;
    margin: 0;
	border:none;
}

header li:hover li a {
	display: block;
    line-height: 35px;
    text-transform: none;
    margin: 0;
    padding: 0 15px;
    border-bottom: none;
    -webkit-transition: background-color 0.3s; 
	-moz-transition: background-color 0.3s; 
	-o-transition: background-color 0.3s; 
	transition: background-color 0.3s;
	width:140px;	
	color:#767575;
}
    nav select {
      display: none;
    }
	
	

	
.bodycontent h5 {
	padding:0 0 2px 0;
	border-bottom:1px dotted #DB2D23;
	margin:0 0 2px 0;
}
	
	
	
ul.clients li.client a {
	display:block; 
	width:100px; 
	height:60px; 
	position:relative;
}	
	
ul.clients li.client a:hover .clienta  {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100px; 
	height:60px; 
	border:1px solid #DB2D23;
}
	
	
ul.clients li.client a .client1  {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100px; 
	height:60px; 
	background:url(../images/clients/p1.png) no-repeat top left;	
}
ul.clients li.client a .client2 {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100px; 
	height:60px; 
	background:url(../images/clients/p2.png) no-repeat top left;	
}
ul.clients li.client a .client3 {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100px; 
	height:60px; 
	background:url(../images/clients/p3.png) no-repeat top left;	
}

ul.clients li.client a .client4 {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100px; 
	height:60px; 
	background:url(../images/clients/p4.png) no-repeat top left;	
}

ul.clients li.client a .client5  {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100px; 
	height:60px; 
	background:url(../images/clients/p5.png) no-repeat top left;	
}

ul.clients li.client a .client6 {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100px; 
	height:60px; 
	background:url(../images/clients/p6.png) no-repeat top left;	
}

	
/* additional media screen 
================================== */	
/* navigation - menu */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
	header ul {
		text-align: center;
	}	
	}
	

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      nav ul     { display: none; }
      nav select { display: inline-block; }
	  nav select {
			margin-right:50px;
		}
    }
	
    @media only screen and (max-width: 479px) {
      nav ul     { display: none; }
      nav select { display: inline-block; }
	  nav select {
			margin-right:25px;
		}
    }
	
	
#featured-area {
	max-width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

.slider {
	position: relative;
	width: 100%;
	height:auto;
	overflow: hidden;
}

.intro {
	text-align:center;
}

.intro ul#fade {
	min-height:36px;
}

.intro ul#fade li{
	font-size: 24px;
	line-height:1.2em;
}

		

/* effects
==================================*/


img.imgshadow {
	opacity:1.0; /*initial opacity of images*/
}

img.imgshadow:hover {
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity:0.8; /*initial opacity of images*/
	-moz-box-shadow: 0 0 5px #b2b2b2;
	-webkit-box-shadow: 0 0 5px#b2b2b2;
	box-shadow: 0 0 5px #b2b2b2;
}

.thumbnails {

}

.thumb-item {
	width:100%;
	height:auto;

	position:relative;
}


.thumb-item img {
	width:100%;
	height:auto;
	border:0;
}

		.caption{
			position:absolute; /* needed for positioning */
			bottom:14px; /* bottom of the list item (container) */
			left:0; /* start from left of the list item (container) */
			width:100%; /* stretch to the whole width of container */
			display:none; /* hide by default */
			opacity:0.9;
		}
		.caption .captionInside{
			/* just styling */
			padding:10px;
		}
		
		.caption .captionInside a {
			color:#fff;
		}

		.caption .captionInside a.zoom{
			/* just styling */
			float:left;
			margin-bottom:10px;
			padding-left:28px;
			background:url(../images/icons/zoom.png) no-repeat 0% 0px;
		}
		
		.caption .captionInside a.detail {
			/* just styling */
			float:right;
			margin-bottom:10px;
			padding-left:28px;
			background:url(../images/icons/detail.png) no-repeat left;
		}


/* special style for media screen */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
	.thumbnailWrapper ul li  {
	margin-bottom:10px;
		}
    }
	
    @media only screen and (max-width: 479px) {
	.thumbnailWrapper ul li  {
	margin-bottom:10px;
		}
    }


		
/* Footer */

footer {
	background:#CB9B09 url(../images/footer-light.png) no-repeat bottom right;
	margin:0;
	padding-top:30px;
	color:#d4d4d4;
	padding-bottom:10px;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 {
	color:#fefefe;
}

footer a , footer ul li a{
	color: #f2f2f2; 
	text-decoration:none;
}

footer a:hover{
	color:#CB9B09; 
	background:#f2f2f2 ; }



/* #Element styles
================================================== */

/* Testimonial */

blockquote.triangle-right cite {
	font-style:normal;
	font-family:Arial, sans-serif;
}

.testimonial {
	margin-bottom:30px;
	padding:0 0 10px 0;
	border-bottom:1px dotted #e6e6e6;
}

.testimonial img {
	margin-left:26px;
}

.testimonial span{
	margin-top:20px;
}




/* twitter feed */

.twitter_feed {
	background:url(../images/tweet-birds.png) no-repeat 0% 0;
	min-height:40px;
}

ul.tweet_list {
	position:relative;
	margin:0;
	font-size:12px;

}

ul.tweet_list li{
	font-size:12px;
	margin:0 20px 0 93px;

}

ul.tweet_list li p {
	padding:0;
	margin:0;
}

ul.tweet_list li a {
	font-weight:bold;

}

p.loading {
	margin-left:93px;
}

/*-------------
search form
-------------*/
#search-form {
	overflow: hidden;
	float: left;
	clear:both;
	width:100%;
	margin-bottom:0;
}
#search-box {
	width: 74%;
	background-color: #fff;
	border: 1px solid #ededed;
	font-family: inherit;
	font-size: inherit;
}

#search-box {
	float: left;
	font-size: 12px;
	padding: 5px 4px;
	color: #b4b4b4;
}

input#search-box:focus {
	border: 1px solid #ededed;
 	color: #444;
 		-moz-box-shadow: 0 0 0 rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,.2);
		box-shadow:  0 0 0 rgba(0,0,0,.2);
}

#search-button {
	padding: 5px 4px;
	width: auto;
	border: none;
	margin-left: 0;
	cursor: pointer;
}


#search-button:hover {
	background-color: #565656;
}



/* special for specific screen width */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
	#searchForm {
		margin-top:20px;
	}	
	}
	
    @media only screen and (max-width: 479px) {
	#searchForm {
		margin-top:20px;
	}	
		
	}

	
/* toggles */

.toggle {
	display: block;
	margin-bottom: 15px;
}

/* toggle header */

/* currently active header */
.toggle span.active {
	cursor:pointer;
}

.toggle h6.title span.title_content {
display: block;
overflow: hidden;
position: relative;
padding:5px 15px 4px 26px;
height:auto;
}

.faq h6.title span.title_content {
	font-weight:bold;
	text-transform:none;
}

/* toggle pane */
.toggle .pane {
	border-top: none;
	overflow: hidden;
	clear: both;
	border:1px solid #ddd;
}
.toggle .pane-page {
	padding: 15px;
}


.style h6.title {
	cursor:pointer;
	text-decoration: none;
	color: #444;
	display: block;
	outline: none;
	padding:0;
    background:#f5f5f5;
	font-size:12px;
	font-family:Arial, sans-serif;
}

.style h6.title:hover {
	color:#fff;
}

.toggle h6.title span.title_content {
	background:url(../images/icons/plus.png) no-repeat 5px 9px;
	border:1px solid #ddd;
}

.toggle span.active {
	color: #fefefe;
	background: #00afdb;
}

.style h6.active span.title_content {
	color:#fff;	
}

/* accordion */
#accordion {
	margin: 0;
	padding: 0;
	height: auto;
	width:100%;
}
/* accordion header */
#accordion h6 {
	margin:0;
	padding:4px 26px;
	cursor:pointer;
	border:1px solid #ddd;
	margin:0px 0px 5px 0px;
	font-size:12px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	background:#f5f5f5 url(../images/icons/plus.png) no-repeat 5px 6px;
}

/* currently active header */
#accordion h6.current {
	cursor:default;
	color:#fff;
	border:none;
}
/* accordion pane */
#accordion .pane {
	display: none;
	border:1px solid #e9e9e9;
	padding:15px;
	margin:5px 0px 5px 0px;
}
/* a title inside pane */
#accordion .pane h6 {
	font-weight:normal;
	margin:0 0 10px 0;
}
#accordion .pane p {
	margin:10 0 0 0;
}
.pane img {
	margin-bottom:10px;
}



/* ---- List style ---- */

ul.plus-list, ul.arrow-list, ul.play-list, ul.tick-list, ul.subtract-list
 {
	display:block;
	list-style:none;
	margin:0 0 0 0;
}

/* plus */
ul.plus-list li {
	background-attachment: scroll;
	background-image: url(../images/icons/list/plus.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:18px;
	margin-top:5px;
}

/* arrow */
ul.arrow-list li {
	background-attachment: scroll;
	background-image: url(../images/icons/list/arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:18px;
	margin-top:5px;
}

/* square */
ul.play-list li {
	background-attachment: scroll;
	background-image: url(../images/icons/list/play.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:18px;
	margin-top:5px;
}

/* tick */
ul.tick-list li {
	background-attachment: scroll;
	background-image: url(../images/icons/list/tick.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:18px;
}

/* tick */
ul.subtract-list li {
	background-attachment: scroll;
	background-image: url(../images/icons/list/subtract.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:18px;
	margin-top:5px;
}


/*----------------------- Buttons ------------------*/

.bold {
	font-weight:bold;
}

/* button 1 */

/* small button 1 */
.smallbtn1 {
	background-position:0 0;
}

a.smallbtn1 { background:url(../images/buttons/smallbtn1-r.png) no-repeat top right; display: block; float: left; height: 25px; padding-right: 15px; text-decoration: none; font-size:12px;  text-transform:none; }

a.smallbtn1 span { 
	background:url(../images/buttons/smallbtn1-l.png) no-repeat; 
	display: block; 
	line-height: 25px; 
	padding: 0px 0 0px 15px; 
	color: #5b5b5d; 
	text-shadow:1px 1px 0px #f7ffff;
}

a.smallbtn1:hover span { background-position: 0 -25px; color: #4d4d4d; }

a.smallbtn1:hover { background-position: right -25px; }

/* medium button 1 */
.mediumbtn1 {
	background-position:0 0;
}

a.mediumbtn1 { background:url(../images/buttons/mediumbtn1-r.png) no-repeat top right; display: block; float: left; height: 32px; padding-right: 20px; text-decoration: none; font-size:12px;  text-transform:none; }

a.mediumbtn1 span { 
	background:url(../images/buttons/mediumbtn1-l.png) no-repeat; 
	display: block; 
	line-height: 32px; 
	padding: 0px 0 0px 20px; 
	color: #5b5b5d; 
	text-shadow:1px 1px 0px #f7ffff;
}

a.mediumbtn1:hover span { background-position: 0 -32px; color: #4d4d4d; }

a.mediumbtn1:hover { background-position: right -32px; }

/* big button 1 */
.bigbtn1 {
	background-position:0 0;
}

a.bigbtn1 { background:url(../images/buttons/bigbtn1-r.png) no-repeat top right; display: block; margin-bottom:10px; float: left; height: 45px; padding-right: 25px; text-decoration: none; font-size:14px;  text-transform:none; }

a.bigbtn1 span { 
	background:url(../images/buttons/bigbtn1-l.png) no-repeat; 
	display: block; 
	line-height: 45px; 
	padding: 0px 0 0px 25px; 
	color: #5b5b5d; 
	text-shadow:1px 1px 0px #f7ffff;
}

a.bigbtn1:hover span { background-position: 0 -45px; color: #4d4d4d; }

a.bigbtn1:hover { background-position: right -45px; }



/* button 2 */

/* small button 2 */
.smallbtn2 {
	background-position:0 0;
}

a.smallbtn2 { background:url(../images/buttons/smallbtn2-r.png) no-repeat top right; display: block; float: left; height: 25px; padding-right: 15px; text-decoration: none; font-size:12px;  text-transform:none; }

a.smallbtn2 span { 
	background:url(../images/buttons/smallbtn2-l.png) no-repeat; 
	display: block; 
	line-height: 25px; 
	padding: 0px 0 0px 15px; 
	color: #767575; 
	text-shadow:1px 1px 0px #fff;
}

a.smallbtn2:hover span { background-position: 0 -25px; color:#636363; text-shadow:none; }

a.smallbtn2:hover { background-position: right -25px; }

/* medium button 2 */
.mediumbtn2 {
	background-position:0 0;
}

a.mediumbtn2 { background:url(../images/buttons/mediumbtn2-r.png) no-repeat top right; display: block; float: left; height: 32px; padding-right: 20px; text-decoration: none; font-size:12px;  text-transform:none; }

a.mediumbtn2 span { 
	background:url(../images/buttons/mediumbtn2-l.png) no-repeat; 
	display: block; 
	line-height: 32px; 
	padding: 0px 0 0px 20px; 
	color: #767575; 
	text-shadow:1px 1px 0px #fff;
}

a.mediumbtn2:hover span { background-position: 0 -32px; color:#636363; text-shadow:none; }

a.mediumbtn2:hover { background-position: right -32px; }

/* big button 2 */
.bigbtn2 {
	background-position:0 0;
}

a.bigbtn2 { background:url(../images/buttons/bigbtn2-r.png) no-repeat top right; display: block; float: left; margin-bottom:10px; height: 45px; padding-right: 25px; text-decoration: none; font-size:12px;  text-transform:none; }

a.bigbtn2 span { 
	background:url(../images/buttons/bigbtn2-l.png) no-repeat; 
	display: block; 
	line-height: 45px; 
	padding: 0px 0 0px 25px; 
	color: #767575; 
	text-shadow:1px 1px 0px #fff;
}

a.bigbtn2:hover span { background-position: 0 -45px; color:#636363; text-shadow:none; }

a.bigbtn2:hover { background-position: right -45px; }


/* button 3 */

/* small button 3 */
.smallbtn3 {
	background-position:0 0;
	margin-bottom:10px;
}

a.smallbtn3 { background:url(../images/buttons/smallbtn3-r.png) no-repeat top right; display: block; float: left; height: 25px; padding-right: 20px; text-decoration: none; font-size:12px;  text-transform:none; }

a.smallbtn3 span { 
	background:url(../images/buttons/smallbtn3-l.png) no-repeat; 
	display: block; 
	line-height: 25px; 
	padding: 0px 0 0px 20px; 
	color: #5b5b5d; 
	text-shadow:1px 1px 0px #f7ffff;
}

a.smallbtn3:hover span { background-position: 0 -25px; padding-top:1px;}

a.smallbtn3:hover { background-position: right -25px; }

/* medium button 3 */
.mediumbtn3 {
	background-position:0 0;
	margin-bottom:10px;
}

a.mediumbtn3 { background:url(../images/buttons/mediumbtn3-r.png) no-repeat top right; display: block; float: left; height: 32px; padding-right: 25px; text-decoration: none; font-size:13px;  text-transform:none; }

a.mediumbtn3 span { 
	background:url(../images/buttons/mediumbtn3-l.png) no-repeat; 
	display: block; 
	line-height: 32px; 
	padding: 0px 0 0px 25px; 
	color: #5b5b5d; 
	text-shadow:1px 1px 0px #f7ffff;
}

a.mediumbtn3:hover span { background-position: 0 -32px; padding-top:1px;}

a.mediumbtn3:hover { background-position: right -32px; }

/* big button 3 */
.bigbtn3 {
	background-position:0 0;
	margin-bottom:10px;
}

a.bigbtn3 { background:url(../images/buttons/bigbtn3-r.png) no-repeat top right; display: block; margin-bottom:10px; float: left; height: 42px; padding-right: 30px; text-decoration: none; font-size:14px;  text-transform:none; }

a.bigbtn3 span { 
	background:url(../images/buttons/bigbtn3-l.png) no-repeat; 
	display: block; 
	line-height: 42px; 
	padding: 0px 0 0px 30px; 
	color: #5b5b5d; 
	text-shadow:1px 1px 0px #f7ffff;
}

a.bigbtn3:hover span { background-position: 0 -42px; padding-top:1px;}

a.bigbtn3:hover { background-position: right -42px; }


/* button type 4 */
a.smallbtn4 {
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 3px 10px;
	  -moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
	  border-radius: 2px;
	  color: #444;
	  display: inline-block;
	  font-size: 12px;
	  text-decoration:none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 50%, #fcfcfc 51%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fcfcfc), color-stop(51%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}

a.mediumbtn4 {
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 5px 15px;
	  -moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
	  border-radius: 2px;
	  color: #444;
	  display: inline-block;
	  font-size: 12px;
	  text-decoration:none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 50%, #fcfcfc 51%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fcfcfc), color-stop(51%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}

a.bigbtn4 {
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 10px 20px;
	  -moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
	  border-radius: 2px;
	  color: #444;
	  display: inline-block;
	  font-size: 14px;
	  margin-bottom:10px; 
	  text-decoration:none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 50%, #fcfcfc 51%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fcfcfc), color-stop(51%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fcfcfc 50%,#fcfcfc 51%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}

a.smallbtn4:hover, a.mediumbtn4:hover,a.bigbtn4:hover {
	  color: #fff;
	  background: #474747;
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#474747',GradientType=0 ); /* IE6-9 */	  
	  border: 1px solid #292929;
	  text-shadow:none;
}


/* illuminate button */

.illuminatebtn {
	width:auto;
	display:inline-table;
	color:#fefefe;
	margin-bottom:10px;
}

.illuminatebtn:hover{
	color:#ffffff;
}

a.illuminatebtn.small {
	padding: 4px 15px;
	font-size:11px;
}

a.illuminatebtn.medium {
	padding: 6px 20px;
	font-size:12px;
}


a.illuminatebtn.big {
	padding: 10px 25px;
	font-size:14px;
}

/* colors */
.illuminatebtn.blue {
	background:#444444;
}

.illuminatebtn.green {
	background:#444444;
}

.illuminatebtn.orange {
	background:#444444;
}

.illuminatebtn.pink {
	background:#444444;
}

.illuminatebtn.red {
	background:#444444;
}







/* CSS3 gradient buttons */

.gradientbtn {
    margin-bottom: 10px;
    text-decoration: none;
    font: bold 1.0em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
	display: inline-block;
    text-align: center;
    color: #fff;
         
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);            
           
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
           
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
            
}
        
.gradientbtn, .gradientbtn {
    -moz-border-radius: .1em;
    border-radius: .1em;
}
        
.gradientbtn {
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;
            
    /* The background pattern */
            
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
    -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
    -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
    -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
    -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
    -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

            /* Pattern settings */
            
     -moz-background-size: 3px 3px;
     -webkit-background-size: 3px 3px;            
}

.gradientbtn:hover {
    color: #fff;
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
        
a.gradientbtn:active {
            /* When pressed, move it down 1px */
    color: #fff;
    position: relative;
    top: 1px;
}
        
/*----------------------------*/
/* avaiable color style for gradient buttons */
        
.gradientbtn-khaki {
    background: #A2B598;
    background: -webkit-gradient(linear, left top, left bottom, from(#BDD1B4), to(#A2B598) );
    background:-moz-linear-gradient(-90deg, #BDD1B4, #A2B598);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BDD1B4', EndColorStr='#A2B598');        
}
        
.gradientbtn-khaki:hover {           
    background: #BDD1B4;
    background: -webkit-gradient(linear, left top, left bottom, from(#A2B598), to(#BDD1B4) );
    background: -moz-linear-gradient(-90deg, #A2B598, #BDD1B4);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A2B598', EndColorStr='#BDD1B4');
}
        
.gradientbtn-khaki:active {
    background: #A2B598;
}
        
/*----------------------------*/        
        
.gradientbtn-blue {
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}
        
.gradientbtn-blue:hover {
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');            
}
        
.gradientbtn-blue:active {
    background: #4477a1;
}
        
/*----------------------------*/
        
.gradientbtn-brown {
            background: #8f3714;
            background: -webkit-gradient(linear, left top, left bottom, from(#bf6f50), to(#8f3714) );
            background: -moz-linear-gradient(-90deg, #bf6f50, #8f3714);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf6f50', EndColorStr='#8f3714');
        }
        
        .gradientbtn-brown:hover
        {
            background: #bf6f50;
            background: -webkit-gradient(linear, left top, left bottom, from(#8f3714), to(#bf6f50) );
            background: -moz-linear-gradient(-90deg, #8f3714, #bf6f50);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#8f3714', EndColorStr='#bf6f50');
        }

        .gradientbtn-brown:active
        {
            background: #8f3714;
        }
        
        /*----------------------------*/
        
        .gradientbtn-green
        {
            background: #428739;
            background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#428739) );
            background: -moz-linear-gradient(-90deg, #c8dd95, #428739);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');
        }
        
        .gradientbtn-green:hover
        {
            background: #c8dd95;
            background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#c8dd95) );
            background: -moz-linear-gradient(-90deg, #428739, #c8dd95);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#c8dd95');
        }
        
        .gradientbtn-green:active
        {
            background: #428739;
        }
        
        /*----------------------------*/
        
        .gradientbtn-red
        {
            background: #D82741;
            background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#D82741) );
            background: -moz-linear-gradient(-90deg, #E84B6E, #D82741);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#D82741');
        }

        .gradientbtn-red:hover
        {
            background: #E84B6E;
            background: -webkit-gradient(linear, left top, left bottom, from(#D82741), to(#E84B6E) );
            background: -moz-linear-gradient(-90deg, #D82741, #E84B6E);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D82741', EndColorStr='#E84B6E');
        }
        
        .gradientbtn-red:active
        {
            background: #D82741;
        }
        /*----------------------------*/
        
        .gradientbtn-purple
        {
            background: #6F50E7;
            background: -webkit-gradient(linear, left top, left bottom, from(#B8A9F3), to(#6F50E7) );
            background: -moz-linear-gradient(-90deg, #B8A9F3, #6F50E7);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B8A9F3', EndColorStr='#6F50E7');
        }
        
        .gradientbtn-purple:hover
        {
            background: #B8A9F3;
            background: -webkit-gradient(linear, left top, left bottom, from(#6F50E7), to(#B8A9F3) );
            background: -moz-linear-gradient(-90deg, #6F50E7, #B8A9F3);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6F50E7', EndColorStr='#B8A9F3');
        }
        
        .gradientbtn-purple:active
        {
            background: #6F50E7;
        }

        /*----------------------------*/
        
        .gradientbtn-black
        {
            background: #141414;
            background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#141414) );
            background: -moz-linear-gradient(-90deg, #656565, #141414);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#656565', EndColorStr='#141414');
        }
        
        .gradientbtn-black:hover
        {
            background: #656565;
            background: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#656565) );
            background: -moz-linear-gradient(-90deg, #141414, #656565);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#141414', EndColorStr='#656565');
        }
        
        .gradientbtn-black:active
        {
            background: #141414;
        }
        
        /*----------------------------*/
        
        .gradientbtn-orange
        {
            background: #f09c15;
            background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) );
            background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
        }
        
        .gradientbtn-orange:hover
        {
            background: #f8c939;
            background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939) );
            background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939');
        }
        
        .gradientbtn-orange:active
        {
            background: #f09c15;
        }
        
        /*----------------------------*/
        
        .gradientbtn-silver
        {
            background: #c5c5c5;
            background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5) );
            background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#c5c5c5');
        }
        
        .gradientbtn-silver:hover
        {
            background: #eaeaea;
            background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#eaeaea) );
            background: -moz-linear-gradient(-90deg, #c5c5c5, #eaeaea);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c5c5c5', EndColorStr='#eaeaea');
        }
        
        .gradientbtn-silver:active
        {
            background: #c5c5c5;
        }  









/* special class for big button */
.cta a {
	margin:5px 0 0 0;
}

/* social networks */
ul.social_network {
	display:inline;
	height:38px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 !important;
	margin:30px 0 10px 0;
}

.social_network li{
	float:left;
	padding:0px 10px 0px 0px;
}
.social_network li.last{
	padding-right:0;
}
li.rollover a {
	display:block; 
	width:38px; 
	height:38px; 
	position:relative;
}	
li.rollover a .fb-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:38px; 
	height:38px; 
	background:url(../images/social/fb-hover.png) no-repeat top left;	
}
li.rollover a .twitter-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:38px; 
	height:38px;  
	background:url(../images/social/twitter-hover.png) no-repeat top left;	
}
li.rollover a .google-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:38px; 
	height:38px; 
	background:url(../images/social/google-hover.png) no-repeat top left;	
}
li.rollover a .flickr-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:38px; 
	height:38px; 
	background:url(../images/social/flickr-hover.png) no-repeat top left;	
}
li.rollover a .youtube-rollover{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:38px; 
	height:38px; 
	background:url(../images/social/youtube-hover.png) no-repeat top left;	
}


/*------------------- info boxes --------------------*/

/*alert message*/
p.boxes {
	font-size:12px;
	margin:2px 0 15px;
	padding:10px 15px 10px 75px;
}

p.general_box {
	padding:10px 15px 10px 15px;
	background:#fff;
	color:#858585;
}

p.success_box {
	background:url(../images/icons/boxes/success.png) no-repeat 15px center #fffde1;
	border:1px solid #eeca32;
	color:#eeca32;
}
p.failed_box   {
	background:url(../images/icons/boxes/failed.png) no-repeat 15px center #e6fbbc;
	border:1px solid #b1d66a;
	color:#4e710a;
}
p.warning_box   {
	background:url(../images/icons/boxes/warning.png) no-repeat 15px center #ffffee;
	border:1px solid #fbd223;
	color:#fbd223;
}
p.error_box   {
	background:url(../images/icons/boxes/error.png) no-repeat 15px center #fdd2d1;
	border:1px solid #f6988f;
	color:#883333;
}
p.notice_box  {
	background:url(../images/icons/boxes/notice.png) no-repeat 15px center #f4fbff;
	border:1px solid #89cabf;
	color:#89cabf;
}
p.download_box    {
	background:url(../images/icons/boxes/download.png) no-repeat 15px center #f0f9fe;
	border:1px solid #0880c6;
	color:#0880c6;
}
p.locked_box    {
	background:url(../images/icons/infobox/locked.png) no-repeat 15px center #fceec6;
	border:1px solid #998b64;
	color:#633401;
}
p.upload_box    {
	background:url(../images/icons/boxes/upload.png) no-repeat 15px center #f0f9fe;
	border:1px solid #0880c6;
	color:#0880c6;
}

/*------------------- tabs --------------------*/
	ul.tabs {
		display: block;
		margin: 0 0 0 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		color:#444444;
		font-size: 12px; 
		font-weight:bold;
		}
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #444444;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }

.panes {
	overflow: hidden;
	float: left;
	clear:both;
	border:1px solid #ddd;
	border-top:none;
	width:99.50%;
	margin-bottom:0px;
}

.panes div { /* for regular tabs */
	padding: 15px 15px 5px 15px;
	width:auto;
}


.panes h4 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:16px;
	color:#333;
}

.panes img {
	margin-bottom:10px;
}

/* #Page Styles
================================================== */

/* content section */

.headline {

}

.headline h2 {
	background:url(../images/heading-bg.png) no-repeat 0 7px;
	padding-left:25px;
	float:left;
}

.headline p {
	float:left;
	border-left:1px solid #e6e6e6;
	padding-left:20px;
	margin:5px 0 0 20px;
}

.banner {
	float:right;
}

/* blog */

article.blogpost h5{
	text-transform:none;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	border:none;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

.post-heading { 
	position:relative;

	display:block;
	border-bottom:1px dotted #e6e6e6;
	margin-bottom:10px;	
}

.post-title  {
	float:left;
	margin-top:10px;
}

.post-heading p.date, .month-year { 
	float:left; 
	display:inline-block; 
	color:#6E6D6D; 
	text-transform:uppercase;
}   
.post-heading p.date { 
	line-height:40px; 
	font-weight:bold; 
	float:left;
    display: block;
	font-size:22px;
    text-shadow: none;
/*	color:#fff; */
	color:RED;
	background:url(../images/heading-bg.png) no-repeat 0 7px;	
    width:40px;
    text-align:center;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.month-year p { 
	margin:0px 10px 0 10px;
	font-size:12px; 
	text-align:left; 
	padding:0 10px 0 0; 	
	border-right:1px dotted #e6e6e6; 
	line-height:1.2em;
}

.month-year span { letter-spacing:1px; }

.post-heading h5 {

}

.post-meta p {
	font-style:italic;
	font-family:Georgia, Arial, sans-serif;
}

.post-meta p a {
	font-size:11px;
}

.post-meta p span.posttime {
	background:url(../images/icons/blog/time.gif) no-repeat 0% 2px;
	padding-left:15px;
}


.post-meta p a.author {
	background:url(../images/icons/blog/author.gif) no-repeat 0% 1px;
	padding-left:15px;
	margin-left:10px;
}

.post-meta p a.comments {
	float:right;
	background:url(../images/icons/blog/comment.gif) no-repeat 0% 1px;
	padding-left:15px;
	margin-left:10px;
}

.post-tags  {
	float:left;
	margin-top:-10px;
}

.post-tags  h6 {
	float:left;
}

.post-tags ul  {
	float:left;
	margin-top:1px;
	margin-left:20px;
}

.post-tags ul  li{
	float:left;
	margin-right:20px;
}

.post-author {
	margin:2px 0 15px;
	padding:10px 15px 10px 15px;
	background:#fff;
	color:#858585;
}

.post-author h6 {
	margin-top:2px;
}


.post-author img {
	margin:5px 15px 10px 0;
}


/* comment & comment form */



form#commentform input[type="text"],form#commentform input[type="email"],
form#commentform input[type="url"],form#commentform textarea   {
	width:300px;
}

form#commentform textarea   {
	width:630px;
	min-height:100px;
}

ol.commentlist {
	margin:0;
	list-style:none;
	float:left;
}

ol.commentlist li.comment {
	border:1px solid #e6e6e6;
	padding:10px 10px 10px 10px;
	background:#fff;
	color:#858585;
}

ol.commentlist li.comment a.reply {
	float:right;
	text-align:right;
}

ul.child {
	margin:20px 0 0 20px;
}

.comment-text p {
	font-size:12px;
}

.post-author h6, .comment-author h6 {
	font-size:13px;
}

a.reply {
	font-weight:bold;
	color:#848484;
	font-size:12px;
}


/* pagination */
.pagination span{
	margin-right:5px;
}

.pagination .navbtn {
	display: inline-block;
	background:#fff;
	border:1px solid #e9e9e9;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding:5px 20px 5px 20px;
}


/* sidebar */

aside.left-sidebar {
	border-right:1px solid #ededed;
	padding-right:20px;
}

aside.right-sidebar {
	border-left:1px solid #ededed;
	padding-left:20px;
}

.widget ul li span.postcount {
	margin-left:10px;
}





/*=============== Portfolio pages ===================*/

ul#portfolio-filter {
	list-style:none;
	float:left;
	padding-bottom:10px;
	border-bottom: 1px dotted #e9e9e9;
}

ul#portfolio-filter li{
	float:left;
	margin:0 10px 0 0;
	padding-right:10px;
	border-right:1px dotted #e9e9e9;
}

ul#portfolio-filter li.last {
	margin-right:0;
	border-right:0;
}


.portfolio-detail {

	display:block;
	border-right:1px solid #ccc;
	padding-right:10px;
}

.portfolio-detail ul li a {
	margin-left:5px;
}

/*=============== contact page ==================*/

form#contactform input[type="text"],form#contactform input[type="email"],
form#contactform input[type="url"],form#contactform textarea   {
	width:300px;
}

form#contactform textarea   {
	width:600px;
	min-height:200px;
}

#sendmessage {
	background:#DFF2BF;
	border:1px solid #4F8A10;
	color:#4F8A10;
	display:none;
	padding:15px 12px 15px 65px;
	margin:10px 0;
}

/*=============== 404 page ========================*/
h5.bigheading {
	font-size:60px;
	line-height:1.6em;
}


/*============== pricing table ====================*/
/* pricing table */
.pricing-table {
    width: 100%;
}

.pricing-table .box {
    float: left;
	width:99%;
	margin-top:10px;
	margin-bottom:10px;

}
.pricing-table .box .box-inner {
    border: 1px solid #dedede;
    padding: 20px;
    text-align: center;
    background: #fdfdfd;

}

.pricing-table .box .title {
    margin-bottom: 0;
}

.pricing-table .box .price span {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.pricing-table .box .price span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #454545;
}
.pricing-table .box ul.description {
    margin-top: 20px;
    text-shadow: 0 1px 0 #fff;
    color: #454545;
    list-style: none;
}
.pricing-table .special .box-inner {
    border: 1px solid #dedede;
    position: relative;
}

.pricing-table .box.special .box-inner {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fdfdfd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fdfdfd));
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#fdfdfd 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#fdfdfd 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fdfdfd',GradientType=0 );
    background: linear-gradient(top, #f5f5f5 0%,#fdfdfd 100%);
}
.pricing-table .action  {
	margin:0 auto;
	width:80%;
	overflow:hidden;
}

.pricing-table .action a {
	float:none;
	margin-left:0 auto;
	margin-right:0 auto;
}

.pricing-table .box.features .box-inner {
    border-right: none;
    background: #f5f5f5;
    text-align: left;
    margin-top: 10px;
}
.pricing-table .box.features .box-inner .title {
    margin-left: 0px;
    text-shadow: none;
}
.pricing-table .box.features ul.description { list-style: none }
.pricing-table .box ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.pricing-table .box.features ul.description li .help { cursor: help }

.pricing-table .special .box-inner { border: 1px solid #dedede }
.pricing-table .box:hover {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    box-shadow: 0 2px 15px rgba(0,0,0,0.33);
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	#wrapper {
		width: 800px; 
	}
		
			#carousel img {
				max-width:90%;
				max-height:90%;
				
				}	
	a.bigbtn3  { 
		font-size:12px;

	}	

	.cta {
      clear:both;

	
	}
	
	.cta a {
		display:block;
		width:100%;
		margin:0 auto;
		margin-left: 144px;
	}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#wrapper {
		width: 312px; 
	}
			#carousel img {
				max-width:70%;
				max-height:70%;
				
				}	

	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	#wrapper {
		width: 500px; 
	}
			#carousel img {
				max-width:50%;
				max-height:50%;
				
				}	

		
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
			#carousel img {
				max-width:40%;
				max-height:40%;
				
				}

			.footnote p {
				text-align:center;
			}	
				
			.box {
				float:left;
				display:inline-block;
			}
			
			.pricing-table h2.title {
				font-size:14px;
			}		

			.pricing-table .box .price span {
				font-size:11px;	
			}		

			.pricing-table .box .box-inner {
				border: 1px solid #dedede;
				padding: 10px;
				text-align: center;
			}
			.pricing-table .special .box-inner {
				text-align:center;
			}
			
			.pricing-table .box ul.description {
				font-size:10px;
			}
					
	
	}

/* Misc */

.nopadding {
	padding:0;
}

.nomargin {
	margin:0;
}

/* 
additional margin, spacer, you may create your own by following example below
*/
.marginleft5 {
	margin-left:5px;
}

.marginleft10 {
	margin-left:10px;
}
.marginleft15 {
	margin-left:15px;
}
.marginleft20 {
	margin-left:20px;
}



/* =STYLESWITCHER
-----------------------------------------------------------------------------------------------*/		
			
.panel{ background:#444444; border:1px solid #303030; display:none; height:auto; left:0; padding:15px 15px 20px 10px; 
	top:40px; position:fixed; _position:absolute;z-index:999999;  
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;	
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;	
	
	}
	
.panel h5 {
	text-align:center;
	font-size:12px;
	color:#fbfbfb;
	padding-bottom:10px;
	border-bottom:1px solid #303030; 
}
h5.bot{
	padding-top:15px;
}

a.openpanel{ 
	_background-image:none; 
	background:#444444 url(../images/theme-option.png) no-repeat center center; 
	padding:5px;
	border:1px solid #303030; 
	color:#fff;
	display:block; left:0; width:31px; height:31px; top:85px; text-indent:-9999px;
	position:fixed; _position:absolute; 
	z-index:999999;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;	
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
			
	a.openpanel:hover{ 

	}
	
	a.active.openpanel{ 
	border-left:none;
	_position:absolute; 
	left:100px;
 }
#stylechanger, #stylechangerbot { 
	float:left;
	list-style:none; 
	list-style-type:none; 
	list-style-position:outside; 
	margin-bottom:0;
	margin-right:5px;
}
	
#stylechanger li a, #stylechanger-right  li a, #stylechangerbot li a, #stylechangerbot-right li a { 
	display:block; 
	margin-bottom:5px; 
	width:30px; 
	height:25px; 
	text-indent:-9999px; 
}	

#stylechangerbot li a{ 
	display:block; 
	margin-bottom:5px; 
	width:60px; 
	height:25px; 
	margin-left:10px;
	text-indent:-9999px; 
}	


#stylechanger-right, #stylechangerbot-right {
	float:right;
	list-style:none; 
	list-style-type:none; 
	list-style-position:outside; 

}

	
#bg1 { background: url(../images/body-bg/bg-1.png); }
#bg2 { background: url(../images/body-bg/bg-2.png); }
#bg3 { background: url(../images/body-bg/bg-3.png); }
#bg4 { background: url(../images/body-bg/bg-4.jpg);}
#bg5 { background: url(../images/body-bg/bg-5.jpg);}
#bg6 { background: url(../images/body-bg/bg-6.jpg); }


#orange { background: #ed6529; }
#blue { background: #6ec6ee; }
