@charset utf-8;

/*--
:-) 
--*/

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
 #main {
width: 1200px;
}
 #footer {
width : 1200px;
}
}

/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
 #main {
width: 1200px;
}
 #footer {
width : 1200px;
}
}


/* General
html,
body {
	min-width:100%;
	}
body{
background:url(images/body-tail.gif) repeat center top fixed;
	color: #818181;
	font: 100%/1.25em Arial, Helvetica, sans-serif;
	position:relative;
}
#main {
	background:url(images/main-tail.gif)repeat center top;
}
	#main-tail-top {
		background:url(images/main-tail-top.png) repeat-x center 419px;
	}
	#main-tail-bot {
		background:url(images/main-tail-bot.png) repeat-x center bottom;
	}

.container {
	font-size:.75em;
}

/* 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 {
	position:relative;
	z-index:999;
	background:url(images/tail-top.gif) repeat-x center top;
}
#header .header-tail {
	background:url(images/header-tail.gif) repeat-x center 59px;
/*	height:214px;*/
	height:170px;
	width:100%;
}
/* Logo */



.logo {
	position:absolute;
/*	left:95px;
	top:97px;*/
	left:7px;
	top:67px;
}
.logo h1,  .logo h2 {
	font-size:6.25em;
	line-height:1.2em;
	margin-bottom:0;
	font-family: 'Lobster', cursive;
	text-transform:lowercase;
	font-weight:normal;
}
.logo h1 a,  .logo h2 a {
	color:#323333;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.logo h1 a:hover,  .logo h2 a:hover {
	color:#c74129;
}
/* Header widget */



#widget-header {
	position:absolute;
	left:0;
	top:16px;
	z-index:1;
}
.widget-header {
	font-family: 'Oswald', sans-serif;
}
.widget-header h3 {
	display:none;
}
.widget-header ul {
	padding:0;
	margin:0;
}
.widget-header ul li {
	float:left;
	font-size:16px;
	text-transform:uppercase;
	padding:0;
	margin:0 20px 0 0;
	background:none;
}
.widget-header ul li a {
	text-decoration:none;
	color:#a7a7a7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.widget-header ul li a:hover {
	color:white;
}
/* Social Networks */



#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
}
#widget-header .social-networks li {
	float:left;
	border:none;
	padding:0;
	margin:0 0 0 -25px;
	list-style-type:none;
}
#widget-header .social-networks li a {
	text-decoration:none;
	float:left;
	position:relative;
}
#widget-header .social-networks li a:hover {
	color:red;
}
/* Slider



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



#slider-wrapper {
	height:417px;
	overflow:hidden;
	width:1024px;
	margin:0 auto 38px auto;
}
/* Navigations



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







/* Primary navigation */



nav.primary {
	position:relative;
/*	margin-right:-28px;*/
margin-right:-150px;
	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 {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:none;
	padding:0;
	margin:0;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,  .sf-menu li.sfHover ul {
	left:			19px;
	top:			95px; /* match top ul list item height */
	z-index:		99;
	background:#383838;
}
ul.sf-menu li:hover li ul,  ul.sf-menu li.sfHover li ul {
	top:			-999em;0
}
ul.sf-menu li li:hover ul,  ul.sf-menu li li.sfHover ul {
	left:			126px; /* match ul width */
	top:			-15px;
	background:#232323;
}
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:			126px; /* match ul width */
	top:			-15px;
	background:#383838;
}
/* Our skin for dropdown menu */



.sf-menu {
	max-width:770px;
	margin:42px 20px 0 0;
	float:right;
}
.sf-menu a {
	text-decoration:none;
	color:#2f3030;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sf-menu a span {
	display:block;
}
.sf-menu > li {
	margin-right:-36px;
}
.sf-menu > li > a {
	color:#2f3030;
	/*font-family: 'Oswald', sans-serif;*/
	font-family:  'Open Sans',sans-serif;
	font-size:1.2em;
	line-height:1.2em;
	text-transform:uppercase;
}
.sf-menu > li > a .left {
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:left top;
}
.sf-menu > li > a .right {
	padding-right:26px;
	background-repeat:no-repeat;
	background-position:right top;
}
.sf-menu > li > a .tail {
	height:109px;
	line-height:135px;
	background-repeat:repeat-x;
	background-position:center top;
	padding:0 4px 0 5px;
}
.sf-menu > li > a:hover,  .sf-menu > li.sfHover > a {
	color:#e2492e;
}
.sf-menu > li.current-menu-item,  .sf-menu > li.current-menu-item > a {
	z-index:9999;
}
.sf-menu > li.current-menu-item > a {
	color:white;
}
.sf-menu > li.current-menu-item > a .left {
	background-image:url(images/nav-current-left.png);
}
.sf-menu > li.current-menu-item > a .right {
	background-image:url(images/nav-current-right.png);
}
.sf-menu > li.current-menu-item > a .tail {
	background-image:url(images/nav-current-tail.gif);
}
.sf-menu li ul {
	width:155px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:9px 0 20px 0;
}
.sf-menu li li {
	background:url(images/sub-nav-divider.gif) repeat-x left top;
	margin-left:13px;
	width:126px;
	padding-top:5px;
	margin-top:6px;
	
}
.sf-menu li li:first-child {
	background:none;
}
.sf-menu li li a {
	color:#8c8c8c;
	line-height:1.2em;
	z-index: 100;
}
.sf-menu li li a:hover,  .sf-menu li li.sfHover > a,  .sf-menu li li.current-menu-item > a {
	color:white;
}
.sf-menu li:hover, .sf-menu li.sfHover,  .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}
/*** arrows **/



.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* 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: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */



.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 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: -10px 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;
}
/* Search Form */



.searchform {
	background:url(images/box-border-top.png) repeat-x left -12px;
	border:1px solid #dcdcdc;
	height:20px;
	overflow:hidden;
	width:240px;
	position:relative;
}
.searchform .searching {
	width:212px;
	margin:0 0 0 6px;
	border:none;
	background:none;
	padding:2px 0;
	float:left;
}
.searchform .submit,  .searchform .submit:hover {
	width:5px;
	height:9px;
	background:url(images/search-button.gif) no-repeat left top;
	cursor:pointer;
	padding-left:0;
	padding-right:0;
	margin:5px 7px 0 0;
	float:right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/* Top search */

#com_res_main_box {
	margin: 0 auto;
    width: 640px;
}
.box .left-top-corner_gallery {
	height:59px;
	background:url(images/box-left-top-corner-gal.png) no-repeat left top;
	overflow:hidden;
	padding-left:1px;
	width:230px;
}
.box .right-top-corner_gallery {
	height:59px;
	background:url(images/box-right-top-corner-gal.png) no-repeat right top;
	overflow:hidden;
	padding-right:1px;
}
.box .border-top_gallery {
	height:59px;
	overflow:hidden;
	background:url(images/box-border-top-gal.png) repeat-x;
}
#com_res_main_box ul {
	list-style-type: none;
	padding: -50px;
	margin: 25px 0 0 15px;
}
ul li {
		vertical-align:top;
		padding:0 0 0 22px;
		margin:0 0 12px 0;
		list-style-type:none;
		background-repeat:no-repeat;
		background-position:left 1px;
		background-image:url(images/box-title-marker-gal.png);
}
ul li a {
		color:#000;
		text-decoration:none;
		font-size:14px;
}

.commercial_box {
	float: left;
    width: 250px;
}
#top-search {
	position:absolute;
	right:20px;
	top:0px;
}
#top-search .searchform {
	background:#323232;
	border-top:1px solid #141414;
	border-left:1px solid #1e1e1e;
	border-bottom:1px solid #353535;
	border-right:1px solid #323232;
	width:199px;
}
#top-search .searchform .searching {
	width:170px;
}
#top-search .searchform .submit {
	background:url(images/search-button.gif) no-repeat -8px top;
}
#top-search .searchform .submit:hover {
	background-position:left top;
}
/* Content



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



.primary_content_wrap {
	position:relative;
	z-index:1;
	background:url(images/primary-tail-bot.gif) repeat-x center bottom;
	overflow:hidden;
	padding-bottom:41px;
/*	margin:40px 0 0 0px;*/
}
#content {
	padding-top:20px;
}
#content.left {
	float:right !important;
}
#content .indent {
	padding:0 30px 0 0;
}
/* Page */



.page {
}
#page-content {
}
#page-meta {
}
/* Comments



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



h3#comments {
	/*padding-top:25px;*/
	padding-top:20px;
}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
}
li.comment {
	list-style-type:none;
	overflow:hidden;
	background:none;
	padding:0;
	margin:0;
}
.odd {
}
.even {
}
li.comment .comment-body {
	padding:10px 10px 25px 60px;
	position:relative;
	zoom:1;
	background:#fafafa;
	border:1px solid #dcdcdc;
	margin-bottom:20px;
}
.author-comment {
}
.comment-author {
	padding:.5em 0 1em 0;
}
.comment-text {
}
.comment-meta {
	font-size:11px;
	color:#999;
	position:absolute;
	right:20px;
	top:15px;
}
.comment-meta a {
	color:#e2492e;
	text-decoration:underline;
}
.comment-meta a:hover {
	text-decoration:none;
}
li.comment .avatar {
	float:none;
	margin:0;
	position:absolute;
	left:10px;
	top:10px;
	padding:1px;
	border:1px solid #dbdbdb;
	vertical-align:top;
	overflow:hidden;
}
li.comment .avatar {
	display:block;
	vertical-align:top;
	overflow:hidden;
}
.commentlist ul.children {
	margin:20px 0 0 30px;
}
.commentlist ul.children li.comment {
}
.reply {
	position:absolute;
	right:20px;
	bottom:15px;
}
.reply a {
	display:inline-block;
	background:#4d4d4d;
	padding:2px 8px;
	color:white;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.reply a:hover {
	background:#e2492e;
}
.waiting-for-approval {
}
#trackbacks {
}
li.trackback {
}
p#no-comments {
}
#comments-form {
}
.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:1em 0 0 0;
}
.commentlist #respond {
	padding-left:1em;
}
.cancel-comment-reply {
}
/* Post



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



.post {
}
.postContent {
}
.post-excerpt {
}
article {
	margin-bottom:35px;
	width:100%;
	position:relative;
	overflow:hidden;
}
/* Post header */



article header h2 {
	margin-bottom:.5em;
}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
}
/* Featured thumbnail */



.featured-thumbnail {
	float:left;
	margin:5px 20px 10px 0;
	border:1px solid #dcdcdc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.featured-thumbnail:hover {
	border-color:#4d4d4d;
}
.featured-thumbnail .img-wrap {
	float:left;
	padding:7px;
	background:#f7f6f6;
	border:1px solid white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.featured-thumbnail .img-wrap:hover {
	background:#333;
	border-color:#333;
}
.featured-thumbnail.no-hover {
	border:1px solid #dcdcdc;
}
.featured-thumbnail.no-hover .img-wrap:hover {
	background:#f7f6f6 !important;
	border-color:white !important;
}
.featured-thumbnail img {
	float:left;
}
/* Small thumbnail */



	.featured-thumbnail.small img {
	padding:4px;
}
/* Large thumbnail */



	.featured-thumbnail.large {
	margin-right:0;
	overflow:hidden;
	float:left;
	margin-bottom:1.5em;
}
.featured-thumbnail.large .img-wrap {
	float:left;
}
.featured-thumbnail.large img {
	width:611px;
	height:300px;
	height:auto;
}
.f-thumb-wrap {
	overflow:hidden;
	width:100%;
	height:220px;
	display:block;
}
/* Thumbnail with prettyphoto */



	.featured-thumbnail .image-wrap[rel="prettyphoto"] {
	background:url(images/magnify.png) no-repeat 50% 50%;
	display:block;
	float:left;
}
.featured-thumbnail .image-wrap[rel="prettyphoto"] img {
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
}
.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
	opacity:.5;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* Post content */



.post-content {
}
.post-content .excerpt {
	margin-bottom:1.5em;
}
.pagination {
}
.pagination a {
	display:inline-block;
	padding:0 5px;
	background:#eee;
}
/* Post footer */



article footer {
	padding:0;
	clear:both;
}
article.single-post footer {
	margin-top:20px;
}
/* Meta information for post */



.post-meta {
	padding:.5em 0;
	background:url(images/header-tail.gif) repeat-x left top;
	width:100%;
	font-size:.92em;
	overflow:hidden;
	margin-bottom:1em;
}
.post-navigation {
}
p.gravatar {
	float:left;
	margin-right:20px;
}
/* Post edit link */



.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:0 7px;
	height:20px;
	line-height:21px;
	background:#4d4d4d;
	color:white;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.post-edit-link:hover {
	background:#e2492e;
}
/* Image styling */



img.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
img.alignright {
	float:right;
	margin:0 0 10px 20px;
}
img.aligncenter {
	text-align:center;
	margin:0 auto;
}
article .post-content img {
	max-width:710px;
}
.frame-indent {
	margin-bottom:25px;
}
.frame {
	border:1px solid #dcdcdc;
	overflow:hidden;
	float:left;
	margin:0;
}
.frame img {
	padding:8px;
	background:#f7f6f6;
	border:1px solid white;
}
.frame img.alignleft,  .frame img.alignright {
	margin:0;
	padding:0;
	border:none;
}
.frame.alignleft {
	margin-right:20px;
}
.frame.alignright {
	margin-left:20px;
	float:right;
}
/* Page Navigaton (wp-pagenavi) */



.wp-pagenavi {
	overflow:hidden;
	width:100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border:none !important;
	padding:0 !important;
	margin: 2px;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	display:inline-block;
	background:#4d4d4d;
	color:white;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#e2492e;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	width:auto;
	padding:0 10px !important;
	margin-right:8px;
}
/* Older and newer navigation */



nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
.older {
	float:left;
}
.newer {
	float:right;
}
/* Author



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



#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	background:#fafafa;
}
#author-link {
	margin-top:1.5em;
}
#post-author .gravatar {
	margin:0 20px 0 0;
}
#post-author .gravatar img {
	background:white;
	border:1px solid #dbdbdb;
	padding:5px;
}
#author-description {
}
/* Recent author posts */



#recent-author-posts {
	margin-bottom:3em;
}
/* Recent author comments */



#recent-author-comments {
}
.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
	background:url(images/header-tail.gif) repeat-x left bottom;
}
.author-info .avatar {
	margin:0 20px 0 0;
}
.author-info .avatar img {
	float:left;
	background:white;
	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;
}
.error404-num {
	font-size:250px;
	line-height:1.2em;
	color:#e2492e;
	font-family: 'Lobster', cursive;
}
#error404 hgroup {
	margin:0 0 2em 0;
	padding-top:50px;
}
#error404 hgroup h1 {
	font-size:3em;
	margin-bottom:.2em;
}
#error404 .searchform {
	width:360px;
}
#error404 .searching {
	width:338px;
}
#error404 .submit {
	background-position:left top !important;
}
/* 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-bottom:2.5em;
}
.header-title h1 {
	margin-bottom:.1em;
}
.header-title .page-desc {
	font-size:12px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	float:right;
	padding:2px 11px 0 0;
}
/* Default layout 3 columns */



	



	#gallery .portfolio {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
}
#gallery .portfolio li {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	vertical-align:top;
	width:263px;
	margin:0 32px 50px 0;
	padding:0;
	background:none;
	position:relative;
}
* + html #gallery .portfolio li {
	display:inline;
}
#gallery .portfolio li.nomargin {
	margin-right:0 !important;
}
#gallery .portfolio li a.image-wrap {
	display:block;
	border:1px solid #dcdcdc;
	overflow:hidden;
	position:relative;
 -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 .inner {
	padding:8px;
	background:url(images/loading-folio.gif) 50% 50% no-repeat #f7f6f6;
	border:1px solid white;
	display:block;
	height:134px;
 -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.hover:hover {
	border-color:#4d4d4d;
}
#gallery .portfolio li a.image-wrap.hover:hover .inner {
	border-color:#4d4d4d;
	background: -9999px -9999px #4d4d4d;
}
#gallery .portfolio li a.image-wrap img {
	float:left;
}
#gallery .portfolio li h2 a,  #gallery .portfolio li h3 a {
	color:#4d4d4d;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#gallery .portfolio li h2 a:hover,  #gallery .portfolio li h3 a:hover {
	color:#e2492e;
}
#gallery .portfolio .folio-desc {
	margin-bottom:0;
	padding:1.5em 0 0 .5em;
}
#gallery .portfolio p.excerpt {
	padding:0;
}
.zoom-icon {
	display:block;
	position:absolute;
	left:-2px;
	top:-152px;
	width:263px;
	height:150px;
	background:url(images/magnify.png) 50% 50% no-repeat;
	cursor:pointer;
 -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:hover .zoom-icon {
	top:5px;
}
/* 1 column portfolio*/



#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
}
#gallery.one_column .portfolio li a.image-wrap {
	width:600px;
	float:left;
}
#gallery.one_column .portfolio li a.image-wrap .inner {
	height:300px;
}
#gallery.one_column .zoom-icon {
	top:-252px;
	width:600px;
	height:300px;
}
#gallery.one_column .folio-desc {
	float:left;
	margin:0 0 0 40px;
	overflow:hidden;
	width:215px;
	line-height:1.5em;
}
#gallery.one_column header {
	margin-bottom:1.5em;
}
#gallery.one_column header h2 {
	margin-bottom:.1em;
}
#gallery.one_column header time {
	font-size:11px;
	color:#999;
}
#gallery.one_column .portfolio li .hr {
	margin:0 0 50px 0;
}
#gallery.one_column .portfolio li:first-child .hr {
	display:none;
}
/* 2 columns portfolio*/



#gallery.two_columns .portfolio li {
	width:410px;
	margin-right:35px;
}
#gallery.two_columns .portfolio li a.image-wrap {
	width:410px;
}
#gallery.two_columns .portfolio li a.image-wrap .inner {
	height:240px;
}
#gallery.two_columns .zoom-icon {
	top:-252px;
	width:410px;
	height:240px;
}
/* 4 columns portfolio*/



#gallery.four_columns .portfolio li {
	width:190px;
	margin-right:30px;
}
#gallery.four_columns .portfolio li a.image-wrap {
	width:190px;
}
#gallery.four_columns .portfolio li a.image-wrap .inner {
	height:120px;
}
#gallery.four_columns .zoom-icon {
	top:-152px;
	width:190px;
	height:120px;
}
/* Sidebar



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



#sidebar {
	padding-top:45px;
}
#sidebar .left-indent {
	padding-left:20px;
}
#sidebar .right-indent {
	padding-right:20px;
}
.widget {
	margin-bottom:30px;
}
/* Calendar */



#calendar_wrap {
	padding:0 20px;
}
#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:#4d4d4d;
	padding:4px 0;
	margin-bottom:5px;
	font-family: 'Oswald', sans-serif;
}
#wp-calendar thead th {
	padding:7px 0;
	font-size:14px;
	background:#e2492e;
	color:white;
	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;
	font-family: 'Oswald', sans-serif;
}
.faq_list span.marker {
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-size:15px;
	color:#e2492e;
}
.faq_list dd {
	padding:0 0 0 28px;
	position:relative;
	margin:0 0 2em 0;
	color:#b2b2b2;
}
.faq_list dd .marker {
	top:3px;
	font-family: 'Oswald', sans-serif;
}
/* Custom widgets



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







/* Posts Type widget */



.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
.post_list li {
	overflow:hidden;
	padding-top:1.5em;
	padding-bottom:1.5em;
	border-top:1px solid #dbdbdb;
	margin:0;
}
.post_list li:first-child {
	border:none;
	padding-top:0;
}
.post_list li img {
	float:left;
	margin:0 15px 0 0;
}
/* Popular posts */



.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
}
.popular-posts li {
	overflow:hidden;
	margin:0 0 2em 0;
}
.popular-posts li .post-thumb {
	float:left;
	margin-right:20px;
	width:100px;
	height:100px;
	overflow:hidden;
	padding:1px;
	border:1px solid #dbdbdb;
}
.popular-posts li .post-thumb.empty-thumb {
	background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
}
.popular-posts li h5 {
	font-size:1em;
	margin-bottom:.5em;
}
.popular-posts li .excerpt {
	margin-bottom:.8em;
}
/* Popular posts shortcode */		



.popular-posts-shortcode {
	margin:0;
	padding:0;
}
.popular-posts-shortcode li {
	background:none;
	float:left;
	padding:0;
	margin:0 0 0 30px;
	width:192px;
}
.popular-posts-shortcode li:first-child {
	margin-left:0;
}
.popular-posts-shortcode li .thumb-wrap {
	border:1px solid #dcdcdc;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin-bottom:18px;
}
.popular-posts-shortcode li img.thumb {
	float:left;
	margin:0;
	padding:9px;
	background:#f7f6f6;
	border:1px solid white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.popular-posts-shortcode li .thumb-wrap:hover {
	border-color:#4d4d4d;
}
.popular-posts-shortcode li .thumb-wrap:hover img.thumb {
	border-color:#4d4d4d;
	background:#4d4d4d;
}
.popular-posts-shortcode li .more-link {
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:-222px top;
	background-image:url(images/more-button-sprite.png);
	width:18px;
	padding-top:18px;
	display:inline-block;
	height:0;
	position:relative;
	top:5px;
	margin-top:-5px;
}
.popular-posts-shortcode li .more-link:hover {
	background-position:left top;
}
.popular-posts-shortcode li h5 {
	font-size:17px;
	line-height:26px;
	margin-bottom:15px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.popular-posts-shortcode li h5 a {
	color:#4d4d4d;
	text-decoration:none;
}
.popular-posts-shortcode li h5 a:hover {
	text-decoration:underline;
}
.popular-posts-shortcode li .excerpt {
	margin-bottom:0;
}
.popular-posts-shortcode li span.meta {
	display:block;
	margin-bottom:.7em;
	color:#e2492e;
	font-weight:bold;
}
/* Post Cycle */



.post_cycle {
	padding:0;
	margin:0;
}
#post-cycle .cycle_item {
	display:none;
}
 #post-cycle .cycle_item:first {
 display:block;
}
/* 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 figure.thumbnail {
	width:270px;
	overflow:hidden;
}
#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;
	display:inline;
}
#folio-controls ul li a {
	display:inline-block;
	text-decoration:none;
	width:8px;
	height:8px;
	background:black;
	font-size:0;
	line-height:0;
}
#folio-controls ul li a:hover {
	background:#999;
}
/* Testimonials */



.testimonials {
	padding:0;
	margin:0;
}
.testimonials div.testi_item {
	background:white;
	padding:1.5em;
	margin-bottom:2em;
	margin-right:5px;
	background:url(images/quotes.png) no-repeat 10px 10px #f3f3f3;
}
.name-testi {
	padding:0 0 0 2.2em;
	text-align:right;
	font-weight:bold;
	display:block;
	color:#333;
}
.name-testi a {
	font-weight:normal;
}
.testimonials .thumb {
	float:left;
	margin-right:20px;
}
.testimonials div.testi_item blockquote {
	border:none;
	padding:15px 0 15px 30px;
	margin:0;
}
.testimonials div.testi_item blockquote a {
	text-decoration:none;
	color:#888;
	display:block;
}
.testimonials div.testi_item blockquote a:hover {
	color:#333;
}
/* 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;
}
/* Testimonials Shortcode */			



.testimonials-shortcode .testi_item {
	float:left;
	width:275px;
	margin-right:15px;
}
.testimonials-shortcode .testi_item.nomargin {
	margin-right:0;
}
.testimonials-shortcode blockquote {
	border:none;
	padding:0;
	margin:0 0 17px 0;
}
.testimonials-shortcode blockquote a {
	text-decoration:none;
	color:#828282;
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.testimonials-shortcode blockquote a:hover {
	color:black;
}
.testimonials-shortcode .testi-img {
	border:1px solid #dcdcdc;
	float:left;
	margin-right:20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.testimonials-shortcode .testi-img img {
	background:#f7f6f6;
	padding:9px;
	border:1px solid white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.testimonials-shortcode .testi-img:hover {
	border-color:#4d4d4d;
}
.testimonials-shortcode .testi-img:hover img {
	background:#4d4d4d;
	border-color:#4d4d4d;
}
/* Recent Posts */



.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
}
.latestpost li {
	margin:0 0 2em 0;
	list-style-type:none;
}
.latestpost li a {
	text-decoration:none;
	color:black;
}
.latestpost li a:hover {
	text-decoration:underline;
}
.latestpost li h4 {
	margin-bottom:0;
}
/* Testimonials



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







/* Testimonials list */



article.testimonial {
	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:17px;
	line-height:1.4em;
	font-weight:normal;
	margin-bottom:15px;
}
article.testimonial .testi-pic {
	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;
}
/* Single Testimonial */



blockquote.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px;
	font-size:1.83em;
	line-height:1.4em;
	font-style:italic;
	margin:0;
	position:relative;
	border:none;
}
blockquote.testi-single p {
	margin:0 0 1em 0;
	padding:0;
}
.testi-pic {
	position:absolute;
	left:20px;
	top:20px;
	border:1px solid #dcdcdc;
}
.testi-pic img {
	padding:8px;
	background:#f7f6f6;
	border:1px solid white;
}
/* Shortcodes



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







/* Recent Posts */



.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}
.recent-posts li {
	margin:0 0 20px 0;
	padding:0;
	border:none;
	background:none;
}
.recent-posts li .thumb-wrap {
	border:1px solid #dcdcdc;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin-bottom:18px;
}
.recent-posts li img.thumb {
	float:left;
	margin:0;
	padding:9px;
	background:#f7f6f6;
	border:1px solid white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.recent-posts li .thumb-wrap:hover {
	border-color:#4d4d4d;
}
.recent-posts li .thumb-wrap:hover img.thumb {
	border-color:#4d4d4d;
	background:#4d4d4d;
}
.recent-posts li img.thumb {
	float:left;
	margin:0 20px 0 0;
}
.recent-posts li h5 {
	margin-bottom:15px;
	font-size:12px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.recent-posts li h5 a {
	color:#4d4d4d;
	text-decoration:none;
}
.recent-posts li h5 a:hover {
	text-decoration:underline;
}
.recent-posts li .excerpt {
	margin-bottom:0;
}
.recent-posts li span.meta {
	display:block;
	margin-bottom:.7em;
	color:#e2492e;
	font-weight:bold;
}
/* Our team */



.recent-posts.team {
	margin:-30px 0 0 0;
	padding:0;
}
.recent-posts.team li {
	float:left;
	overflow:hidden;
	width:142px;
	margin:30px 39px 0 0;
}
.recent-posts.team li.nomargin {
	margin-right:0;
}
.recent-posts.team li .thumb-wrap {
	float:left;
	width:140px;
}
.recent-posts.team li a {
	color:#191919;
}
.recent-posts.team li .excerpt {
	margin-bottom:0;
}
/* Services */



.recent-posts.services h5 {
	margin-bottom:0;
	padding-left:28px;
	background:url(images/more-button-sprite.png) no-repeat -222px 1px;
}
.recent-posts.services .excerpt {
	padding-left:28px;
}
/* Category Posts */



.recent-posts.category-posts li {
	float:left;
	margin-right:40px;
	width:410px;
}
.recent-posts.category-posts li.nomargin {
	margin-right:0;
}
.recent-posts.category-posts li .thumb-wrap {
	float:left;
	margin-right:20px;
}
.recent-posts.category-posts li .thumb-wrap img.thumb {
	margin-right:0;
}
/* Latest Posts */		



.recent-posts.latest-posts {
	width:100%;
	overflow:hidden;
}
.recent-posts.latest-posts li {
	float:left;
	width:192px;
	margin:0 0 0 30px;
}
.recent-posts.latest-posts li:first-child {
	margin-left:0;
}
.recent-posts.latest-posts li h5 {
	font-size:17px;
	line-height:26px;
}
.recent-posts.latest-posts li .more-link {
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:-222px top;
	background-image:url(images/more-button-sprite.png);
	width:18px;
	padding-top:18px;
	display:inline-block;
	height:0;
	position:relative;
	top:5px;
	margin-top:-5px;
}
.recent-posts.latest-posts li .more-link:hover {
	background-position:left top;
}
*+ html .recent-posts.latest-posts li .more-link {
	top:0;
}
/* Tags */



.tags-cloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:1px 7px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:2px;
}
.tags-cloud a:hover {
	background:#eee;
}
.tagcloud a {
	line-height:normal;
}
/* 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 {
	background:#333333;
	background-image:url(../../../dzone/wp-content/uploads/2012/02/footer-background.png);
	background-repeat:no-repeat;
	background-position:center;
}
/* Footer widget */



	#widget-footer {
	/*padding:37px 0 22px 0;*/



		overflow:hidden;
	width:1024px;
	margin:0 auto;
	height:183px;
}
#widget-footer h3 {
	font-size:1.083em;
	margin-bottom:1.8em;
	color:white;
}
#widget-footer ul li {
	background: none repeat scroll 0 0 transparent;
	float: left;/*background-position:left 6px;*/



		}
#widget-footer ul li a {
	color:#b2b2b2;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#widget-footer ul li a:hover {
	color:#e2492e;
}
#widget-footer .widget_random_posts h3.post-title {
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 12px 0;
}
#widget-footer .widget_random_posts h3.post-title a {
	color:#b2b2b2;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left 6px;
	background-image:url(images/list-marker1.gif);
	padding-left:17px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#widget-footer .widget_random_posts h3.post-title a:hover {
	color:#e2492e;
}
/* Copyright */



	#copyright {
	background:url(images/copyright-tail.png) repeat-x left top;
	padding:30px 0;
	color:#858585;
	/*font-style:italic;*/



		overflow:hidden;
	text-align:center;
}
#copyright .fleft a {
	color:#858585;
	text-decoration:none;
}
#copyright .fleft a:hover {
	text-decoration:underline;
}
/* Footer navigation */



	nav.footer {
/*float:right;*/



	}
nav.footer ul {
	margin:0;
	padding:0;
}
nav.footer ul li {
	list-style-type:none;
	float:left;
	padding:0 0 0 15px;
	margin:0;
	background:none;
	font-size:12px;
	font-style:italic;
}
nav.footer ul li a {
	color:#fbfbfb;
}
nav.footer ul li a:hover {
	text-decoration:underline;
}
nav.footer ul li.current-menu-item a {
	color:#fbfbfb;
}
nav.footer ul li a,  nav.footer ul li.current-menu-item a:hover {
	text-decoration:none;
}
/* Misc



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



.button {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#4d4d4d;
	text-decoration:none;
	padding-left:30px;
	line-height:18px;
	display:inline-block;
	background:url(images/more-button-sprite.png) no-repeat -222px center;
}
.button:hover {
	background-position:left center;
	text-decoration:underline;
}
.extra-content .box .button {
	display:inline-block;
	color:white;
	text-decoration:none;
	height:38px;
	overflow:hidden;
	cursor:pointer;
	padding:0;
	background:none;
}
.extra-content .box .button .left {
	padding-left:34px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(images/button-left-sprite.png);
}
.extra-content .box .button .right {
	background-repeat:no-repeat;
	background-position:right top;
	background-image:url(images/button-right-sprite.png);
	display:inline-block;
}
.extra-content .box .button .middle {
	height:38px;
	line-height:30px;
	display:inline-block;
	padding:0 28px 0 0;
	overflow:hidden;
}
.extra-content .box .button:hover {
	text-decoration:none;
}
.extra-content .box .button:hover .left {
	background-position:left -38px;
}
.extra-content .box .button:hover .right {
	background-position:right -38px;
}
.description {
	float:right;
	padding:14px 11px 0 0;
}
.no-results .searchform {
	width:538px;
}
.no-results .searchform .searching {
	width:510px;
}
/* Tabs Box */


.wrapper {
	padding-bottom:41px;
}
#tabs-box {
	width:100%;
	overflow:hidden;
	margin-bottom:41px;
	display:none;
}
#tabs-box .top {
	height:10px;
	overflow:hidden;
	background:url(images/tabs-box-top.png) no-repeat left top;
}
#tabs-box .bot {
	height:14px;
	overflow:hidden;
	background:url(images/tabs-box-bot.png) no-repeat left top;
}
#tabs-box .tail {
	background:url(images/tabs-box-tail.png) repeat-y left top;
}
#tabs-box .inner-bg {
	background:url(images/tabs-box-inner-bg.png) no-repeat left top;
	overflow:hidden;
}
#tabs-box .inner {
	padding:0 40px 24px 40px;
}
#tabs-box .widget-content h3 {
	line-height:46px;
	margin-left:-10px;
}
/* Tabs */



.tabs {
}
.tabs .tab-wrapper {
}
.tabs .tab-menu {
	overflow:hidden;
	margin:0 0 29px -29px;
}
.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;
	background:none;
}
.tabs .tab-menu a {
	color: #2f3030;
	font-size:15px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	display: block;
	text-decoration:none;
	line-height:48px;
	margin-right:-3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.tabs .tab-menu a span {
	display:block;
	background-repeat:no-repeat;
	background-position:right top;
	background-image:url(images/tab-menu-divider.gif);
}
.tabs .tab-menu a span span {
	background-position:left top;
	padding:0 18px 0 18px;
}
.tabs .tab-menu li:first-child a span span {
	background:none;
}
.tabs .tab-menu a:hover {
	color:#979797;
}
.tabs .tab-menu a.active {
	color: #e2492e;
	background:url(images/tab-menu-active.gif) repeat-x left top;
}
.tabs .tab-menu li:first-child a.active span span {
	background:url(images/tab-menu-active-first.gif) no-repeat left top;
}
.tabs .tab {
	padding: 0;
}
/* Content Box */



.box {
	width:100%;
	overflow:hidden;
}
.box .left-top-corner {
	height:59px;
	background:url(images/box-left-top-corner.png) no-repeat left top;
	overflow:hidden;
	padding-left:12px;
}
.box .right-top-corner {
	height:59px;
	background:url(images/box-right-top-corner.png) no-repeat right top;
	overflow:hidden;
	padding-right:12px;
}
.box .border-top {
	height:59px;
	overflow:hidden;
	background:url(images/box-border-top.png) repeat-x;
}
.box .border-left {
	padding-left:11px;
	background:url(images/box-border-left.png) repeat-y left top;
}
.box .border-right {
	padding-right:11px;
	background:url(images/box-border-right.png) repeat-y right top;
}
.box .inner-bg {
	background:url(images/box-inner-bg.png);
	padding:24px 20px 28px 29px;
	position:relative;
}
body.home .box .inner-bg {
	padding-bottom:68px;
}
.box .left-bot-corner {
	height:12px;
	overflow:hidden;
	padding-left:12px;
	background:url(images/box-left-bot-corner.png) no-repeat left top;
}
.box .right-bot-corner {
	height:12px;
	overflow:hidden;
	padding-right:12px;
	background:url(images/box-right-bot-corner.png) no-repeat right top;
}
.box .border-bot {
	height:12px;
	overflow:hidden;
	background:url(images/box-border-bot.png) repeat-x;
}
.box .box-title {
	color:#2f3030;
	padding-left:28px;
	background:url(images/box-title-marker.png) no-repeat left center;
	margin:10px 0 0 11px;
	line-height:47px;
}
.extra-content .box .button {
	position:absolute;
	left:-5px;
	bottom:23px;
	overflow:hidden;
}
/* Toggle */



.toggle {
	padding: 0 0 2px 0;
}
 .toggle ~ br {
 display:none;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, white 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, white));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f2f2f2');
	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;
}
.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:white;
}
.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 {
	float:left;
	font-size:12px;
	text-align:center;
	line-height:21px;
	font-family: 'Oswald', sans-serif;
	margin:0 10px 6px 0;
	text-transform:uppercase;
	width:21px;
	height:35px;
	background: url("images/more-button-sprite.png") no-repeat scroll -222px 1px transparent;
	color:white;
	padding-left: 28px;
}
.dropcap:hover {
	background-position: left center;
	text-decoration: underline;
}
.widget-area {
}
.hr {
	background:#dcdcdc;
	border-bottom:1px solid white;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 5px;
}
.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;
}
/* Address */



.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
.address dt {
	float:left;
	width:145px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
	float:left;
	width:197px;
	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 {
	font-style:italic;
	color:#191919;
	text-decoration:underline;
}
.address dd a:hover {
	text-decoration:none;
}
/* EasyTooltip */



#easyTooltip {
	padding:3px 8px;
	background:black;
	color:white;
	font-size:10px;
	z-index:9999;
}
/* 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 black;
}
.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: black;
	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 black;
	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: white;
	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-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:#232323;*/



	border-top:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	padding:3px 6px;
	font-style:italic;
	color:#ffffff;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 19px;
	line-height:31px;
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	background-color: #d1d1d1;
	border:none;
	height:31px;
	cursor:pointer;
	margin-right:4px;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #6a6a6a;
	color:white;
}
/* Comment form */



#commentform {
}
#commentform p.field {
	margin-bottom:5px;
}
#commentform small {
	color:#8b8b8b;
}
#commentform label {
	display:block;
}
#commentform input[type=text] {
	width:250px;
	padding:4px;
	background:url(images/form-tail.gif);
	border-color:#dcdcdc;
}
#commentform textarea {
	width:460px;
	height:150px;
	padding:4px;
	overflow:auto;
	background:url(images/form-tail.gif);
	border-color:#dcdcdc;
}
#commentform #submit {
	background:#4e4e4e;
	height:30px;
	line-height:30px;
	padding:0 10px;
	color:white;
	cursor:pointer;
	border:none;
	font-weight:normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#commentform #submit:hover {
	background:#e2492e;
}
/* Contact form */



.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	width:380px;
	position:relative;
}
.wpcf7-form p.field label {
	float:left;
	width:69px;
	padding-top:6px;
}
.wpcf7-form p.field input {
	float:left;
	background:url(images/form-tail.gif);
	width:235px;
	padding-top:6px;
	padding-bottom:6px;
	border:1px solid #dcdcdc;
	color:#111;
	font-style:normal;
	font-size:12px;
}
.wpcf7-form p.field small {
	color:red;
}
.wpcf7-form textarea {
	float:left;
	width:238px;
	height:236px;
	font-style:normal;
	background:url(images/form-tail.gif);
	padding-top:6px;
	padding-right:3px;
	font-size:1em;
	border:1px solid #dcdcdc;
	overflow:auto;
	color:#111;
	font-size:12px;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0 0 0 69px;
	margin:0;
}
.wpcf7-form .submit-wrap input {
	margin:0 10px 0 0;
	font-weight:normal;
	background:#4d4d4d;
	color:white;
	height:25px;
	line-height:25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.wpcf7-form .submit-wrap input:hover {
	background:#e2492e;
}
span.wpcf7-form-control-wrap {
	display:block;
}
.wpcf7-not-valid-tip {
	width:237px !important;
	position:absolute;
	left:69px !important;
	top:0 !important;
	padding:3px 0 4px 10px !important;
	background:#f3b7b7 !important;
	color:red !important;
	border:1px solid red !important;
}
/* 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%;
	font-family:"Kozuka Gothic Pro EL";
	font-size:15px;
	text-align:justify;
}
.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;
}
.home #SlideDeck_Bug56961382 img {
	width:0px!important;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
	display:none!important;
}
.home #SlideDeck_Bug56961382 {
	display:none!important;
}
.conlists1 {
	float: left;
	margin-right: 68px;
	width: 342px;
}
.conlists2 {
	float:left;
	width: 400px;
}
p {
	clear: both;
}
.container_12 .grid_12 {
	width: 1300px;
}
.container_12 .grid_3 {
	width: 1024px;
}
.footerment {
	margin: 0 auto;
	text-align: center;
	width: 385px;
}
.fulltem {
	width:980px;
}
h3 {
	color: #4D4D4D;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em !important;
	font-weight: normal !important;
	margin: 0 0 1.286em;
	text-transform: uppercase;
	clear:both;
}
.drop {
	background: url("images/dropcap.png") no-repeat scroll left top transparent;
	color: white;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	height: 35px;
	line-height: 35px;
	margin: 0 10px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 35px;
}
#mapp0_poweredby {
	display:none !important;
	background:none !important;
}
/*.boxpara{
height:165px;
}*/
.boxpara1 {
	height:196px;
}
.icon li {
	float:left;
}
.icon {
	color: #FFFFFF;
	margin: 0 auto;
	width: 229px;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */
.myfont {
	font-family: "Kozuka Gothic Pro EL";
font-size: 15px;
text-align: justify;
}