/*
Theme Name: Pel-Freez Biologicals
Author: Sharp Hue
*/

/*Reset*/
html, body, div, span, input, textarea, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline:none;
}

/*Basics*/
html { min-width:960px; background:#303085; }
body { min-width:960px; background:#fbfbfb; font-family:Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { color:#444; font-size:15px; font-weight:normal; font-family: "franklin-gothic-urw",sans-serif; }
p, label, ul, ol { color:#3c566b; font-size:12px; line-height:20px; }
a { color:#303085; }
a:hover { text-decoration:none; }
em { font-style:italic; }
strong { font-weight:bold; }

/*Misc*/

/*Wrappers*/
.wrapper { position:relative; width:100%; min-width:960px; }
.wrapper.header { background:#fbfbfb; border-bottom:7px solid #303085; z-index:9; }
.wrapper.promo { background:#000000; z-index:8; }
.wrapper.inner-header { background:#000000; z-index:1; }
.wrapper.pager { background:#f6f6f6 url(images/structure/tabs-bg.png) repeat-x; z-index:8; }
.wrapper.content { background:#fbfbfb; z-index:7; }
.wrapper.footer { background:#303085; z-index:6; }

/*Containers*/
.container { position: relative; width:960px; margin:0 auto; }

/*Columns*/
.column { float:left; min-height:100px; }
.column.left { width:304px; }
.column.center { width:340px; padding:0 23px; }
.column.right { width:270px; }
.column.wide { width:960px; }
.column.side { width:220px; }
.column.main { width:740px; }

/*Spacing*/
.spacing { padding:25px; }
.column.left .spacing { padding:35px 0; }
.column.center .spacing { padding:35px 0; }
.column.right .spacing { padding:35px 0; }
.column.wide .spacing { padding:35px 0; }
.column.side .spacing { padding:35px 25px 35px 0; }
.column.main .spacing { padding:35px 0 35px 25px; }

/*Holders*/
.holder { display:table; width:100%; }
.holder .block { float:left; }

/*Contact Us*/
#content .holder.contact { display:table; width:960px; }
#content .holder.contact h2 { font-size:18px; }
#content .holder.contact p { margin:0px; padding:0; }
#content .holder.contact .left { float:left; width:340px; margin-right:20px; }
#content .holder.contact .right { float:left; width:600px; margin:70px 0 0 0; }

/*Filters*/
.filter { cursor: pointer; }
.fill { display:none; }
.fill:first-child { display:block; }

/*Header*/
#header { position:relative; height:127px; }
#header .logo { position:absolute; left:0px; top:25px; }
#header .info { position:absolute; left:480px; top:26px; padding:0 0 0 36px; background:url(images/structure/support.png) no-repeat left center; }
#header .info p { font-size:16px; color:#768d9f; line-height:18px; }
#header .info p b { display:block; color:#303085; font-size: 14px; text-transform: uppercase; }
#header .search { position:absolute; right:0px; top:26px; width:267px; height:36px; background:url(images/structure/267x36.png) no-repeat; }
#header .search .txt { position: absolute; left:0px; top:0px; width:213px; height:19px; padding:9px; line-height:18px; color:#444; font-size:13px; border:none; background:none; outline:none; }
#header .search .txt.watermark { color:#9f9f9f; font-style:italic; }
#header .search .submit { position: absolute; right:0px; top:0px; width:36px; height:36px; border:none; cursor:pointer; background:url(images/structure/267x36.png) no-repeat -231px 0px; }
#header .search .submit:hover { background-position:-231px -36px; }

/*Inner Header*/
#inner-header { position:relative; height:99px; margin:0 auto; z-index:1; }
#inner-header.inner-header-two { height:99px; width:960px; display:block; background:url(images/one.jpg) no-repeat; }
#inner-header.inner-header-one { height:99px; width:960px; display:block; background:url(images/two.jpg) no-repeat; }
#inner-header.inner-header-three { height:99px; width:960px; display:block; background:url(images/three.jpg) no-repeat; }
#inner-header.inner-header-four { height:99px; width:960px; display:block; background:url(images/four.jpg) no-repeat; }
#product .entry-header h1 { position:absolute; top:-65px; z-index:100; color:#fff; font-size:28px; line-height:30px; width:750px; }

/*Nav*/
#nav { position:absolute; right:0px; bottom:-7px; height:60px; width:680px; }
#nav ul { float:right; height:60px; list-style:none; }
#nav ul li { float:left; }
#nav ul li a { display:block; height:60px; padding:0 0 0 37px; line-height:60px; font-size:16px; color:#303085; font-weight: 700; text-transform:uppercase; text-decoration:none; font-family: "franklin-gothic-urw",sans-serif; }
#nav ul li:hover a, #nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a { text-decoration:underline; }
#nav ul li.drop a { padding-left:54px; background:url(images/structure/arrow.png) no-repeat 37px 24px; }

/*Sub Nav*/
#nav ul li { position:relative; }
#nav ul ul { display:none; position:absolute; left:-10px; top:60px; height:auto; width:490px; padding:5px 0 20px 0; background:#303085; border:1px solid #4848b2; border-top:none;
	-webkit-border-radius: 0 0 3px 3px; 
       -moz-border-radius: 0 0 3px 3px; 
	     -o-border-radius: 0 0 3px 3px; 
	        border-radius: 0 0 3px 3px; 
	-webkit-box-shadow: 0 10px 15px #444;
	   -moz-box-shadow: 0 10px 15px #444;
	        box-shadow: 0 10px 15px #444;
}
#nav ul li:hover ul { display:block; }
#nav ul li:hover ul li { float:left; width:50%; min-height:190px; padding:0 0 5px 0; }
#nav ul li:hover ul li a { display:block; height:auto; padding:10px 25px 5px 25px; line-height:20px; font-size:17px; color:#fff; font-weight: 700; text-transform:none; text-decoration:none; background:none; }

#nav ul li:hover ul li ul { float:none; position:relative; left:auto; top:auto; width:auto; height:auto; padding:0; margin:0; background:none; border:none; 
	-webkit-border-radius: none; 
       -moz-border-radius: none; 
	     -o-border-radius: none; 
	        border-radius: none; 
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;                            
}
#nav ul li:hover ul li ul li { float:none; width:auto; height:auto; min-height:0px; padding:0; margin:0; }
#nav ul li:hover ul li ul li a { padding:0px 25px; margin:0; font-size:12px; font-weight:400; }
#nav ul li:hover ul li ul li:hover a { background:none; text-decoration:underline; }

/*Side Nav*/
#sidenav { }
#sidenav ul { list-style:none; }
#sidenav ul li { padding:0 0 15px 0; border-top:1px solid #ccc; }
#sidenav ul li:first-child { border:none; }
#sidenav ul li a { display:block; padding:15px 0 5px 0; line-height:18px; color:#747474; font-size:16px; font-weight: 700; text-decoration:none; font-family: "franklin-gothic-urw",sans-serif; }
#sidenav ul li a:hover { color:#303085; }
#sidenav ul li.current-menu-item a { color:#303085; font-weight:bold; }
#sidenav ul li.current-menu-item ul li a {  color:#747474; font-weight:400; }
#sidenav ul li ul li.current-menu-item a { color:#303085; font-weight:bold; }
#sidenav ul li ul li { padding:0; margin:0; border:none; }
#sidenav ul li ul li a { padding:0 0 10px 0; margin:0; text-transform:none; font-size:14px; line-height:15px; font-weight:400; }
#sidenav ul li ul li:hover a { color:#303085; }


/*Promo*/
#promo { position:relative; height:343px; }
#promo .message { position:absolute; right:0px; top:45px; width:325px; height:215px; padding:20px 35px; background:#5959a0;
	-webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px; 
}
#promo .message h2 { padding:0 0 15px 0; font-size:36px; line-height:40px; color:#fff; font-weight: 700; font-family: "franklin-gothic-urw",sans-serif; }
#promo .message p { padding:0 0 27px 0; font-size: 18px; line-height: 22px; color:#fff; }
#promo .conversion-btn { position:absolute; left:35px; bottom:35px; }
#promo .conversion-btn a { display:inline-block; padding:0 27px; white-space: nowrap; background: #32bdf1; color:#fff; text-decoration: none; font-size: 18px; line-height: 50px; text-transform: uppercase; font-weight: 700; font-family: "franklin-gothic-urw",sans-serif;
	-webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px; 
	-webkit-box-shadow: 0 1px 4px #424279;
	   -moz-box-shadow: 0 1px 4px #424279;
	        box-shadow: 0 1px 4px #424279;
}
#promo .conversion-btn a:hover { background:#51ccfa; }
#promo .cycle.one { background:url(images/promo2.jpg) no-repeat center top; }
#promo .cycle.two { background:url(images/promo1.jpg) no-repeat center top; }
#promo .cycle.three { background:url(images/promo3.jpg) no-repeat center top; }
#promo .cycle.four { background:url(images/promo4.jpg) no-repeat center top; }

#promo .pager-container { position:relative; width:960px; margin:0 auto; z-index:100; }

/*Cycles*/
#cycles { width:100%; height:343px; z-index:1; }
#cycles .cycle { display:none; width:100%; height:343px; }
#cycles .cycle:first-child { display:block; }

/*Pager Tabs*/
#pager-tabs { height:106px; background:url(images/structure/tabs.png) no-repeat; }
#pager-tabs .tab { position: relative; float:left; width:231px; margin:12px 0 0 12px; }
#pager-tabs .tab:first-child { margin:12px 0 0 0; }
#pager-tabs .tab .image { position: absolute; left:15px; top:15px; padding:1px; border:1px solid #8080ad; }
#pager-tabs .tab .image img { vertical-align: top; }
#pager-tabs .tab h3 { position: absolute; left:90px; top:15px; font-size: 12px; line-height: 18px; color:#59599f; text-transform: uppercase; font-weight:700; }
#pager-tabs .tab:hover h3 { text-decoration:underline; }
#pager-tabs .tab a { display:block; position:absolute; left:0px; top:0px; width:230px; height:90px; background:url(images/structure/clear.png); }

/*Pager*/
#pager { position:absolute; bottom:97px; right:50px; height:15px; z-index:5; }
#pager a { float:left; display:block; width:15px; height:15px; background: #ddd; margin:0 0 0 12px; 
	-webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px;            
}
#pager a.activeSlide { background:#fff; }
#pager a:hover { background:#fff; }
/*#pager { position:absolute; top:0px; left:0px; width:972px; margin:0 0 0 -12px; z-index:9; }
#pager a { float:left; display:block; width:233px; height:93px; margin:12px 0 0 12px; margin-left:10px; background:url(images/structure/pager.png) no-repeat 207px -1185px; }
#pager a.one.activeSlide { background:url(images/structure/pager.png) no-repeat 207px -185px; }
#pager a.two.activeSlide { background:url(images/structure/pager.png) no-repeat 207px 15px; }
#pager a.three.activeSlide { background:url(images/structure/pager.png) no-repeat 207px -385px; }
#pager a.four.activeSlide { background:url(images/structure/pager.png) no-repeat 207px -585px; }*/

/*Content*/
#content h1 { padding:0 0 20px 0; font-size: 40px; line-height: 45px; color:#303085; font-weight: 700;}
#content h2 { padding:15px 0 5px 0; font-size: 24px; line-height: 30px; color:#303085; font-weight: 700;}
#content h3 { padding:15px 0 5px 0; font-size: 20px; line-height: 24px; color:#303085; font-weight: 700;}
#content h4 { padding:15px 0 5px 0; font-size: 18px; line-height: 20px; color:#303085; font-weight: 700;}
#content h5 { padding:15px 0 5px 0; font-size: 16px; line-height: 18px; color:#303085; font-weight: 700;}
#content h6 { padding:15px 0 5px 0; font-size: 15px; line-height: 17px; color:#303085; font-weight: 700;}
#content ul, ol, p { padding:0 0 15px 0; }
#content li { margin:0 0 0 35px; }

/*Footer*/
#footer { position:relative; min-height:100px; }
#footer .block { width:50%; }
#footer .last p { text-align:right; }
#footer p { padding:30px 0; color:#fff; font-size:11px; line-height: 18px; }
#footer p a { color:#fff; }

/*Introduction*/
#introduction h1 { padding:0 0 20px 0; font-size: 45px; line-height: 45px; color:#303085; font-weight: 700;}
#introduction h1 span { display:block; font-size: 18px; line-height: 24px; text-transform: uppercase; }
#introduction p { padding:0 0 15px 0; }
#introduction img { margin:0 0 15px 0; }

/*Our Oroducts*/
#our-products h3 { padding:0 20px; font-size: 26px; line-height: 55px; color:#fff; font-weight: 700; background:#303085; 
	-webkit-border-radius: 4px 4px 0 0; 
       -moz-border-radius: 4px 4px 0 0; 
	     -o-border-radius: 4px 4px 0 0; 
	        border-radius: 4px 4px 0 0; 
}
#our-products .frame { padding:24px 24px 1px 24px; background:#fff; border:1px solid #e4e4e4; border-top:none; 
	-webkit-border-radius: 0 0 4px 4px; 
       -moz-border-radius: 0 0 4px 4px; 
	     -o-border-radius: 0 0 4px 4px; 
	        border-radius: 0 0 4px 4px; 
}
#our-products .frame .frame { padding:13px; background:#fbfbfb; border:1px solid #e4e4e4;
	-webkit-border-radius: 0px; 
       -moz-border-radius: 0px; 
	     -o-border-radius: 0px; 
	        border-radius: 0px; 
}
#our-products h4 { margin:0 0 5px 0; font-size: 14px; font-weight: bold; color:#303085; text-transform: uppercase; }
#our-products h4 span { padding:0 5px; margin:0 5px 0 0; color:#fff; text-align: center; background:#33bef2; 
	-webkit-border-radius: 2px; 
       -moz-border-radius: 2px; 
	     -o-border-radius: 2px; 
	        border-radius: 2px; 
}
#our-products p { padding:15px 0 0 0; line-height: 17px; }
#our-products p .read { display:block; text-align: right; }
#our-products ul { display:table; width:290px; padding:30px 0 20px 0; list-style: none; }
#our-products ul li { float:left; width:125px; height:40px; padding:0 5px 40px 15px; font-size: 14px; line-height: 18px; color:#303085; background:url(images/structure/bullet.png) no-repeat 1px 5px; }

/*Announcements*/
#announcements { margin:0 0 22px 0; padding:20px; background:#fff; border:1px solid #e4e4e4; 
	-webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px; 
}
#announcements .date { float:left; width:48px; height:41px; margin:2px 0 0 0; padding:7px 0 0 0; background: url(images/structure/date.png) no-repeat; text-align: center; color:#fff; font-size: 11px; line-height: 12px; text-transform: uppercase; }
#announcements .date span { display:block; font-size: 22px; line-height: 23px; }
#announcements h5 { padding:0 0 0 55px; color:#00adee; font-size: 25px; line-height: 26px; font-weight: 700; font-family: "franklin-gothic-urw", sans-serif; }
#announcements h4 { padding:15px 0 5px 0; font-size: 15px; line-height: 18px; color:#303085; font-weight: 700; }
#announcements h4 a { color:#303085; text-decoration: none; }
#announcements p { line-height: 17px; padding-bottom:0; }

/*Full Catalog*/
#full-catalog { padding:20px; background:#303085 url(images/structure/branding.png) no-repeat 10px 10px; border:1px solid #777777; 
	-webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px; 
}
#full-catalog h4 { padding:0 0 0 55px; color:#fff; font-size: 25px; line-height: 26px; font-weight: 700; font-family: "franklin-gothic-urw", sans-serif; }
#full-catalog p { padding:25px 0 10px 0; font-size: 16px; line-height: 23px; color:#fff; }
#full-catalog .btn { width:226px; }
#full-catalog.comingsoon { margin-left: 1px; width: 269px; height: 185px; background: url(images/structure/catalogue-coming-soon-bg.png) no-repeat; border: none; }

/*Btns*/
.btn.blue { }
.btn.blue a { display:inline-block; height:35px; padding:0 20px; border:1px solid #07abe8; color:#fff; text-transform: uppercase; line-height: 35px; white-space: nowrap; font-size: 14px; text-decoration: none; vertical-align: middle;
	-webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px;
	background:#07abe8;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #07abe8 ), to( #0288cd ));
	background-image: -webkit-linear-gradient( #07abe8 , #0288cd );
	background-image:    -moz-linear-gradient( #07abe8 , #0288cd );
	background-image:     -ms-linear-gradient( #07abe8 , #0288cd );
	background-image:      -o-linear-gradient( #07abe8 , #0288cd );
	background-image:         linear-gradient( #07abe8 , #0288cd );
	-webkit-box-shadow: 0 2px 5px #1d1d56;
	   -moz-box-shadow: 0 2px 5px #1d1d56;
	        box-shadow: 0 2px 5px #1d1d56;	
}
.btn.blue a:hover { }
.btn.blue a .pdf { display:inline-block; width:20px; height:35px; margin:0 10px 0 0; background:url(images/structure/pdf.png) no-repeat center center; vertical-align: top; }

/*Products*/
#products .product { position:relative; margin:0; }
#products .product .icon { position:absolute; left:8px; top:8px; width:14px; height:14px; background:url(images/structure/expandable.png) no-repeat; }
#products .product.selected .icon { position:absolute; left:8px; top:8px; width:14px; height:14px; background:url(images/structure/expandable.png) no-repeat -100px 0px; }
#products .block { float:none; display:table-cell; padding:5px 10px; background:#f1f1f1; border-right:3px solid #fbfbfb; border-bottom:3px solid #fbfbfb; vertical-align:middle; }
#products .block:hover { background:#d8dff1; }

#products .block.price { width:70px; }
#products .block.size { width:70px; }
#products .block.specs { width:25px; }

#products h2 { padding:0 0 0 40px; margin:0; font-size:14px; line-height:17px; text-transform:capitalize; }
#products p { padding:0; margin:0; }
#products .specs a { display:block; width:20px; height:20px; background:url(images/structure/pdf.png) no-repeat center center; }
#products .details { padding:15px 15px 25px 15px; }
#products .details .info { float:none; display:table-cell; }
#products .details .holder { padding:0 0 10px 0; }
#products .details p { font-size:13px; }


/*Third Teir Products*/
.third-tier .product { position:relative; margin:0; }
.third-tier .product .icon { position:absolute; left:8px; top:8px; width:14px; height:14px; background:url(images/structure/expandable.png) no-repeat; }
.third-tier .product.selected .icon { position:absolute; left:8px; top:8px; width:14px; height:14px; background:url(images/structure/expandable.png) no-repeat -100px 0px; }
.third-tier .block { float:none; display:table-cell; padding:5px 10px; background:#f1f1f1; border-right:3px solid #fbfbfb; border-bottom:3px solid #fbfbfb; vertical-align:middle; }
.third-tier .block:hover { background:#d8dff1; }
.third-tier .block.price { width:70px; }
.third-tier .block.size { width:70px; }
.third-tier .block.specs { width:25px; }
#content .third-tier h2 { padding:0 0 0 40px; margin:0; font-size:14px; line-height:17px; text-transform:capitalize; }
.third-tier p { padding:0; margin:0; }
.third-tier .specs a { display:block; width:20px; height:20px; background:url(images/structure/pdf.png) no-repeat center center; }
.third-tier .details { padding:15px 15px 25px 15px; }
.third-tier .details .info { float:none; display:table-cell; }
.third-tier .details .holder { padding:0 0 10px 0; }
.third-tier .details p { font-size:13px; }


/*IE*/
.ie7 #products .block { display:block; float:left; }
.ie7 #products .details .info { display:block; float:left; }
.ie7 .third-tier# .block { display:block; float:left; }
.ie7 .third-tier# .details .info { display:block; float:left; }

/*Centering
#center .center { display: table-cell; text-align: center; vertical-align: middle; width: ...; height: ...; }
#center .center * { vertical-align: middle; }
.ie7 #center .center span { display: inline-block; height: 100%; }
*/

/*Border Radius
.rad { 
	-webkit-border-radius: 10px; 
       -moz-border-radius: 10px; 
	     -o-border-radius: 10px; 
	        border-radius: 10px; 
}
*/

/*Box Shadow
.bshadow { 
	-webkit-box-shadow: 0 0 15px #999, inset 0 0 10px #ccc;
	   -moz-box-shadow: 0 0 15px #999, inset 0 0 10px #ccc;
	        box-shadow: 0 0 15px #999, inset 0 0 10px #ccc;
}
*/

/*Text Shadow
.tshadow { text-shadow: 1px 1px 1px #000; }
*/

/*Background Gradient
.grad {
	background:#CCCCCC;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #444 ), to( #2d2d2d ));
	background-image: -webkit-linear-gradient( #444 , #2d2d2d );
	background-image:    -moz-linear-gradient( #444 , #2d2d2d );
	background-image:     -ms-linear-gradient( #444 , #2d2d2d );
	background-image:      -o-linear-gradient( #444 , #2d2d2d );
	background-image:         linear-gradient( #444 , #2d2d2d );
}
*/

/*Colorbox*/
#cboxContent { font-size:10px; text-transform:uppercase; color:#555; }



/*Contact Form 7*/
#content .holder.contact label { font-size:12px; font-weight:bold; color:#000; margin-top:5px;}
#content .holder.contact label span { display:inline-block; color:Red;}
#content .holder.contact span {display:block; margin-top:5px;}
#content .holder.contact span.your-name input { width:300px; border:1px solid #ccc; padding:5px; background:#fff; outline:none;
	-webkit-box-shadow: inset 0 0 5px #ddd; 
	   -moz-box-shadow: inset 0 0 5px #ddd; 	
	        box-shadow: inset 0 0 5px #ddd;  
	-webkit-border-radius:5px; 
	   -moz-border-radius:5px; 
	     -o-border-radius:5px; 
	        border-radius:5px;  }
	        
#content .holder.contact span.your-email input,#content .holder.contact span.your-phone input { width:400px; border:1px solid #ccc; padding:5px; background:#fff; outline:none;
	-webkit-box-shadow: inset 0 0 5px #ddd; 
	   -moz-box-shadow: inset 0 0 5px #ddd; 	
	        box-shadow: inset 0 0 5px #ddd;  
	-webkit-border-radius:5px; 
	   -moz-border-radius:5px; 
	     -o-border-radius:5px; 
	        border-radius:5px;  }
#content .holder.contact span textarea { font-family:Arial, sans-serif; width:600px; height:100px; border:1px solid #ccc; padding:5px 0 5px 5px; margin:0 0 10px 0; background:#fff; outline:none;
	-webkit-box-shadow: inset 0 0 5px #ddd; 
	   -moz-box-shadow: inset 0 0 5px #ddd; 	
	        box-shadow: inset 0 0 5px #ddd;  
	-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
	     -o-border-radius: 5px; 
	        border-radius: 5px; }
#content .holder.contact .bottom-holder { display:table; width:600px; }
#content .holder.contact #recaptcha_widget_div { width:300px; float:left; }
#content .holder.contact .wpcf7-submit { float:right; font-size:14px; text-transform:uppercase; color:#444; margin:50px 0 30px 30px; padding:10px 20px; cursor:pointer; border:1px solid #bbbbbb; 
	-webkit-box-shadow: 0px 1px 3px #bbbbbb; 
	   -moz-box-shadow: 0px 1px 3px #bbbbbb; 	
	        box-shadow: 0px 1px 3px #bbbbbb;  
	-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
	     -o-border-radius: 5px; 
	        border-radius: 5px; 
	background:#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f1f1f1 ));
	background-image: -webkit-linear-gradient( #ffffff , #f1f1f1 );
	background-image:    -moz-linear-gradient( #ffffff , #f1f1f1 );
	background-image:     -ms-linear-gradient( #ffffff , #f1f1f1 );
	background-image:      -o-linear-gradient( #ffffff , #f1f1f1 );
	background-image:         linear-gradient( #ffffff , #f1f1f1 );
}
#content .holder.contact .wpcf7-submit:hover {
	background:#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #ffffff ));
	background-image: -webkit-linear-gradient( #ffffff , #ffffff );
	background-image:    -moz-linear-gradient( #ffffff , #ffffff );
	background-image:     -ms-linear-gradient( #ffffff , #ffffff );
	background-image:      -o-linear-gradient( #ffffff , #ffffff );
	background-image:         linear-gradient( #ffffff , #ffffff );
	
	
	



/*Formidable*/
#content .frm_message p { padding:0; margin:0; }
#content .frm_forms fieldset { float:none; }
#content .frm_forms .frm_form_field.txt input { border:1px solid #ccc; padding:5px; background:#fff; outline:none;
	-webkit-box-shadow: inset 0 0 5px #ddd; 
	   -moz-box-shadow: inset 0 0 5px #ddd; 	
	        box-shadow: inset 0 0 5px #ddd;  
	-webkit-border-radius:5px; 
	   -moz-border-radius:5px; 
	     -o-border-radius:5px; 
	        border-radius:5px; 
}
#content .frm_forms .frm_form_field.select { position:relative; height:27px; margin:15px 0 15px 0; border:1px solid #ccc; background:#fff;
	-webkit-box-shadow: inset 0 0 5px #ddd; 
	   -moz-box-shadow: inset 0 0 5px #ddd; 	
	        box-shadow: inset 0 0 5px #ddd;  
	-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
	     -o-border-radius: 5px; 
	        border-radius: 5px;
}
#content .frm_forms .frm_form_field.select select { padding:3px; background:none; border:none; outline:none; }
#content .frm_forms .frm_form_field.select label { position:absolute; left:0px; top:-20px; }
#content .frm_forms .frm_form_field.area textarea { border:1px solid #ccc; padding:5px 0 5px 5px; background:#fff; outline:none;
	-webkit-box-shadow: inset 0 0 5px #ddd; 
	   -moz-box-shadow: inset 0 0 5px #ddd; 	
	        box-shadow: inset 0 0 5px #ddd;  
	-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
	     -o-border-radius: 5px; 
	        border-radius: 5px; 
}
#content .frm_forms p.submit input { font-size:14px; text-transform:uppercase; color:#444; margin:0; padding:10px 20px; cursor:pointer; border:1px solid #bbbbbb; 
	-webkit-box-shadow: 0px 1px 3px #bbbbbb; 
	   -moz-box-shadow: 0px 1px 3px #bbbbbb; 	
	        box-shadow: 0px 1px 3px #bbbbbb;  
	-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
	     -o-border-radius: 5px; 
	        border-radius: 5px; 
	background:#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #f1f1f1 ));
	background-image: -webkit-linear-gradient( #ffffff , #f1f1f1 );
	background-image:    -moz-linear-gradient( #ffffff , #f1f1f1 );
	background-image:     -ms-linear-gradient( #ffffff , #f1f1f1 );
	background-image:      -o-linear-gradient( #ffffff , #f1f1f1 );
	background-image:         linear-gradient( #ffffff , #f1f1f1 );
}
#content .frm_forms p.submit input:hover {
	background:#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #ffffff ));
	background-image: -webkit-linear-gradient( #ffffff , #ffffff );
	background-image:    -moz-linear-gradient( #ffffff , #ffffff );
	background-image:     -ms-linear-gradient( #ffffff , #ffffff );
	background-image:      -o-linear-gradient( #ffffff , #ffffff );
	background-image:         linear-gradient( #ffffff , #ffffff );
}
#content .frm_forms p.submit { padding:10px 0 10px 0; }
#content .frm_form_field { position:relative; }

/*Edit*/
.edit-link { display:block; padding:15px 0; }
.edit-link a { font-size:11px; text-transform:uppercase; }

/* Alignment */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*Blog*/
#blog h1 { padding:0 0 20px 0; color:#1677b4; font-size:22px; }
#blog h1 a { color:#1677b4; text-decoration:none; }
#blog h1 a:hover { text-decoration:none; color:#6ca7e8; }
#blog h1.archive-title { padding:5px 0 3px 0; margin:0 0 25px 0; color:#666; font-size:16px; font-style:italic; border-bottom:1px solid #ccc; font-family:Arial; }
#blog h1.archive-title a { color:#1677b4; text-decoration:none; }
#blog h1.archive-title a:hover { text-decoration:none; color:#444; }
#blog article { padding:0 0 40px 0; }
#blog .blog-meta-info { display:table; width:100%; padding:5px 0; margin:0 0 10px 0; border-top:1px dotted #999; border-bottom:1px dotted #999; }
#blog .blog-meta-info { color:#888; font-size:11px; text-transform:uppercase; }
#blog .blog-meta-info a { color:#888; font-size:11px; text-transform:uppercase; text-decoration:none; }
#blog .blog-meta-info a:hover { color:#c55044; }
#blog .blog-meta-info .meta-info { float:left; }
#blog .blog-meta-info .comments-link { float:left; border-left:1px solid #ccc; padding:0 0 0 10px; margin:0 0 0 10px; }
#blog .blog-meta-info .entry-date { padding-left:2px; }
#blog .entry-meta { display:none; }

/*Blog Nav*/
#blognav { width:100%; padding:0; }
#blognav h3 { display:inline-block; background:#fff; font-size:17px; line-height:16px; text-transform:uppercase; color:#c55044; padding:0 3px 0 0; margin:20px 0 10px 0; font-weight: 600; font-family: "myriad-pro",sans-serif;  }
#blognav ul { width:100%; margin:0; padding:0; list-style:none; }
#blognav ul li { width:100%; margin:0; padding:0 0 0 0; border-bottom:1px solid #ccc; }
#blognav ul li a { display:block; margin:0; padding:5px 1px; line-height:16px; color:#888; font-size:12px; text-decoration:none; }
#blognav ul li a:hover { color:#c55044; }
#blognav ul li.selected a { color:#c55044; }
#blognav aside { padding:0 0 20px 0; background:url(images/structure/lines.png) no-repeat left 22px; }
#blognav aside:first-child { padding:0px 0 10px 0; background:none; }

/*Search*/
#blognav #searchform { position:relative; width:210px; }
#blognav #searchform #s { width:190px; height:26px; padding:0 9px; background:#f1f1f1; color:#444; border:1px solid #bbb; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; outline:none; }
#blognav #searchform #s:focus { background:#fff; border:1px solid #ccc; }
#blognav #searchform .screen-reader-text { display:none; }
#blognav #searchform #searchsubmit { position:absolute; right:0px; top:0px; width:28px; height:28px; border:none; text-indent:-9999px; cursor:pointer; background:url(images/structure/search.png) no-repeat center center; }

/*Nav Below*/
#blog nav { display:table; width:100%; }
#blog nav .assistive-text { display:none; }
#blog nav .nav-previous { float:left; }
#blog nav .nav-previous a { display:block; font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; padding:3px 5px; background:#c55044; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; }
#blog nav .nav-previous:hover a { background:#d75c3d; }
#blog nav .nav-next { float:right; }
#blog nav .nav-next a { display:block; font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; padding:3px 5px; background:#c55044; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; }
#blog nav .nav-next:hover a { background:#d75c3d; }

/*WP Gallery*/
#gallery .gallery { display:none; width:960px; padding:0 0 15px 0; }
#gallery .gallery:first-child { display:table; }
#gallery .gallery.gallery-columns-4 .gallery-item { width:230px; height:150px; margin:2px; overflow:hidden; border:3px solid #fff; }
#gallery .gallery .gallery-item { position:relative; float:left; opacity:.9; }
#gallery .gallery .gallery-item img { vertical-align:top; }
#gallery .gallery .gallery-caption { display:block; position:absolute; left:0px; top:150px; width:100%; padding:8px 0; line-height:13px; text-align:center; font-size:11px; color:#fff; background:url(images/structure/darkpixel.png); }

/*Gallery Nav*/
#gallerynav { padding:10px 5px; }
#gallerynav a { display:inline-block; font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; padding:4px 8px; margin:0 10px 0 0; background:#777; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; }
#gallerynav a:hover { background:#62584b; }
#gallerynav a.selected { background:#62584b; }

/*Custom Comments*/
#blog h2.comments-title  { padding:50px 0 0 0; margin:0; font-size:13px; }
#blog .comments-area article header cite a { color: #444; }
#blog .comments-area cite { padding-left:60px; margin:0; }
#blog .comments-area time { padding-left:60px; margin:0; }
#blog .comments-area header { padding:0 0 10px 0; margin:0; }
#blog .comments-area ol { padding:0; margin:0; border:none; list-style:none; }
#blog .comments-area ol li { padding:0; margin:0; border:none; list-style:none; }
#blog .comments-area ol li ol li { padding:0 0 0 20px; }
#blog .comments-area ol li ol li ol li { padding:0; }
#blog .comments-area article { border:1px dotted #ccc; padding:10px; margin:20px 0; }

/*Custom Respond*/
#blog #respond form { padding:0; margin:0; }
#blog #respond p.logged-in-as { padding:0; margin:0; }

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 18px;
	margin-bottom: 1.428571429rem;
	font-size: 12px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image:    -moz-linear-gradient(top, #009cee, #0088d0);
	background-image:     -ms-linear-gradient(top, #009cee, #0088d0);	
	background-image:      -o-linear-gradient(top, #009cee, #0088d0);
	background-image:         linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.commentlist { padding:15px;
	border:1px dotted #555;
	-webkit-border-radius:10px; 
	   -moz-border-radius:10px; 
	     -o-border-radius:10px; 
	        border-radius:10px; 
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/*Four oh Four*/
#four-oh-four h1 { position:absolute; top:-65px; z-index:100; color:#fff; font-size:28px; line-height:30px; width:750px; }
#four-oh-four .entry-content p { color:#666; font-size:17px; line-height:30px; width:750px; }
#four-oh-four #searchform { width:400px; display:table; }
#four-oh-four #searchform #s { float:left; width:270px; height:34px; display:block; background:url(images/structure/search-input.png) no-repeat; border:none; padding:0 4px; margin-right:10px; }
#four-oh-four #searchform #searchsubmit { float:left; width:78px; height:34px; display:block; background:url(images/structure/btn-search.png) no-repeat; border:none; color:#fff;}
#four-oh-four #searchform label { display:none; }