@charset utf-8;
/*--
	Theme Name: theme1985
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
@import url(http://fonts.googleapis.com/css?family=Anton);
/*----------------------------------------
				General
---------------------------------------- */
@font-face {
    font-family: 'Minion';
    src: url('MinionPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rockwell';
    src: url('ROCK.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RockwellB';
    src: url('ROCKB.TTF');
    font-weight: normal;
    font-style: normal;
}

html,
body {
	min-width:1088px;
}
body{	
	background-position:center top;
	background-repeat:no-repeat;
	font: 15px/19px Georgia, "Times New Roman", Times, serif;
	position:relative;
}

#main {font-size:15px !important; padding:88px 0 72px; font-family:Minion !important; }

.content-box {
	position:relative;
	margin:0 auto;
	width:1020px;
}


/* 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;
}
	ul {
		list-style-type:none;
		padding:0;
		margin:0 0 30px 0;
	}
		.pp_gallery li {background:none;}

	ul li {
		vertical-align:top;
		list-style-type:none; 
		padding:0px 0 0 15px;
		margin:0 0 12px 0;
	}

		ul li a {
			display:inline-block;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

		#wpadminbar li  {border:none;}
		#wpadminbar li a {
			-webkit-transition:none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			background:none;
			border-radius:0px;
			padding:0;
			border:none;
		}
		
		ul ul {
			margin:0;
			padding:10px 0 0 0;
		}


/*----------------------------------------
				 Header
---------------------------------------- */
#header {
	height:267px;
	position:relative;
	z-index:99;
	margin:0px;
	padding:0 0 8px 0;
}
	 {height:44px; overflow:hidden;}
	.row-logo {height:220px;}

	
/* Logo */
.logo {
	margin:0;
	width:345px;
	/*padding:87px 0 0 37px;*/	padding: 14px 0 0 23px;
	position:relative;
	z-index:100;
	float:left;
}

	.logo img {margin:13px 0 0 2px;}
	
	.logo h1,
	.logo h2 {
		font-size:48px;
		line-height:56px;
		text-transform:uppercase;
		font-family: 'Anton', sans-serif;
		font-weight:400;
		margin:0px 0 -8px;
		padding:0px 0 0 0;
		background:none;
	}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
		}
		
.logo .tagline {
	font-size:27px;
	line-height:36px;
	text-transform:uppercase;
	color:#9e6434;
	margin:0 0 0 2px;
	font-family: 'Anton', sans-serif;
	font-weight:400;
}



/* Header widget */
#widget-header {
	position:relative;
	text-align:right;
	padding:10px 21px 0 0;
	font-family: Minion !important;
	font-size:18px !important;
	color:#ffffff !important;
}
	.widget-header {}

#widget-header h3 {display:none;}
	.widget-header ul{overflow:hidden; margin:0px; }
		.widget-header ul li {
			vertical-align:top;
			list-style-type:none; 
			color:#5d4735;
			background:none;
			border:none;
			padding:0;
			display:inline-block;
			margin:0 0px 0 16px;
			font-size:14px;
			line-height:20px;
		}
			
			.widget-header ul li a {
				font-size:14px;
				line-height:20px;
				color:#5d4735;
				text-decoration:none;
				font-style:italic;
			}
			.widget-header ul li a:hover {color: #9e6434;}
			
/* 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 {
	width:100%;
	overflow:hidden;
}
	
	.top-box {
		padding:0;
		margin-bottom:20px;
		zoom:1;
		position:relative;
	}
		
		.top-box:before {
			content: "";
			display: block;
			position: absolute;
			left: -16px;
			top: 0px;
			width: 16px;
			height: 29px;
		}
		
		.box-bot {
			min-height:290px;
			padding:0 0 22px 0;
		}
		.box-top {
			padding:34px 20px 10px 21px;
		}
		
		.box-text {margin-bottom:18px;}
			.top-box h2 {
				padding:0;
				margin:0 0 21px 0;
			}
			.top-box p {margin:0 0 19px 0;}

/* Phone Box */
.phone-box {
	margin:-17px -13px -15px -16px;
	padding:17px 14px 23px 14px;
}
	.phone-box h2 {margin:0 0 5px 0;}
	.phone {
		font-size:29px;
		line-height:34px;
		letter-spacing:-1px;
		font-family:Georgia, 'Times New Roman', Times, serif;
		font-style:italic;
		margin:0 0 8px 0;
	}
	.phone-box h6 {display:inline-block;}
	
/*----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {
	height:479px;
	z-index:1;
	position:relative;
}
#slider {
	position:relative;
	width:1020px;
	height:479px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-directionNav {}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:62px;
	height:62px;
	text-indent:-9999px;
	border:0;
	top:50%;
	margin-top:-38px;
	z-index:999;
	cursor:pointer;
}
a.nivo-nextNav {right:-32px;}
a.nivo-prevNav {left:-32px;}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}


/*----------------------------------------
				Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	float:right;
	padding:100px 30px 0 0;
	background:none;
	z-index:99;
	display:none;
}

#topnav {margin:0;}

/* Essential styles for dropdown menu */
.sf-menu {
	padding:0px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
	list-style:none;
}
.sf-menu > li {
	display:block;
	float:left;
	text-align:center;
	position:relative;	
	margin:0 0 0 2px;
	padding:0;
}
	.sf-menu > li > .line {
		display: block;
		position: absolute;
		left:2px;
		right:2px;
		top: 80px;
		height: 3px;
		z-index:201;
		background:transparent;
	}
		.sf-menu > li.sfHover > .line {background:#888905;}

.sf-menu li a {
	display:block;
	text-decoration:none;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu > li > a {
	font-size:20px; 
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Anton', sans-serif;
	font-weight:400;
	padding:25px 7px 75px 8px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.sf-menu ul {
	position:		absolute;
	width:			131px; /* left offset of submenus need to match (see below) */
	padding:30px 15px 10px 30px;
	z-index:200;
	display:none;
	margin:0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			80px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:			131px;
	padding:30px 15px 10px 30px;
	margin:0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			147px; /* match ul width */
	top:			-33px;
	z-index:99;
}
.sf-menu ul li,
.sf-menu ul li li {
	margin:0 0 8px 0;
	padding:0;
	text-align:left;
	background:none;
	display:block;
}

.sf-menu li li a {
	text-align:left;
	font-size:17px;
	line-height:20px;
	padding:0;
	background:none;
	display:block;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#382c22; text-decoration:none;}




/*---------------------------------------- 
				Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:3;
	padding-bottom:50px;
	padding:20px 0 115px 0;
}
	body.home .primary_content_wrap {margin-top:-31px; padding:0 0 115px 0;}
	
#content {}
#content.left {float:right !important;}

.bottom-area .box {margin-top:20px;}
.bottom-area .box:first-child {margin:0}

.right-content-area .textwidget {padding:0 5px 14px 0; margin:-3px 0 0 0;}
.right-content-area .textwidget h6 {display:inline-block;}

/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:27px;
	line-height:34px;
	margin:0 0 7px 0;
	font-weight:400;
	font-family: 'Anton', sans-serif;
}
	.commentlist {
		list-style-type:none;
		padding:0 0 40px 0;
		margin:0;
	}
		li.comment {
			list-style-type:none;
			overflow:hidden;
			padding: 0;
			margin: 0!important;
			background:none;
			text-transform:none;
		}

			li.comment .comment-body {
				padding:16px 20px 30px 20px;
				position:relative;
				zoom:1;
				margin-top:10px;
				overflow:hidden;
			}
				li.comment .comment-body p {
					margin-bottom:9px;
					font-size:15px;
					line-height:19px;
				}
				
			.comment-author {
				float:left;
				margin:5px 15px 4px 0;
			}
	
			 /* Avatar */
			li.comment .avatar {
				float:none;
				display:block;
				vertical-align:top;
				overflow:hidden;
			}
   
			.author-comment{
				display: block;
				font-size:15px;
				line-height:20px;
				margin-top:6px;
				text-align:center;
			}

			.talignright {text-align:right; padding-right:40px;}
			
			/* Comment meta */
			.comment-meta {
				font-size:15px;
				line-height:20px;
				display:inline-block;
			} 

			.commentlist ul.children {
				margin:0 0 0 40px;
				padding:0;
				overflow:hidden;
			}
			.commentlist ul.children li.comment {}

			/* Reply */
			.reply {
				display:inline-block;
				margin-right:0px;
				margin-left: 15px;
			}
			.reply a {
				display:inline-block;
				font-size:15px;
				line-height:20px;
				text-decoration:none;
				text-transform:capitalize;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			.reply a:hover {text-decoration:none;}

/*----------------------------------------
				Respond
---------------------------------------- */ 	
	#respond {
	   padding-top:17px;
	   margin-top:15px;
  	}
	#respond h3 {
		font-size:27px;
		line-height:34px;
		margin:0 0 17px 0;
		font-weight:400;
		font-family: 'Anton', sans-serif;
	}	
		.cancel-comment-reply small {font-size:12px;}
		.cancel-comment-reply a {
		   text-decoration:underline;
		   background:none !important;
		   padding:0;
		   margin-bottom:5px;
		   display:inline-block;
		   text-transform:none;
		   -webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.cancel-comment-reply a:hover {text-decoration:none;}

.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;}



/*---------------------------------------- 
					Post
---------------------------------------- */
.header-title {margin-bottom:22px;}
	.header-title h1 {
		font-size:27px;
		line-height:34px;
		padding:0 0 8px 0;
		margin:0 0 0px 0;
		font-weight:400;
		font-family: 'Anton', sans-serif;
	}

.post-holder {
	position:relative;
	padding:0 0 30px 0;
	margin:0 0px 40px 0;
}
	.post-holder.no-border {padding:0; margin:0;}
	
.single .post-holder {
	margin:0 0px 32px 0;
}
.post-holder .entry-header {
	display:block;
	overflow:hidden;
	margin:0 0 7px 0;
}
.post-holder .entry-title {
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	font-family:Georgia, 'Times New Roman', Times, serif;
	overflow:hidden;
	background:none;
	text-transform:none;
	margin:0px;
	padding:4px 0 0 0;
}
	
	.post-holder .entry-title a{
		display:inline-block;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

.entry-header time {
	float:left;
	width:45px;
	height:41px;
	padding:5px 0 0 0;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	text-align:center;
	margin:0 10px 0 0;
	overflow:hidden;
}
	.day {display:block; margin-bottom:-6px;}
	
/* Meta information for post */
.post-meta {
	font-size:15px;
	line-height:19px;
	overflow:hidden;
}
	.post-meta a{
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	

/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:5px 12px 10px 0;
}
	.featured-thumbnail a {
		display:block;
	}
.team .featured-thumbnail {margin:5px 30px 10px 0;}
.post-holder.services .featured-thumbnail {display:none;}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:26px;
	}
	.featured-thumbnail.large img {
		max-width:100%;
		height:auto;
	}
.addthis_toolbox {margin:0 0 6px 0;}
.addthis_toolbox.addthis_default_style > a {
	float: none !important;
	display: inline-block !important;
	vertical-align: top !important;
	margin: 3px 0 !important;
	padding: 0 !important;
}
.addthis_toolbox.addthis_default_style .addthis_button_facebook_like {
	width: 100px;
}
.addthis_toolbox.addthis_default_style .addthis_button_pinterest_pinit {
	width:70px;
}

/*---------------------------------------- 
				Related Posts
---------------------------------------- */
.related-posts {
	overflow:hidden;
	padding:0;
	margin:0 0px 30px 0;
}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 15px 15px 0px;
		display:inline-block;
		background:none;
		width:148px;
		border:none;
	}
	.related-posts li:nth-child(4n) {margin-right:0!important;}
	.related-posts li.nomargin {margin-right:0!important;}
	
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
}
.alignnone {
	margin:0 0 10px 0;
}
article .post-content img {
	max-width:710px;
}

.frame {
	border:3px solid #fff;
	text-align:center;
}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
}

/*---------------------------------------- 
				Page Navigaton
---------------------------------------- */
.pagenavi {
	clear:both;
	padding:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
	.author .pagenavi {margin:0 0 40px 0;}
	
.pagenavi span.pages {display:none;}
 
.pagenavi span, 
.pagenavi a {
	display:inline-block;
	margin: 0px 7px 0px 7px;
	padding:0;
	width:auto;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




/* 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;
	padding:.5em 0;
	margin:1em 0 0 0;
}	

	
/* 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;
		display:none;
	}
	.gallery_post .g_item:first-child {display:block;}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
		}
			.gallery_post .g_item .featured-thumbnail img {float:none;}

.g_pagination {
	text-align:left;
	overflow:hidden;
}
	.g_pagination ul {
		list-style-type:none;
		margin:0;
		padding:.5em 0;
		overflow:hidden;
	}
		.g_pagination ul li {
			padding:0 5px 0 0;
			display:inline;
			margin:0;
			background:none;
		}
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:10px;
				height:10px;
				font-size:0;
				line-height:0;
				border-radius:5px;
				vertical-align:top;
			}
			
.g_controls {float:right;}
	.g_controls a {
		display:inline-block;
		background:#4c3a2b;
		color:#fff;
		vertical-align:top;
		font-size:11px;
		text-decoration:none;
		border-radius:4px;
		font-family:"Times New Roman", Times, serif;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		.g_controls a span {
			display:inline-block;
			padding:2px 6px 4px 6px;
		}

/*----------------------------------------
				Author
---------------------------------------- */
/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
	.author-info .avatar {
		margin:0 20px 0 0;
	}
		.author-info .avatar img {
			float:left;
		}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
}
	.author-meta p.gravatar {
		margin:0;
	}




/*---------------------------------------- 
					404
---------------------------------------- */
#error404 {
	padding:30px 0 100px 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		text-align:center;
	}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
	}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
		}





/*----------------------------------------
				Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
}
	.latestwork li {
		float:left;
		margin-right:20px;
	}


/* Gallery */

/* Default layout 3 columns */
#gallery {}
	#gallery .portfolio {
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
	}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:285px;
			margin:0 16px 40px 0px;
			position:relative;
			background:none;
			padding:0;
			text-transform:none;
			border:none;
		}
		* + html #gallery .portfolio li {display:inline;}
		#gallery .portfolio li.nomargin {margin-right:0 !important;}
		
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:279px;
				height:192px;
				margin-bottom:25px;
				position:relative;
				text-decoration:none;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
			}
			
			#gallery .portfolio li a.image-wrap img {position:relative;}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:0;
			}
					
			#gallery .portfolio p.excerpt {margin-bottom:0;}
			

/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	overflow:hidden;
}
	#gallery.one_column .portfolio li a.image-wrap {
		width:510px;
		height:351px;
		float:left;
		margin:0 20px 0 0px;
	}
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:0;
		}
		#gallery.one_column  .excerpt {display:inline;}
		#gallery.one_column .folio-desc h6 {display:inline-block;}
		.button-box {
			padding:15px 0 0 0;
			margin:21px 0 0 0;
			overflow:hidden;
		}
		
		.post-holder .button-box {margin:19px 0 0 0;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {width:436px;}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:430px;
		height:296px;
	}
	#gallery.two_columns  p.excerpt {padding:0;}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {width:209px;}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:203px;
		height:139px;
	}	
		.zoom-icon {
			display:block;
			position:absolute;
			left:0px;
			top:0px;
			right:0px;
			bottom:0px;
			cursor:pointer;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			opacity:0;
		}
			.no-rgba .zoom-icon {
				visibility:hidden;
			}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:35px;
				height:35px;
				margin:-17px 0 0 -17px;
			}
			.image-wrap:hover .zoom-icon {opacity:1;}
			.no-rgba .image-wrap:hover .zoom-icon {visibility:visible;}


		
/*---------------------------------------- 
		Single Portfolio Page
---------------------------------------- */		
.entry-meta {}
	
/* Info */
.portfolio-meta-list {
	border:none;
	margin:0 0 2em 0;
	padding:1em 0;
}
	.portfolio-meta-list li {
		list-style-type:none;
		padding:0;
		margin:.5em 0 0 0;
		border:none;
		background:none;
		text-transform:none;
	}
	.portfolio-meta-list li:first-child {margin-top:0;}
		.portfolio-meta-list li strong {
			display:inline;
			padding-right:.3em;
		}

/* Single Image */
.image-holder {
	position:relative;
	}
	.image-holder img {
		max-width:100%;
		}

/* 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:640px;
		position:relative;
		overflow:hidden;
		}
	.grid_gallery .gallery_item {
		float:left;
		margin:0 15px 15px 0;
		}
		
.single-gallery-item {
	margin:0;
	}
		
		

/*----------------------------------------
					Sidebar
---------------------------------------- */
#sidebar {}
#sidebar.left {}
	#sidebar h3{
		font-size:27px;
		line-height:34px;
		padding:0 0 8px 0;
		margin:0 0 18px 0;
	}
	.widget ul {margin-bottom:0px;}
	.widget {
		margin-bottom:20px;
	}
	.widget .box {padding:22px 17px 10px 21px;}


/*----------------------------------------
				 Calendar
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}

		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			font-size:22px;
			line-height:26px;
			text-align:center;
			font-weight:400;
			font-family: 'Anton', sans-serif;
			padding:4px 0;
			margin-bottom:5px;
			text-transform:uppercase;
		}

		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			line-height:20px;
			text-align:center;
			font-weight:400;
			font-family: 'Anton', sans-serif;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}	



/*----------------------------------------
					FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		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;
		font-weight:bold;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
	}

/*----------------------------------------
				Custom widgets
---------------------------------------- */
/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		padding:16px 0 0 0;
		margin:17px 0 0 0;
	}
	.post_list li:first-child {
		border:none;
		padding:0;
		margin:0;
	}
		.post_list li h6 {display:inline-block;}
		.post_content {display:inline;}

	.post_list li .post_meta {
		font-size:12px;
		font-style:italic;
		display:block;
		margin:0 0 2px;
	}
					

/*----------------------------------------
				Testimonials
---------------------------------------- */
.testimonials {
	padding: 0;
	margin: 0 0 20px 0;
}
.testimonials div.testi_item {
	padding: 0;
	margin: 0 0 26px 0;
	background: none;
	overflow:hidden;
}
.testimonials div.testi_item blockquote {
	display: block;
	position: relative;
	margin: 0;
	padding:0;
	border:none;
}

.testimonials div.testi_item blockquote a {
	text-decoration: none;
	display: block;
	font-style: normal;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.testimonials div.testi_item blockquote .user {
	font-style:normal;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:4px 20px 0 0px;
}
.name-testi {
	padding: 19px 0 0 0;
	text-align: right;
	display: block;
}
.name-testi .info {
	font-size:12px;
	line-height:19px;
}



/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
	.latestpost li {
		margin:0 0 18px 0;
		padding:0 0 20px 0;
		list-style-type:none;
		background:none;
	}

		.latestpost li .excerpt {margin-bottom:0px;}
			
		.latestpost li .featured-thumbnail {
			margin: 4px 19px 0px 0;
		}


/* Twitter widget */
.twitter {position:relative;}
.twitter_update_list {overflow:hidden;}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	background:none;
}
	.twitter ul li .twitt-body {padding:0 0 5px 0;}
	.twitter ul li .twitt-body a {font-weight:bold;}
	.twitter ul li a.timesince {
		font-size:12px;
		padding:0 0 19px 43px;
	}
.twitter .profileLink {
	
}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	background-position:0 50%;
	background-repeat:no-repeat;
}


/*----------------------------------------
				Testimonials
---------------------------------------- */
/* Testimonials list */
article.testimonial, .single article.testimonial  {
	padding:30px 40px 30px 30px;
	width:auto;
	background:none;
	font-style:italic;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:35px;
}

	article.testimonial .featured-thumbnail, 
	.single article.testimonial  .featured-thumbnail {
		margin:5px 30px 10px 0;
	}
	
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		font-size:13px;
		line-height:18px;
		text-transform:none;
		font-family:Arial, Helvetica, sans-serif;
		padding:10px 0 0 0;
	}
		article.testimonial .name-testi .user {
			text-transform:none;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		
		article.testimonial .name-testi a {
			text-decoration:none;
			text-transform:none;
		}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
		}





/*----------------------------------------
				Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}
	.recent-posts li {
		list-style-type:none;
		margin:20px 0 0 0;
		padding:0;
		border:none;
		background:none;
	}
		.recent-posts li:first-child {margin:0;}
		
		.recent-posts li .featured-thumbnail {
			float:none;
			display:block;
			margin:0px 0px 15px 0;
		}

		.recent-posts li .excerpt {
			padding:0;
			margin:0;
		}
		.recent-posts li .button-box  {margin:17px 0 0 0;}
		
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			overflow:hidden;
			}
			.recent-posts li .post-date {
				float:left;
				}
			.recent-posts li .post-comments {
				float:right;
				}
				
/* General */				
.recent-posts.general h2{
	margin:0 0 22px;
}

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
}	

/* 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 {
	float:left;
	width:300px;
	margin:0 20px 20px 0;
}
.recent-posts .format-video iframe {
	width:300px;
	height:200px;
}	

/* Our team */
.recent-posts.team {
	margin: 0;
	padding: 0;
}
	.recent-posts.team li {
		float: left;
		width: 208px;
		overflow: hidden;
		margin: 4px 20px 2px 0;
	}

	.recent-posts.team li:nth-child(4n) {margin-right: 0;}
	.recent-posts.team li.nomargin {margin-right: 0;}
		.recent-posts.team li .featured-thumbnail {
			margin:0px 0px 16px 0;
		}
	.recent-posts.team li .excerpt {
		margin-bottom: 0;
	}


/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
	.recent-posts.services li {
		display:block;
		margin:0 0px 17px 0;
		background:none;
		padding:16px 0 0 0;
	}
		.recent-posts.services li:first-child {padding:0;}
		
		.recent-posts.services li .featured-thumbnail {
			float:left;
			margin:4px 8px 0 0;
		}
		.recent-posts.services li h6 {
			overflow:hidden;
		}


/* 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 {
	display:inline-block;
	padding:2px 7px;
	text-decoration:none;
	margin:0 1px 4px 0;
	font-size:11px !important;
	line-height:15px;
	vertical-align:top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}


/*---------------------------------------- 
				Footer
---------------------------------------- */
#footer {padding:0;}

	/* Footer widget */
	#widget-footer {
		padding:36px 0 41px 0;	
		padding:36px 0 41px 0;	
	}

	
	/* Footer navigation */
	nav.footer {
		display:block;
	}
		nav.footer ul {
			margin:0 0 10px 0;
			padding:0;
			overflow:hidden;
		}
			nav.footer ul li {
				list-style-type:none;
				float:left;
				background:none;
				padding:0;
				margin:0 20px 0 0;
				font-style:italic;
			}
	
	/* Copyright */
	#copyright {
		padding:15px 22px 20px 19px;
		margin:0;
	}
	
	.footer-left {
		float:left;
		width:80%;
	}
	
		/* Footer text */
		#footer-text {
			display:block;
			font-size:15px;
			line-height:19px;
			
		}
			#footer-text a {
				text-decoration:none;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}	


/*----------------------------------------
					Misc
---------------------------------------- */
.box {
	padding:22px 17px 20px 21px;
}
.link {
	display:inline-block;
	padding:0;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.link:hover {color:#896f59;}
	
.more-link {
	display:inline-block;
	font-size:0px;
	line-height:0px;
	width:8px;
	height:14px;
	vertical-align:middle;
}

.link-box {
	display:block;
	margin:17px 0 0 0;
	padding:16px 0 0 0;
}
	.link_show_all {
		display:inline-block;
		font-style:italic;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		
.year {
	display:inline-block;
	float:left;
	width:51px;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
}
	
.button {
	display:inline-block;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 13px 10px 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	
/* Small Button */
.button.small {
	font-size:10px;
	padding:3px 8px;
}
	
/* Large Button */
.button.large {
	font-size:20px;
	padding:16px 32px;
}

.no-results {
	
}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
}

/* Back to Top */
#back-top-wrapper {
	float:right;
	position:relative;
	overflow:hidden;
	display:inline-block;
}
#back-top {position: relative; padding:4px 0 0 0;}

#back-top a {
	width: 22px;
	height:11px;
	display: block;
	text-align: center;
	font-size:0px;
	line-height:0px;
}


/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display:block;
	float:left;
	width:45px;
	height:41px;
	padding:5px 0 0 0;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	text-align:center;
	margin:0 10px 0 0;
	overflow:hidden;
}

.widget-area {
	
}

.hr {
	height:13px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

.sm_hr {
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

.spacer {
	height:20px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
.address dt {
	float:left;
	width:175px;
	margin-right:10px;
	padding:0 0 0 55px;
	background:none;
	font-size:14px;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
	}
		.address dd ul li {
			background:none;
			padding:0;
			margin:0;
		}
	.address dd span {
		float:left;
		width:100px;
	}
		.address dd a {
			text-decoration:underline;
		}
		.address dd a:hover {
			text-decoration:none;
		}

			
/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/loading-folio.gif);
}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
}
	.video-wrap object {
		position:relative;
		z-index:2;
	}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
	}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/*---------------------------------------- 
					Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-size:15px;
	line-height:20px;
	vertical-align:middle;
	font-weight:normal;
	border:none;
	outline:none;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
input[type="text"], textarea {
	border:none;
	padding:5px 8px 7px 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0;
	font-size:18px;
	line-height:20px;
	text-decoration:none;
	background:none;
	border:none;
	cursor:pointer;
	margin-right:14px;
	text-transform:uppercase;
	font-weight:400;
	font-family: 'Anton', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/* Comment form */
#commentform {
}
	#commentform a {
		display:inline-block;
		background:none;
		border-radius:0px;
		text-decoration:underline;
		text-transform:none;
		padding:0;
	}
		#commentform a:hover {text-decoration:none;}
		
	#commentform p.field {margin-bottom:9px;}
	#commentform p.area {margin-bottom:14px;}
		#commentform small {
			font-size:12px;
			line-height:18px;
		}
	#commentform label {
		display:block; 
		padding-bottom:5px;
	}
	#commentform input[type="text"] {
		width:301px;
		height:29px;
	}
	#commentform textarea {
		width:461px;
		height:249px;
		overflow:auto;
	}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:16px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {
	width:100%;
	height:30px;
}
	.wpcf7-form p.field small {color:red;}
		
.wpcf7-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;
}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.wpcf7-form textarea {
	width:100%;
	height:255px;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}
	span.wpcf7-form-control-wrap {
		display:block;
	}
	.wpcf7-not-valid-tip {
		width:100% !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:4px 0 4px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}






/* Sidebar search form */
#searchform {overflow:hidden;}
#searchform .searching {
	width:160px;
	height:29px;
	margin-right:10px;
	float:left;
}
	#searchform .submit {
		float:left;
		cursor:pointer;
		margin:0;
	}

		#sidebar #searchform .searching {width:100%;}
		#sidebar #searchform .submit {float:right; margin-top:10px;}


/* 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 */
#header{background: url(images/bg-header.png) center bottom repeat-x !important;}
.row-logo{background: url(images/row-logo.png) 0 4px repeat-x !important;}
.content-box{background: url(images/bg-content.png) center top repeat !important;}
.row-top{ background:none !important; border-bottom: 3px solid #023602!important;}
#widget-header{padding: 10px!important;}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a{
	color: #fff;
background-color: #023602 !important;
border-color: #023602 !important;

}

#my_requestquotewidget-3,
#my_requestquotewidget-4,
#my_requestquotewidget-5{border: none !important; padding: 0px !important;}

.top-box.green .box-top{background: url(images/green-top.png) 0 0 repeat-x !important;}

.top-box.green {
background: url(images/green-box.png) 0 0 repeat !important;
}
.top-box.green .box-bot {
background: url(images/green-bot.png) 0 bottom no-repeat !important;
}
.top-box.orange {
background: url(images/orange-box.png) 0 0 repeat !important;
}
.top-box.orange .box-bot {
background: url(images/orange-bot.png) 0 bottom no-repeat !important;
}
.top-box.orange .box-top {
background: url(images/orange-top.png) 0 0 repeat-x !important;
}

.top-box.red .box-top {
background: url(images/red-top.png) 0 0 repeat-x !important;
min-height: 257px;
}
.top-box.red .box-bot {
background: url(images/red-bot.png) 0 bottom no-repeat !important;
}
.top-box.red {
background: url(images/red-box.png) 0 0 repeat !important;
}

.box-top,
.top-box h2{color:#1d1d1d !important; font-family:RockwellB !important;}
.top-box.orange .button{background: #3bc5c0 !important; border: 3px solid #20a8a3 !important;}
.top-box.green .button{background: #f87dd7 !important; border: 3px solid #ca47a2 !important;}
.top-box.red .button{background: #dece08 !important; border: 3px solid #9a910c !important;}
.box{border: 3px solid #298329 !important; background: #0b690b!important; }
.phone-box{background:#054e05!important;}
.primary_content_wrap{background: url(images/row-logo.png) 0 98% repeat-x !important;}
#widget-footer{background:#1d5117 !important;}
#copyright{background:#11320d !important;}
#footer-text{ color: #2f6828 !important;}
#back-top{color: #2f6828 !important; font-family:Minion !important; font-size:15px !important;}
body{background:#0c2509 url(images/acapulco_background_main.jpg) top center repeat !important; color: #77d477!important; font-family:Minion !important;}
.footer_form .fm-form label{ display:none !important;}
.footer_form .fm-form ul li{background:none;}
.footer_form .fm-form input{ height:45px; padding-left:15px;}
nav.primary{padding: 96px 9px 0 0 !important;}


.sf-menu > li > a{ font-family:Rockwell !important; font-size:18px !important;}
.box-text{ font-family:Minion !important; font-size:15px !important;}
.button{font-family:RockwellB !important; color:#1d1d1d !important;}
h2{font-family:RockwellB !important;}
.footer {font-family:Minion !important; font-size:18px !important; color:#77d477 !important;}
.footer h6{font-family:RockwellB !important; font-size:23px !important; color:#ffffff !important; margin-bottom:20px;}
.footer_form ul{margin-bottom:15px !important;}
.fm-form input.submit{font-family:RockwellB !important;}
.fm_form_submit{font-family:RockwellB !important;}
#footer-text{font-family:Minion !important; font-size:15px !important;}
.phone{ color: #ffffff !important; font-family:Minion !important; font-weight:bold; font-style:normal !important; font-size:45px !important;}

.latestpost li h6{ font-family:Minion !important; font-size:18px !important;}
.latestpost li{ border-bottom: 1px solid #298329 !important;}
.link{font-family:RockwellB !important;}
.sf-menu ul, ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul{background:#023602 !important; border:none !important;}
.sf-menu > li.sfHover > .line{background:#023602 !important; }
.sf-menu ul{padding: 15px !important;}
.sf-menu li li a{ font-family:Rockwell !important; }
.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a{
color:#7a997a !important;
}

.links{
padding-bottom:15px;
}
.links a{
display: block;
padding: 10px;
width: 122px;
text-align: center;
float: left;
margin-right: 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background: #a83f2a;
color: #ffffff;
behavior: url(border-radius.htc);
text-transform:uppercase;
font-size:14px;

}
.t_header{
background:#023602;
}

.dish{
font-style: italic;
padding: 5px 5px 5px 0px;
}

.dish span,
.dish strong{
color: #FFF;
font-weight: bold;
font-size: 14px;
font-style:normal;
}
.din .links a{
width:107px;
}

#page-content strong{
color: rgb(255, 255, 255) !important;
font-family: Rockwell !important;
font-size: 16px !important;
}
#page-content table{
	font-size: 16px !important;
}
#page-content table span{
	color:#FFF !important;
	font-style:italic !important;
}

.fm-form ul li{
	background:none !important;
}



#my_requestquotewidget-2{
border:none !important;
padding:0;

}

.adjustfield input[type="text"] {
	width: 66% !important;
}
.adjustfield .textAreaStyle{
	width: 465px !important;
}
.adjustfield td span {
	display: none;
}
.adjustfield .imptnt {
	display: inline;
}

.din h3{
margin-top:10px;
margin-bottom:5px;
}