@charset utf-8;
/*--
	Theme Name: theme1838
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* Add Google WebFonts */
/*@import url(SquadaOne.css);
*/
@import url(../../../http/fonts.googleapis.com/MS_13.html);

#menu
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;  
	background: none repeat scroll 0 0 #f3f6fa;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #bbb;
    margin: 2px 0 0;
    position: relative;
	height:45px;
	/*background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);*/
	border-radius: 3px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 0 0px 0px 0px;
	position: relative;
	line-height: 0;
	margin:0px 0px 0px 0px;
	/*border-right:1px solid #ffcb05*/
}

#menu a 
{
	float: left;
	height: 44px;
	padding: 13px 23px 0px 23px;
	color: #000;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #000;*/
}

#menu li:hover > a
{
	color: #fafafa;
 background: url("wp-content/transformerservices/images/hover.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	
	
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99999;    
    background: #77d5f8;
    background: -moz-linear-gradient(#77d5f8, #2ec4fc);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2ec4fc),color-stop(1, #FF0));
    background: -webkit-linear-gradient(#77d5f8, #2ec4fc);    
    background: -o-linear-gradient(#77d5f8, #2ec4fc);	
    background: -ms-linear-gradient(#77d5f8, #2ec4fc);	
    background: linear-gradient(#77d5f8, #2ec4fc);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{

    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
	 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #ffcb05; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



* { margin:0px; padding:0px; list-style:none; }
/* General
---------------------------------------- */
html, body {
	min-width : 320px;/*height : 100%;
*/}
body {
	background : url(images/sun-bf.jpg);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	color : #FFF;
	position : relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	background-color:#1e72ae;
}
.ie8 body {
	min-width : 960px;
}
.bg {
	width : 100%;
	/*background : url(images/bg-tail.png) center 0 repeat;*/
}
body.home .bg {
	border-top : 1px solid #fff;
	padding : 25px 0;
}
.border-top {
	border-top : 1px solid #fff;
	background : url(images/body-tail.jpg) center top repeat;
}
.border-bot {
	padding : 0 0 9px;
	margin-bottom : 15px;
	background : url(images/border-bot.gif) center 100% no-repeat;
}
#main {
	font-size : 0.75em;
	line-height : 1.666em;
	min-height : 100%;
	margin : 0 auto -78px;
	position : relative;
	z-index : 1;
}
.block {
	height : 78px;
}
.main-bg {
/*	background : url(images/main-bg.jpg) 50% 0;*/
	position : relative;
	z-index : 2;
}
.home .main-bg {
	/*border-top : 1px solid #fff;
	box-shadow : 0 0 2px rgba(0, 0, 0, 0.2);*/
}
a {
	transition : color 0.3s ease-out;
}
dl dt {
	background : url(images/list-arrow.gif) 0 3px no-repeat;
	padding : 0 0 3px 32px;
	margin-bottom : 0.2em;
	font-size : 18px;
	line-height : 1.2em;
	color : #191919;
}
dl dd {
	padding : 0 0 0 32px;
	margin : 0 0 1.5em 0;
}
img {
	max-width : 100%;
	height : auto;
	position : relative;
}
.ie8 img {
	max-width : none !important;
}
.link {
	background : url(images/marker-2.gif) 0 0 no-repeat;
	border-bottom : 1px solid #8cb76e;
	display : inline-block;
	height : 5px;
	margin : 5px 0 0 5px;
	overflow : hidden;
	padding-bottom : 2px;
	text-indent : -999em;
	width : 13px;
}
.link:hover {
	border-bottom-color : transparent;
}
.link-1 {
	display : inline-block;
	padding-left : 7px;
	font-size : 12px;
	font-weight : bold;
	line-height : 20px;
	text-decoration : none;
	color : #18b7df;
	background : url(images/marker-2.gif) 0 9px no-repeat;
}
.link-1:hover {
	color : #828282;
	background-position : 0 9px;
	text-decoration : underline;
}
.img-shadow {
	display : inline-block;
	padding : 1px;
	background : #fff;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	margin : 3px;
	position : relative;
	border-radius : 4px;
	overflow : hidden;
	float : left;
}
.img-shadow img {
	border-radius : 4px;
}
ul {
	margin : 5px 0 5px 0px;
}
ul li {
	font-size : 12px;
	/*line-height : 10px;
*/font-weight : bold;
	margin: 2px 0px 2px 0px;
	padding : 2px 0px 2px 15px;
	/*background : url(images/marker-1.gif) 0 13px no-repeat;*/
}
ul li a {
	display : inline-block;
	color : #18b7df;
	text-decoration : none;
	transition : all 0.3s ease-out;
}
ul li a:hover {
	color : #828282;
	text-decoration : underline;
}
.list-2 ul {
	margin-bottom : 0;
}
.list-2 ul li {
	font-size : 12px;
	line-height : 15px;
	font-weight : bold;
	margin : 0;
	padding : 8px 0 7px 24px;
	/*background : url(images/marker-1.gif) 0 13px no-repeat;*/
}
.list-2 ul li > a {
	display : inline-block;
	color : #18b7df;
	text-decoration : none;
	transition : all 0.3s ease-out;
}
.list-2 ul li > a:hover {
	color : #828282;
	text-decoration : none;
}
.indent-left {
	padding-left : 20px;
}
.indent-right {
	padding-right : 30px;
}
.indent-bot {
	margin-bottom : 30px;
}
#header {
	position : relative;
	z-index : 99;
	height : 125px;
	/*background : url(images/header-bg.jpg) 50% 0;*/
}
.home #header {
	/*border-bottom : 1px solid #fff;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.2);*/
}
.row-top {
	width : 100%;
	padding : 5px 0 0 0;
}
#logo {
	position : relative;
	z-index : 1;
}
.logo {
	float : left;
	position : relative;
	padding : 18px 0 18px 0;
	margin-bottom : 0;
}
.logo h1, .logo h2 {
	font-family : 'Squada One', cursive;
	font-size : 50px;
	font-weight : 400;
	line-height : 1.2;
	margin-bottom : 0;
}
.logo h1 a, .logo h2 a {
	display : inline-block;
	color : #171717;
	padding : 0;
	text-decoration : none;
}
.logo .tagline {
	font-size : 12px;
	font-weight : bold;
	line-height : 1.25;
	text-transform : capitalize;
	margin : 0;
	color : #444;
	position : relative;
	z-index : 2;
	margin : 3px 0 0 3px;
}
.top-menu {
	float : right;
	padding : 57px 0 0;
	font-family : Trebuchet MS, sans-serif;
	color : #b0c0d1;
}
.top-menu a {
	font-weight : bold;
	text-decoration : none;
	color : #444;
	transition : all 0.3s ease-out;
}
.top-menu a:hover {
	text-decoration : underline;
	color : #18b7df;
}
.top-menu > a {
	margin : 0 5px;
}
#widget-header {
	text-align : right;
	float : right;
}
.menu {
	float : left;
	margin : 0 0 0 12px;
}
.reg-list {
	float : right;
}
.reg-list a {
	display : inline-block;
	margin : 0 2px;
}
#widget-header .social-networks {
	list-style-type : none;
	padding : 0;
	margin : 0;
	border : none;
}
#widget-header .social-networks li {
	display : inline;
	list-style-type : none;
	padding : 0;
	margin : 0;
}
#widget-header .social-networks li a {
	text-decoration : none;
}
#widget-header .social-networks li a:hover {
	text-decoration : none;
}
.tooltip {
	background : none 0 0 repeat scroll #252525;
	border : #000000 solid 1px;
	color : #EEEEEE;
	display : none;
	font-size : 11px;
	line-height : 1.2em;
	margin : 13px 0 0;
	padding : 5px;
	z-index : 99;
}
.top-box {
	overflow : hidden;
}
.top-box p {
	margin-bottom : 25px;
}
.top-box h2 {
	margin : 0;
}
.box-text {
	width : 100%;
	overflow : hidden;
	margin-bottom : 20px;
}
.icon-holder {
	float : left;
	margin-right : 10px;
}
#slider-wrapper {
	width : 100%;
	position : relative;
	z-index : 1;
/*	background:rgba(88,125,193,0.6);*/
}
.slider-bg {
	width : 100%;
	padding : 43px 0 0px 0px;
}
.flexslider-holder {
	height : 350px;
	width : 100%;
	background : url(images/loader.png) 50% 50% no-repeat !important;
}
.flexslider {
	background : url(images/loader.png) 50% 50% no-repeat #fff !important;
}
.row-nav {
	border : #fff solid 1px;
	box-shadow : 0 0 2px #bbb;
	background : #f3f6fa;
	position : relative;
	border-radius : 5px;
	margin : 2px 0 0 0;
}
.ie8 .row-nav {
	border-radius : 0;
}
nav.primary {
	position : relative;
	z-index : 2;
	float : left;
}
.sf-menu, .sf-menu * {
	margin : 0;
	padding : 0;
	list-style : none;
}
.sf-menu {
	line-height : 20px;
}
.sf-menu ul {
	position : absolute;
	top : -999em;
	width : 199px;
	padding : 10px 7px;
	background : url(images/menu-ul-tail.gif) 0 0 repeat-x #f1f3f6;
	border : #fff solid 1px;
	box-shadow : 0 0 3px #d9dce0;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.27);
	border-radius : 6px;
}
.sf-menu ul li {
	width : 100%;
}
.sf-menu li:hover {
	visibility : inherit;
}
.sf-menu li {
	float : left;
	position : relative;
}
.sf-menu a {
	display : inline-block;
	position : relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left : 0;
	top : 58px;
	z-index : 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top : -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left : 176px;
	top : -10px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top : -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left : 160px;
	top : 0;
}
.sf-menu > li > a {
	font-size : 16px;
	font-weight : bold;
	line-height : 1;
	text-shadow : 0 1px #fff;
	text-decoration : none;
	text-transform : capitalize;
	color : #444;
	background : url(images/menu-active.gif) 0 -999em no-repeat;
	padding : 19px 30px 18px 29px;
	transition : all 0.3s ease-out;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.current-menu-item > a, .sf-menu > li.current-page-ancestor > a {
	color : #fff;
	text-shadow : 0 1px #4668b1;
	background-position : 0 0;
	background-repeat : repeat-x;
	background-color : #08a9d2;
	text-decoration : none !important;
}
.sf-menu > li:first-child a {
	border-radius : 5px 0 0 5px;
}
.sf-menu li {
	background : url(images/menu-spacer.gif) right 0 repeat-y;
	padding-right : 2px;
}
.sf-menu li li {
	background : url(images/menu-ul-border-top.gif) 0 0 repeat-x;
	padding : 9px 0;
}
.sf-menu li li:first-child {
	background : none;
}
.sf-menu li li a {
	padding : 0 0 0 12px;
	font-size : 12px;
	line-height : 18px;
	font-weight : bold;
	text-transform : capitalize;
	text-decoration : none;
	color : #444;
	text-shadow : 1px 1px 0 #fff;
	transition : all 0.3s ease-out;
}
.sf-menu li li.sfHover > a, .sf-menu li li > a:hover, .sf-menu li li.current-menu-item > a, .sf-menu li li.current-page-ancestor > a {
	color : #18b7df;
	text-decoration : none !important;
}
.sf-sub-indicator {
	position : absolute;
	display : block;
	left : 50%;
	top : 40px;
	margin-left : -5px;
	width : 9px;
	height : 5px;
	text-indent : -999em;
	overflow : hidden;
	background : url(images/arrows-ffffff.gif) 0 0 no-repeat;
}
.sf-menu > li.current-menu-item > a .sf-sub-indicator, .sf-menu > li > a:hover > .sf-sub-indicator, .sf-menu > li.sfHover > a > .sf-sub-indicator, .sf-menu > li.current-page-ancestor > a > .sf-sub-indicator {
	background-position : 0 -13px;
}
.sf-menu li li .sf-sub-indicator {
	display : none;
}
.sf-shadow ul {
	box-shadow : 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.sf-shadow ul.sf-shadow-off {
	background : transparent;
}
.select-menu {
	border : #d8d8d8 solid 1px;
	background-color : #f9fafb;
	display : none;
	width : 100%;
	height : 30px;
	padding : 5px;
	cursor : pointer;
	border-radius : 6px;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
.select-menu option {
	padding : 5px;
	cursor : pointer;
}
.select-menu option.main_item {
	font-weight : bold;
}
#top-search {
	float : right;
	padding : 10px 14px 0 0;
	position : relative;
}
#top-search form {
	width : 190px;
	padding : 2px 5px;
	border : #d8d8d8 solid 1px;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.1) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.9);
	background : #f8f9fb;
	border-radius : 7px;
	position : relative;
}
#top-search .sform {
	width : 190px;
	padding : 2px 5px;
	border : #d8d8d8 solid 1px;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.1) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.9);
	background : #f8f9fb;
	border-radius : 7px;
	position : relative;
}
#top-search .input-search {
	width : 155px;
	margin : 0;
	border : none;
	background : #f8f9fb;
	box-shadow : none;
	border-radius : 0;
}
#top-search #search-submit {
	cursor : pointer;
	margin : 0;
	padding : 0;
	width : 11px;
	height : 11px;
	background : url(images/search-icon.gif) 0 0 no-repeat #f8f9fb;
	box-shadow : none;
	border-radius : 0;
	border : none !important;
	text-indent : -999em;
	overflow : hidden;
	position : absolute;
	top : 10px;
	top : 10px;
	transition : none;
}
#top-search #search-submit:hover {
	background : url(images/search-icon.gif) 0 bottom no-repeat #f8f9fb;
}
.primary_content_wrap {
	position : relative;
	z-index : 1;
	padding : 45px 0 32px;
	background-color:#FFF;
}
body.home .primary_content_wrap {
	padding : 20px 0 0px;
}
#content.left {
	float : right !important;
}
h3#comments {
	padding-top : 25px;
}
.commentlist {
	list-style-type : none;
	padding : 0;
	margin : 0;
	position : relative;
	overflow : hidden;
}
li.comment {
	list-style-type : none;
	overflow : hidden;
	position : relative;
	padding : 0;
	margin : 0;
	background : none;
}
li.comment > div {
	padding-bottom : 7px;
}
li.comment .comment-body {
	padding : 20px;
	position : relative;
	overflow : hidden;
	background : #f3f7f9;
	border : #fff solid 1px;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	margin : 3px;
	border-radius : 4px;
}
.comment-author {
	padding : 0;
}
.comment-meta {
	font-size : 12px;
	line-height : 20px;
	color : #18b7df;
	font-weight : bold;
	margin-bottom : 10px;
}
li.comment .avatar {
	float : left;
	margin : 3px 20px 3px 3px;
	border : #fff solid 1px;
	vertical-align : top;
	overflow : hidden;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.25);
	border-radius : 4px;
}
li.comment .avatar {
	display : block;
	vertical-align : top;
	overflow : hidden;
}
.commentlist ul.children {
	margin : 0;
	padding : 0 0 0 20px;
	position : relative;
	overflow : hidden;
}
.reply {
	text-align : right;
}
.reply a {
	display : inline-block;
	padding-left : 7px;
	font-size : 12px;
	font-weight : bold;
	line-height : 20px;
	text-decoration : none;
	color : #18b7df;
	background : url(images/marker-2.gif) 0 9px no-repeat;
}
.reply a:hover {
	color : #828282;
	background-position : 0 9px;
	text-decoration : underline;
}
.allowed_tags {
	background : #eee;
	padding : 15px;
	font-size : 11px;
	font-family : "Courier New", Courier, monospace;
	color : #666;
}
.allowed_tags strong {
	font-family : Tahoma, Geneva, sans-serif;
}
#respond {
	padding : 15px 0 0 0;
	position : relative;
	overflow : hidden;
}
.post-holder {
	padding-bottom : 28px;
	margin-bottom : 28px;
	background : url(images/hr.gif) 0 100% repeat-x;
	position : relative;
	overflow : hidden;
}
.post-holder .entry-header h2 {
	margin-bottom : 0.2em;
}
.post-holder.single-post {
	margin-bottom : 30px;
	overflow : hidden;
	width : 100%;
}
.post-thumb {
	float : left;
	margin : 3px 20px 3px 3px;
	background : none 0 0 repeat scroll #FFFFFF;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	padding : 1px;
	position : relative;
	border-radius : 4px;
	overflow : hidden;
}
.post-thumb img {
	border-radius : 4px;
}
.post-thumb.large {
	margin-right : 3px;
	float : none;
	overflow : hidden;
	margin-bottom : 1.5em;
}
.post-thumb.large .img-wrap {
	float : none;
	display : block;
	overflow : hidden;
}
.post-thumb.large img {
	width : 100% !important;
	height : auto !important;
}
.post-content .excerpt {
	margin-bottom : 1.5em;
}
.pagination a {
	display : inline-block;
	padding : 0 5px;
	background : #eee;
}
.entry-header {
	overflow : hidden;
	width : 100%;
}
.post-holder footer {
	clear : both;
	padding : 15px 0 0 0;
}
.post-holder.single-post footer {
	margin-top : 20px;
}
.post-meta {
	position : relative;
	margin-bottom : 10px;
}
.post-meta time {
	color : #828282;
	display : inline-block;
	float : left;
	margin : 0 10px 0 0;
	padding-left : 20px;
	background : url(images/time-bg2.png) 0 4px no-repeat;
}
.post-meta a[rel="author"] {
	color : #828282;
	display : inline-block;
	float : left;
	text-decoration : none;
	margin : 0 10px 0 0;
	padding-left : 20px;
	background : url(images/author-bg.png) 0 4px no-repeat;
}
.post-meta a[rel="author"]:hover, .post-meta .comments-link:hover {
	text-decoration : underline;
}
.post-meta h3 {
	overflow : hidden;
	margin : 0;
}
.post-meta .comments-link {
	display : inline-block;
	text-decoration : none;
	color : #828282;
	background : url(images/comment-bg.png) 0 4px no-repeat;
	float : left;
	margin-right : 10px;
	padding-left : 20px;
}
p.gravatar {
	float : left;
	margin-right : 20px;
}
.post-edit-link {
	display : block;
	position : absolute;
	top : 0;
	top : 0;
	padding : 2px 7px;
	background : #000;
	color : #fff;
	font-size : 10px;
	text-transform : uppercase;
	text-decoration : none;
	border-radius : 3px;
}
.post-edit-link:hover {
	background : #666;
}
.alignleft {
	float : left;
	margin : 0 9px 15px 0;
}
.alignright {
	float : right;
}
.aligncenter {
	text-align : center;
	margin : 0 auto;
}
.alignnone {
	margin : 3px 3px 10px 3px;
	padding : 1px;
	background : #fff;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	position : relative;
}
article .post-content img {
	max-width : 710px;
}
.frame {
	padding : 1px;
	background : #fff;
	display : block;
	margin : 6px 20px 10px 3px;
	border-radius : 4px;
	overflow : hidden;
	position : relative;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
}
.frame img.alignleft, .frame img.alignright, .frame img.alignnone {
	margin : 0;
	padding : 0;
	border : none;
	border-radius : 4px;
}
.frame.alignleft img, .frame.alignright img, .frame.alignnone img {
	width : 100% !important;
	height : auto !important;
}
.wp-pagenavi {
	clear : both;
	overflow : hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
	display : inline-block;
	font-size : 12px;
	line-height : 20px;
	font-weight : bold;
	color : #828282;
	text-decoration : none;
	margin : 3px 8px 15px 8px;
	transition : all 0.3s ease-out;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color : #18b7df;
}
.wp-pagenavi .pages {
	float : right;
	border : none;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
	display : inline-block;
	padding : 0 13px;
	margin : 1px 2px 15px 3px;
	font-size : 12px;
	line-height : 35px;
	height : 35px;
	font-weight : bold;
	text-transform : capitalize;
	text-decoration : none;
	border-radius : 5px;
	color : #fff;
	background : #353535;
	border : none;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
	text-shadow : none;
	color : #fff;
	background : #18b7df;
}
nav.oldernewer {
	width : 100%;
	overflow : hidden;
	margin-bottom : 1.5em;
}
.older {
	float : left;
}
.newer {
	float : right;
}
#post-author {
	overflow : hidden;
	border : #dbdbdb solid 1px;
	padding : 20px;
	margin-bottom : 2em;
}
#author-link {
	margin-top : 1.5em;
}
#post-author .gravatar {
	margin : 0 20px 0 0;
}
#post-author .gravatar img {
	background : #fff;
	border : #dbdbdb solid 1px;
	padding : 5px;
}
#recent-author-posts {
	margin-bottom : 3em;
}
.author-info {
	width : 100%;
	overflow : hidden;
	margin-bottom : 3em;
	padding-bottom : 2em;
	border-bottom : 1px solid #eee;
}
.author-info .avatar {
	margin : 0 20px 0 0;
}
.author-info .avatar img {
	float : left;
	background : #fff;
	padding : 3px;
	border : #dbdbdb solid 1px;
	position : relative;
	border-radius : 4px;
}
.author-meta {
	margin-bottom : 20px;
	overflow : hidden;
	width : 100%;
}
.author-meta p.gravatar {
	margin : 0;
}
#error404 {
	padding : 30px 0 0 0;
}
.error404-num {
	font-size : 250px;
	line-height : 1.2em;
	color : #6884c2;
	text-align : center;
}
#error404 hgroup {
	margin : 0 0 2em 0;
	padding-top : 50px;
}
#error404 hgroup h1 {
	font-size : 3em;
	margin-bottom : 0.2em;
}
.latestwork {
	width : 100%;
	overflow : hidden;
	list-style-type : none;
	padding : 0;
	margin : 0;
}
.latestwork li {
	float : left;
	margin-right : 20px;
}
.header-title {
	margin-bottom : 20px;
}
.header-title h1 {
	margin-bottom : 0;
}
.header-title .page-desc {
	font-size : 0.91em;
	color : #999;
}
.bullet {
	background : url(images/marker-2.gif) 10px 9px no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	text-align: justify;
	display: table;
}
.bullet-list {
	padding-left: 30px;
	margin-bottom: 5px;
	display: table;
}
#gallery .portfolio {
	width : 100%;
	overflow : hidden;
	list-style-type : none;
	padding : 0;
	margin : 0;
}
#gallery .portfolio li {
	display : inline-block;
	vertical-align : top;
	width : 306px;
	margin : 0 7px 15px 0;
	padding : 0;
	position : relative;
}
* + html #gallery .portfolio li {
	display : inline;
}
#gallery .portfolio li.nomargin {
	margin-right : 0 !important;
}
#gallery .portfolio li a.image-wrap {
	display : block;
	overflow : hidden;
	width : 296px;
	height : 184px;
	padding : 1px;
	margin : 3px;
	position : relative;
	border-radius : 4px;
	box-shadow : -1px -1px 1px #ccc, -1px 1px 1px #ccc, 1px -1px 1px #ccc, 1px 1px 1px #ccc;
	background : url(images/loader.png) 50% 50% no-repeat #fff;
	transition : all 0.3s ease-out;
}
#gallery .portfolio li a.image-wrap img {
	float : left;
	border-radius : 4px;
	overflow : hidden;
}
#gallery .portfolio .folio-desc {
	margin-bottom : 0;
	padding : 1.5em 0 0 3px;
}
#gallery .portfolio p.excerpt {
	padding : 0;
}
.zoom-icon {
	display : block;
	position : absolute;
	left : 1px;
	top : 1px;
	top : 1px;
	bottom : 1px;
	cursor : pointer;
	background : rgba(0, 0, 0, 0.4);
	opacity : 0;
	border-radius : 4px;
}
.no-rgba .zoom-icon {
	background : url(images/black-opacity-60.png);
	visibility : hidden;
}
.zoom-icon:before {
	content : "";
	display : block;
	position : absolute;
	left : 50%;
	top : 50%;
	width : 25px;
	height : 26px;
	margin : -13px 0 0 -13px;
	background : url(images/magnify-alt.png) 50% 50% no-repeat;
}
.image-wrap:hover .zoom-icon {
	opacity : 1;
}
.no-rgba .image-wrap:hover .zoom-icon {
	visibility : visible;
}
#gallery.one_column .portfolio li {
	width : 100%;
	margin-right : 0;
	margin-left : 0;
}
#gallery.one_column .portfolio li a.image-wrap {
	width : 536px;
	height : 314px;
	float : left;
	margin-right : 20px;
}
#gallery.one_column .folio-desc {
	overflow : hidden;
	padding : 0;
}
#gallery.two_columns .portfolio li {
	width : 466px;
	margin-right : 4px;
}
#gallery.two_columns .portfolio li a.image-wrap {
	width : 456px;
	height : 274px;
}
#gallery.four_columns .portfolio li {
	width : 226px;
	margin-right : 8px;
}
#gallery.four_columns .portfolio li a.image-wrap {
	width : 216px;
	height : 134px;
}
.widget {
	padding-bottom : 20px;
	margin-bottom : 30px;
	background : url(images/hr.gif) 0 100% repeat-x;
	overflow : hidden;
}
.widget.last-item {
	padding : 0;
	margin : 0;
	background : none;
}
#calendar_wrap {
	padding : 0;
}
#wp-calendar {
	width : 100%;
}
#wp-calendar caption {
	text-align : center;
}
#wp-calendar td {
	text-align : center;
	padding : 6px 0;
	border : none;
}
#wp-calendar caption {
	font-size : 16px;
	color : #000;
	font-weight : bold;
	padding : 4px 0;
	margin-bottom : 5px;
}
#wp-calendar thead th {
	padding : 7px 0;
	font-size : 14px;
	color : #18b7df;
	text-align : center;
}
#wp-calendar #prev {
	text-align : left;
}
#wp-calendar #next {
	text-align : right;
}
.faq_list {
	margin : 0;
}
.faq_list dt {
	color : #18b7df;
	position : relative;
	padding : 0 0 5px 28px;
	font-size : 12px;
	line-height : 1.25;
	font-weight : bold;
	text-transform : uppercase;
	margin : 0;
	background : none;
}
.faq_list span.marker {
	display : block;
	position : absolute;
	left : 0;
	top : 0;
	font-size : 15px;
	color : #333;
	font-weight : bold;
}
.faq_list dd {
	padding : 0 0 0 28px;
	position : relative;
	margin : 0 0 2em 0;
}
.faq_list dd .marker {
	top : 3px;
}
ul.recentcomments {
	padding : 0;
	margin : 0;
}
ul.recentcomments li {
	border-top : 1px solid #c6c6c6;
	padding : 25px 0 25px 0;
	margin : 0;
	border-bottom : none;
	background : none;
	overflow : hidden;
	list-style-type : none;
}
ul.recentcomments li:first-child {
	padding-top : 0;
	border-top : none;
}
ul.recentcomments li img {
	float : left;
	margin : 0 12px 0 0;
}
ul.recentcomments .comment-body {
	padding : 15px 0 0 0;
}
ul.recentcomments .comment-body a {
	text-decoration : none;
	color : #96999d;
}
ul.recentcomments .comment-body a:hover {
	color : #000;
	text-decoration : underline;
}
ul.recentcomments li h4 {
	margin-bottom : 0.1em;
}
ul.recentcomments li h4 a {
	text-decoration : none;
}
ul.recentcomments li h4 a:hover {
	color : #000;
}
ul.recentcomments li small {
	font-size : 11px;
	color : #6a6a6a;
}
.post_list {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
.post_list li {
	overflow : hidden;
	padding : 12px 0 11px;
	margin : 0;
}
.post_list li:first-child {
	border-top : none !important;
	padding-top : 0;
}
.post_list li.last {
	border-bottom : none !important;
}
.post_list li img {
	float : left;
	margin : 0 15px 0 0;
}
.post_list.services li {
	font-size : 12px;
	line-height : 15px;
	font-weight : bold;
	padding : 7px 0 8px 24px;
	background : url(images/marker-1.gif) 0 12px no-repeat;
}
.post_list.services li .post-title {
	display : inline-block;
	color : #18b7df;
	text-decoration : none;
	transition : all 0.3s ease-out;
}
.post_list.services li .post-title:hover {
	color : #828282;
	text-decoration : underline;
}
.post_list.decorate li {
	padding : 0;
	border : none;
}
.post_list.decorate .post-title {
	display : inline-block;
	font-size : 12px;
	line-height : 20px;
	font-weight : bold;
	color : #18b7df;
	text-decoration : none;
	text-transform : uppercase;
	margin-bottom : 10px;
}
.post_list.decorate .post-title:hover {
	color : #828282;
	text-decoration : underline;
}
.post_list.decorate figure {
	margin-bottom : 10px;
	overflow : hidden;
}
.post_list.decorate img {
	float : none;
	margin : 0;
}
.post_list.decorate .post_content {
	margin-bottom : 15px;
}
.popular-posts {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
.popular-posts li {
	overflow : hidden;
	margin : 0 0 2em 0;
	list-style-type : none;
	padding : 0;
}
.popular-posts li .post-thumb {
	float : left;
	margin-right : 20px;
	width : 100px;
	height : 100px;
	overflow : hidden;
	padding : 1px;
	border : #dbdbdb solid 1px;
}
.popular-posts li .post-thumb.empty-thumb {
	background : url(images/empty_thumb.gif) 50% 50% no-repeat #ececec;
}
.popular-posts li h5 {
	font-size : 1em;
	margin-bottom : 0.5em;
}
.popular-posts li .excerpt {
	margin-bottom : 0.8em;
}
.slides_container {
	width : 270px;
	display : none;
}
.slides_container .item {
	width : 270px;
	height : 170px;
	display : block;
}
.pagination {
	list-style : none;
	margin : 0;
	padding : 0;
}
.pagination {
	text-align : center;
}
.pagination li {
	list-style-type : none;
	margin : 0;
	padding : 0;
	display : inline;
	padding : 0 3px;
}
.pagination .current a {
	color : red;
}
.es-carousel-wrapper {
	background : #101010;
	padding : 10px 37px;
	border-radius : 10px;
	position : relative;
}
.es-carousel {
	overflow : hidden;
	background : #000;
}
.es-carousel ul {
	display : none;
}
.es-carousel ul li {
	height : 100%;
	float : left;
	display : block;
	list-style-type : none;
	padding : 0;
	margin : 0;
	color : #fff;
}
.es-carousel ul li .thumbnail {
	display : block;
	border-style : solid;
	border-color : #222;
}
.es-carousel ul li a img {
	display : block;
	border : none;
	max-height : 100%;
	max-width : 100%;
}
.es-nav span {
	position : absolute;
	top : 50%;
	left : 12px;
	background : url(images/nav.png) top left no-repeat transparent;
	width : 14px;
	height : 26px;
	margin-top : -13px;
	text-indent : -9000px;
	cursor : pointer;
	opacity : 0.800000011920928955078125;
}
.es-carousel ul li h4 {
	margin-bottom : 0.5em;
}
.es-carousel ul li .excerpt {
	margin-bottom : 10px;
}
.es-nav span.es-nav-next {
	top : 12px;
	left : auto;
	background-position : top right;
}
.es-nav span:hover {
	opacity : 1;
}
.testimonials {
	padding : 0;
	margin : 0;
}
.testimonials div.testi_item {
	padding : 0;
	margin : 0 0 2em 0;
	background : none;
}
.name-testi {
	padding : 15px 0 0;
	font-weight : bold;
	display : block;
	color : #18b7df;
	font-style : normal;
	font-size : 12px;
	line-height : 20px;
	font-family : Arial, Helvetica, sans-serif;
}
.name-testi.single-testi {
	text-align : right;
}
.name-testi span {
	text-transform : uppercase;
}
.name-testi a {
	font-weight : normal;
}
.testimonials .thumb {
	float : left;
	margin-right : 20px;
}
.testimonials div.testi_item blockquote {
	border : #fff solid 1px;
	padding : 15px 18px 15px 20px;
	margin : 3px 3px 20px 3px;
	background : #f3f7f9;
	box-shadow : 0 0 3px #ccc;
	position : relative;
}
.testimonials div.testi_item blockquote:after {
	display : block;
	content : '';
	width : 19px;
	height : 12px;
	background : url(images/testi-marker.png) 0 0 no-repeat;
	position : absolute;
	left : 17px;
	bottom : -12px;
	z-index : 99;
}
.testimonials div.testi_item blockquote a {
	text-decoration : none;
	color : #18b7df;
	font-style : italic;
}
.testimonials div.testi_item blockquote a:hover {
	text-decoration : underline;
}
.testimonials div.testi_item blockquote a:after {
	content : "\"";
}
.testimonials div.testi_item blockquote a:before {
	content : "\"";
}
#testi-cycle .testi_item {
	display : none;
}
#testi-controls {
	text-align : center;
	overflow : hidden;
}
#testi-controls ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}
#testi-controls ul li {
	padding : 0;
	margin : 0 2px 0 0;
	display : inline-block;
}
* + html #testi-controls ul li {
	display : inline;
}
.latestpost {
	list-style-type : none;
	margin : 0;
	padding : 0 0 0 0;
}
.latestpost li {
	margin : 0 0 16px 0;
	padding : 0 0 18px 0 !important;
	list-style-type : none;
	/*background : url(images/border-1.gif)*/ border-bottom:1px dotted #003e7e; 0 bottom repeat-x !important;
	font-weight : normal !important;
	line-height : 20px !important;
}
.latestpost li p {
	margin-bottom : 12px;
}
.latestpost li time {
	display : block;
	float : left;
	margin : 5px 10px 0 0;
	font-size : 12px;
	font-weight : bold;
	line-height : 14px;
	color : #353535;
	text-shadow : 1px 1px #fff;
	text-align : center;
	text-transform : uppercase;
}
.latestpost li time span {
	display : block;
	width : 32px;
	height : 30px;
	text-align : center;
	font-size : 13px;
	line-height : 33px;
	padding : 3px 0 0;
	background : url(images/time-bg.png) 0 0 no-repeat;
	overflow : hidden;
}
.latestpost li h4 {
	font-size : 12px;
	font-weight : bold;
	line-height : 20px;
	text-transform : uppercase;
	margin-bottom : 5px;
	overflow : hidden;
}
.latestpost li h4 a {
	color : #828282;
	text-decoration : none;
	transition : all 0.3s ease-out;
}
.latestpost li h4 a:hover {
	color : #18b7df;
}
.latestpost li .excerpt {
	margin-bottom : 15px;
	overflow : hidden;
}
#recentcomments li a {
	background : none;
}
.twitter_update_list {
	overflow : hidden;
}
.twitter ul li {
	list-style-type : none;
	margin : 0 0 15px 0;
	padding : 0 0 0 37px;
	background : url(images/twitter-icon.png) 0 0 no-repeat;
}
.twitter ul li .twitt-body {
	padding : 0 0 5px 0;
}
.twitter ul li .twitt-body a {
	font-weight : bold;
}
.twitter ul li a.timesince {
	font-size : 11px;
}
.flickrImages {
	overflow : hidden;
	position : relative;
}
.flickrImages a {
	float : left;
	display : block;
	width : 75px;
	height : 75px;
	background : #000;
	margin : 0 1px 1px 0;
}
.flickrImages a img {
	max-width : 100%;
	height : auto;
}
.flickrImages a.link {
	display : inline;
	float : none;
	width : auto;
	height : auto;
	margin : 0;
	background : none;
}
.banners-holder {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
.banners-holder li {
	list-style-type : none;
	float : left;
	margin : 0 3px 3px 0;
	padding : 0;
}
.banners-holder li img {
	vertical-align : top;
	float : left;
}
article.testimonial {
	border : none;
	padding : 30px 30px 30px 235px;
	width : auto;
	background : url(images/quotes.png) 170px 20px no-repeat;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 14px;
	line-height : 20px;
	font-weight : normal;
	margin-bottom : 35px;
}
article.testimonial .name-testi {
	display : block;
	text-align : right;
	font-style : normal;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.2em;
}
article.testimonial .name-testi span {
	text-transform : uppercase;
}
article.testimonial .name-testi a {
	text-decoration : none;
}
article.testimonial .name-testi a:hover {
	text-decoration : underline;
}
blockquote.testi-single {
	font-family : Georgia, "Times New Roman", Times, serif;
	border : none;
	padding : 30px 30px 30px 235px;
	width : auto;
	background : url(images/quotes.png) 170px 20px no-repeat;
	font-size : 14px;
	line-height : 1.5em;
	font-style : italic;
	margin : 0 0 2em 0;
	position : relative;
}
blockquote.testi-single p {
	margin : 0 0 1em 0;
	padding : 0;
}
.testi-pic {
	position : absolute;
	left : 10px;
	top : 10px;
}
.testi-pic img {
	padding : 1px;
	background : #fff;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	position : relative;
	border-radius : 4px;
	overflow : hidden;
}
.recent-posts {
	margin : 0;
	padding : 0;
	width : 100%;
	overflow : hidden;
	border : none;
}
.recent-posts li {
	margin : 0 0 20px 0;
	padding : 0;
	border : none;
	list-style-type : none;
	font-weight : normal;
	background : none;
}
.recent-posts li img.thumb {
	float : left;
	margin : 0 20px 0 0;
}
.recent-posts li h5 {
	font-size : 1em;
	margin-bottom : 0;
}
.recent-posts li .excerpt {
	margin-bottom : 1.5em;
}
.recent-posts li span.meta {
	display : block;
	margin-bottom : 0.5em;
	font-size : 10px;
	color : #888;
	text-transform : uppercase;
}
.recent-posts.team {
	margin : 0;
	padding : 0;
}
.recent-posts.team li {
	float : left;
	width : 15.5%;
	overflow : hidden;
	margin : 0 0 0 1.4%;
	background : none;
	font-weight : normal;
	padding : 0;
}
.recent-posts.team li:first-child {
	margin-left : 0;
}
.recent-posts.team li > a.img-thumb {
	display : block;
	overflow : hidden;
}
.recent-posts.team li .thumb-wrap {
	overflow : hidden;
	margin : 3px;
	padding : 1px;
	background : #fff;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	position : relative;
	border-radius : 4px;
}
.recent-posts.team li h3 {
	padding-top : 10px;
	margin-bottom : 3px;
}
.recent-posts.team li img.thumb {
	height : auto;
	margin : 0;
	border-radius : 4px;
}
.recent-posts.services {
	list-style-type : none;
	padding : 1.5em 0 0 0;
	margin : 0 0 -30px 0;
	overflow : hidden;
}
.recent-posts.services li {
	float : left;
	width : 45%;
	margin : 0 5% 30px 0;
	background : none;
	font-weight : normal;
	padding : 0;
}
.recent-posts.services li:nth-child(2n) {
	margin-right : 0;
}
.recent-posts.services li.nomargin {
	margin-right : 0;
}
.recent-posts.services li img.thumb {
	margin-right : 3px;
}
.recent-posts.services li h3 {
	padding-top : 8px;
}
.recent-posts.services li h3 a {
	color : #191919;
}
.recent-posts.researches li {
	margin : 0 0 35px;
	background : none;
	font-weight : normal;
	padding : 0;
}
.recent-posts.researches li .thumb-wrap {
	overflow : hidden;
	float : left;
	margin : 3px 20px 3px 3px;
	padding : 1px;
	background : #fff;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	position : relative;
	border-radius : 4px;
}
.recent-posts.researches li .excerpt {
	margin-bottom : 10px;
}
.recent-posts.researches li img.thumb {
	height : auto;
	margin : 0;
	border-radius : 4px;
}
.recent-posts.research-solutions {
	margin : 0;
	padding : 0;
}
.recent-posts.research-solutions li {
	float : left;
	width : 23.5%;
	overflow : hidden;
	margin : 0 0 0 2%;
	background : none;
	font-weight : normal;
	padding : 0;
}
.recent-posts.research-solutions li:first-child {
	margin-left : 0;
}
.recent-posts.research-solutions li > a.img-thumb {
	display : block;
	overflow : hidden;
}
.recent-posts.research-solutions li .thumb-wrap {
	overflow : hidden;
	margin : 3px;
	border : #fff solid 1px;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	position : relative;
	border-radius : 4px;
}
.recent-posts.research-solutions li h3 {
	padding-top : 10px;
	margin-bottom : 3px;
}
.recent-posts.research-solutions li img.thumb {
	height : auto;
	width : 100%;
	margin : 0;
	border-radius : 4px;
}
.tags-cloud a, .tagcloud a {
	display : inline-block;
	background : #18b7df;
	padding : 2px 7px;
	border-radius : 3px;
	text-decoration : none;
	color : #fff;
	margin : 0 1px 4px 0;
	font-size : 11px !important;
	box-shadow : 1px 1px 0 rgba(0, 0, 0, 0.2);
	line-height : 1.5em;
	vertical-align : top;
	position : relative;
	transition : all 0.3s ease-out;
}
.tags-cloud a:hover, .tagcloud a:hover {
	background : #828282;
}
.recent-comments {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
.recent-comments li {
	padding : 0;
	margin : 0;
	border : none;
	padding-bottom : 0.5em;
	background : none;
	font-weight : normal;
	padding : 0;
}
#footer {
	font-size : 12px;
	line-height : 1.666em;
/*	border-top : 1px solid #0000FF;*/
	padding : 52px 0 1px;
	height : 58px;
	position : relative;
	z-index : 5747542;
	color:#FFF;
	background : url(images/footer-bg.png);
	background-repeat:no-repeat;
	
	margin:-67px 0px 0px 0px; 
}
.footer-bg {
	width : 100%;
	padding : 24px 0 15px;
}
#widget-footer {
	float : right;
}
#widget-footer .social-networks {
	margin : 0;
}
#widget-footer .social-networks li {
	list-style-type : none;
	margin : 0;
	float : left;
	padding : 0 7px 0 9px;
	background : url(images/social-spacer.gif) 0 3px no-repeat;
	font-weight : normal;
}
#widget-footer .social-networks li:first-child {
	background : none;
}
nav.footer ul {
	margin : 0;
	padding : 0;
}
nav.footer ul li {
	list-style-type : none;
	display : inline;
	padding : 0 15px 0 0;
	margin : 0;
	line-height : 15px;
	font-weight : normal;
	background : none;
}
nav.footer ul li.current_page_item a, nav.footer ul li a:hover {
	text-decoration : underline !important;
	color : #828282 !important;
}
#copyright {
	float : left;
}
#footer a {
	text-decoration : none;
	color : #FFF;
}
#footer a:hover {
	color : #18b7df;
	text-decoration : underline;
}
/*#footer .design-by {
margin-left:50px;
}*/
.button {
	display : inline-block;
	padding : 0 13px;
	margin : 1px 2px 3px;
	font-size : 12px;
	line-height : 35px;
	height : 35px;
	font-weight : bold;
	text-transform : capitalize;
	text-decoration : none;
	border-radius : 5px;
	color : #fff;
	background : #353535;
	border : none;
	transition : all 0.3s ease-out;
}
.button:hover {
	text-shadow : none;
	color : #fff;
	background : #18b7df;
}
.button-alt, button, input.button {
	display : inline-block;
	padding : 0 13px;
	margin : 1px 2px 3px;
	font-size : 12px;
	line-height : 35px;
	height : 35px;
	font-weight : bold;
	text-transform : capitalize;
	text-decoration : none;
	border-radius : 5px;
	color : #fff;
	background : #353535;
	border : none;
	transition : all 0.3s ease-out;
}
.button-alt:hover, button:hover, input.button:hover {
	text-shadow : none;
	color : #fff;
	background : #18b7df;
}
#back-top-wrapper {
	width : 100%;
	position : absolute;
	overflow : hidden;
	height : 56px;
	display : block !important;
}
#back-top {
	position : fixed;
	bottom : 60px;
	left : 50%;
	margin-left : 500px !important;
	margin-bottom : 0;
	display : block;
}
#back-top a {
	width : 58px;
	height : 58px;
	display : block;
	text-align : center;
	font-family : 'Squada One', cursive;
	font-size : 18px;
	font-weight : 400;
	line-height : 58px;
	text-transform : uppercase;
	text-decoration : none !important;
	text-shadow : 0 0 2px #666;
	color : #000;
	background : #f3f5f9;
	border : #fff solid 1px;
	border-radius : 3px;
	box-shadow : 0 0 3px #ccc;
	transition : all 0.3s ease-out;
}
#back-top a:hover {
	color : #fff;
	background : #18b7df;
	border-color : #18b7df;
	text-shadow : none;
}
.featured-thumbnail {
	float : left;
	margin : 0 20px 0 0;
}
.featured-thumbnail {
	background : none 0 0 repeat scroll #FFFFFF;
	box-shadow : -1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	float : left;
	margin : 3px 20px 3px 3px;
	padding : 1px;
	position : relative;
	overflow : hidden;
	border-radius : 4px;
}
.featured-thumbnail img {
	border-radius : 4px;
}
.tabs {
	margin : 1px 0 20px 0;
}
.tabs .tab-wrapper {
	border : #dddddd solid 1px;
	border-radius : 0 5px 5px 5px;
	margin : -1px 0 0 0;
}
.tabs .tab-menu ul {
	list-style : none;
	margin : 0 !important;
	padding : 0 !important;
}
.tabs .tab-menu li {
	display : inline;
	float : left;
	margin : 0;
	padding : 0;
	background : none;
	font-weight : normal;
	padding : 0;
}
.tabs .tab-menu a {
	background-color : #fafafa;
	border : #dddddd solid 1px;
	border-radius : 5px 5px 0 0;
	color : #aaaaaa;
	display : block;
	font-size : 12px;
	letter-spacing : 1px;
	margin : 0 2px 0 0;
	padding : 8px 20px;
}
.tabs .tab-menu a:hover {
	background-color : #f2f2f2;
	color : #666666;
}
.toggle {
	padding : 0 0 2px 0;
}
.toggle .trigger {
	background-color : #f5f5f5;
	border : #dddddd solid 1px;
	border-radius : 5px;
	color : #666666;
	display : block;
	padding : 10px 12px 10px 40px;
	position : relative;
	text-decoration : none;
	height : 1%;
}
.toggle .trigger span {
	background : url(includes/images/toggle.png) 0 0 no-repeat;
	display : block;
	position : absolute;
	top : 9px;
	left : 10px;
	text-indent : -9999px;
	width : 22px;
	height : 20px;
}
.toggle .trigger:hover, .toggle .active {
	background : #191919;
	color : #fff;
}
.toggle .active span {
	background-position : 0 -20px;
}
.toggle .box {
	background-color : #fafafa;
	border : #dddddd solid 1px;
	border-radius : 5px;
	padding : 20px;
}
.dropcap {
	display : block;
	float : left;
	font-size : 4em;
	line-height : 1em;
	margin : 0 10px 0 0;
	text-transform : uppercase;
}
.hr {
	height : 2px;
	background : url(images/hr.gif) 0 0 repeat-x;
	overflow : hidden;
	font-size : 0;
	line-height : 0;
	margin : 20px 0 25px !important;
}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left : 0;
	margin-right : 0;
}
.spacer {
	height : 10px;
	overflow : hidden;
	font-size : 0;
	line-height : 0;
}
.address {
	overflow : hidden;
	width : 100%;
	margin : 0;
	padding : 0;
}
.address dt {
	float : left;
	width : 185px;
	margin-right : 10px;
	padding : 0 0 0 55px;
	background : none;
	font-size : 1em;
	line-height : 1.75em;
	background : url(images/address-icon1.png) 0 3px no-repeat;
}
.address dd {
	float : left;
	width : 227px;
	padding : 0 0 0 53px;
	background : url(images/address-icon2.png) 0 3px no-repeat;
}
.address dd ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
.address dd ul li {
	background : none;
	padding : 0;
	margin : 0;
	list-style-type : none;
	font-weight : normal;
}
.address dd ul li {
	line-height : 20px;
}
.address dd span {
	float : left;
	width : 70px;
}
.address dd a {
	text-decoration : underline;
}
.address dd a:hover {
	text-decoration : none;
}
.video-wrap {
	margin-bottom : 10px;
	position : relative;
}
.video-wrap object {
	position : relative;
	z-index : 2;
}
.video-bg {
	background-color : black;
	position : absolute;
	left : 0;
	top : 0;
	z-index : 1;
}
.audio-wrapper {
	margin-bottom : 1.5em;
}
.audio-desc {
	font-size : 0.91em;
	color : #999;
	padding : 0.5em 0 0 0;
}
.audiojs audio {
	position : absolute;
	left : -1px;
}
.audiojs {
	width : 460px;
	height : 36px;
	background : #404040;
	overflow : hidden;
	font-family : monospace;
	font-size : 12px;
	box-shadow : 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.audiojs .play-pause {
	width : 25px;
	height : 40px;
	padding : 4px 6px;
	margin : 0;
	float : left;
	overflow : hidden;
	border-right : 1px solid #000;
}
.audiojs p {
	display : none;
	width : 25px;
	height : 40px;
	margin : 0;
	cursor : pointer;
}
.audiojs .play {
	display : block;
}
.audiojs .scrubber {
	position : relative;
	float : left;
	width : 280px;
	background : #5a5a5a;
	height : 14px;
	margin : 10px;
	border-top : 1px solid #3f3f3f;
	border-left : 0;
	border-bottom : 0;
	overflow : hidden;
}
.audiojs .progress {
	position : absolute;
	top : 0;
	left : 0;
	height : 14px;
	width : 0;
	background : #ccc;
	z-index : 1;
}
.audiojs .loaded {
	position : absolute;
	top : 0;
	left : 0;
	height : 14px;
	width : 0;
	background : #000;
}
.audiojs .time {
	float : left;
	height : 36px;
	line-height : 36px;
	margin : 0 0 0 6px;
	padding : 0 6px 0 12px;
	border-left : 1px solid #000;
	color : #ddd;
	text-shadow : 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.audiojs .time em {
	padding : 0 2px 0 0;
	color : #f9f9f9;
	font-style : normal;
}
.audiojs .time strong {
	padding : 0 0 0 2px;
	font-weight : normal;
}
.audiojs .error-message {
	float : left;
	display : none;
	margin : 0 10px;
	height : 36px;
	width : 400px;
	overflow : hidden;
	line-height : 36px;
	white-space : nowrap;
	color : #fff;
	text-overflow : ellipsis;
}
.audiojs .error-message a {
	color : #eee;
	text-decoration : none;
	padding-bottom : 1px;
	border-bottom : 1px solid #999;
}
.audiojs .play {
	background : url(js/audiojs/player-graphics.gif) -2px -1px no-repeat;
}
.audiojs .loading {
	background : url(js/audiojs/player-graphics.gif) -2px -31px no-repeat;
}
.audiojs .error {
	background : url(js/audiojs/player-graphics.gif) -2px -61px no-repeat;
}
.audiojs .pause {
	background : url(js/audiojs/player-graphics.gif) -2px -91px no-repeat;
}
.playing .play, .playing .loading, .playing .error {
	display : none;
}
.playing .pause {
	display : block;
}
.loading .play, .loading .pause, .loading .error {
	display : none;
}
.loading .loading {
	display : block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display : none;
}
.error .error {
	display : block;
}
.error .play-pause p {
	cursor : auto;
}
.error .error-message {
	display : block;
}
.alert-box, .wpcf7-response-output {
	padding : 20px 20px 20px 90px !important;
	border-radius : 5px;
	font-size : 0.91em;
	line-height : 1.4em;
	border : #dbdbdb solid 1px;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 15px;
}
.error-box, .wpcf7-mail-sent-ng {
	border-color : #ff9999;
	color : #c31b00;
	background : url(images/icons/alert/icon-error.png) 20px 50% no-repeat #ffcccc;
}
.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
	border-color : #e6c555;
	color : #9e660d;
	background : url(images/icons/alert/icon-note.png) 20px 50% no-repeat #fdebae;
}
.notice-box {
	border-color : #68a2cf;
	color : #2e6093;
	background : url(images/icons/alert/icon-info.png) 20px 50% no-repeat #bfe4f9;
}
.approved-box, .wpcf7-mail-sent-ok {
	border-color : #a3c159;
	color : #5e6f33;
	background : url(images/icons/alert/icon-download.png) 20px 50% no-repeat #ccff99;
}
input {
	height : 16px;
}
input, select, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	vertical-align : middle;
	font-weight : normal;
	border : #dbdbdb solid 1px;
	outline : none;
	color : #969696;
}
input[type="text"], input[type="password"], textarea {
	background : url(images/input-tail.png) 0 0 repeat;
	border : #d8d8d8 solid 1px;
	padding : 5px;
	border-radius : 6px;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
textarea {
	resize : vertical;
}
input[type="submit"], input[type="reset"] {
	position : relative;
	display : inline-block;
	padding : 0 13px;
	margin : 1px 2px 3px;
	font-size : 12px;
	line-height : 35px;
	height : 35px;
	font-weight : bold;
	text-transform : capitalize;
	text-decoration : none;
	border-radius : 5px;
	color : #fff;
	background : #353535;
	border : none;
	transition : all 0.3s ease-out;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	text-shadow : none;
	color : #fff;
	background : #18b7df;
}
#commentform p.field {
	margin-bottom : 5px;
}
#commentform small {
	color : #8b8b8b;
}
#commentform label {
	display : block;
}
#commentform input[type="text"] {
	width : 289px;
}
#commentform textarea {
	width : 498px;
	height : 188px;
	min-height : 188px;
	overflow-y : auto;
	overflow-x : hidden;
}
.wpcf7-form p.field {
	margin-bottom : 9px;
	overflow : hidden;
	vertical-align : top;
	position : relative;
}
.wpcf7-form p.field input {
	width : 290px;
}
.wpcf7-form p.field small {
	color : red;
}
.wpcf7-form textarea {
	width : 290px;
	max-width : 290px;
	min-width : 290px;
	height : 255px;
	min-height : 255px;
	overflow : auto;
	margin-bottom : 17px;
}
.wpcf7-form .carrier {
	width : 290px;
	max-width : 290px;
	min-width : 290px;
	height : 125px;
	min-height : 125px;
	overflow : auto;
	margin-bottom : 0px;
}
.wpcf7-form .resume-upload {
	width : 290px;
	max-width : 290px;
	min-width : 290px;
	height : 23px;
	min-height : 23px;
	overflow : auto;
}
.wpcf7-form .submit-wrap {
	padding : 0;
	margin : 0;
}
span.wpcf7-form-control-wrap {
	display : block;
}
.wpcf7-not-valid-tip {
	width : 290px !important;
	position : absolute;
	left : 0 !important;
	top : 0 !important;
	padding : 5px !important;
	background : #f3b7b7 !important;
	color : red !important;
	border : red solid 1px !important;
	height : 16px !important;
	line-height : 16px !important;
	border-radius : 4px !important;
}
div.wpcf7-response-output {
	margin-left : 0 !important;
	margin-right : 0 !important;
}
#searchform .searching {
	width : 133px;
	margin-right : 5px;
	padding : 6px 5px;
}
#searchform .submit {
	cursor : pointer;
	padding-left : 0;
	padding-right : 0;
	margin : 0;
	width : 60px;
	height : 30px;
	line-height : 25px;
	text-align : center;
}
.one_half {
	width : 48%;
}
.one_third {
	width : 30.66%;
}
.two_third {
	width : 65.33%;
}
.one_fourth {
	width : 22%;
}
.three_fourth {
	width : 74%;
}
.one_fifth {
	width : 16.8%;
}
.two_fifth {
	width : 37.6%;
}
.three_fifth {
	width : 58.4%;
}
.four_fifth {
	width : 79.2%;
}
.one_sixth {
	width : 13.33%;
}
.five_sixth {
	width : 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position : relative;
	margin-right : 4%;
	float : left;
}
.last {
	margin-right : 0 !important;
	clear : right;
}
.fleft {
	float : left;
}
.fright {
	float : right;
}
.clear {
	clear : both;
}
.wrapper {
	width : 100%;
	overflow : hidden;
}
.extra-wrap {
	overflow : hidden;
}
.clear {
	clear : both;
	display : block;
	overflow : hidden;
	visibility : hidden;
	width : 0;
	height : 0;
}
.clearfix:after {
	clear : both;
	content : ' ';
	display : block;
	font-size : 0;
	line-height : 0;
	visibility : hidden;
	width : 0;
	height : 0;
}
.clearfix {
	display : inline-block;
}
* html .clearfix {
	height : 1%;
}
.clearfix {
	display : block;
}
.shopping-block {
	float : right;
	padding : 22px 0 0 0;
	position : relative;
	z-index : 10;
}
nav.shop-nav {
	display : block;
	padding : 0 0 10px 0;
}
nav.shop-nav ul {
	overflow : hidden;
	padding : 0;
	margin : 0;
}
nav.shop-nav ul li {
	float : left;
	padding : 0 0 0 14px;
	margin : 0 0 0 13px;
	background : url(images/shop-nav-border.gif) 0 4px no-repeat;
	font-size : 12px;
	line-height : 20px;
	border : none !important;
}
nav.shop-nav ul li:first-child {
	background : none;
}
nav.shop-nav ul li a {
	color : #444;
	font-weight : bold;
	text-decoration : none;
}
nav.shop-nav ul li a:hover, nav.shop-nav ul li.current-menu-item a {
	color : #18b7df;
	text-decoration : underline;
}
.product-image {
	display : block;
	background : url(images/product-loader.png) 50% 50% no-repeat #fff;
}
.product-image img {
	transition : all 300ms linear;
}
#cart-holder {
	float : right;
	padding : 0;
}

#email_us {
	position : relative;
}
#email_us h3 {
	float : right;
	padding : 0 0 0 28px;
	background : url(images/email.png) 0 1px no-repeat;
	font-size : 16px;
	line-height : 24px;
	color : #02359e;
	font-weight : bold;
	letter-spacing : 0;
	margin-bottom : 0;
	font-family : Arial, Helvetica, sans-serif;
	text-transform : none;/*cursor : pointer;
*/
}
#email_us h3:hover {
/*color : #444;*/
}



#call_us {
	position : relative;
}
#call_us h3 {
	float : right;
	padding : 0 0 0 28px;
	background : url(images/phone.png) 0 1px no-repeat;
	font-size : 16px;
	line-height : 24px;
	color : #02359e;
	font-weight : bold;
	letter-spacing : 0;
	margin-bottom : 0;
	font-family : Arial, Helvetica, sans-serif;
	text-transform : none;/*cursor : pointer;
*/
}
#call_us h3:hover {
/*color : #444;*/
}
#call_us .remove, .cart_list .remove {
	float : left;
	font-size : 18px;
	line-height : 22px;
	color : #444;
	font-weight : bold;
	padding : 0 5px 0 0;
	margin : 16px 5px 0 0;
	text-decoration : none;
}
#call_us .remove:hover, .cart_list .remove:hover {
	text-decoration : none;
	color : #18b7df;
}
#call_us .cart-extra {
	overflow : hidden !important;
	display : block;
}
.cart-extra a {
	display : inline !important;
}
#call_us .widget-holder {
	width : 200px;
	padding : 20px 10px;
	background : #ebebeb;
	border : #fff solid 1px;
	box-shadow : 0 0 2px rgba(0, 0, 0, 0.2);
	clear : both;
	display : none;
	position : absolute;
	top : 30px;
	top : 0;
}
#call_us .widget-holder .buttons {
	margin-bottom : 0;
	padding : 0;
}
#call_us .widget-holder .buttons a.checkout {
	margin : 0;
}
.cart_list {
	margin : 0;
	overflow : hidden;
	padding : 0;
}
.cart_list > * {
	list-style : none;
	overflow : hidden;
	margin : 0;
}
.cart_list li {
	list-style : none;
	padding : 0 0 5px 0 !important;
	background : none !important;
	border : none !important;
	margin-bottom : 10px;
	font-weight : normal;
}
.cart_list li a {
	color : #444;
}
.cart_list li a:hover {
	color : #18b7df;
}
.cart_list li .image-holder {
	float : left;
	margin : 3px 15px 0 0;
	padding : 0;
	border : #444 solid 1px;
	width : 50px;
	background : #fff;
}
.cart_list li .image-holder:hover {
	border : #18b7df solid 1px;
}
.cart_list li .image-holder img {
	width : 100%;
	height : auto;
}
.cart_list li .js_widget_product_price {
	display : block;
	color : #484646;
	margin : 0 0 0 65px;
}
.total {
	margin : 0 15px 15px 0;
	padding : 10px 0 0 0;
	clear : both;
	background : none;
	font-size : 15px;
	line-height : 18px;
	font-style : normal;
	color : #484646;
	font-weight : bold;
	text-align : right;
}
.cart_list li.last {
	margin-bottom : 0;
}
.total strong {
	font-weight : normal;
}
.buttons .button {
	color : #fff;
	margin-right : 8px;
	font-size : 11px;
}
ins {
	text-decoration : none;
}
.list-2 .js_widget_product_price {
	display : block;
	padding : 4px 0 0 0;
}
.products {
	overflow : hidden;
	margin : 0 !important;
	padding : 0 !important;
	font-size : 0;
	line-height : 0;
	word-spacing : -10px;
}
.products * {
	word-spacing : 0 !important;
}
.products li {
	padding : 0 !important;
	background : #fff;
	position : relative;
	display : inline-block;
	margin : 0 2% 15px 0;
	list-style-type : none;
	border : none !important;
	width : 31%;
	overflow : hidden;
	font-size : 12px;
	line-height : 20px;
	font-weight : normal;
}
.products li .product-inner {
	border : #e9e9e9 solid 1px;
	padding : 15px 20px;
	overflow : hidden;
	position : relative;
}
.products li.last {
	margin-right : 0;
}
.products li .product-image-wrap {
	border : #efefef solid 1px;
	background : #fff;
	position : relative;
	overflow : hidden;
}
.ie8 .products li .product-image-wrap img {
	width : 100%;
	height : auto !important;
}
.products li .product-image-wrap .onsale {
	display : block;
	position : absolute;
	top : 5px;
	left : -38px;
	background : #18b7df;
	font-weight : bold;
	color : #fff;
	font-size : 14px;
	text-transform : uppercase;
	padding : 6px 40px;
	z-index : 10;
	transform : rotate(-45deg);
	text-decoration : none !important;
}
.ie .products li .product-image-wrap .onsale {
	top : 0;
	left : 0;
	padding : 6px 20px;
}
.products li:nth-child(3n) {
	margin-right : 0;
}
.products li.nomargin {
	margin-right : 0;
}
.products li .title {
	margin : 0;
	color : #18b7df;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	letter-spacing : 0;
	min-height : 32px;
	padding : 10px 0 15px 0;
}
.products li .title a {
	color : #18b7df;
	text-decoration : none;
}
.products li a {
	color : #18b7df;
	text-decoration : none;
}
.products li .title a:hover {
	color : #444;
	text-decoration : none;
}
.products li a:hover {
	color : #444;
	text-decoration : none;
}
.products li .caption {
	overflow : hidden;
}
.products li .caption h3 {
	margin-bottom : 0;
}
.products li .price {
	display : block;
	float : left;
	font-weight : normal;
	line-height : 35px;
	color : #18b7df;
	letter-spacing : -1px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
}
.products li .price ins {
	display : block;
	text-decoration : none;
	color : #18b7df;
	line-height : 17px;
	margin : -2px 0 0 0;
}
.products li .price del {
	font-size : 15px;
	display : block;
	margin : -1px 0 0 0;
	line-height : 17px;
	color : #444;
}
.products li .button {
	float : right;
}
.products li .button:hover {
	text-decoration : none;
}
.products li.last, .jigoshop-products .products li.last {
	margin-right : 0;
}
.products li a .price {
	display : block;
}
.products li a strong {
	display : block;
	margin-bottom : 20px;
}
.products li .buttons {
	overflow : hidden;
}
.short-desc {
	margin-bottom : 7px;
}
.short-desc p {
	margin : 0;
}
.prod_rate {
	overflow : hidden;
	padding : 8px 0 15px 0;
}
.prod_rate .star-rating {
	float : right;
}
.before-content .products li {
	width : 220px;
	margin : 0 10px 20px 10px;
	background : #dcdfe1 !important;
}
.before-content .products li.last {
	margin : 0 10px 20px 10px !important;
}
.before-content .products li .product-inner {
	padding : 15px;
	border : none;
}
.before-content .products li .product-image-wrap {
	border : none;
	height : 117px;
	overflow : hidden;
}
.before-content .products li .title {
	text-align : center;
}
.before-content .products li .title a {
	color : #18b7df;
}
.before-content .products li .title a:hover {
	color : #444;
}
.content-block .products li {
	float : none;
	margin : 0 0 10px 0;
	width : 100%;
}
.content-block.left-block li {
	text-align : left;
}
.content-block.left-block li .button {
	float : right;
}
.content-block.left-block .product-image-wrap {
	float : left;
	width : 188px;
	height : 135px;
	margin : 0 20px 0 0;
}
.content-block.left-block .title {
	padding : 0;
}
.content-block.left-block .featured-products .price {
	float : right;
}
.content-block.left-block .featured-products .prod_rate {
	float : right;
	margin : 0 25px;
	padding : 6px 0 5px;
}
.content-block.left-block .featured-products .prod_rate .star-rating {
	margin : 4px 0 0 0;
}
.tabs .tab .products li .product-image-wrap {
	text-align : center;
}
.tabs {
	padding : 0;
	margin : 0;
}
.product #tabs {
	margin-bottom : 20px;
}
.product #tabs .tabs {
	overflow : hidden;
	margin-bottom : -1px;
	position : relative;
	z-index : 2;
}
.product #tabs .tabs li {
	margin-bottom : 0;
	border : #fff solid 1px;
	border-bottom : none !important;
	font-weight : normal;
}
.product #tabs .tabs li a {
	transition : none;
}
.product #tabs .panel {
	background : #efefef;
	padding : 15px 20px;
	border : #fff solid 1px;
	position : relative;
	z-index : 1;
}
.product #tabs #respond {
	padding-top : 10px;
}
.product #tabs .panel h2 {
	display : none;
}
.product #tabs .panel .shop_attributes {
	margin-top : 10px;
}
.product #tabs #commentform > p {
	overflow : hidden;
	margin-bottom : 10px;
}
.product #tabs #commentform > p label {
	font-weight : bold;
	display : block;
}
.product #tabs #commentform #comment {
	width : 100%;
	box-sizing : border-box;
}
.product #tabs #commentform .comment-form-rating label[for="rating"] {
	margin-right : 15px;
}
.product #tabs #commentform > p label + .required {
	float : left;
	margin-right : 10px;
}
.product #tabs .panel .shop_attributes {
	width : 100%;
	margin-bottom : 20px;
}
.product #tabs .panel .shop_attributes td {
	border : #ddd solid 1px;
	padding : 10px 5px;
}
.product #tabs .panel .shop_attributes th {
	border : #ddd solid 1px;
	padding : 10px 5px;
}
.product #tabs .tabs li {
	float : left;
	margin : 0;
	margin-right : 3px;
	background : none;
	padding : 0;
	list-style-type : none;
	font-weight : normal;
}
.product #tabs .tabs li a {
	display : inline-block;
	transition : all 0.5s 0s ease;
	background : none;
	display : inline-block;
	color : #fff;
	font-size : 20px;
	font-style : normal;
	font-weight : normal;
	line-height : 24px;
	padding : 8px 20px;
	text-decoration : none;
	text-transform : uppercase;
	background : #18b7df;
	font-family : 'Squada One', cursive;
}
.product #tabs .tabs li.active a, .product #tabs .tabs li a:hover {
	background : #efefef;
	color : #484646;
}
#holder.container > a.zoom {
	display : none;
}
#holder.container > a.zoom#fancy-link {
	display : block;
}
.product.type-product {
	overflow : hidden;
}
.product.type-product form.cart {
	margin-bottom : 15px;
}
.product.type-product .quantity {
	float : left;
	background : #fff;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	font-size : 17px;
	line-height : 21px;
	margin : 2px 0 0 0;
}
.product.type-product .variations_button {
	padding : 19px 0 0;
}
.product.type-product form.cart .button-alt {
	overflow : hidden;
	margin-left : 20px;
}
.quantity #minus1, .quantity #add1 {
	width : 30px;
	height : 31px;
	padding : 0;
	background : #fff;
	border : #DADADA solid 1px;
	border-top : none;
	border-bottom : none;
	font-size : 0;
	line-height : 0;
	vertical-align : middle;
	border-radius : 0 !important;
}
.quantity #minus1 {
	background : url(images/minus-bg.png) center center no-repeat #fff;
}
.quantity #add1:hover, .quantity #minus1:hover {
	background-color : #eee;
}
.quantity #add1 {
	background : url(images/plus-bg.png) center center no-repeat #fff;
}
.quantity .qty {
	text-align : center;
	border : none;
	color : #000;
	width : 65px !important;
	padding : 0 !important;
	margin : 0 !important;
}
.product.type-product .images .holder {
	border : #e6e6e6 solid 1px;
	background : url(images/product-loader.png) center center no-repeat #fff;
}
.product.type-product p {
	text-align: justify;
}
.product.type-product .images {
	float : left;
	margin : 0 20px 20px 0;
	position : relative;
	overflow : hidden;
	border: 1px solid #ddd;
	padding: 5px;
	background: #EFEEEE;
}
.product.type-product .images .onsale {
	display : block;
	position : absolute;
	top : 5px;
	left : -38px;
	background : #18b7df;
	font-weight : bold;
	color : #fff;
	font-size : 14px;
	text-transform : uppercase;
	padding : 6px 40px;
	z-index : 10;
	transform : rotate(-45deg);
}
.ie .product.type-product .images .onsale {
	top : 0;
	left : 0;
	padding : 6px 20px;
}
.product.type-product .images a[rel="prettyPhoto[nn]"] {
	vertical-align : top;
	display : block;
	padding : 0;
	max-width : 250px;
	text-align : center;
	transition : all 300ms linear;
	background : url(images/product-loader.png) 50% 50% no-repeat #fff;
}
.product.type-product .images .sub-pager {
	overflow : hidden;
	padding-top : 10px;
}
.product.type-product .images .sub-pager a {
	width : 98px;
	height : 98px;
	display : block;
	float : left;
	margin : 0 0 0 5px;
	border : #e6e6e6 solid 1px;
	background : #fff;
	padding : 0;
	background : url(images/product-loader.png) 50% 50% no-repeat #fff;
}
.product.type-product .images .sub-pager a:hover, .product.type-product .images .sub-pager a.cur {
	border : #18b7df solid 1px;
}
.product.type-product .images .sub-pager .divider {
	height : 5px;
	clear : both;
}
.product.type-product .images .sub-pager .divider + a {
	margin-left : 0;
}
.product.type-product .images .sub-pager a:first-child {
	margin-left : 0;
}
.product.type-product .images .sub-pager a img {
	width : 100% !important;
	height : auto !important;
}
.product.type-product .images + .summary {
/*overflow : hidden;*/
}
.product.type-product .images + .summary ul {
	overflow : hidden;
}
.product.type-product .images + .summary .product-price .label {
	color : #292421;
	width : 56px;
	display : inline-block;
}
.product.type-product .images + .summary .product-price {
	color : #18b7df;
	font-size : 18px;
	line-height : 29px;
	font-weight : bold;
	padding : 3px 0 1px;
}
.product.type-product .images + .summary .product-price del {
	color : #484648;
	font-size : 14px;
}
.product.type-product .images + .summary .product-price ins {
	text-decoration : none;
	display : block;
	line-height : 17px;
	margin : -4px 0 0 60px;
}
.product.type-product .images + .summary .category {
	font-weight : bold;
	margin-bottom : 7px;
}
.product.type-product .images + .summary h1 {
	display : none;
}
.product.type-product .images + .summary .stock, .product.type-product .images + .summary .price {
	display : none;
}
.product.type-product .images + .summary .attributes {
	overflow : hidden;
}
.product.type-product .images + .summary .attributes .product-avlb {
	float : right;
	display : inline-block;
	padding : 5px 10px;
	background : #ebebeb;
	border : #fff solid 1px;
	border-radius : 5px;
	margin : 2px;
	box-shadow : 0 0 2px rgba(0, 0, 0, 0.2);
	color : #444;
	font-size : 11px;
	line-height : 17px;
	text-transform : uppercase;
	font-style : normal;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	transition : all 0.5s ease;
}
.product.type-product #tabs {
	width : 100%;
	clear : both;
}
.cart_totals_table table {
	width : 100%;
}
.cart_totals_table tr {
	border : #DADADA solid 1px;
}
.cart_totals_table tr th {
	background : #eee;
}
.cart_totals_table tr td, .cart_totals_table tr th {
	border : #DADADA solid 1px;
	padding : 5px 6px;
	text-align : left;
}
.cart_totals_table tr th {
	width : 30%;
}
.cart_totals_table tr small {
	font-size : 100%;
	font-weight : normal;
}
tr td.product-remove {
	text-align : center;
}
.shipping-calculator-button {
	cursor : default !important;
}
.shipping-calculator-button span {
	display : none;
}
form.shipping_calculator h2 a {
	cursor : pointer;
	color : #353434;
}
.shipping-calculator-button {
	text-decoration : none;
}
form.shipping_calculator input[type="text"], form.shipping_calculator select {
	width : 100%;
	height : auto;
	background : url(images/input-tail.png) 0 0 repeat;
	border : #d8d8d8 solid 1px;
	padding : 5px;
	border-radius : 6px;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.1) inset;
	box-sizing : border-box;
}
.pp_gallery {
	display : none !important;
}
.widget .buttons .button {
	margin : 0 8px 0 0;
}
.widget .buttons .button + .button {
	margin : 0;
}
.widget .cart_list li {
	background : #fff !important;
	padding : 15px 8px 15px 5px !important;
	border : #e7e7e7 solid 1px !important;
	margin : 0 0 10px 0 !important;
}
.widget .cart_list li a {
	text-decoration : none;
}
.widget .cart_list li.last {
	margin : 0 !important;
}
.widget .cart_list li .image-holder {
	margin : 0 8px 0 0 !important;
}
.widget .cart_list li .remove {
	margin : 14px 5px 0 4px;
	padding : 0;
}
.layerd_nav_clear + ul {
	padding : 10px 0 0 0;
}
.product_list_widget {
	overflow : hidden;
}
.product_list_widget li {
	overflow : hidden;
	display : block;
	padding : 20px 10px !important;
	margin : 0 auto 20px auto !important;
	background : #fff !important;
	border : #e7e7e7 solid 1px;
	list-style-type : none;
	text-align : center;
}
.product_list_widget li a {
	display : inline !important;
	overflow : hidden;
	margin : 0 0 2px 0;
	font-size : 12px;
	line-height : 16px;
	text-transform : uppercase;
}
.product_list_widget li a:hover {
	text-decoration : none !important;
}
.product_list_widget li img {
	margin : 0 0 10px 0;
	float : none;
	border : #ddd solid 1px;
	background : #fff;
	padding : 5px;
}
.product_list_widget li a span {
	display : block;
	overflow : hidden;
	font-weight : bold;
	padding : 0;
	margin : 0;
}
.product_list_widget li .js_widget_product_price {
	display : block;
	text-align : center;
	color : #444;
	padding : 5px 0;
	font-size : 16px;
	line-height : 18px;
}
.product_list_widget li .js_widget_product_price del {
	color : #484648;
	font-size : 12px;
}
.product_list_widget li .js_widget_product_price ins {
	text-decoration : none;
}
.product_list_widget li .star-rating {
	width : 80px;
	background : url(jigoshop/images/star.png) 0 -13px repeat-x;
	margin : 3px 10px 0 0;
	overflow : hidden;
	margin : 15px auto 5px auto;
}
.star-rating {
	width : 80px;
	overflow : hidden;
	background : url(jigoshop/images/star.png) 0 -13px repeat-x;
}
.price_slider_amount {
	padding : 15px 0 0 0;
}
.price_slider_wrapper {
	padding : 0 10px;
}
.price_slider_amount {
	font-size : 15px;
	line-height : 24px;
}
.price_slider_amount span {
	color : #18b7df;
}
.price_slider_amount .button {
	display : block;
	margin : 0 0 5px 0;
}
.price_slider_amount button {
	margin : 0 10px 0 0;
}
.single-product .product_meta {
	display : none;
}
.single-product .summary .attributes {
	padding : 0 0 16px 0;
}
.single-product .summary fieldset.variations {
	border : none;
	margin-left : 0;
	background : #ebebeb;
	border : #fff solid 1px;
	padding : 15px 8px 20px 8px;
}
.single-product .summary fieldset.variations .select_label {
	font-weight : bold;
	margin-right : 8px;
	display : inline-block;
	color : #202121;
}
.single-product .summary fieldset.variations select {
	width : 100%;
	overflow : hidden;
	max-width : 365px;
	padding : 2px 2px;
}
.related.products {
	padding-top : 30px;
}
#respond span.required {
	display : block;
	color : #ff0000;
}
.current-cat a {
	color : #828282 !important;
	cursor : default !important;
}
.product_list_widget-reviews {
	overflow : hidden;
	padding : 4px 0 0 0;
}
.product_list_widget-reviews li {
	float : left;
	background : none;
	list-style : none;
	background : #eee;
	padding : 0;
	margin : 0 20px 20px 0;
}
.product_list_widget-reviews li:nth-child(4n) {
	margin-right : 0;
}
.product_list_widget-reviews li.nomargin {
	margin-right : 0;
}
.product_list_widget-reviews li .featured-thumbnail {
	float : none;
	margin : 0;
}
.product_list_widget-reviews li .js_widget_product_title {
	font-size : 18px;
	color : #484646;
	font-weight : bold;
	font-style : italic;
	display : inline-block;
	margin : 19px 0 0 16px;
}
.product_list_widget-reviews li .js_widget_product_title:hover {
	color : #18b7df;
}
.product_list_widget-reviews li .js_widget_product_price {
	display : block;
	float : left;
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
	color : #18b7df;
	margin : 8px 0 25px 14px;
}
.product_list_widget-reviews li .star-rating {
	float : right;
	width : 95px;
	background : url(jigoshop/images/star.png) 0 -13px repeat-x;
	margin : 10px 10px 0 0;
}
.blockUI {
	background : #000;
}
.stars a.sd, .stars a.dd {
	color : red;
}
form.checkout select, .jigoshop-myaccount form select, .shipping-calculator-form select {
	box-sizing : content-box;
	width : 91.5%;
	min-width : 50px;
	height : 19px;
	background : url(images/input-tail.png) 0 0 repeat;
	border : #d8d8d8 solid 1px;
	padding : 5px;
	border-radius : 6px;
	box-shadow : 0 0 3px rgba(0, 0, 0, 0.1) inset;
	vertical-align : text-bottom;
}
#order_review .shop_table select {
	display : block;
	margin : 0 auto;
}
form.checkout select option, .jigoshop-myaccount form select option, .shipping-calculator-form select option {
	line-height : 29px !important;
}
form.login label {
	display : table;
}
a.lost_password {
	margin-left : 10px;
}
.create-account .form-row {
	max-width : 50%;
}
.create-account .form-row input {
	width : 100%;
	max-width : 100%;
}
form.checkout input[type="text"].error {
	background : #18b7df;
	border-color : #530303;
}
.shipping_calculator select option {
	position : relative;
}
form.checkout #customer_details #order_comments {
	width : 100%;
}
form.checkout #customer_details .form-row.form-row-first, .jigoshop-myaccount .form-row.form-row-first {
	float : left;
	max-width : 50%;
	width : 100%;
}
.ie8 form.checkout #customer_details .form-row.form-row-first, .ie8 .jigoshop-myaccount .form-row.form-row-first {
	float : left;
	width : 50%;
}
form.checkout #customer_details .form-row.form-row-last, .jigoshop-myaccount .form-row.form-row-last {
	overflow : hidden;
}
.jigoshop-myaccount form {
	padding-top : 0;
}
form.checkout #customer_details .form-row label, .jigoshop-myaccount form label {
	display : table;
}
form.checkout #customer_details .form-row, .jigoshop-myaccount .form-row {
	width : 50%;
	box-sizing : border-box;
	padding-right : 18px;
	margin-bottom : 25px;
	padding-bottom : 0;
}
form.checkout #customer_details .form-row.notes {
	width : 100%;
	max-width : 100%;
}
form.checkout #customer_details .form-row label.checkbox {
	display : inline;
}
form.checkout #customer_details .form-row input[type="text"], form.checkout #customer_details textarea, .jigoshop-myaccount form .form-row input[type="text"] {
	box-sizing : border-box;
	width : 95%;
	max-width : 510px;
	height : auto;
}
p#shiptobilling label.checkbox {
	vertical-align : middle;
	font-weight : bold;
}
form.checkout #customer_details textarea {
	max-width : 700px;
	min-height : 100px;
}
form.checkout #customer_details .form-row label {
	font-weight : bold;
}
form.checkout h3, .col2-set.addresses header h3 {
	font-size : 15px;
	line-height : 18px;
	text-transform : uppercase;
}
.col2-set.addresses .col-1 {
	margin-bottom : 20px;
}
.payment_methods li {
	background : none;
	padding : 0;
	margin-bottom : 5px;
	border : none !important;
	font-weight : normal;
}
.payment_methods li label {
	vertical-align : middle;
}
.payment_methods li .payment_box {
	position : relative;
	width : 96%;
	background : #292421;
	margin : 15px 0;
	padding : 10px 0;
	color : #fff;
}
#payment {
	padding-top : 20px;
}
.payment_methods li, .order_details li {
	background : none !important;
	padding : 0 !important;
	list-style-type : none;
	margin : 0;
	border : none;
}
.payment_methods li .payment_box:before {
	border-style : solid;
	border-color : transparent transparent #292421 transparent;
	border-width : 0 6px 6px 6px;
	content : "";
	display : block;
	width : 0;
	height : 0;
	position : absolute;
	z-index : 999;
	top : -6px;
	left : 30px;
}
.payment_methods li .payment_box > p {
	padding : 0 20px;
	margin-bottom : 0;
}
.form-row input[type="radio"] {
	margin : 0 5px 0 0;
}
.star-rating span {
	background : url(jigoshop/images/star.png) 0 0 repeat-x;
	height : 0;
	padding : 13px 0 0 0;
	padding-right : 0;
	overflow : hidden;
	float : left;
}
.hreview-aggregate .star-rating {
	margin : 10px 0 0 0;
}
p.stars {
	overflow : hidden;
}
p.stars span {
	width : 80px;
	height : 13px;
	position : relative;
	float : left;
	background : url(jigoshop/images/star.png) 0 -13px repeat-x;
}
p.stars span a {
	float : left;
	position : absolute;
	left : 0;
	top : 0;
	width : 16px;
	height : 0;
	padding-top : 13px;
	overflow : hidden;
}
p.stars span a:hover, p.stars span a:focus {
	background : url(jigoshop/images/star.png) 0 0 repeat-x;
}
p.stars span a.active {
	background : url(jigoshop/images/star.png) 0 0 repeat-x;
}
p.stars span a.star-1 {
	width : 16px;
	z-index : 10;
}
p.stars span a.star-2 {
	width : 32px;
	z-index : 9;
}
p.stars span a.star-3 {
	width : 48px;
	z-index : 8;
}
p.stars span a.star-4 {
	width : 64px;
	z-index : 7;
}
p.stars span a.star-5 {
	width : 80px;
	z-index : 6;
}
#review_form p {
	padding : 0;
}
#reviews li.comment {
	position : relative;
	overflow : hidden;
	border : #DADADA solid 1px;
	margin-bottom : 20px;
}
#reviews li.comment .comment_container {
	position : relative;
	padding : 20px;
	overflow : hidden;
}
#reviews li.comment .comment_container img {
	float : left;
	margin : 0 20px 0 0;
}
#reviews li.comment .comment_container .comment-text {
	padding : 0;
	overflow : hidden;
}
#reviews li.comment .meta {
	padding : 0 0 5px 0;
}
#reviews li.comment .avatar {
	border : #ddd solid 1px !important;
}
#reviews li.comment .comment_container .comment-text .star-rating {
	float : right;
	width : 80px;
	background : url(jigoshop/images/star.png) 0 -13px repeat-x;
}
.hreview-aggregate {
	overflow : hidden;
}
.hreview-aggregate > .star-rating {
	display : none;
}
.bc-wrap {
	display : block;
	margin : 0 0 32px 0;
}
#breadcrumb {
	background : #f3f6fa;
	border : #fff solid 1px;
	border-radius : 3px;
	box-shadow : 0 0 2px rgba(0, 0, 0, 0.2);
	color : #444;
	font-size : 13px;
	line-height : 20px;
	padding : 10px;
	font-weight : bold;
}
#breadcrumb a {
	color : #444;
	font-size : 13px;
	text-shadow : 1px 1px #fff;
	line-height : 20px;
	text-decoration : none;
}
#breadcrumb a:hover {
	color : #18b7df;
}
.single-product .commentlist {
	padding : 0;
}
.jigoshop-myaccount dl dt {
	padding : 0;
	background : none;
}
.jigoshop-myaccount dl dd {
	padding : 0;
}
.shop_table {
	text-align : left;
	background-color: #F3F3F3;
}
.shop_table + header h2 {
	padding-top : 20px;
}
.shop_table {
	width : 100%;
}
.shop_table.my_account_orders {
	margin-bottom : 35px;
}
.shop_table tr {
	border : #DADADA solid 1px;
	padding : 4px 5px;
}
.shop_table tr.order td .button {
	padding : 0;
	background : none;
	margin : 0;
	color : #484646;
}
.shop_table tr.order td .button:hover {
	color : #18b7df !important;
	text-decoration : none !important;
}
.shop_table tr td {
	border : #DADADA solid 1px;
	padding : 3px 10px;
	text-align : left;
}
.shop_table tr td .variation {
	text-align : left;
	margin : 5px 0;
}
.shop_table tr td .variation dt {
	display : inline;
	margin : 0 3px 0 0;
	font-weight : bold;
	padding : 0;
	background : none;
	font-size : 12px;
}
.shop_table tr td .variation dd {
	display : inline;
	margin : 0;
	padding : 0;
}
.shop_table tr td .remove {
	width : 26px;
	height : 30px;
	background : url(images/trash.png) 0 0 no-repeat;
	display : inline-block;
	overflow : hidden;
	text-indent : 100%;
	white-space : nowrap;
}
.shop_table.cart tfoot tr td {
	text-align : left;
	padding : 10px 10px 10px 22px;
}
.shop_table tfoot tr td .upd-button {
	color : #828282;
	font-size : 13px;
	line-height : 16px;
	padding : 0 0 0 20px;
	background : url(images/update.png) 0 center no-repeat;
	vertical-align : middle;
	margin-top : 7px;
}
.shop_table tfoot tr td .upd-button:hover {
	color : #18b7df !important;
}
.shop_table tfoot tr td {
	text-align : left;
}
.shop_table tfoot tr td .checkout-button {
	float : right;
}
.shop_table tfoot tr .g_total {
	background : #eee;
}
.shop_table tr td.product-thumbnail {
	text-align : center;
}
.shop_table tr td.product-remove {
	padding : 9px 20px;
}
.shop_table tr td.product-thumbnail a {
	display : block;
	background : #fff;
	border : #DADADA solid 1px;
	padding : 10px;
	max-width : 75px;
}
.shop_table tr td.product-no {
	text-align : center;
	background-color: #E0E0E0
}
.shop_table tr td.product-contents {
	text-align : right;
	font-style: italic;
}
.shop_table tr td.product-name {
	text-align : left;
	padding : 10px 10px;
	font-weight : bold;
	background-color: #E0E0E0
}
.shop_table tr td.product-name a {
	font-weight : bold;
	text-decoration : none;
}
.shop_table tr td.product-name a:hover {
	color : #202121;
}
.shop_table tr td.product-quantity #minus1, .shop_table tr td.product-quantity #add1 {
	display : none;
}
.shop_table tr td.product-quantity {
	text-align : center;
}
.shop_table tr td.product-quantity .qty {
	background : #f7f8f8;
	border : #ccc solid 1px;
	color : #727374;
	width : 58px;
	padding : 3px 0 3px;
}
.shop_table tr th {
	border : #DADADA solid 1px;
	font-weight : bold;
	padding : 6px 10px 7px;
	background : #eee;
	text-align : left;
}
.shop_table td .button {
	background : none;
	padding : 0;
}
.shop_table td .m-label {
	display : none;
	margin-right : 4px;
}
.shop_table td .button:hover {
	color : #2cb1b9;
	text-decoration : underline;
}
.shop_table td.alignright {
	margin : 0;
	border-left : none;
	float : none;
}
#shop-cart .button, #shop-cart .button-alt {
	margin : 7px 0 !important;
}
form.shipping_calculator {
	padding-top : 50px;
}
.jigoshop-cart h1 {
	background : url(images/cart.png) 0 9px no-repeat;
	padding : 2px 0 0 31px;
	font-size : 20px;
	line-height : 30px;
	font-weight : normal;
	font-style : normal;
	color : #353535;
	text-transform : uppercase;
}
.jigoshop-cart #page-content {
	padding-right : 10px;
}
.jigoshop-cart .post-holder {
	border : none;
}
.jigoshop-cart .cart-collaterals {
	margin-top : 50px;
}
.jigoshop_message {
	background : #18b7df;
	position : relative;
	overflow : hidden;
	z-index : 99;
	color : #fff;
	font-weight : bold;
	padding : 10px 15px 10px 38px;
	margin : 0 0 20px 0;
	border-radius : 5px;
	line-height : 20px;
	border : #fff solid 1px;
}
.jigoshop_message:after {
	display : block;
	content : "";
	width : 24px;
	height : 24px;
	background : url(images/message-icon.png) 0 -24px no-repeat;
	position : absolute;
	top : 50%;
	margin-top : -12px;
	left : 6px;
}
.jigoshop_message .button {
	float : right;
	padding : 0;
	line-height : 20px;
	height : 20px;
	background : none;
	margin : 0 !important;
}
.jigoshop_message .button:hover {
	background : none;
	color : #484646 !important;
}
.jigoshop_error {
	z-index : 99;
	top : 50px;
	margin : 50px auto 30px;
	background : #444;
	border-radius : 5px;
	color : #fff;
	padding : 10px 20px;
	font-weight : bold;
}
.jigoshop_error a {
	color : #fff !important;
}
form.checkout #customer_details .create-account .form-row, form.login .form-row, form.login .form-row.form-row-first {
	width : 100%;
	padding : 0;
	float : none;
}
form.checkout #customer_details .create-account .form-row input[type="text"], form.checkout #customer_details .create-account .form-row input[type="password"], form.login .form-row input[type="password"], form.login .form-row input[type="text"] {
	max-width : 250px;
	width : 100%;
}
#review_form #respond #commentform label {
	width : auto !important;
	padding : 0 0 10px 0;
	line-height : 12px;
}
#review_form #respond #commentform .comment-form-author label, #review_form #respond #commentform .comment-form-email label {
	margin : 0 5px 0 0;
	padding : 8px 0 0 0;
}
.assistive-text {
	display : block;
}
.assistive-text + input {
	margin : 0 5px 0 0;
}
.assistive-text + input, .assistive-text + input + input {
	display : inline-block !important;
}
#password-1, #password-2 {
	width : 80%;
}
.variations_button {
	display : block !important;
	height : 39px !important;
	padding : 19px 0 0 0 !important;
	margin : 0 !important;
}
input.error {
	color : #fff !important;
}
.headbutton {
	background : url(images/headbutton.gif) 0 0 no-repeat;
	height: 100%;
}
.list-3 ul {
	margin-bottom : 0;
	margin-top: 0px;
	font-weight : bold;
	/*background : url(images/marker-2.gif) 10px 9px no-repeat;*/
	padding-left: 30px;
	margin-bottom: 5px;
	text-align: justify;
	display: table;
}
.list-3 p {
	font-weight : bold;
}
.list-3 a {
	display : inline-block;
	color : #18b7df;
	text-decoration : none;
	transition : all 0.3s ease-out;
}
.list-3 ul li {
	font-size : 12px;
	line-height : 15px;
	font-weight : bold;
	margin : 0;
	padding : 8px 0 7px 24px;
	/*background : url(images/marker-1.gif) 0 13px no-repeat;*/
}
.list-3 ul li > a {
	display : inline-block;
	color : #18b7df;
	text-decoration : none;
	transition : all 0.3s ease-out;
}
.list-3 ul li > a:hover {
	color : #828282;
	text-decoration : none;
}

#information {
	background:url(images/inside.png) no-repeat;
	width:942px;
	height:100px;
}
#information ul {
	margin:0px;
	padding:0px;
}
#information ul li {
	list-style-type:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	border-right:1px solid #fff;
	width:210px;
}
#information ul li.last {
	border:none;
}
#information ul li p {
	font-size:12px;
	/*width:171px;*/
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
}
#information ul li a {
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	float:right;
	margin-right:10px;
}
#information ul li a:hover {
	color:#d3d3d3;
}
#information ul li h3 {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 14px;
	display:inline-block;
	margin:0px;
	padding:0px;
}
#information ul li h3 a {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 3px;
	margin-top: 14px;
}
#mainbody_right{ width:250px; height:auto; margin:0px ; padding:0px; float:left}
#mainbody_right img{ margin:0px ; padding:25px 10px 20px 2px;}
#mainbody_right ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	list-style:none;
	line-height:26px;
	margin:0px;
	padding:0px;
	float:left
}
#mainbody_right ul li {
	display: block;  border-bottom:1px dotted #003e7e; width:232px;
	
}
#mainbody_right  ul li a { width:200px;
	text-decoration:none;
	margin:0px 0px 0px 10px;
	padding:2px 10px 2px 13px;
	color:#003e7e;  background: url(images/arrow_2.jpg) no-repeat left center;
}
#mainbody_right  ul li a:hover { width:200px;
	text-decoration:none;
	margin:0px 0px 0px 4px;
	padding:2px 10px 2px 13px;
	color:#ed2724;  background:url(images/arrowhover.jpg) no-repeat left center;
}
.heading2
{
    font-family: calibri, Arial, Verdana;
    font-size: 24px;
    font-weight: normal;
    color: #005aa9;
    text-decoration: none;
	text-align:center;
}





 @media  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
body {
}
}
