@charset utf-8;

html,
body {
	min-width:320px;
	}
body{
	background-color: #0FA1A1;
	color: #333333;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	position:relative;
}

::selection {background: rgb(0,0,0); color: #fff;}
::-moz-selection {background: rgb(0,0,0); color: #666666;}
img::selection {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(0,0,0); color: #fff;}

#main {
	background: #0FA1A1 url(../images/shine.jpg) repeat-x 50% 0%;
	font-size: .75em;
	color:#333333;
}
img {
	max-width: 100%;
	height: auto;
	}
.ie8 img {
	max-width: none !important;
	}
div.center{
text-align:center;
}
p.error{
color:#FF0000;
}
h1.title{
	background:url(../images/counter2.png) left no-repeat;
	padding-left:40px;
	font-size: 2.0em;
}
img.banner2{
	margin-left:40px;
}
@media only screen and (max-width: 767px) {
	img.banner2{
		margin-left:0px;
	}
}
p.n_date{
	color:#11B6A9;
	font-weight:700;
}
p.n_title,p.n_text{
	color: #666666;
}
p.n_date,p.n_title{
	padding:0;
	margin:0;
}
div.fup,
div.fup a{
	color:#FFFFFF;
	
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
		z-index:99;
		
}

table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table th,
table td {
    padding: 10px;
}
 
table th {
    background: #11B6A9;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #11B6A9;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #11B6A9 10px solid;
        margin-top: -10px;
    }
}
 
table td {
    background: #C4FCF7;
    width: 360px;
    padding-left: 20px;
}

table.company {
    width: 500px;
}
table.company td {
    width: 360px;
}

table.trading {
    width: 700px;
}
table.trading td {
    width: 300px;
}


/* List styling */
dl dt {
	background:url(../images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
	}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
	}


/* Header
---------------------------------------- */

#header {
	background: url(../images/header.png) no-repeat 50% 50px;
	position: relative;
	height: 135px;
	z-index: 99;
}

/* Logo */

.logo {
	background: url(../images/logo_bg.png) no-repeat 0% 0%;
	float: left;
	width: 253px;
	height: 174px;
	overflow: hidden;
	padding: 20px 0 42px 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 5px;
}
.logo img {
	width:98%;
	height:auto;
}

	.logo h1,
	.logo h2 {
		font-size:70px;
		line-height:1.2em;
		margin: -15px 0 0 0;
		}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
			}
.logo .tagline {
	font-size:10px;
	text-transform:uppercase;
	}


/* Header widget */
#widget-header {
	text-align:right;
}
	.widget-header {
		
		}

/* Social Networks */
#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
	}
	#widget-header .social-networks li {
		display:inline;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#widget-header .social-networks li a {
			text-decoration:none;
			margin-right:2px;
			}
		#widget-header .social-networks li a:hover {
			text-decoration:none;
			}

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #EEEEEE;
	display: none;
	font-size: 11px;
	line-height:1.2em;
	margin: 13px 0 0;
	padding: 5px;
	z-index:99;
}




/* Request a quote */
#widget_my_requestquotewidget {
	
	}
	
	.top-box {
		background:#eee;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:80px;
		}
	.box-button {
		float:right;
		width:20%;
		padding:5% 0 5% 5%;
		}
		.box-button .button {
			float:right;
			}
	.box-text {
		float:left;
		width:75%;
		}



/* Slider
---------------------------------------- */

#slider-wrapper {
	background: url(../images/content.gif) repeat-y 50% 0%;
	height: 463px;
	padding: 36px 0 0 0;
}

.flexslider-holder {
	background: #fff url(../images/loading.gif) 50% 50% no-repeat;
	height: 463px;
}









/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position: absolute;
	top: 50px;
	right: -10px;
	z-index: 2;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	background: #272323 url(../images/sub_menu.gif) repeat-x 0% 0%;
	width: 161px; /* left offset of submenus need to match (see below) */
	padding: 18px 0;
	position: absolute;
	top: -999em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			1px;
	top:			85px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	background: url(../images/sub_menu_1.gif) repeat-x 0% 0%;
	left:			-162px; /* match ul width */
	top:			-18px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	
}
.sf-menu a {
	text-decoration: none;
	color: #13a;
}

.sf-menu li {
	background: url(../images/menu_divider.png) no-repeat 0% 38px;
	padding: 0 0 0 1px;
}

.sf-menu li:first-child {
	background: none;
	padding: 0;
}

	.sf-menu li a {
		background: url(../images/menu.png) repeat-x 0% -85px;
		height: 85px;
		padding: 0 19px 0 19px;
		line-height: 88px;
		letter-spacing: -1px;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
	}

.sf-menu li li {
	background: none;
	margin: 0 0 1px 0;
	padding: 0;
}

	.sf-menu li li a {
		background: url(../images/sub-menu-button.gif) repeat-x 0% -35px;
		height: auto;
		padding: 8px 19px 8px 19px;
		line-height: 18px;
		letter-spacing: normal;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
	}

.sf-menu li li li {
	background: none;
	padding: 0;
}

	.sf-menu li li li a {
		background: url(../images/sub-menu-button-1.gif) repeat-x 0% -35px;
		height: auto;
		padding: 8px 19px 8px 19px;
		line-height: 18px;
		letter-spacing: normal;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
	}

.sf-menu li:hover > a, .sf-menu li.sfHover > a,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active, .sf-menu li.current-menu-item > a {
	background-position: 0% 0%;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 22px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-menu li li .sf-sub-indicator {
	display: none;
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			7px;
	height:			5px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/arrows-ffffff.png) no-repeat 0% 0%; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			41px;
	background-position: 0% 0%; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0% 0%; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0% 0%; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Navigation select styling */
.select-menu {
	border:1px solid #c8c8c8;
	background-color:#109B84;
	width:100%;
	height:30px;
	padding:5px;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display: none !important;
}

.select-menu:focus {border-color:#999;}

.select-menu option {
	padding:5px 8px;
	cursor:pointer;
}
.select-menu option:first-child {
	padding-left:5px;
	padding-right:5px;
}

.select-menu option.main_item {font-weight:bold;}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:15px;
	}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}





/* Content
---------------------------------------- */

.primary_content_wrap {
	background: url(../images/content.gif) repeat-y 50% 0%;
	position: relative;
	margin: 0 0 20px 0;
	padding: 60px 0 29px 0;
	z-index: 1;
}

body.home .primary_content_wrap {
	padding: 46px 0 29px 0;
}

	.primary_content_wrap ul {
		margin: 0;
		padding: 0 0 18px 0;
	}
	
		.primary_content_wrap ul li {
			background: url(../images/marker.png) no-repeat 0% 5px;
			margin: 0 0 13px 0;
			padding: 0 0 0 18px;
			list-style: none;
			line-height: 18px;
			font-size: 12px;
			color: #333333;
		}
		
			.primary_content_wrap ul li a {
				text-decoration: none;
				color: #333333;
			}
			
				.primary_content_wrap ul li a:hover {
					color: #8db80d;
				}
				
		.primary_content_wrap ul li ul {
			padding: 13px 0 0 0 !important;
		}
	
#content {
	float: left;
}

	#content.left {
		float: right !important;
	}




/* Comments
---------------------------------------- */

ol.commentlist {
 list-style-type:none;
 padding:0 0 20px 0;
 margin:0;
 }
 ol.commentlist li.comment {
  list-style-type:none;
  overflow:hidden;
  padding: 10px 0 0 0;
  margin: 0;
  background:none;
  text-transform:none;
 }
   ol.commentlist li.comment .comment-body {
    padding:23px 30px 20px 102px;
    position:relative;
    zoom:1;
    background:#f5f2f0;
    }
    li.comment .comment-body p {
     min-height: 65px;
    }
	
	 ol.commentlist li ul {
		 margin-bottom: -18px !important;
	}
	
  .comment-author {
   position:absolute;
   left:20px;
   top:25px;
   }
   .comment-author .author {
    text-transform:capitalize;
    width:65px;
    text-align:center;
    display: block;
    font-size:15px;
    padding-top: 6px;
	color: #333333;
   }
	
	/* Comment meta */
	.comment-meta {
		float: right;
		line-height: 20px;
		font-size: 12px;
		color: #333333;
	} 
	
		.comment-meta a {
			
		}
	
	 /* Avatar */
   li.comment .avatar {
    float:none;
    margin:0;
    vertical-align:top;
    overflow:hidden;
		border:1px solid #eee;
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }

    .commentlist ul.children {
     margin:0 0 0 20px;
     overflow:hidden;
     }
     .commentlist ul.children li.comment {

      }

		/* Reply */
.reply {
	float: right;
	margin-left: 16px;
}

	.reply a {
		display: inline-block;
		line-height: 20px;
		font-size: 12px;
		text-decoration: underline !important;
		color: #453e3e !important;
	}

		.reply a:hover {
			text-decoration: none !important;
		}


 .allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family:"Courier New", Courier, monospace;
  color:#666;
  }
  .allowed_tags strong {
   font-family:Tahoma, Geneva, sans-serif;
   }
  #respond {
   padding-top:28px;
   margin-top:20px;
  }

.cancel-comment-reply {
	width: 100%;
	overflow: hidden;
	margin: 0 0 22px 0;
}

	.cancel-comment-reply a {
		text-decoration: underline !important;
		color: #8db80d !important;
	}
  
		.cancel-comment-reply a:hover {
			text-decoration: none !important;
		}
		
	.cancel-comment-reply small {
		font-size: 12px;
	}





.post-holder {
	background: url(../images/line.gif) repeat-x 0% 0%;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 41px 0 0 0;
}

	.post-holder.first {
		background: none;
		padding: 0;
	}

/* Post header */
.post-holder .entry-title {
	font-size:1.6em;
	margin-bottom:.2em;
	}
.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

/* Featured thumbnail */

.featured-thumbnail {
	position: relative;
	float: left;
	margin: 5px 20px 10px 0;
}

	.featured-thumbnail img {
		float: left;
		border-bottom: 5px solid rgba(0,0,0, 0.1)
	}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large img {
		max-width:100%;
		height:auto;
		}
	

/* Post content */

.post-content {
	line-height: 20px;
	font-size: 12px;
	color: #333333;
}

	.post-content .excerpt {
		margin: 0 0 22px 0;
		}
		
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:15px 0 0 0;
	}
.post-holder.single-post .post-footer {
	margin-top:20px;
	}
		

	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	
	}
.post-edit-link:hover {
	
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	}
	
.aligncenter {
	text-align: center;
	margin: 0 auto;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
}

.alignnone {
	margin: 0 0 14px 0;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
}

article .post-content img {
	max-width:710px;
	}

.frame.alignleft {
	float: none;
	margin: 0;
	padding: 0 0 0 40px;
	border: none;
}

	.frame.alignleft ul {
		margin: -2px 0 0 0;
		padding: 0 0 8px 0;
	}
	
	
/* Related Posts */
ul.related-posts {
	overflow: hidden;
	padding: 0 0 40px 0;
	margin: 0;
}

	ul.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 2% 5% 0;
		display:-moz-inline-box; 
		display:inline-block; 
		*zoom: 1; 
		*display: inline;
		vertical-align: top;
		background:none;
		width:22.5%;
		overflow:hidden;
	}
	
	ul.related-posts li:first-child {
		margin-left:0;
	}
	
		ul.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}

ul.list {
	width: 100%;
	overflow: hidden;
}

	ul.list li {
		background: none;
		width: 100%;
		overflow: hidden;
		margin: 0 0 19px 0;
		padding: 0;
		vertical-align: top;
		line-height: 20px;
		font-size: 12px;
		color: #333333;
	}
	
		ul.list li strong {
			float: left;
			margin: 0 5px 0 0;
			color: #8db80d;
		}
		
		ul.list li p {
			overflow: hidden;
			margin: 0;
		}

ul.list_1 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 36px 0;
	padding: 16px 0 0 0;
}

	ul.list_1 li {
		background: url(../images/line.gif) repeat-x 0% 100%;
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 9px 0 2px 0;
		vertical-align: top;
		line-height: 26px;
		font-size: 14px;
		color: #8db80d;
	}
	
	ul.list_1 li:first-child {
		padding: 0 0 2px 0;
	}
	
		ul.list_1 li strong {
			float: left;
			min-height: 29px;
			margin: 0 4px 0 0;
		}
	
		ul.list_1 li img {
			float: left;
			margin: 0;
			border: none;
		}
		
		ul.list_1 li a {
			text-decoration: none;
			color: #8db80d;
		}
		
			ul.list_1 li a:hover {
				color: #453e3e;
			}

/* Page Navigaton */	

.pagenavi {
	background: url(../images/line.gif) repeat-x 0% 0%;
	width: 100%;
	overflow: hidden;
	padding: 41px 0 0 0;
	text-align: center;
}
 
	.pagenavi span, .pagenavi a {
		display: inline-block;
		width: auto;
		margin: 0 2px;
		padding: 10px 6px;
		vertical-align: top;
		text-decoration: none;
		color: #333333;
	}
	 
	.pagenavi a:hover {
		color: #8db80d;
	}
 
.pagenavi .current{
	color: #8db80d;
}

span.pages {
	display: none;
}

.pagenavi a.next, .pagenavi a.last, .pagenavi a.prev, .pagenavi a.first {
	background: url(../images/submit.png) repeat-x 0% 0%;
	position: relative;
	display: inline-block;
	height: 31px;
	overflow: hidden;
	margin: 0 14px;
	padding: 0 18px;
	vertical-align: top;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
}

	.pagenavi .next:hover, .pagenavi .last:hover, .pagenavi a.prev:hover, .pagenavi a.first:hover {
		color: #453e3e !important;
	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

.single-oldernewer {
	font-size:11px;
	border-top:1px solid #e4e2e2;
	border-bottom:1px solid #e4e2e2;
	padding:.5em 0;
	margin:1em 0 0 0;
	width: auto;
	}
	.single-oldernewer .newer {
		text-align:right;
	}


/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 1em 0;
	width:100%;
	overflow:hidden;
	}
	.gallery_post .g_item {
		overflow:hidden;
		width:620px;
		}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
			}
			.gallery_post .g_item .thumbnail img {
				float:none;
				width:100%;
				height: auto;
				}
				
.slides_container_slideshow {
	height:400px;
	width:620px;
}				

.gallery_post .pagination {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	overflow:hidden;
	text-align:left;
	float: right;
	}
	.gallery_post .pagination li {
		background: none;
		padding:0 0 0 5px;
		display:inline;
		margin:0;
		}
		.gallery_post .pagination li a {
			display:inline-block;
			text-decoration:none;
			width:10px;
			height:10px;
			background:#453e3e;
			font-size:0;
			line-height:0;
			border-radius:5px;
			vertical-align:top;
			padding: 0;
			}
		.gallery_post .pagination li.current a,
		.gallery_post .pagination li a:hover {
			background:#8db80d;
			}

.gallery_post .prev,
.gallery_post .next {
	float: left;
	margin-top:12px;
}			
			
	.gallery_post .prev,
	.gallery_post .next {
		display:inline-block;
		background:#453e3e;
		line-height: 20px;
		color:#fff;
		vertical-align:top;
		font-size:12px;
		text-decoration:none;
		border-radius:4px;
		padding: 2px 15px;
		margin-right:5px;
		}
	.gallery_post .prev:hover,
	.gallery_post .next:hover {
		background:#8db80d;
		}	
	
	
	
	
/* Post Formats
---------------------------------------- */

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	
	
.image-post-format {
	float:left;
	margin:0 0 10px 0;
	padding:7px;
	background:#f6f6f6;
	position:relative;
	}

/* Quote Format Type */
.recent-posts .format-quote {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}	

/* Audio Format Type */
.recent-posts .format-audio {
	margin-bottom:2em;
	}
	.recent-posts .format-audio .audio-wrapper {
		margin-bottom:.5em;
		}

/* Video Format Type */
.recent-posts .format-video {
	
	}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* Gallery Post Format */
.slides_container_gallery {
	width:600px;
	margin-bottom:10px;
	height:300px;
	}
	.slides_container_gallery .g_item {
		width:600px;
		display:block;
		}
		.slides_container_gallery .g_item img {
			width:100%;
			height:auto;
			}

				
				

/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {
	
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	margin-top:2em;
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */

#error404 {
	padding: 0 0 100px 0;
	text-align: center;
}
	
	#error404 h1 {
		margin: 0;
		line-height: 1.2em !important;
		font-size: 40px !important;
	}
	
	#error404 h2 {
		margin: 0 0 18px 0;
	}
	
	#error404 h6 {
		margin: 0;
	}
	
	#error404 #searchform {
		margin: 0 auto;
	}

.error404-num {
	font-size:250px;
	line-height:1.2em;
	color:#8db80d;
}





/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */

.header-title {
	margin: 0 0 33px 0;
}

	.header-title h1 {
		margin: 0;
		line-height: 32px;
		letter-spacing: -1px;
		font-family: 'Open Sans', sans-serif;
		font-size: 23px;
		font-weight: 700;
		text-transform: uppercase;
		color: #453e3e;
	}
	
	.header-title .page-desc {
		font-size: .91em;
		color: #999;
	}





/* Single Portfolio Page
---------------------------------------- */		
.entry-meta {
	
	}
	
/* Info */
ul.portfolio-meta-list {
	border:none;
	margin:0 0 2em 0;
	border-top:1px solid #e4e2e2;
	border-bottom:1px solid #e4e2e2;
	padding:1em 0;
	}
	ul.portfolio-meta-list li {
		list-style-type:none;
		padding:0;
		margin:.5em 0 0 0;
		border:none;
		background:none;
		text-transform:none;
		}
	ul.portfolio-meta-list li:first-child {
		margin-top:0;
		}
		ul.portfolio-meta-list li strong {
			display:inline;
			padding-right:.3em;
			}

/* Single Image */
.image-holder {
	position:relative;
	float: left;
	width:620px;
	margin-right: 20px;
	}
	.image-holder img {
		max-width:100%;
		}
		
#primary .entry-content {
	overflow: hidden;
}		

/* Single Video */
.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video-holder iframe,  
.video-holder object,  
.video-holder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* Audio Single */
.single-audio-holder .audiojs {
	width:620px;
	}
.single-audio-holder .audiojs .scrubber {
	width:440px;
	}
.single-audio-holder object{overflow:hidden;}	
	
/* Grid Gallery */
.grid_gallery {
	position:relative;
	overflow:hidden;
	padding:0 0 0 0;
	}
	.grid_gallery_inner {
		width:639px;
		position:relative;
		overflow:hidden;
		}
	.grid_gallery .gallery_item {
		float:left;
		margin:0 19px 19px 0;
		}
		.grid_gallery .gallery_item img {
			width: 100%;
			height: auto;
		}
		
.single-gallery-item {
	margin:0;
	}




/* Sidebar
---------------------------------------- */

#sidebar {
	float: left;
}

	.widget {
		margin-bottom: 57px;
	}
	
	#sidebar ul {
		padding: 0;
	}
#sidebar img{
	padding-bottom:10px;
}
	

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#666;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		color:#b2b2b2;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
.post_cycle .cycle_item {
	display: none;
	}
.post_cycle .cycle_item:first {
	display:block;
	}

#slides .text {
	height: 60px;
	overflow: hidden;
}

#slides a.next {
	background: url(../images/next.gif) no-repeat 0% 0%;
	display: block;
	width: 33px;
	height: 31px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	position: absolute;
	top: 13px;
	right: 0;
	z-index: 99;
}

#slides a.prev {
	background: url(../images/prev.gif) no-repeat 0% 0%;
	display: block;
	width: 37px;
	height: 31px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	position: absolute;
	top: 13px;
	right: 33px;
	z-index: 99;
}

.slides_control .cycle_item {
	background: #fff;
	width: 470px;
}
	
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:470px;
	display:none;
}
.gallery_post .slides_container {
	width:100%;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .item {
	width:270px;
	height:170px;
	display:block;
}
.gallery_post .slides_container .item img {
	max-width:100% !important;
	height: auto !important;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination {
	text-align:center;
	}
.pagination li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	padding:0 3px;
	}
.pagination .current a {
	color:red;
}

/* Carousel widget */

.widget_my_carouselwidget h2 {
	margin: 0 0 22px 0;
}

.es-carousel-wrapper{
	background: #f5f2f0 url(../images/button_prev.gif) no-repeat 0% 0%;
	position: relative;
	margin: 0;
	padding: 42px 40px 43px 40px;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	background: none;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}
.es-carousel ul li .image{
	display: block;
	text-align: center;
}

.es-carousel ul li a img{
	border: none;
	max-height: none;
	max-width: none;
}

.es-nav span.es-nav-next {
	background: url(../images/button_next.gif) no-repeat 0% 0%;
	display: block;
	width: 15px;
	height: 123px;
	text-indent: -9000px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.es-nav span.es-nav-prev {
	background: url(../images/button_prev.gif) no-repeat 0% 0%;
	display: block;
	width: 15px;
	height: 123px;
	text-indent: -9000px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.es-carousel ul li h4 {
	margin-bottom:.5em;
}

.es-carousel ul li .excerpt {
	margin-bottom:10px;
}

	

/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item .featured-thumbnail {
			float:none;
			margin:0 0 15px 0;
			}
			.folio_cycle .folio_item .featured-thumbnail img {
				float:none;
				}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			margin:0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:9px;
				height:9px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(../images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}

.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	}
.name-testi {
  padding: 20px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 2em 0;
		list-style-type:none;
		}
		.latestpost li h4 {
			margin-bottom:0;
			}
		.latestpost li .excerpt {
			margin-bottom:15px;
			}





/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 3px 3px 0;
		padding:0;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}
			
/* vCard widget */			
.vcard {
	
	}


/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	border:1px solid #eee;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(../images/quotes.png) no-repeat 170px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
	}
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:20px;
		top:20px;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#222c36;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}





/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#9fba12;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#fff;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
	background:#789d0d;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}

































































#searchform {
	width: 190px;
	height: 36px;
	overflow: hidden;
}

	#searchform input[type="text"] {
		width: 140px;
		min-height: 36px;
		max-height: 36px;
	}
	
	#searchform input[type="submit"] {
		width: 41px;
		margin: 0 0 0 5px;
		padding: 0;
	}

#header #searchform {
	position: absolute;
	top: 5px;
	right: 0;
}

ul.extra {
	width: 100%;
	overflow: hidden;
	padding: 0 0 16px 0;
}

	ul.extra li {
		background: none;
		float: left;
		width: 270px;
		margin: 0 0 30px 50px;
		padding: 0;
		line-height: 20px;
		font-size: 12px;
		color: #333333;
	}
	
	ul.extra li:first-child {
		margin: 0 0 30px 0;
	}
	
	ul.extra li.cat_post_item-4, ul.extra li.cat_post_item-7, ul.extra li.cat_post_item-10, ul.extra li.cat_post_item-13, ul.extra li.cat_post_item-16 {
		margin: 0 0 30px 0;
	}
	
		ul.extra li strong {
			display: block;
			position: relative;
			margin: 0;
			padding: 0 0 25px 66px;
			letter-spacing: -1px;
			line-height: 1.2em;
			font-family: 'Open Sans', sans-serif;
			font-size: 23px;
			font-weight: 700;
			text-transform: uppercase;
			color: #453e3e;
			z-index: 2;
		}
		
			ul.extra li strong a {
				text-decoration: none;
				color: #453e3e;
			}
			
				ul.extra li strong a:hover {
					color: #8db80d;
				}
				
			ul.extra li strong b {
				background: url(../images/counter.png) no-repeat 0% 0%;
				display: block;
				width: 53px;
				height: 64px;
				overflow: hidden;
				line-height: 48px;
				font-size: 25px;
				font-weight: 700;
				color: #fff;
				text-align: center;
				position: absolute;
				top: 3px;
				left: 0;
			}
			
		ul.extra li .featured-thumbnail {
			width: 100%;
			overflow: hidden;
			margin: 0 0 11px 0;
		}
		
		ul.extra li .post_content {
			margin: 0 0 22px 0;
		}

ul.info {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

	ul.info li {
		background: none;
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0;
		line-height: 20px;
		font-size: 12px;
		color: #333333;
	}
	
		ul.info li em {
			float: right;
			padding: 0 20% 0 0;
			font-style: normal;
		}
		
		ul.info li a {
			text-decoration: underline !important;
			color: #453e3e !important;
		}
		
			ul.info li a:hover {
				text-decoration: none !important;
			}

ul.team {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 0 21px 0;
}

	ul.team li {
		background:#11B6A9;
		float: left;
		width: 230px;
		margin: 0 0 0 10px;
		padding: 0;
		line-height: 20px;
		font-size: 12px;
		color: #fff;
	}
	ul.team li h5,	
	ul.team li div{
	padding:3px;
	}	
	ul.team li:first-child {
		margin: 0;
	}
	
		ul.team li .featured-thumbnail {
			margin: 0 0 34px 0;
		}

ul.services {
	width: 100%;
	overflow: hidden;
	margin: 0 0 39px 0;
	padding: 8px 0 0 0;
}

	ul.services li {
		background: #f5f2f0;
		float: left;
		width: 190px;
		margin: 0 0 0 10px;
		padding: 17px 20px 20px 20px;
		line-height: 20px;
		font-size: 12px;
		color: #333333;
	}
	
	ul.services li:first-child {
		margin: 0;
	}
	
	ul.services li.odd .excerpt {
		height: 40px;
		overflow: hidden;
	}
	
		ul.services li .featured-thumbnail {
			float: none;
			width: 100%;
			overflow: hidden;
			margin: 0 0 10px 0;
			text-align: center;
		}
		
			ul.services li .featured-thumbnail img {
				float: none;
				border: none;
			}
			
		ul.services li h5 {
			margin: 0 0 13px 0;
			letter-spacing: -1px;
			line-height: 18px;
			font-family: 'Open Sans', sans-serif;
			font-size: 18px;
			font-weight: 700;
			color: #453e3e !important;
		}
		
			ul.services li h5 a {
				text-decoration: none;
				color: #453e3e !important;
			}
			
				ul.services li h5 a:hover {
					color: #8db80d !important;
				}
		
		ul.services li .excerpt {
			height: 60px;
			overflow: hidden;
			margin: 0 0 8px 0;
		}
		
		ul.services li a.button {
			background: none;
			position: relative;
			display: inline-block;
			height: auto;
			overflow: hidden;
			margin: 0;
			padding: 0;
			vertical-align: top;
			border-bottom: none;
			line-height: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			color: #8db80d !important;
			cursor: pointer;
		}
		
			ul.services li a.button:hover {
				color: #453e3e !important;
			}

a.link {
	background: url(../images/submit.png) repeat-x 0% 0%;
	position: relative;
	display: inline-block;
	height: 31px;
	overflow: hidden;
	margin: 0;
	padding: 0 18px;
	vertical-align: top;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
	background-image: url(../images/submit.png);
}

	a.link:hover {
		color: #453e3e !important;
	}

a.button {
	background: url(../images/submit.gif) repeat-x 0% 0%;
	position: relative;
	display: inline-block;
	height: 31px;
	overflow: hidden;
	margin: 0;
	padding: 0 18px;
	vertical-align: top;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
}

	a.button:hover {
		color: #453e3e !important;
	}

.line_hor {
	background: #e4e2e2;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 35px 0;
	line-height: 0;
	font-size: 0;
}

.line_hor_1 {
	background: #e4e2e2;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 50px 0 40px 0;
	line-height: 0;
	font-size: 0;
}

.widget_my_cyclewidget {
	position: relative;
	padding: 7px 0 0 0;
}

	.widget_my_cyclewidget h2 {
		margin: 0 0 31px 0;
	}

/*#slider-code {
	position: relative;
	height: 160px;
}

	#slider-code .viewport {
		position: relative;
		float: left;
		width: 470px;
		height: 160px;
		overflow: hidden;
	}

	#slider-code .buttons {
		display: block;
		height: 31px;
		overflow: hidden;
		line-height: 0;
		font-size: 0;
		border-bottom: 5px solid rgba(0,0,0, 0.1);
		position: absolute;
		top: -57px;
		z-index: 99;
	}

		#slider-code .next {
			background: url(images/next.gif) no-repeat 0% 0%;
			width: 33px;
			right: 0;
		}
		
		#slider-code .prev {
			background: url(images/prev.gif) no-repeat 0% 0%;
			width: 37px;
			right: 33px;
		}

	#slider-code .disable {
		visibility: hidden;
	}

	#slider-code .overview {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

		#slider-code .overview li {
			background: none;
			float: left;
			width: 470px;
			height: 160px;
			margin: 0 20px 0 0;
			padding: 0;
			line-height: 20px;
			font-size: 12px;
			color: #9b9191;
		}
		
			#slider-code .overview li div.text {
				height: 60px;
				overflow: hidden;
			}*/

div.post_info {
	margin: 0 0 20px 0;
	line-height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #9b9191;
}
	
	div.post_info time {
		margin: 0 12px 0 0;
		font-weight: bold;
		color: #8db80d;
	}

	div.post_info i {
		margin: 0 0 0 12px;
		font-style: normal;
	}
	
	div.post_info a {
		text-decoration: underline !important;
		color: #453e3e !important;
	}
	
		div.post_info a:hover {
			text-decoration: none !important;
		}

div.text {
	margin: 0 0 24px 0;
}

.entry-header {
	width: 100%;
	overflow: hidden;
	margin: 0 0 5px 0;
}

	.entry-header time {
		background: url(../images/date.gif) repeat-x 0% 0%;
		float: left;
		width: 65px;
		height: 48px;
		margin: 0 15px 0 0;
		padding: 13px 0 0 0;
		border-bottom: 5px solid rgba(0,0,0, 0.1);
		line-height: 14px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	
		.entry-header time i {
			display: block;
			font-style: normal;
			text-transform: lowercase;
		}
		
	.entry-header .entry-title {
		margin: 0;
		padding: 8px 0 0 0;
		letter-spacing: normal;
		line-height: 20px;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 11px;
		font-weight: bold;
		color: #8db80d;
	}
	
		.entry-header .entry-title a {
			text-decoration: none;
			color: #8db80d;
		}
		
			.entry-header .entry-title a:hover {
				color: #453e3e;
			}

.post-meta {
	line-height: 20px;
	font-size: 12px;
	color: #333333;
}

	.post-meta b {
		float: right;
		font-weight: normal;
	}
	
	.post-meta a {
		text-transform: capitalize;
		text-decoration: none;
		color: #333333;
	}
	
		.post-meta a:hover {
			color: #8db80d;
		}

.thumbnail {
	float: left;
	margin: 0 20px 10px 0;
}

































































/* Footer
---------------------------------------- */

#footer {
	background: url(../images/footer.png) repeat-x 0% 0%;
	position: relative;
	width: 100%;
	height: 48px;
	padding: 0;
	z-index: 99;
}
	
	
nav.footer {
	float: right;
	margin: 0 -30px 0 0;
}

	nav.footer ul {
		margin: 0;
		padding: 0;
	}
		
		nav.footer ul li {
			background: url(../images/divider.gif) no-repeat 0% 4px;
			float: left;
			padding: 0;
			margin: 00;
			list-style: none;
			line-height: 18px;
			font-size: 12px;
			color: #fff;
		}
		
		nav.footer ul li:first-child {
			background: none;
			margin: 0;
			padding: 0;
		}
		
			nav.footer ul li a {
				text-decoration: none;
				color: #fff;
			}
			
				nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {
					color: #c1cb3b;
				}


#footer-text {
	float: left;
	margin: 15px 0 0 -35px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}

	#footer-text a {
		text-decoration: none;
		color: #fff;
	}
	
		#footer-text a:hover {
			color: #c1cb3b;
		}
	
	#footer-text strong {
		font-weight: normal;
	}
	
	#footer-text b {
		margin: 0 0 0 3px;
		font-weight: normal;
	}
	
	#footer-text i {
		margin: 0 12px;
		font-style: normal;
		color: #c1cb3b;
	}
	




/* Lightbox */
.lightbox {
	display:block;
	position:relative;
	}


.hr {
	background: #e4e2e2;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 5px 0 42px 0;
}

.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	}
.sm_hr {
  height: 1px;
  background: #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 10px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
	height:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}

/* Google Map */
.google-map {
	margin-bottom:20px;
	}





/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
}

input[type="text"], textarea {
	background: #f5f2f0;
	width: 100%;
	min-height: 29px;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	background: url(../images/submit.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 36px;
	position: relative;
	margin: 0;
	padding: 0 18px;
	border: none;
	border-bottom: 5px solid rgba(0,0,0, 0.1);
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

	input[type="submit"]:hover, input[type="reset"]:hover {
		color: #453e3e;
	}


/* Comment form */

#commentform {
	width: 100%;
	overflow: hidden;
}

	#commentform p {
		margin: 0 0 9px 0;
	}
	
	#commentform input[type="text"] {
		width: 42%;
	}
	
	#commentform input[type="submit"] {
		margin: 21px 0 0 0;
	}
	
	#commentform textarea {
		width: 65%;
		height: 249px;
		min-height:150px;
		overflow: auto;
	}




/* Contact form */

.contact_form {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
}

	.contact_form p {
		position: relative;
		overflow: hidden;
		margin-bottom: 9px;
		vertical-align: top;
	}

	.contact_form p.field small {
		color:red;
}

.contact_form .input-file {
	width: 79px;
	height: 22px;
	background: url(../images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
}

.contact_form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
	
	.contact_form input[type="text"] {
		width: 70%;
	}
	
	.contact_form input[type="submit"] {
		float: left;
		margin: 0 18px 0 0;
	}
	
.contact_form textarea {
	max-width:100%;
	min-width:100%;
	height:100%;
	min-height:270px;
	overflow:auto;
	margin-bottom:17px;
}

.contact_form .submit-wrap {
	padding:0;
	margin:0;
	}
	span.contact_form-control-wrap {
		display:block;
		}
	







/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */
