/* Minification failed. Returning unminified contents.
(4930,1): run-time error CSS1019: Unexpected token, found '111'
 */
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table td, table th {
	border: 1px solid #e3e3e3;
	padding: 5px;
	text-align:left;
}
table th {
	font-weight:bold;
}
table.striped td, table.striped th {
	border: none;
}
table.striped td {
	border-top: 1px solid #e3e3e3;
}
table.striped tr.odd {
	background:#f9f9f9;
}
/* #Basic Styles
================================================== */
	body {
	background-color:#fff;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #000;/*		-webkit-font-smoothing: antialiased; 
		-webkit-text-size-adjust: 100%;
*/
}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 15px;
	padding:5px 0 0;
	text-transform:uppercase;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h3.title {
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 15px;
	background-color: #383e42;
	color: #FFF;
	padding: 6px 16px 8px;
	min-width: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


 @media only screen and (max-width: 767px) {
h3.title {
 min-width: 100%;
}
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 15px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
	blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
	a, a:visited {
	color: #000;
	outline: 0;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
	ul, ol {
	margin: 15px 0 0;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal inside;
}
ul.square {
	list-style: square inside;
}
ul.circle {
	list-style: circle inside;
}
ul.disc {
	list-style: disc inside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0 0 0 20px;
}
li {
	line-height: 16px;
	margin: 10px 0;
}
/* #Images
================================================== */

	img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Buttons
================================================== */

	.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #707070;
	border: none;
	color: #d4d4d4 !important;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: normal;
	padding: 8px 10px;
	font-family:  Arial, Helvetica, sans-serif;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #fff !important;
	background: #ff0000;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background: #ff0000;
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
/*	button::-moz-focus-inner,
	input::-moz-focus-inner {
  border: 0;
    padding: 0;
	}
*/

/* #Forms
================================================== */

	form {
	margin: 0;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
	border: 1px solid #ececec;
	padding: 11px 10px;
	height:32px;
	outline: none !important;
	font: 12px/14px  Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px;
	width: auto;
	max-width: 100%;
	display: block;
	background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input.full-width, textarea.full-width { width:100%;}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
}
textarea {
	min-height: 60px;
}
textarea.height140 { height:140px;}
label, legend {
	display: block;
	font-size: 12px;
	line-height:20px;
	text-transform:uppercase;
}
select {
	width: auto;
	height:20px;
	line-height:20px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* #Misc
================================================== */
	.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.wrapper_w {
	width:100%;
	display:inline-block;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
img.pull-left {
	padding: 0 15px 25px 0;
}
img.pull-right { padding: 0 0 25px 15px;}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align:right;
}
.inline {
	display:inline;
}
.no_selection {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
.hide {
	display: none;
}
img.full-width {
	width:100%;
}
.divider {
	height: 25px;
	overflow: hidden;
}
.dropcap {
	float: left;
	line-height: 1em;
	margin: -2px 10px 0 0;
	font-size:40px;
	color: #313538;
}
.upper {
	text-transform: uppercase;
}
.noupper {
	text-transform: none;
}
.mark {
	background:#d9d9d9;
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.row {
	margin-bottom: 20px;
}
/* Nested Column Classes */
    .column.alpha, .columns.alpha {
	margin-left: 0;
}
.column.omega, .columns.omega {
	margin-right: 0;
}
/* Base Grid */
.container .one.column, .container .one.columns {
	width: 40px;
}
.container .two.columns {
	width: 100px;
}
.container .three.columns {
	width: 160px;
}
.container .four.columns {
	width: 220px;
}
.container .five.columns {
	width: 280px;
}
.container .six.columns {
	width: 340px;
}
.container .seven.columns {
	width: 400px;
}
.container .eight.columns {
	width: 460px;
}
.container .nine.columns {
	width: 520px;
}
.container .ten.columns {
	width: 580px;
}
.container .eleven.columns {
	width: 640px;
}
.container .twelve.columns {
	width: 700px;
}
.container .thirteen.columns {
	width: 760px;
}
.container .fourteen.columns {
	width: 820px;
}
.container .fifteen.columns {
	width: 880px;
}
.container .sixteen.columns {
	width: 940px;
}
.container .one-third.column {
	width: 300px;
}
.container .two-thirds.column {
	width: 620px;
}
.container .one-fifth.column {
	width: 172px;
}
.container .four-fifth.column {
	width: 748px;
}
.container .one-sixth.column {
	width: 140px;
}
.container .five-sixth.column {
	width: 780px;
}
/* Offsets */
    .container .offset-by-one {
	padding-left: 60px;
}
.container .offset-by-two {
	padding-left: 120px;
}
.container .offset-by-three {
	padding-left: 180px;
}
.container .offset-by-four {
	padding-left: 240px;
}
.container .offset-by-five {
	padding-left: 300px;
}
.container .offset-by-six {
	padding-left: 360px;
}
.container .offset-by-seven {
	padding-left: 420px;
}
.container .offset-by-eight {
	padding-left: 480px;
}
.container .offset-by-nine {
	padding-left: 540px;
}
.container .offset-by-ten {
	padding-left: 600px;
}
.container .offset-by-eleven {
	padding-left: 660px;
}
.container .offset-by-twelve {
	padding-left: 720px;
}
.container .offset-by-thirteen {
	padding-left: 780px;
}
.container .offset-by-fourteen {
	padding-left: 840px;
}
.container .offset-by-fifteen {
	padding-left: 900px;
}



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
 .container {
width: 768px;
}
 .container .column, .container .columns {
margin-left: 10px;
margin-right: 10px;
}
 .column.alpha, .columns.alpha {
margin-left: 0;
margin-right: 10px;
}
 .column.omega, .columns.omega {
margin-right: 0;
margin-left: 10px;
}
 .alpha.omega {
margin-left: 0;
margin-right: 0;
}
 .container .one.column, .container .one.columns {
width: 28px;
}
 .container .two.columns {
width: 76px;
}
 .container .three.columns {
width: 124px;
}
 .container .four.columns {
width: 172px;
}
 .container .five.columns {
width: 220px;
}
 .container .six.columns {
width: 268px;
}
 .container .seven.columns {
width: 316px;
}
 .container .eight.columns {
width: 364px;
}
 .container .nine.columns {
width: 412px;
}
 .container .ten.columns {
width: 460px;
}
 .container .eleven.columns {
width: 508px;
}
 .container .twelve.columns {
width: 556px;
}
 .container .thirteen.columns {
width: 604px;
}
 .container .fourteen.columns {
width: 652px;
}
 .container .fifteen.columns {
width: 700px;
}
 .container .sixteen.columns {
width: 748px;
}
 .container .one-third.column {
width: 236px;
}
 .container .two-thirds.column {
width: 492px;
}
.container .one-fifth.column {
 width: 133px;
}
.container .four-fifth.column {
 width: 592px;
}
.container .one-sixth.column {
	width: 108px;
}
.container .five-sixth.column {
	width: 620px;
}
        /* Offsets */
        .container .offset-by-one {
padding-left: 48px;
}
 .container .offset-by-two {
padding-left: 96px;
}
 .container .offset-by-three {
padding-left: 144px;
}
 .container .offset-by-four {
padding-left: 192px;
}
 .container .offset-by-five {
padding-left: 240px;
}
 .container .offset-by-six {
padding-left: 288px;
}
 .container .offset-by-seven {
padding-left: 336px;
}
 .container .offset-by-eight {
padding-left: 384px;
}
 .container .offset-by-nine {
padding-left: 432px;
}
 .container .offset-by-ten {
padding-left: 480px;
}
 .container .offset-by-eleven {
padding-left: 528px;
}
 .container .offset-by-twelve {
padding-left: 576px;
}
 .container .offset-by-thirteen {
padding-left: 624px;
}
 .container .offset-by-fourteen {
padding-left: 672px;
}
 .container .offset-by-fifteen {
padding-left: 720px;
}
.hidden-tablet { display: none !important;}

}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
 .container {
width: 300px;
}
 .container .columns, .container .column {
margin: 0;
}
 .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
width: 300px;
}
.container .one-fifth.column, .container .four-fifth.column, .container .one-sixth.column, .container .five-sixth.column {
width: 300px;
}
        /* Offsets */
        .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
padding-left: 0;
}
.hidden-mobile { display: none !important;}
}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
 .container {
width: 420px;
}
 .container .column, .container .columns {
margin-left: 5px;
margin-right: 5px;
}
 .column.alpha, .columns.alpha {
margin-left: 0;
margin-right: 5px;
}
 .column.omega, .columns.omega {
margin-right: 0;
margin-left: 5px;
}
 .alpha.omega {
margin-left: 0;
margin-right: 0;
}
 .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns {
width: 200px;
}
 .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
width: 420px;
margin:0;
}
.container .one-fifth.column, .container .four-fifth.column {
width: 200px;
margin:0;
}
.container .one-sixth.column, .container .five-sixth.column {
width: 200px;
margin:0;
}
.hidden-tablet { display: none !important;}

}

/* 1200px Media Query for the Skeleton Grid - http://getskeleton.com
* Adapted from http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/responsive-css-grid-systems-345
* Added .alpha.omega combo classes. Hope to see that fixed in later versions of Skeleton: https://github.com/dhgamache/Skeleton/issues/68
*/
@media only screen and (min-width: 1200px) {
 .container {
width: 1200px;
}
.container .column, .container .columns {
margin-left: 10px;
margin-right: 10px;
}
 .column.alpha, .columns.alpha {
margin-left: 0;
margin-right: 10px;
}
.column.omega, .columns.omega {
margin-right: 0;
margin-left: 10px;
}
 .column.alpha.omega, .columns.alpha.omega {
margin-left: 0;
margin-right: 0
}
 .container .one.column {
width: 55px;
}
.container .two.columns {
width: 130px;
}
.container .three.columns {
width: 205px;
}
.container .four.columns {
width: 280px;
}
.container .five.columns {
width: 355px;
}
.container .six.columns {
width: 430px;
}
.container .seven.columns {
width: 505px;
}
.container .eight.columns {
width: 580px;
}
.container .nine.columns {
width: 655px;
}
.container .ten.columns {
width: 730px;
}
.container .eleven.columns {
width: 805px;
}
.container .twelve.columns {
width: 880px;
}
.container .thirteen.columns {
width: 955px;
}
.container .fourteen.columns {
width: 1030px;
}
.container .fifteen.columns {
width: 1105px;
}
.container .sixteen.columns {
width: 1180px;
}
 .container .one-third.column {
width: 380px;
}
.container .two-thirds.column {
width: 780px;
}
.container .one-fifth.column {
 width: 220px;
}
.container .four-fifth.column {
 width: 940px;
}
.container .one-sixth.column {
 width: 180px;
}
.container .five-sixth.column {
 width: 980px;
}
/* Offsets */
.container .offset-by-one {
padding-left: 75px;
}
.container .offset-by-two {
padding-left: 150px;
}
.container .offset-by-three {
padding-left: 225px;
}
.container .offset-by-four {
padding-left: 300px;
}
.container .offset-by-five {
padding-left: 375px;
}
.container .offset-by-six {
padding-left: 450px;
}
.container .offset-by-seven {
padding-left: 525px;
}
.container .offset-by-eight {
padding-left: 600px;
}
.container .offset-by-nine {
padding-left: 675px;
}
.container .offset-by-ten {
padding-left: 750px;
}
.container .offset-by-eleven {
padding-left: 825px;
}
.container .offset-by-twelve {
padding-left: 900px;
}
.container .offset-by-thirteen {
padding-left: 975px;
}
.container .offset-by-fourteen {
padding-left: 1050px;
}
.container .offset-by-fifteen {
padding-left: 1125px;
}
}
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
/*	zoom: 1;
*/}
/* You can also use a <br class="clear" /> to clear columns */
    .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
* Kirman Leather
*/

/* Table of Content
==================================================
	#Site Styles
		Google Font
		Paddings 
		Header
			shopping cart
			search
			drop down
			main navigation 
		Page content elements
			product view
			tabs
			services
			social icons
			top slider
			back to top button  
			bredcrumbs  
			block side column
			form elements 
			tools block 
			custom block 
			blockquote 
			testimonials, infobox 
			contact map 
			categories list  
			blog post 
			pagination
			comments 
			gallery hover image
			socials plugins 
			brands carousel 
			from blog block
		Footer
		Other
	#Media Queries

/* #Site Styles
================================================== */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
/*google font*/
.cart .page-title h1,  #footer h3,  #footer_higher h3,  .products-list h2.product-name,  #slogan,  .tabs a,  .phone,  .block .block-title strong,  .cart .discount h2,  .cart .shipping h2,  .cart .totals tfoot td strong,  .sub-title,  .product-collateral h2,  .page-title h1,  button.btn-checkout,  button.btn-checkout span,  button.btn-checkout span span,  .cart .discount .buttons-set button.button,  .cart .discount .buttons-set button.button span span,  .cart .shipping .buttons-set button.button,  .cart .shipping .buttons-set button.button span span,  .product-view .product-shop .product-name h1,  .product-view .add-to-cart button.button,  .panel_title_mid,  .product-view .product-shop .price-box .price,  .product-view .product-shop .price-box .old-price .price,  .product-view .product-shop .price-box .special-price .price,  #shopping-cart-totals-table strong .price,  .cart-table button.btn-continue, .cart-table button.btn-empty, .cart-table button.btn-update,  #login-form .buttons-set button.button, #shipping-method-buttons-container button.button, #payment-buttons-container button.button,  button.button, .block-poll .actions button.button, .products-list .product-shop button.button, .product-view .add-to-cart button.button, button.btn-checkout,  product-view .product-shop .dresscode_product_custom_block_title,  .cms-index-index h1.custom_menu_title, h3.title {
	font-family: 'Open Sans', sans-serif;
}
/*------------------------------------------------------------------
[ paddings ]
*/
#content {
	padding: 30px 0;
}
.padding-1 {
	padding-top:35px;
}
.padding-2 {
	padding-top:0;
}
/*------------------------------------------------------------------
[ header ]
*/
#header {
/*	background: url(../images/bg_top.webp) repeat-x 0 bottom #383e42;
*/	background: 0 bottom #383e42;
	height: auto;
}
#header input[type="text"], #header input[type="password"], #header input[type="email"], #footer input[type="text"], #footer input[type="password"], #footer input[type="email"] {
	border: none;
	padding: 8px 10px;
	outline: none !important;
	font: 12px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #868686;
	margin: 0;
	width: auto;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #2f2f2f;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.phone {
	font-size:18px;
	line-height:1em;
	color:#fff;
	float: left;
	padding-top: 5px;
	margin-right: 20px;
}
.currency, .language {
	float: left;
	margin:0 10px 0 0;
}
.currency a, .language a {
	display: block;
	float:left;
	text-align:center;
	margin-right:2px;
	width:28px;
	height:27px;
	background-color:#3e3e3e;
	font: 12px/27px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}
.currency a:hover, .currency a.selected, .language a:hover, .language a.selected {
	background-color:#070707;
}
/*------------------------------------------------------------------
[ shopping cart]
*/
.kirman_link {
    position: relative;
    float: right;
    z-index: 100000 !important;
    font: 13.5px/27px Arial, Helvetica, sans-serif;
    color: #fff;
}
.kirmanlink {
	width: 240px;
}
.kirman_link > .kirmanlink > a {
	font: 12.5px/27px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:32px;
}
.kirman_link span {
	color:#868686;
}
#kirman_link_mini {
	position:absolute;
	top:23px;
	width:240px;
	background-color:#3e3e3e;
	color:#646464;
	display: none;
	right: 0px;
}
#kirman_link_mini .inner-wrapper {
	padding: 4px 7px 0 7px;
}
#kirman_link_mini .item {
	background-color:#323232;
	padding: 8px;
	margin-top: 3px;
	overflow:hidden;
	position:relative;
	margin-bottom: 1px;
}
#kirman_link_mini .product-image {
	float:left;
	margin-right:10px;
}
#kirman_link_mini .product-detailes {
	float:left;
	width: 110px;
}
#kirman_link_mini .product-detailes .product-name {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height:1.05em;
}
#kirman_link_mini .product-detailes .product-price {
	color: #aeaeae;
}
#kirman_link_mini .button-edit, #kirman_link_mini .button-delete {
	position:absolute;
	right:6px;
	top:8px;
	display: block;
}
#kirman_link_mini .button-delete {
	top:25px;
}
#kirman_link_mini .total {
	background-color: #484848;
	height:29px;
	font-weight:bold;
	text-align:right;
	line-height:29px;
	padding-right:15px;
	color: #fff;
	margin-bottom: 5px;
}
#kirman_link_mini .button {
	float:right;
	margin-left: 5px;
}
/*------------------------------------------------------------------
[ search ]
*/
#search {
	width: 210px;
	position:absolute;
	top:0;
	left:40px;
	z-index:51000 !important;
}
#search input[type=text] {
	float:left;
	width:160px;
	padding:0 10px 0 10px;
	height:36px;
}
#search input[type=button] {
	float:left;
	width:21px;
	height:36px;
	background-image:url(../images/arrow1.webp);
	background-position: 0 0;
	background-repeat:no-repeat;
}
/*------------------------------------------------------------------
[ drop down ]
*/
#select_top {
	float:right;
	width: 240px;
	position:relative;
}
#select_top_nav {
	display: none;
	width: auto;
	float: left;
}
#select_main_nav {
	display:none;
	width:200px;
}
/*------------------------------------------------------------------
[ main navigation ]
*/
nav ul {
	margin-bottom:15px;
}
#mobile_nav {
	width:200px;
}
#nav_first {
	width: 380px;
	float: left;
}
#nav_first li {
	float: left;
	margin:0;
	padding:0;
}
#nav_first li a {
	padding-right:20px;
	font:12px/34px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
}
#nav_first li a:hover, #nav_first li a.selected {
	text-decoration:underline !important;
}
/*------------------------------------------------------------------
[ product view ]
*/
.prodicts_list {
	margin: 0 -10px;
}
.product {
	padding-bottom:10px;
}
.product .product-image-wrapper {
	text-align: center;
	position:relative;
	cursor: pointer;
}
.product .product-image-wrapper img {
	border: none;
	max-width: 100%;
	height: auto;
	display:block;
}
.product .product-image-wrapper img.roll_over_img {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 6;
	display: none;
}
.product .product-price {
	font:24px/26px Tahoma, Geneva, sans-serif;
	margin-bottom:5px;
}
.product .product-price span.old-price {
	font-size:18px;
	line-height:18px;
	display:block;
	float: left;
	margin-right: 10px;
	background:url(../images/black-line.webp) repeat-x 0 10px;
}
.product .product-name {
	text-transform:uppercase;
	padding-right: 25px;
}
.product .product-image-wrapper-hover {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10!important;
	background:url(../images/bg_black_10.webp) repeat;
}
.product .wrapper-hover {
	padding:8px 14px;
	background-color:#fff;
	position:relative;
}
.product .wrapper-hover .add-to-cart, .product .wrapper-hover .icon_cart_rollover {
	position:absolute;
	right:8px;
	bottom: 5px;
	width:30px;
	height:30px;
	cursor:pointer;
}
.product .wrapper-hover .icon_cart_rollover {
	background: none;
}
.product .icon_cart_rollover button {
	display:block;
	width:30px;
	height:24px;
	padding: 0;
	margin: 0;
	border: none;
	float: right;
	cursor: pointer;
 -webkit-transition: background-position .5s linear;
 -moz-transition: background-position .5s linear;
 -o-transition: background-position .5s linear;
 transition: background-position .5s linear;
}
.product .icon_cart_rollover button:hover {
	background-position:0px 0px;
}
.product:hover .wrapper-hover, .product:hover .product-price {
	color:#fff;
}
.product .wrapper-hover-hidden {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	padding:8px 14px;
	color:#fff;
	background:url(../images/bg_black_70.webp) repeat;
	text-align: left;
}
.product .product_label_sale {
	position:absolute;
	z-index:15;
	left:0;
	top:0;
	width:63px;
	height: 63px;
}
.product .product_label_sale.tr {
	left: auto;
	right: 0;
	background-position: 0 0;
}
.product .product_label_sale.bl {
	top: auto;
	bottom: 0;
	background-position: -63px -63px;
}
.product .product_label_sale.br {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	background-position: 0 -63px;
}
.product .product_label_new {
	position:absolute;
	z-index:15;
	left:0px;
	top:0;
	width:63px;
	height: 63px;
}
.product .product_label_new.tr {
	left: auto;
	right: 0;
	background-position: 0 0;
}
.product .product_label_new.bl {
	top: auto;
	bottom: 0;
	background-position: -63px -63px;
}
.product .product_label_new.br {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	background-position: 0 -63px;
}
.product-info, .product-info a {
	color:#333333;
}
.product-info > .row {
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom:1px solid #d7d7d7;
}
.product-info .product-availability {
	line-height:18px;
}
.product-info .product-availability i[class*="icon-"] {
font-size: 22px;
color:#1d793c;
padding: 0 5px 0 0;
vertical-align:middle;
}
.product-info .product-review {
	text-transform:uppercase;
}
.product-info .product-link, .product-info .product-link a {
	text-transform:uppercase;
	text-decoration:none;
}
.product-info .product-link {
	border: none;
}
.product-info .product-link .row {
	margin:0;
	padding: 0;
}
.product-info .product-link .row a {
	margin:0 0 18px;
	display:block;
}
.product-info .product-link a {
	padding-right: 15px;
	white-space:nowrap;
	line-height:22px;
	vertical-align:middle;
}
.product-info .product-link a, .product-info .product-link a i[class*="icon-"] {
 -webkit-transition: color 0.3s ease;
 -moz-transition: color 0.3s ease;
 -o-transition: color 0.3s ease;
 transition: color 0.3s ease;
}
.product-info .product-link a:hover, .product-info .product-link a:hover i[class*="icon-"] {
 color: #000;
}
.product-info .product-link a i[class*="icon-"] {
font-size: 18px;
color:#a9a9a9;
padding: 0 8px 0 0;
vertical-align:-7%;
}
.product-info .product-price .inside {
	text-align:center;
	font-size:24px;
	color: #000;
	font-weight: bold;
	line-height:53px;
	border: 1px solid #efefef;
	background: #de0000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#F9F9F9), color-stop(.5, #F6F6F6));
	background: -moz-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #F9F9F9 100%);
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #F9F9F9 100%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #F9F9F9 100%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #F9F9F9 100%);
	background: linear-gradient(top, #FEFEFE 0%, #F6F6F6 50%, #F9F9F9 100%);
	-pie-background: linear-gradient(#f5f5f5, #fefefe);
	behavior: url(http://xena.tonytemplates.com/pie/PIE.htc);
	width: 80%;
}
.product-info .product-price .new-price {
	color:#ff0000;
}
.product-info .product-price .old-price {
	color:#000;
	font-size:16px;
	margin-right:10px;
	background:url(../images/black-line.webp) repeat-x 0 10px;
}
.product-qty {
	margin-bottom: 15px;
}
.product-qty .inside {
	background: #f9f9f9;
	border: 1px solid #fff;
	width: 80%;
	text-align:center;
	padding: 10px 0;
}
.product-qty .qty {
	line-height:31px;
}
.product-qty .qty .qty_plus, .product-qty .qty .qty_minus {
	height:20px;
	width:20px;
	text-align:center;
	line-height:31px;
	font-size:18px;
	display: inline-block;
	cursor:pointer;
}
.product-qty .qty input {
	display:inline-block;
	border: 1px solid #dbdbdb;
	line-height:29px;
	height:29px;
	width: 39px;
	text-align: center;
	background:#fff;
	padding:0;
	margin:0 0 10px;
	color:#000;
}
.product-info .button_outer {
	margin:0 0 5px;
}
.product-info .button_outer button.button_form {
	line-height:45px;
	padding: 0 25px;
	font-size:14px;
}
.product-info .shared-buttons {
	margin:15px 0;
}
/*------------------------------------------------------------------
[ services ]
*/
#services {
	overflow:hidden;
	margin:30px auto 15px 0;
	text-align:center;
}
#services ul {
	background:url(../images/line.gif) repeat 0 3px;
	font-size:16px;
	line-height:1em;
}
#services li {
	display:inline-block;
	margin:0 30px;
}
#services li a {
	display:block;
	background-color:#fff;
	padding:0 10px;
	font-size:16px;
	line-height:1em;
	text-decoration:none;
}
#services li a:hover {
	color: #d80000;
}
/*------------------------------------------------------------------
[ TABS ]
*/
.tabs {
	margin-bottom:5px;
}
.tabs li {
	display:block;
	float:left;
	margin-right:5px;
}
.tabs li a {
	font-size:16px;
	line-height:1em;
	padding: 5px 7px;
	text-decoration:none;
	margin-right:5px;
	cursor: pointer;
}
.tabs li a:hover, .tabs li a.active_slider {
	background-color:#333333;
	color:#fff;
}
.tabs-slider-content > div { }
#tabs {
	margin-bottom: 35px;
}
#tab_nav {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}
#tab_nav li {
	height: 30px;
	float: left;
	padding: 0 5px 0 0;
	margin:0;
}
#tab_nav li:first-child {
	padding-left: 0;
}
#tab_nav li a {
	padding: 0 12px;
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7d7d7;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	transition: all 0.25s 0s ease;
	-webkit-transition: all 0.25s 0s ease;
	-moz-transition: all 0.25s 0s ease;
	-o-transition: all 0.25s 0s ease;
}
#tab_nav li:hover a {
	background-color:#d7d7d7;
	border: 1px solid #d7d7d7;
}
#tab_nav li.active a {
	color: #fff;
	background-color:#383e42;
	border: 1px solid #383e42;
}
#tabs .tab {
	margin: -1px 0 0;
	padding: 25px 20px 10px;
	border: 1px solid #d7d7d7;
}
#SideColumn .tab {
	line-height:17px;
}
#SideColumn #tab_nav li a {
	padding: 0 10px;
}
#SideColumn #tab_nav li {
	padding: 0 2px 0 0;
}
/*------------------------------------------------------------------
[ social icons ]
*/
.social_icons {
	margin-bottom:10px;
	overflow: hidden;
}
.social_icons a {
	text-decoration:none;
	color:#959595;
}
.social_icons a i[class*="icon-"] {
font-size:31px;
line-height:31px;
 margin-right:3px;
 -webkit-transition: color 0.3s ease;
 -moz-transition: color 0.3s ease;
 -o-transition: color 0.3s ease;
 transition: color 0.3s ease;
}
.social_icons a:hover i[class*="icon-"] {
color: #959595;
}
.social_icons a:hover i.icon-facebook-sign {
	color: #3b5998;
}
.social_icons a:hover i.icon-twitter-sign {
	color: #49c8f5;
}
.social_icons a:hover i.icon-youtube-sign {
	color: #CD332D;
}
.social_icons a:hover i.icon-google-plus-sign {
	color: #d34836;
}
.social_icons a:hover i.icon-linkedin-sign {
	color: #006699;
}
.social_icons a:hover i.icon-pinterest-sign {
	color: #cb2027;
}
/*------------------------------------------------------------------
[ top slider ]
*/
#slider_top {
	height: 430px;
	font-size: 32px;
	overflow: hidden;
	margin:  0 auto;
	position: relative;
}
#slider_top li {
	margin: 0;
}
/*------------------------------------------------------------------
[ back to top button ]
*/
#back-top {
	position: fixed;
	bottom: 290px;
	text-align:right;
	right:25px;
}
#back-top a {
	width: 49px;
	height:49px;
	display: block;
	background: url(../images/arrow3.webp) no-repeat center center;
	opacity: 0.4;
}
/*------------------------------------------------------------------
[ bredcrumbs ]
*/
.bredcrumbs {
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 25px;
}
.bredcrumbs a {
	color:#767676;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	text-decoration: none;
}
.bredcrumbs a:hover {
	text-decoration: underline;
}
.bredcrumbs span {
	padding: 0 10px;
	color:#bababa;
}
/*------------------------------------------------------------------
[ block side column ]
*/
.block {
	margin-bottom: 25px;
}
.block-nav dt {
	margin:0;
	padding: 4px 0 6px 6px;
	font-weight: bold;
	text-transform: uppercase;
}
.block-nav dd {
	margin:0 0 10px;
	padding: 0;
}
.block-nav ol {
	margin: 0;
	padding: 0;
	list-style: none outside;
}
.block-nav dd li {
	margin: 0 0 2px;
	padding: 0 0 0 15px;
	line-height:20px;
}
.block-nav dd li [class*="icon-"] {
color:#767676;
margin: 0 5px 0 0;
}
.block-nav dd li a {
	text-decoration: none;
	text-transform:uppercase;
	line-height:20px;
}
.block-nav dd li a:hover {
	text-decoration:underline;
}
/*------------------------------------------------------------------
[ form elements ]
*/
.form_row {
	width:100%;
	display: inline-block;
}
.form_row label, .form_row input[type=radio], .form_row input[type=checkbox], .form_row select {
	line-height:24px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.form_row input[type=radio], .form_row input[type=checkbox] {
	margin: 0 3px;
}
.button_outer {
	position:relative;
	display:inline-block;
	margin: 10px 0 15px 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 3px solid #d9d9d9;
	behavior: url(http://xena.tonytemplates.com/pie/PIE.htc);
}
.button_outer button.button_form {
	position:relative;
	line-height:22px;
	padding: 0 15px 3px;
	margin:-2px 0 0;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff !important;
	font-weight:bold;
	border: 1px solid #fff !important;
	background: #de0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#de0000), to(#940000));
	background: -webkit-linear-gradient(#de0000, #940000);
	background: -moz-linear-gradient(#de0000, #940000);
	background: -ms-linear-gradient(#de0000, #940000);
	background: -o-linear-gradient(#de0000, #940000);
	background: linear-gradient(#de0000, #940000);
	-pie-background: linear-gradient(#de0000, #940000);
	behavior: url(http://xena.tonytemplates.com/pie/PIE.htc);
}
.button_outer button.button_form:hover {
	background: #de0000;
}
.button_outer button.button_form.big {
	line-height:45px;
	padding: 0 25px;
	font-size:14px;
}
.required {
	color:#ff0000;
}
/*------------------------------------------------------------------
[ tools block ]
*/
.tools, .tools a {
	text-transform:uppercase;
	color:#767676;
	line-height: 26px;
	margin-bottom: 25px;
}
.tools a {
	text-decoration: none;
}
.tools .sorter {
	border-bottom: 1px solid #c7c7c7;
	padding: 12px 0;
}
.tools .sorter .sort_by {
	text-align: left;
	width:35%;
	float:left;
}
.tools .sorter .show_page {
	text-align: right;
	width:35%;
	float:right;
}
.tools .sorter .view_mode {
	text-align: center;
	width:30%;
	float:left;
}
.tools .sorter .view_mode [class*="icon-"] {
font-size:18px;
vertical-align:middle;
}
.tools .sorter .view_mode [class*="icon-"]:hover {
color:#000;
}
.tools .pager, .tools .pager a {
	line-height: 18px;
}
.tools .pager {
	padding: 12px 0;
}
.tools .num {
	text-align:right;
}
.tools .num a {
	display: inline-block;
	padding-right:5px;
}
.tools .num a:hover, .tools .num a:active {
	color:#000;
}
/*------------------------------------------------------------------
[ custom block ]
*/

.custom_block {
	border: 1px solid #f2f2f2;
	width: 100%;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.custom_block .inside {
	padding: 12px;
	text-transform:uppercase;
}
.custom_block .promo_box {
	display:table;
	width:100%;
	padding: 0 0 5px;
}
.custom_block .promo_box a {
	text-decoration:none;
}
.custom_block .promo_box .icon-stack {
	font-size:30px;
	color:#dcdcdc;
	transition: color 0.25s 0s ease;
	-webkit-transition: color 0.25s 0s ease;
	-moz-transition: color 0.25s 0s ease;
	-o-transition: color 0.25s 0s ease;
	margin-right:5px;
}
.custom_block .promo_box:hover .icon-stack {
	color:#333;
}
.custom_block .promo_box span {
	display:block;
	vertical-align: middle;
	display:  table-cell;
	width: 100%;
}
/*------------------------------------------------------------------
[ blockquote ]
*/
.blockquote {
	padding: 15px 15px 15px 85px;
	background:#f5f5f5;
	position:relative;
	margin-bottom: 15px;
}
.blockquote i[class*="icon-"] {
position:absolute;
top:30px;
left: 15px;
color:#e3e3e3;
}
.blockquote .color-light {
	color: #6e6e6e;
}
.blockquote p, .testimonials p, .infobox p {
	margin: 0 0 7px 0;
}
/*------------------------------------------------------------------
[ testimonials, infobox ]
*/
.testimonials, .infobox {
	margin-top:18px;
	background:#fff;
	border:1px solid #d7d7d7;
	padding:15px 15px 5px;
	position:relative;
}
.infobox {
	margin: 0;
}
.testimonials:before {
	content: '';
	display: block;
	width: 58px;
	height: 18px;
	position: absolute;
	left: 17px;
	top: -18px;
	background: url(../images/testimonials_angle.webp) no-repeat 0 0;
}
/*------------------------------------------------------------------
[ contact ]
*/
.contact-info p {
	margin: 0 0 10px;
	line-height:16px;
}
.contact-info a {
	text-decoration:none;
}
.contact-info a:hover {
	text-decoration:underline;
}
/*------------------------------------------------------------------
[ map ]
*/
.map-outer {
	margin-bottom: 25px;
}
.map-outer iframe {
	width:100%;
	height:350px;
	margin:0;
	border:0;
	overflow:hidden;
}
/*------------------------------------------------------------------
[ categories list ]
*/
ul.categories {
	margin: 0;
	padding: 0;
}
ul.categories li {
	padding: 10px 0;
	margin:0;
	line-height:16px;
	border-top: 1px solid #ededed;
	text-transform:uppercase;
}
ul.categories li:first-child {
	border: none;
}
ul.categories li a {
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
ul.categories li a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------
[ blog post ]
*/
.post {
	padding: 20px 0 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
}
.post_outer .post {
	margin-bottom: 10px;
	border-top: 1px solid #ececec;
	border-bottom: none;
}
.post_outer .post:first-child {
	border: none;
	padding: 5px 0 10px;
}
.post .teaser {
	text-transform: none;
	margin-bottom:8px;
}
.post .image {
	margin: 15px 0 25px;
}
.post .image img {
	max-width: 100%;
}
/*------------------------------------------------------------------
[ pagination ]
*/
#pagination li {
	border:0;
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
	float:left;
	margin-right:6px;
	margin-bottom: 10px;
	border-bottom: 3px solid transparent;
}
#pagination .next, #pagination .previous {
	margin-bottom:7px;
}
#pagination a {
	border:solid 1px #d9d9d9;
	line-height:27px;
	width: 28px;
	text-align:center;
	transition: all 0.25s 0s ease;
	-webkit-transition: all 0.25s 0s ease;
	-moz-transition: all 0.25s 0s ease;
	-o-transition: all 0.25s 0s ease;
}
#pagination .active span {
	display:block;
	color:#fff;
	line-height:27px;
	width: 28px;
	text-align:center;
	border: 1px solid #fff !important;
	background: #de0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#de0000), to(#940000));
	background: -webkit-linear-gradient(#de0000, #940000);
	background: -moz-linear-gradient(#de0000, #940000);
	background: -ms-linear-gradient(#de0000, #940000);
	background: -o-linear-gradient(#de0000, #940000);
	background: linear-gradient(#de0000, #940000);
	-pie-background: linear-gradient(#de0000, #940000);
	behavior: url(http://xena.tonytemplates.com/pie/PIE.htc);
}
#pagination .active {
	position:relative;
	display: block;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 3px solid #d9d9d9;
	behavior: url(http://xena.tonytemplates.com/pie/PIE.htc);
}
#pagination a:link, #pagination a:visited {
	color:#000;
	display:block;
	float:left;
	text-decoration:none;
}
#pagination a:hover {
	border:solid 1px #3b3b3b;
}
#pagination .next a:hover, #pagination .previous a:hover {
	border:none;
}
#pagination .next a, #pagination .previous a {
	line-height:33px;
	width: 34px;
	text-align:center;
	background:#3b3b3b;
	float:left;
	color:#fff;
	font-size: 25px;
	border:none;
	margin: -2px 6px 0 0;
	transition: all 0.25s 0s ease;
	-webkit-transition: all 0.25s 0s ease;
	-moz-transition: all 0.25s 0s ease;
	-o-transition: all 0.25s 0s ease;
}
#pagination .next a:hover, #pagination .previous a:hover {
	background:#000;
}
#pagination .next a {
	margin-left:6px;
}
/*------------------------------------------------------------------
[ comments ]
*/
.comment {
	padding: 10px 0 30px;
}
.comment .user_pic {
	float:left;
	margin: 0 15px 0 0;
}
.comment .username {
	font-weight: bold;
	margin-bottom:5px;
}
.comment .date {
	margin-bottom:5px;
}
.comment.sub {
	border-top:1px solid #ececec;
	padding: 25px 0 30px;
	margin-left: 10%;
}
/*------------------------------------------------------------------
[ gallery hover image ]
*/

.image-wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.image-wrapper img {
	width:100%;
	display: block;
}
.image-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 10px;
	background: url(../images/black-transparent.webp) repeat 0 0;
	text-align: left;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
}
.image-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.image-hover i[class*="icon-"] {
position:absolute;
top: 50%;
left:50%;
margin: -20px 0 0 -20px;
font-size:42px;
color:#fff;
opacity:0;
 -webkit-transition: opacity-color 0.5s ease;
 -moz-transition: opacity-color 0.5s ease;
 transition: opacity-color 0.5s ease;
}
.pretty-photo-item:hover .image-hover i[class*="icon-"] {
opacity:1;
}
.pretty-photo-item:hover .image-hover {
	background: rgba(0, 0, 0, 0.65);
}
.big-font {
	font-size: 270px;
	color:#868686;
	line-height: 1em;
}
.big-icon i[class*="icon-"] {
font-size:150px;
line-height:250px;
color:#868686;
}
/*------------------------------------------------------------------
[ socials plugins ]
*/

.socialsplugins_wrapper {
	margin-bottom: 15px;
	margin-top: 5px;
	overflow:hidden;
}
.socialsplugins_wrapper > div {
	float:left;
}
.socialsplugins_wrapper .facebook_button {
	margin-right:5px;
}
.socialsplugins_wrapper .facebook_button iframe {
	border:none;
	overflow:hidden;
	display:inline-block;
	width:90px;
	height:21px;
}
.socialsplugins_wrapper .twitter_button {
	margin-right:-15px;
}
/*------------------------------------------------------------------
[ brands carousel]
*/
.brands.carouFredSel {
	position:relative;
	margin-bottom: 40px;
}
.brands.carouFredSel .slides {
	margin:18px 0 0 0;
	padding:0;
	list-style-type:none;
	overflow:hidden
}
.brands.carouFredSel .slides li {
	margin:0 15px;
	padding:0;
	min-height:50px;
	float:left;
}
.brands.carouFredSel .slides img {
	max-width: 100%;
}
.brands.carouFredSel .carouFredSel-controls {
	position:absolute;
	margin:0;
	right:5px;
	top:-22px;
	padding-bottom:20px;
}
.brands.carouFredSel:hover .carouFredSel-controls {
	opacity: 1;
}
.brands.carouFredSel .carouFredSel-controls .carouFredSel-buttons a {
	position:absolute;
	top:-29px;
	right:48px;
	background:url(../images/nav.webp) no-repeat top left #4c4c4c;
	width:32px;
	height:31px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
}
.brands.carouFredSel .carouFredSel-controls .carouFredSel-buttons a.next {
	right:12px;
	left:auto;
	background-position:top right;
}
.brands.carouFredSel .carouFredSel-controls .carouFredSel-buttons a:hover {
	background-color:#ff0000
}
/*------------------------------------------------------------------
[ from blog block ]
*/
.from-blog.carouFredSel {
	position:relative;
	background:rgba(0, 0, 0, 0.6);
	padding: 45px 25px 45px;
	margin-bottom:50px;
}
.from-blog.carouFredSel .slides {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden
}
.from-blog.carouFredSel .slides li {
	margin:0;
	padding:0;
	min-height:180px;
	float:left;
}
.from-blog.carouFredSel .slides li .image {
	text-align: center;
	width:40%;
	margin-right:5%;
	float:left;
}
.from-blog.carouFredSel .slides li .text {
	color:#fff;
	font-size:13px;
	line-height: 18px;
	width:55%;
	float:right;
}
.from-blog.carouFredSel .slides li .text h5 {
	color:#fff;
	font-size:16px;
	padding-top:0;
	text-transform: uppercase;
}
.from-blog.carouFredSel .slides li .text .date {
	font-size:12px;
	margin-bottom: 10px;
}
.from-blog.carouFredSel .slides li .text .date a {
	color:#fff;
	text-decoration: none;
}
.from-blog.carouFredSel .slides li .text .date a:hover {
	text-decoration: underline;
}
.from-blog.carouFredSel .slides img {
	max-width: 100%;
}
.from-blog.carouFredSel .carouFredSel-controls {
	position:absolute;
	margin:0;
	left:0;
	top:50%;
	width:100%;
	padding-bottom:20px;
	z-index: 1000;
}
.from-blog.carouFredSel:hover .carouFredSel-controls {
	opacity: 1;
}
.from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a {
	position:absolute;
	top:0;
	left:-80px;
	background:url(../images/nav-big.webp) no-repeat top left rgba(0, 0, 0, 0.6);
	width:62px;
	height:60px;
	margin-top:-31px;
	text-indent:-9000px;
	cursor:pointer;
}
.from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a.next {
	right:-80px;
	left:auto;
	background-position:top right;
}
.from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a:hover {
	background-color:#ff0000
}
.fullwidth-block {
	width:100%;
}
.blog-widget {
	color:#d9d9d9;
	background:url(../images/kirman-back.webp) no-repeat 50% 0 #383e42;
	-webkit-backface-visibility:visible;
	overflow:hidden;
	margin: 50px 0;
	min-height:430px;
}
.blog-widget h3.title {
	font-size: 40px;
	margin-bottom:50px;
	background-color:#333333;
}
/*------------------------------------------------------------------
[ footer ]
*/
#footer_container_w {
	width:100%;
	border-top: 5px solid #000;
	height: 34px;
	background: #383e42;
}
#footer_button {
	width: 37px;
	height:23px;
	background:url(../images/arrow2.webp) no-repeat 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	position:relative;
	z-index:1000;
}
#footer_higher {
	padding-top: 20px;
}
#footer_higher_content {
	width: 100%;
	margin: 0 auto;
	display: none;
	overflow:hidden;
}
#footer_higher_content strong {
	text-transform:uppercase;
}
#footer {
	background:#383e42;
	color:#959595;
	padding-bottom:90px;
}
#footer a {
	color:#fff;
}
#footer nav li {
	line-height:14px;
	padding: 4px 0 4px 2px;
	margin: 0;
}
#footer nav li a {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#959595;
	text-decoration: none;
	text-transform:uppercase;
}
#footer nav li a:hover {
	text-decoration:underline;
}
#footer .social_icons {
	text-align:right;
}
#footer .social_icons a {
	color:#959595;
}
#footer form {
	margin-bottom:10px;
}
#footer input[type=text] {
	float:left;
	width:140px;
	margin:0;
	padding:2px 15px;
}
#footer input[type=button] {
	float:left;
	width:21px;
	height:36px;
	background-image:url(../images/arrow1.webp);
	background-position: 0 0;
	background-repeat:no-repeat;
	margin: 0;
}
#copyright {
	margin-top:5px;
	line-height:16px;
	font-size:10px;
	text-transform:uppercase;
	text-align:right !important;
}
#payment_icons {
	margin-top:5px;
	overflow:hidden;
	text-align: right;
}
#payment_icons img {
	margin-right:3px;
}
/* #Media Queries
================================================== */

@media only screen and (min-width: 1200px) {
 #services li {
margin: 0 60px;
}
}
@media only screen and (max-width: 1199px) {
 .from-blog.carouFredSel .carouFredSel-controls {
 left:0;
 top:-3px;
}
 .from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a {
 left:auto;
 right:35px;
 background:url(../images/nav.webp) no-repeat top left rgba(0, 0, 0, 0.6);
 width:32px;
 height:31px;
}
.from-blog.carouFredSel .carouFredSel-controls .carouFredSel-buttons a.next {
 right:0;
}
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
 .phone {
display:none;
}
 #select_top_nav {
display: block;
}
 #nav_first {
display:none;
}
 #services li {
margin: 0 15px;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#footer input[type=text] {
 width:135px;
 padding:2px 5px 2px 10px;
}
#SideColumn #tab_nav li a {
 padding: 0 4px;
 font-size:9px;
}
.social_icons a i[class*="icon-"] {
 margin-right:1px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
#slider_top {
 height: 235px;
}
.tabs {
margin:5px 0 0 0;
padding-bottom:70px;
}
.big-font {
 font-size: 150px;
}
#SideColumn #tab_nav li a {
 padding: 0 4px;
 font-size:9px;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.callbacks_nav {
 width:40px;
 height:75px;
 background: transparent url(../images/nav1_1.webp) no-repeat left top;
}
.padding-2 {
padding-top:10px;
}
.kirmanlink {
width:220px;
}
.kirman_link > .kirmanlink > a {
 padding-right:10px;
}
#search {
 width: 200px;
}
#search input[type=text] {
 width:140px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
#main_menu_outer, #slider_top {
display:none;
}
#select_main_nav {
display:block;
margin:-15px 0 8px 0;
}
.tabs li {
margin-bottom: 3px;
}
.tabs li a {
 padding: 3px;
}
.padding-2 {
padding:10px 0;
margin:0;
}
.kirman_link {
float:left;
margin-top:8px;
}
.kirman_link > .kirmanlink > a {
 padding-right:20px;
}
#tab_nav li a {
 padding: 0 4px;
 font-size:11px;
}
}
nav#mobile {
	display: none;
}
@media screen and (max-width: 479px) {
 nav#mobile {
 background-color:#000;
 display:block;
 width:290px;
 position:relative;
 margin-bottom:7px;
}
 #mmenu {
position:absolute;
background-color:#000;
 display:block;
 width:290px;
 z-index:10000;
 margin:0;
 top:35px;
}
    /*
    Top black bar that holds the toggle button
    */
 
    nav#mobile #toggle-bar {
 line-height:36px;
 height:36px;
}
 
    /*
    Toggle button #1 ("Menu")
    */
 
    nav#mobile strong a {
 margin-left:10px;
 color:#868686;
 text-decoration: none;
}
 
    /*
    Toggle button #2 ("Navicon")
    */
 
    nav#mobile .navicon {
 float: right;
 height: 3px;
 width: 18px;
 margin: 10px;
 border-top: 9px double #FFF;
 border-bottom: 3px solid #FFF;
 font-size:0;
}
 
 /*    The dropdown menu    */
	
nav#mobile ul {
 margin-bottom:0;
}
 nav#mobile ul li {
 clear:both;
 list-style:none;
 margin:0;
}
 nav#mobile ul li a {
 display:block;
 text-transform:uppercase;
 padding:6px 0 6px 10px;
 color:#868686;
 text-decoration:none;
}
 nav#mobile ul li a:hover {
 color: #fff;
}
 nav#mobile ul ul li {
 margin-left:10px;
}
 nav#mobile ul ul a {
 background-color:#000;
 padding-left:8px;
}
}
/*Call*/

.callButton * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-call-book {
    width: 19px;
    height: 19px;
}

.callNowFirst {
    filter: opacity(0.9)
}

.callNowFirst:hover {
    filter: saturate(1.8)
}

.callNowSecond {
    filter: opacity(0.9)
}

.callNowSecond:hover {
    filter: saturate(1.8)
}

.callNowThird {
    filter: opacity(0.9)
}

.callNowThird:hover {
    filter: saturate(1.8)
}

.callButton {
    position: fixed;
    width: 600px;
    height: 40px;
    text-align: left;
    z-index: 9999;
    bottom: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 40px;
}

    .callButton a {
        color: #fff;
    }

    .callButton > div {
        float: right;
        width: 50%;
        position: relative;
    }

        .callButton > div.callNowFirst {
            background-color: #25D366;
            text-align: center;
            left: 0px;
        }

        .callButton > div.callNowSecond {
            background-color: #0088cc;
            text-align: center;
            right: 0px;
        }

        .callButton > div.callNowThird {
            background-color: #128C7E;
            text-align: center;
            right: 0px;
        }

        .callButton > div img {
            display: inline-block;
            height: 20px;
            margin: 10px 0px;
            margin-right: 5px;
        }

        .callButton > div .callNumberBlock {
            display: inline-block !important;
            font-size: 14px;
            padding: 0px 10px;
            width: 100%;
        }

        .callButton > div a {

        }

    .callButton div span {
        position: absolute;
        top: -26px;
        height: 26px;
        width: 100%;
        line-height: 26px;
        padding: 0px 10px;
        margin: 0;
        font-size: 13px;
        color: #fff;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
    }

    .callButton div.callNowFirst span {
        background-color: #25D366;
        left: 0px;
        text-align: center;
    }

    .callButton div.callNowSecond span {
        background-color: #0088cc;
        right: 0px;
    }

    .callButton div.callNowThird span {
        background-color: #128C7E;
        right: 0px;
    }

    .callButton div .callNumber {
        display: inline-block;
    }

    .callButton > div.callBack {
        background-color: #319cd2;
        text-align: center;
        right: 0px;
    }

@media only screen and (max-width: 600px) {
    .callButton > div {
        padding-left: 0px;
        width: 100%;
    }

    .callButton {
        display: block;
        width: 100%;
        height: auto;
    }

    .callButton > div {
        width: 50%;
        line-height: 60px;
        height: 60px;
    }

    .callButton > div .callNumberBlock {
        font-size: 12px;
    }

    .callButton div span {
        top: 10px;
        line-height: 30px;
        height: 30px;
    }

    .callButton div .callNumber {
        display: none;
    }

    .callButton > div img {
        margin-top: -26px;
    }

    .callButton > div.callNowFirst, .callButton > div.callNowSecond, .callButton > div.callNowThird {
        text-align: center;
    }

    .callButton > div.callBack {
        position: relative;
        bottom: auto;
        margin-bottom: auto;
        height: 60px;
        line-height: 60px;
    }

    .callButton > div.callBack .callBackBtn span {
        font-size: 20px;
    }

    a {
        position: relative;
    }

    .svg-icons {
        display: none;
    }

    .feature-items {
        font-size: 85% !important;
    }

    .instagram-media {
        height: 360px !important;
        width: auto !important;
    }
}
@media only screen and (min-width: 601px) {
/*    .callButton {
        display: none;
    }*/
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfontf77b.eot?v=3.2.1');
  src: url('../font/fontawesome-webfontd41d.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfontf77b.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfontf77b.ttf?v=3.2.1') format('truetype'), url('../../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-bg-grey {
  padding: 0 0.2em 0 0.4em ;
  background: #ececec;
  color:#000 !important;
  width:0.8em;
  text-align: center;
  line-height: inherit;
}
.icon-bg-grey:hover {  background: #767676;
  color:#fff !important;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

#zoom-gallery-outer {
	width:100%;
}
#zoom-gallery-outer {
width: 100%;
margin:10px 0 30px 4px;
text-align:center;
}
#zoom-gallery-outer li {
margin:0 7px 0 0;
padding: 0;
/*width: 87px;
height:103px;
*/display: inline-block;
border:1px solid #d7d7d7;
}
#zoom-gallery-outer li img{
	display:block;
}
#zoom-big-image {
	text-align:center; 
	margin-bottom:10px;
}
#zoom-big-image img {
	 border:1px solid #d7d7d7;
	max-width:100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.zoomContainer { margin: 1px 0 0 1px;}
.zoomLens { 
	background:#fff !important; 
	border-color:#ccc !important;
	-webkit-transition: all 0.1s 0s ease;
	-moz-transition: all 0.1s 0s ease;
	-o-transition: all 0.1s 0s ease;
}

/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/

ul.megamenu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	z-index: 10000;
}
ul.megamenu li.mm-item {
}
ul.megamenu li {
	margin: 0px;
	padding: 0px;
	border-left:1px solid #191919;
	height:49px;
	overflow:hidden;
}
ul.megamenu li.clear-fix {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
ul.megamenu li .col-wrapper {
	width: auto;
	overflow:hidden;
}
ul.megamenu li ul.col {
	width:170px;
	float:left;
	margin:0 5px 15px;
	padding:0;
}
ul.megamenu a {
	position: relative;
	display: inline-block;
	color: #FFF;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	font: 16px/49px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
ul.megamenu a:hover, ul.megamenu a.content-link.mm-item-link-hover {
	color: #fff;
	text-decoration: none;
}
ul.megamenu a.image-link {
	background: none !important;
}
ul.megamenu a.image-link img {
	margin:0;
	padding:0;
	float:left;
}
ul.megamenu div.mm-item-content {
	background: #fbfbfb;
	padding: 0px;
	margin-left:5px;
	position: absolute;
	border-top-style: solid;
	border-top-width: 3px;
	z-index: 100000;
}
.mm-content-base {
	background: #fbfbfb;
	position: relative;
	padding: 10px 5px 0 15px;
}
.mm-content-base li {
	border:0 !important;
	height:auto !important;
}
.mm-content-base li a {
	color:#3e3e3e;
	font:12px/22px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:0;
}
.mm-content-base li a:hover {
	background:none !important;
	color:#3e3e3e;
	text-decoration:underline;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
ul.megamenu > li > a {
 font: 11px/49px Arial, Helvetica, sans-serif;
 padding: 0 8px;
}
}

/* Elastislide Style */
.es-carousel-wrapper{
	position:relative;
	margin-top:15px;
	margin-left: -10px;
}
    @media only screen and (max-width: 767px) {
		.es-carousel-wrapper{
	margin-left:0;
}
	}
    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.es-carousel-wrapper{
	margin-left:0;
}
	}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	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:-30px;
	right:48px;
	background:url(../images/nav.webp) no-repeat top left #4c4c4c;
	width:32px;
	height:31px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
/*	opacity:0.8;
*/}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}

.select_wrapper { display:inline-block; vertical-align:  top; margin-top:0;}
@-moz-document url-prefix() {
.select_wrapper{
	margin-top:1px;
	}
}
.select_wrapper.width1 { width:100px;}
.select_wrapper.width2 { width:55px;}
.select_wrapper.fullwidth { width:98%;}
.sbHolder{
	background-color: #fff;
	border: solid 1px #cfcfcf;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	position: relative;
	z-index:3001;
	width: 100%;
	text-align:left;
}

.sbSelector{
	display: block;
	height: 20px;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:  100%;
}
.sbSelector, .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #767676;
	outline: none;
	text-decoration: none;
	line-height:24px;
}
@-moz-document url-prefix() {
.sbSelector, .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	line-height:23px;
	}
}
.sbToggle{
	background: url(../images/select-icons-sm.webp) 0 0 no-repeat #f6f6f6;
	display: block;
	height: 18px;
	outline: none;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 18px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
/*	border: 1px solid #ccc;
*/	border-top: none;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 5px 0 0;
	position: absolute;
	top: 22px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.select_wrapper.fullwidth .sbOptions{
	background-color: #fff;
	border: 1px solid #eaeaea;
	height: 180px;
}

.sbOptions li{
	padding: 0 7px;
	margin:0;
}
.sbOptions a {
	border-bottom: dotted 1px #ccc;
	line-height:14px;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	margin:0;
}
.sbOptions li:last-child a { border: none;}
.sbOptions a:link, .sbOptions a:visited{
	color: #999;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.select_wrapper.fullwidth .sbOptions a:hover,
.select_wrapper.fullwidth .sbOptions a:focus,
.select_wrapper.fullwidth .sbOptions a.sbFocus{
	color: #555555;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}


#select_top .sbHolder {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 36px;
	position: relative;
	width: 240px;
	z-index:50000;
	border: 0;
}
#select_top .sbHolder:focus .sbSelector {
}
#select_top .sbSelector {
	display: block;
	height: 36px;
	left: 48px;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:0;
	border: 0;
	background:url(../images/arrow1.webp) no-repeat right 0 #2f2f2f;
}
#select_top .sbSelector:link, #select_top .sbSelector:visited, #select_top .sbSelector:hover {
	color: #868686;
	outline: none;
	text-decoration: none;
}
#select_top .sbToggle {
	background: url(../images/select-icons.webp) 10px 4px no-repeat #2f2f2f;
	display: block;
	height: 36px;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
}
#select_top .sbToggle:hover {
}
#select_top .sbToggleOpen {
}
#select_top .sbToggleOpen:hover {
}
#select_top .sbHolderDisabled {
	background-color: #3C3C3C;
}
#select_top .sbHolderDisabled .sbHolder {
}
#select_top .sbHolderDisabled .sbToggle {
}
#select_top .sbOptions {
	background-color: #2f2f2f;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 10px 0 0 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	border: 0;
}
#select_top .sbOptions li {
	padding: 0 10px;
}
#select_top .sbOptions a {
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 0 0 6px 38px;
	line-height:18px;
	height:auto;
}
#select_top .sbOptions a:link, #select_top .sbOptions a:visited {
	color: #868686;
	text-decoration: none;
}
#select_top .sbOptions a:hover, #select_top .sbOptions a:focus, #select_top .sbOptions a.sbFocus {
	color: #fff;
}
#select_top .sbOptions li.last a {
	border-bottom: none;
}
#select_top .sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
}
#select_top .sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	display: block;
	font-weight: bold;
}
#select_top .sbOptions .sbSub {
	padding-left: 17px;
}
#select_top_nav .sbHolder {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:36px;
	position: relative;
	width: 185px;
	z-index:52000;
	border: 0;
}
#select_top_nav .sbHolder:focus .sbSelector {
}
#select_top_nav .sbSelector {
	display: block;
	height: 36px;
	right: 30px;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 145px;
	padding-left:10px;
	background-color: #2f2f2f;
	border: 0;
}
#select_top_nav .sbSelector:link, #select_top_nav .sbSelector:visited, #select_top_nav .sbSelector:hover {
	color: #868686;
	outline: none;
	text-decoration: none;
}
#select_top_nav .sbToggle {
	background: url(../images/select-icons1.webp) 10px 15px no-repeat #2f2f2f;
	display: block;
	height: 36px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
#select_top_nav .sbToggle:hover {
}
#select_top_nav .sbToggleOpen {
}
#select_top_nav .sbToggleOpen:hover {
}
#select_top_nav .sbHolderDisabled {
	background-color: #3C3C3C;
}
#select_top_nav .sbHolderDisabled .sbHolder {
}
#select_top_nav .sbHolderDisabled .sbToggle {
}
#select_top_nav .sbOptions {
	background-color: #2f2f2f;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	position: absolute;
	width: 185px;
	z-index: 1;
	overflow-y: auto;
}
#select_top_nav .sbOptions li {
	padding: 0 10px;
}
#select_top_nav .sbOptions a {
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 0 0 6px 0;
	line-height:18px;
	height:auto;
}
#select_top_nav .sbOptions a:link, #select_top_nav .sbOptions a:visited {
	color: #868686;
	text-decoration: none;
}
#select_top_nav .sbOptions a:hover, #select_top_nav .sbOptions a:focus, #select_top_nav .sbOptions a.sbFocus {
	color: #fff;
}
#select_top_nav .sbOptions li.last a {
	border-bottom: none;
}
#select_top_nav .sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
}
#select_top_nav .sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	display: block;
	font-weight: bold;
}
#select_top_nav .sbOptions .sbSub {
	padding-left: 17px;
}
#select_main_nav .sbHolder {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 36px;
	position: relative;
	width: 290px;
	z-index:49000;
	border: 0;
}
#select_main_nav .sbHolder:focus .sbSelector {
}
#select_main_nav .sbSelector {
	display: block;
	height: 36px;
	right: 30px;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 250px;
	padding-left:10px;
	background-color: #000;
	border: 0;
}
#select_main_nav .sbSelector:link, #select_main_nav .sbSelector:visited, #select_main_nav .sbSelector:hover {
	color: #868686;
	outline: none;
	text-decoration: none;
}
#select_main_nav .sbToggle {
	background: url(../images/select-icons1.webp) 10px 16px no-repeat #000;
	display: block;
	height: 36px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
#select_main_nav .sbToggle:hover {
}
#select_main_nav .sbToggleOpen {
}
#select_main_nav .sbToggleOpen:hover {
}
#select_main_nav .sbHolderDisabled {
	background-color: #3C3C3C;
}
#select_main_nav .sbHolderDisabled .sbHolder {
}
#select_main_nav .sbHolderDisabled .sbToggle {
}
#select_main_nav .sbOptions {
	background-color: #000;
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
	position: absolute;
	width: 290px;
	z-index: 1;
	overflow-y: auto;
	border: 0;
}
#select_main_nav .sbOptions li {
	padding: 0 10px;
}
#select_main_nav .sbOptions a {
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 0 0 6px 0;
	line-height:18px;
	height:auto;
	color: #fff;
	font-weight:bold;
}
#select_main_nav .sbOptions a.sbSub {
	color:#999;
	font-weight:normal;
}
#select_main_nav .sbOptions a:link, #select_main_nav .sbOptions a:visited {
	text-decoration: none;
}
#select_main_nav .sbOptions a:hover, #select_main_nav .sbOptions a:focus, #select_main_nav .sbOptions a.sbFocus {
	color: #fff;
}
#select_main_nav .sbOptions li.last a {
	border-bottom: none;
}
#select_main_nav .sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
}
#select_main_nav .sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	display: block;
	font-weight: bold;
	color:#fff;
	padding-bottom:5px;
}
#select_main_nav .sbOptions .sbSub {
	padding-left: 17px;
}

 @media only screen and (min-width: 480px) and (max-width: 767px) {
#select_top {
width: 220px;
}
#select_top .sbHolder {
width:220px;
}
#select_top .sbSelector {
width:172px;
}
}

@media only screen and (max-width: 479px) {
#select_top {
 width: 220px;
 float:left;
 margin: 10px 0 10px 0;
}
#select_top .sbHolder {
width:220px;
}
#select_top .sbSelector {
width:172px;
}
}

@media only screen and (max-width: 479px) {
#select_top_nav .sbHolder {
width:240px;
}
#select_top_nav .sbSelector {
width:200px;
}
#select_top_nav .sbOptions {
width:240px;
}
}
111:focus {
outline: none !important;
}
/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	min-height:235px;
	min-width:420px;
}
.rslides {
	margin: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  color: #fff;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  z-index: 40000;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 104px;
  width: 60px;
  background: transparent url(../images/nav1.webp) no-repeat left top;
  top:0;
  opacity: 0.6;
  }
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.callbacks_nav {
  width:40px;
  height:75px;
  background: transparent url(../images/nav1_1.webp) no-repeat left top;
}
}

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  background-position: right top;
  }

.overlap_widget_wrapper {
	font-family: CarismaRegular, Arial, Helvetica, sans-serif;
	position: relative;
	margin:0 auto;
}
.overlap_widget_wrapper .left_image {
	position: absolute;
	left: 0px;
}
.overlap_widget_wrapper .left_image .placeholder {
	position: absolute;
	left: 0px;
	overflow: hidden;
	height: 1500px;
}
.overlap_widget_wrapper .left_image img {
	position: absolute;
	left: 0px;
}
.overlap_widget_wrapper .right_image {
	position: absolute;
	right: 0px;
}
.overlap_widget_wrapper .right_image .placeholder {
	position: absolute;
	right: 0px;
	overflow: hidden;
}
.overlap_widget_wrapper .right_image img {
	position: absolute;
	right:0px;
}
.overlap_widget_wrapper .right_image .placeholder, .overlap_widget_wrapper .left_image .placeholder, .overlap_widget_wrapper {
	height: 1500px;
	text-align:center;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.webp) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.webp) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.webp) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.webp) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.webp) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.webp) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.webp) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.webp) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.webp) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.webp) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.webp) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.webp) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.webp) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.webp) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.webp) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.webp) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.webp) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.webp) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.webp) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.webp) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.webp) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.webp) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.webp) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.webp) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.webp) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.webp) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.webp) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.webp) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.webp) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.webp) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.webp) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.webp) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.webp) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.webp) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.webp) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.webp) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.webp) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.webp) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.webp) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.webp) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.webp) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.webp) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.webp) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.webp) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.webp) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.webp) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.webp) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.webp) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.webp) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.webp) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.webp) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.webp) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.webp) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.webp) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.webp) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.webp) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.webp) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.webp) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.webp) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.webp) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.webp) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.webp) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.webp) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.webp) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.webp) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.webp) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.webp) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.webp) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.webp) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.webp) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.webp) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:51500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:51600}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.webp) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.webp) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.webp) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
@charset "utf-8";
/* CSS Document */

.product .product-price span.new-price, #slogan li a:hover {
	color:#ff0000 !important;
}
#footer_button, .carousel-nav a:hover,
ul.megamenu a:hover, ul.megamenu a.content-link.mm-item-link-hover, .color_mark {
	background-color:#ff0000;
}
ul.megamenu div.mm-item-content {
	border-top-color: #ff0000;
}
.color, .color:hover { 	color:#ff0000;}
.color_mark { color:#fff;}
