/*
Theme Name: AgileTek
Theme URI: http://www.ciplex.com
Description: Ciplex Made for AgileTek
Version: 2.0
Author: Ciplex/Adam Shaw
Author URI: http://www.ciplex.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


/* MyriadProRegular */
@font-face {
	font-family: 'MyriadProRegular';
	src: url('fonts/myriad_pro_regular-webfont-webfont.eot');
	src: url('fonts/myriad_pro_regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/myriad_pro_regular-webfont-webfont.woff') format('woff'),
		url('fonts/myriad_pro_regular-webfont-webfont.ttf') format('truetype'),
		url('fonts/myriad_pro_regular-webfont-webfont.svg#MyriadProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* MyriadProSemibold */
@font-face {
	font-family: 'MyriadProSemibold';
	src: url('fonts/myriadpro-semibold-webfont-webfont.eot');
	src: url('fonts/myriadpro-semibold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/myriadpro-semibold-webfont-webfont.woff') format('woff'),
		url('fonts/myriadpro-semibold-webfont-webfont.ttf') format('truetype'),
		url('fonts/myriadpro-semibold-webfont-webfont.svg#MyriadProSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* global reset */
* { 
	margin:0; 
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
body {
	color:#262626;
	font:14px/22px Arial, Helvetica, sans-serif;
	min-width:1000px;
	background:#fff;
}
a{color:#cb5600;text-decoration:none;}
a:hover{text-decoration:underline;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u {text-decoration: underline;}
ins{text-decoration:none;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
/* global settings ; wrapper */
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:14px 0 113px;
}
.w1{
	width:940px;
	margin:0 auto;
}
.w1:after{
	clear:both;
	content:"";
	display:block;
}
.clear{
	clear:both;
}
/* header */
#header{
	overflow:hidden;
	margin-bottom:16px;
}
/* logo */
.logo{
	float:left;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	width: 130px;
	height: 86px;
	margin:0 20px 0 0;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
}
/* header holder */
#header .holder{
	float:right;
	margin-top:29px;
}
/* bar */
.bar{
	float:left;
	margin:5px 8px 0 0;
	font-family:MyriadProRegular, Arial, Helvetica, sans-serif;
}
.bar li{
	float:left;
	padding:0 26px 0 0;
	list-style:none outside none;
}
.bar a{
	float:left;
	color:#1a1a1a;
}
.bar span{
	float:left;
	background:url(images/ico02.png) no-repeat;
	width: 22px;
	height: 22px;
	color:#fff;
	text-align:center;
	margin:0 -6px 0 4px;
}
/* search form */
.search-form{
	float:left;
	margin:0;
	background:url(images/bg-search.png) no-repeat;
	width: 178px;
	padding:0 10px;
	height: 31px;
}
.search-form label{
	float:left;
	background:url(images/ico03.png) no-repeat;
	width: 17px;
	height: 17px;
	overflow:hidden;
	margin:7px 10px 0 0;
	text-indent:-9999px;
}
.search-form .txt{
	border:0;
	outline:none;
	color:#fff;
	font:14px/16px Arial, Helvetica, sans-serif;
	margin:0;
	padding:7px 0;
	width:151px;
	background:none;
}
/* navigation */
#nav{
	background:url(images/bg-nav.png) no-repeat;
	width: 940px;
	height: 60px;
	margin:0 0 13px;
	overflow:hidden;
	text-shadow:rgba(10,10,10,.7) 1px -1px 0;
	text-transform:uppercase;
	font:16px/60px MyriadProSemibold, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#nav ul{margin:0;}
#nav li{
	float:left;
	background:url(images/sep01.png) no-repeat 0 25px;
	padding:0 0 0 1px;
	list-style:none outside none;
}
#nav li:first-child{
	padding-left:0;
	background:none;
}
#nav a{
	display:block;
	color:#fff;
	text-align:center;
	padding:0 5px;
}
#nav .nav-home a{
	width:124px;
	padding:0 5px 0 17px;
}
#nav .nav-products a{width:165px;}
#nav .nav-news a{width:193px;}
#nav .nav-about a{width:208px;}
#nav .nav-contact a{
	width:176px;
	padding:0 13px 0 5px;
}
#nav a:hover{text-decoration:none;}
#nav .nav-home:hover a,
#nav .nav-home.active a{background:url(images/bg-nav.png) no-repeat 0 -70px;}
#nav .nav-products:hover a,
#nav .nav-products.active a{background:url(images/bg-nav.png) no-repeat -147px -70px;}
#nav .nav-news:hover a,
#nav .nav-news.active a{background:url(images/bg-nav.png) no-repeat -323px -70px;}
#nav .nav-about:hover a,
#nav .nav-about.active a{background:url(images/bg-nav.png) no-repeat -527px -70px;}
#nav .nav-contact:hover a,
#nav .nav-contact.active a{background:url(images/bg-nav.png) no-repeat -746px -70px;}
/* main */
#main{
	overflow:hidden;
	margin:0 0 3px;
}
#main h1{
	margin:0 0 18px;
	padding-top:2px;
	text-align: center;
	color:#000;
	font:46px/50px CourierNew;
/*MyriadProRegular, Arial, Helvetica, sans-serif;*/
}
/* twocolumns */
.twocolumns{width:100%;}
.twocolumns:after{
	clear:both;
	content:"";
	display:block;
}
/* content */
#content{
	float:right;
	margin:0 40px;
	width:717px;
}
/* intro */
.intro{
	overflow:hidden;
	margin-bottom:23px;
	background:url(images/bg-intro.png) no-repeat;
	padding-top:5px;
	position:relative;
	text-shadow:#fff 0 1px 0;
	color:#000;
	font:22px/28px MyriadProRegular, Arial, Helvetica, sans-serif;
}
.intro img{vertical-align:top;}
.intro .holder{
	position:absolute;
	top:0;
	height:236px;
	right:25px;
	width:375px;
}
.intro .frame{
	display:table;
	width:100%;
	height:100%;
}
*+html .intro .frame{height:auto;}
.intro .box{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	padding-top:26px;
}
.intro p{margin:0;}
.intro h2{
	margin:0 0 7px;
	font:40px/46px MyriadProRegular, Arial, Helvetica, sans-serif;
}
/* post */
.post{
	overflow:hidden;
	margin-bottom:17px;
}
/* title */
.post .title{
	overflow:hidden;
}
.post h2{
	margin:0;
	color:#000;
	font:28px/32px MyriadProRegular, Arial, Helvetica, sans-serif;
	margin-bottom:12px;
	padding:2px 0 10px;
	border-bottom:5px solid #ff7219;
}
.post h2 a{color:#000;}
.post p{margin:0 0 9px;}
.post ul{margin:0 0 6px;}
.post ul li{
	background:url(images/arrow01.png) no-repeat 0 8px;
	list-style:none outside none;
	padding:0 0 5px 13px;
}
.post .alignleft{
	float:left;
	margin:8px 25px 30px 0;
}
.post .alignright{
	margin:8px 0 30px 25px;
	float:right;
}
.post .aligncenter{
	display:block;
	margin:0 auto 10px;
}
.post blockquote{
	overflow:hidden;
	padding:0 0 0 47px;
	width:670px;
	background:url(images/ico04.png) no-repeat 2px 7px;
	font:italic 14px/23px Georgia, 'Times New Roman', Times, serif;
}
.post blockquote p{
	display:block;
	margin-bottom:3px;
}
.post blockquote em{
	display:block;
	text-align:right;
	font:14px/22px Arial, Helvetica, sans-serif;
}
/* sidebar */
#sidebar{
	float:left;
	width:85px;
}
/* widget */
.widget{
	overflow:hidden;
	margin-bottom:19px;
}
.widget h2{
	margin:0 0 9px;
	border-bottom:5px solid #ff7219;
	color:#000;
	padding-bottom:9px;
	font:28px/32px MyriadProRegular, Arial, Helvetica, sans-serif;
}
.widget h2 a{color:#000;}
.widget p{margin:0 0 6px;}
.widget img.wp-post-image{
	width:290px;
	height:auto;!important;	
}
/* subnav */
.subnav ul{
	margin:0;
	overflow:hidden;
	font:14px/17px MyriadProSemibold, Arial, Helvetica, sans-serif;
	border-radius: 10px;
}
.subnav li{
	float:left;
	width:100%;
	list-style:none outside none;
	text-shadow:#32251f 0 -1px 0;
	background:url(images/bg-subnav.png) no-repeat 0 -5px;
}
.subnav a{
	display:block;
	color:#fff;	padding: 4px;

	background:url(images/sep03.png) repeat-x;
}
.subnav span{
	display:block;
	cursor:pointer;
	overflow:hidden;
	padding:5px 1px 5px 1px;
	background:url(images/sep02.png) repeat-x 0 100%;
}
.subnav li.active,
.subnav li:hover,
.subnav li.current-cat,
.subnav li.current-menu-item{
	text-shadow:#9c3310 0 -1px 0;
	background-position:100% -5px;
}
.subnav li.active a,
.subnav li:hover a,
.subnav li.current-cat a,
.subnav li.current-menu-item a{
	text-decoration:none;
	background:url(images/sep03.png) repeat-x;
}
.subnav li.active span,
.subnav li:hover span,
.subnav li.current-cat span,
.subnav li.current-menu-item span{
	padding-bottom:6px;
	border-bottom:1px solid #190c04;
	background:none;
}
.subnav li.first{background-position:0 0;}

.subnav li.first:hover,
.subnav li.first.current-cat,
.subnav li.first.current-menu-item{
	background-position:100% 0;
}
.subnav li.last{background-position:0 100%;}

.subnav li.last:hover,
.subnav li.last.active,
.subnav li.last.current-cat,
.subnav li.last.current-menu-item{
	background-position:100% 100%;

}

.subnav li.last span,
.subnav li.last span{background:none;}
.subnav li.last:hover span,
.subnav li.last.current-cat span,
.subnav li.last.current-menu-item span{
	border:0;
	padding-bottom:6px;
}
/* footer */
#footer{
	clear:both;
	overflow:hidden;
	padding:20px 0 0;
	border-top:1px solid #282828;
	font-size:12px;
	font-family:MyriadProRegular, Arial, Helvetica, sans-serif;
}
#footer a{color:#262626;}
/* socials */
.socials{
	float:right;
	margin:10px 0 0;
}
.socials li{
	float:left;
	list-style:none outside none;
	padding:0 0 0 8px;
}
.socials a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width: 32px;
	height: 32px;
}
.socials a.facebook{background:url(images/ico01.png) no-repeat;}
.socials a.twitter{background:url(images/ico05.png) no-repeat;}
.socials a.linkedin{
	width:30px;
	background:url(images/ico06.png) no-repeat;
}
/* footer holder */
#footer .holder{overflow:hidden;}
#footer p{margin:0;}
#footer .holder ul{
	margin:0 0 4px;
	overflow:hidden;
	text-transform:uppercase;
	font-family:MyriadProSemibold, Arial, Helvetica, sans-serif;
}
#footer .holder li{
	display:inline;
	margin:0 16px 0 0;
	list-style:none outside none;
}
/* categorypage.html */
.products-holder{
	width:105%;
	position:relative;
	overflow:hidden;
	margin:-6px 0 36px;
}
/* product */
.product{
	float:left;
	width:220px;
	margin:0 20px 0 0;
	padding:0 0 31px;
	line-height:20px;
}
.product.type-product{
	float:none;
	width:auto;
	margin:0;
	padding:0;
		
}
.product .visual{
	overflow:hidden;
	margin-bottom:14px;
}
.product .visual img{
	display:block;
	background:url(images/bg-visual.png) no-repeat 0 100%;
	padding-bottom:5px;
}
.product h2{
	margin:0 0 9px;
	color:#000;
	font:22px/24px CourierNew;
}
.product h2 a{color:#000;}
.product h2 a:hover{
	text-decoration:none;
	color:#d15b11;
}
.product p{margin:0 0 10px;}
.view-link, input.wpcf7-submit{
	position:absolute;
	bottom:0;
	background:url(images/bg-view.png) no-repeat;
	width: 148px;
	height: 31px;
	text-align:center;
	padding:0 5px;
	color:#fff;
	text-shadow:#b44e20 0 -1px 0;
	font:15px/31px MyriadProSemibold, Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.view-link:hover, input.wpcf7-submit:hover{
	text-decoration:none;
	background-position:0 100%;
	text-shadow:#151515 0 -1px 0;
}
/* listingpage.html ; breadcrumbs */
#breadcrumb{
	overflow:hidden;
	width:100%;
	color:#000;
	margin:-19px 0 18px;
	font-size:16px;
	font-family:MyriadProRegular, Arial, Helvetica, sans-serif;
}
#breadcrumb a{
	display:inline;
	margin:0 8px 0 7px;
	padding-right:10px;
	list-style:none outside none;
	background:url(images/sep04.png) no-repeat 100% 3px;
	color:#000;
}
/* product list */
.product-list{
	width:105%;
	overflow:hidden;
	padding:0 0 7px;
}
/* product */
.product-list .product{
	float:none;
	display:inline-block;
	width:218px;
	margin:0 26px 30px 0;
	padding:0;
}
*+html .product-list .product{
	display:inline;
	margin-right:30px;
}
.product-list .product .visual{margin:0 0 9px;}
.product-list .product .visual img{
	background:url(images/bg-visual01.png) no-repeat 0 100%;
	margin-bottom:8px;
}
.product .visual a{color:#000;}
.product .visual a:hover{
	text-decoration:none;
	color:#d15b11;
}
.product .visual strong{
	display:block;
	font:18px/22px MyriadProRegular, Arial, Helvetica, sans-serif;
}
.product .holder{
	overflow:hidden;
	color:#000;
	font-size:16px;
	line-height:27px;
}
.product .price{
	float:left;
	font-family:MyriadProSemibold, Arial, Helvetica, sans-serif;
}
.add-link{
	float:right;
	background:url(images/bg-add.png) no-repeat;
	width: 101px;
	height: 27px;
	text-align:center;
	padding:0 5px;
	color:#fff;
	text-shadow:#b44e20 0 -1px 0;
	font:15px/27px MyriadProSemibold, Arial, Helvetica, sans-serif;
}
.add-link:hover{
	text-decoration:none;
	background-position:0 100%;
	text-shadow:#151515 0 -1px 0;
}
/* contact.html ; contact form */
.contact-form{
	float:left;
	margin-top:-5px;
	width:560px;
	font-size:16px;
	color:#000;
}
.contact-form form br{display:none;}
.contact-form form{margin:0;}
.contact-form .row{
	width:105%;
	overflow:hidden;
	padding-bottom:6px;
}
.contact-form .col{
	float:left;
	width:272px;
	margin:0 16px 0 0;
}
.contact-form label{
	display:block;
	padding:0 0 1px;
	font-family:MyriadProRegular, Arial, Helvetica, sans-serif;
}
.contact-form label span{
	color:#666;
	font-size:14px;
}
.contact-form .txt{
	width:256px;
	background:#e9edf1;
	border:1px solid #bababa;
	margin:0;
	padding:6px 7px 7px;
	color:#000;
	font:12px/14px Arial, Helvetica, sans-serif;
}
.contact-form span.wpcf7-not-valid-tip{
	left:0;
	top:-5px;
	width:auto;	
}
.contact-form textarea{
	overflow:auto;
	margin:0;
	float:left;
	padding:10px;
	color:#000;
	font:12px/14px Arial, Helvetica, sans-serif;
	background:#e9edf1;
	border:1px solid #bababa;
	width:538px !important;
	height:138px !important;
}
.contact-form form input.wpcf7-submit{
	border:none;
	position:relative;
	bottom:0;
	display:block;
	margin:14px 0 0;
}
.contact-form select{width:558px;}
/* aside */
.aside{
	float:right;
	margin:-5px 0 7px;
	width:320px;
}
/* contact widget */
.contact-widget{
	word-spacing:-1px;
	line-height:20px;
}
.contact-widget .box span{
	display:block;
	margin:0 0 6px
}
.contact-widget .box a{color:#f65b06;}
.contact-widget address{
	font-style:normal;
	margin-bottom:6px;
}
/* main.html */
body.home #nav{
	background-position:0 -140px;
	margin-bottom:0;
}
#nav.home-nav .nav-home:hover a,
#nav.home-nav .nav-home.active a{background:url(images/bg-nav.png) no-repeat 0 -210px;}
#nav.home-nav .nav-contact:hover a,
#nav.home-nav .nav-contact.active a{background:url(images/bg-nav.png) no-repeat -746px -210px;}
/* main intro */
.main-intro{
	background:none;
	padding-top:0;
	line-height:24px;
	font-size:18px;
	margin-bottom:31px;
}
.main-intro .holder {
	height: 375px;
	right:77px;
	width: 385px;
}
.main-intro h2{
	font-size:48px;
	margin-bottom:13px;
	line-height:49px;
}
.main-intro p{margin:0 0 22px;}
.main-intro .box{padding:0 0 8px;}
.view-all{
	background:url(images/bg-view01.png) no-repeat;
	width: 198px;
	height: 42px;
	text-align:center;
	color:#fff;
	padding:0 5px;
	display:block;
	text-shadow:#b44e20 0 -1px 0;
	font:20px/42px MyriadProSemibold, Arial, Helvetica, sans-serif;
}
.view-all:hover{
	text-decoration:none;
	background-position:0 100%;
	text-shadow:#151515 0 -1px 0;
}
/* feat section */
.feat-section{
	width:105%;
	overflow:hidden;
	margin:0 0 26px;
	line-height:20px;
	position:relative;
}
.feat-section .widget{
	float:left;
	width:290px;
	margin:0 35px 0 0;
	padding-bottom:33px;
}
.feat-section .newsletter-widget{padding-bottom:0;}
.feat-section .widget p{margin:0 0 6px;}
.feat-section .widget h2{margin-bottom:12px;}
.feat-section .aligncenter{
	display:block;
	margin:-12px 0 14px;
}
.feat-section .add-link{
	float:none;
	position:absolute;
	bottom:0;
	background:url(images/btn-more.png) no-repeat;
	width: 119px;
}
.feat-section .add-link:hover{background-position:0 100%;}
.newsletter-widget .more{
	display:block;
	background:url(images/bg-add.png) no-repeat;
	width: 101px;
	height: 27px;
	text-align:center;
	padding:0 5px;
	color:#fff;
	text-shadow:#b44e20 0 -1px 0;
	font:15px/27px MyriadProSemibold, Arial, Helvetica, sans-serif;
}
.newsletter-widget .more:hover{
	text-decoration:none;
	background-position:0 100%;
	text-shadow:#151515 0 -1px 0;

}
.newsletter-widget form{
	margin:0;
	padding-top:12px;
}
.newsletter-widget label{
	display:block;
	padding-bottom:8px;
	color:#000;
	font:22px/24px MyriadProRegular, Arial, Helvetica, sans-serif;
}
.newsletter-widget .row{overflow:hidden;}
.newsletter-widget .txt{
	float:left;
	width:190px;
	background:#e9edf1;
	border:1px solid #bababa;
	margin:0;
	padding:6px 7px;
	color:#000;
	font:14px/16px Arial, Helvetica, sans-serif;
}
.feat-section .btn-signup{
	float:right;
	margin-top:2px;
	position:relative;
	bottom:auto;
	background:url(images/btn-signup.png) no-repeat;
	width: 69px;
}
.feat-section .btn-signup:hover{background-position:0 100%}
/* productpage.html ; product gallery */
.product-gallery{
	float:left;
	width:434px;
}
.product-gallery .image{
	overflow:hidden;
	position:relative;
	width:434px;
	margin-bottom:10px;
	padding-bottom:5px;
	background:url(images/bg-image.png) no-repeat 0 100%;
}
.product-gallery .image ul{
	margin:0;
	width:434px;
	overflow:hidden;
	position:relative;
	height:454px;
}
.product-gallery .image li{
	height:454px;
	position:absolute;
	top:0;
	left:0;
	width:434px;
	list-style:none outside none;
}
.product-gallery .image .active{
	z-index:100;
}
.product-gallery img{vertical-align:top;}
.product-gallery .thumbs{
	width:105%;
	overflow:hidden;
	margin:0;
}
.product-gallery .thumbs li{
	float:left;
	margin:0 11px 10px 0;
	position:relative;
	list-style:none outside none;
}
.product-gallery .thumbs a{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	outline:none;
	top:0;
	width:100px;
	height:127px;
	left:0;
}
.product-gallery .thumbs .active a,
.product-gallery .thumbs a:hover{background:url(images/bg-gallery.png) no-repeat;}
/* product details */
.summary{
	float:right;
	width:480px;
	line-height:20px;
	font-size:13px;
	margin-bottom:18px;
}
.summary h2{
	margin:0 0 5px;
	color:#000;
	font:18px/22px MyriadProRegular, Arial, Helvetica, sans-serif;
}
.summary p{margin:0 0 22px;}
.summary .video{
	overflow:hidden;
	border-bottom:5px solid #ff7219;
	position:relative;
	margin-bottom:27px;
}
.summary .video img{vertical-align:top;}
.summary .video a{
	position:absolute;
	overflow:hidden;
	outline:none;
	text-indent:-9999px;
	top:0;
	bottom:0;
	left:0;
	background:url(images/bg-play.png) no-repeat 50% 50%;
	right:0;
}
.summary .video a:hover{background:url(images/bg-play-hover.png) no-repeat 50% 50%;}
.summary ul{margin:-15px 0 20px;}
.summary ul li{
	padding:0 0 0 8px;
	list-style:none outside none;
	background:url(images/arrow01.png) no-repeat 0 7px;
}
.summary dl{
	width:100%;
	margin:-3px 0 10px;
	line-height:27px;
}
.summary dt{
	float:left;
	margin:0 4px 0 0;
	font-weight:bold;
}
.summary dd{overflow:hidden;}
/* share block */
.share-block{
	overflow:hidden;
	border:solid #404040;
	color:#000;
	border-width:1px 0;
	padding:19px 0;
	margin:0 0 20px;
}
.share-block span{
	float:left;
	margin:0 13px 0 0;
	font:18px/32px MyriadProRegular, Arial, Helvetica, sans-serif;
}
.share-block ul li a.facebook{
	width:126px;
	height:32px;
	text-indent:-30000px;	
	background:url(images/facebook-share.jpg) center no-repeat;
}
	.share-block ul li a.facebook span.fb_share_size_Small {
		display:none;	
	}
.share-block ul li a.twitter{
	widtH:113px;
	text-indent:-30000px;
	background:url(images/twitter-share.jpg) center no-repeat;	
}
.share-block ul{
	float:left;
	margin:0;
	font:16px/30px MyriadProSemibold, Arial, Helvetica, sans-serif;
}
.share-block ul li,
.summary .share-block ul li{
	background:none;
	float:left;
}
.summary .share-block ul li:first-child{padding-left:0;}
.share-block ul a{
	float:left;
	height:32px;
	color:#000;
}
.share-block ul a.facebook{background:url(images/ico01.png) no-repeat;}
.share-block ul a.twitter{background:url(images/ico05.png) no-repeat;}
/* order form */
.order-form{
	margin:0 0 20px;
	overflow:hidden;
	font:18px/36px MyriadProRegular, Arial, Helvetica, sans-serif;
}
.btn-cart, div.product form.cart .button, #content div.product form.cart .button{
	float:right;
	border:none;
	background:url(images/btn-cart.png) no-repeat;
	width:240px;
	height: 37px;
	padding:0 5px 0 46px;
	color:#fff;
	text-shadow:#b44e20 0 -1px 0;
	font:18px/37px MyriadProSemibold, Arial, Helvetica, sans-serif;
}
.btn-cart:hover{
	text-decoration:none;
	background-position:0 100%;
	text-shadow:#151515 0 -1px 0;
}
.order-form .price, span.price.product-page{
	float:left;
	font:28px/30px MyriadProSemibold, Arial, Helvetica, sans-serif;
}
span.price.product-page del{
	font-size:18px;
}
.order-form label{
	float:left;
	margin:0 8px 0 0;
}
.order-form select{width:48px;}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
/* custom select styles */

.select-area {
	border: 1px solid #bababa;
	background:#e9edf1;
	position: relative;
	height: 28px;
	float: left;
	font:12px/28px Arial, Helvetica, sans-serif;
	color:#000;
}


.select-qty-sel{
	margin-top:4px;
	border:0;
	height:31px;
	font:18px/31px MyriadProRegular, Arial, Helvetica, sans-serif;
	background:url(images/bg-sel-c.png) repeat-x;
}
.select-area .center {
	float: left;
	padding: 0 7px;
	max-width:527px;
	overflow:hidden;
}
.select-disabled {background: #eee;}
.select-qty-sel .left{
	background:url(images/bg-sel-l.png) no-repeat;
	width: 9px;
	height: 31px;
	float:left;
	overflow:hidden;
}
.select-qty-sel .center{
	max-width:19px;
	padding:0;
}
.select-area .select-opener {
	position: relative;
	background:url(images/arrow02.png) no-repeat 100% 13px;
	float: right;
	height: 28px;
	width: 20px;
}
.select-qty-sel .select-opener {
	background:url(images/arrow03.png) no-repeat;
	height: 31px;
}
.select-options {
	position: absolute;
	overflow: hidden;
}
.select-options ul {
	font:12px/16px Arial, Helvetica, sans-serif;
	overflow:hidden;
	list-style: none;
	background:#e9edf1;
	white-space: nowrap;
	border:solid #bababa;
	border-width:0 1px 1px;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
	list-style:none outside none;
}
.select-options ul a {
	padding: 4px 7px;
	display: block;
	color: #000;
	height: 1%;
}
.select-options .item-selected a,
.select-options a:hover {
	text-decoration: none;
	background: #bababa;
	color: #e9edf1;
}
/* select options optgroup example styles */
.select-options .optgroup {clear: both;}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {padding-left: 30px;}
.drop-qty-sel ul{
	background:#fff;
	border:1px solid #404040;
}
.drop-qty-sel ul a:hover{background:#000;}



/* WOO */
h1.page-title, form.woocommerce_ordering{
	display:none;
}
div.product div.summary, #content div.product div.summary{
	width:480px;	
}
div.product div.images, #content div.product div.images{
	width:434px;	
}
div.product form.cart div.quantity, #content div.product form.cart div.quantity{
	margin:0 0 0 40px;
}
div.product div.images div.thumbnails a, #content div.product div.images div.thumbnails a{
	margin-bottom:3.8%;
}

.add_to_cart_button {clear: both!important; display: block; float: none!important; margin-left: 10px!important}



.woocommerce-checkout .intro{display:none!important;} 

div[unselectable="on"]{display: none}
