@charset utf-8;
/*--
	Theme Name: theme1544
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.1+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:1028px;
	}
body{
	background-color: #000000;
	background-repeat:repeat;
	background-position:50% 0;
	background-attachment:fixed;
	color: #000000;
	font: 100%/1.25em Arial, Helvetica, sans-serif;
	position:relative;
}

#main {
	font-size:.75em;
}
.main-bottom {
	height:35px;
	font-size:0;
	line-height:0;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-image:url(images/main-bottom.png);
}
.main-tail {
	background-repeat:repeat-y;
	background-position:50% 0;
	background-image:url(images/main-tail.png);
	overflow:hidden;
}

/* 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 {
	height:217px;
	position:relative;
	z-index:99;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-image:url(images/main-top.png);
	}

/* Logo */
.logo {
	position:absolute;
	left:0;
	top:41px;
	}
	.logo h1,
	.logo h2 {
		font-size:6.25em;
		line-height:1.2em;
		margin-bottom:0;
		font-weight:normal;
		font-family: 'Pinyon Script', cursive;
		}
		.logo h1 a,
		.logo h2 a {
			color:#353535;
			text-decoration:none;
			}
.logo .tagline {
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	color:#9a9898;
	letter-spacing:.3em;
	padding-left:0;
	margin-top:-23px;
	}


/* Header widget */
#widget-header {
	position:absolute;
	right:-4px;
	top:43px;
	z-index:1;
}
	.widget-header .phone-box {
		font-family: 'Oswald', sans-serif;
		text-decoration:none;
		font-size:15px;
		text-transform:uppercase;
		color:#565454;
		border: 1px solid #dedede;
		text-align:center;
		width:302px;
		height:55px;
		display:block;
		background-repeat:no-repeat;
		background-position:0 0;
		background-image:url(images/banner-bg.gif);
		padding:37px 0 0 0;
		}
		.widget-header .phone-box .phone {
			display:block;
			color:#313C5A;
			margin-top:1px;
		} 	

/* 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 5px;
		list-style-type:none;
		height:30px;
		}
		#widget-header .social-networks li a {
			text-decoration:none;
			float:left;
			height:30px;
			display:block;
			}
		#widget-header .social-networks li a:hover {
			color:red;
			}

/* 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 */
.box-tail {
	background-repeat:repeat-y;
	background-position:0 0;
	background-image:url(images/box-tail.gif);
	overflow:hidden;
}
.box-top {
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/box-top.gif);
}
.box-bot {
	background-repeat:no-repeat;
	background-position:0 bottom;
	background-image:url(images/box-bot.gif);
	min-height: 71px;
}
.box-inner {
	padding:17px;
	padding-right:16px;
}
.box {
	text-align:center;
}
.box h2 {
	font-size:15px;
	line-height:1.2em;
	color:#353535;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 12px;
}
.box .thumbnail {
	background-color:#fafafa;
	border: 1px solid #dedede;
	padding:9px;
	margin-bottom: 15px;
}
.box .text {
	margin-bottom:14px;
}


/* Extra box */
.extra-box {
	border: 1px solid #dedede;
	overflow:hidden;
	padding: 26px 0 19px 0;
	line-height:20px;
	margin-top:8px;
	
	box-shadow:inset 0 0 30px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
	-webkit-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
}



/* Slider
---------------------------------------- */
#slider-wrapper {
	height:697px;
	overflow:hidden;
	position:relative;
	margin-bottom:35px;
	}
	
/* Awkward Showcase Slider
---------------------------------------- */
 
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
    height: 697px; /* Same as showcase javascript option */
    overflow: hidden;
    width:850px;
    background:black;
    }
 
#showcase-holder {
    height:697px;
    background:url(images/loading.gif) 50% 50% no-repeat #fff;
    margin-left: -30px;
    width:1010px;
    }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #showcase-holder {
       margin-left: -29px;
    }
} 
 
div {
    margin:0; border:0;
    }
 
/* Container when content is shown in slider */
.showcase {
    position: relative;
    margin:0;
    height:721px;
    overflow:hidden;
    display:none;
    }
 
    .showcase-content-container {
        background-color: #fff;
        }
 
    /* Navigation arrows */
    .showcase-arrow-previous, .showcase-arrow-next {
        position: absolute;
        /*background: url(images/arrows.png);*/
        width: 33px;
        height: 33px;
        top: 155px;
        cursor: pointer;
        z-index:9999;
        }
 
    .showcase-arrow-previous {
        left: 0;
	margin-top: 0 !important;
    }
 
    .showcase-arrow-previous:hover {
        background-position: 0px -34px;
        }
 
    .showcase-arrow-next {
        right: 0;
        background-position: -34px 0;
	margin-top: 0 !important;
        }
 
    .showcase-arrow-next:hover {
        background-position: -34px -34px;
        }
 
    /* Content */
    .showcase-content {
        background-color: #fff;
        text-align: center;
        }
 
        .showcase-content-wrapper
        {
            text-align: center;
            height: 622px;
            width: 850px;
            display: table-cell;
            vertical-align: middle;
        }
 
        /* Styling the tooltips */
        .showcase-plus-anchor {
            background-color:#FFF;
            background-repeat: no-repeat;
        }
 
        .showcase-plus-anchor:hover {
            background-color:#000;
        }
 
        div.showcase-tooltip {
            background-color: #fff;
            color: #000;
            text-align: left;
            padding: 5px 8px;
            /*background-image: url(images/white-opacity-80.png);*/
        }
 
        /* Styling the caption */
        .showcase-caption {
            color: #fff;
            text-align: left;
            position: absolute;
            bottom: 0;
            left: 0;
            right:0;
            display: none;
            /*background-image: url(images/black-opacity-60.png);*/
            }
            .showcase-caption p {
                margin:0;
                padding: 9px 15px;
                }
 
    .showcase-onepage .showcase-content {
        margin-bottom: 10px;
    }
 
    /* Button Wrapper */
    .showcase-button-wrapper {
        clear: both;
        margin-top: 10px;
        text-align: center;
        }
 
        .showcase-button-wrapper span {
            margin-right: 3px;
            padding: 2px 5px 0px 5px;
            cursor: pointer;
            font-size: 12px;
            color: #444444;
            }
 
        .showcase-button-wrapper span.active {
            color: #fff;
            }
 
    /* Thumbnails */
    .showcase-thumbnail-container {
        background:url(images/thumbnails-tail.png) repeat-x 0 0; /* Used for backgrounds, no other styling!!! */
	height:142px;
	margin-top:-142px;
	position:relative;
	z-index: 999;
    }
 
    .showcase-thumbnail-wrapper {
        overflow: hidden;
        }
 
        .showcase-thumbnail {
            width: 177px;
            height: 87px;
            cursor: pointer;
            border: solid 1px #dedede;
	    background-color:#f4f4f4;
	    padding:9px;
            position: relative;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            }
	     .showcase-thumbnail img {
		border: 1px solid #e3e3e3;
	     }
 
            .showcase-thumbnail-caption {
                position: absolute;
                bottom: 2px;
                padding-left: 10px;
                padding-bottom: 5px;
            }
 
            .showcase-thumbnail-content {
                padding: 0;
                text-align: center;
                padding-top: 0;
                }
 
            .showcase-thumbnail-cover {
                /*background-image: url(images/black-opacity-40.png);*/
                position: absolute;
                top: 0; bottom: 0; left: 0; right: 0;
            }
 
        .showcase-thumbnail:hover,
        .showcase-thumbnail.active {
	    background-color:#2D8E1A;
            }
 
            .showcase-thumbnail:hover .showcase-thumbnail-cover {
                display: none;
            }
 
            .showcase-thumbnail.active .showcase-thumbnail-cover {
                display: none;
                }
 
    .showcase-thumbnail-wrapper-horizontal {
        padding:0;
        margin:0;
    }
 
        .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
            margin:18px 23px 0 0;
            width: 177px;
        }
 
    .showcase-thumbnail-button-backward,
    .showcase-thumbnail-button-forward {
        padding: 0;
        cursor: pointer;
	position:relative;
	z-index:999;
        }
 
    .showcase-thumbnail-button-backward {
        padding-bottom: 0px;
        padding-right: 0px;
        margin:0 14px 0 18px;
        }
    .showcase-thumbnail-button-forward {
        padding-bottom:0;
        padding-left:0;
        margin:0 18px 0 14px;
        }
 
        .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
        .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal,
	.showcase-arrow-next,
	.showcase-arrow-previous {
            display: block;
            width: 42px;
            height: 42px;
	    border: 1px solid #dedede;
	    background-color:#f6f6f6;
	    background-repeat:no-repeat;
	    
	    -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
 
        .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal,
	.showcase-arrow-previous {
            margin-top: 52px;
	    background-position:17px 14px;
	    background-image:url(images/backward.gif);
            }
        .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal,
	.showcase-arrow-previous:hover {
           background-position:14px 14px;
            }
 
        .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
	.showcase-arrow-next {
            margin-top: 52px;
	    background-position:17px 14px;
	    background-image:url(images/forward.gif);
            }
        .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal,
	.showcase-arrow-next:hover {
           background-position:20px 14px;
            }
 
        /* Hide button text */
        .showcase-thumbnail-button-forward span span,
        .showcase-thumbnail-button-backward span span {
            display: none;
            }









/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	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;
	padding:0;
	margin:0;
	background:none;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-2px;
	top:			56px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			168px; /* match ul width */
	top:			0;
}
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:			168px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	position:absolute;
	left:-30px;
	top:161px;
	width:1010px;
	height:63px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/menu-bg.png);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sf-menu {
       left:-29px;
    }
} 
.sf-menu a {
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.sf-menu > li {
	background-repeat:no-repeat;
	background-position:0 2px;
	background-image:url(images/menu-divider.gif);
}
.sf-menu > li:first-child {
	background:none;
}
.sf-menu > li > a {
	line-height:56px;
	height:63px;
	font-size:15px;
	width:168px;
	background-repeat:repeat-x;
	background-position:0 bottom;
	background-image:url(images/menu-item-shadow.png);
}
.sf-menu > li:first-child > a {
	width:170px;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a {
	text-decoration:underline;
}
.sf-menu > li,
.sf-menu > li.sfHover > a {
	z-index:999;
}
.sf-menu li ul {
	width:173px;
	background-repeat:repeat-y;
	background-position:50% 0;
	background-image:url(images/sub-menu-tail.gif);
}
.sf-menu li li {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width:169px;
	margin:0 0 -1px 2px;
}
.sf-menu li li:first-child {
	border-top: none;
	background-image:url(images/sub-menu-first.gif);
	background-position:0 0;
}
.sf-menu li li:last-child {
	border-bottom: none;
	background-image:url(images/sub-menu-last.gif);
	background-position:0 bottom;
	margin-bottom: 0;
}
.sf-menu li li.last {
	border-bottom: none;
	background-image:url(images/sub-menu-last.gif);
	background-position:0 bottom;
	margin-bottom: 0;
}
.sf-menu li li:hover,
.sf-menu li li.sfHover,
.sf-menu li li.current-menu-item {
	z-index: 999;
}
.sf-menu li li a {
	color:#565454;
	width:169px;
	height:37px;
	line-height:37px;
	background-repeat:no-repeat;
	background-position:0 -41px;
	background-image:url(images/sub-menu-current.png);
	margin:0 0 0 0;
}
.sf-menu li li a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
	background-position:0 0;
	color:#fff;
	text-decoration:none;
}
.sf-menu li li li {
	
}
.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 {
	padding-right: 	2.25em;
	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;
}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:15px;
	}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}





/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	}
	
#content {
	padding:43px 0 0 0;
}
#content.left {
	float:right !important;
	}
	
.widget-content {
	position:relative;
	margin-bottom: 45px;
}	
	
#before-content-area {
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:50px;
	}

	#before-content-area h3 {
		font-size:40px;
		line-height:1.2em;
		color:#353535;
		font-family: 'Pinyon Script', cursive;
		font-weight:normal;
		margin:0;
	}
		#before-content-area .title-wrap {
			background-repeat:repeat-x;
			background-image:url(images/hor-line.gif);
			background-position:0 bottom;
			margin-bottom: 15px;
		}
		#before-content-area .title-wrap-inner {
			background-repeat:no-repeat;
			background-image:url(images/title-icon.gif);
			background-position:50% bottom;
			padding-bottom: 28px;
		}
	#before-content-area .textwidget {
		font-family: 'Open Sans', sans-serif;
		font-size:15px;
		line-height:22px;
		color:#787676;
		padding:0 150px;
		font-style:italic;
	}


#bottom-area {
	margin-bottom:-43px;
}


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




/* Comments
---------------------------------------- */
h3#comments {
	margin:25px 0 24px 0;
	text-align:center;
	background-repeat:repeat-x;
	background-position:0 5px;
	background-image:url(images/hor-line.gif);
	}
	h3#comments span {
		background-color:#FFF;
		padding: 0 18px;
		font-size:15px;
		color:#353535;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		display: inline-block;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	li.comment {
		list-style-type:none;
		overflow:hidden;
		padding:0;
		margin:0;
		background:none;
	}
		.odd {
			
		}
		.even {
			
		}
			li.comment .comment-body {
				padding:28px 10px 25px 111px;
				position:relative;
				zoom:1;
				border:1px solid #dedede;
				background-color:#f8f8f8;
				margin:0 169px 10px 0;
				border-radius: 2px;
				min-height: 105px;
				line-height:22px;
				}
		.author-comment {
			
		}
		.comment-author {
			padding:0;
			}
		.comment-text {
			
		}
		.comment-meta .author,
		.comment-meta .date {
			text-transform:capitalize;
			color:#2D8E1A;
		}
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:16px;
				top:32px;
				border-radius: 10px;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:10px 0 0 80px;
					}
					.commentlist ul.children li.comment {
						padding:0;
						}
						.commentlist ul.children li.comment .comment-body {
							margin-right:89px;
						}
				
				.reply {
					position:absolute;
					left:111px;
					bottom:15px;
					}
					.reply a {
						display:inline-block;
						font-size:11px;
						font-weight:bold;
						color:#2D8E1A;
						text-transform:uppercase;
						text-decoration:underline;
						}
					.reply a:hover {
						text-decoration:none;
						}
				
				
		.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;
		}
			#respond h3 {
				text-align:center;
				background-repeat:repeat-x;
				background-position:0 5px;
				background-image:url(images/hor-line.gif);
			}
				#respond h3 span {
					background-color:#FFF;
		padding: 0 18px;
		font-size:15px;
		color:#353535;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		display: inline-block;
				}
		.cancel-comment-reply a {
			color:#2D8E1A;
			text-decoration:underline;
		}
		.cancel-comment-reply a:hover {
			text-decoration:none;
		}




/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


.post-holder {
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
	}

/* Post header */
.post-holder .entry-header h2 {
	margin-bottom:.08em;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:15px;
	}
	.post-holder .entry-header h2 a {
		color:#2D8E1A;
		text-decoration:none;
	}
	.post-holder .entry-header h2 a:hover {
		color:#565454;
	}
.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}
	.post-holder.single-post .post-content {
		padding-right:20px;
	}
	
#content.right .default-page #page-content {
	padding-right: 20px;
}	

/* Featured thumbnail */
.featured-thumbnail {
	float:left;
	margin:5px 22px 10px 0;
	border:1px solid #dedede;
	padding:9px;
	background:#f7f7f7;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.featured-thumbnail .img-wrap {
		float:left;
		border:1px solid #e3e3e3;
		}
	.featured-thumbnail:hover {
		background:#2D8E1A;
		}
	.featured-thumbnail.no-hover:hover {
		background:#f7f7f7 !important;
	}
		.featured-thumbnail img {
			float:left;
			}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:15px;
		display:block;
		float:none;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		float:none;
		display:block;
		overflow:hidden;
		}
	.featured-thumbnail.large img {

		}
	.f-thumb-wrap {
		overflow:hidden;
		width:100%;
		height:220px;
		}
	
	/* Thumbnail with prettyphoto */
	.featured-thumbnail.single .image-wrap[rel="prettyphoto"] {
		position:relative;
		display: block;
		}
		.featured-thumbnail.single .image-wrap[rel="prettyphoto"] img {
			border: 1px solid #e3e3e3;
		}
	.featured-thumbnail.single .image-wrap[rel="prettyphoto"] .zoom-icon {
		width:528px;
		height:252px;
	}	
		.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover .zoom-icon {
			opacity:1;	
		}
		.ie8 .featured-thumbnail .image-wrap[rel="prettyphoto"]:hover .zoom-icon {
			visibility: visible;
		}

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

/* Post footer */
.post-holder footer {
	clear:both;
	padding:5px 0 0 0;
	}
.post-holder.single-post footer {
	margin-top:20px;
	}
		

/* Meta information for post */
.post-meta {
	width:100%;
	overflow:hidden;
	margin-bottom:1em;
	}
	.post-meta a,
	.post-meta time {
		color:#2D8E1A;
		text-decoration:none;
	}
	.post-meta a:hover {
		text-decoration:underline;
	}
	.post-navigation {
		
	}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	border:1px solid #e3e3e3;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	border:1px solid #e3e3e3;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	border:1px solid #e3e3e3;
	}
.alignnone {
	border:1px solid #e3e3e3;
	margin: 0 0 10px 0;
	display: block;
}	
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:9px;
	background:#f7f7f7;
	border:1px solid #dedede;
	text-align:center;
	margin-top:4px;
	margin-bottom:15px;
	}
.frame img.alignleft,
.frame img.alignright,
.frame img.alignnone {
	margin:0;
	padding:0;
	}
	
img.no-border {
	border:none !important;
}	



/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	clear: both;
	overflow:hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 2px 7px;
	margin-right:5px;
	display:inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	color:#999;
	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}
	.right .newer {
		padding-right:20px;
	}



/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dedede;
	background-color:#f8f8f8;
	padding:20px;
	margin:0 89px 2em 0;
	}
	#post-author h3 {
		font-size:15px;
		color:#353535;
		text-transform:uppercase;
		font-weight:normal;
		font-family: 'Oswald', sans-serif;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		border-radius: 10px;
		}
#author-description {
	
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}
	#recent-author-posts h3 {
		color:#353535;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		text-transform:uppercase;
	}

/* Recent author comments */
#recent-author-comments h3 {
	color:#353535;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
	#recent-author-comments ul li a {
		text-decoration:underline;
	}
	#recent-author-comments ul li a:hover {
		text-decoration:none;
	}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#f4f4f4;
			padding:7px;
			border:1px solid #e3e3e3;
			}

.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;
		color:#2D8E1A;
		}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}
	#error404 #searchform .searching {
		width:190px;
	}		



.title-wrap1 {
	text-align:center;
	background-repeat:repeat-x;
	background-position:0 5px;
	background-image:url(images/hor-line.gif);
}	
	.title-wrap1 h3 {
		background-color:#FFF;
		padding: 0 18px;
		font-size:15px;
		color:#353535;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		display: inline-block;
	}



/* 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:2em;
	text-align:center;
	background-repeat:repeat-x;
	background-position:0 5px;
	background-image:url(images/hor-line.gif);
	}
	.header-title h1 {
		margin-bottom:.1em;
		font-size:15px;
		color:#353535;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		text-transform:uppercase;
		background-color:#FFF;
		padding: 0 18px;
		display:inline-block;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Default layout 3 columns */
#gallery {
	
	}
	#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:310px;
			margin:0 7px 50px 0;
			padding:0;
			background:none;
			position:relative;
			}
		.ie9 #gallery .portfolio li {
			margin-right: 6px;
		}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				border:1px solid #dedede;
				padding:9px;
				background:#f6f6f6;
				height:183px;
				width:290px;
				position:relative;
				margin-bottom: 17px;
				}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:290px;
				height:183px;
				position:relative;
				background:#f5f5f5 url(images/loading-folio.gif) 50% 50% no-repeat;
				-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 {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					border: 1px solid #e3e3e3;
					}
			
			#gallery .portfolio h3 {
				font-size:15px;
				line-height:1.2em;
				font-style:italic;
				font-family: 'Open Sans', sans-serif;
				font-weight:normal;
				margin-bottom: 2px;
			}
				#gallery .portfolio h3 a {
					color:#565454;
				}
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:0;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				margin-bottom: 0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:1px;
				top:1px;
				height:181px;
				width:288px;
				background:url(images/magnify.png) 50% 50% no-repeat;
				cursor:pointer;
				opacity:0;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			.ie8 .zoom-icon {
				visibility: hidden;
			}	
			#gallery .portfolio li a.image-wrap:hover .zoom-icon {
				opacity:1;
				}
			.ie8 #gallery .portfolio li a.image-wrap:hover .zoom-icon {
				visibility: visible;
			}	


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li span.image-border {
		width:528px;
		height:252px;
		float:left;
		}
	#gallery.one_column .portfolio li a.image-wrap {
		width:530px;
		height:254px;
		}
	#gallery.one_column .portfolio li h3 {
		margin-bottom:10px;
	}	
	#gallery.one_column .zoom-icon {
		width:528px;
		height:252px;
		}
		#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 25px;
			overflow:hidden;
			width:353px;
			}
		#gallery.one_column p.excerpt {
			margin-bottom: 16px;
		}	

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:470px;
	margin-right:7px;
	}
.ie9 #gallery.two_columns .portfolio li {
			margin-right: 6px;
		}	
	#gallery.two_columns .portfolio li span.image-border {
		width:448px;
		height:221px;
		}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:450px;
		height:223px;
		}
	#gallery.two_columns h3 {
		margin-bottom: 12px;
	}	
	#gallery.two_columns .zoom-icon {
		width:448px;
		height:221px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:197px;
	margin-right:7px;
	border: 1px solid  #dedede;
	padding:16px 15px 17px 16px;
	text-align:center;
	
	box-shadow:inset 0 0 30px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
	-webkit-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
	}
.ie9 #gallery.four_columns .portfolio li {
			margin-right: 6px;
		}		
	#gallery.four_columns .portfolio li span.image-border {
		width:175px;
		height:85px;
		}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:179px;
		height:89px;
		}
	#gallery.four_columns h3 {
		font-family: 'Oswald', sans-serif;
		font-style:normal;
		text-transform:uppercase;
		line-height: 1.2em;
		margin-bottom: 12px;
	}
	#gallery.four_columns p.excerpt {
		margin-bottom:13px;
	}
	#gallery.four_columns .zoom-icon {
		width:175px;
		height:85px;
		}







/* Sidebar
---------------------------------------- */
#sidebar {
	padding:46px 0 0 0;
}
	#widget-sidebar {
		
	}
		.widget {
			margin-bottom:20px;
			border: 1px solid #dedede;
			padding:13px 20px 15px 20px;
			
			box-shadow:inset 0 0 30px rgba(0,0,0,.1);
			-moz-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
			-webkit-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
		}
			.widget h3 {
				color:#353535;
				font-family: 'Oswald', sans-serif;
				font-size:15px;
				text-align:center;
				font-weight:normal;
				text-transform:uppercase;
				margin-bottom:12px;
			}
			.widget ul {
				margin-bottom: 0;
			}

	

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			font-family: 'Open Sans', sans-serif;
			}
		#wp-calendar td {
			text-align:center;
			padding:3px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#000000;
		position:relative;
		padding:0 0 5px 28px;
		font-size:16px;
		font-weight:normal;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#000000;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		font-size:16px;
		color:#595959;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* 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;
			}


/* 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;
		width:200px;
		}
	.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;
			margin:0;
			background:none;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
	padding:0;
	margin:0 0 -20px 0;
	}
	.testimonials div.testi_item {
		background:none !important;
		}
		.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:0 182px 20px 182px;
			margin:0;
			font-family: 'Open Sans', sans-serif;
			font-size:15px;
			line-height:22px;
			color:#787676;
			font-style:italic;
			text-align:center;
			position: relative;
			}
		.testimonials div.testi_item blockquote:before,
		.testimonials div.testi_item blockquote:after {
			background-position:0 0;
			background-repeat:no-repeat;
			display: block;
		}
		.testimonials div.testi_item blockquote:before {
			content: "";
			width:44px;
			height:32px;
			position:absolute;
			left: 130px;
			top:16px;
			background-image:url(images/quotes-left.png);
		}
		.testimonials div.testi_item blockquote:after {
			content: "";
			width:53px;
			height:30px;
			position:absolute;
			right: 125px;
			top:36px;
			background-image:url(images/quotes-right.png);
		}
			.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;
	width:100%;
	}
#testi-controls #prev-testi,
#testi-controls #next-testi {
	position:absolute;
	top: 68px;
	width:9px;
	height:15px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
	z-index:999;
}
#testi-controls #prev-testi {
	left: 0;
	background-image:url(images/prev-testi.gif);
}
#testi-controls #next-testi {
	right: 0;
	background-image:url(images/next-testi.gif);
}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 2em 0;
		list-style-type:none;
		}
		.latestpost li h4 {
			margin-bottom:0;
			}
		.latestpost li .excerpt {
			margin-bottom:15px;
			}


/* Twitter widget */
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url(images/twitter-icon.png) no-repeat 0 0;
	}
	.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:11px;
		}
.twitter .profileLink {
	
	}


/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 3px 3px 0;
		padding:0;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}



/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	border:1px solid #dedede;
	background-color:#f8f8f8;
	padding:30px 30px 30px 235px;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin:0 0 35px 0;
	}
.right article.testimonial {
	margin-right:20px;
}	
	article.testimonial .testi-pic {
		position:absolute;
		left:20px;
		top:20px;
		}
	.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;
		}
		.name-testi a {
			text-decoration:none;
			}
		.name-testi a:hover {
			text-decoration:underline;
			}


/* Single Testimonial */
blockquote.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #dedede;
	background-color:#f8f8f8;
	padding:30px 30px 30px 235px;
	width:auto;
	font-size:14px;
	line-height:1.5em;
	font-style:italic;
	margin:0 0 2em 0;
	position:relative;
	}
.right blockquote.testi-single {
	margin-right:20px;
}	
	blockquote.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		}
		.testi-pic {
			position:absolute;
			left:20px;
			top:20px;
			}
			.testi-pic img {
				padding:7px;
				background:#fff;
				border:1px solid #dbdbdb;
				}





/* 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 {
			background-color:#f8f8f8;
			padding:9px;
			border: 1px solid #dedede;
			
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.recent-posts li .thumb-wrap:hover {
			background-color:#2D8E1A;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			border: 1px solid #e3e3e3;
			}
		.recent-posts li h5 {
			font-size:15px;
			margin-bottom:0;
			font-style:italic;
			font-family: 'Open Sans', sans-serif;
			font-weight:normal;
			}
			.recent-posts li h5 a {
				color:#2D8E1A;
				text-decoration:none;
			}
			.recent-posts li h5 a:hover {
				text-decoration:underline;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}

/* Special */
.recent-posts.news {
	margin-bottom: 6px;
}
	.recent-posts.news li {
		float: left;
		width:230px;
		margin:0 0 0 10px;
	}
	.recent-posts.news li .thumb-wrap {
		float:none;
		margin:0 0 17px 0;
		overflow:hidden;
	}
	.recent-posts.news li h5 {
		padding-right:15px;
		line-height:22px;
	}
	.recent-posts.news li .thumb-wrap img.thumb {
		margin:0;
		float:none;
	}
	.recent-posts.news li .price {
		color:#2D8E1A;
		font-size:15px;
		font-family: 'Oswald', sans-serif;
		display:block;
		padding:8px 0 15px 0;
	}

/* Our team */
.recent-posts.team {
	margin:-20px 0 0 0;
	padding:0;
	}
	.recent-posts.team li {
		float:left;
		width:197px;
		overflow:hidden;
		margin:20px 10px 0 0;
		border: 1px solid #dedede;
		padding:16px 15px 15px 16px;
		text-align:center;
		
		box-shadow:inset 0 0 30px rgba(0,0,0,.1);
		-moz-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
		-webkit-box-shadow:inset 0 0 30px rgba(0,0,0,.1);
		}
		.recent-posts.team li:nth-child(4n) {
			margin-right:0;
			}
		.recent-posts.team li.last {
			margin-right:0;
			}
		.recent-posts.team li .thumb-wrap {
			float:left;
			clear:both;
			margin:0 0 16px 0;
			}
		.recent-posts.team li .thumb-wrap img {
			float:none;
			margin:0;
			}
		.recent-posts.team li h5 {
			text-transform:uppercase;
			font-size:15px;
			line-height: 1.2em;
			font-family: 'Oswald', sans-serif;
			font-style:normal;
			font-weight:normal;
			margin-bottom: 13px;
		}	
		.recent-posts.team li a {
			color:#353535;
			}
		.recent-posts.team li .excerpt {
			margin-bottom:0;
			}


/* Menu */
.recent-posts.menu {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	.recent-posts.menu li {
		position:relative;
		/*height:85px;
		overflow:hidden;*/
		margin:0 0 10px 0;
		padding:0;
	}
	.recent-posts.menu li a {
		background-color:#ededed;
		background-repeat:no-repeat;
		background-position:15px 15px;
		background-image:url(images/vert-line.gif);
		overflow:hidden;
		border-radius: 4px;
		height:85px;
		display:block;
		text-decoration:none;
		padding:0 0 0 28px;
		
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		}
	.recent-posts.menu li a:hover {
		background-position:12px 15px;
	}	
	.recent-posts.menu li h5 {
		font-size:30px;
		line-height:1.2em;
		color:#1f1f1f;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-style:normal;
		margin-top: 14px;
		
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	}
	.recent-posts.menu li a:hover h5 {
		padding-left:8px;
	}
	.recent-posts.menu li .excerpt {
		color:#6b6b6b;
		font-size:13px;
		
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	}
	.recent-posts.menu li a:hover .excerpt {
		padding-left:8px;
	}
	.recent-posts.menu li .thumb-wrap {
		position:absolute;
		right:0;
		top:0;
		padding:0;
		margin:0;
		background:none;
		border: none;
	}
	.recent-posts.menu li .thumb-wrap img {
		border: none;
		margin:0;
		border-radius: 0 4px 4px 0;
	}


/* colori madtoy*/
.recent-posts.colori {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	.recent-posts.colori li {
		position:relative;
		/*height:85px;
		overflow:hidden;*/
		margin:0 0 0 0;
		padding:0;
                text-align:center;

	}
	.recent-posts.colori li a {
		background-color:#cdcccc;
		background-repeat:no-repeat;
		background-position:15px 15px;
		overflow:hidden;
		border-radius: 4px;
		height:85px;
		display:block;
		text-decoration:none;
		padding:0 0 0 0;
                color:#BD8252;
		
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		}
	.recent-posts.colori li a:hover {
		/*background-position:12px 15px;*/
                background-color:#BD8252;
		color:#FFFFFF;
	}	
	.recent-posts.colori li h5 {
		font-size:30px;
		line-height:1.2em;
		color:#1f1f1f;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-style:normal;
		margin-top: 14px;
		
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	}
	.recent-posts.colori li a:hover h5 {
		padding-left:8px;
	}
	.recent-posts.colori li .excerpt {
		color:#6b6b6b;
		font-size:13px;
		
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	}
	.recent-posts.colori li a:hover .excerpt {
		padding-left:8px;
	}
	.recent-posts.colori li .thumb-wrap {
		position:absolute;
		right:0;
		top:0;
		padding:0;
		margin:0;
		background:none;
		border: none;
	}
	.recent-posts.colori li .thumb-wrap img {
		border: none;
		margin:0;
		border-radius: 0 4px 4px 0;
	}


/* Tags */
.tags-cloud a, .tagcloud a {
	display:inline-block;
	background:#e1e1e1;
	padding:2px 7px;
	text-decoration:none;
	color:#838383;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover, .tagcloud a:hover {
	background:#2D8E1A;
	color:#fff;
	}


/* 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 {
	height:166px;
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-image:url(images/footer-bg.png);
	z-index: 2;
}
	

	/* Footer widget */
	#widget-footer {
		position:absolute;
		right:0;
		top:32px;
		overflow:hidden;
	}
		#widget-footer h4 {
			display: none;
		}
	
	#widget-footer .social-networks {
		margin:-26px 0 0 0;
		padding:0;
	}
	#widget-footer .social-networks li {
		list-style-type:none;
		padding:0;
		margin:0 0 0 15px;
		float:left;
		font-size:15px;
		line-height:32px;
		color:#fff;
		width:134px;
		min-height: 34px;
		font-family: 'Oswald', sans-serif;
		}
		#widget-footer .social-networks li img {
			float:left;
			margin-right: 9px;
		}
		#widget-footer .social-networks li a {
			color:#fff;
			text-decoration:none;
			text-transform:uppercase;
			width:134px;
			float:left;
			min-height: 34px;
			padding:14px 0 0 0;
			margin:12px 0 0 0;
			background-repeat:no-repeat;
			background-position:0 0;
			background-image:url(images/divider.png);
		}
		#widget-footer .social-networks li 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-left:15px;
				margin:0;
				}
	
	/* Copyright */
	#copyright {
		padding:35px 0;
		}
		#copyright,
		#copyright a {
			color:#E9E9E9;
		}
		#copyright a {
			text-decoration:none;
		}
		#copyright a:hover {
			text-decoration:underline;
		}
		
		#copyright a.site-name {
			color:#fff;
			font-family: 'Oswald', sans-serif;
			font-size:15px;
			text-transform:uppercase;
			position:relative;
			top:2px;
		}
	
	/* Footer text */
	#footer-text {
		
		}
	


/* Misc
---------------------------------------- */
.button {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.button {
	display:inline-block;
	color:#fff;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	}
	.button span {
		display:inline-block;
		background-repeat:no-repeat;
		background-position:0 0;
	}
	.button .left {
		padding-left:4px;
		background-image:url(images/button-left.png);
	}
	.button .right {
		background-position:right 0;
		padding-right:4px;
		background-image:url(images/button-right.png);
	}
	.button .middle {
		background-repeat:repeat-x;
		height:37px;
		line-height:34px;
		background-image:url(images/button-middle.png);
		padding:0 16px;
	}
.button:hover .middle {
	text-decoration:underline;
}

.link {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2D8E1A;
	text-decoration:underline;
}
.link:hover {
	text-decoration:none;
}

.bottom-indent {
	margin-bottom:52px;
}


.title-wrapper {
	text-align:center;
	overflow:hidden;
	background-repeat:repeat-x;
	background-position:0 5px;
	background-image:url(images/hor-line.gif);
	margin-bottom: 15px;
}
	.title-wrapper h2 {
		background-color:#FFF;
		padding: 0 18px;
		font-size:15px;
		color:#353535;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		display: inline-block;
	}

.no-results #searchform .searching {
	width:550px;
}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:100px;
}
#back-top {
	position: fixed;
	bottom: 40px;
	left:50%;
	margin-left:530px;
	display:none;
	filter:none !important;
}

#back-top a {
	width: 52px;
	height:52px;
	display: block;
	text-decoration: none;
	background:url(images/up-arrow-bg.png) no-repeat center center;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
	width: 52px;
	height: 52px;
	display: block;
	background:url(images/up-arrow.gif) no-repeat center 18px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-position:center 14px; 
}


/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    width:720px;
    float:right;
}

.tabs .tab-menu {
	width:223px;
	float:left;
	margin-left: -2px;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 5px 0 !important;
}

.tabs .tab-menu li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    background:none;
}

.tabs .tab-menu a {
    color: #353535;
    display: block;
    font-size: 15px;
    line-height:46px;
    height:49px;
    margin:0 0 -5px 0;
    padding: 0 0 0 18px;
    text-transform:uppercase;
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(images/tab-bg.gif);
    font-family: 'Oswald', sans-serif;
}

.tabs .tab-menu a:hover {
    
}

.tabs .tab-menu a.active {
    background-image:url(images/tab-active.png);
    border: none;
    color:#fff;
    position:relative;
    z-index:999;
}

.ie8 .tabs .tab {
	background-color:#FFF;
}
.tabs .tab .link {
	margin-left:10px;
}





/* 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;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-align:center;
	width:45px;
	height:45px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/dropcap-bg.png);
	text-transform:uppercase;
	font-size:24px;
	line-height:45px;
	color:#1f1f1f;
	font-family: 'Oswald', sans-serif;
	}

.widget-area {
	
}

.hr {
	height:1px;
	background:#eee;
	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;
	}
.spacer {
	height:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	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: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;
			background:none;
			line-height: 1.5em;
			}
	.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;
			}




/* 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;
	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 #dedede;
	outline:none;
}
input[type="text"], textarea {
	background:#fff;
	border:1px solid #dedede;
	padding:8px 5px;
	color:#9a9898;
	font-style:italic;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 19px;
	line-height:31px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	background: #d1d1d1;
	border:none;
	height:31px;
	cursor:pointer;
	margin-right:4px;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #6a6a6a;
	color:#253d6f;
	}
	
	
/* Newsletter */
.nsu-form {
	height:57px;
	background-repeat:no-repeat;
	background-position:5px 0;
	background-image:url(images/newsletter-icon.gif);
	padding-left:125px;
	margin-top:-7px;
	overflow:hidden;
}
	.nsu-form input[type="text"] {
		width:249px;
		float:left;
		margin-top:13px;
		padding:8px 12px;
	}
	.nsu-form input[type="submit"] {
		background:none;
		background-repeat:no-repeat;
		background-position:0 0;
		background-image:url(images/submit.png);
		color:#fff;
		font-size:15px;
		width:94px;
		height:35px;
		float:left;
		padding:0 0 2px 0;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		margin:-6px 0 0 -1px;
	}
	.nsu-form input[type="submit"]:hover {
		text-decoration:underline;
	}
	
.nsu-error {
	position:absolute;
	left:125px;
	top:-15px;
	color:red;
}	


/* Comment form */
#commentform a {
	color:#2D8E1A;
	text-decoration:underline;
	}
#commentform a:hover {
	text-decoration:none;
}	
	#commentform p.field {
		margin-bottom:5px;
		}
		#commentform small {
			color:#ff0000;
			font-size:1em;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type="text"] {
		width:247px;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		
		box-shadow:inset 1px 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,.1);
		-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,.1);
		}
	#commentform textarea {
		width:317px;
		max-width:317px;
		min-width:317px;
		height:94px;
		min-height:94px;
		overflow:auto;
		border: 1px solid #dbdbdb;
		border-radius: 10px;
		
		box-shadow:inset 1px 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,.1);
		-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,.1);
		}
	#commentform input[type="submit"] {
		width:154px;
		height:37px;
		padding-bottom: 1px;
		background:none;
		background-image:url(images/submit-comment.png);
		font-family: 'Oswald', sans-serif;
		color:#fff;
		text-transform:uppercase;
		font-size:15px;
	}
	#commentform input[type="submit"]:hover {
		text-decoration:underline;
	}


/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field label {
	float:left;
	width:79px;
	padding-top:6px;
	}
.wpcf7-form p.field input {
	float:left;
	width:290px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	float:left;
	width:290px;
	max-width:290px;
	min-width:290px;
	height:227px;
	min-height:227px;
	overflow:auto;
	margin-bottom:17px;
	}
.wpcf7-form .submit-wrap {
	padding:0 0 0 79px;
	margin:0;
	}
	.wpcf7-form .submit-wrap input {
		background:none;
		background-repeat:no-repeat;
		background-position:0 0;
		background-image:url(images/submit.png);
		color:#fff;
		font-size:15px;
		width:94px;
		height:35px;
		float:left;
		padding:0 0 2px 0;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		margin:-6px 10px 0 -1px;
	}
	.wpcf7-form .submit-wrap input:hover {
		text-decoration:underline;	
	}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:290px !important;
		position:absolute;
		left:79px !important;
		top:0 !important;
		padding:5px 0 6px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		}
	.ie9 .wpcf7-not-valid-tip {
		padding:5px 0 5px 10px !important;
		}	





/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
		width:175px;
		margin-right:-1px;
		}
	#searchform .submit {
		width:94px;
		height:35px;
		padding-bottom: 2px;
		background:none;
		background-repeat:no-repeat;
		background-position:0 0;
		background-image:url(images/submit.png);
		cursor:pointer;
		color:#fff;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		font-size:15px;
		padding-left:0;
		padding-right:0;
		}
	#searchform .submit:hover {
		text-decoration:underline;
	}	
	.widget #searchform .submit {
		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 */
/* MADTOY */
/*lingue*/

.langcontent {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 5px; PADDING-BOTTOM: 4px; CURSOR: pointer; PADDING-TOP: 4px; BORDER-BOTTOM: #e0e0e0 1px dotted; POSITION: relative; TOP: 0px; TEXT-ALIGN: left; TEXT-DECORATION: none
}
DIV.langtext {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; MARGIN-LEFT: 3px; WIDTH: 70px; COLOR: #606060! important
}
A.lang_selected {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 150px; COLOR: #909090; FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif
}
#lang_dropdown {
	BORDER-RIGHT: #b8b8b8 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #b8b8b8 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; OVERFLOW: hidden; BORDER-LEFT: #b8b8b8 1px solid; WIDTH: 195px; PADDING-TOP: 1px; BORDER-BOTTOM: #b8b8b8 1px solid; POSITION: absolute; HEIGHT: 22px; BACKGROUND-COLOR: white
}
IMG.flag {
	BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #e0e0e0 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; BORDER-LEFT: #e0e0e0 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #e0e0e0 1px solid
}
/*fine lingue*/
/* MADTOY */