/** Shopify CDN: Minification failed

Line 1040:71 Expected identifier but found "*"
Line 1672:0 Unexpected "}"

**/
@charset "utf-8";
/* CSS Document */


/*----*****---- << General >> ----*****----*/
	
body { font-weight:normal;font-size:14px;font-family:Droid Sans, sans-serif;line-height:1.7; }
	
	/*----*****---- << Fonts >> ----*****----*/
	
	h1, h2, h3, h4, h5, h6, .slider-content ul li, #layerslider ul li,
  #jq_fmslideshow #fmslideshow .txtMedium, #jq_fmslideshow #fmslideshow .txtLarge,
  #expand-toggle .expand, ul.menu li a, ul.menu li ul li a,
  .slider-content .short-desc, #footer h1, #footer h2,
  #footer h3, #footer h4, #footer h5, #footer h6,
  #jq_fmslideshow #fmslideshow .txtNormal, #jq_fmslideshow #fmslideshow .txtExNormal, #layerslider .subtitle {
  font-family:Droid Sans, sans-serif; font-weight:700;}
	
	/*----*****---- << Headings >> ----*****----*/
	
	h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
	
h1{ font-size:24px; line-height:normal; margin-bottom:10px !important; text-transform:uppercase;}
	h2{ font-size:20px; line-height:normal; margin-bottom:15px !important;  }
	h3{ font-size:18px; line-height:normal; margin-bottom:15px !important;  }
	h4{ font-size:; line-height:normal; margin-bottom:15px !important;  }
	h5{ font-size: 14px; line-height:normal; margin-bottom:10px;  }
	h6{ font-size:12px; line-height:normal; margin-bottom:10px !important; font-weight:normal;  }
	
	h1.with-subtitle { margin-bottom:5px; }
	h6.subtitle { margin-bottom:30px; }
	
	/*----*****---- << Text Elements >> ----*****----*/
	
	a{ text-decoration:none; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
	a img{ border:none; }
	
	strong{ font-weight: bold; }
	em{ font-style: italic; }
	
	p {  margin-bottom:10px !important; }	
	ul, ol, pre, code{ margin-bottom:20px; }
	
	ul{ list-style-type:disc; list-style-position:inside; }
	ul li { padding-bottom:10px; }
	ul li ul { list-style-type:circle; padding-left:20px; margin:10px 0px 0px; }
	ul ul ul { margin-bottom:0px; list-style-type:square; }
	
	ol{ list-style-type:decimal; list-style-position:outside; padding-left:20px; padding-top:10px; }
	ol li { padding-bottom:10px; }
	ol li ol { margin-bottom:0px; list-style-type:lower-alpha; }
	ol ol ol { margin-bottom:0px; list-style-type:lower-roman; }	
	
	blockquote{ line-height:24px; font-style:italic; padding:3px 0px 0px 40px; margin:0px 0px 10px; float:left; }
	blockquote p { margin-bottom:0px; }
	blockquote p cite { clear:both; font-size:12px; float:right; }	
	
	blockquote.alignleft { margin-right:20px; text-align:left; width:30%; float:left; }
	blockquote.alignright { margin-left:20px; text-align:left; width:30%; float:right; }
	blockquote.aligncenter { width:100%; text-align:center; }
	
	/* Pullquotes */		
	.pullquote, .pullquote2, .pullquote3, .pullquote4, .pullquote5, .pullquote6 { display:inline-block; float:left; margin-bottom:20px; margin-right:4%; margin-top:20px; width:40%; }	
	.pullquote, .pullquote2, .pullquote3, .pullquote4, .pullquote5, .pullquote6 { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; letter-spacing: -0.5px; line-height:30px; }	
.pullquote { border-left:3px solid #ABABAB; background:#E5E5E5; font-size:18px; letter-spacing:0; line-height:25px; padding:15px; width:36%; }	
	.pullquote2 { background:#E7E7E7; border:1px solid #FFFFFF; box-shadow:0 0 5px #D0D0D0; padding:19px; }	
	.pullquote3 { background:#E7E7E7; border-bottom:2px dotted #A1A1A1; border-top:2px dotted #A1A1A1; font-size:18px; padding:19px; }	
	.pullquote4 { border-bottom:4px double #dddddd; border-top:4px double #dddddd; margin-top:20px; padding:22px 0px; }	
	.pullquote5 { border-left:3px solid #ABABAB; font-size:20px letter-spacing:0; line-height:25px; padding:5px 5px 5px 15px; width:36%; }	
	.pullquote6 { border-top:3px solid #ABABAB; background:#E5E5E5; font-size:20px; letter-spacing:0; line-height:25px; padding:15px; width:36%; }	
	.quotes:before { content:open-quote; display:inline; font-size:150%; font-weight:bold; margin-right:5px; vertical-align:middle; }	
	.quotes:after { content:close-quote; display:inline; font-size:150%; font-weight:bold; margin-left:5px; vertical-align:middle; }	
	.pullquote.aligncenter, .pullquote2.aligncenter, .pullquote3.aligncenter, .pullquote4.aligncenter, .pullquote5.aligncenter, .pullquote6.aligncenter { display:block; float:none; text-align:center; width:auto; }	
	.pullquote.alignleft, .pullquote.aligncenter { margin-left:2px; }	
	.pullquote.alignright, .pullquote.aligncenter { margin-right:2px; }	
	
	
	pre, code{ display:block; padding:10px; font-size:11px; font-family: monospace; }
	
	hr{ border:none; height:1px; margin:30px 0; }
	
	/* due to IE <HR> margin bugs I had to made classed and apply them to div to achieve the effect of a <HR> */
	
	.hr{ width:100%; height:20px; clear:both; float:left; display:block; margin:20px 0; position:relative; z-index:1; }
	.hr-invisible { float:left; width:100%; margin:20px 0px; display:block; }
	.hr-border { display:block; height:20px; float:left; clear:both; width:100%; margin:20px 0px; position:relative; z-index:1; }
	.hr.top, .hr-border.top { background-position:right center; text-align:right; }
	.hr.top a, .hr-border.top a { color:#B0B0B0; background:#f2f2f2; font-size:11px; line-height:16px; padding-left:5px; }
	.hr.top a:hover, .hr-border.top a:hover { color:#838383; }
	
	.clear { float:none; clear:both; margin:0px; padding:0px; }
	.float-right { float:right; }
	.float-left { float:left; }
	.center { width:100%; text-align:center; }
	
	/*----*****---- << Tables >> ----*****----*/
	
	table{ border-collapse:separate; border-spacing:0; border-top-width:5px; margin-bottom:20px; width:100%; clear:both;  }
	th{ padding:10px 15px; font-size:12px; font-weight:normal; text-transform:uppercase; text-align:center; }
	td{ font-size:12px; text-align:center; padding:13px 15px; }
	
	/*----*****---- << Definition Lists >> ----*****----*/
	
	dl { margin:0px 20px; }
	dl.gallery-item { margin:0px; }
	.gallery-caption { margin-bottom:10px; }
	dt { font-weight:bold; font-size: 14px; margin-bottom:10px; }
	dd { margin-bottom:20px; line-height:20px; }
		
	/*----*****---- << Buttons >> ----*****----*/
	
	.button { display:inline-block; display:inline; margin:10px 0px 0px; line-height:normal; cursor:pointer; border-radius:5px; /*behavior:url(PIE.htc);*/ }
.button:hover { background:#818181;color:#ffffff; }
	
.button.small { padding:5px 15px 6px; font-size:14px; }
	.button.medium { padding:9px 22px 10px; font-size:; }
	.button.large { padding:11px 26px 13px; font-size:20px; }
	.button.xlarge { padding:14px 30px 16px; font-size:24px; }
	
	.button.light-grey:hover { opacity:0.6; filter:alpha(opacity=60); }
	
	.button.heart-icon span { padding:6px 0 4px 27px; display:block; }
	.button.rss-icon span { padding:6px 0 4px 23px; display:block; }
	.button.mail-icon span { padding:6px 0 4px 26px; display:block; }
	.button.refresh-icon span { padding:6px 0 4px 24px; display:block; }
	.button.zoom-icon span { padding:6px 0 4px 23px; display:block; }
	.button.download-icon span { padding:6px 0 4px 24px; display:block; }
	.button.delete-icon span { padding:6px 0 4px 23px; display:block; }
	.button.warning-icon span { padding:6px 0 4px 24px; display:block; }
	.button.chat-icon span { padding:6px 0 4px 24px; display:block; }
	.button.star-icon span { padding:6px 0 4px 23px; display:block; }	

	.button.heart-icon, .button.rss-icon, .button.mail-icon, .button.refresh-icon, .button.zoom-icon, .button.download-icon, .button.delete-icon, .button.warning-icon, .button.chat-icon, .button.star-icon { padding:0px 15px 0px 10px; line-height:20px; }	
	
	input.button { overflow: visible; /* remove padding from left/right */ width:auto !important; }

	/*----*****---- << Forms >> ----*****----*/
	
	label{ font-size: 14px; }

	fieldset{ padding:15px; margin:0 0 20px 0; }
	legend{ font-weight: bold; }
	
	form p { float:left; clear:both; width:100%; /*margin-bottom:0px !important;*/}
	
	input[type=text], input[type=password], input.text, textarea{ 
  padding:10px;
  border-radius:5px;
  display:block;
  font:normal 12px Droid Sans, sans-serif;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
}
	input[type=text], input[type=password], input.text { width:51%; }
	textarea { width:82%; height:120px; overflow:auto; }
	select{ padding:10px; -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; border-radius:5px; /*behavior:url(PIE.htc);*/ }
	
	.content input[type=text], .content input[type=password], .content input.text, .content textarea {  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; border-radius:5px; }
	
	input[type=submit] { padding:6px 15px 7px; display:inline-block; display:inline; zoom:1; margin:10px 0px 0px; cursor:pointer; font:normal 13px Droid Sans, sans-serif; cursor:pointer; overflow:visible; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; border-radius:5px; /*behavior:url(PIE.htc);*/ }
	input[type=submit]:hover { opacity:0.8; filter:alpha(opacity=80); }
	
	input[type=text], input[type=password], input.text, textarea, select{ margin:5px 0 10px; }
	
	/*----*****---- << Images >> ----*****----*/
	
	.content img { /*max-width:100%;*/ }
	
	.post-content input[type="submit"] { float:none; }
	
	.wp-caption { margin-bottom:20px; max-width:96%; padding:10px 0px 10px 10px; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }	
	.wp-caption img { border:none; }
	.wp-caption a { line-height:0; display:block; width:100%; }
	.wp-caption .wp-caption-text { text-align:center; padding-top:10px; margin:0px; }
	
	img.size-auto, img.size-large, img.size-full, img.size-medium { max-width:99.6%; height: auto; }
	.alignleft, img.alignleft { display: inline; float: left; margin-right: 20px; }
	.alignright, img.alignright { display: inline; float: right; margin-left: 20px; }
	.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
	.alignleft, .alignright, .aligncenter, .alignnone, img.alignleft, img.alignright, img.aligncenter { margin-bottom:20px; }
	
	/*----*****---- << Columns >> ----*****----*/
	
	.column { margin:0px 2% 0px 0px; float:left; min-height:1px; position:relative; }
	.column.last { margin-right:0px; }	
	
	.one-column { width:100%; }
	.column.one-column { margin-right:0px; }
	
	.one-fourth { width:23.4%; }
	.one-half { width:48.9%; }
	.one-third { width:31.9%; }
	.three-fourth { width:74.5%; }	
	.two-third { width:65.8%; }
	
	.one-fifth { width:18.3%; }
	.four-fifth { width:79.6%; }
	.three-fifth { width:59.2%; }
	.two-fifth { width:38.8%; }	
	
	.one-sixth { width:15%; }
	.two-sixth { width:30%; }
	.three-sixth { width:45%; }
	.four-sixth { width:60%; }
	.five-sixth { width:75%; }		
	
	.one-half img, .one-third img, .one-fourth img, .three-fourth img, .two-third img { max-width:100%; }
	
	.one-half iframe, .one-third iframe, .one-fourth iframe, .three-fourth iframe, .two-third iframe, iframe { max-width:100%; }
	
	/*----*****---- << Lists >> ----*****----*/

	ul.fancy-list { list-style-type:none; list-style-position:outside; }
	ul.fancy-list li { padding-left:22px; }
	ul.fancy-list li ul { padding-left:0px; }
	
	ol.decimal { list-style-type:decimal; }
	ol.decimal-leading-zero { list-style-type:decimal-leading-zero; }
	ol.lower-alpha { list-style-type:lower-alpha; }
	ol.lower-roman { list-style-type:lower-roman; }
	ol.upper-alpha { list-style-type:upper-alpha; }
	ol.upper-roman { list-style-type:upper-roman; }
	
	/*----*****---- << Widgets >> ----*****----*/
	
	.widget { width:100%; float:left; margin:0px; padding:0px 0px 14px; }
	.widget h2.widgettitle { font-size:18px; }		
	.widget ul { float:left; width:100%; margin:0px; padding:0px; list-style-type:none; list-style-position:outside; }
	.widget ul li { float:left; clear:both; width:100%; }
	
	.widget ul ul { margin-top:10px; margin-left:20px; }
	.widget ul ul li { width:90%; }
	
	.widget_categories ul li { position:relative; float:none; }

	.widget_categories ul li a { font-size: 14px; padding:12px 0px 12px 23px; display:block; }
	.widget_categories ul li a span { position:absolute; right:0px; }
	
	.widget ul.contact-details li p { margin:0px; }
	.widget ul.contact-details span { text-align:center; float:left; margin:0px 2% 0px 0px; width:10%; }	
	.widget ul.contact-details p { float:left; margin-bottom:0px; width:87%; }
	
	.widget .thumb img { padding: 3px 4px 4px; }		
	.widget .thumb { float:left; margin:2px 10px 10px 0px; }
	
	.widget.widget_recent_entries h6, .widget.widget_popular_entries h6 { font-size:14px; font-weight:bold; text-transform:none; font-family:Droid Sans, sans-serif; margin-bottom:5px !important; }
	.widget.widget_recent_entries p, .widget.widget_popular_entries p { font-size:12px; line-height:18px; margin-bottom:0px; }
	.widget.widget_recent_entries li, .widget.widget_popular_entries li { float:left; display:block; clear:both; padding:0px 0px 10px; }
	.widget.widget_recent_entries li:last-child, .widget.widget_popular_entries li:last-child { padding-bottom:0px; }
	
/*----*****---- << Layout >> ----*****----*/

	/*----*****---- << Container >> ----*****----*/

	.container { width:960px; margin:0 auto; }
	
	/*----*****---- << Header >> ----*****----*/
	
#header { min-height:92px; width:100%; float:left; }
#header  { background-color:#156ca0;  background-image:url(//starrynightpublishing.com/cdn/shop/t/2/assets/header-bg.png?v=38031152862575899411502563853);background-position:center top;background-repeat:repeat-x;min-height: 150px;}


#logo { float:left; margin:18px 0px 0px; }
	
	.social-icons { float:left; margin:32px 20px 10px 0px; padding:0px; }	
	.social-icons a { float:left; margin:0px 5px; padding:0px; width:30px; height:30px; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
	
	#searchform { float:left; margin:28px 0px 0px; padding:0px; }
	#searchform fieldset { padding:0px; border:none; margin:0px; }
	#searchform input[type="text"] { 
		background:none;
		border:none;
		float:left;
		font-size:10px;
		text-transform:uppercase;
		font-weight:bold;
		padding:11px 10px 12px 15px;
		margin:0px;
		width:125px; 
        box-shadow: none;
		transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-moz-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
		-webkit-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
		-o-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	#searchform input[type="text"]:hover, #searchform input[type="text"]:focus { width:200px; box-shadow: none;}
	#searchform input[type="submit"] { float:left; box-shadow: none; cursor:pointer; border:none; margin:6px 6px 0px 0px; padding:0px; width:22px; height:22px; position:relative; z-index:9999; }
	
	.phone-no { float:left; margin:30px 0px 0px; padding:2px 0px 0px 25px; font-size:24px line-height:31px; color:#ffffff; text-shadow:0px 1px 0px #000000; font-family:Arvo, sans-serif; font-weight:700; background:url('header-phone-ico.png') left no-repeat; }
	
	/*----*****---- << Menu >> ----*****----*/

	#top-menu { width:100%; float:left; margin:0px; padding:0px; height:52px; position:relative; z-index:999; }
	
	ul.menu { float:left; margin:0px; padding:0px; width:100%;text-align: center; }
	ul.menu li { float:none; display:inline-block; margin:0px; padding:0px; height:52px; position:relative; }	
  ul.menu li a { text-shadow:none; float:left; font-size:14px; line-height:52px; text-transform:uppercase; padding:0px 24px; position:relative; z-index:1; transition:none; -moz-transition:none; -o-transition:none; -webkit-transition:none; }	
	ul.menu li.home a { width:31px; height:31px; margin:0px; padding:11px 15px 10px; font-size:0; text-align:center; }
	ul.menu li:last-child { border:none; }
	
	ul.menu li.home li a { text-align:left; }
	
	ul.menu li .hoverL, ul.menu li .hoverR {  opacity:0; filter:alpha(opacity=0); bottom:0; left:0; position:absolute; right:0; top:0; }
	ul.menu li.current_page_item .hoverL, ul.menu li.current_page_item .hoverR,
ul.menu li:hover .hoverL, ul.menu li:hover .hoverR {
  -webkit-transition: opacity 0.5s; -moz-transition:opacity 0.5s;
  -o-transition:opacity 0.5s;  opacity:1; filter:alpha(opacity=100); }
	
	ul.menu li ul { display:none; position:absolute; z-index:100; top:52px; left:0px; width:200px; padding:0px; margin:0px; }
	ul.menu li ul li, ul.menu li.home ul li { height:auto; border-right:0px; clear:both; width:100%; }
	ul.menu li ul li a, ul.menu li.home ul li a {white-space: nowrap; font-size:12px; line-height:normal; line-height:20px; padding:10px 15px 9px; width:170px; }
	
	ul.menu li.home ul li a { background:none; height:auto; }
	
	ul.menu li ul li.current_page_item, ul.menu li ul li:hover { /*behavior:url(PIE.htc);*/ }
	
	ul.menu li ul ul { left:200px; top:-2px; }
	
	ul.menu-rounded li { border:none; margin:10px 5px 10px; height:32px; border-radius:20px; /*behavior:url(PIE.htc);*/ }
	ul.menu-rounded li a { line-height:32px; text-shadow:none; padding:0px 23px; font-size:14px; }
	ul.menu-rounded li.home.current_page_item { background:none; }
	ul.menu-rounded li.home { margin:0px; }
	ul.menu-rounded li.home, ul.menu-rounded li.home:hover { background:none; } 	
	
	ul.menu-rounded li.home ul { top:52px; }	
	
	ul.menu-rounded li.hasSubmenu:hover { border-radius:20px 20px 0px 0px; }
	
	ul.menu-rounded li ul { top:32px; border:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; border-radius:0px 20px 20px 20px; /*behavior:url(PIE.htc);*/ }
	ul.menu-rounded li ul li { margin:0px; border-radius:0px; border:none; }
	ul.menu-rounded li ul li a { padding:12px 15px 12px; font-weight:normal; }	
	
	ul.menu-rounded li ul ul { border-radius:20px; top:0px; /*behavior:url(PIE.htc);*/ }
	
	/*----*****---- << Home Slider >> ----*****----*/
	

	#home-slider { width:100%; float:left; clear:both; margin:0px; padding:0px 0px 58px; }
	.home-slider-bg { width:100%; float:left; margin:0px; padding:0px; /*behavior:url(PIE.htc);*/ } 
	
	#home-slider .container { position:relative; }
	
	.banner-slider-container { height:420px; width:100%; }
	#banner-slider { float:left; width:100%; position:relative; margin:0px; padding:0px; }
	#banner-slider > li { width:100%; height:420px; float:left; display:block; margin:0px; padding:0px; background:none !important; }
	
	.slider-content { float:left; width:46%; margin:5% 0px 0px; padding:0px; }
	.slider-content h2 { font-size:24px; margin:0px; width:100%; }
	.slider-content .subtitle { font-size: 14px; text-transform:uppercase; text-shadow:none; clear:both; float:left; width:100%; }
	.slider-content .short-desc { font-size:16px; line-height:20px; text-shadow:none; font-style:italic; float:left; display:block; width:91%; padding:12px 20px; margin:20px 0px 0px; border-radius:20px 0px 0px 20px; }
	
	.slider-content ul { float:left; margin:30px 0px 10px 30px; padding:0px; clear:both; width:91%; }
	.slider-content ul li { float:left; display:block; clear:both; font-size:18px; padding:7px 0px 7px 30px; margin:0px; text-transform:uppercase; width:91%; }
	
	.slider-image { width:55%; position:absolute; right:0px; bottom:4%; }	
	.slider-image img { max-width:100%; }
	
	#slider-nav { position:absolute; bottom:-37px; margin:0px; padding:0px; width:100%; text-align:center; margin:0; clear:both; }
	#slider-nav a { display:inline-block; width:18px; height:18px; text-align:center; font-size:0; margin:0px 2px; }
	#slider-nav a.activeSlide, .slider-nav a:hover.activeSlide, #slider-nav a:hover { border-radius:18px; }
	
	#banner-fullwidth-slider li img { max-width:100%; width:100%; }
	.banner-fullwidth-slider-container { float:left; clear:both; height:346px; width:100%; position:relative; }
	#banner-fullwidth-slider { background-size: cover; float:left; width:100%; position:relative; margin:0px; padding:0px; }
	#banner-fullwidth-slider > li { float:left; display:block; margin:0px; padding:0px; }
	
	/*----*****---- << Main >> ----*****----*/
	
	#wrapper { width:100%; margin:0px; padding:0px; }
	#main { float:left; width:100%; clear:both; margin:0px; padding:20px 0px 75px; }
	.home #main { padding:30px 0px 75px; }
	.content { width:675px; float:left; margin:-30px 0px 0px; padding:30px 30px 0px 0px; position:relative; line-height:24px; }
	.inner-with-sidebar { position:absolute; right:0px; bottom:-35px; width:54px; height:60px; z-index:-1; }
	.content.content-full-width { width:100%; padding:0px; margin:0px; background:none; }
	.sidebar {font-size: 14px; width:235px; float:left; position:relative; margin:-30px 0px 0px; padding:30px 0px 60px 20px; }
	.inner-sidebar { bottom:-25px; height:60px; position:absolute; right:0; width:257px; }	
	
	.content.with-left-sidebar { float:right; padding:30px 0px 0px 30px; }
	.content.with-left-sidebar .inner-with-sidebar { left:0px; right:inherit; }
	
	.sidebar.left-sidebar { width:255px; padding-left:0px; }
	.sidebar.left-sidebar .inner-sidebar { left:0; right:inherit; }
	
	
		/*----*****---- << Content >> ----*****----*/
		
			/*----*****---- << Home >> ----*****----*/
			
			.welcome-text { float:left; width:95.7%; margin:0px 0px 40px; padding:30px 20px 20px; position:relative; -moz-box-shadow: inset 0px 0px 30px 5px #d8d8d8; -webkit-box-shadow: inset 0px 0px 30px 5px #d8d8d8; box-shadow: inset 0px 0px 30px 5px #d8d8d8; border-radius:10px; /*behavior:url(PIE.htc);*/ }
			.welcome-text h1, .welcome-text h4 { text-transform:none; font-weight:normal; letter-spacing:-0.25px; }
			.welcome-text h1 { color:#454545; margin-bottom:8px; }
			.welcome-text h4 { color:#818181; }
			.welcome-text .text { width:80%; float:left; margin:0px 4% 0px 0px; }
			.welcome-text .button { float:right; }
			
			.read-more-text { float:left; margin:10px 0px 0px; padding:0px 20px 0px 0px; }
			.read-more-text span { width:13px; height:13px; margin:0px 0px 0px 3px; position:relative; top:1px; display:inline-block; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; border-radius:13px; /*behavior:url(PIE.htc);*/ }
			
			#expand-toggle { width:100%; display:inline-block; clear:both; margin:20px 0px 40px; padding:15px 0px 15px; text-align:center; overflow:hidden; }
			#expand-toggle .expand { font-size:16px; font-weight:bold; padding-right:25px; }
			#expand-toggle .expand:hover { text-decoration:none; }
			#expand-toggle .expand-box { margin:10px 0px 0px; overflow:hidden; padding:0px; display:none; }
			#expand-toggle .one-third { float:left; text-align:left; margin-top:30px; margin-bottom:20px; }
			#expand-toggle .one-third img { float:left; margin:5px 15px 0px 0px; }
			
			.column .thumb, a.thumb, .post-thumb,div.article-img.thumb a { width:98.7%; float:left; padding:0px; margin:0px 0px 15px; position:relative; }
			.column .thumb a, a.thumb img, .post-thumb a,div.article-img.thumb img { float:left; padding:5px 6px 6px; }		
			
			.column .thumb a, a.thumb img, .post-thumb a { width:95.3%; }
			.column .thumb img, a.thumb img, .post-thumb img,.thumb img { max-width:100%; }
			
			.column.one-third .thumb a { width:96%; }	
			
			.image-overlay { position:relative; width:96%; height:94%; margin:6px; text-align:center; left:0px; top:0px; position:absolute; display:block; z-index:100; opacity:0; filter:alpha(opacity=0); -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; /*behavior:url(PIE.htc);*/ }			
			.thumb:hover .image-overlay { opacity:1; filter:alpha(opacity=100); }
			.thumb .image-overlay a { width:auto; position:absolute; top:35%; display:inline-block; text-align:center; cursor:pointer; border:none; transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; -webkit-transition: all .2s linear; }	
			.thumb .image-overlay a:hover { opacity:0.8; filter:alpha(opacity=80); }	
			.thumb .image-overlay-video { left:0px; width:47px !important; height:47px; }	
			.thumb .image-overlay-zoom { left:0px; width:47px !important; height:47px; }
			.thumb .image-overlay-link { right:0px; width:47px !important; height:47px; }			
			.thumb:hover .image-overlay-zoom, .thumb:hover .image-overlay-video { left:30%; }
			.thumb:hover .image-overlay-link { right:30%; }
			
			.portfolio.column-one-half .thumb .image-overlay a { width:auto; }
			.portfolio.column-one-half .thumb .image-overlay a { top:36%; }
			.portfolio.column-one-half .image-overlay { width:97.5%; height:94.5%; }
			.portfolio.column-one-half .thumb:hover .image-overlay-zoom, .portfolio.column-one-half .thumb:hover .image-overlay-video { left:37%; }
			.portfolio.column-one-half .thumb:hover .image-overlay-link { right:37%; }
			
			.portfolio.column-one-half-with-sidebar .thumb .image-overlay a { width:auto; }
			.portfolio.column-one-half-with-sidebar .thumb .image-overlay a { top:30%; }
			.portfolio.column-one-half-with-sidebar .image-overlay { width:96.5%; height:92.5%; }
			.portfolio.column-one-half-with-sidebar .thumb:hover .image-overlay-zoom, .portfolio.column-one-half-with-sidebar .thumb:hover .image-overlay-video { left:32%; }
			.portfolio.column-one-half-with-sidebar .thumb:hover .image-overlay-link { right:32%; }	
			
			.portfolio.column-one-third .thumb .image-overlay a { width:auto; }

			.portfolio.column-one-third-with-sidebar .thumb .image-overlay a { width:auto; }
			.portfolio.column-one-third-with-sidebar .thumb .image-overlay a { top:27%; }
			.portfolio.column-one-third-with-sidebar .image-overlay { width:94%; height:91.5%; }
			.portfolio.column-one-third-with-sidebar .thumb:hover .image-overlay-zoom, .portfolio.column-one-third-with-sidebar .thumb:hover .image-overlay-video { left:22%; }
			.portfolio.column-one-third-with-sidebar .thumb:hover .image-overlay-link { right:22%; }	
			
			.portfolio.one-column .thumb .image-overlay a { width:auto; }
			.portfolio.one-column .thumb .image-overlay a { top:39%; }
			.portfolio.one-column .image-overlay { width:97.8%; height:95.5%; }
			.portfolio.one-column .thumb:hover .image-overlay-zoom, .portfolio.one-column .thumb:hover .image-overlay-video { left:39%; }
			.portfolio.one-column .thumb:hover .image-overlay-link { right:39%; }
			
			.portfolio.one-column-with-sidebar .thumb .image-overlay a { width:auto; }
			.portfolio.one-column-with-sidebar .thumb .image-overlay a { top:34%; }
			.portfolio.one-column-with-sidebar .image-overlay { width:97%; height:93.5%; }
			.portfolio.one-column-with-sidebar .thumb:hover .image-overlay-zoom, .portfolio.one-column-with-sidebar .thumb:hover .image-overlay-video { left:35%; }
			.portfolio.one-column-with-sidebar .thumb:hover .image-overlay-link { right:35%; }	

			.readmore { float:right; position:relative; z-index:1; padding:7px 30px 7px 13px; margin:10px 0px 0px; font-size:14px; -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; border-radius:5px; /*behavior:url(PIE.htc);*/ }
			.readmore:hover { -moz-box-shadow:inset 0px 1px 0px 0px #acacac; -webkit-box-shadow:inset 0px 1px 0px 0px #acacac; box-shadow: inset 0px 1px 0px 0px #acacac; /*behavior:url(PIE.htc);*/ }
			
			.home .portfolio.column-one-third .column { min-height:300px; }
			
			.subscribe-form { float:left; width:100%; }
			.subscribe-form input[type="text"] { float:left; margin:0px 10px 10px 0px; width:66%; }
			.subscribe-form input[type="submit"] { margin:0px; }
			
			/* Portfolio Carousel */
			.portfolio-skin-carousel .jcarousel-clip-horizontal { margin-left:-8px; }
			.portfolio-skin-carousel { position:relative; }
			.portfolio-skin-carousel .jcarousel-container { width:100%; }
			.portfolio-skin-carousel .jcarousel-container-horizontal { width:100%; padding:0px; }
			.portfolio-skin-carousel .jcarousel-clip { overflow: hidden; }
			.portfolio-skin-carousel .jcarousel-clip-horizontal { width:100%; height:auto; }
			.portfolio-skin-carousel .jcarousel-item { width:306px; margin:0px; height:auto; }
			.portfolio-skin-carousel .jcarousel-item .thumb img { height:auto !important;  }
			.portfolio-skin-carousel .jcarousel-item-horizontal { margin-left:8px; margin-right:9px; }
			.portfolio-skin-carousel .jcarousel-direction-rtl .jcarousel-item-horizontal { margin: 10px; }
			.portfolio-nav { margin:20px 0px 0px; clear:both; float:left; width:100%; }
			.portfolio-skin-carousel .jcarousel-prev-horizontal { position:absolute; right:25px; top:-40px; display:inline-block; margin:0px 5px; width:14px; height:21px; padding:0px; cursor:pointer; opacity:0.7; filter:alpha(opacity=70); }
			.portfolio-skin-carousel .jcarousel-next-horizontal { position:absolute; right:5px; top:-40px; display:inline-block; margin:0px 5px; width:14px; height:21px; padding:0px; cursor:pointer; opacity:0.7; filter:alpha(opacity=70); }
			
			.portfolio-skin-carousel .jcarousel-prev-horizontal:hover, .portfolio-skin-carousel .jcarousel-next-horizontal:hover { -webkit-transition: opacity 0.5s; -moz-transition:opacity 0.5s; -o-transition:opacity 0.5s; opacity:1; filter:alpha(opacity=1); }
			.portfolio-skin-carousel .jcarousel-next-disabled, .portfolio-skin-carousel .jcarousel-prev-disabled, .portfolio-skin-carousel .jcarousel-next-disabled:hover, .portfolio-skin-carousel .jcarousel-prev-disabled:hover { -webkit-transition: opacity 0.5s; -moz-transition:opacity 0.5s; -o-transition:opacity 0.5s; opacity:0.4; filter:alpha(opacity=40); cursor:auto; }
	
			/* Clients Carousel */
			.clients-skin-carousel { position:relative; margin:0px; padding:0px 20px 10px; width:95.7%; float:left; clear:both; margin:20px 0px 0px; -moz-box-shadow: inset 0px 0px 30px 5px #d8d8d8; -webkit-box-shadow: inset 0px 0px 30px 5px #d8d8d8; box-shadow: inset 0px 0px 30px 5px #d8d8d8; border-radius:10px; /*behavior:url(PIE.htc);*/ }
			.clients-skin-carousel h2 { margin-bottom:20px; }
			
			.clients-skin-carousel .jcarousel-clip-horizontal { margin-left:10px; }
			.clients-skin-carousel .jcarousel-container { width:100%; }
			.clients-skin-carousel .jcarousel-container-horizontal { width:100%; padding:0px; }
			.clients-skin-carousel .jcarousel-clip { overflow: hidden; }
			.clients-skin-carousel .jcarousel-clip-horizontal { width:100%; height:auto; }
			.clients-skin-carousel .jcarousel-item { width:167px; margin:0px; height:auto; }
			.clients-skin-carousel .jcarousel-item img { height:auto !important; max-width:100%;  }
			.clients-skin-carousel .jcarousel-item-horizontal { margin-left:9px; margin-right:9px; }
			.clients-skin-carousel .jcarousel-direction-rtl .jcarousel-item-horizontal { margin: 10px; }
			.clients-nav { margin:20px 0px 0px; clear:both; float:left; width:100%; }
			.clients-skin-carousel .jcarousel-prev-horizontal { position:absolute; left:-15px; top:2px; display:inline-block; margin:0px 5px; width:14px; height:21px; padding:0px; cursor:pointer; opacity:0.7; filter:alpha(opacity=70); }
			.clients-skin-carousel .jcarousel-next-horizontal { position:absolute; right:-15px; top:2px; display:inline-block; margin:0px 5px; width:14px; height:21px; padding:0px; cursor:pointer; opacity:0.7; filter:alpha(opacity=70); }
			
			.clients-skin-carousel .jcarousel-prev-horizontal:hover, .clients-skin-carousel .jcarousel-next-horizontal:hover { 
  /*-webkit-transition: opacity 0.5s; -moz-transition:opacity 0.5s; -o-transition:opacity 0.5s; opacity:1; filter:alpha(opacity=1);*/ }
			.clients-skin-carousel .jcarousel-next-disabled, .clients-skin-carousel .jcarousel-prev-disabled, .clients-skin-carousel .jcarousel-next-disabled:hover, .clients-skin-carousel .jcarousel-prev-disabled:hover { -webkit-transition: opacity 0.5s; -moz-transition:opacity 0.5s; -o-transition:opacity 0.5s; opacity:0.4; filter:alpha(opacity=40); cursor:auto; }
	
			.clients-skin-carousel .jcarousel-item img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */ -webkit-backface-visibility: hidden; /* Fix for transition flickering */ }

			.clients-skin-carousel .jcarousel-item img:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }

			/*----*****---- << Breadcrumb >> ----*****----*/	
			
			.breadcrumb { float:left; clear:both; width:100%;  padding:0px 0px 10px; margin:0px; position:relative; z-index:1; }	
			.breadcrumb-bg { float:left; width:100%; margin:0px; padding:15px 0px; -webkit-box-shadow: inset 0px 10px 5px -6px #9b9b9b;-moz-box-shadow: inset 0px 10px 5px -6px #9b9b9b; box-shadow: inset 0px 10px 5px -6px #9b9b9b; /*behavior:url(PIE.htc);*/ }
			
			.breadcrumb a, .breadcrumb span.current-crumb { font-size:13px; text-transform:uppercase; }
			.arrow { width:5px; height:7px; display:inline-block; margin:0px 3px; }
			
		/*----*****---- << Sidebar >> ----*****----*/	
		
			.sidebar .widget { width:92%; padding:0px 8% 20px 0px; }
			.sidebar .widget h2.widgettitle { margin-bottom:20px; }		
			.sidebar .widget { padding:0px; }
			.sidebar .hr { margin-left:-20px; width:255px; }
			
			.sidebar.left-sidebar .hr { margin-right:-20px; margin-left:0px; }
			
			.sidebar .widget_text { font-size:12px; }
			
			.sidebar a.thumb { width:45%; }
			a.thumb img {max-width: 92%;min-height: 46px; }
			
	/*----*****---- << 404 >> ----*****----*/	
		
		.errorpage-info { float:left; width:100%; text-align:center; }
		.errorpage-info h2 { font-size:72px; margin-bottom:10px; line-height:normal; }
  .errorpage-info h3 { font-size:24px; text-transform:none; margin-bottom:20px; }
  .errorpage-info h4 { font-size:20px; text-transform:none; }
		
	/*----*****---- << Team >> ----*****----*/	
	
		.team { float:left; margin:15px 0px; padding:0px; width:100%; }
		.team .image {  padding:4px 4px 1px; float:left; margin:0px 15px 10px 0px; }
		.team h5 { margin-bottom:5px; }
		.team .role { margin-bottom:10px; font-size:12px; text-transform:none; }
		
		.team .image img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */ -webkit-backface-visibility: hidden; /* Fix for transition flickering */ }

		.team .image img:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }
		
		.share-links { float:left; clear:both; width:90%; margin:5px 0px 0px; padding:10px; }
		.share-links a, .share-links { font-size:12px; line-height:20px; }
		.share-links a:hover { text-decoration:underline; }
		
		.social { float:right; margin:0px; padding:0px; text-align:right; width:100%; height:20px; }
		.social a { margin:0px 2px; display:inline-block; width: 20px;height: 20px;}
		
	/*----*****---- << Testimonials >> ----*****----*/	
		
		.testimonials { width:100%; float:left; clear:both; margin:0px; padding:0px; }
		.testimonials blockquote { font-style:normal; padding-top:7px; }
		.testimonials blockquote h4 { margin-bottom:0px; }
		.testimonials blockquote cite { font-size:12px; font-style:italic; } 
		.testimonials blockquote p { margin-top:5px; }
		
		.testimonials-author-image { float:left; margin:7px 0px 0px; width:100%; }
		.testimonials-author-image img { padding:5px; width:86%; }
		.testimonials .one-fourth { width:16.4%; }
		.testimonials .three-fourth { width:81.5%; }
		
	/*----*****---- << Portfolio >> ----*****----*/	
	
		.portfolio { text-align:center; float:left; width:100%; }
		.portfolio .button { margin:0px 5px; }
		.portfolio .column { margin-bottom:45px; }
		.portfolio .thumb { width:99%; }
		.portfolio h4 { line-height:24px; }
		.portfolio h5 { line-height:20px; }
		
		.gallery { width:100%; }
		
		.portfolio.column-one-third .column { min-height:350px; }
		.portfolio.column-one-third .thumb a { width:96%; }

		.portfolio.column-one-third-with-sidebar .column { min-height:280px; }
		.portfolio.column-one-third-with-sidebar .thumb a { width:94.5%; }
		
		.portfolio.column-one-half .column { min-height:360px; }
		.portfolio.column-one-half .thumb a { width:97.4%; }
		
		.portfolio.column-one-half-with-sidebar .column { min-height:280px; }
		.portfolio.column-one-half-with-sidebar .thumb a { width:96.5%; }
		
		.portfolio.one-column .thumb, .portfolio.one-column-with-sidebar .thumb { width:56.5%; float:left; margin:0px 2% 15px 0px; }
		.portfolio.one-column .thumb a { width:97.7%; }
		.portfolio.one-column .column, .portfolio.one-column-with-sidebar .column { width:100%; }
		.portfolio.one-column, .portfolio.one-column-with-sidebar { text-align:left; }
		.portfolio.one-column .button, .portfolio.one-column-with-sidebar .button { margin:10px 10px 0px 0px; }
		
		.portfolio.one-column-with-sidebar .thumb a { width:96.7%; }
		
		.portfolio-slider-container { width:625px; /*height:500px; float:left;*/ margin:0px; padding:0px; position:relative; }
		ul#portfolio-slider { margin:0px; padding:0px; /*float:left;*/ width:100%; /*overflow:hidden;*/ position:relative; }
		ul#portfolio-slider li { display:block; float:left; margin:0px; padding:0px; width:100%; /*height:500px;*/ } 
		.portfolio-single .column .thumb { margin:0px; }
		
		/*.slideshow-bullets { float:left; clear:both; width:100%; text-align:center; margin:20px 0px 0px; position:relative; z-index:100; }*/
		.slideshow-bullets {  text-align:center; margin:20px 0px 0px; z-index:100; position:absolute; bottom:0px; width:100%; overflow:hidden; }
		.slideshow-bullets a { width:11px; height:12px; display:inline-block; margin:0px 1px; font-size:0; float:none; }
		
		.portfolio-single .column.two-third  { margin-bottom:50px; }
		
		.portfolio-single { float:left; width:100%; margin:0px; padding:0px; }
		.portfolio-single p.client { padding-left:19px; }
		.portfolio-single p.location { padding-left:19px; }
		.portfolio-single p.project-link { padding-left:19px; margin-bottom:0px; }
  .portfolio-single p { font-size:14px; }
		.portfolio-single a:hover { text-decoration:underline; }
		.portfolio-single a.button:hover { text-decoration:none; }
		
		.portfolio-single .column.two-third .thumb a { width:98.1%; }
		.portfolio-single .thumb img { height:auto !important; }
		
		.post-nav-container { float:left; clear:both; width:100%; padding:10px 0px; margin:20px 0px 0px; font-size:12px; }
		.post-prev-link { float:left; }
		.post-prev-link a { padding:0px 0px 0px 22px; }
		.post-next-link { float:right; }
		.post-next-link a { padding:0px 20px 0px 0px; }
		.post-nav-container span { font-style:italic; }
		
		#sorting-container { display:block; margin:10px 0px 0px; padding:0px; clear:both; width:100%; }
		#sorting-container a { line-height:35px; padding:0px 20px; float:left; margin:0px 1px 1px 0px; }		
		
		.portfolio-container { float:left; clear:both; margin:30px 0px 0px; width:100%; }
		
		.portfolio-container .column { margin-right:0.7% !important; margin-left:0.7% !important; }		
		.portfolio-container .column.one-half { margin-right:0.5% !important; margin-left:0.5% !important; }
		
		.portfolio.one-column .portfolio-container .column, .portfolio.one-column-with-sidebar .portfolio-container .column { margin-right:0px; margin-left:0px; }
		
		.isotope-hidden { display:none !important; }
		
		.isotope,
		.isotope .isotope-item {
		  -webkit-transition-duration: 0.8s;
			 -moz-transition-duration: 0.8s;
			  -ms-transition-duration: 0.8s;
			   -o-transition-duration: 0.8s;
				  transition-duration: 0.8s;
		}
		
		.isotope {
		  -webkit-transition-property: height, width;
			 -moz-transition-property: height, width;
			  -ms-transition-property: height, width;
			   -o-transition-property: height, width;
				  transition-property: height, width;
		}
		
		.isotope .isotope-item {
		  -webkit-transition-property: -webkit-transform, opacity;
			 -moz-transition-property:    -moz-transform, opacity;
			  -ms-transition-property:     -ms-transform, opacity;
			   -o-transition-property:         top, left, opacity;
				  transition-property:         transform, opacity;
		}
		
		.isotope.no-transition,
		.isotope.no-transition .isotope-item,
		.isotope .isotope-item.no-transition {
		  -webkit-transition-duration: 0s;
			 -moz-transition-duration: 0s;
			  -ms-transition-duration: 0s;
			   -o-transition-duration: 0s;
				  transition-duration: 0s;
		}
	
	/*----*****---- << Pagination >> ----*****----*/	
		
		.pagination { float:right;  margin:20px 0px 10px; padding:0px; position:relative; z-index:1; }
		.pagination ul { float:left; margin:0px; padding:0px; }
		.pagination ul li { float:left; display:inline; margin:0px 4px; padding:0px; }
		.pagination ul li a, .pagination .next-post, .pagination .prev-post { float:left; padding:5px 10px; font-size:14px; -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; border-radius:5px; /*behavior:url(PIE.htc);*/ }
  .pagination ul li.active-page { float:left; padding:5px 10px; font-size:14px; -moz-box-shadow:inset 0px 1px 0px 0px #acacac; -webkit-box-shadow:inset 0px 1px 0px 0px #acacac; box-shadow: inset 0px 1px 0px 0px #acacac; border-radius:5px; /*behavior:url(PIE.htc);*/ }
		.pagination ul li a:hover, .pagination .next-post:hover, .pagination .prev-post:hover { -moz-box-shadow:inset 0px 1px 0px 0px #acacac; -webkit-box-shadow:inset 0px 1px 0px 0px #acacac; box-shadow: inset 0px 1px 0px 0px #acacac; /*behavior:url(PIE.htc);*/ }
		.pagination .next-post { float:left; margin-left:4px; width:27px; height:26px; padding:0px; }
		.pagination .prev-post { float:left; margin-right:4px; width:27px; height:26px; padding:0px; }
		
	/*----*****---- << Contact >> ----*****----*/	
	
		.contact-info { font-size:16px; line-height:28px;  font-style:italic; margin-bottom:30px !important; }
		.main-contact-details { float:left; clear:both; margin:20px 0px 0px; width:96%; padding:15px 2% 8px; }
		.main-contact-details ul.contact-details { width:100%; float:left; margin:0px; padding:0px; }
		.main-contact-details ul.contact-details li { float:left; width:47%; margin:0px 1% 10px; display:inline; padding:0px; }
		
		.main-contact-details ul.contact-details li p { margin:0px; }
		.main-contact-details ul.contact-details span { text-align:center; float:left; margin:4px 2% 0px 0px; width:10%; }	
		.main-contact-details ul.contact-details p { float:left; margin-bottom:0px; width:87%; }
		.main-contact-details ul.contact-details li a:hover { text-decoration:underline; }
		
		.main-contact-details ul.contact-details span.address { height:16px; }
		.main-contact-details ul.contact-details span.mail { height:14px; }
		.main-contact-details ul.contact-details span.phone { height:19px; }
		.main-contact-details ul.contact-details span.skype { height:19px; }
		
		.one-third .main-contact-details ul.contact-details li { width:98%; }
		
		.two-third textarea { width:96.5%; }
		.one-third input[type="text"] { width:89%; }
		p.one-third { clear:none; }
		
		.error-container { font-size: 14px; color:#ff0000; text-shadow:none; margin:10px 0px 0px; float:left; clear:both; width:100%; }
		.error { border:1px solid #ff0000 !important; }
		
	/*----*****---- << Blog >> ----*****----*/	
	
		.blog-post { float:left; width:100%; margin:0px; padding:0px; }
		.post-title { float:left; width:100%; }
		.post-title h3 { float:left; line-height:24px; width:85%; margin:0px 2% 0px 0px; }
		
		.post-title .date { float:right; margin:-3px 0px 0px; padding:0px; width:13%; }
		.post-title .date p { font-size:24px; line-height:30px; padding:0px 10px 0px 0px; float:left; }
		.post-title .date span { text-align:center; font-size:12px; width:40px; float:left; border-left: 1px solid #dfdfdf;
margin-bottom: 10px;}
		
		.one-half .post-title h3 { width:81%; }
		.one-half .date { width:17%; }
		.one-half .blog-post .post-thumb a { width:97.4%; } 	
		
		.blog-post .post-thumb { float:left; clear:both; margin:20px 0px 10px; padding:0px; width:99.8%; }
		.blog-post .post-thumb a { width:98.2%; }
		.blog-post .post-thumb img { height:auto !important; }
		
		.blog-post .entry-head, .blog-post .post-details { line-height:30px; width:100%; float:left; }
		.blog-post .entry-head span.author { float:left; font-size:11px; font-style:italic; }
		.blog-post .entry-head .comments { float:right; margin-right:5px; padding:0px 0px 0px 17px; font-size:11px; }
		.blog-post .entry-head .comments:hover { text-decoration:underline; } 

		.blog-post .post-details { border:none; margin:0px 0px 15px; }
		.blog-post .post-details .categories { padding:0px 0px 0px 17px; float:left; width:45%; margin:0px 2% 0px 0px; }
		.blog-post .post-details .categories, .blog-post .post-details .tags { font-style:normal; font-size:12px; }
		
		.blog-post .post-details .tags  { float:left; }
		.blog-post .post-details .tags .float-right { padding:0px 0px 0px 17px; float:right; }
		.blog-post .post-details .categories a, .blog-post .post-details .tags a { font-style:italic; font-size:12px; line-height:20px; }
		.blog-post .post-details .categories a:hover, .blog-post .post-details .tags a:hover { text-decoration:underline; }
		
		.blog-post .post-content { float:left; clear:both; width:100%; }
		
		.blog-one-column { width:100%; margin:0px; padding:0px; float:left; } 
		.blog-one-column .blog-post .post-thumb a { width:98.8%; }
		.blog-one-column .post-title .date { width:9%; }
		
		.blog-one-column-withsidebar { float:left; width:100%; margin:0px; padding:0px; }
		
		.blog-two-column { float:left; width:100%; margin:0px; padding:0px; }
		
		.blog-two-column-withsidebar { float:left; width:100%; margin:0px; padding:0px; }
		
		.blog-two-column-withsidebar .one-half .post-title h3 { width:74%; }
		.blog-two-column-withsidebar .one-half .date { width:24%; }
		.blog-two-column-withsidebar .one-half .blog-post .post-thumb a { width:96.4%; } 	
		
		/*----*****---- << Blog Comment Entries >> ----*****----*/	
		
		.commententries { width:100%; float:left; margin:10px 0px 0px; padding:0px; }
		ul.commentlist { float:left; margin:20px 0px 20px 0px; padding:0px 0px 20px 0px; list-style:none; border-top:0px; }
		ul.commentlist li { display:block; float:none; list-style:none; min-height:118px; border:none; margin:0px 0px 12px 0px; padding:0px 0px 0px 69px; 	position:relative; clear:both; }
		ul.commentlist li ul.children { margin:10px 0px 0px 0px; padding:0px; float:left; border:none; clear:both; }
		ul.commentlist li .respond { margin-left:69px; }
		
		.comment-author { float:left; margin:0px 12px 0px 0px; padding:0px; width:57px; text-align:center; position:absolute; left:0px; }
		.comment-author img { float:left; padding:4px; margin:0px 0px 5px 0px; -moz-box-shadow:none; box-shadow:none; -webkit-box-shadow:none; }
		.comment-author a { clear:both; font-size:12px; text-decoration:none; }
		.comment-author a:hover { text-decoration:underline; }
		.comment-body { margin:0px; padding:10px 10px 0px 20px; min-height:65px; }
		.comment-meta { width:100%; }
		.commentmetadata { float:right; margin:0px 10px 20px 0px; }
		.commentmetadata a { font-size:12px; font-style:italic; text-decoration:none; }
		.commentmetadata a:hover { text-decoration:underline; }
		
		.reply { float:left; margin:0px 0px 20px 20px; }
		.reply a { text-decoration:underline; font-size:12px; }
		.reply a:hover { text-decoration:none; }
		
		/*Comment Form Styles */
		.respond { margin:10px 0px 20px; float:left; clear:both; width:100%; }
		.respond form { float:left; margin:0px; padding:0px; clear:both; width:100%; }
		.respond form p { clear:both; float:left; margin:10px 0px 0px 0px; padding:0px; width:100%; }
		.respond form input.textbox, .respond form textarea { width:33%; margin:0px 10px 0px 0px; float:left; }
		.respond form textarea { width:50%; height:95px; }
		.respond form .button:hover { opacity:0.9; filter:alpha(opacity=90); }
		
	/*----*****---- << Pricing Table >> ----*****----*/	
	
		.pricing-table { float:left; clear:both; width:100%; margin:20px 0px 0px; }
		.pricing-table table { border-collapse:collapse; border-spacing:0; border:none; margin:0px; padding:0px; table-layout:fixed; width:100%; }
  .pricing-table table td { text-align:left; font-size:14px; font-weight:normal; text-shadow:none; }
		.pricing-table table tbody tr.title td { font-size:18px; text-align:center; padding:2px 0px; }
		.pricing-table table tr td:last-child { border-right:0px; }
		
		.pricing-table table tr.price td { font-size:60px; text-align:center; padding:5px 0px 15px; }
		.pricing-table table tr.price td sup { vertical-align:super; font-size:40px; margin-right:-10px; }
		.pricing-table table tr.price td small { font-size:22px; margin-left:-20px; }
		
		.pricing-table table tr td span { padding:0px 0px 0px 25px; }
		
		.pricing-table table tr.buttons td { text-align:center; border-bottom:none; }
		.pricing-table table tr.buttons .button { margin:5px 0px 5px; padding:8px 20px; }
		
		.pricing-table table tr.buttons td a.button.black { border-radius:5px; /*behavior:url(PIE.htc);*/ }

		.pricing-table table .featured {  position: relative; z-index: 100; box-shadow:0px 9px 25px 5px  rgba(0,0,0,0.5); -webkit-box-shadow:0px 9px 25px 5px rgba(0,0,0,0.5); -moz-box-shadow:0px 9px 25px 5px rgba(0,0,0,0.5); transform: translateY(-10px) scale(1); }
		
		
	/*----*****---- << Styled Elements >> ----*****----*/	
	
		.styled-elements h1, .styled-elements h2, .styled-elements h3, .styled-elements h4, .styled-elements h5 { margin-bottom:25px; }
		.styled-elements .column h2 { margin-bottom:15px; }
		.styled-elements .button { margin-right:12px; }
		
		/* Highlight */
		.highlight { padding:2px 4px 2px 5px; margin:0px 5px 0px 0px; }
		
		/* Dropcap */
  .dropcap { font-size:24px; float:left; margin:10px 0px 10px 0px; text-align:center; }
		.dropcap.dropcap-default { font-size:48px; width:58px; }
		.dropcap.dropcap-circle { width:40px; height:40px; line-height:38px; margin:5px 10px 0px 0px; padding:0px; border-radius:30px 30px 30px 30px; /*behavior:url(PIE.htc);*/ }
		.dropcap.dropcap-bordered-circle { width:38px; height:38px; line-height:36px; margin:5px 10px 0 0; padding:0px; text-align:center; box-shadow:0 0 5px #939393; -moz-box-shadow:0 0 5px #939393; -webkit-box-shadow:0 0 5px #939393; border-radius:30px 30px 30px 30px; /*behavior:url(PIE.htc);*/ }
		.dropcap.dropcap-square { width:40px; height:40px; line-height:38px; text-align:center; margin:5px 10px 0px 0px; padding:0px; }		
		.dropcap.dropcap-bordered-square { box-shadow:0 0 5px #939393; -moz-box-shadow:0 0 5px #939393; -webkit-box-shadow:0 0 5px #939393; width:38px; height:38px; text-align:center; margin:5px 10px 0px 0px; padding:0px; line-height:36px; }
		
		/* Horizontal Tabs */
		.tabs-container { float:left; width:100%; margin:0px 0px 20px; padding:0px; clear:both; }
		ul.tabs-frame { float:left; margin:0px 0px 0px 15px; padding:0px; width:98.5%; }
		ul.tabs-frame li { float:left; display:inline; margin:0px 0px 0px 5px; padding:0px; }
		ul.tabs-frame li a { float:left; border-bottom:0px; margin:0px; padding:0px 15px; min-width:60px; text-align:center; font-size: 14px; line-height:32px; transition:none; -moz-transition:none; -o-transition:none; -webkit-transition:none; -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; border-radius:5px 5px 0px 0px; /*behavior:url(PIE.htc);*/ }
		
		.tabs-frame-content { float:left; clear:both; width:90.8%; margin:-1px 0px 0px; padding:15px 15px 10px; border-radius:5px; /*behavior:url(PIE.htc);*/ }		
		.tabs-frame-content img { margin-top:10px; }
		.tabs-frame-content img.alignleft { margin-bottom:15px; }

		
		/* Vertical Tabs */
		.tabs-vertical-container { float:left; width:100%; margin:0px 0px 20px; padding:0px; clear:both; }
		
		ul.tabs-vertical-frame { float:left; margin:0px 16px 0px 0px; padding:0px; width:20%; }		
		ul.tabs-vertical-frame li { float:left; display:block; margin:0px; padding:0px; width:100%; position:relative; }
		ul.tabs-vertical-frame li a { float:left; border-bottom:0px; margin:0px; padding:12px 15px 10px; width:83.5%; font-size: 14px; line-height:normal; transition:none; -moz-transition:none; -o-transition:none; -webkit-transition:none; -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; /*behavior:url(PIE.htc);*/ }
		
		ul.tabs-vertical-frame li.first a { border-radius:5px 5px 0px 0px; /*behavior:url(PIE.htc);*/ }
		ul.tabs-vertical-frame li.last a { border-radius:0px 0px 5px 5px; /*behavior:url(PIE.htc);*/ }
		
		ul.tabs-vertical-frame li a.current span { left:0; right:-9px; top:0; bottom:0; position:absolute; }
		
		.tabs-vertical-frame-content { width:74%; float:left; padding:15px 15px 10px; border-radius:5px; /*behavior:url(PIE.htc);*/ }
		
		/* Standard Toggle */
		h5.toggle, h5.toggle-accordion { margin-bottom:10px; padding:0px 0px 0px 25px; line-height:25px; clear:both; position:relative; }
		h5.toggle a, h5.toggle-accordion a { display:block; }
		
		.toggle-content { clear:both; margin:0px 0px 20px 25px; overflow:hidden;}
		.toggle-content p { margin:0px !important; font-size: 14px !important; }
		
		.toggle-content img.alignleft { margin-top:5px; }
		
		.toggle-frame-set { float:left; width:100%; margin:0px 0px 20px; }
        .toggle-frame a{font-size: 14px;}
		.toggle-frame { float:left; clear:both; margin:0px 0px 3px 0px; width:95.5%; opacity:0.8; filter:alpha(opacity=80); padding:9px 10px 6px; font-size:16px; border-radius:5px; /*behavior:url(PIE.htc);*/ }
		.toggle-frame h5 { margin:0px; opacity:0.6; filter:alpha(opacity=60); }
		.toggle-frame .toggle-content { margin:20px 0 15px 10px; }
		
		/* Tooltip */
		.tooltip a { background:#E5E5E5; color:#5A5A5A; padding:10px 20px; width:82%; text-align:center; float:left; margin:10px 0px 0px; }
		.tooltip a:hover { background:#4C4C4C; color:#FFFFFF; text-shadow:0 1px 0 #0E4B6E; }
		
		#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }		
		#tiptip_holder.tip_top { padding-bottom: 5px; }		 
		#tiptip_holder.tip_bottom { padding-top: 5px; }		 
		#tiptip_holder.tip_right { padding-left: 5px; }		 
		#tiptip_holder.tip_left { padding-right: 5px; }		
		
		.tip_bottom #tiptip_content { box-shadow: inset 0px -1px 0px 0px #77735c; -webkit-box-shadow:inset 0px -1px 0px 0px #77735c; -moz-box-shadow:inset 0px -1px 0px 0px #77735c; }
				
		#tiptip_content { padding:8px 10px; color:#424242; font-size:12px; border:1px solid #acacac; box-shadow: inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff; -moz-box-shadow: inset 0px 1px 0px 0px #ffffff; background: #efefef; /* Old browsers */ background: -moz-linear-gradient(top,  #efefef 0%, #cacaca 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #efefef 0%,#cacaca 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #efefef 0%,#cacaca 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #efefef 0%,#cacaca 100%); /* IE10+ */ background: linear-gradient(to bottom,  #efefef 0%,#cacaca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */ border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; /*behavior:url(PIE.htc);*/ }		
		#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width:6px; height: 0; width: 0; }		
		#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #fff; border-top-color:#cbcbcb;  }		
		#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #fff; border-bottom-color:#cbcbcb; }		
		#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #fff; border-right-color:#cbcbcb; }		 
		#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #fff; border-left-color:#cbcbcb; }		
		#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color:#cbcbcb; border-top-color:#cbcbcb; }		
		#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color:#eeeeee; border-bottom-color: #eeeeee; }		 
		#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color:#dedede; border-right-color:#dedede; }		
		#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: #dedede; border-left-color:#dedede; }
		
		/* Titled Boxes */
		.titled-box { margin-bottom:20px; width:100%; clear:both; }
		.titled-box h6.titled-box-title { padding:10px; text-shadow:none; margin:0px; } 
		.titled-box-content { padding:10px 10px 15px; }
				
		
		.titled-box h6.titled-box-title { background:#696969 url('button-medium-gradient.png') center top repeat-x; }
		.titled-box-content { background:#ffffff; border:1px solid #dddddd; border-top:0px; }
		
		.titled-box h6.titled-box-title, .titled-box.grey h6.titled-box-title { background-color:#696969; color:#ffffff; border:1px solid #3c3c3c;  }
		
		.titled-box.black h6.titled-box-title { background-color:#303030; color:#ffffff; border:1px solid #000000; }
		.titled-box.grey h6.titled-box-title { background-color:#696969; color:#ffffff; border:1px solid #3c3c3c; }
		.titled-box.light-grey h6.titled-box-title { background-color:#fafafa; color:#696969; border:1px solid #d0d0d0; }
		.titled-box.light-blue h6.titled-box-title { background-color:#3d9ed6; color:#ffffff; border:1px solid #20648b; }	
		
		.titled-box.yellow h6.titled-box-title { background-color:#E8BE11; border:1px solid #A57B00; color:#FFFFFF; }
		.titled-box.blue h6.titled-box-title { background-color:#3e62d6; color:#ffffff; border:1px solid #19307d; }
		.titled-box.gold h6.titled-box-title { background-color:#a16215; color:#ffffff; border:1px solid #613908; }
		.titled-box.green h6.titled-box-title { background-color:#74a115; color:#ffffff; border:1px solid #4C7900; }
		.titled-box.olive-green h6.titled-box-title { background-color:#d6d63e; color:#49491b; border:1px solid #9E9E39; }
		.titled-box.orange h6.titled-box-title { background-color:#F16000; color:#ffffff; border:1px solid #C63513; }
		.titled-box.purple h6.titled-box-title { background-color:#a1157e; color:#ffffff; border:1px solid #550032; }
		.titled-box.red h6.titled-box-title { background-color:#BE0808; color:#ffffff; border:1px solid #730000; }
		.titled-box.turquoiseblue h6.titled-box-title { background-color:#15a17b; color:#ffffff; border:1px solid #006943; }	
		.titled-box.violet h6.titled-box-title { background-color:#5d15a1; color:#ffffff; border:1px solid #1D0361; }
		
		.titled-box.deepblue h6.titled-box-title { background-color:#092334; color:#ffffff; border:1px solid #3B3B3B; }
		.titled-box.teal h6.titled-box-title { background-color:#008899; color:#ffffff; border:1px solid #004E5F; }
		.titled-box.mauve h6.titled-box-title { background-color:#625B56; color:#ffffff; border:1px solid #49423D; }
		.titled-box.pearl h6.titled-box-title { background-color:#AB998F; color:#ffffff; border:1px solid #7E6C62; }
		.titled-box.steelblue h6.titled-box-title { background-color:#788794; color:#ffffff; border:1px solid #42515E; }
		.titled-box.coffee h6.titled-box-title { background-color:#372E25; color:#ffffff; border:1px solid #060606; }
		
		.titled-box.coral h6.titled-box-title { background-color:#FF7F50; color:#ffffff; border:1px solid #B83809; }	
		.titled-box.crimson h6.titled-box-title { background-color:#DC143C; color:#ffffff; border:1px solid #8E0000; }
		.titled-box.hotpink h6.titled-box-title { background-color:#FF69B4; color:#ffffff; border:1px solid #B31D68; }
		.titled-box.indianred h6.titled-box-title { background-color:#CD5C5C; color:#ffffff; border:1px solid #8C1B1B; }
		.titled-box.aqua h6.titled-box-title { background-color:#00FFFF; color:#104949; border:1px solid #16ADAD; }
		
		/* Alert Boxes */
		.error-box, .warning-box, .success-box, .info-box { margin-bottom: 20px;padding: 8px 65px 8px 52px;clear: both;float: left;}
		.error-box a, .warning-box a, .success-box a, .info-box a { text-decoration:underline; }
		
		.error-box { background:#ffcccc url('error-ico.png') 15px center no-repeat; border:1px solid #ff9999; color:#d01313; text-transform: capitalize;}
		.warning-box { background:#fdebae url('warning-ico.png') 15px center no-repeat; border:1px solid #e6c555; color:#c79d13; }
		.success-box { background:#eafac0 url('success-ico.png') 15px center no-repeat; border:1px solid #b1cf67; color:#7ba411; }
		.info-box { background:#bfe4f9 url('info-ico.png') 15px center no-repeat; border:1px solid #68a2cf; color:#2081b9; }
		
		.error-box a { color:#d01313; }
		.warning-box a { color:#c79d13; }
		.success-box a { color:#7ba411; }
		.info-box a { color:#2081b9; }
			
		/*----*****---- << Sitemap >> ----*****----*/
		
		ul.sitemap { float:left; width:100%; margin:0px; padding:0px; }
		ul.sitemap li a:hover { text-decoration:underline; }
		
		/*----*****---- << Features >> ----*****----*/		
		.side-nav-container { margin:0px 30px 0px 0px; padding:60px 0px 0px; float:left; width:22%; }
		.side-nav-bottom { width:100%; height:78px; float:left; clear:both; margin:-30px 0px 0px; }
		ul.side-nav { float:left; width:100%; padding:0px; margin:0px; }
		ul.side-nav li { float:left; clear:both; display:block; padding:0px; margin:-60px 0px 60px; padding:0px; width:100%; position:relative; }
		ul.side-nav li a { line-height:16px; width:100%; float:left; padding:14px 0px; margin:0px 0px 2px; }
        ul.side-nav li.current_page_item a span { width:19px; height:44px; top:0px; right:-19px; position:absolute; }
		
		.main-content { float:left; width:74%; }
		
		/*----*****---- << Footer >> ----*****----*/
		
		#footer { float:left; clear:both; margin:0px; padding:0px; width:100%; }
		
		.footer-bg { margin:0px; padding:20px 0px 0px; float:left; width:100%; }
		
  #footer p, #footer a, #footer .widget.tweetbox span { font-size:14px;  }
		
		#footer .widget ul li { padding:10px 0px; }
		#footer .widget ul li:last-child { border-bottom:0px; }
		
		#footer .widget.tweetbox a:hover { text-decoration:underline; }
		
		#footer .widget .social-icons { margin:0px; }
		#footer .widget .social-icons a { margin:0px 10px 10px 0px; }	
		#footer .widget ul.footer-list {border: none;margin-bottom: 5px;}
		#footer .widget ul.footer-list li {border: none;padding: 5px 0px;}
		.widget ul.footer-list li {float: left;clear: both;list-style-type: circle;width: 100%;padding: 12px 0px 12px 0px;color: #ffffff; font-size:12px; list-style-position:inside;text-shadow: 0px 1px 0px #000000;}
		#footer .widget ul.contact-details span.address { height:16px; }
		#footer .widget ul.contact-details span.mail { height:14px; }
		#footer .widget ul.contact-details span.phone { height:19px; }
		#footer .widget ul.contact-details span.skype { height:19px; }
		
		#footer .widget ul.contact-details li p { width:87%; }		
		
		.widget .testimonial-carousel li { clear:none; }
		.testimonial-skin-carousel { position:relative; }
		.testimonial-skin-carousel .jcarousel-container { width:220px; }
		.testimonial-skin-carousel .jcarousel-container-horizontal { width: 220px; padding:0px; }
		.testimonial-skin-carousel .jcarousel-clip { overflow: hidden; }
		.testimonial-skin-carousel .jcarousel-clip-horizontal { width:222px; height:auto; }
		.testimonial-skin-carousel .jcarousel-item { width:220px; height:auto; }
		.testimonial-skin-carousel .jcarousel-item-horizontal { margin-right:20px; }
		.testimonial-skin-carousel .jcarousel-direction-rtl .jcarousel-item-horizontal { margin: 10px; }
		.testimonial-nav { margin:20px 0px 0px; clear:both; float:left; width:100%; }
		.testimonial-skin-carousel .jcarousel-prev-horizontal { position:absolute; left:40%; bottom:-30px; display:inline-block; margin:0px 5px; width:12px; height:20px; padding:0px; cursor:pointer; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
		.testimonial-skin-carousel .jcarousel-next-horizontal { position:absolute; right:40%; bottom:-30px; display:inline-block; margin:0px 5px; width:12px; height:20px; padding:0px; cursor:pointer; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
		
		.testimonial-skin-carousel .jcarousel-next-disabled, .testimonial-skin-carousel .jcarousel-prev-disabled { opacity:0.7; filter:alpha(opacity=70); cursor:auto; }

		#footer .widget ul.testimonial-carousel li, #footer .widget ul.testimonial-carousel { border:0px; padding:0px; }
		
		#footer .widget blockquote { padding:0px 0px 0px 20px; margin:0px; border:0px; width:85%; }
		#footer .widget blockquote p { font-size:12px; line-height:18px; }
		#footer .widget blockquote p span { margin:25px 0px 0px -20px; clear:both; float:left; width:100%; text-shadow:none; font-style:normal; }
		#footer .widget blockquote p span img { float:left; margin:-5px 10px 10px 0px; }
		
		#footer .widget form { float:left; width:100%; margin:0px; padding:0px; }
		#footer .widget form p { float:left; margin:0px 0px 7px; clear:both; width:100%; }
		#footer .widget form input[type="text"], #footer .widget form textarea { padding:7px; float:left; width:85%; margin:0px 4% 5px 0px; border-radius:5px; /*behavior:url(PIE.htc);*/ }
		#footer .widget form textarea { width:92%; height:88px; }
  #footer .widget form label { width:33%; float:right; font-size:14px; }
  #footer .widget form input[type="submit"] { font-size:14px; cursor:pointer; text-transform:none; padding:6px 10px; margin:0px 0px 0px; border-radius:5px; /*behavior:url(PIE.htc);*/ }
		#footer .widget form input[type="submit"]:hover { border-radius:5px; /*behavior:url(PIE.htc);*/ }
		
		.footer-copyright { float:left; clear:both; width:100%; padding:10px 0px 4px; margin:0px; text-align: center;}
		.footer-copyright .copyright-content { }
		
		.footer-copyright ul { margin:10px 0px 0px -10px; padding:0px; float:left; width:100%; }
		.footer-copyright ul li { float:left; display:inline; margin:0px 0px 10px; padding:0px; }
		.footer-copyright ul li a { font-size:12px; text-shadow:none; padding:0px 10px; float:left; line-height:12px; }
		.footer-copyright ul li:last-child { border:none; }
		.footer-copyright p { font-size:12px; text-shadow:none; float:left; clear:both; width:100%; margin:0px; }
		
		.footer-logo { float:right; width:30%; text-align:right; margin:5px 0px 0px; padding:0px; }
        .footer-logo img{max-width:127px;}
		.footer-copyright.align-center { padding:20px 0px; }
		.footer-copyright.align-center .container { position:relative; }
		.footer-copyright.align-center .copyright-content { width:100%; text-align:center; }
		.footer-copyright.align-center .social-icons { text-align:center; margin:15px 0px 0px; }
		.footer-copyright.align-center .social-icons { display:inline-block; *display:inline; zoom:1; text-align:center; float:none; }
		.footer-copyright.align-center .footer-logo { position:absolute; right:0px; top:10px; } 
  #footer {text-shadow: 0px 1px 0px #000000;font-size: 14px;}
		
		
		/*----*****---- << Ultimate Style Picker >> ----*****----*/
		
		.ultimate-style-picker-wrapper { position:fixed; z-index:99999; left:0px; top:150px; }
		
		#ultimate-style-picker { background:#ffffff; width:225px; float:left; position:absolute; top:0px; z-index:1; margin:0px; padding:0px 0px 10px; text-align:center; box-shadow:0px 0px 10px #242424; -moz-box-shadow:0px 0px 10px #242424; -webkit-box-shadow:0px 0px 10px #242424; border-radius:0px 10px 10px 0px; /*behavior:url(PIE.htc);*/ }
		#ultimate-style-picker h2 { background:url('style-picker/title-bg.jpg') repeat-x; font:normal 12px Droid Sans, sans-serif; text-transform:uppercase; line-height:48px; width:100%; color:#848484; margin:0px 0px 15px; padding:0px; border-radius:10px 10px 0px 0px; /*behavior:url(PIE.htc);*/  }
		#ultimate-style-picker h3 { font:normal 12px Droid Sans, sans-serif; padding:0px 0px 10px; width:100%; color:#848484; margin:0px; text-transform:uppercase; }
		
		#ultimate-style-picker ul { float:left; margin:0px; padding:0px; text-align:center; width:225px; }
		#ultimate-style-picker ul li { display:inline-block; display:inline; list-style-type:none; padding:0px; margin:0px 0px 6px 0px; }
		#ultimate-style-picker ul li a { background:#ffffff; border:1px solid #ffffff; padding:2px; display:inline-block; margin:0px; }
		#ultimate-style-picker ul li a.selected, #ultimate-style-picker ul li a:hover { border:1px solid #d7d7d7; }
		#ultimate-style-picker ul li a img { border:1px solid #d7d7d7; }
		
		#ultimate-style-picker .hr { background:url('style-picker/seperator.png') no-repeat; width:100%; height:25px; margin:-10px 0px 10px; float:left; }
		
		.style-picker-ico { position:absolute; top:25px; left:225px; }
		
		
		.sticky .entry-head, .sticky .post-thumb { position:relative; }
		.sticky .post-thumb .featured-post { border:none; font-size:16px; color:#5a5a5a; background:rgba(255, 255, 255, 0.8); position:absolute; padding:7px 15px; margin:0px; z-index:1; top:22px; left:6px; box-shadow:2px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow:2px 5px 5px rgba(0, 0, 0, 0.4); -webkit-box-shadow:2px 5px 5px rgba(0, 0, 0, 0.4); }
  .sticky .featured-post { font-size:18px; color:#7d7d7d; border-top:4px double #d7d7d7; border-bottom:4px double #d7d7d7; padding:7px 0px; font-family:Droid Sans, sans-serif; font-weight:700; clear:both; text-transform:uppercase; margin-bottom:15px; text-align:center; }
		.featured-post { display:none; }
		.sticky .featured-post { display:block; }
		
		
		/*.sticky .entry-head .featured-post { background:rgba(255, 255, 255, 0.8); font-size:16px; color:#5a5a5a; font-family:'Droid Sans', serif; font-weight:700; clear:both; text-transform:uppercase; position:absolute; padding:7px 15px; top:50px; z-index:1; top:58px; left:7px; box-shadow:0px 5px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow:0px 5px 5px rgba(0, 0, 0, 0.4); -webkit-box-shadow:0px 5px 5px rgba(0, 0, 0, 0.4); }*/
		
		
		
		/******************Collection***********************/
		H3 {font-family: Droid Sans, sans-serif;text-transform: uppercase;}
		.ultimate-result-count {float: left;margin: 10px 0px 0px;}
		.ultimate .ultimate-ordering select {margin: 0px;width: auto;}
		.ultimate .ultimate-ordering {margin: 0px;}
		.ultimate-ordering {float: right;}
		ul.products {width: 100%;margin: 10px 0px 0px;padding: 0px;float: left;}
		ul.products li {float: left;display: inline;margin: 0px 2.36% 2.36% 0px;padding: 10px 10px 20px;width: 28.5%;border: 1px solid #d0d0ce;background: #ffffff;position: relative;text-align: center;-webkit-transition: -webkit-box-shadow 0.2s ease-out;-moz-transition: -moz-box-shadow 0.2s ease-out;-o-transition: -o-box-shadow 0.2s ease-out;transition: box-shadow 0.2s ease-out;}
ul.products li:nth-child(3n+1){clear:both;}
.content_fullwidth ul.products li:nth-child(4n+1){clear:both;}
.content_fullwidth ul.products li:nth-child(3n+1){clear:none;}
        ul.products li:hover {position: relative;z-index: 10;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);}
        .product {float: left;margin: 0px;padding: 0px;position: relative;width: 52%;}
		ul.products > li > a {width: 100%;display: inline-block;}
		ul.products li img {margin-bottom: 10px;max-width: 100%;}
		ul.products li.last {margin-right: 0px;}
		ul.products li h3 {font-weight: normal;text-transform: none;font-size: 14px;}
		ul.products li .price, .product .summary .price {font-size: 14px;}
        ul.products li .price {width: 100%;clear: both;float: left;margin:0 0 15px;}
		ul.products li .button {transition: all .1s linear;-moz-transition: all .1s linear;-o-transition: all .1s linear;
-webkit-transition: all .1s linear;}
        /*ul#index-productlist li .button, ul.products li .button, .cart .button, .add_review .button, .shipping-calculator-form .button, .price_slider_amount .button {line-height: normal;display: inline-block;zoom: 1;clear: both;margin: 10px 0px 0px;cursor: pointer;width: auto;
float: none;padding: 7px 15px 8px;font-size: 14px;background: #696969 url('button-medium-gradient.png') repeat-x;
color: #ffffff;border: 1px solid #3c3c3c;text-shadow: 0px 1px 0px #000000;border-radius: 5px;}*/
		.button:hover {opacity: 0.8;filter: alpha(opacity=80);}
		.ultimate-pagination {float: left;clear: both;width: 100%;margin: 10px 0px 0px;padding: 0px;}
		ul.page-numbers {float: right;}
		ul.page-numbers li {float: left;display: inline;margin: 0px 4px;padding: 0px;line-height: normal;}
ul.page-numbers li span.current {background: #4c4c4c  url('pagination-active.jpg') repeat-x; 
  border: 1px solid #4d4d4d;text-shadow: 0px 1px 0px #151515;color: #ffffff;float: left;padding: 5px 10px;font-size: 14px;
  -moz-box-shadow: inset 0px 1px 0px 0px #dfdfdf;-webkit-box-shadow: inset 0px 1px 0px 0px #dfdfdf;
box-shadow: inset 0px 1px 0px 0px #dfdfdf;border-radius: 5px;}

		ul.page-numbers li a {line-height: normal;float: left;padding: 5px 10px;font-size: 14px;
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
          box-shadow: inset 0px 1px 0px 0px #ffffff;background: #ebebeb;border: 1px solid #dfdfdf;color: #7c7c7c;border-radius: 5px;}
   /***************collection sidebar****************/
   
   .widget.ultimate ul.product_list_widget li img {float: left;margin: 0px 10px 0px 0px;}
   .widget.ultimate ul.product_list_widget li a, ul.cart_list li a {text-transform: capitalize;display: inline;font-weight: bold; font-size:14px;}
   .sidebar a:hover, .sidebar .widget.widget_recent_entries h6 a:hover, .sidebar .widget.widget_popular_entries ul li h6 a:hover {color: #dfdfdf;}
.widget ul li a {color: #6a6a6a;}
   .widget.ultimate ul.product_list_widget li .amount {font-size: 14px;display: table;margin: 5px 0px 0px;}
   .widget_shopping_cart_content .total {font-size: 15px;text-transform: uppercase;margin: 15px 0px 10px;
display: inline-block;}
   .widget.ultimate.widget_shopping_cart p.buttons a {margin-right: 10px;}
   .widget.ultimate.widget_login form input[type="text"], .widget.ultimate.widget_login form input[type="password"] {
width: 90%;padding: 12px 10px;}
   .content input[type=text], .content input[type=password], .content input.text, .content textarea, .sidebar input[type=text], .sidebar input[type=password], .sidebar input.text, .sidebar textarea {
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
box-shadow: inset 0px 1px 0px 0px #ffffff;border-radius: 5px;}
	.sidebar .widget h3.widgettitle {margin-bottom: 20px;}
  .widget h3.widgettitle {font-size: 18px;font-weight: bold;}
    .widget ul.product-categories li {background: url('dashed-splitter.png') top repeat-x;padding: 12px 0px 12px 0px;}
	
	/**********************Product Detail********************/
	
	.product .images {float: left;width: 48%;margin: 0px 3% 0px 0px;}
	.product .summary {float: left;margin: 0px;padding: 0px;width: 49%;}
	.product .summary .product_title {font-size: 22px;text-transform: none;font-weight: normal;}
  .product .summary .price {font-size: 20px;}
	.product .cart {width: 100%;float: left;margin: 0px 0px 10px;padding: 0px;}
	.product .quantity, .product-quantity .quantity {position: relative;width: 76px;float: left;}
	.product .cart .single_add_to_cart_button {float: left;clear: none;padding: 8px 10px 7px;margin: 4px 0px 0px 10px;font-size: 15px;}
	.cart .button {margin: 10px 0px 0px 20px;}
	.product_meta {float: left;clear: both;margin: 20px 0px 0px;}
	.product .ultimate-main-image {border: 1px solid #d8d8d8;float: left;margin: 0px 0px 10px;}
    .ultimate-tabs, .related.products, .upsells.products {float: left;clear: both;width: 100%;margin: 30px 0px 0px;
padding: 0px;}

/**** Cart Animation ***/
#cart-animation {
width: 35px;
height: 35px;
border-radius: 50%;
position: absolute;
display: block;
z-index: 15;
text-align: center;
line-height: 35px;
background: #f45b4f !important;
color: #fff !important;
font-weight: bold;
border: 3px solid #f45b4f;
font-size: 16px
}

/***************TopMenu*******************/

#TopMenu{
padding: 10px 0px;
background: #1b3b4e;
min-height: 16px;float:left;width:100%;
}

.cart{
  color: #ffffff;
text-shadow: 0px 1px 0px #000000;
float: right;
   background: url(//starrynightpublishing.com/cdn/shop/t/2/assets/carticonblue.png?v=12560412635235523241502563849) 0px center no-repeat;
height: 20px;
padding: 2px 0px 2px 21px;
  font-size: 13px;
  
}

.phone{
  float:left;
}

.phone span{
  float:left;
  
  padding:1px 0px 0px 20px;
  color: #ffffff;
text-shadow: 0px 1px 0px #000000;
  font-size: 13px;

}


.toolbar-customer{
  float:right;
  list-style:none;
  margin-right: 10px;
}

.toolbar-customer a, .toolbar-customer span.or{
  color: #ffffff;
text-shadow: 0px 1px 0px #000000;
  font-size: 13px; 

}

.toolbar-customer a:hover, .cart:hover{color:#3d9ed6;}


.header-right{
  margin: 12px 0px 0px 0px;
}

ul#index-productlist h4{margin-bottom: 7px !important;}

ul#index-productlist .buttons{
  margin-top:10px;display:inline-block;width:100%;
}

.sale{
  padding: 0px 20px;
  background: url('icons-blue.png') 0px center no-repeat;
  background-position: -368px -417px;
  margin: 0px 0px 0px 25px;
}

.toolbar-customer #customer_login_link{
  
  padding: 0px 0px 0px 18px;
}


/***************Sidebar Cart****************/

.sidebar span.quantity{
  width: 100%;
clear: both;
float: left;
}

span.quantity label{
float: left;
margin: 17px 10px 0px 0px;
}

span.quantity input
{
  padding: 5px 10px;
width: 25px;
text-align: center;
margin: 11px 0px 0px;
}

.with-right-sidebar h1, .with-right-sidebar h2, .with-subtitle, .home h2, .widgettitle, .post-title h3 a, .page-title, .search-result h3 a{
  font-weight:bold !important;
}

.with-right-sidebar{
font-size: 14px;
}

.sold_out{
  background: url(//starrynightpublishing.com/cdn/shop/t/2/assets/icons-blue_1.png?v=167005012832254924541502563855) no-repeat;
  background-position: -169px -617px;
  
  padding-left: 15px;
  margin: 0px 0px 0px 10px;
  font-weight:bold;
}

.widget_categories ul li{
  display:inline;
}

.widget_categories ul li a:after{
  border-bottom: 1px solid #dfdfdf;
position: absolute;
bottom: 0px;
left: 0px;
content: '';
width: 100%;
}

.widget_categories ul li a{
font-size: 12px !important;
line-height: 28px;
color: #dfdfdf;
padding-right: 10px;
background: #dfdfdf;
margin: 0px 10px 10px 0px;
float: left;
border-bottom: 2px solid #dfdfdf;
position: relative;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 0px;
display: block;
}

#contactFormMessage{
height: 132px;
overflow: auto;
}

#cartform th{
  padding: 10px 0px;
}

#cartform .product_image{
  padding: 23px 0px 23px 23px;
  vertical-align: middle;
  float: left;
}

#cartform .item{
  vertical-align:middle;
}

#cartform .qty{
  vertical-align:middle;
}

#cartform .qty input{
text-align: center;
width: 56px;
padding: 10px 5px 10px 5px;
}

#cartform .price{
  vertical-align:middle;
}

#cartform td.total{
  vertical-align:middle;
}

#cartform .remove, #cartform .cart-price{
  vertical-align:middle;
}

#cartform .product_image img{
}

.special_inst{
  margin:50px 0px 0px;
}

.special_inst .checkout-buttons label{
  margin-bottom:10px;
  width: 100%;
}

#payment-options{
  width:100%;
  margin: 10px 0px 10px 0px;
}

#payment-options li img{
  max-width: 85%;
  border: none;
}

#payment-options li{
  border:none;
}

.footer_latest_posts img{
  border: 1px solid #e2e2e2;max-width: 99%;}

.footer_latest_posts h3{
}

blockquote {
width: 91%;
line-height: 24px;
font-style: italic !important;
padding: 3px 0px 0px 40px !important;
margin: 0px 0px 10px !important;
float: left;
}

#page h3, #page h5{
  font-weight: bold;
}

.About_cnt h3, .About_cnt h5{
  font-weight: 700 !important;
}

.styles h3{
  font-size:18px !important;
}

.styles h3, .styles h2, .styles h5, #search h2, #customer-login h2, #customer-register h2, #cart h2, #customer-account h2{
  font-weight: 700 !important;
}

.styles ul{
  margin-bottom:20px;
}

.styles .tabs-container ul{
  margin-bottom:0px;
}

.summary span.Total_Price{font-size: 22px;float: left;margin: 2px 0px 20px;width: 100%;color: #24668d;}

.search-field .search_box{float:left; margin-right:10px; width:200px;}

.search-field form.search input[type="image"]{position:absolute; right:20px; top:18px;}

.search-field form.search{float:left; position:relative;}

.content .search-field input[type="submit"] {
background: #696969 url('button-medium-gradient.png') left top repeat-x;
margin: 0px;
  font-size: 14px;
padding: 6px 13px 7px;
}

.search-field input[type=submit] {
font-size: 14px;
margin-top: 7px;
}

.search-field{ 
margin-top: 12px;
}

.Grand_Total {
float: right;
padding: 10px 0px;
}

.Grand_Total span{
font-weight: bold;
}
  
.minicart {}


#customer-login,#customer-reset-password,#customer-register {float:left;width:70%;}

.footer_latest_posts h4{
 margin: 10px 0px !important;
float: left;
width: 100%;
}

.pluginFacepile ul.pam {
padding: 10px 0px 10px 12px !important;
}

.fb-like-box span{
  width: 235px !important;
}

#customer-account{
  float:left;width: 70%;
}

#search .thumbnail{
  float: left;
  margin-right: 20px;
}

.sidebar .widgettitle, .minicart .widgettitle, #shipping-calculator .widgettitle{font-weight:bold !important;font-size: 18px;}

#guest{padding:30px 0px 0px 0px;}

.styles .button {display: inline-block;display: inline;line-height: normal;cursor: pointer;border-radius: 5px;
behavior: url(PIE.htc);margin-right: 12px;margin-top: 10px;float: left;}

span.amount{font-weight:bold;}

#index-productlist span.amount { display:inline-block;width:100%; }

.post-thumb a {padding: 5px 6px 0px; float:left;}

.forgotpw{clear: both;float: left;width: 100%;margin: 15px 0px 0px;}

/************Sidebar Facebook***************/

.pluginSkinLight ._4s7c {border: none !important;}

/*****************index-productlist************/

#index-productlist .column .thumb a, #index-productlist a.thumb img, #index-productlist .post-thumb a {padding:6px 6px 0px 6px;}

/*************Cart****************************/

.product_image a{
background: #e2e2e2;
border: 1px solid #d0d0ce;
padding: 0px;
float: left;
}

.product_image img{
padding: 3px 4px 1px;
min-height: 55px;
border-top: 1px solid #fff !important;
}


/**************contact-details******************/

ul.contact-details li p{margin-bottom:0px !important;}

.content ul.contact-details span.fax, .sidebar ul.contact-details span.fax {
background: url('fax-ico-main.png') center no-repeat;
}

.content ul.contact-details span.fax {
height: 19px;
}


/*****************Styles**************************/

.styles .toggle-frame-full-width .toggle-frame{width:97.8%;}

/************Collections Page******************/

ul.products h3{margin-bottom: 10px !important;}

/*********************************************/

.abt-info{font-size: 16px;line-height: 28px;font-style: italic;margin-bottom: 30px !important;color: #6a6a6a;}


#toTop { 
  display:none; 
  text-decoration:none;
  position:fixed;
  bottom:30px;
  right:30px;
  overflow:hidden;
  width:40px;
  height:40px;
  border:none;
  text-indent:100%;
  background:url('ui.totop.png') no-repeat left top;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;}	


#toTopHover { 
  background:url('ui.totop.png') no-repeat left -40px;
  width:40px;
  height:40px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0); }	

#toTop:active, #toTop:focus { outline:none;	}

ul.footer_links{}

ul.footer_links li{
}

ul.footer_links li a{
  background:url(//starrynightpublishing.com/cdn/shop/t/2/assets/icons-light-grey2.png?v=90774728325153884921502563855) no-repeat;
background-position:-421px -367px;
padding:2px 0px 0px 18px;
}

#add-item-form{float:left;}

ul.products #add-item-form, ul#index-productlist #add-item-form{text-align:center; width:100%;}

#footer .widget .workflow ul li {
border-bottom: none;
border-top: none;
}

#footer .widget .workflow ul {
border-top: none;
}

#footer .widget .workflow ul li{
padding: 2px 22px 10px;
}

/******************************************/

.sidebarlogin input {margin-bottom: 0px;}

.sidebar .hr {margin: 0px 0px 25px -20px;}


.zoomPad img{/*min-height: 350px;max-width: 350px;*/}

.summary{margin-left: 33px;float: left;width: 43%;}

ul#thumblist{clear: both;float: left;width: 100%;margin: 20px 0px 0px;}

ul#thumblist li{margin-left: 0px;margin-right: 22px;}

ul#thumblist img{width: 70px;}

ul#thumblist a{float: left;background: #e2e2e2;border: 1px solid #d0d0ce;}

ul#thumblist img{float: left;border-top: 1px solid #ffffff;padding:2px 3px 3px;}

.actual_img{width:100%;}

.product_border a{float: left;background: #e2e2e2;border: 1px solid #d0d0ce; padding: 4px;}

.product_border img{float: left;/*border-top: 1px solid #ffffff;padding:5px 6px 6px;*/}

.selector-wrapper { background: #dddddd; width: 90%; padding: 10px 15px; margin-bottom: 16px;}

.single-option-selector{width:125px;}

.selector-wrapper label{color: #6a6a6a;text-shadow:none;font-weight: bold; margin-right:10px;}

.selector-wrapper .item-quantity{width: 50px;height: 25px;text-align: center;}

.socialcounts{clear: both;float: left;margin: 24px 0px 0px;}

/*****************************************************************/

.meta{margin-bottom: 5px !important;}

.meta span{font-weight:bold;}

.tabs-frame-content .reviewimg{float: left;margin:5px 2.5% 0px 0px;}

  h3.articletitle{font-size:24px;}

.content_fullwidth ul.products li 
{float: left;
display: inline;
margin:0px 1.6% 1.6% 0px;
padding: 10px 10px 20px;
width: 21.5%;
border: 1px solid #d8d8d8;
background: #ffffff;
position: relative;
text-align: center;
-webkit-transition: -webkit-box-shadow 0.2s ease-out;
-moz-transition: -moz-box-shadow 0.2s ease-out;
-o-transition: -o-box-shadow 0.2s ease-out;
transition: box-shadow 0.2s ease-out;
}

.content_fullwidth ul.products .last {margin-right:0px;}

.with-right-sidebar .clients-skin-carousel .jcarousel-item {width:80px;}

.thumb_bg {
background: none !important;
box-shadow: none;
width:82.2%;
text-align: center;
float: left;
padding: 0px;
margin:29px 20.2% 24px 10.5%;
clear: both;
}
}

.with-right-sidebar .clients-skin-carousel .jcarousel-item-horizontal {
margin-left:10px;
/*margin-right: 0px !important;*/
}

.with-right-sidebar .clients-skin-carousel .jcarousel-clip-horizontal {
margin-left:0px !important;
}

.with-right-sidebar .clients-skin-carousel .jcarousel-next-horizontal {
position: absolute;
right: -30px;
top: 16px;
display: inline-block;
margin: 0px 5px;
width: 14px;
height: 21px;
padding: 0px;
cursor: pointer;
opacity: 0.7;
filter: alpha(opacity=70);
}

.with-right-sidebar .clients-skin-carousel .jcarousel-prev-horizontal {
position: absolute;
left: -39px;
top: 16px;
display: inline-block;
margin: 0px 5px;
width: 14px;
height: 21px;
padding: 0px;
cursor: pointer;
opacity: 0.7;
filter: alpha(opacity=70);
}

ul.features_list{float: left;margin: 0px 16px 0px 0px;padding: 0px;width: 30%;}

ul.features_list li a.current span {
left: 0;
right: 7px;
top: 4px;
bottom: 0;
position: absolute;
}

.feature_images{background:none !important;border:none !important;}

.feature_images img{max-width:100%;}

.feature_images{
width: 65%;
float: left;
padding: 15px 15px 10px;
border-radius: 5px;
behavior: url(PIE.htc);
}

ul.features_list li a {
float: left;
border-bottom: 0px;
margin: 0px;
padding: 16px 15px 14px;
width: 83.5%;
font-size: 14px;
line-height: normal;
transition: none;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
box-shadow: inset 0px 1px 0px 0px #ffffff;
behavior: url(PIE.htc);
}

.copyright-content a:hover{color:#ffffff;}

/************Slider**************/
/*
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
*/
.slider1{
  font-family:Arvo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.home-slider-bg .ls-inner .slider1 h1{
  color:#003d60;
  background:rgba(0,0,0,0);
   font-family: Arvo, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
width: auto;
font-size:40px;
padding: 0px;
border-width: 0px;
margin-left: 0px;
margin-top: 0px;
display: block;

text-shadow: none;
font-size: 50px;
text-transform: capitalize;
  
}

.home-slider-bg .ls-inner .slider1 p{
  position: absolute;
width: auto;
height: auto;
line-height: 40px;
padding: 0px 10px;
border-width: 0px;
margin-left: 0px;
margin-top: 0px;
display: block;

font-size: 15px;
background:rgba(0,0,0,0);
box-shadow: none !important;
  color:#003d60;
  font-family: Arvo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.home-slider-bg .ls-inner .slider1 a{
position: absolute;
width: auto;
height: auto;
  font-size: 14px;
padding: 5px 15px 6px;
border-width: 1px;
margin-left: 0px;
margin-top: 0px;
display: block;
}

.slider2 h1{
width: auto;
font-size:30px;
border-width: 0px;
margin-left: 0px;
margin-top: 0px;
display: block;
opacity: 1;
text-transform: capitalize;
text-shadow: none;
padding: 5px 10px;
font-family: Arvo, sans-serif;
font-style: normal;
font-weight: 400;
float: left;
background:rgba(0,0,0,0); 
color:#ffffff;
}

.slider2 p{
  clear:both;
border-width: 0px;
margin-left: 0px;
margin-top: 0px;
display: block;
border-radius: 0px !important;
opacity: 1;
background:rgba(0,0,0,0);  
color:#ffffff;
}

.slider2 a{
position: absolute;
top: 65% !important;
left: 50.6% !important;
width: auto;
height: auto;
  font-size: 14px;
padding: 5px 15px 6px;
border-width: 1px;
margin-left: 0px;
margin-top: 0px;
display: block;
}


.slider3 h1{
  color:#522455;
text-transform: capitalize;
position: absolute;
margin-left: 0px;
margin-top: 0px;
width: auto;
padding: 0px;
border-width: 0px;
display: block;
background: rgba(0,0,0,0);
text-shadow: none;
font-family: Arvo, sans-serif;
}

.slider3 span{
text-transform:uppercase;
font-weight: bold !important;
}

.slider3 p{
box-shadow:none;
background:rgba(0,0,0,0);  
color:#000;
}



#shipping-calculator {
width: 100%;
margin: 50px 0px 0px;
clear: both;
overflow: hidden;
}

.country {
position: relative;
top: 0.6em;
}

#shipping-calculator h3 {
font-size: 14px;
margin: 0.5em 0;
}

#shipping-calculator select  {
width: 150px;
}

#shipping-calculator input[type="text"]  {
width: 138px;
}

#shipping-calculator p {
margin-bottom: 0.2em;
}

#shipping-calculator label {
display: block;
line-height: 1.6;
font-size: 14px;
font-weight: normal;
}

#wrapper-response {
margin-bottom: 15px;
}

#wrapper-response * {
font-size: 12px;
}

#shipping-rates {
list-style-type: square;
padding-left: 0;
margin-left: 0;
list-style-position: inside;
}

#address_province_container {

}

.get-rates {

}



.collection_details{
  min-height:210px;
}

.single-option-selector{
}

/*.removep span{display:none;}*/
.sku strong {font-weight:bold;}

.jcarousel-next-disabled-horizontal,  .jcarousel-prev-disabled-horizontal {display:none !important;}
ul.clients-carousel.jcarousel-list.jcarousel-list-horizontal{margin:0 auto !important;}